@up42/up-components 1.0.1 → 1.0.3
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/Button/Button.overrides.d.ts +7 -2
- package/dist/cjs/types/components/ControlButton/ControlButton.d.ts +1 -1
- package/dist/cjs/types/components/FormCheckbox/FormCheckbox.d.ts +2 -2
- package/dist/cjs/types/components/FormInput/FormInput.d.ts +1 -1
- package/dist/cjs/types/components/FormSelect/FormSelect.d.ts +1 -1
- package/dist/cjs/types/components/FormSwitch/FormSwitch.d.ts +2 -2
- package/dist/cjs/types/components/Menu/Menu.d.ts +1 -1
- package/dist/cjs/types/global/icons/index.d.ts +4 -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/Button/Button.overrides.d.ts +7 -2
- package/dist/esm/types/components/ControlButton/ControlButton.d.ts +1 -1
- package/dist/esm/types/components/FormCheckbox/FormCheckbox.d.ts +2 -2
- package/dist/esm/types/components/FormInput/FormInput.d.ts +1 -1
- package/dist/esm/types/components/FormSelect/FormSelect.d.ts +1 -1
- package/dist/esm/types/components/FormSwitch/FormSwitch.d.ts +2 -2
- package/dist/esm/types/components/Menu/Menu.d.ts +1 -1
- package/dist/esm/types/global/icons/index.d.ts +4 -1
- package/dist/index.d.ts +251 -211
- package/package.json +1 -1
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" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple">, "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" | "onFocusVisible" | "endIcon" | "fullWidth" | "startIcon"> & 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" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple">, "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.com/?path=/docs/layout-box--docs
|
|
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" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple">, "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,12 +191,12 @@ 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" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple"> & {
|
|
195
195
|
data: {
|
|
196
196
|
value: string | number;
|
|
197
197
|
label?: React__default.ReactNode;
|
|
198
198
|
}[];
|
|
199
|
-
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "data" | "form" | "label" | "slot" | "title" | "id" | "lang" | "name" | "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" | "
|
|
199
|
+
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "data" | "form" | "label" | "slot" | "title" | "id" | "lang" | "name" | "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" | "onFocusVisible" | ("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" | "checkedIcon" | "edge" | "indeterminate" | "indeterminateIcon"> & React__default.RefAttributes<unknown>>;
|
|
200
200
|
|
|
201
201
|
declare type DatePickerDateType = Dayjs | null | undefined;
|
|
202
202
|
declare type NonGenericMuiDatePickerProps$1 = DatePickerProps<DatePickerDateType>;
|
|
@@ -282,9 +282,9 @@ declare const FormSwitch: React__default.ForwardRefExoticComponent<Pick<_mui_sys
|
|
|
282
282
|
sx?: _mui_material.SxProps<_mui_material.Theme> | undefined;
|
|
283
283
|
} & _mui_material_OverridableComponent.CommonProps & Omit<Pick<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React__default.HTMLAttributes<HTMLDivElement>> & {
|
|
284
284
|
ref?: ((instance: HTMLDivElement | null) => void) | React__default.RefObject<HTMLDivElement> | null | undefined;
|
|
285
|
-
}, 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" | "
|
|
285
|
+
}, 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" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple"> & {
|
|
286
286
|
formControlLabel?: string | undefined;
|
|
287
|
-
}, 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" | "
|
|
287
|
+
}, 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" | "onFocusVisible" | ("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" | "checkedIcon" | "edge" | "formControlLabel"> & React__default.RefAttributes<unknown>>;
|
|
288
288
|
|
|
289
289
|
declare type SelectProps<T extends unknown> = FormBaseProps & Omit<SelectProps$1<T>, 'variant'>;
|
|
290
290
|
/**
|
|
@@ -311,7 +311,7 @@ declare const FormSelect: React__default.ForwardRefExoticComponent<Pick<_mui_sys
|
|
|
311
311
|
ref?: ((instance: HTMLDivElement | null) => void) | React__default.RefObject<HTMLDivElement> | null | undefined;
|
|
312
312
|
}, 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.SelectProps<string | number>, "variant"> & {
|
|
313
313
|
options: Option[];
|
|
314
|
-
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "input" | "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" | "value" | "open" | "autoComplete" | "multiple" | "readOnly" | "required" | "size" | "rows" | "error" | "component" | "components" | "componentsProps" | "onClose" | "slotProps" | "slots" | ("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" | "
|
|
314
|
+
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "input" | "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" | "value" | "open" | "autoComplete" | "multiple" | "readOnly" | "required" | "size" | "rows" | "error" | "component" | "components" | "componentsProps" | "onClose" | "slotProps" | "slots" | "fullWidth" | ("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" | "multiline" | "maxRows" | "minRows" | "onOpen" | "disableInjectingGlobalStyles" | "endAdornment" | "inputComponent" | "renderSuffix" | "startAdornment" | "disableUnderline" | "notched" | "autoWidth" | "defaultOpen" | "displayEmpty" | "IconComponent" | "labelId" | "MenuProps" | "native" | "renderValue" | "SelectDisplayProps" | "options"> & React__default.RefAttributes<unknown>>;
|
|
315
315
|
|
|
316
316
|
declare type InputProps = Omit<TextFieldProps, 'maxRows' | 'minRows' | 'multiline' | 'rows' | 'size' | 'variant'>;
|
|
317
317
|
/**
|
|
@@ -330,7 +330,7 @@ declare const FormInput: React__default.ForwardRefExoticComponent<Pick<_mui_syst
|
|
|
330
330
|
sx?: _mui_material.SxProps<_mui_material.Theme> | undefined;
|
|
331
331
|
} & _mui_material_OverridableComponent.CommonProps & Omit<Pick<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React__default.HTMLAttributes<HTMLDivElement>> & {
|
|
332
332
|
ref?: ((instance: HTMLDivElement | null) => void) | React__default.RefObject<HTMLDivElement> | null | undefined;
|
|
333
|
-
}, 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"> & InputProps, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "label" | "slot" | "select" | "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" | "value" | "autoComplete" | "required" | "error" | "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" | "
|
|
333
|
+
}, 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"> & InputProps, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "label" | "slot" | "select" | "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" | "value" | "autoComplete" | "required" | "error" | "component" | "fullWidth" | ("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" | "hiddenLabel" | "InputProps" | "FormHelperTextProps" | "InputLabelProps" | "inputProps" | "inputRef" | "SelectProps"> & React__default.RefAttributes<unknown>>;
|
|
334
334
|
|
|
335
335
|
declare type SliderProps = MUIGlobalOmit<Omit<SliderProps$1, 'variant' | 'label'>>;
|
|
336
336
|
/**
|
|
@@ -563,7 +563,7 @@ declare type MenuProps = MUIGlobalOmit<MenuProps$1>;
|
|
|
563
563
|
/**
|
|
564
564
|
* Documentation: https://up-components.up42.com/?path=/docs/navigation-menu--docs
|
|
565
565
|
*/
|
|
566
|
-
declare const Menu: React__default.ForwardRefExoticComponent<Pick<Omit<MenuProps$1, "classes" | "tabIndex" | "action" | "
|
|
566
|
+
declare const Menu: React__default.ForwardRefExoticComponent<Pick<Omit<MenuProps$1, "classes" | "tabIndex" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple">, "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>>;
|
|
567
567
|
declare type MenuItemProps = MUIGlobalOmit<MenuItemProps$1>;
|
|
568
568
|
declare const MenuItem: (props: MenuItemProps) => JSX.Element;
|
|
569
569
|
|
|
@@ -583,7 +583,7 @@ declare const ControlButton: React__default.ForwardRefExoticComponent<Pick<{
|
|
|
583
583
|
* Remove default padding when using icons with built-in padding (Like MUI icons)
|
|
584
584
|
*/
|
|
585
585
|
removePadding?: boolean | undefined;
|
|
586
|
-
} & Omit<IconButtonProps<"button", {}>, "classes" | "tabIndex" | "action" | "
|
|
586
|
+
} & Omit<IconButtonProps<"button", {}>, "classes" | "tabIndex" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple">, "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>>;
|
|
587
587
|
|
|
588
588
|
interface CopyButtonProps {
|
|
589
589
|
data: string;
|
|
@@ -652,40 +652,40 @@ declare type LoadingProps = {
|
|
|
652
652
|
*/
|
|
653
653
|
declare const Loading: ({ fullPage, visible, ...rest }: LoadingProps) => JSX.Element | null;
|
|
654
654
|
|
|
655
|
-
var _path$
|
|
656
|
-
function _extends$
|
|
655
|
+
var _path$Q;
|
|
656
|
+
function _extends$11() { _extends$11 = 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$11.apply(this, arguments); }
|
|
657
657
|
var SvgAlarmBell = function SvgAlarmBell(props) {
|
|
658
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
658
|
+
return /*#__PURE__*/React.createElement("svg", _extends$11({
|
|
659
659
|
xmlns: "http://www.w3.org/2000/svg",
|
|
660
660
|
fill: "none",
|
|
661
661
|
viewBox: "0 0 16 16"
|
|
662
|
-
}, props), _path$
|
|
662
|
+
}, props), _path$Q || (_path$Q = /*#__PURE__*/React.createElement("path", {
|
|
663
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
664
|
fill: "currentColor"
|
|
665
665
|
})));
|
|
666
666
|
};
|
|
667
667
|
|
|
668
|
-
var _path$
|
|
669
|
-
function _extends$
|
|
668
|
+
var _path$P, _path2$p;
|
|
669
|
+
function _extends$10() { _extends$10 = 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$10.apply(this, arguments); }
|
|
670
670
|
var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
671
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
671
|
+
return /*#__PURE__*/React.createElement("svg", _extends$10({
|
|
672
672
|
width: 32,
|
|
673
673
|
height: 32,
|
|
674
674
|
fill: "none",
|
|
675
675
|
xmlns: "http://www.w3.org/2000/svg"
|
|
676
|
-
}, props), _path$
|
|
676
|
+
}, props), _path$P || (_path$P = /*#__PURE__*/React.createElement("path", {
|
|
677
677
|
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",
|
|
678
678
|
fill: "currentColor"
|
|
679
|
-
})), _path2$
|
|
679
|
+
})), _path2$p || (_path2$p = /*#__PURE__*/React.createElement("path", {
|
|
680
680
|
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",
|
|
681
681
|
fill: "currentColor"
|
|
682
682
|
})));
|
|
683
683
|
};
|
|
684
684
|
|
|
685
|
-
var _rect$5, _path$
|
|
686
|
-
function _extends
|
|
685
|
+
var _rect$5, _path$O;
|
|
686
|
+
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); }
|
|
687
687
|
var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
688
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
688
|
+
return /*#__PURE__*/React.createElement("svg", _extends$$({
|
|
689
689
|
xmlns: "http://www.w3.org/2000/svg",
|
|
690
690
|
width: 16,
|
|
691
691
|
height: 16,
|
|
@@ -695,29 +695,29 @@ var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
|
695
695
|
height: 16,
|
|
696
696
|
fill: "#DFE1E6",
|
|
697
697
|
rx: 8
|
|
698
|
-
})), _path$
|
|
698
|
+
})), _path$O || (_path$O = /*#__PURE__*/React.createElement("path", {
|
|
699
699
|
fill: "#777C85",
|
|
700
700
|
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"
|
|
701
701
|
})));
|
|
702
702
|
};
|
|
703
703
|
|
|
704
|
-
var _path$
|
|
705
|
-
function _extends$
|
|
704
|
+
var _path$N;
|
|
705
|
+
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); }
|
|
706
706
|
var SvgArrowTopRight = function SvgArrowTopRight(props) {
|
|
707
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
707
|
+
return /*#__PURE__*/React.createElement("svg", _extends$_({
|
|
708
708
|
xmlns: "http://www.w3.org/2000/svg",
|
|
709
709
|
fill: "none",
|
|
710
710
|
viewBox: "0 0 16 17"
|
|
711
|
-
}, props), _path$
|
|
711
|
+
}, props), _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
|
|
712
712
|
fill: "currentColor",
|
|
713
713
|
d: "M4 4.5v1.333h5.727l-6.394 6.394.94.94 6.394-6.394V12.5H12v-8H4Z"
|
|
714
714
|
})));
|
|
715
715
|
};
|
|
716
716
|
|
|
717
717
|
var _rect$4, _g$c, _defs$4;
|
|
718
|
-
function _extends$
|
|
718
|
+
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); }
|
|
719
719
|
var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
720
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
720
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Z({
|
|
721
721
|
width: 32,
|
|
722
722
|
height: 32,
|
|
723
723
|
fill: "none",
|
|
@@ -745,10 +745,10 @@ var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
|
745
745
|
})))));
|
|
746
746
|
};
|
|
747
747
|
|
|
748
|
-
var _rect$3, _path$
|
|
749
|
-
function _extends$
|
|
748
|
+
var _rect$3, _path$M, _path2$o, _path3$3;
|
|
749
|
+
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); }
|
|
750
750
|
var SvgBashCircle = function SvgBashCircle(props) {
|
|
751
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
751
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Y({
|
|
752
752
|
width: 32,
|
|
753
753
|
height: 32,
|
|
754
754
|
fill: "none",
|
|
@@ -758,10 +758,10 @@ var SvgBashCircle = function SvgBashCircle(props) {
|
|
|
758
758
|
height: 32,
|
|
759
759
|
rx: 16,
|
|
760
760
|
fill: "currentColor"
|
|
761
|
-
})), _path$
|
|
761
|
+
})), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
|
|
762
762
|
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",
|
|
763
763
|
fill: "#fff"
|
|
764
|
-
})), _path2$
|
|
764
|
+
})), _path2$o || (_path2$o = /*#__PURE__*/React.createElement("path", {
|
|
765
765
|
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",
|
|
766
766
|
fill: "#fff"
|
|
767
767
|
})), _path3$3 || (_path3$3 = /*#__PURE__*/React.createElement("path", {
|
|
@@ -770,25 +770,25 @@ var SvgBashCircle = function SvgBashCircle(props) {
|
|
|
770
770
|
})));
|
|
771
771
|
};
|
|
772
772
|
|
|
773
|
-
var _path$
|
|
774
|
-
function _extends$
|
|
773
|
+
var _path$L, _path2$n;
|
|
774
|
+
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); }
|
|
775
775
|
var SvgBin = function SvgBin(props) {
|
|
776
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
776
|
+
return /*#__PURE__*/React.createElement("svg", _extends$X({
|
|
777
777
|
width: 14,
|
|
778
778
|
height: 14,
|
|
779
779
|
fill: "currentColor",
|
|
780
780
|
xmlns: "http://www.w3.org/2000/svg"
|
|
781
|
-
}, props), _path$
|
|
781
|
+
}, props), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
|
|
782
782
|
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"
|
|
783
|
-
})), _path2$
|
|
783
|
+
})), _path2$n || (_path2$n = /*#__PURE__*/React.createElement("path", {
|
|
784
784
|
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"
|
|
785
785
|
})));
|
|
786
786
|
};
|
|
787
787
|
|
|
788
788
|
var _rect$2, _g$b, _defs$3;
|
|
789
|
-
function _extends$
|
|
789
|
+
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); }
|
|
790
790
|
var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
791
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
791
|
+
return /*#__PURE__*/React.createElement("svg", _extends$W({
|
|
792
792
|
width: 32,
|
|
793
793
|
height: 32,
|
|
794
794
|
fill: "none",
|
|
@@ -812,71 +812,71 @@ var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
|
812
812
|
})))));
|
|
813
813
|
};
|
|
814
814
|
|
|
815
|
-
var _path$
|
|
816
|
-
function _extends$
|
|
815
|
+
var _path$K, _path2$m;
|
|
816
|
+
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); }
|
|
817
817
|
var SvgBlocked = function SvgBlocked(props) {
|
|
818
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
818
|
+
return /*#__PURE__*/React.createElement("svg", _extends$V({
|
|
819
819
|
width: 16,
|
|
820
820
|
height: 16,
|
|
821
821
|
fill: "none",
|
|
822
822
|
xmlns: "http://www.w3.org/2000/svg"
|
|
823
|
-
}, props), _path$
|
|
823
|
+
}, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
|
|
824
824
|
d: "M5 8.5a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1H5Z",
|
|
825
825
|
fill: "currentColor"
|
|
826
|
-
})), _path2$
|
|
826
|
+
})), _path2$m || (_path2$m = /*#__PURE__*/React.createElement("path", {
|
|
827
827
|
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",
|
|
828
828
|
fill: "currentColor"
|
|
829
829
|
})));
|
|
830
830
|
};
|
|
831
831
|
|
|
832
|
-
var _path$
|
|
833
|
-
function _extends$
|
|
832
|
+
var _path$J, _path2$l;
|
|
833
|
+
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); }
|
|
834
834
|
var SvgBoxes = function SvgBoxes(props) {
|
|
835
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
835
|
+
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
836
836
|
fill: "currentColor",
|
|
837
837
|
xmlns: "http://www.w3.org/2000/svg",
|
|
838
838
|
viewBox: "0 0 17 17"
|
|
839
|
-
}, props), _path$
|
|
839
|
+
}, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
|
|
840
840
|
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"
|
|
841
|
-
})), _path2$
|
|
841
|
+
})), _path2$l || (_path2$l = /*#__PURE__*/React.createElement("path", {
|
|
842
842
|
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"
|
|
843
843
|
})));
|
|
844
844
|
};
|
|
845
845
|
|
|
846
|
-
var _path$
|
|
847
|
-
function _extends$
|
|
846
|
+
var _path$I;
|
|
847
|
+
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); }
|
|
848
848
|
var SvgCalendar = function SvgCalendar(props) {
|
|
849
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
849
|
+
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
850
850
|
width: 24,
|
|
851
851
|
height: 24,
|
|
852
852
|
fill: "none",
|
|
853
853
|
xmlns: "http://www.w3.org/2000/svg"
|
|
854
|
-
}, props), _path$
|
|
854
|
+
}, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
855
855
|
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",
|
|
856
856
|
fill: "currentColor"
|
|
857
857
|
})));
|
|
858
858
|
};
|
|
859
859
|
|
|
860
|
-
var _path$
|
|
861
|
-
function _extends$
|
|
860
|
+
var _path$H, _path2$k;
|
|
861
|
+
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); }
|
|
862
862
|
var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
863
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
863
|
+
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
864
864
|
viewBox: "0 0 24 24",
|
|
865
865
|
fill: "none",
|
|
866
866
|
xmlns: "http://www.w3.org/2000/svg"
|
|
867
|
-
}, props), _path$
|
|
867
|
+
}, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
868
868
|
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",
|
|
869
869
|
fill: "currentColor"
|
|
870
|
-
})), _path2$
|
|
870
|
+
})), _path2$k || (_path2$k = /*#__PURE__*/React.createElement("path", {
|
|
871
871
|
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",
|
|
872
872
|
fill: "currentColor"
|
|
873
873
|
})));
|
|
874
874
|
};
|
|
875
875
|
|
|
876
876
|
var _g$a;
|
|
877
|
-
function _extends$
|
|
877
|
+
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); }
|
|
878
878
|
var SvgChecklist = function SvgChecklist(props) {
|
|
879
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
879
|
+
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
880
880
|
fill: "none",
|
|
881
881
|
xmlns: "http://www.w3.org/2000/svg",
|
|
882
882
|
viewBox: "0 0 104 104"
|
|
@@ -889,51 +889,51 @@ var SvgChecklist = function SvgChecklist(props) {
|
|
|
889
889
|
}))));
|
|
890
890
|
};
|
|
891
891
|
|
|
892
|
-
var _path$
|
|
893
|
-
function _extends$
|
|
892
|
+
var _path$G;
|
|
893
|
+
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); }
|
|
894
894
|
var SvgCheckmark = function SvgCheckmark(props) {
|
|
895
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
895
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
896
896
|
width: 16,
|
|
897
897
|
height: 15,
|
|
898
898
|
fill: "currentColor",
|
|
899
899
|
xmlns: "http://www.w3.org/2000/svg"
|
|
900
|
-
}, props), _path$
|
|
900
|
+
}, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
901
901
|
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"
|
|
902
902
|
})));
|
|
903
903
|
};
|
|
904
904
|
|
|
905
|
-
var _path$
|
|
906
|
-
function _extends$
|
|
905
|
+
var _path$F;
|
|
906
|
+
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); }
|
|
907
907
|
var SvgClose = function SvgClose(props) {
|
|
908
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
908
|
+
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
909
909
|
width: 14,
|
|
910
910
|
height: 14,
|
|
911
911
|
fill: "currentColor",
|
|
912
912
|
xmlns: "http://www.w3.org/2000/svg"
|
|
913
|
-
}, props), _path$
|
|
913
|
+
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
914
914
|
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"
|
|
915
915
|
})));
|
|
916
916
|
};
|
|
917
917
|
|
|
918
|
-
var _path$
|
|
919
|
-
function _extends$
|
|
918
|
+
var _path$E, _path2$j;
|
|
919
|
+
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); }
|
|
920
920
|
var SvgCloseCircle = function SvgCloseCircle(props) {
|
|
921
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
921
|
+
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
922
922
|
width: 16,
|
|
923
923
|
height: 16,
|
|
924
924
|
fill: "currentColor",
|
|
925
925
|
xmlns: "http://www.w3.org/2000/svg"
|
|
926
|
-
}, props), _path$
|
|
926
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
927
927
|
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"
|
|
928
|
-
})), _path2$
|
|
928
|
+
})), _path2$j || (_path2$j = /*#__PURE__*/React.createElement("path", {
|
|
929
929
|
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"
|
|
930
930
|
})));
|
|
931
931
|
};
|
|
932
932
|
|
|
933
933
|
var _g$9, _defs$2;
|
|
934
|
-
function _extends$
|
|
934
|
+
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); }
|
|
935
935
|
var SvgCoin = function SvgCoin(props) {
|
|
936
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
936
|
+
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
937
937
|
width: 17,
|
|
938
938
|
height: 17,
|
|
939
939
|
fill: "none",
|
|
@@ -954,58 +954,58 @@ var SvgCoin = function SvgCoin(props) {
|
|
|
954
954
|
})))));
|
|
955
955
|
};
|
|
956
956
|
|
|
957
|
-
var _path$
|
|
958
|
-
function _extends$
|
|
957
|
+
var _path$D, _path2$i;
|
|
958
|
+
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); }
|
|
959
959
|
var SvgCopy = function SvgCopy(props) {
|
|
960
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
960
|
+
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
961
961
|
width: 16,
|
|
962
962
|
height: 16,
|
|
963
963
|
fill: "none",
|
|
964
964
|
xmlns: "http://www.w3.org/2000/svg"
|
|
965
|
-
}, props), _path$
|
|
965
|
+
}, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
966
966
|
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",
|
|
967
967
|
fill: "currentColor"
|
|
968
|
-
})), _path2$
|
|
968
|
+
})), _path2$i || (_path2$i = /*#__PURE__*/React.createElement("path", {
|
|
969
969
|
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",
|
|
970
970
|
fill: "currentColor"
|
|
971
971
|
})));
|
|
972
972
|
};
|
|
973
973
|
|
|
974
|
-
var _path$
|
|
975
|
-
function _extends$
|
|
974
|
+
var _path$C, _path2$h;
|
|
975
|
+
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); }
|
|
976
976
|
var SvgCredit = function SvgCredit(props) {
|
|
977
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
977
|
+
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
978
978
|
fill: "none",
|
|
979
979
|
xmlns: "http://www.w3.org/2000/svg",
|
|
980
980
|
viewBox: "0 0 104 104"
|
|
981
|
-
}, props), _path$
|
|
981
|
+
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
982
982
|
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",
|
|
983
983
|
fill: "currentColor"
|
|
984
|
-
})), _path2$
|
|
984
|
+
})), _path2$h || (_path2$h = /*#__PURE__*/React.createElement("path", {
|
|
985
985
|
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",
|
|
986
986
|
fill: "currentColor"
|
|
987
987
|
})));
|
|
988
988
|
};
|
|
989
989
|
|
|
990
|
-
var _path$
|
|
991
|
-
function _extends$
|
|
990
|
+
var _path$B;
|
|
991
|
+
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); }
|
|
992
992
|
var SvgModule = function SvgModule(props) {
|
|
993
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
993
|
+
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
994
994
|
viewBox: "0 0 24 24",
|
|
995
995
|
xmlns: "http://www.w3.org/2000/svg"
|
|
996
|
-
}, props), _path$
|
|
996
|
+
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
997
997
|
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",
|
|
998
998
|
fill: "currentColor"
|
|
999
999
|
})));
|
|
1000
1000
|
};
|
|
1001
1001
|
|
|
1002
|
-
var _path$
|
|
1003
|
-
function _extends$
|
|
1002
|
+
var _path$A, _circle, _circle2, _circle3, _path2$g;
|
|
1003
|
+
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); }
|
|
1004
1004
|
var SvgDashboard = function SvgDashboard(props) {
|
|
1005
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1005
|
+
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
1006
1006
|
viewBox: "0 0 24 24",
|
|
1007
1007
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1008
|
-
}, props), _path$
|
|
1008
|
+
}, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
1009
1009
|
fill: "currentColor",
|
|
1010
1010
|
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"
|
|
1011
1011
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
@@ -1023,31 +1023,31 @@ var SvgDashboard = function SvgDashboard(props) {
|
|
|
1023
1023
|
cy: 5.504,
|
|
1024
1024
|
r: 0.75,
|
|
1025
1025
|
fill: "currentColor"
|
|
1026
|
-
})), _path2$
|
|
1026
|
+
})), _path2$g || (_path2$g = /*#__PURE__*/React.createElement("path", {
|
|
1027
1027
|
fill: "currentColor",
|
|
1028
1028
|
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"
|
|
1029
1029
|
})));
|
|
1030
1030
|
};
|
|
1031
1031
|
|
|
1032
|
-
var _path$
|
|
1033
|
-
function _extends$
|
|
1032
|
+
var _path$z;
|
|
1033
|
+
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); }
|
|
1034
1034
|
var SvgDownload = function SvgDownload(props) {
|
|
1035
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1035
|
+
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
1036
1036
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1037
1037
|
viewBox: "0 0 20 20"
|
|
1038
|
-
}, props), _path$
|
|
1038
|
+
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
1039
1039
|
fill: "currentColor",
|
|
1040
1040
|
clipRule: "evenodd",
|
|
1041
1041
|
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"
|
|
1042
1042
|
})));
|
|
1043
1043
|
};
|
|
1044
1044
|
|
|
1045
|
-
var _path$
|
|
1046
|
-
function _extends$
|
|
1045
|
+
var _path$y;
|
|
1046
|
+
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); }
|
|
1047
1047
|
var SvgExternalLink = function SvgExternalLink(props) {
|
|
1048
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1048
|
+
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
1049
1049
|
viewBox: "0 0 24 24"
|
|
1050
|
-
}, props), _path$
|
|
1050
|
+
}, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
1051
1051
|
fill: "none",
|
|
1052
1052
|
stroke: "currentColor",
|
|
1053
1053
|
strokeLinecap: "round",
|
|
@@ -1057,126 +1057,140 @@ var SvgExternalLink = function SvgExternalLink(props) {
|
|
|
1057
1057
|
})));
|
|
1058
1058
|
};
|
|
1059
1059
|
|
|
1060
|
-
var _path$
|
|
1061
|
-
function _extends$
|
|
1060
|
+
var _path$x, _path2$f;
|
|
1061
|
+
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); }
|
|
1062
1062
|
var SvgImageResolution = function SvgImageResolution(props) {
|
|
1063
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1063
|
+
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
1064
1064
|
fill: "currentColor",
|
|
1065
1065
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1066
1066
|
viewBox: "0 0 17 17"
|
|
1067
|
-
}, props), _path$
|
|
1067
|
+
}, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
1068
1068
|
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"
|
|
1069
|
-
})), _path2$
|
|
1069
|
+
})), _path2$f || (_path2$f = /*#__PURE__*/React.createElement("path", {
|
|
1070
1070
|
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"
|
|
1071
1071
|
})));
|
|
1072
1072
|
};
|
|
1073
1073
|
|
|
1074
|
-
var _path$
|
|
1075
|
-
function _extends$
|
|
1074
|
+
var _path$w;
|
|
1075
|
+
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); }
|
|
1076
1076
|
var SvgInformation = function SvgInformation(props) {
|
|
1077
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1077
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
1078
1078
|
width: 8,
|
|
1079
1079
|
height: 8,
|
|
1080
1080
|
fill: "none",
|
|
1081
1081
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1082
|
-
}, props), _path$
|
|
1082
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
1083
1083
|
d: "M4.667 8c-.883 0-1.6-.718-1.6-1.6V3.733h-.534a.534.534 0 0 1 0-1.066h.534c.588 0 1.066.478 1.066 1.066V6.4c0 .294.24.533.534.533H5.2A.534.534 0 0 1 5.2 8h-.533ZM3.333 1.6a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6Z",
|
|
1084
1084
|
fill: "currentColor"
|
|
1085
1085
|
})));
|
|
1086
1086
|
};
|
|
1087
1087
|
|
|
1088
|
-
var _path$
|
|
1089
|
-
function _extends$
|
|
1088
|
+
var _path$v, _path2$e;
|
|
1089
|
+
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); }
|
|
1090
1090
|
var SvgInvoice = function SvgInvoice(props) {
|
|
1091
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1091
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
1092
1092
|
width: 104,
|
|
1093
1093
|
height: 104,
|
|
1094
1094
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1095
|
-
}, props), _path$
|
|
1095
|
+
}, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
1096
1096
|
d: "M16.25 104c-5.378 0-9.75-4.372-9.75-9.75V9.75C6.5 4.372 10.872 0 16.25 0h46.059a9.69 9.69 0 0 1 6.89 2.851l25.445 25.446a9.683 9.683 0 0 1 2.856 6.89V94.25c0 5.378-4.372 9.75-9.75 9.75h-71.5Zm0-97.5A3.251 3.251 0 0 0 13 9.75v84.5a3.251 3.251 0 0 0 3.25 3.25h71.5A3.251 3.251 0 0 0 91 94.25V39H68.25c-5.378 0-9.75-4.372-9.75-9.75V6.5H16.25ZM65 29.25a3.251 3.251 0 0 0 3.25 3.25h21.402L65 7.848V29.25Z",
|
|
1097
1097
|
fill: "currentColor"
|
|
1098
|
-
})), _path2$
|
|
1098
|
+
})), _path2$e || (_path2$e = /*#__PURE__*/React.createElement("path", {
|
|
1099
1099
|
d: "M34.935 61.75a3.251 3.251 0 0 1-3.25-3.25v-1.53a12.925 12.925 0 0 1-7.405-4.762 3.227 3.227 0 0 1-.633-2.405 3.222 3.222 0 0 1 1.252-2.15 3.225 3.225 0 0 1 1.968-.662c1.022 0 1.967.468 2.587 1.282a6.429 6.429 0 0 0 5.091 2.518l.247-.004c3.354 0 5.816-1.825 5.816-3.454 0-1.63-2.427-3.45-5.673-3.45-6.72 0-12.185-4.467-12.185-9.957 0-4.559 3.679-8.42 8.935-9.59V22.75a3.251 3.251 0 0 1 6.5 0v1.543a12.895 12.895 0 0 1 7.389 4.749c.524.689.75 1.543.632 2.405a3.23 3.23 0 0 1-1.252 2.15 3.212 3.212 0 0 1-1.963.662c-1.01 0-1.98-.48-2.587-1.282a6.4 6.4 0 0 0-5.07-2.518c-.087 0-.173 0-.26.004-3.363.005-5.824 1.829-5.824 3.458 0 1.634 2.431 3.458 5.685 3.458 6.713 0 12.173 4.464 12.173 9.95 0 4.55-3.675 8.41-8.923 9.585V58.5a3.251 3.251 0 0 1-3.25 3.25ZM52 68.25a3.251 3.251 0 0 1 0-6.5h26a3.251 3.251 0 0 1 0 6.5H52ZM29.25 87.75a3.251 3.251 0 0 1 0-6.5H78a3.251 3.251 0 0 1 0 6.5H29.25Z",
|
|
1100
1100
|
fill: "currentColor"
|
|
1101
1101
|
})));
|
|
1102
1102
|
};
|
|
1103
1103
|
|
|
1104
|
-
var _path$
|
|
1105
|
-
function _extends$
|
|
1104
|
+
var _path$u;
|
|
1105
|
+
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); }
|
|
1106
1106
|
var SvgLayers = function SvgLayers(props) {
|
|
1107
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1107
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
1108
1108
|
width: 24,
|
|
1109
1109
|
height: 24,
|
|
1110
1110
|
fill: "none",
|
|
1111
1111
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1112
|
-
}, props), _path$
|
|
1112
|
+
}, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
1113
1113
|
d: "M12 23.997c-.364 0-.727-.088-1.051-.255L.739 18.46a1.367 1.367 0 0 1 0-2.426l2.73-1.41L.74 13.213a1.36 1.36 0 0 1-.585-.585 1.359 1.359 0 0 1-.09-1.042 1.36 1.36 0 0 1 .675-.8l2.732-1.413L.74 7.96a1.362 1.362 0 0 1-.675-1.626 1.36 1.36 0 0 1 .674-.8L10.948.256a2.3 2.3 0 0 1 2.105-.001l10.209 5.278a.732.732 0 0 1 .109.068 1.368 1.368 0 0 1-.107 2.363l-2.728 1.41 2.728 1.411a1.365 1.365 0 0 1 0 2.426l-2.73 1.413 2.73 1.414a1.363 1.363 0 0 1 0 2.425l-10.21 5.276c-.325.17-.688.258-1.053.258Zm-.362-1.588a.801.801 0 0 0 .727 0l9.979-5.156L18.9 15.47l-5.847 3.024a2.302 2.302 0 0 1-2.105.001L5.1 15.469l-3.442 1.778 9.979 5.162Zm0-5.247a.788.788 0 0 0 .726 0L22.343 12 18.9 10.22l-5.848 3.022a2.307 2.307 0 0 1-2.104 0l-5.845-3.024L1.659 12l9.979 5.162Zm0-5.253a.801.801 0 0 0 .727 0l9.984-5.159-9.984-5.162a.807.807 0 0 0-.728 0L1.659 6.747l9.979 5.162Z",
|
|
1114
1114
|
fill: "currentColor"
|
|
1115
1115
|
})));
|
|
1116
1116
|
};
|
|
1117
1117
|
|
|
1118
|
-
var _path$
|
|
1119
|
-
function _extends$
|
|
1118
|
+
var _path$t;
|
|
1119
|
+
function _extends$C() { _extends$C = 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$C.apply(this, arguments); }
|
|
1120
|
+
var SvgLibrary = function SvgLibrary(props) {
|
|
1121
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
1122
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1123
|
+
fill: "currentColor",
|
|
1124
|
+
viewBox: "0 0 16 17"
|
|
1125
|
+
}, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
1126
|
+
fillRule: "evenodd",
|
|
1127
|
+
d: "m8.986 14.982.826.017V2.018L8.986 2v12.981ZM9.86 16l-.924-.018a.951.951 0 0 1-.896-.623.92.92 0 0 1-.055-.314V1.936c0-.517.426-.936.952-.936l.923.019c.525 0 .951.419.951.936v13.109A.944.944 0 0 1 9.86 16Zm2.822-.936a.951.951 0 0 0 1.12.732l.934-.185a.937.937 0 0 0 .744-1.104l-1.508-7.342a.951.951 0 0 0-1.121-.732l-.933.185a.935.935 0 0 0-.744 1.103l1.508 7.343Zm-9.4.339a.92.92 0 0 0 .072-.358V1.936A.944.944 0 0 0 2.403 1h-.951a.944.944 0 0 0-.952.936v13.11c0 .516.426.936.952.936h.951c.397 0 .737-.24.88-.58Zm1.039 0c.143.34.483.579.88.579h.923a.923.923 0 0 0 .887-.615.928.928 0 0 0 .05-.303V5.682a.92.92 0 0 0-.076-.369.952.952 0 0 0-.875-.568H5.2a.953.953 0 0 0-.846.509.92.92 0 0 0-.105.428v9.363a.92.92 0 0 0 .072.358ZM1.5 14.982h.855V2H1.5v12.982Zm3.75 0h.813V5.745H5.25v9.236Zm8.4-.175-1.482-7.219.837-.166 1.482 7.218-.836.167Zm-.041.008Z",
|
|
1128
|
+
clipRule: "evenodd"
|
|
1129
|
+
})));
|
|
1130
|
+
};
|
|
1131
|
+
|
|
1132
|
+
var _path$s, _path2$d;
|
|
1133
|
+
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); }
|
|
1120
1134
|
var SvgLock = function SvgLock(props) {
|
|
1121
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1135
|
+
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
1122
1136
|
width: 16,
|
|
1123
1137
|
height: 16,
|
|
1124
1138
|
viewBox: "0 0 24 24",
|
|
1125
1139
|
fill: "none",
|
|
1126
1140
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1127
|
-
}, props), _path$
|
|
1141
|
+
}, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
1128
1142
|
d: "M5.25 24A2.252 2.252 0 0 1 3 21.75v-10.5A2.252 2.252 0 0 1 5.25 9H6V6c0-3.308 2.692-6 6-6s6 2.692 6 6v3h.75A2.252 2.252 0 0 1 21 11.25v10.5A2.252 2.252 0 0 1 18.75 24H5.25zm0-13.5a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h13.5a.75.75 0 0 0 .75-.75v-10.5a.75.75 0 0 0-.75-.75H5.25zM16.5 9V6c0-2.481-2.019-4.5-4.5-4.5A4.505 4.505 0 0 0 7.5 6v3h9z",
|
|
1129
1143
|
fill: "currentColor"
|
|
1130
|
-
})), _path2$
|
|
1144
|
+
})), _path2$d || (_path2$d = /*#__PURE__*/React.createElement("path", {
|
|
1131
1145
|
d: "M12 18.75a.75.75 0 0 1-.75-.75v-3a.75.75 0 0 1 1.5 0v3a.75.75 0 0 1-.75.75z",
|
|
1132
1146
|
fill: "currentColor"
|
|
1133
1147
|
})));
|
|
1134
1148
|
};
|
|
1135
1149
|
|
|
1136
|
-
var _path$
|
|
1137
|
-
function _extends$
|
|
1150
|
+
var _path$r;
|
|
1151
|
+
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); }
|
|
1138
1152
|
var SvgLogo = function SvgLogo(props) {
|
|
1139
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1153
|
+
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
1140
1154
|
viewBox: "0 0 88 40",
|
|
1141
1155
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1142
|
-
}, props), _path$
|
|
1156
|
+
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
1143
1157
|
d: "M47.464 24.786h-4.9a1.168 1.168 0 0 1-1.196-1.196V13.333c0-.683.512-1.196 1.196-1.196h4.9c3.476 0 5.926 2.849 5.926 6.325 0 3.475-2.45 6.324-5.926 6.324Zm.513-20.74h-12.82c-1.254 0-2.336 1.082-2.336 2.336v31.453c0 1.14.854 2.165 1.994 2.165 1.14 0 2.165-.74 2.963-1.595l3.818-4.274c.854-.969 1.994-1.254 3.304-1.254h3.077c8.035 0 14.36-6.381 14.36-14.416 0-8.034-6.326-14.415-14.36-14.415Zm25.755 10.598a.9.9 0 0 1-.911-.912v-1.424h-6.154c-.969 0-1.254-.855-.627-1.71L72.878.855c.57-.798 1.709-.684 1.709.456v9.173h1.538a.9.9 0 0 1 .912.912.9.9 0 0 1-.912.912h-1.538v1.424c0 .513-.399.912-.855.912Zm-5.584-4.16h4.673v-6.61l-4.673 6.61Zm18.063 4.16h-6.952c-.911 0-1.253-.912-.626-1.767l5.242-6.894c.399-.513.911-1.31.911-1.994 0-1.31-.911-2.166-2.279-2.166-1.481 0-2.165 1.026-2.279 1.71-.114.456-.57.797-1.083.684-.456-.057-.797-.57-.683-1.026C78.747 1.595 80.285 0 82.507 0s4.046 1.766 4.046 3.989c0 1.196-.57 2.108-1.254 3.02l-4.444 5.811h5.356a.9.9 0 0 1 .912.912.9.9 0 0 1-.912.912ZM14.359 34.587c8.32 0 14.359-6.097 14.359-14.416V6.381a2.31 2.31 0 0 0-2.336-2.335h-4.616a2.31 2.31 0 0 0-2.336 2.336v13.162c0 3.419-1.652 5.926-5.071 5.926-3.419 0-5.071-2.507-5.071-5.926V6.382a2.31 2.31 0 0 0-2.336-2.336H2.336A2.31 2.31 0 0 0 0 6.382V20.17c0 8.32 6.04 14.416 14.359 14.416Z",
|
|
1144
1158
|
fill: "currentColor"
|
|
1145
1159
|
})));
|
|
1146
1160
|
};
|
|
1147
1161
|
|
|
1148
|
-
var _path$
|
|
1149
|
-
function _extends$
|
|
1162
|
+
var _path$q;
|
|
1163
|
+
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); }
|
|
1150
1164
|
var SvgMap = function SvgMap(props) {
|
|
1151
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1165
|
+
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
1152
1166
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1153
1167
|
viewBox: "0 0 16 15",
|
|
1154
1168
|
fill: "currentColor"
|
|
1155
|
-
}, props), _path$
|
|
1169
|
+
}, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
1156
1170
|
d: "M5.5 14.18c-.2 0-.38-.03-.56-.1l-4-1.6a1.5 1.5 0 0 1-.94-1.4V1.5A1 1 0 0 1 1.37.57l3.94 1.58.18.03h.02a.5.5 0 0 0 .18-.04L9.94.44a1.5 1.5 0 0 1 1.12 0l4 1.6c.57.23.94.78.94 1.4V13a1 1 0 0 1-1.37.93l-3.94-1.57a.52.52 0 0 0-.18-.04h-.02a.49.49 0 0 0-.17.04l-4.26 1.7c-.18.07-.37.11-.56.11ZM1 11.08c0 .2.12.39.31.47L5 13.02V3.09c-.02 0-.04 0-.06-.02L1 1.5v9.58Zm5 1.94 3.94-1.58.06-.02V1.5L6.06 3.07A1 1 0 0 1 6 3.1v9.93Zm5.06-1.58L15 13.02V3.43a.5.5 0 0 0-.31-.46L11 1.5v9.92l.06.02Z"
|
|
1157
1171
|
})));
|
|
1158
1172
|
};
|
|
1159
1173
|
|
|
1160
|
-
var _path$
|
|
1161
|
-
function _extends$
|
|
1174
|
+
var _path$p;
|
|
1175
|
+
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); }
|
|
1162
1176
|
var SvgShop = function SvgShop(props) {
|
|
1163
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1177
|
+
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
1164
1178
|
viewBox: "0 0 16 16",
|
|
1165
1179
|
fill: "currentColor",
|
|
1166
1180
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1167
|
-
}, props), _path$
|
|
1181
|
+
}, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
|
1168
1182
|
d: "M2.5 16c-.827 0-1.5-.673-1.5-1.5v-6a.5.5 0 0 1 1 0V11h7.5V8.5a.5.5 0 0 1 1 0V15h3a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 1 1 0v6c0 .827-.673 1.5-1.5 1.5h-11ZM2 14.5a.5.5 0 0 0 .5.5h7v-3H2v2.5ZM14 7a2.013 2.013 0 0 1-1.5-.679A2.013 2.013 0 0 1 11 7a2.013 2.013 0 0 1-1.5-.679A2.013 2.013 0 0 1 8 7a2.013 2.013 0 0 1-1.5-.679A2.013 2.013 0 0 1 5 7a2.013 2.013 0 0 1-1.5-.679A2.013 2.013 0 0 1 2 7C.897 7 0 6.103 0 5c0-.036.004-.072.012-.108L.925.782A.996.996 0 0 1 1.9 0h12.197c.465 0 .876.33.977.783l.913 4.108A.485.485 0 0 1 16 5c0 1.103-.897 2-2 2Zm-1.5-2.5a.5.5 0 0 1 .5.5c0 .551.449 1 1 1 .53 0 .973-.424.999-.95l-.9-4.05H1.9l-.9 4.05c.026.526.468.95.999.95.551 0 1-.449 1-1a.5.5 0 0 1 1 0 1.001 1.001 0 0 0 2 0 .5.5 0 0 1 1 0 1.001 1.001 0 0 0 2 0 .5.5 0 0 1 1 0 1.001 1.001 0 0 0 2 0 .5.5 0 0 1 .5-.5Z"
|
|
1169
1183
|
})));
|
|
1170
1184
|
};
|
|
1171
1185
|
|
|
1172
|
-
var _path$
|
|
1173
|
-
function _extends$
|
|
1186
|
+
var _path$o;
|
|
1187
|
+
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); }
|
|
1174
1188
|
var SvgMegaphone = function SvgMegaphone(props) {
|
|
1175
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1189
|
+
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
1176
1190
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1177
1191
|
fill: "none",
|
|
1178
1192
|
viewBox: "0 0 24 20"
|
|
1179
|
-
}, props), _path$
|
|
1193
|
+
}, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
|
1180
1194
|
fill: "currentColor",
|
|
1181
1195
|
fillRule: "evenodd",
|
|
1182
1196
|
d: "M21 1.25a.75.75 0 0 0-1.166-.624l-1.134.756A21.55 21.55 0 0 1 6.751 5H4.5a4.5 4.5 0 0 0 0 9h1.535a7.988 7.988 0 0 0 2.448 5.043.75.75 0 1 0 1.034-1.086 6.49 6.49 0 0 1-1.972-3.942A21.55 21.55 0 0 1 18.7 17.618l1.134.756A.75.75 0 0 0 21 17.75V1.25ZM6 6.5H4.5a3 3 0 1 0 0 6H6v-6Zm1.5 6.012a23.05 23.05 0 0 1 12 3.837V2.65a23.05 23.05 0 0 1-12 3.837v6.024ZM23.25 7.25A.75.75 0 0 1 24 8v3a.75.75 0 0 1-1.5 0V8a.75.75 0 0 1 .75-.75Z",
|
|
@@ -1184,149 +1198,175 @@ var SvgMegaphone = function SvgMegaphone(props) {
|
|
|
1184
1198
|
})));
|
|
1185
1199
|
};
|
|
1186
1200
|
|
|
1187
|
-
var _path$
|
|
1188
|
-
function _extends$
|
|
1201
|
+
var _path$n, _path2$c;
|
|
1202
|
+
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); }
|
|
1189
1203
|
var SvgModuleThree = function SvgModuleThree(props) {
|
|
1190
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1204
|
+
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
1191
1205
|
fill: "currentColor",
|
|
1192
1206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1193
1207
|
viewBox: "0 0 25 24"
|
|
1194
|
-
}, props), _path$
|
|
1208
|
+
}, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
|
1195
1209
|
d: "M7.417 24.001a.711.711 0 0 1-.114-.009 2.26 2.26 0 0 1-.677-.139l-4.5-1.687a2.262 2.262 0 0 1-1.46-2.1v-5.627c0-.413.118-.822.343-1.183a.732.732 0 0 1 .06-.098 2.227 2.227 0 0 1 1.057-.826l4.5-1.687a2.241 2.241 0 0 1 1.58 0l4.5 1.687c.43.162.798.45 1.062.833a.604.604 0 0 1 .055.092c.224.361.342.769.342 1.182v5.625a2.26 2.26 0 0 1-1.46 2.102l-4.5 1.687c-.214.08-.44.127-.675.139a.808.808 0 0 1-.113.009Zm-5.25-3.937a.753.753 0 0 0 .486.698l4.014 1.504V16.27l-4.5-1.687v5.481Zm6 2.202 4.014-1.505a.754.754 0 0 0 .486-.7v-5.479l-4.5 1.688v5.996Zm-.75-7.316 4-1.5-3.737-1.401a.747.747 0 0 0-.528 0L3.417 13.45l4 1.5Z"
|
|
1196
|
-
})), _path2$
|
|
1210
|
+
})), _path2$c || (_path2$c = /*#__PURE__*/React.createElement("path", {
|
|
1197
1211
|
d: "M16.417 17.582a.75.75 0 0 1-.237-1.461l6.474-2.158a.749.749 0 0 0 .513-.712v-8.46l-7.5 2.5V10.5a.75.75 0 0 1-1.5 0V7.291l-7.5-2.5V8.25a.75.75 0 0 1-1.5.001v-3.5a2.231 2.231 0 0 1 .499-1.407 2.245 2.245 0 0 1 1.04-.728l7.5-2.5a2.243 2.243 0 0 1 1.424.001l7.499 2.5a2.24 2.24 0 0 1 1.038.726 2.234 2.234 0 0 1 .5 1.408v8.5c0 .97-.618 1.828-1.54 2.135l-6.473 2.158a.759.759 0 0 1-.237.038Zm-1.5-11.622 6.748-2.249-6.511-2.172a.752.752 0 0 0-.473 0L8.167 3.71l6.75 2.25Z"
|
|
1198
1212
|
})));
|
|
1199
1213
|
};
|
|
1200
1214
|
|
|
1201
|
-
var _path$
|
|
1202
|
-
function _extends$
|
|
1215
|
+
var _path$m, _path2$b;
|
|
1216
|
+
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); }
|
|
1203
1217
|
var SvgMultipleUsers = function SvgMultipleUsers(props) {
|
|
1204
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1218
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
1205
1219
|
width: 32,
|
|
1206
1220
|
height: 32,
|
|
1207
1221
|
fill: "none",
|
|
1208
1222
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1209
|
-
}, props), _path$
|
|
1223
|
+
}, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
|
|
1210
1224
|
d: "M6 12c-2.205 0-4-1.795-4-4s1.795-4 4-4 4 1.795 4 4-1.795 4-4 4Zm0-6c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2ZM4 30c-.503 0-.93-.376-.992-.876L2.118 22H1a1 1 0 0 1-1-1v-3c0-3.308 2.692-6 6-6a1 1 0 0 1 0 2c-2.205 0-4 1.795-4 4v2h1c.503 0 .93.376.992.876L4.882 28H8a1 1 0 0 1 0 2H4ZM26 12c-2.205 0-4-1.795-4-4s1.795-4 4-4 4 1.795 4 4-1.795 4-4 4Zm0-6c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2ZM24 30a1 1 0 0 1 0-2h3.117l.891-7.124c.063-.5.49-.876.992-.876h1v-2c0-2.205-1.795-4-4-4a1 1 0 0 1 0-2c3.308 0 6 2.692 6 6v3a1 1 0 0 1-1 1h-1.117l-.891 7.124c-.063.5-.49.876-.992.876h-4ZM16 10c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5Zm0-8c-1.655 0-3 1.345-3 3s1.345 3 3 3 3-1.345 3-3-1.345-3-3-3Z",
|
|
1211
1225
|
fill: "currentColor"
|
|
1212
|
-
})), _path2$
|
|
1226
|
+
})), _path2$b || (_path2$b = /*#__PURE__*/React.createElement("path", {
|
|
1213
1227
|
d: "M13 32a.996.996 0 0 1-.995-.9l-.91-9.1H9a1 1 0 0 1-1-1v-3c0-4.41 3.59-8 8-8s8 3.59 8 8v3a1 1 0 0 1-1 1h-2.095l-.91 9.1A.997.997 0 0 1 19 32h-6Zm5.095-2 .91-9.1c.051-.512.479-.9.995-.9h2v-2c0-3.308-2.692-6-6-6s-6 2.692-6 6v2h2c.516 0 .944.387.995.9l.909 9.1h4.19Z",
|
|
1214
1228
|
fill: "currentColor"
|
|
1215
1229
|
})));
|
|
1216
1230
|
};
|
|
1217
1231
|
|
|
1218
|
-
var _path$
|
|
1219
|
-
function _extends$
|
|
1232
|
+
var _path$l, _path2$a;
|
|
1233
|
+
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); }
|
|
1220
1234
|
var SvgNotificationError = function SvgNotificationError(props) {
|
|
1221
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1235
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
1222
1236
|
viewBox: "0 0 24 24",
|
|
1223
1237
|
fill: "none",
|
|
1224
1238
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1225
|
-
}, props), _path$
|
|
1239
|
+
}, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
|
|
1226
1240
|
d: "M12 17.998a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25ZM12 14.248a.75.75 0 0 1-.75-.75v-7.5a.75.75 0 0 1 1.5 0v7.5a.75.75 0 0 1-.75.75Z",
|
|
1227
1241
|
fill: "currentColor"
|
|
1228
|
-
})), _path2$
|
|
1242
|
+
})), _path2$a || (_path2$a = /*#__PURE__*/React.createElement("path", {
|
|
1229
1243
|
d: "M12 23.997a2.546 2.546 0 0 1-1.81-.748L.75 13.81a2.564 2.564 0 0 1 0-3.621L10.19.75a2.542 2.542 0 0 1 1.807-.751c.685 0 1.327.265 1.81.747l9.444 9.443a2.566 2.566 0 0 1 0 3.621l-9.44 9.439a2.55 2.55 0 0 1-1.811.748Zm-.75-1.809c.2.199.466.309.75.309s.55-.11.75-.31l9.44-9.439a1.064 1.064 0 0 0 0-1.501L12.749 1.81c-.01-.009-.024-.025-.033-.035a1.034 1.034 0 0 0-.713-.276c-.288 0-.553.111-.753.311l-9.441 9.44a1.063 1.063 0 0 0 0 1.5l9.441 9.438Z",
|
|
1230
1244
|
fill: "currentColor"
|
|
1231
1245
|
})));
|
|
1232
1246
|
};
|
|
1233
1247
|
|
|
1234
|
-
var _path$
|
|
1235
|
-
function _extends$
|
|
1248
|
+
var _path$k, _path2$9;
|
|
1249
|
+
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); }
|
|
1236
1250
|
var SvgNotificationInfo = function SvgNotificationInfo(props) {
|
|
1237
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1251
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
1238
1252
|
width: 24,
|
|
1239
1253
|
height: 24,
|
|
1240
1254
|
fill: "none",
|
|
1241
1255
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1242
|
-
}, props), _path$
|
|
1256
|
+
}, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
|
|
1243
1257
|
d: "M13.5 17.25A2.252 2.252 0 0 1 11.25 15v-3.75h-.75a.75.75 0 0 1 0-1.5h.75c.827 0 1.5.673 1.5 1.5V15c0 .414.336.75.75.75h.75a.75.75 0 0 1 0 1.5h-.75ZM11.625 8.25a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z",
|
|
1244
1258
|
fill: "currentColor"
|
|
1245
|
-
})), _path2$
|
|
1259
|
+
})), _path2$9 || (_path2$9 = /*#__PURE__*/React.createElement("path", {
|
|
1246
1260
|
d: "M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12Zm0-22.5C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5Z",
|
|
1247
1261
|
fill: "currentColor"
|
|
1248
1262
|
})));
|
|
1249
1263
|
};
|
|
1250
1264
|
|
|
1251
|
-
var _path$
|
|
1252
|
-
function _extends$
|
|
1265
|
+
var _path$j, _path2$8;
|
|
1266
|
+
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); }
|
|
1253
1267
|
var SvgNotificationSuccess = function SvgNotificationSuccess(props) {
|
|
1254
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1268
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
1255
1269
|
width: 24,
|
|
1256
1270
|
height: 24,
|
|
1257
1271
|
fill: "none",
|
|
1258
1272
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1259
|
-
}, props), _path$
|
|
1273
|
+
}, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
|
|
1260
1274
|
d: "M9.325 17.916a1.79 1.79 0 0 1-1.498-.799l-2.44-3.462a.75.75 0 0 1 1.227-.864l2.45 3.477a.306.306 0 0 0 .261.148.294.294 0 0 0 .236-.119l7.852-9.935a.75.75 0 0 1 1.175.93l-7.843 9.923a1.781 1.781 0 0 1-.423.396 1.78 1.78 0 0 1-.997.305Z",
|
|
1261
1275
|
fill: "currentColor"
|
|
1262
|
-
})), _path2$
|
|
1276
|
+
})), _path2$8 || (_path2$8 = /*#__PURE__*/React.createElement("path", {
|
|
1263
1277
|
d: "M12 23.999c-6.617 0-12-5.383-12-12s5.383-12 12-12 12 5.383 12 12-5.383 12-12 12Zm0-22.5c-5.79 0-10.5 4.71-10.5 10.5s4.71 10.5 10.5 10.5 10.5-4.71 10.5-10.5-4.71-10.5-10.5-10.5Z",
|
|
1264
1278
|
fill: "currentColor"
|
|
1265
1279
|
})));
|
|
1266
1280
|
};
|
|
1267
1281
|
|
|
1268
|
-
var _path$
|
|
1269
|
-
function _extends$
|
|
1282
|
+
var _path$i;
|
|
1283
|
+
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); }
|
|
1270
1284
|
var SvgPencil = function SvgPencil(props) {
|
|
1271
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1272
|
-
|
|
1273
|
-
height: 10,
|
|
1274
|
-
fill: "none",
|
|
1275
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
1276
|
-
}, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
|
1285
|
+
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
1286
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1277
1287
|
fill: "currentColor",
|
|
1288
|
+
viewBox: "0 0 16 17"
|
|
1289
|
+
}, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
|
|
1278
1290
|
fillRule: "evenodd",
|
|
1279
|
-
|
|
1280
|
-
|
|
1291
|
+
d: "M12.254 1.506a2.586 2.586 0 0 0-1.54.647c-.035.03-1.98 1.973-4.324 4.316-3.633 3.632-4.265 4.266-4.29 4.306a.426.426 0 0 0-.048.104c-.025.08-1.04 4.044-1.047 4.09a.451.451 0 0 0 .026.236c.033.082.1.168.166.213a.482.482 0 0 0 .325.078c.028-.004.963-.24 2.08-.527 2.112-.542 2.067-.53 2.142-.58.03-.02 8.35-8.334 8.53-8.524.213-.223.348-.416.47-.669.183-.38.266-.763.256-1.184a2.573 2.573 0 0 0-2.746-2.507Zm0 .933a1.688 1.688 0 0 0-.91.4c-.005.006.208.222 1.153 1.167l1.158 1.158.02-.022a1.683 1.683 0 0 0 .384-.874 1.97 1.97 0 0 0 0-.395 1.78 1.78 0 0 0-.102-.404 2.206 2.206 0 0 0-.142-.28 1.703 1.703 0 0 0-.477-.484 1.693 1.693 0 0 0-.672-.258 2.882 2.882 0 0 0-.412-.008Zm-5.34 4.826-3.759 3.76 1.161 1.16 1.162 1.16 3.761-3.76L13 5.824l-1.16-1.16c-.638-.638-1.163-1.16-1.163-1.16s-1.695 1.692-3.762 3.76Zm-4.179 4.693-.622 2.43s2.441-.625 2.454-.63c.003 0-.406-.412-.91-.914l-.915-.911-.007.025Z",
|
|
1292
|
+
clipRule: "evenodd"
|
|
1281
1293
|
})));
|
|
1282
1294
|
};
|
|
1283
1295
|
|
|
1284
|
-
var _path$
|
|
1285
|
-
function _extends$
|
|
1296
|
+
var _path$h;
|
|
1297
|
+
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); }
|
|
1298
|
+
var SvgPolygon = function SvgPolygon(props) {
|
|
1299
|
+
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
1300
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1301
|
+
fill: "currentColor",
|
|
1302
|
+
viewBox: "0 0 16 17"
|
|
1303
|
+
}, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
|
|
1304
|
+
fillRule: "evenodd",
|
|
1305
|
+
d: "m1.998 9.5.98 3.28A2 2 0 0 0 4 16.5a2 2 0 0 0 1.926-1.46h4.148a2 2 0 1 0 2.934-2.268l.996-3.272a2 2 0 1 0-1.179-3.619L9.798 3.377a2 2 0 1 0-3.605-.018L3.173 5.88A2 2 0 1 0 1.998 9.5ZM9 2.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm.149 1.637A1.99 1.99 0 0 1 8 4.5a1.99 1.99 0 0 1-1.165-.374L3.81 6.65a2 2 0 0 1-.843 2.6l.971 3.25H4a2 2 0 0 1 1.947 1.54h4.106a2 2 0 0 1 1.993-1.54l.988-3.248a2 2 0 0 1-.846-2.6l-3.04-2.515ZM14 8.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-1 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-9 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-1-8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
|
|
1306
|
+
clipRule: "evenodd"
|
|
1307
|
+
})));
|
|
1308
|
+
};
|
|
1309
|
+
|
|
1310
|
+
var _path$g;
|
|
1311
|
+
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); }
|
|
1286
1312
|
var SvgFolderEmpty1 = function SvgFolderEmpty1(props) {
|
|
1287
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1313
|
+
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
1288
1314
|
viewBox: "0 0 24 24",
|
|
1289
1315
|
fill: "none",
|
|
1290
1316
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1291
|
-
}, props), _path$
|
|
1317
|
+
}, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
|
1292
1318
|
d: "M2.25 22.5A2.252 2.252 0 0 1 0 20.25V3.75A2.252 2.252 0 0 1 2.25 1.5H7.5a2.26 2.26 0 0 1 1.8.9l1.575 2.1H21.75A2.252 2.252 0 0 1 24 6.75v13.5a2.252 2.252 0 0 1-2.25 2.25H2.25Zm0-19.5a.75.75 0 0 0-.75.75v16.5c0 .414.336.75.75.75h19.5a.75.75 0 0 0 .75-.75V6.75a.75.75 0 0 0-.75-.75H10.5a.753.753 0 0 1-.6-.3L8.1 3.3a.753.753 0 0 0-.6-.3H2.25Z",
|
|
1293
1319
|
fill: "currentColor"
|
|
1294
1320
|
})));
|
|
1295
1321
|
};
|
|
1296
1322
|
|
|
1297
|
-
var _path$
|
|
1298
|
-
function _extends$
|
|
1323
|
+
var _path$f, _path2$7;
|
|
1324
|
+
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); }
|
|
1299
1325
|
var SvgQuestionCircle = function SvgQuestionCircle(props) {
|
|
1300
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1326
|
+
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
1301
1327
|
width: 16,
|
|
1302
1328
|
height: 16,
|
|
1303
1329
|
viewBox: "0 0 24 24",
|
|
1304
1330
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1305
|
-
}, props), _path$
|
|
1331
|
+
}, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
|
|
1306
1332
|
d: "M12 15a.75.75 0 0 1-.75-.75v-1.006a2.251 2.251 0 0 1 1.5-2.122 2.254 2.254 0 0 0 1.5-2.121c0-.601-.234-1.166-.659-1.591A2.232 2.232 0 0 0 12 6.751c-.601 0-1.166.234-1.591.659A2.231 2.231 0 0 0 9.75 9a.75.75 0 0 1-1.5 0c0-1.002.391-1.943 1.099-2.651A3.725 3.725 0 0 1 12 5.251a3.755 3.755 0 0 1 3.75 3.75 3.756 3.756 0 0 1-2.5 3.535.752.752 0 0 0-.5.707v1.007A.75.75 0 0 1 12 15ZM12 18.75a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z",
|
|
1307
1333
|
fill: "currentColor"
|
|
1308
|
-
})), _path2$
|
|
1334
|
+
})), _path2$7 || (_path2$7 = /*#__PURE__*/React.createElement("path", {
|
|
1309
1335
|
d: "M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12Zm0-22.5C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5Z",
|
|
1310
1336
|
fill: "currentColor"
|
|
1311
1337
|
})));
|
|
1312
1338
|
};
|
|
1313
1339
|
|
|
1314
|
-
var _path$
|
|
1315
|
-
function _extends$
|
|
1340
|
+
var _path$e, _path2$6;
|
|
1341
|
+
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); }
|
|
1316
1342
|
var SvgSatellite = function SvgSatellite(props) {
|
|
1317
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1343
|
+
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
1318
1344
|
fill: "none",
|
|
1319
1345
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1320
1346
|
viewBox: "0 0 32 32"
|
|
1321
|
-
}, props), _path$
|
|
1347
|
+
}, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
|
|
1322
1348
|
d: "M13.43 26.628c-.262 0-.52-.107-.706-.293l-7.067-7.067a1.008 1.008 0 0 1-.293-.724c.005-.27.121-.53.318-.715a5.979 5.979 0 0 1 4.088-1.608c1.662 0 3.263.695 4.393 1.908 2.137 2.294 2.137 5.887 0 8.18a1.008 1.008 0 0 1-.714.319h-.018Zm-.122-2.537a4.003 4.003 0 0 0-.608-4.598 4.014 4.014 0 0 0-4.799-.809l5.407 5.407Zm-5.903 2.914a.978.978 0 0 1-.264-.036 3.007 3.007 0 0 1-2.119-2.145.997.997 0 0 1 .97-1.25 1 1 0 0 1 .966.751c.09.347.36.622.707.716.257.07.473.236.605.468a.998.998 0 0 1-.865 1.496Z",
|
|
1323
1349
|
fill: "currentColor"
|
|
1324
|
-
})), _path2$
|
|
1350
|
+
})), _path2$6 || (_path2$6 = /*#__PURE__*/React.createElement("path", {
|
|
1325
1351
|
d: "M8.064 32.01a8.06 8.06 0 0 1-2.707-.471 8.011 8.011 0 0 1-4.583-4.136 8.028 8.028 0 0 1 .011-6.952 1.006 1.006 0 0 1 1.335-.47c.497.239.706.836.47 1.334a6.04 6.04 0 0 0-.009 5.228 6.027 6.027 0 0 0 3.447 3.112 6.018 6.018 0 0 0 4.637-.237 1 1 0 0 1 1.332.473c.115.241.13.513.039.764a.992.992 0 0 1-.513.568 7.976 7.976 0 0 1-3.46.786Zm19.513-1.965a2.98 2.98 0 0 1-2.121-.877l-4.243-4.243a3.004 3.004 0 0 1 0-4.242l-1.415-1.415-.707.708a2.98 2.98 0 0 1-2.122.877 2.98 2.98 0 0 1-2.121-.877l-2.827-2.83a2.98 2.98 0 0 1-.877-2.12c0-.803.312-1.557.877-2.122l.708-.708-1.414-1.413a2.977 2.977 0 0 1-2.122.877c-.801 0-1.556-.31-2.121-.877L2.829 6.54a3.004 3.004 0 0 1 0-4.243L4.244.883A2.98 2.98 0 0 1 6.365.005c.803 0 1.555.312 2.121.879l4.243 4.243a3.004 3.004 0 0 1 0 4.242l1.415 1.415 5.601-5.601a5.136 5.136 0 0 1 6.443-.785l1.486-1.487c.19-.19.44-.294.707-.294a.99.99 0 0 1 .707.294c.19.189.293.44.293.706a.99.99 0 0 1-.293.707l-1.486 1.485a4.993 4.993 0 0 1-.637 6.294l-5.75 5.752 1.414 1.414a2.985 2.985 0 0 1 2.121-.877c.802 0 1.556.312 2.122.877l4.242 4.243a3.004 3.004 0 0 1 0 4.243L29.7 29.169a2.984 2.984 0 0 1-2.123.876Zm-2.828-9.654a.992.992 0 0 0-.706.292l-1.415 1.414c-.39.39-.39 1.024 0 1.415l4.242 4.243c.19.189.44.292.707.292a.994.994 0 0 0 .707-.292l1.415-1.415a1.004 1.004 0 0 0 0-1.415l-4.243-4.242a.992.992 0 0 0-.707-.292ZM23.453 5.605c-.856 0-1.686.356-2.28.975l-7.738 7.739a1 1 0 0 0 0 1.414l2.829 2.83c.188.188.44.292.707.292a.992.992 0 0 0 .706-.292l7.873-7.875a3.003 3.003 0 0 0 .023-4.223c-.008-.006-.033-.033-.04-.04a2.995 2.995 0 0 0-.368-.308 3.089 3.089 0 0 0-1.712-.512Zm-17.088-3.6a.99.99 0 0 0-.707.294L4.244 3.712a.993.993 0 0 0-.294.707.99.99 0 0 0 .294.706l4.242 4.243c.188.188.44.292.707.292a.994.994 0 0 0 .707-.292l1.415-1.415a.993.993 0 0 0 .293-.706.99.99 0 0 0-.293-.707L7.072 2.297a.997.997 0 0 0-.707-.292Z",
|
|
1326
1352
|
fill: "currentColor"
|
|
1327
1353
|
})));
|
|
1328
1354
|
};
|
|
1329
1355
|
|
|
1356
|
+
var _path$d;
|
|
1357
|
+
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); }
|
|
1358
|
+
var SvgSave = function SvgSave(props) {
|
|
1359
|
+
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
1360
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1361
|
+
fill: "currentColor",
|
|
1362
|
+
viewBox: "0 0 16 17"
|
|
1363
|
+
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
|
1364
|
+
fillRule: "evenodd",
|
|
1365
|
+
d: "M5.114 1.502a2.197 2.197 0 0 0-1.359.566c-.094.085-2.182 2.177-2.232 2.237a2.238 2.238 0 0 0-.509 1.157l-.013.09L1 9.878c-.001 3.125 0 4.349.005 4.402a1.338 1.338 0 0 0 1.136 1.206c.06.01.324.01 5.824.012 4.182.002 5.78 0 5.83-.004a1.338 1.338 0 0 0 1.2-1.204c.01-.091.01-11.483 0-11.58a1.347 1.347 0 0 0-.386-.821 1.361 1.361 0 0 0-.749-.379c-.06-.01-.265-.01-4.384-.01h-4.36Zm-.006.933a1.32 1.32 0 0 0-.528.176c-.129.077-.114.062-1.246 1.194a107.63 107.63 0 0 0-1.12 1.128 1.31 1.31 0 0 0-.276.651c-.009.072-.009 8.625 0 8.669a.505.505 0 0 0 .034.088.308.308 0 0 0 .078.107.37.37 0 0 0 .183.107c.044.011.068.012.714.012h.668l.002-2.462c.001-2.367.002-2.463.012-2.517a1.358 1.358 0 0 1 .852-1.034 1.66 1.66 0 0 1 .276-.071c.066-.01.22-.01 3.242-.01s3.177 0 3.243.01c.082.013.209.045.275.07a1.358 1.358 0 0 1 .853 1.035c.01.054.01.15.012 2.518l.002 2.46h.673c.66 0 .674 0 .719-.011a.416.416 0 0 0 .284-.297c.01-.043.01-.302.01-5.756 0-4.694-.001-5.718-.008-5.75a.512.512 0 0 0-.034-.094.312.312 0 0 0-.079-.108.37.37 0 0 0-.183-.107c-.044-.011-.068-.012-.71-.012h-.666l-.002 1.57c-.002 1.423-.003 1.574-.012 1.628a1.337 1.337 0 0 1-1.2 1.15c-.054.006-.691.007-2.356.005l-2.28-.002-.066-.012A1.35 1.35 0 0 1 5.37 5.643c-.011-.078-.012-.121-.012-1.646V2.431l-.114.001c-.063 0-.124.002-.136.003Zm1.18 1.544.001 1.549.017.049c.034.1.113.19.21.236a.58.58 0 0 0 .086.034c.027.006.415.008 2.272.008 2.155 0 2.241 0 2.278-.011a.432.432 0 0 0 .26-.212c.047-.096.044.038.044-1.672V2.431h-5.17l.002 1.548Zm3.816-.733a.477.477 0 0 0-.357.283c-.032.077-.031.061-.031.616 0 .48 0 .517.01.553a.486.486 0 0 0 .23.29.48.48 0 0 0 .4.02.488.488 0 0 0 .265-.285c.024-.075.027-.15.024-.633-.002-.381-.004-.454-.012-.487a.478.478 0 0 0-.338-.348.66.66 0 0 0-.19-.009Zm-5.261 6.17a.419.419 0 0 0-.286.279c-.01.031-.01.11-.012 2.452l-.002 2.42h6.913l-.002-2.42c-.001-2.335-.002-2.42-.012-2.452a.436.436 0 0 0-.266-.276l-.039-.013H8.011c-3.038-.002-3.127-.002-3.168.01Zm.9.802a.472.472 0 0 0-.364.313.57.57 0 0 0-.012.25c.036.168.18.312.351.351.046.01.11.011 1.41.011 1.3 0 1.364 0 1.41-.01a.48.48 0 0 0 .318-.257.431.431 0 0 0 .042-.2.428.428 0 0 0-.12-.313.476.476 0 0 0-.214-.134l-.044-.014H7.146c-.756-.001-1.387 0-1.402.003Zm-.017 1.746a.436.436 0 0 0-.231.128.436.436 0 0 0-.117.183.562.562 0 0 0-.009.258.468.468 0 0 0 .337.338c.046.012.067.012 2.293.012 2.222 0 2.248 0 2.294-.011a.472.472 0 0 0 .337-.34.55.55 0 0 0-.01-.258.433.433 0 0 0-.116-.182.426.426 0 0 0-.233-.127c-.042-.009-.267-.01-2.276-.01-1.824.001-2.236.003-2.269.01Z",
|
|
1366
|
+
clipRule: "evenodd"
|
|
1367
|
+
})));
|
|
1368
|
+
};
|
|
1369
|
+
|
|
1330
1370
|
var _path$c;
|
|
1331
1371
|
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); }
|
|
1332
1372
|
var SvgSearch = function SvgSearch(props) {
|
|
@@ -1341,7 +1381,7 @@ var SvgSearch = function SvgSearch(props) {
|
|
|
1341
1381
|
})));
|
|
1342
1382
|
};
|
|
1343
1383
|
|
|
1344
|
-
var _path$b, _path2$
|
|
1384
|
+
var _path$b, _path2$5, _path3$2, _path4$1;
|
|
1345
1385
|
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); }
|
|
1346
1386
|
var SvgServerLock = function SvgServerLock(props) {
|
|
1347
1387
|
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
@@ -1351,7 +1391,7 @@ var SvgServerLock = function SvgServerLock(props) {
|
|
|
1351
1391
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1352
1392
|
}, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
|
|
1353
1393
|
d: "M5.25 6.375a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25ZM5.25 15.375a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z"
|
|
1354
|
-
})), _path2$
|
|
1394
|
+
})), _path2$5 || (_path2$5 = /*#__PURE__*/React.createElement("path", {
|
|
1355
1395
|
d: "M5.25 19.5A5.256 5.256 0 0 1 0 14.25c0-1.865.979-3.56 2.548-4.5A5.236 5.236 0 0 1 0 5.25 5.256 5.256 0 0 1 5.25 0h12a5.24 5.24 0 0 1 4.646 2.803c.967 1.833.778 3.973-.52 5.87a.75.75 0 1 1-1.238-.847c.973-1.423 1.13-2.999.431-4.323A3.746 3.746 0 0 0 17.25 1.5h-12A3.754 3.754 0 0 0 1.5 5.25 3.754 3.754 0 0 0 5.25 9h9.749a.75.75 0 0 1 0 1.5H5.25a3.754 3.754 0 0 0-3.75 3.75A3.754 3.754 0 0 0 5.25 18h6a.75.75 0 0 1 0 1.5h-6Z"
|
|
1356
1396
|
})), _path3$2 || (_path3$2 = /*#__PURE__*/React.createElement("path", {
|
|
1357
1397
|
d: "M10.5 6a.75.75 0 0 1 0-1.5h6.75a.75.75 0 0 1 0 1.5H10.5ZM10.5 15a.75.75 0 0 1 0-1.5H12a.75.75 0 0 1 0 1.5h-1.5ZM15.75 24a2.252 2.252 0 0 1-2.25-2.25v-4.5c0-.96.615-1.808 1.5-2.121v-.879a3.754 3.754 0 0 1 3.75-3.75 3.754 3.754 0 0 1 3.75 3.75v.879A2.26 2.26 0 0 1 24 17.25v4.5A2.252 2.252 0 0 1 21.75 24h-6Zm0-7.5a.75.75 0 0 0-.75.75v4.5c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75h-6ZM21 15v-.75A2.252 2.252 0 0 0 18.75 12a2.252 2.252 0 0 0-2.25 2.25L21 15Z"
|
|
@@ -1360,7 +1400,7 @@ var SvgServerLock = function SvgServerLock(props) {
|
|
|
1360
1400
|
})));
|
|
1361
1401
|
};
|
|
1362
1402
|
|
|
1363
|
-
var _path$a, _path2$
|
|
1403
|
+
var _path$a, _path2$4;
|
|
1364
1404
|
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); }
|
|
1365
1405
|
var SvgSettingsVertical = function SvgSettingsVertical(props) {
|
|
1366
1406
|
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
@@ -1371,7 +1411,7 @@ var SvgSettingsVertical = function SvgSettingsVertical(props) {
|
|
|
1371
1411
|
}, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
|
|
1372
1412
|
d: "M1.5 16C.673 16 0 15.327 0 14.5v-13C0 .673.673 0 1.5 0h13c.827 0 1.5.673 1.5 1.5v13c0 .827-.673 1.5-1.5 1.5h-13Zm0-15a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5h-13Z",
|
|
1373
1413
|
fill: "currentColor"
|
|
1374
|
-
})), _path2$
|
|
1414
|
+
})), _path2$4 || (_path2$4 = /*#__PURE__*/React.createElement("path", {
|
|
1375
1415
|
d: "M10.5 13.01a.5.5 0 0 1-.5-.5v-1.565A2.01 2.01 0 0 1 8.5 9.01c0-.913.631-1.71 1.5-1.934V3.51a.5.5 0 0 1 1 0v3.565a2.01 2.01 0 0 1 1.5 1.934 2.01 2.01 0 0 1-1.5 1.935v1.565a.5.5 0 0 1-.5.501Zm0-5a1.001 1.001 0 0 0 0 2 1.001 1.001 0 0 0 0-2ZM5.5 13.01a.5.5 0 0 1-.5-.5V6.945A2.01 2.01 0 0 1 3.5 5.01c0-1.103.897-2 2-2s2 .897 2 2A2.01 2.01 0 0 1 6 6.945v5.565a.5.5 0 0 1-.5.5Zm0-9a1.001 1.001 0 0 0 0 2 1.001 1.001 0 0 0 0-2Z",
|
|
1376
1416
|
fill: "currentColor"
|
|
1377
1417
|
})));
|
|
@@ -1396,7 +1436,7 @@ var SvgShield = function SvgShield(props) {
|
|
|
1396
1436
|
}))));
|
|
1397
1437
|
};
|
|
1398
1438
|
|
|
1399
|
-
var _path$9, _path2$
|
|
1439
|
+
var _path$9, _path2$3, _path3$1;
|
|
1400
1440
|
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); }
|
|
1401
1441
|
var SvgServer2 = function SvgServer2(props) {
|
|
1402
1442
|
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
@@ -1406,7 +1446,7 @@ var SvgServer2 = function SvgServer2(props) {
|
|
|
1406
1446
|
}, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
|
|
1407
1447
|
d: "M4.5 8.625a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25ZM4.5 17.625a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z",
|
|
1408
1448
|
fill: "currentColor"
|
|
1409
|
-
})), _path2$
|
|
1449
|
+
})), _path2$3 || (_path2$3 = /*#__PURE__*/React.createElement("path", {
|
|
1410
1450
|
d: "M5.251 21.75a5.256 5.256 0 0 1-5.25-5.25c0-1.865.979-3.559 2.548-4.5A5.236 5.236 0 0 1 .001 7.5a5.256 5.256 0 0 1 5.25-5.25h13.5a5.256 5.256 0 0 1 5.25 5.25 5.238 5.238 0 0 1-2.548 4.5 5.238 5.238 0 0 1 2.548 4.5 5.256 5.256 0 0 1-5.25 5.25h-13.5Zm0-9a3.754 3.754 0 0 0-3.75 3.75 3.754 3.754 0 0 0 3.75 3.75h13.5a3.754 3.754 0 0 0 3.75-3.75 3.754 3.754 0 0 0-3.75-3.75h-13.5Zm0-9a3.754 3.754 0 0 0-3.75 3.75 3.754 3.754 0 0 0 3.75 3.75h13.5a3.754 3.754 0 0 0 3.75-3.75 3.754 3.754 0 0 0-3.75-3.75h-13.5Z",
|
|
1411
1451
|
fill: "currentColor"
|
|
1412
1452
|
})), _path3$1 || (_path3$1 = /*#__PURE__*/React.createElement("path", {
|
|
@@ -1541,20 +1581,17 @@ var SvgTransaction = function SvgTransaction(props) {
|
|
|
1541
1581
|
}))));
|
|
1542
1582
|
};
|
|
1543
1583
|
|
|
1544
|
-
var _path$6
|
|
1584
|
+
var _path$6;
|
|
1545
1585
|
function _extends$9() { _extends$9 = 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$9.apply(this, arguments); }
|
|
1546
|
-
var
|
|
1586
|
+
var SvgUpload = function SvgUpload(props) {
|
|
1547
1587
|
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
1588
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1589
|
+
fill: "currentColor",
|
|
1590
|
+
viewBox: "0 0 16 17"
|
|
1552
1591
|
}, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
d: "M2.5 14A2.503 2.503 0 0 1 0 11.5v-1a.5.5 0 0 1 1 0v1c0 .827.673 1.5 1.5 1.5h11c.827 0 1.5-.673 1.5-1.5v-1a.5.5 0 0 1 1 0v1c0 1.379-1.121 2.5-2.5 2.5h-11Z",
|
|
1557
|
-
fill: "currentColor"
|
|
1592
|
+
fillRule: "evenodd",
|
|
1593
|
+
d: "M7.894 2.853a.543.543 0 0 0-.155.06c-.028.017-.378.363-1.49 1.475a95.642 95.642 0 0 0-1.48 1.492.535.535 0 0 0-.069.156.644.644 0 0 0 0 .238c.041.17.182.316.353.365a.413.413 0 0 0 .134.014.449.449 0 0 0 .279-.081c.015-.01.48-.47 1.032-1.022L7.5 4.548V7.72c0 3.446-.003 3.217.034 3.308a.463.463 0 0 0 .11.164c.11.111.216.153.377.148a.427.427 0 0 0 .33-.146.437.437 0 0 0 .124-.19l.02-.056.002-3.195c0-1.758.003-3.195.006-3.195s.45.445.994.989a71.891 71.891 0 0 0 1.027 1.017c.092.066.168.09.288.09a.414.414 0 0 0 .134-.015.517.517 0 0 0 .354-.365.653.653 0 0 0-.001-.238.549.549 0 0 0-.07-.157 249.856 249.856 0 0 0-2.94-2.944.522.522 0 0 0-.159-.077.686.686 0 0 0-.237-.005ZM.89 10.349a.461.461 0 0 0-.271.144.46.46 0 0 0-.133.218l-.015.051v.592c0 .635.001.654.036.845a2.386 2.386 0 0 0 1.011 1.553c.311.21.665.341 1.06.391.084.01.355.011 5.417.011 4.398 0 5.341-.001 5.405-.008.338-.038.655-.14.947-.307.347-.199.67-.521.868-.869a2.43 2.43 0 0 0 .304-.921c.01-.087.012-.152.012-.691 0-.673.003-.626-.053-.74a.367.367 0 0 0-.094-.125.466.466 0 0 0-.215-.132.588.588 0 0 0-.27 0 .505.505 0 0 0-.314.26c-.048.097-.045.05-.05.698-.005.617-.005.621-.037.77-.06.275-.23.556-.447.738-.202.168-.422.27-.687.315l-.08.013-5.19.002c-3.39.002-5.23 0-5.306-.004a1.377 1.377 0 0 1-1.305-1.194c-.008-.061-.01-.164-.01-.594 0-.305-.003-.543-.006-.575a.502.502 0 0 0-.36-.428.675.675 0 0 0-.217-.013Z",
|
|
1594
|
+
clipRule: "evenodd"
|
|
1558
1595
|
})));
|
|
1559
1596
|
};
|
|
1560
1597
|
|
|
@@ -1789,6 +1826,7 @@ declare namespace icons {
|
|
|
1789
1826
|
icons_KeyboardArrowRight as KeyboardArrowRight,
|
|
1790
1827
|
icons_KeyboardArrowUp as KeyboardArrowUp,
|
|
1791
1828
|
SvgLayers as Layers,
|
|
1829
|
+
SvgLibrary as Library,
|
|
1792
1830
|
icons_LightbulbOutlined as LightbulbOutlined,
|
|
1793
1831
|
icons_LocalOfferOutlined as LocalOfferOutlined,
|
|
1794
1832
|
SvgLock as Lock,
|
|
@@ -1804,10 +1842,12 @@ declare namespace icons {
|
|
|
1804
1842
|
SvgNotificationSuccess as NotificationSuccess,
|
|
1805
1843
|
SvgPencil as Pencil,
|
|
1806
1844
|
icons_Person as Person,
|
|
1845
|
+
SvgPolygon as Polygon,
|
|
1807
1846
|
SvgFolderEmpty1 as Projects,
|
|
1808
1847
|
SvgQuestionCircle as QuestionCircle,
|
|
1809
1848
|
icons_QuestionMark as QuestionMark,
|
|
1810
1849
|
SvgSatellite as Satellite,
|
|
1850
|
+
SvgSave as Save,
|
|
1811
1851
|
SvgSearch as Search,
|
|
1812
1852
|
SvgServerLock as ServerLock,
|
|
1813
1853
|
SvgSettingsVertical as SettingsVertical,
|
|
@@ -1823,7 +1863,7 @@ declare namespace icons {
|
|
|
1823
1863
|
SvgTarget as Target,
|
|
1824
1864
|
SvgTransaction as Transaction,
|
|
1825
1865
|
SvgUpgradeShield as UpgradeShield,
|
|
1826
|
-
|
|
1866
|
+
SvgUpload as Upload,
|
|
1827
1867
|
SvgUserCircle as User,
|
|
1828
1868
|
SvgViewOff as ViewOff,
|
|
1829
1869
|
SvgViewOn as ViewOn,
|