@up42/up-components 1.0.0-douglas.1 → 1.0.0-douglas.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/types/components/Avatar/Avatar.d.ts +1 -1
- package/dist/cjs/types/components/Box/Box.d.ts +1 -1
- package/dist/cjs/types/components/Button/Button.d.ts +1 -1
- package/dist/cjs/types/components/ControlButton/ControlButton.d.ts +1 -1
- package/dist/cjs/types/components/FormCheckbox/FormCheckbox.d.ts +1 -1
- package/dist/cjs/types/components/FormSwitch/FormSwitch.d.ts +1 -1
- package/dist/cjs/types/components/Menu/Menu.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/types/components/Avatar/Avatar.d.ts +1 -1
- package/dist/esm/types/components/Box/Box.d.ts +1 -1
- package/dist/esm/types/components/Button/Button.d.ts +1 -1
- package/dist/esm/types/components/ControlButton/ControlButton.d.ts +1 -1
- package/dist/esm/types/components/FormCheckbox/FormCheckbox.d.ts +1 -1
- package/dist/esm/types/components/FormSwitch/FormSwitch.d.ts +1 -1
- package/dist/esm/types/components/Menu/Menu.d.ts +1 -1
- package/dist/index.d.ts +90 -155
- package/package.json +13 -12
package/dist/index.d.ts
CHANGED
|
@@ -91,7 +91,7 @@ declare type ButtonProps = MUIGlobalOmit<Omit<ButtonProps$1, 'size'>, {
|
|
|
91
91
|
declare const Button: React__default.ForwardRefExoticComponent<Pick<{
|
|
92
92
|
loading?: boolean | undefined;
|
|
93
93
|
size?: "default" | "slim" | undefined;
|
|
94
|
-
} & Omit<Omit<ButtonProps$1<"button", {}>, "size">, "classes" | "tabIndex" | "action" | "
|
|
94
|
+
} & Omit<Omit<ButtonProps$1<"button", {}>, "size">, "classes" | "tabIndex" | "action" | "disableRipple" | "disableFocusRipple" | "disableElevation" | "disableTouchRipple" | "focusRipple" | "centerRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef">, "className" | "style" | "children" | "color" | "sx" | "form" | "slot" | "title" | "id" | "lang" | "name" | "type" | "role" | "href" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "loading" | "size" | "variant" | "startIcon" | "endIcon" | "fullWidth" | "onFocusVisible"> & React__default.RefAttributes<unknown>>;
|
|
95
95
|
|
|
96
96
|
declare type TypographyProps<C extends React__default.ElementType = 'p'> = TypographyProps$1<C, {
|
|
97
97
|
component?: C;
|
|
@@ -134,7 +134,7 @@ declare const Avatar: React__default.ForwardRefExoticComponent<Pick<{
|
|
|
134
134
|
firstName?: string | undefined;
|
|
135
135
|
lastName?: string | undefined;
|
|
136
136
|
icon?: React__default.ReactNode;
|
|
137
|
-
} & Omit<Omit<AvatarProps$1<"div", {}>, "children" | "sizes" | "alt" | "src" | "srcSet" | "variant" | "imgProps">, "classes" | "tabIndex" | "action" | "
|
|
137
|
+
} & Omit<Omit<AvatarProps$1<"div", {}>, "children" | "sizes" | "alt" | "src" | "srcSet" | "variant" | "imgProps">, "classes" | "tabIndex" | "action" | "disableRipple" | "disableFocusRipple" | "disableElevation" | "disableTouchRipple" | "focusRipple" | "centerRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef">, "className" | "style" | "color" | "sx" | "slot" | "title" | "id" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "icon" | "firstName" | "lastName"> & React__default.RefAttributes<unknown>>;
|
|
138
138
|
|
|
139
139
|
declare type ContainerProps = MUIGlobalOmit<Omit<ContainerProps$1, 'maxWidth'>, {
|
|
140
140
|
/**
|
|
@@ -167,7 +167,7 @@ declare type BoxProps = MUIGlobalOmit<BoxProps$1>;
|
|
|
167
167
|
/**
|
|
168
168
|
* Documentation: https://up-components.up42.dev/?path=/story/layout-box
|
|
169
169
|
*/
|
|
170
|
-
declare const Box: React__default.ForwardRefExoticComponent<Pick<Omit<BoxProps$1<"div", {}>, "classes" | "tabIndex" | "action" | "
|
|
170
|
+
declare const Box: React__default.ForwardRefExoticComponent<Pick<Omit<BoxProps$1<"div", {}>, "classes" | "tabIndex" | "action" | "disableRipple" | "disableFocusRipple" | "disableElevation" | "disableTouchRipple" | "focusRipple" | "centerRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef">, "className" | "style" | "children" | "sx" | "slot" | "title" | "id" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "component" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & React__default.RefAttributes<unknown>>;
|
|
171
171
|
|
|
172
172
|
declare type CheckboxProps = MUIGlobalOmit<CheckboxProps$1>;
|
|
173
173
|
/**
|
|
@@ -191,7 +191,7 @@ declare const FormCheckbox: React__default.ForwardRefExoticComponent<Pick<_mui_s
|
|
|
191
191
|
sx?: _mui_material.SxProps<_mui_material.Theme> | undefined;
|
|
192
192
|
} & _mui_material_OverridableComponent.CommonProps & Omit<Pick<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React__default.HTMLAttributes<HTMLDivElement>> & {
|
|
193
193
|
ref?: ((instance: HTMLDivElement | null) => void) | React__default.RefObject<HTMLDivElement> | null | undefined;
|
|
194
|
-
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "ref" | "component" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & Pick<_mui_material.FilledTextFieldProps | _mui_material.StandardTextFieldProps | _mui_material.OutlinedTextFieldProps, "label" | "id" | "disabled" | "required" | "error" | "focused" | "helperText"> & Omit<_mui_material.CheckboxProps, "classes" | "tabIndex" | "action" | "
|
|
194
|
+
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "ref" | "component" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & Pick<_mui_material.FilledTextFieldProps | _mui_material.StandardTextFieldProps | _mui_material.OutlinedTextFieldProps, "label" | "id" | "disabled" | "required" | "error" | "focused" | "helperText"> & Omit<_mui_material.CheckboxProps, "classes" | "tabIndex" | "action" | "disableRipple" | "disableFocusRipple" | "disableElevation" | "disableTouchRipple" | "focusRipple" | "centerRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef"> & {
|
|
195
195
|
data: {
|
|
196
196
|
value: string | number;
|
|
197
197
|
label?: React__default.ReactNode;
|
|
@@ -279,7 +279,7 @@ declare const FormSwitch: React__default.ForwardRefExoticComponent<Pick<_mui_sys
|
|
|
279
279
|
sx?: _mui_material.SxProps<_mui_material.Theme> | undefined;
|
|
280
280
|
} & _mui_material_OverridableComponent.CommonProps & Omit<Pick<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React__default.HTMLAttributes<HTMLDivElement>> & {
|
|
281
281
|
ref?: ((instance: HTMLDivElement | null) => void) | React__default.RefObject<HTMLDivElement> | null | undefined;
|
|
282
|
-
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "ref" | "component" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & Pick<_mui_material.FilledTextFieldProps | _mui_material.StandardTextFieldProps | _mui_material.OutlinedTextFieldProps, "label" | "id" | "disabled" | "required" | "error" | "focused" | "helperText"> & Omit<_mui_material.SwitchProps, "classes" | "tabIndex" | "action" | "
|
|
282
|
+
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "ref" | "component" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & Pick<_mui_material.FilledTextFieldProps | _mui_material.StandardTextFieldProps | _mui_material.OutlinedTextFieldProps, "label" | "id" | "disabled" | "required" | "error" | "focused" | "helperText"> & Omit<_mui_material.SwitchProps, "classes" | "tabIndex" | "action" | "disableRipple" | "disableFocusRipple" | "disableElevation" | "disableTouchRipple" | "focusRipple" | "centerRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef"> & {
|
|
283
283
|
formControlLabel?: string | undefined;
|
|
284
284
|
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "form" | "label" | "slot" | "title" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "checked" | "readOnly" | "required" | "size" | "error" | "icon" | "component" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "focused" | "helperText" | "inputProps" | "inputRef" | "onFocusVisible" | "checkedIcon" | "edge" | "formControlLabel"> & React__default.RefAttributes<unknown>>;
|
|
285
285
|
|
|
@@ -560,7 +560,7 @@ declare type MenuProps = MUIGlobalOmit<MenuProps$1>;
|
|
|
560
560
|
/**
|
|
561
561
|
* Documentation: https://up-components.up42.dev/?path=/docs/navigation-menu
|
|
562
562
|
*/
|
|
563
|
-
declare const Menu: React__default.ForwardRefExoticComponent<Pick<Omit<MenuProps$1, "classes" | "tabIndex" | "action" | "
|
|
563
|
+
declare const Menu: React__default.ForwardRefExoticComponent<Pick<Omit<MenuProps$1, "classes" | "tabIndex" | "action" | "disableRipple" | "disableFocusRipple" | "disableElevation" | "disableTouchRipple" | "focusRipple" | "centerRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef">, "className" | "style" | "children" | "color" | "sx" | "slot" | "title" | "id" | "lang" | "role" | "elevation" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "open" | "transformOrigin" | "transitionDuration" | "container" | "variant" | "components" | "componentsProps" | "onClose" | "slotProps" | "slots" | "anchorEl" | "disablePortal" | "keepMounted" | "closeAfterTransition" | "disableAutoFocus" | "disableEnforceFocus" | "disableEscapeKeyDown" | "disableRestoreFocus" | "disableScrollLock" | "hideBackdrop" | "onBackdropClick" | "TransitionComponent" | "BackdropComponent" | "BackdropProps" | "TransitionProps" | "anchorOrigin" | "anchorPosition" | "anchorReference" | "marginThreshold" | "PaperProps" | "disableAutoFocusItem" | "MenuListProps" | "PopoverClasses"> & React__default.RefAttributes<unknown>>;
|
|
564
564
|
declare type MenuItemProps = MUIGlobalOmit<MenuItemProps$1>;
|
|
565
565
|
declare const MenuItem: (props: MenuItemProps) => JSX.Element;
|
|
566
566
|
|
|
@@ -580,7 +580,7 @@ declare const ControlButton: React__default.ForwardRefExoticComponent<Pick<{
|
|
|
580
580
|
* Remove default padding when using icons with built-in padding (Like MUI icons)
|
|
581
581
|
*/
|
|
582
582
|
removePadding?: boolean | undefined;
|
|
583
|
-
} & Omit<IconButtonProps<"button", {}>, "classes" | "tabIndex" | "action" | "
|
|
583
|
+
} & Omit<IconButtonProps<"button", {}>, "classes" | "tabIndex" | "action" | "disableRipple" | "disableFocusRipple" | "disableElevation" | "disableTouchRipple" | "focusRipple" | "centerRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef">, "className" | "style" | "children" | "color" | "sx" | "form" | "slot" | "title" | "id" | "lang" | "name" | "type" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "size" | "onFocusVisible" | "edge" | "removePadding"> & React__default.RefAttributes<unknown>>;
|
|
584
584
|
|
|
585
585
|
interface CopyButtonProps {
|
|
586
586
|
data: string;
|
|
@@ -649,26 +649,20 @@ declare type LoadingProps = {
|
|
|
649
649
|
*/
|
|
650
650
|
declare const Loading: ({ fullPage, visible, ...rest }: LoadingProps) => JSX.Element | null;
|
|
651
651
|
|
|
652
|
-
var
|
|
652
|
+
var _path$N;
|
|
653
653
|
function _extends$_() { _extends$_ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$_.apply(this, arguments); }
|
|
654
654
|
var SvgAlarmBell = function SvgAlarmBell(props) {
|
|
655
655
|
return /*#__PURE__*/React.createElement("svg", _extends$_({
|
|
656
656
|
xmlns: "http://www.w3.org/2000/svg",
|
|
657
657
|
fill: "none",
|
|
658
658
|
viewBox: "0 0 16 16"
|
|
659
|
-
}, props),
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
}
|
|
663
|
-
d: "M7.993 16a1.89 1.89 0 0 1-1.812-1.359.5.5 0 0 1 .96-.282.89.89 0 0 0 1.71.001.503.503 0 0 1 .62-.34.5.5 0 0 1 .339.621 1.894 1.894 0 0 1-1.817 1.36Zm-5.999-3a.498.498 0 0 1-.394-.808c.004-.005.894-1.292.894-5.191a5.491 5.491 0 0 1 5-5.478V.501a.5.5 0 0 1 1 0v1.022c2.823.254 5 2.616 5 5.478 0 4.202.83 5.124.839 5.132a.504.504 0 0 1-.339.868h-12Zm11.14-1c-.321-.82-.64-2.313-.64-5 0-2.48-2.02-4.5-4.5-4.5a4.505 4.505 0 0 0-4.5 4.5c0 2.639-.387 4.185-.698 5h10.338Z"
|
|
664
|
-
}))), _defs$e || (_defs$e = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
665
|
-
id: "alarm-bell_svg__a"
|
|
666
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
667
|
-
d: "M0 0h16v16H0z"
|
|
668
|
-
})))));
|
|
659
|
+
}, props), _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
|
|
660
|
+
d: "M7.993 16a1.89 1.89 0 0 1-1.812-1.359.5.5 0 0 1 .96-.282.89.89 0 0 0 1.71.001.503.503 0 0 1 .62-.34.5.5 0 0 1 .339.621 1.894 1.894 0 0 1-1.817 1.36Zm-5.999-3a.498.498 0 0 1-.394-.808c.004-.005.894-1.292.894-5.191a5.491 5.491 0 0 1 5-5.478V.501a.5.5 0 0 1 1 0v1.022c2.823.254 5 2.616 5 5.478 0 4.202.83 5.124.839 5.132a.504.504 0 0 1-.339.868h-12Zm11.14-1c-.321-.82-.64-2.313-.64-5 0-2.48-2.02-4.5-4.5-4.5a4.505 4.505 0 0 0-4.5 4.5c0 2.639-.387 4.185-.698 5h10.338Z",
|
|
661
|
+
fill: "currentColor"
|
|
662
|
+
})));
|
|
669
663
|
};
|
|
670
664
|
|
|
671
|
-
var _path$
|
|
665
|
+
var _path$M, _path2$q;
|
|
672
666
|
function _extends$Z() { _extends$Z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Z.apply(this, arguments); }
|
|
673
667
|
var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
674
668
|
return /*#__PURE__*/React.createElement("svg", _extends$Z({
|
|
@@ -676,16 +670,16 @@ var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
|
676
670
|
height: 32,
|
|
677
671
|
fill: "none",
|
|
678
672
|
xmlns: "http://www.w3.org/2000/svg"
|
|
679
|
-
}, props), _path$
|
|
673
|
+
}, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
|
|
680
674
|
d: "M4.013 30.004c-1.654 0-3-1.345-3-3v-22c0-1.655 1.346-3 3-3h24c1.655 0 3 1.345 3 3v22c0 1.655-1.345 3-3 3h-24Zm-1-3a1 1 0 0 0 1 1h24a1 1 0 0 0 1-1v-17h-26v17Zm26-19v-3a1 1 0 0 0-1-1h-24a1 1 0 0 0-1 1v3h26Z",
|
|
681
675
|
fill: "currentColor"
|
|
682
|
-
})), _path2$
|
|
676
|
+
})), _path2$q || (_path2$q = /*#__PURE__*/React.createElement("path", {
|
|
683
677
|
d: "M16.013 24.004a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2h-6ZM10.013 24.004a1.003 1.003 0 0 1-.707-1.708l3.294-3.293-3.293-3.294a.99.99 0 0 1-.294-.706.99.99 0 0 1 .294-.707.99.99 0 0 1 .706-.293.99.99 0 0 1 .707.293l4 4c.39.39.39 1.024 0 1.415l-4 4a.993.993 0 0 1-.707.293Z",
|
|
684
678
|
fill: "currentColor"
|
|
685
679
|
})));
|
|
686
680
|
};
|
|
687
681
|
|
|
688
|
-
var _rect$5,
|
|
682
|
+
var _rect$5, _path$L;
|
|
689
683
|
function _extends$Y() { _extends$Y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Y.apply(this, arguments); }
|
|
690
684
|
var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
691
685
|
return /*#__PURE__*/React.createElement("svg", _extends$Y({
|
|
@@ -698,40 +692,26 @@ var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
|
698
692
|
height: 16,
|
|
699
693
|
fill: "#DFE1E6",
|
|
700
694
|
rx: 8
|
|
701
|
-
})),
|
|
702
|
-
clipPath: "url(#arrow-circle-down_svg__a)"
|
|
703
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
695
|
+
})), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
|
|
704
696
|
fill: "#777C85",
|
|
705
697
|
d: "M8 11.125a.957.957 0 0 1-.72-.325L3.192 6.153a.77.77 0 0 1 1.155-1.016l3.575 4.064a.104.104 0 0 0 .156 0l3.575-4.064a.77.77 0 1 1 1.155 1.016L8.722 10.8a.963.963 0 0 1-.722.326Z"
|
|
706
|
-
})))
|
|
707
|
-
id: "arrow-circle-down_svg__a"
|
|
708
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
709
|
-
fill: "#fff",
|
|
710
|
-
d: "M3 3h10v10H3z"
|
|
711
|
-
})))));
|
|
698
|
+
})));
|
|
712
699
|
};
|
|
713
700
|
|
|
714
|
-
var
|
|
701
|
+
var _path$K;
|
|
715
702
|
function _extends$X() { _extends$X = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$X.apply(this, arguments); }
|
|
716
703
|
var SvgArrowTopRight = function SvgArrowTopRight(props) {
|
|
717
704
|
return /*#__PURE__*/React.createElement("svg", _extends$X({
|
|
718
705
|
xmlns: "http://www.w3.org/2000/svg",
|
|
719
706
|
fill: "none",
|
|
720
707
|
viewBox: "0 0 16 17"
|
|
721
|
-
}, props),
|
|
722
|
-
clipPath: "url(#arrow-top-right_svg__a)"
|
|
723
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
708
|
+
}, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
|
|
724
709
|
fill: "currentColor",
|
|
725
710
|
d: "M4 4.5v1.333h5.727l-6.394 6.394.94.94 6.394-6.394V12.5H12v-8H4Z"
|
|
726
|
-
})))
|
|
727
|
-
id: "arrow-top-right_svg__a"
|
|
728
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
729
|
-
fill: "#fff",
|
|
730
|
-
d: "M0 .5h16v16H0z"
|
|
731
|
-
})))));
|
|
711
|
+
})));
|
|
732
712
|
};
|
|
733
713
|
|
|
734
|
-
var _rect$4, _g$
|
|
714
|
+
var _rect$4, _g$c, _defs$4;
|
|
735
715
|
function _extends$W() { _extends$W = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$W.apply(this, arguments); }
|
|
736
716
|
var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
737
717
|
return /*#__PURE__*/React.createElement("svg", _extends$W({
|
|
@@ -744,7 +724,7 @@ var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
|
744
724
|
height: 32,
|
|
745
725
|
rx: 16,
|
|
746
726
|
fill: "currentColor"
|
|
747
|
-
})), _g$
|
|
727
|
+
})), _g$c || (_g$c = /*#__PURE__*/React.createElement("g", {
|
|
748
728
|
clipPath: "url(#assignment-circle_svg__a)",
|
|
749
729
|
fill: "#fff"
|
|
750
730
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -753,7 +733,7 @@ var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
|
753
733
|
d: "M11 24.007c-.827 0-1.5-.672-1.5-1.5v-10.5c0-.827.673-1.5 1.5-1.5h2.042A3.024 3.024 0 0 1 16 8.007c1.46 0 2.717 1.081 2.958 2.5H21c.827 0 1.5.673 1.5 1.5v10.5c0 .828-.673 1.5-1.5 1.5H11Zm0-12.5a.5.5 0 0 0-.5.5v10.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10.5a.5.5 0 0 0-.5-.5h-2.5a.5.5 0 0 1-.5-.5c0-1.102-.897-2-2-2s-2 .898-2 2a.5.5 0 0 1-.5.5H11Z"
|
|
754
734
|
}), /*#__PURE__*/React.createElement("path", {
|
|
755
735
|
d: "M16 11.507a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z"
|
|
756
|
-
}))), _defs$
|
|
736
|
+
}))), _defs$4 || (_defs$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
757
737
|
id: "assignment-circle_svg__a"
|
|
758
738
|
}, /*#__PURE__*/React.createElement("path", {
|
|
759
739
|
fill: "#fff",
|
|
@@ -762,7 +742,7 @@ var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
|
762
742
|
})))));
|
|
763
743
|
};
|
|
764
744
|
|
|
765
|
-
var _rect$3, _path$
|
|
745
|
+
var _rect$3, _path$J, _path2$p, _path3$3;
|
|
766
746
|
function _extends$V() { _extends$V = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$V.apply(this, arguments); }
|
|
767
747
|
var SvgBashCircle = function SvgBashCircle(props) {
|
|
768
748
|
return /*#__PURE__*/React.createElement("svg", _extends$V({
|
|
@@ -775,10 +755,10 @@ var SvgBashCircle = function SvgBashCircle(props) {
|
|
|
775
755
|
height: 32,
|
|
776
756
|
rx: 16,
|
|
777
757
|
fill: "currentColor"
|
|
778
|
-
})), _path$
|
|
758
|
+
})), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
|
|
779
759
|
d: "M9.5 22.667c-.827 0-1.5-.673-1.5-1.5V10.243a1.584 1.584 0 0 1 1.575-1.576H22.43A1.579 1.579 0 0 1 24 10.237V21.09a1.584 1.584 0 0 1-1.575 1.577H9.5Zm.077-13a.581.581 0 0 0-.577.578v10.922a.5.5 0 0 0 .5.5h12.923a.58.58 0 0 0 .577-.578v-10.85a.575.575 0 0 0-.573-.572H9.577Z",
|
|
780
760
|
fill: "#fff"
|
|
781
|
-
})), _path2$
|
|
761
|
+
})), _path2$p || (_path2$p = /*#__PURE__*/React.createElement("path", {
|
|
782
762
|
d: "M20.695 20.667h-9.482c-.649 0-1.193-.528-1.213-1.178v-7.577a1.27 1.27 0 0 1 1.27-1.245h9.444l.033-.001c.668 0 1.23.55 1.252 1.226v7.53a1.27 1.27 0 0 1-1.27 1.245h-.034Zm.032-1a.272.272 0 0 0 .274-.262v-7.497c-.006-.127-.13-.241-.274-.241H11.29c-.164 0-.285.114-.29.261v7.546c.003.105.101.193.223.193h9.504Z",
|
|
783
763
|
fill: "#fff"
|
|
784
764
|
})), _path3$3 || (_path3$3 = /*#__PURE__*/React.createElement("path", {
|
|
@@ -787,7 +767,7 @@ var SvgBashCircle = function SvgBashCircle(props) {
|
|
|
787
767
|
})));
|
|
788
768
|
};
|
|
789
769
|
|
|
790
|
-
var _path$
|
|
770
|
+
var _path$I, _path2$o;
|
|
791
771
|
function _extends$U() { _extends$U = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$U.apply(this, arguments); }
|
|
792
772
|
var SvgBin = function SvgBin(props) {
|
|
793
773
|
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
@@ -795,14 +775,14 @@ var SvgBin = function SvgBin(props) {
|
|
|
795
775
|
height: 14,
|
|
796
776
|
fill: "currentColor",
|
|
797
777
|
xmlns: "http://www.w3.org/2000/svg"
|
|
798
|
-
}, props), _path$
|
|
778
|
+
}, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
799
779
|
d: "M5.5 10.5A.5.5 0 0 1 5 10V6a.5.5 0 0 1 1 0v4a.5.5 0 0 1-.5.5ZM8.5 10.5A.5.5 0 0 1 8 10V6a.5.5 0 0 1 1 0v4a.5.5 0 0 1-.5.5Z"
|
|
800
|
-
})), _path2$
|
|
780
|
+
})), _path2$o || (_path2$o = /*#__PURE__*/React.createElement("path", {
|
|
801
781
|
d: "M3.5 13.5c-.827 0-1.5-.673-1.5-1.5V3.5H.5a.5.5 0 0 1 0-1H4V2C4 1.173 4.673.5 5.5.5h3C9.327.5 10 1.173 10 2v.5h3.5a.5.5 0 0 1 0 1H12V12c0 .827-.673 1.5-1.5 1.5h-7ZM3 12a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V3.5H3V12Zm6-9.5V2a.5.5 0 0 0-.5-.5h-3A.5.5 0 0 0 5 2v.5h4Z"
|
|
802
782
|
})));
|
|
803
783
|
};
|
|
804
784
|
|
|
805
|
-
var _rect$2, _g$
|
|
785
|
+
var _rect$2, _g$b, _defs$3;
|
|
806
786
|
function _extends$T() { _extends$T = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$T.apply(this, arguments); }
|
|
807
787
|
var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
808
788
|
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
@@ -815,12 +795,12 @@ var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
|
815
795
|
height: 32,
|
|
816
796
|
rx: 16,
|
|
817
797
|
fill: "currentColor"
|
|
818
|
-
})), _g$
|
|
798
|
+
})), _g$b || (_g$b = /*#__PURE__*/React.createElement("g", {
|
|
819
799
|
clipPath: "url(#block-circle_svg__a)"
|
|
820
800
|
}, /*#__PURE__*/React.createElement("path", {
|
|
821
801
|
d: "M16.001 24c-.309 0-.613-.057-.903-.17l-6.067-2.38A1.677 1.677 0 0 1 8 19.865v-7.74a1.643 1.643 0 0 1 .309-.996 1.694 1.694 0 0 1 .705-.573l6.081-2.385a2.442 2.442 0 0 1 1.808.001l6.066 2.378c.256.11.472.271.648.483a.518.518 0 0 1 .081.107c.206.295.31.639.302.995v7.741a1.662 1.662 0 0 1-1.014 1.567l-6.081 2.386c-.29.114-.594.172-.904.172Zm.499-1.087.04-.015 6.067-2.38a.664.664 0 0 0 .394-.63v-7.764c0-.032-.001-.064-.004-.095L16.5 14.576v8.337H16.5ZM9.003 12.029a.569.569 0 0 0-.003.083v7.764a.678.678 0 0 0 .41.648l6.09 2.388v-8.336L9.003 12.03ZM16 13.7l6.13-2.404-5.593-2.193a1.454 1.454 0 0 0-1.074 0L9.87 11.294 16 13.698Z",
|
|
822
802
|
fill: "#fff"
|
|
823
|
-
}))), _defs$
|
|
803
|
+
}))), _defs$3 || (_defs$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
824
804
|
id: "block-circle_svg__a"
|
|
825
805
|
}, /*#__PURE__*/React.createElement("path", {
|
|
826
806
|
fill: "#fff",
|
|
@@ -829,7 +809,7 @@ var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
|
829
809
|
})))));
|
|
830
810
|
};
|
|
831
811
|
|
|
832
|
-
var _path$
|
|
812
|
+
var _path$H, _path2$n;
|
|
833
813
|
function _extends$S() { _extends$S = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$S.apply(this, arguments); }
|
|
834
814
|
var SvgBlocked = function SvgBlocked(props) {
|
|
835
815
|
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
@@ -837,38 +817,30 @@ var SvgBlocked = function SvgBlocked(props) {
|
|
|
837
817
|
height: 16,
|
|
838
818
|
fill: "none",
|
|
839
819
|
xmlns: "http://www.w3.org/2000/svg"
|
|
840
|
-
}, props), _path$
|
|
820
|
+
}, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
841
821
|
d: "M5 8.5a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1H5Z",
|
|
842
822
|
fill: "currentColor"
|
|
843
|
-
})), _path2$
|
|
823
|
+
})), _path2$n || (_path2$n = /*#__PURE__*/React.createElement("path", {
|
|
844
824
|
d: "M8 16c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8ZM8 1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7Z",
|
|
845
825
|
fill: "currentColor"
|
|
846
826
|
})));
|
|
847
827
|
};
|
|
848
828
|
|
|
849
|
-
var
|
|
829
|
+
var _path$G, _path2$m;
|
|
850
830
|
function _extends$R() { _extends$R = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$R.apply(this, arguments); }
|
|
851
831
|
var SvgBoxes = function SvgBoxes(props) {
|
|
852
832
|
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
853
833
|
fill: "currentColor",
|
|
854
834
|
xmlns: "http://www.w3.org/2000/svg",
|
|
855
835
|
viewBox: "0 0 17 17"
|
|
856
|
-
}, props),
|
|
857
|
-
clipPath: "url(#boxes_svg__a)"
|
|
858
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
836
|
+
}, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
859
837
|
d: "M6.5 8.058c-.827 0-1.5-.673-1.5-1.5v-4c0-.828.673-1.5 1.5-1.5h4c.827 0 1.5.672 1.5 1.5v4c0 .827-.673 1.5-1.5 1.5h-4Zm0-6a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-4Zm-4 14c-.827 0-1.5-.673-1.5-1.5v-4c0-.828.673-1.5 1.5-1.5h4c.827 0 1.5.672 1.5 1.5v4c0 .827-.673 1.5-1.5 1.5h-4Zm0-6a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-4Zm8 6c-.827 0-1.5-.673-1.5-1.5v-4c0-.828.673-1.5 1.5-1.5h4c.827 0 1.5.672 1.5 1.5v4c0 .827-.673 1.5-1.5 1.5h-4Zm0-6a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-4Z"
|
|
860
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
838
|
+
})), _path2$m || (_path2$m = /*#__PURE__*/React.createElement("path", {
|
|
861
839
|
d: "M8.5 5.308a.478.478 0 0 1-.087-.008.75.75 0 0 1-.655-.655.479.479 0 0 1 0-.175.75.75 0 0 1 .655-.654.478.478 0 0 1 .174 0 .751.751 0 0 1 .656.828.752.752 0 0 1-.743.664Zm-4 8a.75.75 0 0 1-.742-.662.49.49 0 0 1 0-.176.751.751 0 0 1 .828-.655.75.75 0 0 1 .655.655.427.427 0 0 1 .002.175.75.75 0 0 1-.656.655.472.472 0 0 1-.087.008Zm8 0a.75.75 0 0 1-.742-.837.75.75 0 0 1 .83-.655.75.75 0 0 1 .655.83.75.75 0 0 1-.744.662Z"
|
|
862
|
-
})))
|
|
863
|
-
id: "boxes_svg__a"
|
|
864
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
865
|
-
fill: "#fff",
|
|
866
|
-
transform: "translate(.5 .558)",
|
|
867
|
-
d: "M0 0h16v16H0z"
|
|
868
|
-
})))));
|
|
840
|
+
})));
|
|
869
841
|
};
|
|
870
842
|
|
|
871
|
-
var _path$
|
|
843
|
+
var _path$F;
|
|
872
844
|
function _extends$Q() { _extends$Q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Q.apply(this, arguments); }
|
|
873
845
|
var SvgCalendar = function SvgCalendar(props) {
|
|
874
846
|
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
@@ -876,51 +848,45 @@ var SvgCalendar = function SvgCalendar(props) {
|
|
|
876
848
|
height: 24,
|
|
877
849
|
fill: "none",
|
|
878
850
|
xmlns: "http://www.w3.org/2000/svg"
|
|
879
|
-
}, props), _path$
|
|
851
|
+
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
880
852
|
d: "M2.252 24a2.252 2.252 0 0 1-2.25-2.25V5.25A2.252 2.252 0 0 1 2.252 3h3.75V.75a.75.75 0 0 1 1.5 0V3h9V.75a.75.75 0 0 1 1.5 0V3h3.75a2.252 2.252 0 0 1 2.25 2.25v16.5a2.252 2.252 0 0 1-2.25 2.25h-19.5Zm-.75-2.25c0 .414.336.75.75.75h19.5a.75.75 0 0 0 .75-.75V10.5h-21v11.25Zm21-12.75V5.25a.75.75 0 0 0-.75-.75h-3.75V6a.75.75 0 0 1-1.5 0V4.5h-9V6a.75.75 0 0 1-1.5 0V4.5h-3.75a.75.75 0 0 0-.75.75V9h21Z",
|
|
881
853
|
fill: "currentColor"
|
|
882
854
|
})));
|
|
883
855
|
};
|
|
884
856
|
|
|
885
|
-
var _path$
|
|
857
|
+
var _path$E, _path2$l;
|
|
886
858
|
function _extends$P() { _extends$P = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$P.apply(this, arguments); }
|
|
887
859
|
var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
888
860
|
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
889
861
|
viewBox: "0 0 24 24",
|
|
890
862
|
fill: "none",
|
|
891
863
|
xmlns: "http://www.w3.org/2000/svg"
|
|
892
|
-
}, props), _path$
|
|
864
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
893
865
|
d: "M23.25 24a.743.743 0 0 1-.53-.22l-3.293-3.293a5.99 5.99 0 0 1-3.677 1.263c-3.308 0-6-2.692-6-6s2.692-6 6-6 6 2.692 6 6a5.992 5.992 0 0 1-1.263 3.677l3.293 3.293a.752.752 0 0 1 0 1.061.746.746 0 0 1-.53.219Zm-7.5-12.75a4.505 4.505 0 0 0-4.5 4.5c0 2.481 2.019 4.5 4.5 4.5s4.5-2.019 4.5-4.5-2.019-4.5-4.5-4.5Z",
|
|
894
866
|
fill: "currentColor"
|
|
895
|
-
})), _path2$
|
|
867
|
+
})), _path2$l || (_path2$l = /*#__PURE__*/React.createElement("path", {
|
|
896
868
|
d: "M12 24a12.02 12.02 0 0 1-2.931-.364 12.036 12.036 0 0 1-7.643-5.968.765.765 0 0 1-.076-.148A12.006 12.006 0 0 1 0 12c0-.226.008-.462.025-.739v-.011c0-.04.003-.08.01-.119.163-2.27.965-4.435 2.32-6.262a.76.76 0 0 1 .108-.142A12.058 12.058 0 0 1 9.171.341a11.932 11.932 0 0 1 5.761.023 12.063 12.063 0 0 1 6.607 4.366c.037.039.07.082.099.13A11.888 11.888 0 0 1 24 12a.75.75 0 0 1-1.5 0c0-2.161-.653-4.231-1.891-6h-3.184c.097.471.174.942.23 1.406a.745.745 0 0 1-.155.553.743.743 0 0 1-.59.286.75.75 0 0 1-.744-.661A15.59 15.59 0 0 0 15.889 6H8.142a26.658 26.658 0 0 0-.602 4.5H9A.75.75 0 0 1 9 12H7.5c0 4.121.861 8.028 2.254 10.255A10.54 10.54 0 0 0 12 22.5a.75.75 0 0 1 0 1.5Zm-8.612-6a10.573 10.573 0 0 0 4.324 3.581C7.254 20.54 6.88 19.341 6.596 18H3.388Zm2.937-1.5A30.392 30.392 0 0 1 6 12H1.5c0 1.573.342 3.086 1.017 4.5h3.808Zm-.288-6c.074-1.588.261-3.098.559-4.5H3.391a10.474 10.474 0 0 0-1.784 4.5h4.43Zm13.3-6a10.535 10.535 0 0 0-3.082-2.095c.312.683.577 1.384.793 2.095h2.289Zm-3.868 0a15.405 15.405 0 0 0-1.242-2.759A10.509 10.509 0 0 0 12 1.5c-.749 0-1.504.083-2.246.245-.463.74-.869 1.664-1.209 2.755h6.924Zm-8.5 0c.216-.75.465-1.446.744-2.081A10.545 10.545 0 0 0 4.663 4.5h2.306Z",
|
|
897
869
|
fill: "currentColor"
|
|
898
870
|
})));
|
|
899
871
|
};
|
|
900
872
|
|
|
901
|
-
var _g$
|
|
873
|
+
var _g$a;
|
|
902
874
|
function _extends$O() { _extends$O = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$O.apply(this, arguments); }
|
|
903
875
|
var SvgChecklist = function SvgChecklist(props) {
|
|
904
876
|
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
905
877
|
fill: "none",
|
|
906
878
|
xmlns: "http://www.w3.org/2000/svg",
|
|
907
879
|
viewBox: "0 0 104 104"
|
|
908
|
-
}, props), _g$
|
|
909
|
-
clipPath: "url(#checklist_svg__a)",
|
|
880
|
+
}, props), _g$a || (_g$a = /*#__PURE__*/React.createElement("g", {
|
|
910
881
|
fill: "currentColor"
|
|
911
882
|
}, /*#__PURE__*/React.createElement("path", {
|
|
912
883
|
d: "M46.583 104.048c-4.181 0-7.583-3.402-7.583-7.584v-5.416h-9.75c-5.378 0-9.75-4.373-9.75-9.75v-3.25H9.75c-5.378 0-9.75-4.373-9.75-9.75v-58.5C0 4.42 4.372.048 9.75.048h45.5C60.628.048 65 4.42 65 9.798v3.25h9.75c5.378 0 9.75 4.372 9.75 9.75v3.25h11.917c4.181 0 7.583 3.402 7.583 7.583v62.834c0 4.181-3.402 7.583-7.583 7.583H46.583Zm0-71.5c-.598 0-1.083.485-1.083 1.083v62.834c0 .597.485 1.083 1.083 1.083h49.834c.598 0 1.083-.486 1.083-1.084V33.632c0-.598-.485-1.083-1.083-1.083H46.583Zm-17.333-13a3.251 3.251 0 0 0-3.25 3.25v58.5a3.251 3.251 0 0 0 3.25 3.25H39V33.63c0-4.181 3.402-7.583 7.583-7.583H78v-3.25a3.251 3.251 0 0 0-3.25-3.25h-45.5Zm-19.5-13a3.251 3.251 0 0 0-3.25 3.25v58.5a3.251 3.251 0 0 0 3.25 3.25h9.75v-48.75c0-5.378 4.372-9.75 9.75-9.75H58.5v-3.25a3.251 3.251 0 0 0-3.25-3.25H9.75Z"
|
|
913
884
|
}), /*#__PURE__*/React.createElement("path", {
|
|
914
885
|
d: "M74.75 52.048a3.251 3.251 0 0 1 0-6.5h13a3.251 3.251 0 0 1 0 6.5h-13Zm-16.25 0a3.218 3.218 0 0 1-2.297-.954l-3.25-3.25A3.218 3.218 0 0 1 52 45.548c0-.867.338-1.686.953-2.297a3.218 3.218 0 0 1 2.297-.953 3.22 3.22 0 0 1 2.297.953l.953.954L62.703 40A3.226 3.226 0 0 1 65 39.048a3.22 3.22 0 0 1 2.297.953 3.22 3.22 0 0 1 .953 2.297c0 .866-.338 1.685-.953 2.296l-6.5 6.5a3.218 3.218 0 0 1-2.297.954Zm16.25 19.5a3.251 3.251 0 0 1 0-6.5h13a3.251 3.251 0 0 1 0 6.5h-13Zm-16.25 0a3.218 3.218 0 0 1-2.297-.954l-3.25-3.25a3.259 3.259 0 0 1 0-4.597 3.226 3.226 0 0 1 2.297-.953 3.22 3.22 0 0 1 2.297.953l.953.953 4.203-4.203A3.226 3.226 0 0 1 65 58.544a3.22 3.22 0 0 1 2.297.953 3.259 3.259 0 0 1 0 4.597l-6.5 6.5a3.218 3.218 0 0 1-2.297.954Zm16.25 19.5a3.251 3.251 0 0 1 0-6.5h13a3.251 3.251 0 0 1 0 6.5h-13Zm-16.25 0a3.218 3.218 0 0 1-2.297-.954l-3.25-3.25a3.259 3.259 0 0 1 0-4.597 3.226 3.226 0 0 1 2.297-.954c.867 0 1.686.338 2.297.954l.953.953 4.203-4.203A3.226 3.226 0 0 1 65 78.043c.867 0 1.686.338 2.297.954a3.259 3.259 0 0 1 0 4.597l-6.5 6.5a3.218 3.218 0 0 1-2.297.954Z"
|
|
915
|
-
})))
|
|
916
|
-
id: "checklist_svg__a"
|
|
917
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
918
|
-
fill: "#fff",
|
|
919
|
-
d: "M0 0h104v104H0z"
|
|
920
|
-
})))));
|
|
886
|
+
}))));
|
|
921
887
|
};
|
|
922
888
|
|
|
923
|
-
var _path$
|
|
889
|
+
var _path$D;
|
|
924
890
|
function _extends$N() { _extends$N = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); }
|
|
925
891
|
var SvgCheckmark = function SvgCheckmark(props) {
|
|
926
892
|
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
@@ -928,12 +894,12 @@ var SvgCheckmark = function SvgCheckmark(props) {
|
|
|
928
894
|
height: 15,
|
|
929
895
|
fill: "currentColor",
|
|
930
896
|
xmlns: "http://www.w3.org/2000/svg"
|
|
931
|
-
}, props), _path$
|
|
897
|
+
}, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
932
898
|
d: "M4.83 14.152c-.14 0-.279-.014-.418-.041a2.123 2.123 0 0 1-1.358-.892L.162 9.178a.868.868 0 0 1 .214-1.22.897.897 0 0 1 1.24.211l2.904 4.059a.363.363 0 0 0 .31.173.352.352 0 0 0 .28-.14L14.415.666A.897.897 0 0 1 15.662.52a.865.865 0 0 1 .147 1.23L6.513 13.332a2.132 2.132 0 0 1-1.683.818Z"
|
|
933
899
|
})));
|
|
934
900
|
};
|
|
935
901
|
|
|
936
|
-
var _path$
|
|
902
|
+
var _path$C;
|
|
937
903
|
function _extends$M() { _extends$M = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$M.apply(this, arguments); }
|
|
938
904
|
var SvgClose = function SvgClose(props) {
|
|
939
905
|
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
@@ -941,12 +907,12 @@ var SvgClose = function SvgClose(props) {
|
|
|
941
907
|
height: 14,
|
|
942
908
|
fill: "currentColor",
|
|
943
909
|
xmlns: "http://www.w3.org/2000/svg"
|
|
944
|
-
}, props), _path$
|
|
910
|
+
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
945
911
|
d: "M8.342 7.104a.146.146 0 0 1 0-.206l5.403-5.403A.875.875 0 1 0 12.506.258l-5.403 5.4a.146.146 0 0 1-.206 0L1.494.258A.875.875 0 0 0 .256 1.495l5.402 5.403a.146.146 0 0 1 0 .206L.256 12.508a.875.875 0 0 0 1.238 1.237l5.403-5.403a.146.146 0 0 1 .206 0l5.403 5.403a.875.875 0 0 0 1.238-1.237L8.342 7.104Z"
|
|
946
912
|
})));
|
|
947
913
|
};
|
|
948
914
|
|
|
949
|
-
var _path$
|
|
915
|
+
var _path$B, _path2$k;
|
|
950
916
|
function _extends$L() { _extends$L = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$L.apply(this, arguments); }
|
|
951
917
|
var SvgCloseCircle = function SvgCloseCircle(props) {
|
|
952
918
|
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
@@ -954,14 +920,14 @@ var SvgCloseCircle = function SvgCloseCircle(props) {
|
|
|
954
920
|
height: 16,
|
|
955
921
|
fill: "currentColor",
|
|
956
922
|
xmlns: "http://www.w3.org/2000/svg"
|
|
957
|
-
}, props), _path$
|
|
923
|
+
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
958
924
|
d: "M7.998 16c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8Zm0-15c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7Z"
|
|
959
|
-
})), _path2$
|
|
925
|
+
})), _path2$k || (_path2$k = /*#__PURE__*/React.createElement("path", {
|
|
960
926
|
d: "M10.998 11.5a.495.495 0 0 1-.353-.147L7.998 8.707l-2.646 2.646a.495.495 0 0 1-.707 0 .496.496 0 0 1 0-.706L7.291 8 4.644 5.353a.495.495 0 0 1 0-.706.495.495 0 0 1 .707 0l2.646 2.646 2.646-2.646a.496.496 0 0 1 .707 0 .495.495 0 0 1 0 .706L8.705 8l2.646 2.647a.496.496 0 0 1 0 .706.5.5 0 0 1-.353.147Z"
|
|
961
927
|
})));
|
|
962
928
|
};
|
|
963
929
|
|
|
964
|
-
var _g$
|
|
930
|
+
var _g$9, _defs$2;
|
|
965
931
|
function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$K.apply(this, arguments); }
|
|
966
932
|
var SvgCoin = function SvgCoin(props) {
|
|
967
933
|
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
@@ -969,14 +935,14 @@ var SvgCoin = function SvgCoin(props) {
|
|
|
969
935
|
height: 17,
|
|
970
936
|
fill: "none",
|
|
971
937
|
xmlns: "http://www.w3.org/2000/svg"
|
|
972
|
-
}, props), _g$
|
|
938
|
+
}, props), _g$9 || (_g$9 = /*#__PURE__*/React.createElement("g", {
|
|
973
939
|
clipPath: "url(#coin_svg__a)",
|
|
974
940
|
fill: "currentColor"
|
|
975
941
|
}, /*#__PURE__*/React.createElement("path", {
|
|
976
942
|
d: "M8.5 16.058c-4.135 0-7.5-3.365-7.5-7.5 0-4.136 3.365-7.5 7.5-7.5s7.5 3.364 7.5 7.5c0 4.135-3.365 7.5-7.5 7.5Zm0-14a6.508 6.508 0 0 0-6.5 6.5c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5-2.916-6.5-6.5-6.5Z"
|
|
977
943
|
}), /*#__PURE__*/React.createElement("path", {
|
|
978
944
|
d: "M8.5 13.558a.5.5 0 0 1-.5-.5v-1H6.5a.5.5 0 0 1 0-1h2.844a.67.67 0 0 0 .656-.684c0-.374-1.053-.981-1.75-1.383C7.098 8.326 6.01 7.699 6 6.764a1.594 1.594 0 0 1 .561-1.325 1.604 1.604 0 0 1 1.15-.381H8v-1a.5.5 0 0 1 1 0v1h1.5a.5.5 0 0 1 0 1H7.692a.42.42 0 0 1-.041-.002.598.598 0 0 0-.441.143.605.605 0 0 0-.212.511.395.395 0 0 1 .002.04c0 .365 1.053.972 1.75 1.374C9.907 8.792 11 9.422 11 10.365c.008.439-.158.86-.468 1.181-.31.322-.727.503-1.173.512h-.36v1a.5.5 0 0 1-.5.5Z"
|
|
979
|
-
}))), _defs$
|
|
945
|
+
}))), _defs$2 || (_defs$2 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
980
946
|
id: "coin_svg__a"
|
|
981
947
|
}, /*#__PURE__*/React.createElement("path", {
|
|
982
948
|
fill: "#fff",
|
|
@@ -985,7 +951,7 @@ var SvgCoin = function SvgCoin(props) {
|
|
|
985
951
|
})))));
|
|
986
952
|
};
|
|
987
953
|
|
|
988
|
-
var _path$
|
|
954
|
+
var _path$A, _path2$j;
|
|
989
955
|
function _extends$J() { _extends$J = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$J.apply(this, arguments); }
|
|
990
956
|
var SvgCopy = function SvgCopy(props) {
|
|
991
957
|
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
@@ -993,50 +959,50 @@ var SvgCopy = function SvgCopy(props) {
|
|
|
993
959
|
height: 16,
|
|
994
960
|
fill: "none",
|
|
995
961
|
xmlns: "http://www.w3.org/2000/svg"
|
|
996
|
-
}, props), _path$
|
|
962
|
+
}, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
997
963
|
d: "M1.5 13C.673 13 0 12.327 0 11.5v-10C0 .673.673 0 1.5 0h10c.827 0 1.5.673 1.5 1.5v10c0 .827-.673 1.5-1.5 1.5h-10Zm0-12a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5h-10Z",
|
|
998
964
|
fill: "currentColor"
|
|
999
|
-
})), _path2$
|
|
965
|
+
})), _path2$j || (_path2$j = /*#__PURE__*/React.createElement("path", {
|
|
1000
966
|
d: "M4.5 16c-.827 0-1.5-.673-1.5-1.5a.5.5 0 0 1 1 0 .5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5.5.5 0 0 1 0-1c.827 0 1.5.673 1.5 1.5v10c0 .827-.673 1.5-1.5 1.5h-10Z",
|
|
1001
967
|
fill: "currentColor"
|
|
1002
968
|
})));
|
|
1003
969
|
};
|
|
1004
970
|
|
|
1005
|
-
var _path$
|
|
971
|
+
var _path$z, _path2$i;
|
|
1006
972
|
function _extends$I() { _extends$I = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
|
|
1007
973
|
var SvgCredit = function SvgCredit(props) {
|
|
1008
974
|
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
1009
975
|
fill: "none",
|
|
1010
976
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1011
977
|
viewBox: "0 0 104 104"
|
|
1012
|
-
}, props), _path$
|
|
978
|
+
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
1013
979
|
d: "M29.246 97.5C12.576 97.5 0 90.515 0 81.25v-65C0 6.985 12.575 0 29.25 0S58.5 6.985 58.5 16.25v26a3.251 3.251 0 0 1-6.5 0v-2.591c-5.417 3.7-13.615 5.841-22.75 5.841S11.917 43.36 6.5 39.659v2.591c0 4.602 9.728 9.75 22.75 9.75 3.224-.03 6.292-.334 9.109-.901a3.258 3.258 0 0 1 3.83 2.544 3.255 3.255 0 0 1-2.543 3.83A52.535 52.535 0 0 1 29.328 58.5c-9.204 0-17.411-2.14-22.828-5.841v2.591c0 4.602 9.728 9.75 22.75 9.75 3.103 0 6.14-.303 9.109-.901a3.261 3.261 0 0 1 3.83 2.544 3.255 3.255 0 0 1-2.543 3.83A52.535 52.535 0 0 1 29.328 71.5c-9.204 0-17.411-2.14-22.828-5.841v2.591c0 4.602 9.728 9.75 22.75 9.75a46.714 46.714 0 0 0 9.109-.901c.22-.044.429-.065.641-.065a3.264 3.264 0 0 1 3.19 2.608 3.255 3.255 0 0 1-2.544 3.831A52.535 52.535 0 0 1 29.328 84.5c-9.204 0-17.411-2.14-22.828-5.841v2.591c0 4.602 9.728 9.75 22.75 9.75 3.207-.026 6.275-.33 9.109-.901.22-.044.429-.065.641-.065a3.264 3.264 0 0 1 3.19 2.608 3.255 3.255 0 0 1-2.544 3.831A52.535 52.535 0 0 1 29.328 97.5h-.082ZM6.5 29.25c0 4.602 9.728 9.75 22.75 9.75S52 33.852 52 29.25v-2.591c-5.417 3.7-13.615 5.841-22.75 5.841S11.917 30.36 6.5 26.659v2.591ZM29.25 6.5C16.228 6.5 6.5 11.648 6.5 16.25S16.228 26 29.25 26 52 20.852 52 16.25 42.272 6.5 29.25 6.5Z",
|
|
1014
980
|
fill: "currentColor"
|
|
1015
|
-
})), _path2$
|
|
981
|
+
})), _path2$i || (_path2$i = /*#__PURE__*/React.createElement("path", {
|
|
1016
982
|
d: "M74.75 104c-16.675 0-29.25-6.985-29.25-16.25v-26c0-9.265 12.575-16.25 29.25-16.25S104 52.485 104 61.75v26C104 97.015 91.425 104 74.75 104ZM52 87.75c0 4.602 9.728 9.75 22.75 9.75s22.75-5.148 22.75-9.75v-2.591C92.083 88.859 83.885 91 74.75 91S57.417 88.86 52 85.159v2.591Zm0-13c0 4.602 9.728 9.75 22.75 9.75s22.75-5.148 22.75-9.75v-2.591C92.083 75.859 83.885 78 74.75 78S57.417 75.86 52 72.159v2.591ZM74.75 52C61.728 52 52 57.148 52 61.75s9.728 9.75 22.75 9.75 22.75-5.148 22.75-9.75S87.772 52 74.75 52Z",
|
|
1017
983
|
fill: "currentColor"
|
|
1018
984
|
})));
|
|
1019
985
|
};
|
|
1020
986
|
|
|
1021
|
-
var _path$
|
|
987
|
+
var _path$y;
|
|
1022
988
|
function _extends$H() { _extends$H = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
|
|
1023
989
|
var SvgModule = function SvgModule(props) {
|
|
1024
990
|
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
1025
991
|
viewBox: "0 0 24 24",
|
|
1026
992
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1027
|
-
}, props), _path$
|
|
993
|
+
}, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
1028
994
|
d: "M12.002 24.001a3.71 3.71 0 0 1-1.355-.257l-9.1-3.569A2.515 2.515 0 0 1 0 17.797V6.186a2.464 2.464 0 0 1 .463-1.492.763.763 0 0 1 .099-.131c.259-.318.59-.57.959-.729L10.643.257a3.663 3.663 0 0 1 2.712.001l9.098 3.567c.385.164.709.407.972.725a.77.77 0 0 1 .122.16c.309.443.465.958.453 1.493v11.611a2.493 2.493 0 0 1-1.521 2.351l-9.122 3.578c-.434.171-.89.258-1.355.258Zm.748-1.632a1.41 1.41 0 0 0 .059-.022l9.101-3.569a.996.996 0 0 0 .591-.946V6.186a1.109 1.109 0 0 0-.006-.142l-9.744 3.82V22.37h-.001ZM1.505 6.044a.852.852 0 0 0-.005.124v11.646c-.01.43.232.809.615.972l9.135 3.582V9.864l-9.745-3.82ZM12 8.547l9.194-3.605-8.388-3.289a2.18 2.18 0 0 0-1.612-.001l-8.389 3.29L12 8.547Z",
|
|
1029
995
|
fill: "currentColor"
|
|
1030
996
|
})));
|
|
1031
997
|
};
|
|
1032
998
|
|
|
1033
|
-
var _path$
|
|
999
|
+
var _path$x, _circle, _circle2, _circle3, _path2$h;
|
|
1034
1000
|
function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
|
|
1035
1001
|
var SvgDashboard = function SvgDashboard(props) {
|
|
1036
1002
|
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
1037
1003
|
viewBox: "0 0 24 24",
|
|
1038
1004
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1039
|
-
}, props), _path$
|
|
1005
|
+
}, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
1040
1006
|
fill: "currentColor",
|
|
1041
1007
|
d: "M2.5 21.504a2.503 2.503 0 0 1-2.5-2.5v-14c0-1.379 1.121-2.5 2.5-2.5h19c1.378 0 2.5 1.121 2.5 2.5v14c0 1.378-1.122 2.5-2.5 2.5h-19zm-1.5-2.5c0 .827.673 1.5 1.5 1.5h19c.827 0 1.5-.673 1.5-1.5v-10.5H1v10.5zm22-11.5v-2.5c0-.827-.673-1.5-1.5-1.5h-19c-.827 0-1.5.673-1.5 1.5v2.5h22z"
|
|
1042
1008
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
@@ -1054,31 +1020,31 @@ var SvgDashboard = function SvgDashboard(props) {
|
|
|
1054
1020
|
cy: 5.504,
|
|
1055
1021
|
r: 0.75,
|
|
1056
1022
|
fill: "currentColor"
|
|
1057
|
-
})), _path2$
|
|
1023
|
+
})), _path2$h || (_path2$h = /*#__PURE__*/React.createElement("path", {
|
|
1058
1024
|
fill: "currentColor",
|
|
1059
1025
|
d: "M4 13.504c-.551 0-1-.448-1-1v-1c0-.551.449-1 1-1h2c.551 0 1 .449 1 1v1c0 .552-.449 1-1 1H4zm0-1h2v-1H4v1zM4 18.504c-.551 0-1-.448-1-1v-1c0-.552.449-1 1-1h2c.551 0 1 .448 1 1v1c0 .552-.449 1-1 1H4zm0-1h2v-1H4v1zM9.5 12.504a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zM9.5 17.504a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11z"
|
|
1060
1026
|
})));
|
|
1061
1027
|
};
|
|
1062
1028
|
|
|
1063
|
-
var _path$
|
|
1029
|
+
var _path$w;
|
|
1064
1030
|
function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
|
|
1065
1031
|
var SvgDownload = function SvgDownload(props) {
|
|
1066
1032
|
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
1067
1033
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1068
1034
|
viewBox: "0 0 20 20"
|
|
1069
|
-
}, props), _path$
|
|
1035
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
1070
1036
|
fill: "currentColor",
|
|
1071
1037
|
clipRule: "evenodd",
|
|
1072
1038
|
d: "M10.35 4.15a.5.5 0 0 0-.85.35v6.8L7.35 9.14a.5.5 0 1 0-.7.7l3 3c.04.05.1.09.16.11h.02a.5.5 0 0 0 .34 0h.02a.5.5 0 0 0 .16-.1l3-3a.5.5 0 0 0-.16-.82.5.5 0 0 0-.54.1L10.5 11.3V4.5a.5.5 0 0 0-.15-.35ZM2.73 15.27c.47.47 1.1.73 1.77.73h11a2.5 2.5 0 0 0 2.5-2.5v-1a.5.5 0 0 0-1 0v1c0 .83-.67 1.5-1.5 1.5h-11A1.5 1.5 0 0 1 3 13.5v-1a.5.5 0 1 0-1 0v1c0 .66.26 1.3.73 1.77Z"
|
|
1073
1039
|
})));
|
|
1074
1040
|
};
|
|
1075
1041
|
|
|
1076
|
-
var _path$
|
|
1042
|
+
var _path$v;
|
|
1077
1043
|
function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
|
|
1078
1044
|
var SvgExternalLink = function SvgExternalLink(props) {
|
|
1079
1045
|
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
1080
1046
|
viewBox: "0 0 24 24"
|
|
1081
|
-
}, props), _path$
|
|
1047
|
+
}, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
1082
1048
|
fill: "none",
|
|
1083
1049
|
stroke: "currentColor",
|
|
1084
1050
|
strokeLinecap: "round",
|
|
@@ -1088,26 +1054,18 @@ var SvgExternalLink = function SvgExternalLink(props) {
|
|
|
1088
1054
|
})));
|
|
1089
1055
|
};
|
|
1090
1056
|
|
|
1091
|
-
var
|
|
1057
|
+
var _path$u, _path2$g;
|
|
1092
1058
|
function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
|
|
1093
1059
|
var SvgImageResolution = function SvgImageResolution(props) {
|
|
1094
1060
|
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
1095
1061
|
fill: "currentColor",
|
|
1096
1062
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1097
1063
|
viewBox: "0 0 17 17"
|
|
1098
|
-
}, props),
|
|
1099
|
-
clipPath: "url(#image-resolution_svg__a)"
|
|
1100
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1064
|
+
}, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
1101
1065
|
d: "M2.666 16.555c-.827 0-1.5-.673-1.5-1.5v-13c0-.828.673-1.5 1.5-1.5h10c.393 0 .765.151 1.047.426l1.97 1.922c.288.281.452.672.452 1.074v11.078c0 .827-.672 1.5-1.5 1.5H2.666Zm0-15a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h11.97a.5.5 0 0 0 .5-.5V3.977a.502.502 0 0 0-.151-.358l-1.97-1.922a.496.496 0 0 0-.349-.142h-10Z"
|
|
1102
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1066
|
+
})), _path2$g || (_path2$g = /*#__PURE__*/React.createElement("path", {
|
|
1103
1067
|
d: "M6.166 7.555c-1.103 0-2-.898-2-2 0-1.103.897-2 2-2s2 .897 2 2c0 1.102-.897 2-2 2Zm0-3a1.001 1.001 0 0 0 0 2 1.001 1.001 0 0 0 0-2Zm7.027 8.633a.5.5 0 0 1-.417-.223L10.159 9.04a.176.176 0 0 0-.242-.05.175.175 0 0 0-.046.046L8.077 11.6a.5.5 0 0 1-.723.103l-1.112-.892a.171.171 0 0 0-.127-.036.17.17 0 0 0-.117.064l-1.417 2.126a.5.5 0 0 1-.832-.554l1.407-2.114a1.164 1.164 0 0 1 .98-.524c.268 0 .52.09.731.258l.696.558 1.488-2.126a1.172 1.172 0 0 1 1.94.023l2.617 3.925a.498.498 0 0 1-.415.777Z"
|
|
1104
|
-
})))
|
|
1105
|
-
id: "image-resolution_svg__a"
|
|
1106
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1107
|
-
fill: "#fff",
|
|
1108
|
-
transform: "translate(.5 .555)",
|
|
1109
|
-
d: "M0 0h16v16H0z"
|
|
1110
|
-
})))));
|
|
1068
|
+
})));
|
|
1111
1069
|
};
|
|
1112
1070
|
|
|
1113
1071
|
var _path$t;
|
|
@@ -1416,7 +1374,7 @@ var SvgSettingsVertical = function SvgSettingsVertical(props) {
|
|
|
1416
1374
|
})));
|
|
1417
1375
|
};
|
|
1418
1376
|
|
|
1419
|
-
var _g$8
|
|
1377
|
+
var _g$8;
|
|
1420
1378
|
function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
|
|
1421
1379
|
var SvgShield = function SvgShield(props) {
|
|
1422
1380
|
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
@@ -1427,18 +1385,12 @@ var SvgShield = function SvgShield(props) {
|
|
|
1427
1385
|
}, props), _g$8 || (_g$8 = /*#__PURE__*/React.createElement("g", {
|
|
1428
1386
|
fill: "currentColor",
|
|
1429
1387
|
fillRule: "evenodd",
|
|
1430
|
-
clipPath: "url(#shield_svg__a)",
|
|
1431
1388
|
clipRule: "evenodd"
|
|
1432
1389
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1433
1390
|
d: "M16.81 6.713a.5.5 0 0 1 .082.702l-5.226 6.615a1.202 1.202 0 0 1-1.532.32 1.2 1.2 0 0 1-.412-.377l-1.63-2.316a.5.5 0 0 1 .817-.576l1.633 2.32.007.01a.2.2 0 0 0 .325.01l.005-.007 5.229-6.618a.5.5 0 0 1 .702-.083Z"
|
|
1434
1391
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1435
1392
|
d: "M4.94 4.439A1.5 1.5 0 0 1 6 3.999h12a1.5 1.5 0 0 1 1.5 1.5v6c0 .925-.346 1.84-.85 2.686-.505.849-1.188 1.661-1.91 2.392-1.445 1.46-3.092 2.64-3.93 3.182a1.485 1.485 0 0 1-1.62 0c-.84-.543-2.486-1.723-3.93-3.182-.722-.73-1.405-1.543-1.91-2.392-.504-.846-.85-1.76-.85-2.686v-6c0-.397.158-.779.44-1.06Zm1.06.56a.5.5 0 0 0-.5.5v6c0 .68.257 1.415.709 2.174.45.756 1.074 1.505 1.763 2.2 1.377 1.393 2.96 2.529 3.762 3.047h.001a.484.484 0 0 0 .53 0h.001c.801-.518 2.385-1.654 3.762-3.047.689-.695 1.313-1.444 1.763-2.2.452-.759.709-1.494.709-2.174v-6A.499.499 0 0 0 18 5H6Z"
|
|
1436
|
-
})))
|
|
1437
|
-
id: "shield_svg__a"
|
|
1438
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1439
|
-
fill: "#fff",
|
|
1440
|
-
d: "M4 4h16v16H4z"
|
|
1441
|
-
})))));
|
|
1393
|
+
}))));
|
|
1442
1394
|
};
|
|
1443
1395
|
|
|
1444
1396
|
var _path$9, _path2$4, _path3$1;
|
|
@@ -1460,7 +1412,7 @@ var SvgServer2 = function SvgServer2(props) {
|
|
|
1460
1412
|
})));
|
|
1461
1413
|
};
|
|
1462
1414
|
|
|
1463
|
-
var _rect$1, _g$7, _defs$
|
|
1415
|
+
var _rect$1, _g$7, _defs$1;
|
|
1464
1416
|
function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
1465
1417
|
var SvgSupportCircle = function SvgSupportCircle(props) {
|
|
1466
1418
|
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
@@ -1480,7 +1432,7 @@ var SvgSupportCircle = function SvgSupportCircle(props) {
|
|
|
1480
1432
|
d: "M21.498 24a.495.495 0 0 1-.353-.147L18.29 21H18c-2.206 0-4-1.795-4-4s1.794-4 4-4h2c2.206 0 4 1.795 4 4a3.983 3.983 0 0 1-2 3.453V23.5a.5.5 0 0 1-.501.5Zm-3.5-10c-1.654 0-3 1.346-3 3s1.346 3 3 3h.5a.5.5 0 0 1 .353.147l2.147 2.146v-2.142c0-.192.113-.37.286-.452A3.006 3.006 0 0 0 22.998 17c0-1.653-1.345-3-2.999-3h-2.001Z"
|
|
1481
1433
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1482
1434
|
d: "M10.498 19a.498.498 0 0 1-.5-.5v-3.047a3.978 3.978 0 0 1-1.767-2.114 3.966 3.966 0 0 1 .149-3.052A4.01 4.01 0 0 1 11.99 8h2.008a4.027 4.027 0 0 1 3.835 2.857.5.5 0 0 1-.958.286A3.02 3.02 0 0 0 13.998 9h-2c-1.16 0-2.222.673-2.714 1.715a2.974 2.974 0 0 0-.111 2.287c.269.753.816 1.355 1.538 1.697.174.082.287.26.287.452v2.142l1.147-1.146a.496.496 0 0 1 .706 0 .501.501 0 0 1 0 .707l-2 2a.496.496 0 0 1-.353.146Z"
|
|
1483
|
-
}))), _defs$
|
|
1435
|
+
}))), _defs$1 || (_defs$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1484
1436
|
id: "support-circle_svg__a"
|
|
1485
1437
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1486
1438
|
fill: "#fff",
|
|
@@ -1489,7 +1441,7 @@ var SvgSupportCircle = function SvgSupportCircle(props) {
|
|
|
1489
1441
|
})))));
|
|
1490
1442
|
};
|
|
1491
1443
|
|
|
1492
|
-
var _g$6
|
|
1444
|
+
var _g$6;
|
|
1493
1445
|
function _extends$f() { _extends$f = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$f.apply(this, arguments); }
|
|
1494
1446
|
var SvgSupport = function SvgSupport(props) {
|
|
1495
1447
|
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
@@ -1497,21 +1449,15 @@ var SvgSupport = function SvgSupport(props) {
|
|
|
1497
1449
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1498
1450
|
viewBox: "0 0 16 16"
|
|
1499
1451
|
}, props), _g$6 || (_g$6 = /*#__PURE__*/React.createElement("g", {
|
|
1500
|
-
clipPath: "url(#support_svg__a)",
|
|
1501
1452
|
fill: "currentColor"
|
|
1502
1453
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1503
1454
|
d: "M13.498 16a.495.495 0 0 1-.353-.147L10.29 13H10c-2.206 0-4-1.795-4-4s1.794-4 4-4h2c2.206 0 4 1.795 4 4a3.983 3.983 0 0 1-2 3.453V15.5a.5.5 0 0 1-.501.5zm-3.5-10c-1.654 0-3 1.346-3 3s1.346 3 3 3h.5a.5.5 0 0 1 .353.147l2.147 2.146v-2.142c0-.192.113-.37.286-.452A3.006 3.006 0 0 0 14.998 9c0-1.653-1.345-3-2.999-3H9.998z"
|
|
1504
1455
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1505
1456
|
d: "M2.498 11a.498.498 0 0 1-.5-.5V7.453A3.978 3.978 0 0 1 .231 5.34 3.966 3.966 0 0 1 .38 2.287 4.01 4.01 0 0 1 3.99 0h2.008a4.027 4.027 0 0 1 3.835 2.857.5.5 0 0 1-.958.286A3.02 3.02 0 0 0 5.998 1h-2c-1.16 0-2.222.673-2.714 1.715a2.974 2.974 0 0 0-.111 2.287 2.973 2.973 0 0 0 1.538 1.697c.174.082.287.26.287.452v2.142l1.147-1.146a.496.496 0 0 1 .706 0 .501.501 0 0 1 0 .707l-2 2a.496.496 0 0 1-.353.146z"
|
|
1506
|
-
})))
|
|
1507
|
-
id: "support_svg__a"
|
|
1508
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1509
|
-
fill: "#fff",
|
|
1510
|
-
d: "M0 0h16v16H0z"
|
|
1511
|
-
})))));
|
|
1457
|
+
}))));
|
|
1512
1458
|
};
|
|
1513
1459
|
|
|
1514
|
-
var _g$5
|
|
1460
|
+
var _g$5;
|
|
1515
1461
|
function _extends$e() { _extends$e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$e.apply(this, arguments); }
|
|
1516
1462
|
var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
1517
1463
|
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
@@ -1519,7 +1465,6 @@ var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
|
1519
1465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1520
1466
|
viewBox: "0 0 32 32"
|
|
1521
1467
|
}, props), _g$5 || (_g$5 = /*#__PURE__*/React.createElement("g", {
|
|
1522
|
-
clipPath: "url(#support-headphones_svg__a)",
|
|
1523
1468
|
fillRule: "evenodd",
|
|
1524
1469
|
clipRule: "evenodd",
|
|
1525
1470
|
fill: "currentColor"
|
|
@@ -1529,12 +1474,7 @@ var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
|
1529
1474
|
d: "M16 2A10 10 0 0 0 6 12a1 1 0 1 1-2 0 12 12 0 1 1 24 0 1 1 0 1 1-2 0A10 10 0 0 0 16 2Zm11 21a1 1 0 0 1 1 1v1a5 5 0 0 1-5 5h-3a1 1 0 1 1 0-2h3a3 3 0 0 0 3-3v-1a1 1 0 0 1 1-1Z"
|
|
1530
1475
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1531
1476
|
d: "M16 28a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2Zm-2.121-1.121A3 3 0 0 1 16 26h2a3 3 0 0 1 0 6h-2a3 3 0 0 1-2.121-5.121Z"
|
|
1532
|
-
})))
|
|
1533
|
-
id: "support-headphones_svg__a"
|
|
1534
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1535
|
-
fill: "#fff",
|
|
1536
|
-
d: "M0 0h32v32H0z"
|
|
1537
|
-
})))));
|
|
1477
|
+
}))));
|
|
1538
1478
|
};
|
|
1539
1479
|
|
|
1540
1480
|
var _path$8;
|
|
@@ -1563,7 +1503,7 @@ var SvgTag = function SvgTag(props) {
|
|
|
1563
1503
|
})));
|
|
1564
1504
|
};
|
|
1565
1505
|
|
|
1566
|
-
var _g$4, _defs
|
|
1506
|
+
var _g$4, _defs;
|
|
1567
1507
|
function _extends$b() { _extends$b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$b.apply(this, arguments); }
|
|
1568
1508
|
var SvgTarget = function SvgTarget(props) {
|
|
1569
1509
|
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
@@ -1575,14 +1515,14 @@ var SvgTarget = function SvgTarget(props) {
|
|
|
1575
1515
|
clipPath: "url(#target_svg__a)"
|
|
1576
1516
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1577
1517
|
d: "M8.002 15.997a.5.5 0 0 1-.5-.5v-1.521c-2.893-.242-5.237-2.586-5.478-5.479H.502a.5.5 0 0 1 0-1h1.522C2.267 4.604 4.61 2.262 7.502 2.02V.497a.5.5 0 0 1 1 0V2.02c2.893.242 5.236 2.585 5.478 5.477h1.522a.5.5 0 0 1 0 1h-1.521c-.242 2.893-2.586 5.237-5.479 5.479v1.521a.5.5 0 0 1-.5.5Zm-4.975-7.5c.236 2.34 2.135 4.239 4.475 4.475v-1.475a.5.5 0 0 1 1 0v1.475c2.34-.236 4.238-2.134 4.475-4.475h-1.475a.5.5 0 0 1 0-1h1.475c-.237-2.34-2.135-4.237-4.475-4.474v1.474a.5.5 0 0 1-1 0V3.023c-2.34.237-4.238 2.134-4.475 4.474h1.475a.5.5 0 0 1 0 1H3.027Z"
|
|
1578
|
-
}))), _defs
|
|
1518
|
+
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1579
1519
|
id: "target_svg__a"
|
|
1580
1520
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1581
1521
|
d: "M0 0h16v16H0z"
|
|
1582
1522
|
})))));
|
|
1583
1523
|
};
|
|
1584
1524
|
|
|
1585
|
-
var _g$3
|
|
1525
|
+
var _g$3;
|
|
1586
1526
|
function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
|
|
1587
1527
|
var SvgTransaction = function SvgTransaction(props) {
|
|
1588
1528
|
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
@@ -1590,17 +1530,12 @@ var SvgTransaction = function SvgTransaction(props) {
|
|
|
1590
1530
|
fill: "none",
|
|
1591
1531
|
viewBox: "0 0 24 24"
|
|
1592
1532
|
}, props), _g$3 || (_g$3 = /*#__PURE__*/React.createElement("g", {
|
|
1593
|
-
fill: "currentColor"
|
|
1594
|
-
clipPath: "url(#transaction_svg__a)"
|
|
1533
|
+
fill: "currentColor"
|
|
1595
1534
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1596
1535
|
d: "M7.5 9.75a4.88 4.88 0 0 1-4.875-4.875A4.88 4.88 0 0 1 7.5 0a4.88 4.88 0 0 1 4.875 4.875A4.88 4.88 0 0 1 7.5 9.75Zm0-8.25a3.379 3.379 0 0 0-3.375 3.375A3.379 3.379 0 0 0 7.5 8.25a3.379 3.379 0 0 0 3.375-3.375A3.379 3.379 0 0 0 7.5 1.5ZM.75 18a.75.75 0 0 1-.75-.75c0-4.135 3.365-7.5 7.5-7.5.29.005.574.027.851.065a.75.75 0 0 1-.201 1.486 5.956 5.956 0 0 0-.664-.052c-3.298 0-5.986 2.692-5.986 6A.75.75 0 0 1 .75 18Zm12 6a2.252 2.252 0 0 1-2.25-2.25v-9a2.252 2.252 0 0 1 2.25-2.25h9A2.252 2.252 0 0 1 24 12.75v9A2.252 2.252 0 0 1 21.75 24h-9Zm0-12a.75.75 0 0 0-.75.75v9c0 .414.336.75.75.75h9a.75.75 0 0 0 .75-.75v-9a.75.75 0 0 0-.75-.75h-9Z"
|
|
1597
1536
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1598
1537
|
d: "M14.25 15a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 0 1.5h-6Zm0 3a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 0 1.5h-6Zm0 3a.75.75 0 0 1 0-1.5h2.25a.75.75 0 0 1 0 1.5h-2.25Z"
|
|
1599
|
-
})))
|
|
1600
|
-
id: "transaction_svg__a"
|
|
1601
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1602
|
-
d: "M0 0h24v24H0z"
|
|
1603
|
-
})))));
|
|
1538
|
+
}))));
|
|
1604
1539
|
};
|
|
1605
1540
|
|
|
1606
1541
|
var _path$6, _path2$3;
|