@up42/up-components 1.0.4 → 1.1.0

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/index.d.ts CHANGED
@@ -81,9 +81,10 @@ type MUIGlobalOmit<MuiProps, ComponentProps = unknown> = ComponentProps &
81
81
  type FormBaseProps = BoxProps$1 &
82
82
  Pick<TextFieldProps, 'id' | 'label' | 'required' | 'error' | 'disabled' | 'focused' | 'helperText'>
83
83
 
84
- declare type ButtonProps = MUIGlobalOmit<Omit<ButtonProps$1, 'size'>, {
84
+ declare type ButtonProps = MUIGlobalOmit<Omit<ButtonProps$1, 'size' | 'color'>, {
85
85
  loading?: boolean;
86
86
  size?: 'default' | 'slim';
87
+ color?: 'critical' | ButtonProps$1['color'];
87
88
  }>;
88
89
  /**
89
90
  * Documentation: https://up-components.up42.com/?path=/docs/data-entry-button--docs
@@ -91,7 +92,8 @@ declare type ButtonProps = MUIGlobalOmit<Omit<ButtonProps$1, 'size'>, {
91
92
  declare const Button: React__default.ForwardRefExoticComponent<Pick<{
92
93
  loading?: boolean | undefined;
93
94
  size?: "default" | "slim" | undefined;
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
+ color?: 'critical' | ButtonProps$1['color'];
96
+ } & Omit<Omit<ButtonProps$1<"button", {}>, "color" | "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
97
 
96
98
  declare type TypographyProps<C extends React__default.ElementType = 'p'> = TypographyProps$1<C, {
97
99
  component?: C;
@@ -652,40 +654,40 @@ declare type LoadingProps = {
652
654
  */
653
655
  declare const Loading: ({ fullPage, visible, ...rest }: LoadingProps) => JSX.Element | null;
654
656
 
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
+ var _path$S;
658
+ function _extends$13() { _extends$13 = 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$13.apply(this, arguments); }
657
659
  var SvgAlarmBell = function SvgAlarmBell(props) {
658
- return /*#__PURE__*/React.createElement("svg", _extends$11({
660
+ return /*#__PURE__*/React.createElement("svg", _extends$13({
659
661
  xmlns: "http://www.w3.org/2000/svg",
660
662
  fill: "none",
661
663
  viewBox: "0 0 16 16"
662
- }, props), _path$Q || (_path$Q = /*#__PURE__*/React.createElement("path", {
664
+ }, props), _path$S || (_path$S = /*#__PURE__*/React.createElement("path", {
663
665
  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
666
  fill: "currentColor"
665
667
  })));
666
668
  };
667
669
 
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
+ var _path$R, _path2$r;
671
+ function _extends$12() { _extends$12 = 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$12.apply(this, arguments); }
670
672
  var SvgAppWindowCode = function SvgAppWindowCode(props) {
671
- return /*#__PURE__*/React.createElement("svg", _extends$10({
673
+ return /*#__PURE__*/React.createElement("svg", _extends$12({
672
674
  width: 32,
673
675
  height: 32,
674
676
  fill: "none",
675
677
  xmlns: "http://www.w3.org/2000/svg"
676
- }, props), _path$P || (_path$P = /*#__PURE__*/React.createElement("path", {
678
+ }, props), _path$R || (_path$R = /*#__PURE__*/React.createElement("path", {
677
679
  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
680
  fill: "currentColor"
679
- })), _path2$p || (_path2$p = /*#__PURE__*/React.createElement("path", {
681
+ })), _path2$r || (_path2$r = /*#__PURE__*/React.createElement("path", {
680
682
  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
683
  fill: "currentColor"
682
684
  })));
683
685
  };
684
686
 
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
+ var _rect$5, _path$Q;
688
+ 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); }
687
689
  var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
688
- return /*#__PURE__*/React.createElement("svg", _extends$$({
690
+ return /*#__PURE__*/React.createElement("svg", _extends$11({
689
691
  xmlns: "http://www.w3.org/2000/svg",
690
692
  width: 16,
691
693
  height: 16,
@@ -695,29 +697,29 @@ var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
695
697
  height: 16,
696
698
  fill: "#DFE1E6",
697
699
  rx: 8
698
- })), _path$O || (_path$O = /*#__PURE__*/React.createElement("path", {
700
+ })), _path$Q || (_path$Q = /*#__PURE__*/React.createElement("path", {
699
701
  fill: "#777C85",
700
702
  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
703
  })));
702
704
  };
703
705
 
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
+ var _path$P;
707
+ 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); }
706
708
  var SvgArrowTopRight = function SvgArrowTopRight(props) {
707
- return /*#__PURE__*/React.createElement("svg", _extends$_({
709
+ return /*#__PURE__*/React.createElement("svg", _extends$10({
708
710
  xmlns: "http://www.w3.org/2000/svg",
709
711
  fill: "none",
710
712
  viewBox: "0 0 16 17"
711
- }, props), _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
713
+ }, props), _path$P || (_path$P = /*#__PURE__*/React.createElement("path", {
712
714
  fill: "currentColor",
713
715
  d: "M4 4.5v1.333h5.727l-6.394 6.394.94.94 6.394-6.394V12.5H12v-8H4Z"
714
716
  })));
715
717
  };
716
718
 
717
719
  var _rect$4, _g$c, _defs$4;
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); }
720
+ 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); }
719
721
  var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
720
- return /*#__PURE__*/React.createElement("svg", _extends$Z({
722
+ return /*#__PURE__*/React.createElement("svg", _extends$$({
721
723
  width: 32,
722
724
  height: 32,
723
725
  fill: "none",
@@ -745,10 +747,10 @@ var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
745
747
  })))));
746
748
  };
747
749
 
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
+ var _rect$3, _path$O, _path2$q, _path3$4;
751
+ 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); }
750
752
  var SvgBashCircle = function SvgBashCircle(props) {
751
- return /*#__PURE__*/React.createElement("svg", _extends$Y({
753
+ return /*#__PURE__*/React.createElement("svg", _extends$_({
752
754
  width: 32,
753
755
  height: 32,
754
756
  fill: "none",
@@ -758,37 +760,37 @@ var SvgBashCircle = function SvgBashCircle(props) {
758
760
  height: 32,
759
761
  rx: 16,
760
762
  fill: "currentColor"
761
- })), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
763
+ })), _path$O || (_path$O = /*#__PURE__*/React.createElement("path", {
762
764
  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
765
  fill: "#fff"
764
- })), _path2$o || (_path2$o = /*#__PURE__*/React.createElement("path", {
766
+ })), _path2$q || (_path2$q = /*#__PURE__*/React.createElement("path", {
765
767
  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
768
  fill: "#fff"
767
- })), _path3$3 || (_path3$3 = /*#__PURE__*/React.createElement("path", {
769
+ })), _path3$4 || (_path3$4 = /*#__PURE__*/React.createElement("path", {
768
770
  d: "M17 16.167a.5.5 0 0 1 0-1h2a.5.5 0 0 1 0 1h-2ZM13.5 17.667a.501.501 0 0 1-.353-.854l1.146-1.146-1.147-1.147a.497.497 0 0 1 0-.707.495.495 0 0 1 .707 0l1.5 1.5a.497.497 0 0 1 0 .707l-1.5 1.5a.497.497 0 0 1-.353.147Z",
769
771
  fill: "#fff"
770
772
  })));
771
773
  };
772
774
 
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
+ var _path$N, _path2$p;
776
+ 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); }
775
777
  var SvgBin = function SvgBin(props) {
776
- return /*#__PURE__*/React.createElement("svg", _extends$X({
778
+ return /*#__PURE__*/React.createElement("svg", _extends$Z({
777
779
  width: 14,
778
780
  height: 14,
779
781
  fill: "currentColor",
780
782
  xmlns: "http://www.w3.org/2000/svg"
781
- }, props), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
783
+ }, props), _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
782
784
  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$n || (_path2$n = /*#__PURE__*/React.createElement("path", {
785
+ })), _path2$p || (_path2$p = /*#__PURE__*/React.createElement("path", {
784
786
  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
787
  })));
786
788
  };
787
789
 
788
790
  var _rect$2, _g$b, _defs$3;
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); }
791
+ 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); }
790
792
  var SvgBlockCircle = function SvgBlockCircle(props) {
791
- return /*#__PURE__*/React.createElement("svg", _extends$W({
793
+ return /*#__PURE__*/React.createElement("svg", _extends$Y({
792
794
  width: 32,
793
795
  height: 32,
794
796
  fill: "none",
@@ -812,71 +814,71 @@ var SvgBlockCircle = function SvgBlockCircle(props) {
812
814
  })))));
813
815
  };
814
816
 
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
+ var _path$M, _path2$o;
818
+ 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); }
817
819
  var SvgBlocked = function SvgBlocked(props) {
818
- return /*#__PURE__*/React.createElement("svg", _extends$V({
820
+ return /*#__PURE__*/React.createElement("svg", _extends$X({
819
821
  width: 16,
820
822
  height: 16,
821
823
  fill: "none",
822
824
  xmlns: "http://www.w3.org/2000/svg"
823
- }, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
825
+ }, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
824
826
  d: "M5 8.5a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1H5Z",
825
827
  fill: "currentColor"
826
- })), _path2$m || (_path2$m = /*#__PURE__*/React.createElement("path", {
828
+ })), _path2$o || (_path2$o = /*#__PURE__*/React.createElement("path", {
827
829
  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
830
  fill: "currentColor"
829
831
  })));
830
832
  };
831
833
 
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
+ var _path$L, _path2$n;
835
+ 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); }
834
836
  var SvgBoxes = function SvgBoxes(props) {
835
- return /*#__PURE__*/React.createElement("svg", _extends$U({
837
+ return /*#__PURE__*/React.createElement("svg", _extends$W({
836
838
  fill: "currentColor",
837
839
  xmlns: "http://www.w3.org/2000/svg",
838
840
  viewBox: "0 0 17 17"
839
- }, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
841
+ }, props), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
840
842
  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$l || (_path2$l = /*#__PURE__*/React.createElement("path", {
843
+ })), _path2$n || (_path2$n = /*#__PURE__*/React.createElement("path", {
842
844
  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
845
  })));
844
846
  };
845
847
 
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
+ var _path$K;
849
+ 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); }
848
850
  var SvgCalendar = function SvgCalendar(props) {
849
- return /*#__PURE__*/React.createElement("svg", _extends$T({
851
+ return /*#__PURE__*/React.createElement("svg", _extends$V({
850
852
  width: 24,
851
853
  height: 24,
852
854
  fill: "none",
853
855
  xmlns: "http://www.w3.org/2000/svg"
854
- }, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
856
+ }, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
855
857
  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
858
  fill: "currentColor"
857
859
  })));
858
860
  };
859
861
 
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
+ var _path$J, _path2$m;
863
+ 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); }
862
864
  var SvgNetworkSearch = function SvgNetworkSearch(props) {
863
- return /*#__PURE__*/React.createElement("svg", _extends$S({
865
+ return /*#__PURE__*/React.createElement("svg", _extends$U({
864
866
  viewBox: "0 0 24 24",
865
867
  fill: "none",
866
868
  xmlns: "http://www.w3.org/2000/svg"
867
- }, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
869
+ }, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
868
870
  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
871
  fill: "currentColor"
870
- })), _path2$k || (_path2$k = /*#__PURE__*/React.createElement("path", {
872
+ })), _path2$m || (_path2$m = /*#__PURE__*/React.createElement("path", {
871
873
  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
874
  fill: "currentColor"
873
875
  })));
874
876
  };
875
877
 
876
878
  var _g$a;
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); }
879
+ 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); }
878
880
  var SvgChecklist = function SvgChecklist(props) {
879
- return /*#__PURE__*/React.createElement("svg", _extends$R({
881
+ return /*#__PURE__*/React.createElement("svg", _extends$T({
880
882
  fill: "none",
881
883
  xmlns: "http://www.w3.org/2000/svg",
882
884
  viewBox: "0 0 104 104"
@@ -889,51 +891,51 @@ var SvgChecklist = function SvgChecklist(props) {
889
891
  }))));
890
892
  };
891
893
 
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
+ var _path$I;
895
+ 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); }
894
896
  var SvgCheckmark = function SvgCheckmark(props) {
895
- return /*#__PURE__*/React.createElement("svg", _extends$Q({
897
+ return /*#__PURE__*/React.createElement("svg", _extends$S({
896
898
  width: 16,
897
899
  height: 15,
898
900
  fill: "currentColor",
899
901
  xmlns: "http://www.w3.org/2000/svg"
900
- }, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
902
+ }, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
901
903
  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
904
  })));
903
905
  };
904
906
 
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
+ var _path$H;
908
+ 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); }
907
909
  var SvgClose = function SvgClose(props) {
908
- return /*#__PURE__*/React.createElement("svg", _extends$P({
910
+ return /*#__PURE__*/React.createElement("svg", _extends$R({
909
911
  width: 14,
910
912
  height: 14,
911
913
  fill: "currentColor",
912
914
  xmlns: "http://www.w3.org/2000/svg"
913
- }, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
915
+ }, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
914
916
  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
917
  })));
916
918
  };
917
919
 
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
+ var _path$G, _path2$l;
921
+ 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); }
920
922
  var SvgCloseCircle = function SvgCloseCircle(props) {
921
- return /*#__PURE__*/React.createElement("svg", _extends$O({
923
+ return /*#__PURE__*/React.createElement("svg", _extends$Q({
922
924
  width: 16,
923
925
  height: 16,
924
926
  fill: "currentColor",
925
927
  xmlns: "http://www.w3.org/2000/svg"
926
- }, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
928
+ }, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
927
929
  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$j || (_path2$j = /*#__PURE__*/React.createElement("path", {
930
+ })), _path2$l || (_path2$l = /*#__PURE__*/React.createElement("path", {
929
931
  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
932
  })));
931
933
  };
932
934
 
933
935
  var _g$9, _defs$2;
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); }
936
+ 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); }
935
937
  var SvgCoin = function SvgCoin(props) {
936
- return /*#__PURE__*/React.createElement("svg", _extends$N({
938
+ return /*#__PURE__*/React.createElement("svg", _extends$P({
937
939
  width: 17,
938
940
  height: 17,
939
941
  fill: "none",
@@ -954,58 +956,58 @@ var SvgCoin = function SvgCoin(props) {
954
956
  })))));
955
957
  };
956
958
 
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
+ var _path$F, _path2$k;
960
+ 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); }
959
961
  var SvgCopy = function SvgCopy(props) {
960
- return /*#__PURE__*/React.createElement("svg", _extends$M({
962
+ return /*#__PURE__*/React.createElement("svg", _extends$O({
961
963
  width: 16,
962
964
  height: 16,
963
965
  fill: "none",
964
966
  xmlns: "http://www.w3.org/2000/svg"
965
- }, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
967
+ }, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
966
968
  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
969
  fill: "currentColor"
968
- })), _path2$i || (_path2$i = /*#__PURE__*/React.createElement("path", {
970
+ })), _path2$k || (_path2$k = /*#__PURE__*/React.createElement("path", {
969
971
  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
972
  fill: "currentColor"
971
973
  })));
972
974
  };
973
975
 
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
+ var _path$E, _path2$j;
977
+ 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); }
976
978
  var SvgCredit = function SvgCredit(props) {
977
- return /*#__PURE__*/React.createElement("svg", _extends$L({
979
+ return /*#__PURE__*/React.createElement("svg", _extends$N({
978
980
  fill: "none",
979
981
  xmlns: "http://www.w3.org/2000/svg",
980
982
  viewBox: "0 0 104 104"
981
- }, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
983
+ }, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
982
984
  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
985
  fill: "currentColor"
984
- })), _path2$h || (_path2$h = /*#__PURE__*/React.createElement("path", {
986
+ })), _path2$j || (_path2$j = /*#__PURE__*/React.createElement("path", {
985
987
  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
988
  fill: "currentColor"
987
989
  })));
988
990
  };
989
991
 
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
+ var _path$D;
993
+ 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); }
992
994
  var SvgModule = function SvgModule(props) {
993
- return /*#__PURE__*/React.createElement("svg", _extends$K({
995
+ return /*#__PURE__*/React.createElement("svg", _extends$M({
994
996
  viewBox: "0 0 24 24",
995
997
  xmlns: "http://www.w3.org/2000/svg"
996
- }, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
998
+ }, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
997
999
  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
1000
  fill: "currentColor"
999
1001
  })));
1000
1002
  };
1001
1003
 
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
+ var _path$C, _circle, _circle2, _circle3, _path2$i;
1005
+ 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); }
1004
1006
  var SvgDashboard = function SvgDashboard(props) {
1005
- return /*#__PURE__*/React.createElement("svg", _extends$J({
1007
+ return /*#__PURE__*/React.createElement("svg", _extends$L({
1006
1008
  viewBox: "0 0 24 24",
1007
1009
  xmlns: "http://www.w3.org/2000/svg"
1008
- }, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
1010
+ }, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
1009
1011
  fill: "currentColor",
1010
1012
  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
1013
  })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
@@ -1023,31 +1025,31 @@ var SvgDashboard = function SvgDashboard(props) {
1023
1025
  cy: 5.504,
1024
1026
  r: 0.75,
1025
1027
  fill: "currentColor"
1026
- })), _path2$g || (_path2$g = /*#__PURE__*/React.createElement("path", {
1028
+ })), _path2$i || (_path2$i = /*#__PURE__*/React.createElement("path", {
1027
1029
  fill: "currentColor",
1028
1030
  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
1031
  })));
1030
1032
  };
1031
1033
 
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
+ var _path$B;
1035
+ 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); }
1034
1036
  var SvgDownload = function SvgDownload(props) {
1035
- return /*#__PURE__*/React.createElement("svg", _extends$I({
1037
+ return /*#__PURE__*/React.createElement("svg", _extends$K({
1036
1038
  xmlns: "http://www.w3.org/2000/svg",
1037
1039
  viewBox: "0 0 20 20"
1038
- }, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
1040
+ }, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
1039
1041
  fill: "currentColor",
1040
1042
  clipRule: "evenodd",
1041
1043
  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
1044
  })));
1043
1045
  };
1044
1046
 
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
+ var _path$A;
1048
+ 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); }
1047
1049
  var SvgExternalLink = function SvgExternalLink(props) {
1048
- return /*#__PURE__*/React.createElement("svg", _extends$H({
1050
+ return /*#__PURE__*/React.createElement("svg", _extends$J({
1049
1051
  viewBox: "0 0 24 24"
1050
- }, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
1052
+ }, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
1051
1053
  fill: "none",
1052
1054
  stroke: "currentColor",
1053
1055
  strokeLinecap: "round",
@@ -1057,140 +1059,140 @@ var SvgExternalLink = function SvgExternalLink(props) {
1057
1059
  })));
1058
1060
  };
1059
1061
 
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
+ var _path$z, _path2$h;
1063
+ 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); }
1062
1064
  var SvgImageResolution = function SvgImageResolution(props) {
1063
- return /*#__PURE__*/React.createElement("svg", _extends$G({
1065
+ return /*#__PURE__*/React.createElement("svg", _extends$I({
1064
1066
  fill: "currentColor",
1065
1067
  xmlns: "http://www.w3.org/2000/svg",
1066
1068
  viewBox: "0 0 17 17"
1067
- }, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
1069
+ }, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
1068
1070
  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$f || (_path2$f = /*#__PURE__*/React.createElement("path", {
1071
+ })), _path2$h || (_path2$h = /*#__PURE__*/React.createElement("path", {
1070
1072
  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
1073
  })));
1072
1074
  };
1073
1075
 
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
+ var _path$y;
1077
+ 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); }
1076
1078
  var SvgInformation = function SvgInformation(props) {
1077
- return /*#__PURE__*/React.createElement("svg", _extends$F({
1079
+ return /*#__PURE__*/React.createElement("svg", _extends$H({
1078
1080
  width: 8,
1079
1081
  height: 8,
1080
1082
  fill: "none",
1081
1083
  xmlns: "http://www.w3.org/2000/svg"
1082
- }, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
1084
+ }, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
1083
1085
  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
1086
  fill: "currentColor"
1085
1087
  })));
1086
1088
  };
1087
1089
 
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
+ var _path$x, _path2$g;
1091
+ 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); }
1090
1092
  var SvgInvoice = function SvgInvoice(props) {
1091
- return /*#__PURE__*/React.createElement("svg", _extends$E({
1093
+ return /*#__PURE__*/React.createElement("svg", _extends$G({
1092
1094
  width: 104,
1093
1095
  height: 104,
1094
1096
  xmlns: "http://www.w3.org/2000/svg"
1095
- }, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
1097
+ }, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
1096
1098
  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
1099
  fill: "currentColor"
1098
- })), _path2$e || (_path2$e = /*#__PURE__*/React.createElement("path", {
1100
+ })), _path2$g || (_path2$g = /*#__PURE__*/React.createElement("path", {
1099
1101
  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
1102
  fill: "currentColor"
1101
1103
  })));
1102
1104
  };
1103
1105
 
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
+ var _path$w;
1107
+ 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); }
1106
1108
  var SvgLayers = function SvgLayers(props) {
1107
- return /*#__PURE__*/React.createElement("svg", _extends$D({
1109
+ return /*#__PURE__*/React.createElement("svg", _extends$F({
1108
1110
  width: 24,
1109
1111
  height: 24,
1110
1112
  fill: "none",
1111
1113
  xmlns: "http://www.w3.org/2000/svg"
1112
- }, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
1114
+ }, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
1113
1115
  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
1116
  fill: "currentColor"
1115
1117
  })));
1116
1118
  };
1117
1119
 
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 _path$v;
1121
+ 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); }
1120
1122
  var SvgLibrary = function SvgLibrary(props) {
1121
- return /*#__PURE__*/React.createElement("svg", _extends$C({
1123
+ return /*#__PURE__*/React.createElement("svg", _extends$E({
1122
1124
  xmlns: "http://www.w3.org/2000/svg",
1123
1125
  fill: "currentColor",
1124
1126
  viewBox: "0 0 16 17"
1125
- }, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
1127
+ }, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
1126
1128
  fillRule: "evenodd",
1127
1129
  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
1130
  clipRule: "evenodd"
1129
1131
  })));
1130
1132
  };
1131
1133
 
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); }
1134
+ var _path$u, _path2$f;
1135
+ 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); }
1134
1136
  var SvgLock = function SvgLock(props) {
1135
- return /*#__PURE__*/React.createElement("svg", _extends$B({
1137
+ return /*#__PURE__*/React.createElement("svg", _extends$D({
1136
1138
  width: 16,
1137
1139
  height: 16,
1138
1140
  viewBox: "0 0 24 24",
1139
1141
  fill: "none",
1140
1142
  xmlns: "http://www.w3.org/2000/svg"
1141
- }, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
1143
+ }, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
1142
1144
  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",
1143
1145
  fill: "currentColor"
1144
- })), _path2$d || (_path2$d = /*#__PURE__*/React.createElement("path", {
1146
+ })), _path2$f || (_path2$f = /*#__PURE__*/React.createElement("path", {
1145
1147
  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",
1146
1148
  fill: "currentColor"
1147
1149
  })));
1148
1150
  };
1149
1151
 
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); }
1152
+ var _path$t;
1153
+ 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); }
1152
1154
  var SvgLogo = function SvgLogo(props) {
1153
- return /*#__PURE__*/React.createElement("svg", _extends$A({
1155
+ return /*#__PURE__*/React.createElement("svg", _extends$C({
1154
1156
  viewBox: "0 0 88 40",
1155
1157
  xmlns: "http://www.w3.org/2000/svg"
1156
- }, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
1158
+ }, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
1157
1159
  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",
1158
1160
  fill: "currentColor"
1159
1161
  })));
1160
1162
  };
1161
1163
 
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); }
1164
+ var _path$s;
1165
+ 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); }
1164
1166
  var SvgMap = function SvgMap(props) {
1165
- return /*#__PURE__*/React.createElement("svg", _extends$z({
1167
+ return /*#__PURE__*/React.createElement("svg", _extends$B({
1166
1168
  xmlns: "http://www.w3.org/2000/svg",
1167
1169
  viewBox: "0 0 16 15",
1168
1170
  fill: "currentColor"
1169
- }, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
1171
+ }, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
1170
1172
  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"
1171
1173
  })));
1172
1174
  };
1173
1175
 
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); }
1176
+ var _path$r;
1177
+ 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); }
1176
1178
  var SvgShop = function SvgShop(props) {
1177
- return /*#__PURE__*/React.createElement("svg", _extends$y({
1179
+ return /*#__PURE__*/React.createElement("svg", _extends$A({
1178
1180
  viewBox: "0 0 16 16",
1179
1181
  fill: "currentColor",
1180
1182
  xmlns: "http://www.w3.org/2000/svg"
1181
- }, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
1183
+ }, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
1182
1184
  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"
1183
1185
  })));
1184
1186
  };
1185
1187
 
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); }
1188
+ var _path$q;
1189
+ 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); }
1188
1190
  var SvgMegaphone = function SvgMegaphone(props) {
1189
- return /*#__PURE__*/React.createElement("svg", _extends$x({
1191
+ return /*#__PURE__*/React.createElement("svg", _extends$z({
1190
1192
  xmlns: "http://www.w3.org/2000/svg",
1191
1193
  fill: "none",
1192
1194
  viewBox: "0 0 24 20"
1193
- }, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
1195
+ }, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
1194
1196
  fill: "currentColor",
1195
1197
  fillRule: "evenodd",
1196
1198
  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",
@@ -1198,145 +1200,181 @@ var SvgMegaphone = function SvgMegaphone(props) {
1198
1200
  })));
1199
1201
  };
1200
1202
 
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); }
1203
+ var _path$p, _path2$e;
1204
+ 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); }
1203
1205
  var SvgModuleThree = function SvgModuleThree(props) {
1204
- return /*#__PURE__*/React.createElement("svg", _extends$w({
1206
+ return /*#__PURE__*/React.createElement("svg", _extends$y({
1205
1207
  fill: "currentColor",
1206
1208
  xmlns: "http://www.w3.org/2000/svg",
1207
1209
  viewBox: "0 0 25 24"
1208
- }, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
1210
+ }, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
1209
1211
  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"
1210
- })), _path2$c || (_path2$c = /*#__PURE__*/React.createElement("path", {
1212
+ })), _path2$e || (_path2$e = /*#__PURE__*/React.createElement("path", {
1211
1213
  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"
1212
1214
  })));
1213
1215
  };
1214
1216
 
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); }
1217
+ var _path$o, _path2$d;
1218
+ 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); }
1217
1219
  var SvgMultipleUsers = function SvgMultipleUsers(props) {
1218
- return /*#__PURE__*/React.createElement("svg", _extends$v({
1220
+ return /*#__PURE__*/React.createElement("svg", _extends$x({
1219
1221
  width: 32,
1220
1222
  height: 32,
1221
1223
  fill: "none",
1222
1224
  xmlns: "http://www.w3.org/2000/svg"
1223
- }, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
1225
+ }, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
1224
1226
  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",
1225
1227
  fill: "currentColor"
1226
- })), _path2$b || (_path2$b = /*#__PURE__*/React.createElement("path", {
1228
+ })), _path2$d || (_path2$d = /*#__PURE__*/React.createElement("path", {
1227
1229
  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",
1228
1230
  fill: "currentColor"
1229
1231
  })));
1230
1232
  };
1231
1233
 
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); }
1234
+ var _path$n, _path2$c;
1235
+ 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); }
1234
1236
  var SvgNotificationError = function SvgNotificationError(props) {
1235
- return /*#__PURE__*/React.createElement("svg", _extends$u({
1237
+ return /*#__PURE__*/React.createElement("svg", _extends$w({
1236
1238
  viewBox: "0 0 24 24",
1237
1239
  fill: "none",
1238
1240
  xmlns: "http://www.w3.org/2000/svg"
1239
- }, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
1241
+ }, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
1240
1242
  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",
1241
1243
  fill: "currentColor"
1242
- })), _path2$a || (_path2$a = /*#__PURE__*/React.createElement("path", {
1244
+ })), _path2$c || (_path2$c = /*#__PURE__*/React.createElement("path", {
1243
1245
  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",
1244
1246
  fill: "currentColor"
1245
1247
  })));
1246
1248
  };
1247
1249
 
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); }
1250
+ var _path$m, _path2$b;
1251
+ 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); }
1250
1252
  var SvgNotificationInfo = function SvgNotificationInfo(props) {
1251
- return /*#__PURE__*/React.createElement("svg", _extends$t({
1253
+ return /*#__PURE__*/React.createElement("svg", _extends$v({
1252
1254
  width: 24,
1253
1255
  height: 24,
1254
1256
  fill: "none",
1255
1257
  xmlns: "http://www.w3.org/2000/svg"
1256
- }, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
1258
+ }, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
1257
1259
  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",
1258
1260
  fill: "currentColor"
1259
- })), _path2$9 || (_path2$9 = /*#__PURE__*/React.createElement("path", {
1261
+ })), _path2$b || (_path2$b = /*#__PURE__*/React.createElement("path", {
1260
1262
  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",
1261
1263
  fill: "currentColor"
1262
1264
  })));
1263
1265
  };
1264
1266
 
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); }
1267
+ var _path$l, _path2$a;
1268
+ 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); }
1267
1269
  var SvgNotificationSuccess = function SvgNotificationSuccess(props) {
1268
- return /*#__PURE__*/React.createElement("svg", _extends$s({
1270
+ return /*#__PURE__*/React.createElement("svg", _extends$u({
1269
1271
  width: 24,
1270
1272
  height: 24,
1271
1273
  fill: "none",
1272
1274
  xmlns: "http://www.w3.org/2000/svg"
1273
- }, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
1275
+ }, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
1274
1276
  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",
1275
1277
  fill: "currentColor"
1276
- })), _path2$8 || (_path2$8 = /*#__PURE__*/React.createElement("path", {
1278
+ })), _path2$a || (_path2$a = /*#__PURE__*/React.createElement("path", {
1277
1279
  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",
1278
1280
  fill: "currentColor"
1279
1281
  })));
1280
1282
  };
1281
1283
 
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); }
1284
+ var _path$k, _path2$9;
1285
+ 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); }
1286
+ var SvgNotificationWarning = function SvgNotificationWarning(props) {
1287
+ return /*#__PURE__*/React.createElement("svg", _extends$t({
1288
+ width: 24,
1289
+ height: 24,
1290
+ fill: "none",
1291
+ xmlns: "http://www.w3.org/2000/svg"
1292
+ }, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
1293
+ d: "M12 18a1.125 1.125 0 1 0 0-2.25A1.125 1.125 0 0 0 12 18ZM12 14.25a.75.75 0 0 1-.75-.75V5.25a.75.75 0 0 1 1.5 0v8.25a.75.75 0 0 1-.75.75Z",
1294
+ fill: "currentColor"
1295
+ })), _path2$9 || (_path2$9 = /*#__PURE__*/React.createElement("path", {
1296
+ 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",
1297
+ fill: "currentColor"
1298
+ })));
1299
+ };
1300
+
1301
+ var _path$j;
1302
+ 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); }
1284
1303
  var SvgPencil = function SvgPencil(props) {
1285
- return /*#__PURE__*/React.createElement("svg", _extends$r({
1304
+ return /*#__PURE__*/React.createElement("svg", _extends$s({
1286
1305
  xmlns: "http://www.w3.org/2000/svg",
1287
1306
  fill: "currentColor",
1288
1307
  viewBox: "0 0 16 17"
1289
- }, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
1308
+ }, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
1290
1309
  fillRule: "evenodd",
1291
1310
  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
1311
  clipRule: "evenodd"
1293
1312
  })));
1294
1313
  };
1295
1314
 
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); }
1315
+ var _path$i;
1316
+ 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); }
1298
1317
  var SvgPolygon = function SvgPolygon(props) {
1299
- return /*#__PURE__*/React.createElement("svg", _extends$q({
1318
+ return /*#__PURE__*/React.createElement("svg", _extends$r({
1300
1319
  xmlns: "http://www.w3.org/2000/svg",
1301
1320
  fill: "currentColor",
1302
1321
  viewBox: "0 0 16 17"
1303
- }, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
1322
+ }, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
1304
1323
  fillRule: "evenodd",
1305
1324
  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
1325
  clipRule: "evenodd"
1307
1326
  })));
1308
1327
  };
1309
1328
 
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); }
1329
+ var _path$h;
1330
+ 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); }
1312
1331
  var SvgFolderEmpty1 = function SvgFolderEmpty1(props) {
1313
- return /*#__PURE__*/React.createElement("svg", _extends$p({
1332
+ return /*#__PURE__*/React.createElement("svg", _extends$q({
1314
1333
  viewBox: "0 0 24 24",
1315
1334
  fill: "none",
1316
1335
  xmlns: "http://www.w3.org/2000/svg"
1317
- }, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
1336
+ }, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
1318
1337
  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",
1319
1338
  fill: "currentColor"
1320
1339
  })));
1321
1340
  };
1322
1341
 
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); }
1342
+ var _path$g, _path2$8;
1343
+ 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); }
1325
1344
  var SvgQuestionCircle = function SvgQuestionCircle(props) {
1326
- return /*#__PURE__*/React.createElement("svg", _extends$o({
1345
+ return /*#__PURE__*/React.createElement("svg", _extends$p({
1327
1346
  width: 16,
1328
1347
  height: 16,
1329
1348
  viewBox: "0 0 24 24",
1330
1349
  xmlns: "http://www.w3.org/2000/svg"
1331
- }, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
1350
+ }, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
1332
1351
  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",
1333
1352
  fill: "currentColor"
1334
- })), _path2$7 || (_path2$7 = /*#__PURE__*/React.createElement("path", {
1353
+ })), _path2$8 || (_path2$8 = /*#__PURE__*/React.createElement("path", {
1335
1354
  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",
1336
1355
  fill: "currentColor"
1337
1356
  })));
1338
1357
  };
1339
1358
 
1359
+ var _path$f, _path2$7, _path3$3;
1360
+ 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); }
1361
+ var SvgResolution = function SvgResolution(props) {
1362
+ return /*#__PURE__*/React.createElement("svg", _extends$o({
1363
+ xmlns: "http://www.w3.org/2000/svg",
1364
+ width: 20,
1365
+ height: 20,
1366
+ fill: "currentColor"
1367
+ }, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
1368
+ d: "M7.354 2.146a.5.5 0 0 1 0 .708l-.647.646h9.586l-.647-.646a.5.5 0 0 1 .708-.708l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708-.708l.647-.646H6.707l.647.646a.5.5 0 1 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708l1.5-1.5a.5.5 0 0 1 .708 0Z"
1369
+ })), _path2$7 || (_path2$7 = /*#__PURE__*/React.createElement("path", {
1370
+ fillRule: "evenodd",
1371
+ d: "M7 8.5A1.5 1.5 0 0 1 8.5 7h8A1.5 1.5 0 0 1 18 8.5v8a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 7 16.5v-8ZM8.5 8a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5h-8Z",
1372
+ clipRule: "evenodd"
1373
+ })), _path3$3 || (_path3$3 = /*#__PURE__*/React.createElement("path", {
1374
+ d: "M4.354 5.146a.5.5 0 0 0-.708 0l-1.5 1.5a.5.5 0 1 0 .708.708l.646-.647v9.586l-.646-.647a.5.5 0 0 0-.708.708l1.478 1.477a.5.5 0 0 0 .373.169h.006a.5.5 0 0 0 .373-.169l1.478-1.477a.5.5 0 0 0-.708-.708l-.646.647V6.707l.646.647a.5.5 0 1 0 .708-.708l-1.5-1.5Z"
1375
+ })));
1376
+ };
1377
+
1340
1378
  var _path$e, _path2$6;
1341
1379
  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); }
1342
1380
  var SvgSatellite = function SvgSatellite(props) {
@@ -1840,12 +1878,14 @@ declare namespace icons {
1840
1878
  SvgNotificationError as NotificationError,
1841
1879
  SvgNotificationInfo as NotificationInfo,
1842
1880
  SvgNotificationSuccess as NotificationSuccess,
1881
+ SvgNotificationWarning as NotificationWarning,
1843
1882
  SvgPencil as Pencil,
1844
1883
  icons_Person as Person,
1845
1884
  SvgPolygon as Polygon,
1846
1885
  SvgFolderEmpty1 as Projects,
1847
1886
  SvgQuestionCircle as QuestionCircle,
1848
1887
  icons_QuestionMark as QuestionMark,
1888
+ SvgResolution as Resolution,
1849
1889
  SvgSatellite as Satellite,
1850
1890
  SvgSave as Save,
1851
1891
  SvgSearch as Search,