@up42/up-components 1.8.1 → 1.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -13,33 +13,6 @@ import { TypographyProps as TypographyProps$1 } from '@mui/material/Typography';
13
13
  import * as _mui_system from '@mui/system';
14
14
  import { DatePickerProps } from '@mui/x-date-pickers';
15
15
  import dayjs, { Dayjs } from 'dayjs';
16
- import AccessTime from '@mui/icons-material/AccessTime';
17
- import ArrowBack from '@mui/icons-material/ArrowBack';
18
- import ArrowDownward from '@mui/icons-material/ArrowDownward';
19
- import ArrowForward from '@mui/icons-material/ArrowForward';
20
- import ArrowUpward from '@mui/icons-material/ArrowUpward';
21
- import ArrowBackIos from '@mui/icons-material/ArrowBackIos';
22
- import AutoStoriesOutlined from '@mui/icons-material/AutoStoriesOutlined';
23
- import Balance from '@mui/icons-material/Balance';
24
- import Brightness1 from '@mui/icons-material/Brightness1';
25
- import CampaignOutlined from '@mui/icons-material/CampaignOutlined';
26
- import ContactSupportOutlined from '@mui/icons-material/ContactSupportOutlined';
27
- import ContentCopy from '@mui/icons-material/ContentCopy';
28
- import ContentCut from '@mui/icons-material/ContentCut';
29
- import ContentPaste from '@mui/icons-material/ContentPaste';
30
- import InfoOutlined from '@mui/icons-material/InfoOutlined';
31
- import KeyboardArrowDown from '@mui/icons-material/KeyboardArrowDown';
32
- import KeyboardArrowLeft from '@mui/icons-material/KeyboardArrowLeft';
33
- import KeyboardArrowRight from '@mui/icons-material/KeyboardArrowRight';
34
- import KeyboardArrowUp from '@mui/icons-material/KeyboardArrowUp';
35
- import LightbulbOutlined from '@mui/icons-material/LightbulbOutlined';
36
- import MoreHoriz from '@mui/icons-material/MoreHoriz';
37
- import Person from '@mui/icons-material/Person';
38
- import QuestionMark from '@mui/icons-material/QuestionMark';
39
- import ShoppingCartOutlined from '@mui/icons-material/ShoppingCartOutlined';
40
- import VisibilityOffOutlined from '@mui/icons-material/VisibilityOffOutlined';
41
- import VisibilityOutlined from '@mui/icons-material/VisibilityOutlined';
42
- import LocalOfferOutlined from '@mui/icons-material/LocalOfferOutlined';
43
16
  import { TableProps as TableProps$1 } from '@mui/material/Table';
44
17
  import { TableBodyProps as TableBodyProps$1 } from '@mui/material/TableBody';
45
18
  import { TableCellProps as TableCellProps$1 } from '@mui/material/TableCell';
@@ -111,18 +84,22 @@ declare const Button: React__default.ForwardRefExoticComponent<Pick<{
111
84
  to?: ButtonProps$1['href'];
112
85
  } & 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" | "to" | "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" | "component" | "variant" | "onFocusVisible" | "endIcon" | "fullWidth" | "startIcon"> & React__default.RefAttributes<unknown>>;
113
86
 
114
- declare type TypographyProps<C extends React__default.ElementType = 'p'> = TypographyProps$1<C, {
115
- component?: C;
116
- innerRef?: TypographyProps['ref'];
117
- }>;
87
+ declare type TypographyProps = TypographyProps$1 & {
88
+ component?: React__default.ElementType;
89
+ };
118
90
  /**
119
- * Tokens: https://up-components.up42.com/?path=/docs/tokens-typography--docs
91
+ * Douglas `variant` prop migration helper:
92
+ * - `h1` -> `heading`
93
+ * - `h2` -> `headingSmall`
94
+ * - `h3` -> `headingXSmall`
95
+ * - `body1` -> `body`
96
+ * - `caption` ->`note`
97
+ * - `overline` -> `label`
98
+ * - (no variant) -> `body`
99
+ *
120
100
  * Documentation: https://up-components.up42.com/?path=/docs/data-display-typography--docs
121
101
  */
122
- declare const Typography: React__default.ForwardRefExoticComponent<Pick<{
123
- component?: React__default.ElementType<any> | undefined;
124
- innerRef?: TypographyProps['ref'];
125
- } & _mui_system.SystemProps<_mui_material.Theme> & {
102
+ declare const Typography: React__default.ForwardRefExoticComponent<Pick<_mui_system.SystemProps<_mui_material.Theme> & {
126
103
  align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
127
104
  children?: React__default.ReactNode;
128
105
  classes?: Partial<_mui_material_Typography.TypographyClasses> | undefined;
@@ -130,9 +107,13 @@ declare const Typography: React__default.ForwardRefExoticComponent<Pick<{
130
107
  noWrap?: boolean | undefined;
131
108
  paragraph?: boolean | undefined;
132
109
  sx?: _mui_system.SxProps<_mui_material.Theme> | undefined;
133
- variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "body1" | "body2" | "subtitle1" | "subtitle2" | undefined;
134
- variantMapping?: Partial<Record<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "body1" | "body2" | "subtitle1" | "subtitle2", string>> | undefined;
135
- } & _mui_material_OverridableComponent.CommonProps & Omit<any, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "align" | "component" | "variant" | "innerRef" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping">, string | number | symbol> & React__default.RefAttributes<HTMLParagraphElement>>;
110
+ variant?: "body" | "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label" | "heading" | "note" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2" | "headingSmall" | "headingXSmall" | undefined;
111
+ variantMapping?: Partial<Record<"body" | "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label" | "heading" | "note" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2" | "headingSmall" | "headingXSmall", string>> | undefined;
112
+ } & _mui_material_OverridableComponent.CommonProps & Omit<Pick<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "key" | keyof React__default.HTMLAttributes<HTMLSpanElement>> & {
113
+ ref?: ((instance: HTMLSpanElement | null) => void) | React__default.RefObject<HTMLSpanElement> | null | undefined;
114
+ }, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "align" | "variant" | "variantMapping" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph"> & {
115
+ component?: React__default.ElementType<any> | undefined;
116
+ }, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "slot" | "title" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "align" | "component" | "variant" | "variantMapping" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph"> & React__default.RefAttributes<unknown>>;
136
117
 
137
118
  declare type AvatarProps = MUIGlobalOmit<Omit<AvatarProps$1, 'children' | 'alt' | 'imgProps' | 'sizes' | 'src' | 'srcSet' | 'variant'>, {
138
119
  firstName?: string;
@@ -433,7 +414,7 @@ declare type EmptyStateProps = MUIGlobalOmit<Omit<BoxProps$1, 'component'>, {
433
414
  /**
434
415
  * Documentation: https://up-components.up42.com/?path=/docs/patterns-emptystate--docs
435
416
  */
436
- declare const EmptyState: ({ icon: Icon, title, subTitle, action, sx, ...props }: EmptyStateProps) => JSX.Element;
417
+ declare const EmptyState: ({ icon: CustomIcon, title, subTitle, action, sx, ...props }: EmptyStateProps) => JSX.Element;
437
418
 
438
419
  declare type ModalProps = MUIGlobalOmit<ModalProps$1>;
439
420
  /**
@@ -624,7 +605,7 @@ declare type InfoPopoverProps = InfoCardProps & {
624
605
  /**
625
606
  * Documentation: https://up-components.up42.com/?path=/docs/patterns-popovers-infopopover--docs
626
607
  */
627
- declare const InfoPopover: ({ id, icon: Icon, actions, title, children, sx, ...props }: InfoPopoverProps) => JSX.Element;
608
+ declare const InfoPopover: ({ id, icon: CustomIcon, actions, title, children, sx, ...props }: InfoPopoverProps) => JSX.Element;
628
609
 
629
610
  declare type PageHeaderProps = {
630
611
  title: string;
@@ -678,1261 +659,1261 @@ declare type LoadingProps = {
678
659
  */
679
660
  declare const Loading: ({ fullPage, visible, ...rest }: LoadingProps) => JSX.Element | null;
680
661
 
681
- var _path$t;
682
- function _extends$18() { _extends$18 = 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$18.apply(this, arguments); }
662
+ var _path$L;
663
+ function _extends$1w() { _extends$1w = 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$1w.apply(this, arguments); }
683
664
  var SvgAlarmBell = function SvgAlarmBell(props) {
684
- return /*#__PURE__*/React.createElement("svg", _extends$18({
665
+ return /*#__PURE__*/React.createElement("svg", _extends$1w({
685
666
  xmlns: "http://www.w3.org/2000/svg",
686
667
  fill: "currentColor",
687
668
  width: 24,
688
669
  height: 24
689
- }, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
670
+ }, props), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
690
671
  fillRule: "evenodd",
691
672
  d: "M11.86.715a.766.766 0 0 0-.582.519l-.022.067-.003.775-.002.775h-.034A7.785 7.785 0 0 0 7.94 3.953a7.917 7.917 0 0 0-2.088 1.87 7.756 7.756 0 0 0-1.516 3.415c-.087.49-.12.941-.12 1.624-.001.69-.037 1.546-.097 2.266-.156 1.884-.51 3.474-.989 4.445-.052.105-.13.246-.172.312a.892.892 0 0 0-.108.211.527.527 0 0 0-.03.23c-.001.12.002.15.021.211.075.24.253.424.486.506l.077.027 8.562.003c7.405.002 8.57 0 8.627-.012a.7.7 0 0 0 .374-.207.7.7 0 0 0 .221-.52.748.748 0 0 0-.225-.545c-.164-.172-.363-.6-.529-1.138-.313-1.014-.519-2.419-.604-4.118a35.01 35.01 0 0 1-.044-1.57c-.008-.724-.014-.882-.043-1.166A7.75 7.75 0 0 0 17.77 5.37a11.69 11.69 0 0 0-.58-.578 7.783 7.783 0 0 0-4.407-1.944l-.028-.003-.005-.772-.005-.773-.022-.067a.759.759 0 0 0-.861-.52m-.018 3.602A6.282 6.282 0 0 0 8.38 5.462a6.513 6.513 0 0 0-1.5 1.494A6.277 6.277 0 0 0 5.77 9.81c-.034.273-.038.364-.048.965-.01.675-.024 1.131-.044 1.526-.102 2.01-.37 3.653-.816 4.985l-.097.29h14.396l-.04-.107c-.42-1.163-.693-2.841-.794-4.89a45.158 45.158 0 0 1-.049-1.775 20.37 20.37 0 0 0-.019-.725 6.226 6.226 0 0 0-.657-2.323 6.265 6.265 0 0 0-5.76-3.44M9.94 20.414a.724.724 0 0 0-.478.38.71.71 0 0 0-.083.432c.013.093.083.313.148.461a2.754 2.754 0 0 0 1.378 1.378 2.709 2.709 0 0 0 3.688-1.69.747.747 0 0 0-.03-.541.719.719 0 0 0-.521-.425.736.736 0 0 0-.58.11.727.727 0 0 0-.305.419 1.222 1.222 0 0 1-.898.83c-.086.02-.311.03-.414.015a1.178 1.178 0 0 1-.689-.339 1.15 1.15 0 0 1-.297-.479c-.09-.262-.196-.393-.4-.494a.726.726 0 0 0-.519-.057",
692
673
  clipRule: "evenodd"
693
674
  })));
694
675
  };
695
676
 
696
- var _path$s;
697
- function _extends$17() { _extends$17 = 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$17.apply(this, arguments); }
677
+ var _path$K;
678
+ function _extends$1v() { _extends$1v = 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$1v.apply(this, arguments); }
698
679
  var SvgAppWindowCode = function SvgAppWindowCode(props) {
699
- return /*#__PURE__*/React.createElement("svg", _extends$17({
680
+ return /*#__PURE__*/React.createElement("svg", _extends$1v({
700
681
  xmlns: "http://www.w3.org/2000/svg",
701
682
  fill: "currentColor",
702
683
  width: 24,
703
684
  height: 24
704
- }, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
685
+ }, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
705
686
  fillRule: "evenodd",
706
687
  d: "M3.285 2.127a2.442 2.442 0 0 0-.424.086c-.792.247-1.307.904-1.433 1.829-.018.135-.018 15.823 0 15.979.09.752.479 1.314 1.13 1.628.253.122.487.19.788.23.14.02 17.226.02 17.385.001a2.04 2.04 0 0 0 1.164-.503c.395-.35.655-.91.703-1.514.013-.17.014-15.49 0-15.732a2.306 2.306 0 0 0-.062-.455 1.952 1.952 0 0 0-1.066-1.315 2.564 2.564 0 0 0-.696-.222l-.11-.022-8.635-.001c-7.028-.002-8.656 0-8.744.01m.173 1.493c-.295.029-.453.185-.52.516-.019.093-.02.129-.02 1.143v1.047h18.183L21.1 5.21l-.003-1.116-.023-.072a.435.435 0 0 0-.13-.219c-.086-.08-.188-.129-.36-.172-.059-.015-.647-.016-8.554-.017-4.67-.001-8.527.002-8.57.006m-.54 10.22c0 5.833.001 6.01.019 6.095.024.12.06.19.13.259.088.088.22.15.391.182.068.013 1.032.014 8.589.014 8.279 0 8.514 0 8.598-.018a.45.45 0 0 0 .259-.13.785.785 0 0 0 .187-.418c.006-.042.01-1.974.01-6.026V7.834H2.918zm4.728-3.28a.77.77 0 0 0-.582.544.864.864 0 0 0 0 .39.87.87 0 0 0 .11.237c.016.024.554.57 1.196 1.212l1.167 1.169-1.162 1.164c-.64.64-1.178 1.186-1.196 1.212a.81.81 0 0 0-.115.242.864.864 0 0 0 0 .39c.07.249.266.45.51.526a.6.6 0 0 0 .216.023.592.592 0 0 0 .216-.023.768.768 0 0 0 .26-.14c.09-.076 2.909-2.9 2.949-2.957a.7.7 0 0 0 .136-.437.7.7 0 0 0-.136-.437 241.29 241.29 0 0 0-2.95-2.956.77.77 0 0 0-.254-.14 1.137 1.137 0 0 0-.365-.019m4.196 5.632a.76.76 0 0 0-.567.575.832.832 0 0 0 .041.45c.07.162.201.3.361.38.17.084-.04.077 2.478.075l2.227-.003.074-.025a.78.78 0 0 0 .499-.524.928.928 0 0 0 0-.389.778.778 0 0 0-.499-.525l-.074-.025-2.236-.002c-1.953-.001-2.246 0-2.304.013",
707
688
  clipRule: "evenodd"
708
689
  })));
709
690
  };
710
691
 
711
- var _g$G, _defs$G;
712
- function _extends$16() { _extends$16 = 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$16.apply(this, arguments); }
692
+ var _g$M, _defs$M;
693
+ function _extends$1u() { _extends$1u = 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$1u.apply(this, arguments); }
713
694
  var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
714
- return /*#__PURE__*/React.createElement("svg", _extends$16({
695
+ return /*#__PURE__*/React.createElement("svg", _extends$1u({
715
696
  xmlns: "http://www.w3.org/2000/svg",
716
697
  fill: "currentColor",
717
698
  width: 24,
718
699
  height: 24
719
- }, props), _g$G || (_g$G = /*#__PURE__*/React.createElement("g", {
700
+ }, props), _g$M || (_g$M = /*#__PURE__*/React.createElement("g", {
720
701
  clipPath: "url(#arrow-circle-down_svg__a)"
721
702
  }, /*#__PURE__*/React.createElement("path", {
722
703
  fillRule: "evenodd",
723
704
  d: "M11.568.006a11.942 11.942 0 0 0-6.422 2.143 12.105 12.105 0 0 0-2.997 2.997 11.969 11.969 0 0 0-2.105 5.817A9.58 9.58 0 0 0 .004 12c0 .494.007.65.04 1.037.18 2.099.9 4.087 2.105 5.817a12.041 12.041 0 0 0 4.528 3.903c1.354.67 2.782 1.07 4.291 1.2.38.032.54.038 1.032.038s.651-.006 1.032-.039a11.94 11.94 0 0 0 6.465-2.586c.576-.46 1.192-1.06 1.677-1.632a12.14 12.14 0 0 0 1.94-3.201 11.999 11.999 0 0 0 .876-4.078.29.29 0 0 1 .01-.099 2.96 2.96 0 0 0 .01-.37c0-.242-.004-.364-.01-.36-.006.004-.01-.028-.01-.088a11.93 11.93 0 0 0-2.393-6.747 11.851 11.851 0 0 0-1.312-1.475A11.968 11.968 0 0 0 12.768.023a22.5 22.5 0 0 0-1.2-.017M5.88 7.604c-.305.03-.58.166-.793.39a1.247 1.247 0 0 0-.129 1.564c.092.132 5.677 7.434 5.752 7.522a1.718 1.718 0 0 0 2.58 0c.082-.096 5.68-7.418 5.755-7.528a1.26 1.26 0 0 0-.565-1.858 1.322 1.322 0 0 0-.586-.09c-.32.03-.595.164-.809.393-.047.052-1.116 1.445-2.47 3.22A846.924 846.924 0 0 1 12.2 14.38c-.055.057-.097.074-.19.074-.091 0-.135-.017-.188-.074a884.36 884.36 0 0 1-2.426-3.161 371.23 371.23 0 0 0-2.48-3.22 1.51 1.51 0 0 0-.166-.152 1.52 1.52 0 0 0-.355-.185 1.36 1.36 0 0 0-.514-.057M.004 12c0 .203.002.287.003.185a14.64 14.64 0 0 0 0-.37c-.001-.101-.003-.018-.003.185",
724
705
  clipRule: "evenodd"
725
- }))), _defs$G || (_defs$G = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
706
+ }))), _defs$M || (_defs$M = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
726
707
  id: "arrow-circle-down_svg__a"
727
708
  }, /*#__PURE__*/React.createElement("path", {
728
709
  d: "M0 0h24v24H0z"
729
710
  })))));
730
711
  };
731
712
 
732
- var _path$r;
733
- function _extends$15() { _extends$15 = 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$15.apply(this, arguments); }
713
+ var _path$J;
714
+ function _extends$1t() { _extends$1t = 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$1t.apply(this, arguments); }
734
715
  var SvgArrowTopRight = function SvgArrowTopRight(props) {
735
- return /*#__PURE__*/React.createElement("svg", _extends$15({
716
+ return /*#__PURE__*/React.createElement("svg", _extends$1t({
736
717
  xmlns: "http://www.w3.org/2000/svg",
737
718
  fill: "currentColor",
738
719
  width: 24,
739
720
  height: 24
740
- }, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
721
+ }, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
741
722
  fillRule: "evenodd",
742
723
  d: "M4.376 19.924a.74.74 0 0 1-.425-.232.69.69 0 0 1-.198-.506c0-.169.038-.299.126-.43.017-.026 3.111-3.128 6.877-6.894l6.846-6.847h-6.165c-6.642 0-6.225.003-6.36-.047a.795.795 0 0 1-.45-.506.936.936 0 0 1-.001-.389.764.764 0 0 1 .584-.545c.037-.007 2.266-.01 7.18-.01 6.305 0 7.133.001 7.194.014a.77.77 0 0 1 .567.561c.012.046.014 1.082.014 7.196 0 6.911 0 7.144-.018 7.218a.785.785 0 0 1-.553.554c-.07.017-.286.018-.356 0a.781.781 0 0 1-.549-.53l-.022-.071-.002-6.187-.003-6.187-6.842 6.84c-5.477 5.476-6.856 6.85-6.91 6.885a.813.813 0 0 1-.22.1 1.19 1.19 0 0 1-.314.013",
743
724
  clipRule: "evenodd"
744
725
  })));
745
726
  };
746
727
 
747
- var _path$q;
748
- function _extends$14() { _extends$14 = 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$14.apply(this, arguments); }
728
+ var _path$I;
729
+ function _extends$1s() { _extends$1s = 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$1s.apply(this, arguments); }
749
730
  var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
750
- return /*#__PURE__*/React.createElement("svg", _extends$14({
731
+ return /*#__PURE__*/React.createElement("svg", _extends$1s({
751
732
  xmlns: "http://www.w3.org/2000/svg",
752
733
  fill: "currentColor",
753
734
  width: 24,
754
735
  height: 24
755
- }, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
736
+ }, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
756
737
  fillRule: "evenodd",
757
738
  d: "M4.114.717c-.466.04-.888.211-1.234.5-.424.354-.7.872-.758 1.419-.008.079-.01 2.417-.008 9.44l.003 9.337.022.11a2.179 2.179 0 0 0 1.816 1.764c.106.016.464.017 8.045.017 7.581 0 7.94 0 8.045-.017a2.162 2.162 0 0 0 1.828-1.863c.013-.1.015-.834.015-6.666 0-5.6-.002-6.57-.014-6.656a2.178 2.178 0 0 0-.283-.825c-.156-.259.005-.093-3.072-3.17a379.825 379.825 0 0 0-2.928-2.911 2.234 2.234 0 0 0-1.047-.463c-.096-.017-.326-.018-5.246-.018-2.83-.001-5.163 0-5.184.002m.004 1.515a.66.66 0 0 0-.493.506c-.014.067-.015.92-.015 9.272 0 8.212.001 9.205.014 9.271a.681.681 0 0 0 .437.494l.062.022 7.848.002c7.05.003 7.855.002 7.916-.012a.662.662 0 0 0 .488-.506c.014-.066.015-.685.015-6.055V9.245h-2.495c-1.664 0-2.528-.004-2.594-.01a2.166 2.166 0 0 1-1.921-1.836l-.02-.127-.004-2.527-.003-2.527h-4.59c-3.652.001-4.603.004-4.645.014m10.745 2.664.003 2.318.026.08a.674.674 0 0 0 .338.381.98.98 0 0 0 .135.054c.038.01.47.013 2.097.016h2.307l.257-.003-2.583-2.582-2.582-2.582zM9.686 9.029a.699.699 0 0 0-.404.213c-.03.03-.498.647-1.04 1.37l-.99 1.32c-.003.003-.254-.244-.559-.548a18.337 18.337 0 0 0-.6-.584.78.78 0 0 0-.575-.111.772.772 0 0 0-.562.502c-.023.068-.026.088-.026.233 0 .145.003.165.026.233.054.162.05.158.736.843.69.691.713.71.927.815.181.088.331.128.532.143.435.031.858-.133 1.157-.45.098-.104 2.135-2.82 2.176-2.901a.7.7 0 0 0 .076-.423.71.71 0 0 0-.21-.44.726.726 0 0 0-.664-.215m2.894 2.942a.777.777 0 0 0-.593.512.806.806 0 0 0 .038.557c.09.18.262.33.442.387.04.013.115.027.166.032.054.006.96.01 2.18.01 1.219 0 2.126-.004 2.18-.01a.714.714 0 0 0 .437-.194.718.718 0 0 0 .24-.511.723.723 0 0 0-.219-.57.73.73 0 0 0-.392-.209c-.059-.01-.467-.013-2.251-.012-1.198 0-2.201.004-2.228.008m-2.885 3.384a.733.733 0 0 0-.417.217c-.027.029-.49.642-1.031 1.362l-.99 1.32c-.006.006-.229-.21-.573-.552-.584-.581-.6-.596-.732-.65a.799.799 0 0 0-.571.004.803.803 0 0 0-.425.461c-.023.069-.026.088-.026.233 0 .146.003.165.026.233.054.162.053.16.721.831.603.605.704.699.836.774a1.456 1.456 0 0 0 1.647-.114c.138-.11.226-.222 1.236-1.567.555-.74 1.03-1.376 1.054-1.414a.746.746 0 0 0-.185-.996.735.735 0 0 0-.57-.142m2.874 2.243a.763.763 0 0 0-.396.21.728.728 0 0 0-.218.576.72.72 0 0 0 .244.509.7.7 0 0 0 .45.192c.078.007.791.01 2.245.007 2.342-.003 2.174 0 2.32-.06a.8.8 0 0 0 .386-.366.788.788 0 0 0 .02-.604.797.797 0 0 0-.407-.418c-.14-.056.055-.051-2.371-.053-1.246-.001-2.245.002-2.273.007",
758
739
  clipRule: "evenodd"
759
740
  })));
760
741
  };
761
742
 
762
- var _path$p;
763
- 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); }
743
+ var _path$H;
744
+ function _extends$1r() { _extends$1r = 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$1r.apply(this, arguments); }
764
745
  var SvgBashCircle = function SvgBashCircle(props) {
765
- return /*#__PURE__*/React.createElement("svg", _extends$13({
746
+ return /*#__PURE__*/React.createElement("svg", _extends$1r({
766
747
  xmlns: "http://www.w3.org/2000/svg",
767
748
  fill: "currentColor",
768
749
  width: 24,
769
750
  height: 24
770
- }, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
751
+ }, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
771
752
  fillRule: "evenodd",
772
753
  d: "M3.285 2.127a2.442 2.442 0 0 0-.424.086c-.792.247-1.307.904-1.433 1.829-.018.135-.018 15.823 0 15.979.09.752.479 1.314 1.13 1.628.253.122.487.19.788.23.14.02 17.226.02 17.385.001a2.04 2.04 0 0 0 1.164-.503c.395-.35.655-.91.703-1.514.013-.17.014-15.49 0-15.732a2.306 2.306 0 0 0-.062-.455 1.952 1.952 0 0 0-1.066-1.315 2.564 2.564 0 0 0-.696-.222l-.11-.022-8.635-.001c-7.028-.002-8.656 0-8.744.01m.173 1.493c-.295.029-.453.185-.52.516-.019.093-.02.129-.02 1.143v1.047h18.183L21.1 5.21l-.003-1.116-.023-.072a.435.435 0 0 0-.13-.219c-.086-.08-.188-.129-.36-.172-.059-.015-.647-.016-8.554-.017-4.67-.001-8.527.002-8.57.006m-.54 10.22c0 5.833.001 6.01.019 6.095.024.12.06.19.13.259.088.088.22.15.391.182.068.013 1.032.014 8.589.014 8.279 0 8.514 0 8.598-.018a.45.45 0 0 0 .259-.13.785.785 0 0 0 .187-.418c.006-.042.01-1.974.01-6.026V7.834H2.918zm4.728-3.28a.77.77 0 0 0-.582.544.864.864 0 0 0 0 .39.87.87 0 0 0 .11.237c.016.024.554.57 1.196 1.212l1.167 1.169-1.162 1.164c-.64.64-1.178 1.186-1.196 1.212a.81.81 0 0 0-.115.242.864.864 0 0 0 0 .39c.07.249.266.45.51.526a.6.6 0 0 0 .216.023.592.592 0 0 0 .216-.023.768.768 0 0 0 .26-.14c.09-.076 2.909-2.9 2.949-2.957a.7.7 0 0 0 .136-.437.7.7 0 0 0-.136-.437 241.29 241.29 0 0 0-2.95-2.956.77.77 0 0 0-.254-.14 1.137 1.137 0 0 0-.365-.019m4.196 5.632a.76.76 0 0 0-.567.575.832.832 0 0 0 .041.45c.07.162.201.3.361.38.17.084-.04.077 2.478.075l2.227-.003.074-.025a.78.78 0 0 0 .499-.524.928.928 0 0 0 0-.389.778.778 0 0 0-.499-.525l-.074-.025-2.236-.002c-1.953-.001-2.246 0-2.304.013",
773
754
  clipRule: "evenodd"
774
755
  })));
775
756
  };
776
757
 
777
- var _path$o;
778
- 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); }
758
+ var _path$G;
759
+ function _extends$1q() { _extends$1q = 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$1q.apply(this, arguments); }
779
760
  var SvgBin = function SvgBin(props) {
780
- return /*#__PURE__*/React.createElement("svg", _extends$12({
761
+ return /*#__PURE__*/React.createElement("svg", _extends$1q({
781
762
  xmlns: "http://www.w3.org/2000/svg",
782
763
  fill: "currentColor",
783
764
  width: 24,
784
765
  height: 24
785
- }, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
766
+ }, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
786
767
  fillRule: "evenodd",
787
768
  d: "M9.274 1.531A2.377 2.377 0 0 0 7.219 3.54c-.02.122-.022.179-.026.673l-.004.54-1.03.001c-.565.001-1.89.004-2.943.008l-1.915.006-.067.022a.78.78 0 0 0-.51.53 1.092 1.092 0 0 0-.005.364.784.784 0 0 0 .515.549l.067.022 1.322.003 1.322.003.003 7.039c.003 6.586.004 7.045.02 7.137.072.437.217.785.463 1.111a2.386 2.386 0 0 0 1.53.914c.106.017.358.017 6.039.017 5.705 0 5.932 0 6.034-.017a2.386 2.386 0 0 0 1.494-.861 2.28 2.28 0 0 0 .277-.437 2.3 2.3 0 0 0 .24-.859c.006-.072.01-2.5.01-7.077V6.26l1.322-.003 1.322-.003.067-.022a.784.784 0 0 0 .515-.549c.02-.077.017-.286-.004-.365a.781.781 0 0 0-.51-.529l-.068-.022-1.915-.006c-1.053-.004-2.378-.007-2.945-.008l-1.03-.001v-.473c0-.49-.006-.617-.038-.804-.04-.228-.1-.413-.211-.638a2.377 2.377 0 0 0-1.766-1.298c-.095-.016-.254-.017-2.76-.019-2.14-.001-2.68.001-2.76.011M9.42 3.03a.878.878 0 0 0-.67.555c-.05.134-.053.18-.053.694v.474h6.604v-.48c0-.382-.002-.493-.014-.552a.832.832 0 0 0-.264-.469.822.822 0 0 0-.384-.211l-.072-.02-2.54-.002c-2.054-.002-2.552 0-2.607.01M5.453 13.226c0 4.789.003 6.987.01 7.03a.868.868 0 0 0 .224.448.902.902 0 0 0 .444.26c.062.016.359.017 5.869.017h5.803l.084-.022a.89.89 0 0 0 .613-.553c.05-.136.047.364.047-7.173V6.259H5.453zm3.993-3.591a.906.906 0 0 0-.23.077.788.788 0 0 0-.377.47l-.021.076v3.36c0 3.632-.004 3.389.05 3.528.08.205.265.375.482.443.062.02.093.022.216.022a.597.597 0 0 0 .216-.022.778.778 0 0 0 .511-.527l.022-.075v-3.355c0-3.194 0-3.359-.017-3.429a.77.77 0 0 0-.51-.544.671.671 0 0 0-.198-.026 1.336 1.336 0 0 0-.144.002m4.83.008a.688.688 0 0 0-.324.16.782.782 0 0 0-.245.38l-.022.075v6.729l.022.077c.072.25.265.449.51.525a.59.59 0 0 0 .217.022.597.597 0 0 0 .216-.022.772.772 0 0 0 .482-.443c.054-.139.05.104.05-3.528v-3.36l-.021-.075a.77.77 0 0 0-.506-.524.96.96 0 0 0-.38-.016",
788
769
  clipRule: "evenodd"
789
770
  })));
790
771
  };
791
772
 
792
- var _g$F, _defs$F;
793
- 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); }
773
+ var _g$L, _defs$L;
774
+ function _extends$1p() { _extends$1p = 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$1p.apply(this, arguments); }
794
775
  var SvgBlockCircle = function SvgBlockCircle(props) {
795
- return /*#__PURE__*/React.createElement("svg", _extends$11({
776
+ return /*#__PURE__*/React.createElement("svg", _extends$1p({
796
777
  xmlns: "http://www.w3.org/2000/svg",
797
778
  fill: "currentColor",
798
779
  width: 24,
799
780
  height: 24
800
- }, props), _g$F || (_g$F = /*#__PURE__*/React.createElement("g", {
781
+ }, props), _g$L || (_g$L = /*#__PURE__*/React.createElement("g", {
801
782
  clipPath: "url(#block-circle_svg__a)"
802
783
  }, /*#__PURE__*/React.createElement("path", {
803
784
  fillRule: "evenodd",
804
785
  d: "M11.731.71c-.344.03-.667.104-.979.222-.066.024-2.023.79-4.349 1.703C3.72 3.687 2.125 4.316 2.04 4.358a2.216 2.216 0 0 0-.594.413 2.181 2.181 0 0 0-.404.509c-.163.27-.26.535-.315.866l-.021.128-.003 5.659c-.003 6.17-.006 5.774.05 6.053.107.524.424 1.04.85 1.38.114.092.29.202.426.27.077.038 1.766.705 4.34 1.715 2.318.909 4.277 1.676 4.353 1.705.45.17.812.237 1.278.238a3.282 3.282 0 0 0 1.183-.201c.05-.017 2.014-.786 4.366-1.709 2.85-1.117 4.322-1.699 4.414-1.744.142-.07.321-.182.438-.275a2.51 2.51 0 0 0 .717-.96c.1-.249.147-.447.172-.722.016-.183.008-11.371-.008-11.477a2.42 2.42 0 0 0-.885-1.572 2.642 2.642 0 0 0-.426-.27c-.125-.062-8.597-3.39-8.853-3.477a3.569 3.569 0 0 0-.724-.163 4.952 4.952 0 0 0-.663-.013m-.008 1.513a2.28 2.28 0 0 0-.366.088c-.186.064-7.834 3.069-7.827 3.075.01.01 8.456 3.321 8.47 3.321.013 0 8.46-3.311 8.47-3.32.007-.007-7.651-3.014-7.846-3.08a1.966 1.966 0 0 0-.393-.089 2.9 2.9 0 0 0-.508.005m-9.513 9.85.003 5.586.022.07a.93.93 0 0 0 .42.539c.037.021 1.94.773 4.315 1.703l4.264 1.673c.016.006.017-.273.015-5.804l-.003-5.81-4.502-1.765-4.52-1.771c-.015-.005-.016.258-.014 5.58m15.056-3.812-4.512 1.77-.003 5.808c-.001 3.195 0 5.809.003 5.809.012 0 8.51-3.336 8.553-3.358a.92.92 0 0 0 .458-.56l.022-.07.003-5.586c.001-3.071-.001-5.584-.005-5.584s-2.038.797-4.52 1.77",
805
786
  clipRule: "evenodd"
806
- }))), _defs$F || (_defs$F = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
787
+ }))), _defs$L || (_defs$L = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
807
788
  id: "block-circle_svg__a"
808
789
  }, /*#__PURE__*/React.createElement("path", {
809
790
  d: "M0 0h24v24H0z"
810
791
  })))));
811
792
  };
812
793
 
813
- var _g$E, _defs$E;
814
- 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); }
794
+ var _g$K, _defs$K;
795
+ function _extends$1o() { _extends$1o = 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$1o.apply(this, arguments); }
815
796
  var SvgBlocked = function SvgBlocked(props) {
816
- return /*#__PURE__*/React.createElement("svg", _extends$10({
797
+ return /*#__PURE__*/React.createElement("svg", _extends$1o({
817
798
  xmlns: "http://www.w3.org/2000/svg",
818
799
  fill: "currentColor",
819
800
  width: 24,
820
801
  height: 24
821
- }, props), _g$E || (_g$E = /*#__PURE__*/React.createElement("g", {
802
+ }, props), _g$K || (_g$K = /*#__PURE__*/React.createElement("g", {
822
803
  clipPath: "url(#blocked_svg__a)"
823
804
  }, /*#__PURE__*/React.createElement("path", {
824
805
  fillRule: "evenodd",
825
806
  d: "M11.635.706c-.946.044-1.661.146-2.457.35a11.31 11.31 0 0 0-8.333 9.14A10.77 10.77 0 0 0 .705 12c0 .664.04 1.186.138 1.804a11.319 11.319 0 0 0 1.583 4.2 11.408 11.408 0 0 0 3.861 3.747 11.29 11.29 0 0 0 4.272 1.456c.496.063.891.087 1.44.087a11.268 11.268 0 0 0 5.712-1.543 11.393 11.393 0 0 0 4.039-4.039 11.27 11.27 0 0 0 1.5-4.675c.035-.397.043-.585.043-1.037a11.271 11.271 0 0 0-1.72-6.005 11.409 11.409 0 0 0-3.862-3.746A11.387 11.387 0 0 0 14.458.97a11.26 11.26 0 0 0-1.743-.245c-.197-.013-.92-.025-1.08-.018m-.077 1.508-.22.013a9.71 9.71 0 0 0-3.626.965 9.499 9.499 0 0 0-2.58 1.829 9.48 9.48 0 0 0-.81.895 9.8 9.8 0 0 0-2.036 4.817 8.055 8.055 0 0 0-.073 1.267c0 .58.011.773.073 1.267a9.819 9.819 0 0 0 1.788 4.49 9.776 9.776 0 0 0 6.822 3.976c.411.045.67.059 1.104.059.844 0 1.595-.09 2.378-.287a9.762 9.762 0 0 0 4.14-2.193c.168-.149.645-.626.794-.794a9.68 9.68 0 0 0 1.752-2.801 9.672 9.672 0 0 0 .718-3.213c.02-.366.01-.961-.02-1.31a9.65 9.65 0 0 0-.698-2.91 9.684 9.684 0 0 0-1.748-2.798c-.142-.16-.641-.66-.802-.802a9.682 9.682 0 0 0-2.797-1.748 9.722 9.722 0 0 0-3.03-.71c-.129-.01-1.018-.02-1.129-.012m-3.936 9.052a.764.764 0 0 0-.514.4.663.663 0 0 0-.073.334c0 .185.046.326.151.458a.833.833 0 0 0 .32.243c.134.05-.136.048 4.494.048s4.36.003 4.495-.048a.937.937 0 0 0 .234-.15.788.788 0 0 0 .216-.356.92.92 0 0 0 0-.388.754.754 0 0 0-.325-.44.623.623 0 0 0-.25-.102c-.102-.02-8.65-.019-8.748 0",
826
807
  clipRule: "evenodd"
827
- }))), _defs$E || (_defs$E = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
808
+ }))), _defs$K || (_defs$K = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
828
809
  id: "blocked_svg__a"
829
810
  }, /*#__PURE__*/React.createElement("path", {
830
811
  d: "M0 0h24v24H0z"
831
812
  })))));
832
813
  };
833
814
 
834
- var _g$D, _defs$D;
835
- 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); }
815
+ var _g$J, _defs$J;
816
+ function _extends$1n() { _extends$1n = 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$1n.apply(this, arguments); }
836
817
  var SvgBoxes = function SvgBoxes(props) {
837
- return /*#__PURE__*/React.createElement("svg", _extends$$({
818
+ return /*#__PURE__*/React.createElement("svg", _extends$1n({
838
819
  xmlns: "http://www.w3.org/2000/svg",
839
820
  fill: "currentColor",
840
821
  width: 24,
841
822
  height: 24
842
- }, props), _g$D || (_g$D = /*#__PURE__*/React.createElement("g", {
823
+ }, props), _g$J || (_g$J = /*#__PURE__*/React.createElement("g", {
843
824
  clipPath: "url(#boxes_svg__a)"
844
825
  }, /*#__PURE__*/React.createElement("path", {
845
826
  fillRule: "evenodd",
846
827
  d: "M8.62.711c-.849.069-1.493.552-1.786 1.34a2.808 2.808 0 0 0-.142.603c-.008.07-.01 1.009-.008 3.456l.003 3.36.021.12c.046.251.095.406.19.6.279.575.822.97 1.521 1.108.236.046.071.044 3.6.044 2.588 0 3.35-.002 3.43-.011.736-.085 1.315-.485 1.624-1.121.099-.205.164-.407.213-.663l.028-.144V6c0-3.223-.001-3.409-.018-3.509a2.107 2.107 0 0 0-.193-.633c-.28-.57-.786-.948-1.474-1.1-.257-.056.027-.052-3.595-.053C10.212.704 8.676.707 8.62.71m.02 1.512a.46.46 0 0 0-.333.217 1.076 1.076 0 0 0-.105.272c-.017.074-.018.193-.018 3.346 0 3.095 0 3.272.017 3.34.047.2.162.32.377.392.157.053-.065.05 3.494.048 3.112-.003 3.276-.004 3.33-.02.192-.06.3-.172.37-.388.053-.164.05.035.047-3.488l-.003-3.24-.021-.073a.464.464 0 0 0-.272-.328 1.3 1.3 0 0 0-.168-.066l-.077-.022-3.288-.002c-2.706-.001-3.299.001-3.35.012m-5.976 10.44c-.755.051-1.363.442-1.694 1.09a2.59 2.59 0 0 0-.252.82c-.018.119-.018 6.715 0 6.864.057.472.238.875.534 1.188.345.365.873.608 1.44.664.143.014 6.501.014 6.692 0a2.05 2.05 0 0 0 1.193-.457c.417-.338.702-.915.76-1.54a552.4 552.4 0 0 0 0-6.652c-.033-.5-.195-.913-.494-1.259-.343-.395-.902-.662-1.502-.718-.132-.012-6.496-.012-6.677 0m11.952 0c-.921.063-1.614.632-1.867 1.534a2.951 2.951 0 0 0-.086.462 552.4 552.4 0 0 0 0 6.653c.025.382.12.703.295.989.33.54.87.868 1.615.981.119.018 6.715.018 6.864 0 .733-.089 1.297-.479 1.608-1.111.13-.264.214-.565.244-.863.014-.143.014-6.501 0-6.692a2.11 2.11 0 0 0-.23-.85c-.276-.537-.792-.911-1.459-1.055-.262-.057.037-.052-3.571-.054-1.814 0-3.35.002-3.413.006M2.66 14.176c-.232.045-.369.2-.433.493-.018.079-.019.182-.019 3.339 0 3.603-.005 3.331.061 3.472.068.145.218.243.447.293.08.018.179.019 3.34.019 3.611 0 3.331.005 3.473-.063.152-.072.26-.25.301-.494.008-.044.01-1.011.008-3.331-.003-3.096-.004-3.272-.02-3.326a.48.48 0 0 0-.135-.232.784.784 0 0 0-.394-.176c-.04-.007-1.046-.01-3.308-.01-2.798.002-3.26.004-3.32.016m11.96-.002a.454.454 0 0 0-.279.147.798.798 0 0 0-.17.39c-.008.04-.011 1.047-.011 3.3 0 2.908.002 3.25.015 3.32.046.24.198.377.494.442.079.018.182.019 3.339.019 3.603 0 3.331.005 3.472-.061.145-.069.243-.218.293-.447.018-.08.019-.179.019-3.34 0-3.608.005-3.334-.063-3.473-.073-.151-.245-.257-.488-.3-.04-.008-1.046-.01-3.308-.01-2.661 0-3.261.003-3.312.014",
847
828
  clipRule: "evenodd"
848
- }))), _defs$D || (_defs$D = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
829
+ }))), _defs$J || (_defs$J = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
849
830
  id: "boxes_svg__a"
850
831
  }, /*#__PURE__*/React.createElement("path", {
851
832
  d: "M0 0h24v24H0z"
852
833
  })))));
853
834
  };
854
835
 
855
- var _g$C, _defs$C;
856
- 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); }
836
+ var _g$I, _defs$I;
837
+ function _extends$1m() { _extends$1m = 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$1m.apply(this, arguments); }
857
838
  var SvgCalendar = function SvgCalendar(props) {
858
- return /*#__PURE__*/React.createElement("svg", _extends$_({
839
+ return /*#__PURE__*/React.createElement("svg", _extends$1m({
859
840
  xmlns: "http://www.w3.org/2000/svg",
860
841
  fill: "currentColor",
861
842
  width: 24,
862
843
  height: 24
863
- }, props), _g$C || (_g$C = /*#__PURE__*/React.createElement("g", {
844
+ }, props), _g$I || (_g$I = /*#__PURE__*/React.createElement("g", {
864
845
  clipPath: "url(#calendar_svg__a)"
865
846
  }, /*#__PURE__*/React.createElement("path", {
866
847
  fillRule: "evenodd",
867
848
  d: "M6.958.71a.727.727 0 0 0-.395.201.776.776 0 0 0-.215.359c-.014.054-.016.163-.02 1.151l-.002 1.092-1.85.003c-1.963.004-1.894.002-2.13.051a1.956 1.956 0 0 0-1.241.819c-.2.296-.31.593-.383 1.024-.015.089-.016.638-.019 7.896-.002 5.353 0 7.853.007 7.971a2.05 2.05 0 0 0 .484 1.282c.343.404.9.673 1.516.73.167.017 18.637.008 18.746-.007.267-.04.48-.101.681-.2.215-.104.394-.233.553-.398.305-.318.49-.712.587-1.25.015-.082.017-.658.02-7.984.002-5.703 0-7.927-.008-8.007-.05-.522-.23-.935-.555-1.27a2.208 2.208 0 0 0-1.13-.602c-.254-.054-.118-.05-2.1-.054l-1.83-.004v-1.07c0-1.151 0-1.135-.05-1.268a.804.804 0 0 0-.44-.427.75.75 0 0 0-.936.38c-.075.154-.072.1-.072 1.31v1.076H7.834l-.003-1.092c-.003-.99-.005-1.098-.02-1.152a.778.778 0 0 0-.526-.54 1.015 1.015 0 0 0-.327-.02M2.654 5.036c-.212.044-.344.186-.416.444l-.025.093-.003 1.783-.002 1.783h19.594V7.414c0-1.061-.004-1.767-.01-1.833-.027-.3-.15-.444-.456-.533l-.077-.022-1.792-.003-1.793-.002-.002.75-.003.752-.023.067a.77.77 0 0 1-.416.47.799.799 0 0 1-.596.01.805.805 0 0 1-.426-.46l-.027-.077-.003-.756-.003-.756h-8.34l-.004.737c-.003.72-.003.738-.023.81a.778.778 0 0 1-.512.528.596.596 0 0 1-.216.022.596.596 0 0 1-.216-.022.781.781 0 0 1-.51-.522c-.022-.07-.022-.076-.025-.812l-.004-.741H4.524c-1.535.001-1.812.003-1.87.015M2.21 15.982c.003 5.102.004 5.337.02 5.392.066.22.21.338.485.4.082.017.246.018 9.317.018 8.31 0 9.24-.002 9.307-.015a.52.52 0 0 0 .266-.134c.09-.093.16-.26.186-.45.008-.052.01-1.65.01-5.31v-5.237H2.209z",
868
849
  clipRule: "evenodd"
869
- }))), _defs$C || (_defs$C = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
850
+ }))), _defs$I || (_defs$I = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
870
851
  id: "calendar_svg__a"
871
852
  }, /*#__PURE__*/React.createElement("path", {
872
853
  d: "M0 0h24v24H0z"
873
854
  })))));
874
855
  };
875
856
 
876
- var _g$B, _defs$B;
877
- 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); }
857
+ var _g$H, _defs$H;
858
+ function _extends$1l() { _extends$1l = 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$1l.apply(this, arguments); }
878
859
  var SvgNetworkSearch = function SvgNetworkSearch(props) {
879
- return /*#__PURE__*/React.createElement("svg", _extends$Z({
860
+ return /*#__PURE__*/React.createElement("svg", _extends$1l({
880
861
  xmlns: "http://www.w3.org/2000/svg",
881
862
  fill: "currentColor",
882
863
  width: 24,
883
864
  height: 24
884
- }, props), _g$B || (_g$B = /*#__PURE__*/React.createElement("g", {
865
+ }, props), _g$H || (_g$H = /*#__PURE__*/React.createElement("g", {
885
866
  clipPath: "url(#network-search_svg__a)"
886
867
  }, /*#__PURE__*/React.createElement("path", {
887
868
  fillRule: "evenodd",
888
869
  d: "M11.635.706a11.282 11.282 0 0 0-8.212 3.94 11.165 11.165 0 0 0-1.981 3.327 11.31 11.31 0 0 0 .808 9.739 11.392 11.392 0 0 0 4.038 4.039 11.343 11.343 0 0 0 3.605 1.351 11.19 11.19 0 0 0 1.878.193c.307.007.39-.001.514-.052a.775.775 0 0 0 .437-.481.589.589 0 0 0 .022-.212.653.653 0 0 0-.022-.217.776.776 0 0 0-.39-.46c-.13-.064-.175-.071-.538-.08a10.261 10.261 0 0 1-1.836-.207c-.027-.007-.04-.02-.083-.09-.212-.342-.48-.889-.683-1.389-.827-2.04-1.317-4.792-1.355-7.615l-.006-.443.747-.003c.747-.003.748-.003.82-.025a.794.794 0 0 0 .431-.332.726.726 0 0 0 .107-.388.709.709 0 0 0-.239-.55.718.718 0 0 0-.275-.17l-.076-.026-.739-.005-.739-.004.003-.063a24.684 24.684 0 0 1 .543-4.049c.004-.01.732-.012 3.6-.012 3.415 0 3.595.001 3.599.017a14.153 14.153 0 0 1 .213 1.19c.044.335.055.384.11.492a.778.778 0 0 0 .49.386.903.903 0 0 0 .398-.011c.2-.063.369-.21.46-.403.094-.199.09-.324-.024-1.033a15.9 15.9 0 0 0-.11-.62c-.005-.017.067-.018 1.452-.015l1.457.002.11.165c.265.395.54.89.746 1.345a9.688 9.688 0 0 1 .877 3.857c.01.37.015.403.082.537.091.185.27.337.459.39.066.02.1.023.217.023.119 0 .15-.003.212-.022a.759.759 0 0 0 .524-.592c.025-.14.005-.745-.04-1.22a11.3 11.3 0 0 0-1.673-4.915 11.408 11.408 0 0 0-3.861-3.746A11.387 11.387 0 0 0 14.458.97a11.261 11.261 0 0 0-1.743-.245c-.197-.013-.92-.025-1.08-.018m-.077 1.508c-.562.03-.95.076-1.452.173l-.18.034-.051.083c-.097.157-.229.4-.352.65a11.16 11.16 0 0 0-.478 1.118c-.07.19-.223.631-.223.646 0 .004 1.433.007 3.184.007 3.028 0 3.183-.001 3.177-.017a14.14 14.14 0 0 0-.514-1.289c-.19-.419-.58-1.17-.621-1.196a1.693 1.693 0 0 0-.205-.046 9.916 9.916 0 0 0-1.339-.16 19.98 19.98 0 0 0-.946-.003m4.547.933c.19.424.417 1.02.577 1.513.044.137.083.253.085.257.003.004.455.008 1.006.007h1l-.072-.068a9.77 9.77 0 0 0-2.532-1.722l-.088-.041zm-8.43.063a9.645 9.645 0 0 0-2.298 1.574l-.148.136 1.006.002c.554.002 1.01 0 1.013-.004.003-.004.029-.085.057-.18.127-.43.342-1.042.508-1.445.042-.1.073-.183.07-.183-.004 0-.097.045-.208.1M3.923 6.454A9.912 9.912 0 0 0 2.414 9.97c-.034.163-.1.534-.1.564 0 .016.099.016 2.024.016h2.024l.007-.132a26.991 26.991 0 0 1 .502-3.97l.005-.026H3.947zm11.413 3.392a5.668 5.668 0 0 0-5.447 4.952c-.032.26-.042.43-.042.72 0 .375.022.635.08.97a5.679 5.679 0 0 0 4.617 4.617 5.673 5.673 0 0 0 4.285-.986l.134-.095 1.56 1.56c.86.857 1.581 1.572 1.605 1.588a.67.67 0 0 0 .418.122c.224 0 .367-.06.528-.22a.667.667 0 0 0 .22-.528.673.673 0 0 0-.122-.418c-.016-.024-.73-.746-1.589-1.604l-1.56-1.561.097-.134a5.66 5.66 0 0 0 .985-2.341c.05-.287.071-.515.079-.856a5.622 5.622 0 0 0-.913-3.21 5.67 5.67 0 0 0-4.935-2.576m-.096 1.508a4.189 4.189 0 0 0-2.405.966 5.472 5.472 0 0 0-.46.455 4.154 4.154 0 0 0-.994 3.286 4.169 4.169 0 0 0 2.592 3.329 4.188 4.188 0 0 0 2.817.096 4.138 4.138 0 0 0 1.847-1.208c.39-.44.667-.926.849-1.488a4.167 4.167 0 0 0-1.376-4.538 4.18 4.18 0 0 0-2.011-.867 5.231 5.231 0 0 0-.859-.031m-13.029.941a9.644 9.644 0 0 0 .882 3.787l.04.084h1.745c.96 0 1.746-.003 1.746-.007a30.663 30.663 0 0 1-.196-1.71 33.136 33.136 0 0 1-.102-2.255v-.146H2.205zm1.809 5.39.094.128a10.232 10.232 0 0 0 1.822 1.88 9.718 9.718 0 0 0 1.947 1.197c.003 0-.028-.083-.07-.183a16.79 16.79 0 0 1-.594-1.737 26.494 26.494 0 0 1-.28-1.107l-.04-.19H5.453c-1.153 0-1.442.003-1.434.013",
889
870
  clipRule: "evenodd"
890
- }))), _defs$B || (_defs$B = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
871
+ }))), _defs$H || (_defs$H = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
891
872
  id: "network-search_svg__a"
892
873
  }, /*#__PURE__*/React.createElement("path", {
893
874
  d: "M0 0h24v24H0z"
894
875
  })))));
895
876
  };
896
877
 
897
- var _path$n;
898
- 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); }
878
+ var _path$F;
879
+ function _extends$1k() { _extends$1k = 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$1k.apply(this, arguments); }
899
880
  var SvgChecklist = function SvgChecklist(props) {
900
- return /*#__PURE__*/React.createElement("svg", _extends$Y({
881
+ return /*#__PURE__*/React.createElement("svg", _extends$1k({
901
882
  xmlns: "http://www.w3.org/2000/svg",
902
883
  fill: "currentColor",
903
884
  width: 24,
904
885
  height: 24
905
- }, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
886
+ }, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
906
887
  fillRule: "evenodd",
907
888
  d: "M4.114.717c-.466.04-.888.211-1.234.5-.424.354-.7.872-.758 1.419-.008.079-.01 2.417-.008 9.44l.003 9.337.022.11a2.179 2.179 0 0 0 1.816 1.764c.106.016.464.017 8.045.017 7.581 0 7.94 0 8.045-.017a2.162 2.162 0 0 0 1.828-1.863c.013-.1.015-.834.015-6.666 0-5.6-.002-6.57-.014-6.656a2.178 2.178 0 0 0-.283-.825c-.156-.259.005-.093-3.072-3.17a379.825 379.825 0 0 0-2.928-2.911 2.234 2.234 0 0 0-1.047-.463c-.096-.017-.326-.018-5.246-.018-2.83-.001-5.163 0-5.184.002m.004 1.515a.66.66 0 0 0-.493.506c-.014.067-.015.92-.015 9.272 0 8.212.001 9.205.014 9.271a.681.681 0 0 0 .437.494l.062.022 7.848.002c7.05.003 7.855.002 7.916-.012a.662.662 0 0 0 .488-.506c.014-.066.015-.685.015-6.055V9.245h-2.495c-1.664 0-2.528-.004-2.594-.01a2.166 2.166 0 0 1-1.921-1.836l-.02-.127-.004-2.527-.003-2.527h-4.59c-3.652.001-4.603.004-4.645.014m10.745 2.664.003 2.318.026.08a.674.674 0 0 0 .338.381.98.98 0 0 0 .135.054c.038.01.47.013 2.097.016h2.307l.257-.003-2.583-2.582-2.582-2.582zM9.686 9.029a.699.699 0 0 0-.404.213c-.03.03-.498.647-1.04 1.37l-.99 1.32c-.003.003-.254-.244-.559-.548a18.337 18.337 0 0 0-.6-.584.78.78 0 0 0-.575-.111.772.772 0 0 0-.562.502c-.023.068-.026.088-.026.233 0 .145.003.165.026.233.054.162.05.158.736.843.69.691.713.71.927.815.181.088.331.128.532.143.435.031.858-.133 1.157-.45.098-.104 2.135-2.82 2.176-2.901a.7.7 0 0 0 .076-.423.71.71 0 0 0-.21-.44.726.726 0 0 0-.664-.215m2.894 2.942a.777.777 0 0 0-.593.512.806.806 0 0 0 .038.557c.09.18.262.33.442.387.04.013.115.027.166.032.054.006.96.01 2.18.01 1.219 0 2.126-.004 2.18-.01a.714.714 0 0 0 .437-.194.718.718 0 0 0 .24-.511.723.723 0 0 0-.219-.57.73.73 0 0 0-.392-.209c-.059-.01-.467-.013-2.251-.012-1.198 0-2.201.004-2.228.008m-2.885 3.384a.733.733 0 0 0-.417.217c-.027.029-.49.642-1.031 1.362l-.99 1.32c-.006.006-.229-.21-.573-.552-.584-.581-.6-.596-.732-.65a.799.799 0 0 0-.571.004.803.803 0 0 0-.425.461c-.023.069-.026.088-.026.233 0 .146.003.165.026.233.054.162.053.16.721.831.603.605.704.699.836.774a1.456 1.456 0 0 0 1.647-.114c.138-.11.226-.222 1.236-1.567.555-.74 1.03-1.376 1.054-1.414a.746.746 0 0 0-.185-.996.735.735 0 0 0-.57-.142m2.874 2.243a.763.763 0 0 0-.396.21.728.728 0 0 0-.218.576.72.72 0 0 0 .244.509.7.7 0 0 0 .45.192c.078.007.791.01 2.245.007 2.342-.003 2.174 0 2.32-.06a.8.8 0 0 0 .386-.366.788.788 0 0 0 .02-.604.797.797 0 0 0-.407-.418c-.14-.056.055-.051-2.371-.053-1.246-.001-2.245.002-2.273.007",
908
889
  clipRule: "evenodd"
909
890
  })));
910
891
  };
911
892
 
912
- var _path$m;
913
- 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); }
893
+ var _path$E;
894
+ function _extends$1j() { _extends$1j = 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$1j.apply(this, arguments); }
914
895
  var SvgCheckmark = function SvgCheckmark(props) {
915
- return /*#__PURE__*/React.createElement("svg", _extends$X({
896
+ return /*#__PURE__*/React.createElement("svg", _extends$1j({
916
897
  xmlns: "http://www.w3.org/2000/svg",
917
898
  fill: "currentColor",
918
899
  width: 24,
919
900
  height: 24
920
- }, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
901
+ }, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
921
902
  fillRule: "evenodd",
922
903
  d: "M21.9 2.003a.78.78 0 0 0-.271.075.631.631 0 0 0-.188.138c-.042.04-1.68 2.374-6.538 9.314-4.602 6.575-6.5 9.28-6.547 9.33a1.16 1.16 0 0 1-.601.337 1.35 1.35 0 0 1-.396.008 1.202 1.202 0 0 1-.443-.171c-.172-.112-.097-.017-1.936-2.465-1.864-2.483-1.73-2.315-1.893-2.395a.663.663 0 0 0-.34-.077.672.672 0 0 0-.421.126.736.736 0 0 0-.326.63.66.66 0 0 0 .11.383c.038.06 3.264 4.364 3.382 4.514.086.108.282.304.389.388.38.298.788.479 1.254.554.083.013.174.02.331.023.22.005.324-.001.5-.03a2.642 2.642 0 0 0 1.646-.984c.134-.175 13-18.563 13.028-18.62a.57.57 0 0 0 .07-.322.661.661 0 0 0-.02-.21.706.706 0 0 0-.206-.341.726.726 0 0 0-.585-.204",
923
904
  clipRule: "evenodd"
924
905
  })));
925
906
  };
926
907
 
927
- var _path$l;
928
- 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); }
908
+ var _path$D;
909
+ function _extends$1i() { _extends$1i = 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$1i.apply(this, arguments); }
929
910
  var SvgClose = function SvgClose(props) {
930
- return /*#__PURE__*/React.createElement("svg", _extends$W({
911
+ return /*#__PURE__*/React.createElement("svg", _extends$1i({
931
912
  xmlns: "http://www.w3.org/2000/svg",
932
913
  fill: "currentColor",
933
914
  width: 24,
934
915
  height: 24
935
- }, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
916
+ }, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
936
917
  fillRule: "evenodd",
937
918
  d: "M2.653 2.01a.808.808 0 0 0-.63.58.914.914 0 0 0-.003.395.87.87 0 0 0 .108.25c.022.033 1.427 1.445 4.389 4.407L10.874 12 6.52 16.354a1123.887 1123.887 0 0 0-4.383 4.396.826.826 0 0 0-.115.25.914.914 0 0 0-.003.396.82.82 0 0 0 .476.548.737.737 0 0 0 .294.053.748.748 0 0 0 .446-.128c.03-.02 1.566-1.55 4.404-4.387L12 13.125l4.358 4.357c2.838 2.838 4.374 4.367 4.405 4.387a.793.793 0 0 0 .53.125.78.78 0 0 0 .533-.294.73.73 0 0 0 .17-.5.73.73 0 0 0-.128-.437c-.019-.03-1.55-1.568-4.386-4.405L13.124 12l4.357-4.358c2.961-2.962 4.367-4.374 4.388-4.408a.869.869 0 0 0 .109-.25.912.912 0 0 0-.004-.393.816.816 0 0 0-.571-.57.648.648 0 0 0-.2-.018.647.647 0 0 0-.2.018.976.976 0 0 0-.248.113c-.022.015-2.001 1.987-4.398 4.384l-4.358 4.357-4.354-4.353A1114.663 1114.663 0 0 0 3.247 2.14a.92.92 0 0 0-.253-.117 1 1 0 0 0-.341-.013",
938
919
  clipRule: "evenodd"
939
920
  })));
940
921
  };
941
922
 
942
- var _g$A, _defs$A;
943
- 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); }
923
+ var _g$G, _defs$G;
924
+ function _extends$1h() { _extends$1h = 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$1h.apply(this, arguments); }
944
925
  var SvgCloseCircle = function SvgCloseCircle(props) {
945
- return /*#__PURE__*/React.createElement("svg", _extends$V({
926
+ return /*#__PURE__*/React.createElement("svg", _extends$1h({
946
927
  xmlns: "http://www.w3.org/2000/svg",
947
928
  fill: "currentColor",
948
929
  width: 24,
949
930
  height: 24
950
- }, props), _g$A || (_g$A = /*#__PURE__*/React.createElement("g", {
931
+ }, props), _g$G || (_g$G = /*#__PURE__*/React.createElement("g", {
951
932
  clipPath: "url(#close-circle_svg__a)"
952
933
  }, /*#__PURE__*/React.createElement("path", {
953
934
  fillRule: "evenodd",
954
935
  d: "M11.635.706c-.946.044-1.661.146-2.457.35a11.31 11.31 0 0 0-8.333 9.14A10.77 10.77 0 0 0 .705 12c0 .664.04 1.186.138 1.804a11.319 11.319 0 0 0 1.583 4.2 11.408 11.408 0 0 0 3.861 3.747 11.29 11.29 0 0 0 4.272 1.456c.496.063.891.087 1.44.087a11.268 11.268 0 0 0 5.712-1.543 11.393 11.393 0 0 0 4.039-4.039 11.27 11.27 0 0 0 1.5-4.675c.035-.397.043-.585.043-1.037a11.271 11.271 0 0 0-1.72-6.005 11.409 11.409 0 0 0-3.862-3.746A11.387 11.387 0 0 0 14.458.97a11.26 11.26 0 0 0-1.743-.245c-.197-.013-.92-.025-1.08-.018m-.077 1.508-.22.013a9.71 9.71 0 0 0-3.626.965 9.499 9.499 0 0 0-2.58 1.829 9.48 9.48 0 0 0-.81.895 9.8 9.8 0 0 0-2.036 4.817 8.055 8.055 0 0 0-.073 1.267c0 .58.011.773.073 1.267a9.819 9.819 0 0 0 1.788 4.49 9.776 9.776 0 0 0 6.822 3.976c.411.045.67.059 1.104.059.844 0 1.595-.09 2.378-.287a9.762 9.762 0 0 0 4.14-2.193c.168-.149.645-.626.794-.794a9.68 9.68 0 0 0 1.752-2.801 9.672 9.672 0 0 0 .718-3.213c.02-.366.01-.961-.02-1.31a9.65 9.65 0 0 0-.698-2.91 9.684 9.684 0 0 0-1.748-2.798c-.142-.16-.641-.66-.802-.802a9.682 9.682 0 0 0-2.797-1.748 9.722 9.722 0 0 0-3.03-.71c-.129-.01-1.018-.02-1.129-.012m-2.672 6.06a.78.78 0 0 0-.586.512.777.777 0 0 0 .093.65c.016.024.595.61 1.287 1.303L10.94 12l-1.26 1.26a86.883 86.883 0 0 0-1.287 1.303.676.676 0 0 0-.122.423c0 .109.003.14.022.201.15.48.68.691 1.108.441.06-.035.237-.207 1.334-1.303L12 13.06l1.265 1.264c1.368 1.366 1.309 1.311 1.468 1.367a.76.76 0 0 0 .974-.505.55.55 0 0 0 .022-.201.676.676 0 0 0-.122-.423c-.016-.024-.595-.61-1.287-1.303L13.06 12l1.26-1.26a87.085 87.085 0 0 0 1.287-1.303.677.677 0 0 0 .122-.418.872.872 0 0 0-.013-.177.78.78 0 0 0-.558-.558.869.869 0 0 0-.177-.013.677.677 0 0 0-.418.122c-.024.016-.61.595-1.303 1.287L12 10.94l-1.26-1.26a87.22 87.22 0 0 0-1.303-1.287.692.692 0 0 0-.394-.123.993.993 0 0 0-.157.005",
955
936
  clipRule: "evenodd"
956
- }))), _defs$A || (_defs$A = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
937
+ }))), _defs$G || (_defs$G = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
957
938
  id: "close-circle_svg__a"
958
939
  }, /*#__PURE__*/React.createElement("path", {
959
940
  d: "M0 0h24v24H0z"
960
941
  })))));
961
942
  };
962
943
 
963
- var _g$z, _defs$z;
964
- 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); }
944
+ var _g$F, _defs$F;
945
+ function _extends$1g() { _extends$1g = 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$1g.apply(this, arguments); }
965
946
  var SvgCoin = function SvgCoin(props) {
966
- return /*#__PURE__*/React.createElement("svg", _extends$U({
947
+ return /*#__PURE__*/React.createElement("svg", _extends$1g({
967
948
  xmlns: "http://www.w3.org/2000/svg",
968
949
  fill: "currentColor",
969
950
  width: 24,
970
951
  height: 24
971
- }, props), _g$z || (_g$z = /*#__PURE__*/React.createElement("g", {
952
+ }, props), _g$F || (_g$F = /*#__PURE__*/React.createElement("g", {
972
953
  clipPath: "url(#coin_svg__a)"
973
954
  }, /*#__PURE__*/React.createElement("path", {
974
955
  fillRule: "evenodd",
975
956
  d: "M11.635.706c-.946.044-1.661.146-2.457.35a11.31 11.31 0 0 0-8.333 9.14A10.77 10.77 0 0 0 .705 12c0 .664.04 1.186.138 1.804a11.319 11.319 0 0 0 1.583 4.2 11.408 11.408 0 0 0 3.861 3.747 11.29 11.29 0 0 0 4.272 1.456c.496.063.891.087 1.44.087a11.268 11.268 0 0 0 5.712-1.543 11.393 11.393 0 0 0 4.039-4.039 11.27 11.27 0 0 0 1.5-4.675c.035-.397.043-.585.043-1.037a11.271 11.271 0 0 0-1.72-6.005 11.409 11.409 0 0 0-3.862-3.746A11.387 11.387 0 0 0 14.458.97a11.26 11.26 0 0 0-1.743-.245c-.197-.013-.92-.025-1.08-.018m-.077 1.508-.22.013a9.71 9.71 0 0 0-3.626.965 9.499 9.499 0 0 0-2.58 1.829 9.48 9.48 0 0 0-.81.895 9.8 9.8 0 0 0-2.036 4.817 8.055 8.055 0 0 0-.073 1.267c0 .58.011.773.073 1.267a9.819 9.819 0 0 0 1.788 4.49 9.776 9.776 0 0 0 6.822 3.976c.411.045.67.059 1.104.059.844 0 1.595-.09 2.378-.287a9.762 9.762 0 0 0 4.14-2.193c.168-.149.645-.626.794-.794a9.68 9.68 0 0 0 1.752-2.801 9.672 9.672 0 0 0 .718-3.213c.02-.366.01-.961-.02-1.31a9.65 9.65 0 0 0-.698-2.91 9.684 9.684 0 0 0-1.748-2.798c-.142-.16-.641-.66-.802-.802a9.682 9.682 0 0 0-2.797-1.748 9.722 9.722 0 0 0-3.03-.71c-.129-.01-1.018-.02-1.129-.012m.274 2.725a.705.705 0 0 0-.347.19.709.709 0 0 0-.218.383c-.014.064-.016.173-.016.794v.72l-.391.004c-.428.005-.48.01-.72.074a2.315 2.315 0 0 0-1.691 1.949c-.026.218-.02.5.013.696.098.564.467 1.09 1.15 1.634.418.334.911.648 1.975 1.26 1.029.591 1.405.825 1.771 1.1.351.262.58.497.671.686.028.059.03.068.028.163-.007.391-.261.72-.652.842l-.085.027-2.131.005-2.131.005-.07.021a.781.781 0 0 0-.528.53c-.026.098-.023.308.005.408a.78.78 0 0 0 .527.516l.075.022 1.092.003 1.092.003v.72c0 .782.001.797.055.925.079.189.264.36.461.425.069.023.088.026.233.026.145 0 .165-.003.233-.026a.803.803 0 0 0 .461-.425c.054-.128.055-.143.055-.924v-.72l.314-.005a3.09 3.09 0 0 0 .447-.026 2.426 2.426 0 0 0 1.306-.634c.284-.268.518-.643.635-1.016a2.16 2.16 0 0 0 .108-.65 1.7 1.7 0 0 0-.187-.887c-.218-.443-.612-.86-1.236-1.308-.377-.27-.741-.497-1.498-.934-1.275-.736-1.584-.926-1.968-1.214-.422-.317-.668-.584-.72-.784a1.032 1.032 0 0 1 0-.339.8.8 0 0 1 .577-.62l.086-.024 2.165-.002 2.164-.002.07-.022a.784.784 0 0 0 .528-.53 1.016 1.016 0 0 0-.005-.408.78.78 0 0 0-.527-.516l-.075-.022-1.092-.003-1.092-.002v-.72c0-.783-.001-.798-.055-.926a.799.799 0 0 0-.46-.425.608.608 0 0 0-.21-.028.833.833 0 0 0-.192.01",
976
957
  clipRule: "evenodd"
977
- }))), _defs$z || (_defs$z = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
958
+ }))), _defs$F || (_defs$F = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
978
959
  id: "coin_svg__a"
979
960
  }, /*#__PURE__*/React.createElement("path", {
980
961
  d: "M0 0h24v24H0z"
981
962
  })))));
982
963
  };
983
964
 
984
- var _g$y, _defs$y;
985
- 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); }
965
+ var _g$E, _defs$E;
966
+ function _extends$1f() { _extends$1f = 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$1f.apply(this, arguments); }
986
967
  var SvgCopy = function SvgCopy(props) {
987
- return /*#__PURE__*/React.createElement("svg", _extends$T({
968
+ return /*#__PURE__*/React.createElement("svg", _extends$1f({
988
969
  xmlns: "http://www.w3.org/2000/svg",
989
970
  fill: "currentColor",
990
971
  width: 24,
991
972
  height: 24
992
- }, props), _g$y || (_g$y = /*#__PURE__*/React.createElement("g", {
973
+ }, props), _g$E || (_g$E = /*#__PURE__*/React.createElement("g", {
993
974
  clipPath: "url(#copy_svg__a)"
994
975
  }, /*#__PURE__*/React.createElement("path", {
995
976
  fillRule: "evenodd",
996
977
  d: "M2.698.707c-.467.034-.84.166-1.169.413-.449.338-.754.925-.818 1.572-.014.144-.014 14.239 0 14.425.078 1.033.739 1.738 1.809 1.93l.125.023h7.272c6.976 0 7.276 0 7.382-.017.47-.075.834-.254 1.143-.563.3-.299.494-.678.59-1.148.012-.063.027-.158.033-.21.008-.071.01-2.023.008-7.33l-.003-7.234-.022-.12a2.112 2.112 0 0 0-.204-.626C18.532 1.2 17.881.79 17.08.711 17.013.704 14.672.7 9.86.702 5.946.703 2.722.706 2.699.707m-.044 1.517a.538.538 0 0 0-.244.12.754.754 0 0 0-.187.387c-.014.07-.015.663-.013 7.224.003 6.847.004 7.15.02 7.205.062.206.188.316.445.387l.095.026h7.147c6.862 0 7.15 0 7.221-.018.22-.051.337-.184.414-.47l.02-.079V9.854c0-6.797 0-7.155-.016-7.214a.525.525 0 0 0-.14-.25.85.85 0 0 0-.304-.155l-.077-.022-7.157-.002c-6.259-.001-7.165 0-7.224.013m18.317 2.714a.767.767 0 0 0-.553.525.913.913 0 0 0 0 .417c.068.24.276.448.51.513.041.012.128.024.202.03.148.01.215.025.3.068a.674.674 0 0 1 .347.43c.013.056.015.83.015 7.187 0 7.06 0 7.125-.019 7.198a.593.593 0 0 1-.173.294.593.593 0 0 1-.294.173c-.073.019-.139.019-7.198.019-6.357 0-7.13-.002-7.186-.015a.674.674 0 0 1-.431-.347.688.688 0 0 1-.069-.3 1.265 1.265 0 0 0-.029-.202.773.773 0 0 0-.513-.51.913.913 0 0 0-.417 0 .776.776 0 0 0-.506.486c-.027.075-.027.081-.027.283 0 .27.03.438.122.691a2.164 2.164 0 0 0 1.846 1.412c.089.007 2.173.01 7.29.007 6.833-.003 7.172-.004 7.268-.02a2.19 2.19 0 0 0 1.21-.612c.324-.324.53-.73.611-1.209.016-.096.017-.435.02-7.267.002-5.118 0-7.202-.007-7.291a2.21 2.21 0 0 0-.313-.952 2.17 2.17 0 0 0-1.463-.993 2.167 2.167 0 0 0-.543-.015",
997
978
  clipRule: "evenodd"
998
- }))), _defs$y || (_defs$y = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
979
+ }))), _defs$E || (_defs$E = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
999
980
  id: "copy_svg__a"
1000
981
  }, /*#__PURE__*/React.createElement("path", {
1001
982
  d: "M0 0h24v24H0z"
1002
983
  })))));
1003
984
  };
1004
985
 
1005
- var _g$x, _defs$x;
1006
- 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); }
986
+ var _g$D, _defs$D;
987
+ function _extends$1e() { _extends$1e = 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$1e.apply(this, arguments); }
1007
988
  var SvgCredit = function SvgCredit(props) {
1008
- return /*#__PURE__*/React.createElement("svg", _extends$S({
989
+ return /*#__PURE__*/React.createElement("svg", _extends$1e({
1009
990
  xmlns: "http://www.w3.org/2000/svg",
1010
991
  fill: "currentColor",
1011
992
  width: 24,
1012
993
  height: 24
1013
- }, props), _g$x || (_g$x = /*#__PURE__*/React.createElement("g", {
994
+ }, props), _g$D || (_g$D = /*#__PURE__*/React.createElement("g", {
1014
995
  clipPath: "url(#credit_svg__a)"
1015
996
  }, /*#__PURE__*/React.createElement("path", {
1016
997
  fillRule: "evenodd",
1017
998
  d: "M6.696.707c-1.02.043-1.853.172-2.674.411-1.095.32-2.047.85-2.587 1.442-.414.453-.62.856-.712 1.386-.016.096-.017.408-.02 7.262-.002 5.26 0 7.197.008 7.296.024.302.092.546.23.826.284.577.8 1.083 1.53 1.5.911.523 2.117.874 3.443 1.005.48.047 1.262.067 1.723.044.495-.025 1.128-.095 1.266-.14a.75.75 0 0 0 .505-.794.79.79 0 0 0-.097-.298.796.796 0 0 0-.46-.348c-.111-.029-.198-.028-.441.004a9.01 9.01 0 0 1-1.34.081c-.488 0-.731-.012-1.166-.062-1.162-.132-2.197-.462-2.9-.926-.365-.24-.631-.522-.738-.78-.058-.14-.058-.143-.058-.831v-.63l.065.042c.274.176.705.39 1.066.531.865.337 1.842.543 2.963.624.288.02 1.128.024 1.421.005.453-.028 1.081-.1 1.202-.137a.767.767 0 0 0 .507-.542.879.879 0 0 0-.043-.479.803.803 0 0 0-.466-.414c-.122-.039-.219-.04-.485-.006-.505.066-.88.09-1.382.09-.36 0-.59-.009-.898-.036-1.555-.138-2.924-.634-3.582-1.297a1.372 1.372 0 0 1-.34-.517l-.023-.067-.003-.656-.003-.657.032.021c.304.2.772.43 1.198.589.883.33 1.836.52 2.976.595.244.015 1.065.015 1.33 0 .409-.026.994-.09 1.123-.124a.755.755 0 0 0 .474-.402.629.629 0 0 0 .07-.321.724.724 0 0 0-.29-.595c-.2-.15-.348-.177-.71-.13-.464.06-.818.081-1.32.082-.206 0-.457-.005-.557-.01-1.106-.06-2.125-.286-2.93-.653-.694-.316-1.172-.713-1.337-1.11-.058-.139-.058-.143-.056-.83l.003-.624.057.037c.201.13.55.313.82.43.865.374 1.897.619 2.996.71.676.055 1.424.05 2.098-.015.296-.028.643-.074.723-.096a.75.75 0 0 0 .19-1.358c-.185-.115-.32-.133-.663-.086-1.798.243-3.707-.006-4.997-.653-.376-.188-.616-.353-.846-.58-.19-.188-.287-.33-.351-.514l-.027-.077-.003-.655c-.001-.36 0-.656.003-.656s.03.016.06.036c.183.117.485.278.727.387.887.4 1.963.66 3.115.753a13.88 13.88 0 0 0 1.55.025c1.263-.064 2.428-.317 3.399-.737a6.76 6.76 0 0 0 .847-.446l.04-.028.003.776c.004.868 0 .814.075.967.09.182.256.324.45.386.1.032.264.04.371.019a.715.715 0 0 0 .39-.214.692.692 0 0 0 .19-.335c.018-.07.019-.128.02-2.09 0-2.201.003-2.112-.054-2.35-.151-.64-.592-1.237-1.273-1.72C11.08 1.301 9.565.837 7.812.723A20.4 20.4 0 0 0 6.696.707m-.168 1.512c-1.52.078-2.908.496-3.724 1.12-.109.084-.33.304-.399.399-.203.277-.249.545-.14.814.214.524 1.009 1.056 2.07 1.386 1.157.359 2.59.476 3.93.32 1.594-.184 2.948-.75 3.477-1.455.304-.405.276-.774-.092-1.186-.49-.55-1.515-1.019-2.727-1.245a9.806 9.806 0 0 0-1.32-.154c-.214-.011-.854-.01-1.075 0m10.2 7.157c-1.852.03-3.56.481-4.714 1.244-.755.5-1.245 1.126-1.406 1.798-.062.259-.058-.017-.058 3.926 0 3.472.001 3.585.019 3.706.082.56.347 1.04.838 1.517.92.897 2.557 1.515 4.457 1.684.39.034.607.043 1.06.043.433 0 .64-.008 1.004-.039 1.507-.126 2.87-.54 3.848-1.168.458-.293.837-.648 1.09-1.02a2.4 2.4 0 0 0 .41-1.013c.017-.095.018-.284.021-3.628.002-2.561 0-3.565-.007-3.663-.038-.471-.225-.921-.557-1.339a4.973 4.973 0 0 0-.552-.548 5.106 5.106 0 0 0-.87-.56c-.97-.504-2.24-.826-3.613-.917a16.663 16.663 0 0 0-.97-.023m-.291 1.51a9.436 9.436 0 0 0-2.114.336c-.956.276-1.717.71-2.068 1.181-.3.404-.271.772.095 1.183.205.232.49.44.874.637.844.436 1.972.705 3.206.763.267.013.97.007 1.186-.01 1.188-.09 2.151-.327 2.94-.72.378-.19.626-.36.853-.585.258-.256.369-.46.38-.698.01-.206-.058-.392-.217-.592-.34-.429-.952-.798-1.777-1.073a8.868 8.868 0 0 0-2.16-.408 16.48 16.48 0 0 0-1.198-.013m-4.387 4.928.003.53.027.082c.136.408.569.8 1.244 1.13 1.002.487 2.33.741 3.76.72a9.322 9.322 0 0 0 2.157-.267c.912-.225 1.692-.598 2.134-1.02.202-.192.314-.353.384-.549l.028-.077.003-.541.003-.542-.022.015a7.198 7.198 0 0 1-.402.233c-.923.49-2.104.812-3.388.925-.394.035-.612.044-1.061.044-.924 0-1.688-.083-2.524-.275-.86-.197-1.693-.525-2.272-.896a.707.707 0 0 0-.072-.043c-.003 0-.004.239-.002.53m0 3.398c.004.733-.001.682.089.866.065.134.144.24.283.38.169.17.369.32.616.463.854.49 2.033.792 3.359.861.242.013.799.013 1.048 0 1.254-.063 2.395-.344 3.242-.796.307-.164.507-.307.715-.509.183-.178.293-.34.358-.524l.027-.076.003-.655c.002-.36 0-.656-.003-.656a4.404 4.404 0 0 1-.26.156c-.962.55-2.223.904-3.623 1.02-.61.05-1.357.05-1.963 0-1.107-.092-2.146-.337-3.005-.71a6.894 6.894 0 0 1-.883-.466c-.003 0-.004.29-.003.646",
1018
999
  clipRule: "evenodd"
1019
- }))), _defs$x || (_defs$x = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1000
+ }))), _defs$D || (_defs$D = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1020
1001
  id: "credit_svg__a"
1021
1002
  }, /*#__PURE__*/React.createElement("path", {
1022
1003
  d: "M0 0h24v24H0z"
1023
1004
  })))));
1024
1005
  };
1025
1006
 
1026
- var _g$w, _defs$w;
1027
- 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); }
1007
+ var _g$C, _defs$C;
1008
+ function _extends$1d() { _extends$1d = 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$1d.apply(this, arguments); }
1028
1009
  var SvgModule = function SvgModule(props) {
1029
- return /*#__PURE__*/React.createElement("svg", _extends$R({
1010
+ return /*#__PURE__*/React.createElement("svg", _extends$1d({
1030
1011
  xmlns: "http://www.w3.org/2000/svg",
1031
1012
  fill: "currentColor",
1032
1013
  width: 24,
1033
1014
  height: 24
1034
- }, props), _g$w || (_g$w = /*#__PURE__*/React.createElement("g", {
1015
+ }, props), _g$C || (_g$C = /*#__PURE__*/React.createElement("g", {
1035
1016
  clipPath: "url(#module_svg__a)"
1036
1017
  }, /*#__PURE__*/React.createElement("path", {
1037
1018
  fillRule: "evenodd",
1038
1019
  d: "M11.731.71c-.344.03-.667.104-.979.222-.066.024-2.023.79-4.349 1.703C3.72 3.687 2.125 4.316 2.04 4.358a2.216 2.216 0 0 0-.594.413 2.181 2.181 0 0 0-.404.509c-.163.27-.26.535-.315.866l-.021.128-.003 5.659c-.003 6.17-.006 5.774.05 6.053.107.524.424 1.04.85 1.38.114.092.29.202.426.27.077.038 1.766.705 4.34 1.715 2.318.909 4.277 1.676 4.353 1.705.45.17.812.237 1.278.238a3.282 3.282 0 0 0 1.183-.201c.05-.017 2.014-.786 4.366-1.709 2.85-1.117 4.322-1.699 4.414-1.744.142-.07.321-.182.438-.275a2.51 2.51 0 0 0 .717-.96c.1-.249.147-.447.172-.722.016-.183.008-11.371-.008-11.477a2.42 2.42 0 0 0-.885-1.572 2.642 2.642 0 0 0-.426-.27c-.125-.062-8.597-3.39-8.853-3.477a3.569 3.569 0 0 0-.724-.163 4.952 4.952 0 0 0-.663-.013m-.008 1.513a2.28 2.28 0 0 0-.366.088c-.186.064-7.834 3.069-7.827 3.075.01.01 8.456 3.321 8.47 3.321.013 0 8.46-3.311 8.47-3.32.007-.007-7.651-3.014-7.846-3.08a1.966 1.966 0 0 0-.393-.089 2.9 2.9 0 0 0-.508.005m-9.513 9.85.003 5.586.022.07a.93.93 0 0 0 .42.539c.037.021 1.94.773 4.315 1.703l4.264 1.673c.016.006.017-.273.015-5.804l-.003-5.81-4.502-1.765-4.52-1.771c-.015-.005-.016.258-.014 5.58m15.056-3.812-4.512 1.77-.003 5.808c-.001 3.195 0 5.809.003 5.809.012 0 8.51-3.336 8.553-3.358a.92.92 0 0 0 .458-.56l.022-.07.003-5.586c.001-3.071-.001-5.584-.005-5.584s-2.038.797-4.52 1.77",
1039
1020
  clipRule: "evenodd"
1040
- }))), _defs$w || (_defs$w = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1021
+ }))), _defs$C || (_defs$C = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1041
1022
  id: "module_svg__a"
1042
1023
  }, /*#__PURE__*/React.createElement("path", {
1043
1024
  d: "M0 0h24v24H0z"
1044
1025
  })))));
1045
1026
  };
1046
1027
 
1047
- var _path$k;
1048
- 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); }
1028
+ var _path$C;
1029
+ function _extends$1c() { _extends$1c = 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$1c.apply(this, arguments); }
1049
1030
  var SvgDashboard = function SvgDashboard(props) {
1050
- return /*#__PURE__*/React.createElement("svg", _extends$Q({
1031
+ return /*#__PURE__*/React.createElement("svg", _extends$1c({
1051
1032
  xmlns: "http://www.w3.org/2000/svg",
1052
1033
  fill: "currentColor",
1053
1034
  width: 24,
1054
1035
  height: 24
1055
- }, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
1036
+ }, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
1056
1037
  fillRule: "evenodd",
1057
1038
  d: "M3.288 2.127c-.675.078-1.2.402-1.531.945-.16.261-.26.55-.324.936-.015.09-.017.64-.02 7.882-.002 5.33 0 7.844.007 7.972.025.469.143.829.378 1.157.186.26.436.47.737.619.245.121.454.185.796.242.096.016 16.96.024 17.247.009.394-.022.692-.104.979-.27a1.88 1.88 0 0 0 .594-.523c.248-.33.413-.788.447-1.243.014-.179.014-15.492 0-15.725a2.237 2.237 0 0 0-.12-.644 1.947 1.947 0 0 0-.998-1.118 2.611 2.611 0 0 0-.706-.227l-.12-.022-8.63-.001c-6.965-.002-8.65 0-8.736.01m.165 1.493a.668.668 0 0 0-.278.09c-.118.078-.213.26-.246.466-.007.04-.01.43-.01 1.106v1.044H21.1V5.244c0-1.15-.001-1.16-.047-1.279-.07-.184-.263-.304-.553-.345a4036.58 4036.58 0 0 0-17.048 0M2.92 13.874c.002 5.824.003 6.043.02 6.099.069.226.226.348.516.402.073.014.877.015 8.625.013 8.252-.003 8.546-.003 8.601-.02.189-.058.295-.166.366-.373.056-.166.052.322.052-6.191v-5.97H2.918zm3.326-3.314a.765.765 0 0 0-.56.461.774.774 0 0 0 .011.584.758.758 0 0 0 .53.429c.065.013.18.014.895.012l.821-.003.067-.022a.78.78 0 0 0 .506-.526.885.885 0 0 0 0-.39.776.776 0 0 0-.447-.505c-.13-.05-.14-.05-.987-.048-.435 0-.81.004-.836.008m4.195.006a.62.62 0 0 0-.24.1.755.755 0 0 0-.326.44.885.885 0 0 0 0 .389c.07.246.26.444.506.526l.068.022 3.633.003c4.032.003 3.709.008 3.856-.06a.761.761 0 0 0 .418-.476.575.575 0 0 0 .022-.21.59.59 0 0 0-.022-.212.766.766 0 0 0-.506-.51l-.067-.023-3.638-.001c-3.173-.002-3.647 0-3.705.012m-4.218 2.811a.712.712 0 0 0-.368.207.699.699 0 0 0-.22.528c0 .3.167.559.442.686.14.064.132.064 1.045.06l.821-.002.067-.022a.78.78 0 0 0 .506-.527.864.864 0 0 0 0-.39.781.781 0 0 0-.525-.532c-.053-.015-.13-.017-.883-.019-.664-.001-.837.001-.885.011m4.22 0a.76.76 0 0 0-.568.542.886.886 0 0 0 0 .388c.07.246.26.444.506.527l.068.022 3.633.003c4.032.003 3.709.008 3.856-.06a.761.761 0 0 0 .418-.476.575.575 0 0 0 .022-.211c0-.12-.003-.15-.022-.21a.76.76 0 0 0-.566-.525c-.093-.02-7.25-.019-7.346 0m-4.228 2.815a.77.77 0 0 0-.385.227.718.718 0 0 0-.195.506c0 .212.068.376.22.528.085.085.15.13.25.17.13.052.126.051 1.01.048.745-.002.824-.004.876-.02a.782.782 0 0 0 .525-.531.864.864 0 0 0 0-.39.78.78 0 0 0-.506-.527l-.067-.022-.83-.002c-.711-.002-.84 0-.898.013m4.246-.006a.767.767 0 0 0-.585.544.627.627 0 0 0-.021.195.65.65 0 0 0 .02.195.786.786 0 0 0 .526.532c.054.016.25.017 3.689.02 3.943.002 3.687.005 3.822-.05a.766.766 0 0 0 .444-.486.575.575 0 0 0 .022-.211.58.58 0 0 0-.022-.211.761.761 0 0 0-.418-.476c-.146-.067.175-.062-3.824-.06-1.984 0-3.628.004-3.653.008",
1058
1039
  clipRule: "evenodd"
1059
1040
  })));
1060
1041
  };
1061
1042
 
1062
- var _path$j;
1063
- 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); }
1043
+ var _path$B;
1044
+ function _extends$1b() { _extends$1b = 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$1b.apply(this, arguments); }
1064
1045
  var SvgDataTransferVertical = function SvgDataTransferVertical(props) {
1065
- return /*#__PURE__*/React.createElement("svg", _extends$P({
1046
+ return /*#__PURE__*/React.createElement("svg", _extends$1b({
1066
1047
  xmlns: "http://www.w3.org/2000/svg",
1067
1048
  fill: "currentColor",
1068
1049
  width: 24,
1069
1050
  height: 24
1070
- }, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
1051
+ }, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
1071
1052
  fillRule: "evenodd",
1072
1053
  d: "M14.533.755c-.133.055-.262.178-1.65 1.565-1.717 1.718-1.642 1.626-1.622 1.985.013.227.06.34.21.489.16.159.288.21.529.21.328 0 .327 0 1.254-.92l.81-.806v10.294l.07.144a.707.707 0 0 0 .686.432c.158 0 .213-.01.309-.06a.858.858 0 0 0 .373-.384l.062-.132.012-5.142.012-5.142.792.794c.879.88.917.91 1.2.928a.694.694 0 0 0 .564-.207.669.669 0 0 0 .225-.53c0-.351.062-.276-1.624-1.958C15.104.678 15.153.72 14.845.703a.567.567 0 0 0-.312.052M8.96 9.873a.824.824 0 0 0-.48.459c-.042.091-.045.357-.056 5.238l-.012 5.142-.792-.793c-.879-.882-.917-.911-1.2-.93a.694.694 0 0 0-.564.208.669.669 0 0 0-.225.53c0 .351-.062.276 1.624 1.958 1.164 1.162 1.519 1.502 1.61 1.546a.772.772 0 0 0 .579.025c.138-.051.208-.117 1.66-1.567 1.732-1.728 1.655-1.634 1.635-1.994-.013-.227-.06-.34-.21-.489-.16-.159-.288-.21-.529-.21-.328 0-.327 0-1.254.92l-.81.806V10.428l-.07-.144a.733.733 0 0 0-.65-.435.83.83 0 0 0-.256.024",
1073
1054
  clipRule: "evenodd"
1074
1055
  })));
1075
1056
  };
1076
1057
 
1077
- var _path$i;
1078
- 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); }
1058
+ var _path$A;
1059
+ function _extends$1a() { _extends$1a = 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$1a.apply(this, arguments); }
1079
1060
  var SvgDownload = function SvgDownload(props) {
1080
- return /*#__PURE__*/React.createElement("svg", _extends$O({
1061
+ return /*#__PURE__*/React.createElement("svg", _extends$1a({
1081
1062
  xmlns: "http://www.w3.org/2000/svg",
1082
1063
  fill: "currentColor",
1083
1064
  width: 24,
1084
1065
  height: 24
1085
- }, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
1066
+ }, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
1086
1067
  fillRule: "evenodd",
1087
1068
  d: "M11.904 3.519a.842.842 0 0 0-.184.049.783.783 0 0 0-.442.483l-.022.072-.002 4.79-.003 4.79-1.5-1.498c-.98-.979-1.52-1.512-1.558-1.537a.732.732 0 0 0-.244-.104 1.068 1.068 0 0 0-.336 0 .778.778 0 0 0-.552.517.845.845 0 0 0 .008.453c.054.168-.093.013 2.256 2.366a592.82 592.82 0 0 0 2.205 2.2.835.835 0 0 0 .292.149.958.958 0 0 0 .371-.004.755.755 0 0 0 .279-.144c.111-.09 4.329-4.318 4.368-4.38a.686.686 0 0 0 .126-.417.658.658 0 0 0-.05-.292.775.775 0 0 0-.524-.447 1.065 1.065 0 0 0-.343 0 .822.822 0 0 0-.255.111c-.025.017-.72.705-1.545 1.53l-1.5 1.498-.003-4.795-.002-4.795-.022-.068a.782.782 0 0 0-.525-.508 1.27 1.27 0 0 0-.293-.019M1.349 14.77a.737.737 0 0 0-.426.218.727.727 0 0 0-.196.332c-.02.072-.02.09-.024.846-.004.912.004 1.102.06 1.407a3.568 3.568 0 0 0 3.155 2.896c.177.019 16 .019 16.17 0 .282-.031.52-.083.778-.17a3.562 3.562 0 0 0 2.365-2.688c.062-.314.063-.35.063-1.33 0-.727-.002-.897-.013-.94a.774.774 0 0 0-.535-.552.914.914 0 0 0-.336-.012.695.695 0 0 0-.388.209.69.69 0 0 0-.22.465c-.005.053-.01.442-.01.864 0 .476-.004.8-.01.85a2.1 2.1 0 0 1-.46 1.07 2.82 2.82 0 0 1-.294.292 2.155 2.155 0 0 1-.816.4c-.238.056.404.052-8.212.052-7.05 0-7.902-.001-8.003-.015a2.04 2.04 0 0 1-1.15-.551 2.05 2.05 0 0 1-.612-1.138c-.02-.101-.02-.142-.027-.993-.007-.975-.004-.934-.066-1.07a.8.8 0 0 0-.353-.37.656.656 0 0 0-.306-.073 1.168 1.168 0 0 0-.134.001",
1088
1069
  clipRule: "evenodd"
1089
1070
  })));
1090
1071
  };
1091
1072
 
1092
- var _g$v, _defs$v;
1093
- 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); }
1073
+ var _g$B, _defs$B;
1074
+ function _extends$19() { _extends$19 = 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$19.apply(this, arguments); }
1094
1075
  var SvgExternalLink = function SvgExternalLink(props) {
1095
- return /*#__PURE__*/React.createElement("svg", _extends$N({
1076
+ return /*#__PURE__*/React.createElement("svg", _extends$19({
1096
1077
  xmlns: "http://www.w3.org/2000/svg",
1097
1078
  fill: "currentColor",
1098
1079
  width: 24,
1099
1080
  height: 24
1100
- }, props), _g$v || (_g$v = /*#__PURE__*/React.createElement("g", {
1081
+ }, props), _g$B || (_g$B = /*#__PURE__*/React.createElement("g", {
1101
1082
  clipPath: "url(#external-link_svg__a)"
1102
1083
  }, /*#__PURE__*/React.createElement("path", {
1103
1084
  fillRule: "evenodd",
1104
1085
  d: "M16.114.707a.79.79 0 0 0-.182.05.792.792 0 0 0-.438.497.992.992 0 0 0-.01.354.761.761 0 0 0 .552.571c.075.02.108.02 2.383.02 1.27 0 2.307.003 2.307.007S17.835 5.105 14.3 8.64c-5.63 5.63-6.43 6.435-6.465 6.494a1.012 1.012 0 0 0-.065.144c-.026.072-.027.087-.027.236 0 .148.001.163.027.235a.76.76 0 0 0 .172.28.71.71 0 0 0 .546.233.74.74 0 0 0 .39-.106c.042-.025 1.511-1.488 6.484-6.46l6.43-6.427.002 2.309c.003 2.138.005 2.313.02 2.375.061.25.276.477.518.548a.845.845 0 0 0 .453-.009.776.776 0 0 0 .488-.506l.021-.07.003-3.26c.002-2.443 0-3.277-.008-3.331a.711.711 0 0 0-.215-.408.69.69 0 0 0-.246-.165c-.133-.054.086-.05-3.44-.05-1.79 0-3.264.003-3.274.005M2.755 4.922A2.16 2.16 0 0 0 .71 6.909c-.007.088-.01 2.168-.007 7.28.003 6.828.004 7.161.02 7.257.057.337.163.613.33.87.348.529.876.864 1.515.96.11.018.404.018 7.325.018 6.83 0 7.215 0 7.32-.017a2.143 2.143 0 0 0 1.234-.616c.335-.335.531-.724.612-1.21l.02-.125.004-4.286c.002-2.76 0-4.324-.007-4.392a.694.694 0 0 0-.2-.457.704.704 0 0 0-.588-.236.669.669 0 0 0-.184.028.783.783 0 0 0-.504.521c-.017.055-.018.248-.022 4.411-.005 4.214-.006 4.355-.023 4.407a.686.686 0 0 1-.453.448c-.055.017-.28.017-7.214.017H2.731l-.079-.026a.679.679 0 0 1-.413-.412l-.026-.07V6.935l.026-.07a.631.631 0 0 1 .151-.243.642.642 0 0 1 .261-.168l.08-.028 4.349-.005 4.349-.004.07-.022a.785.785 0 0 0 .526-.53 1.14 1.14 0 0 0 .005-.375.756.756 0 0 0-.21-.356.734.734 0 0 0-.353-.199c-.052-.014-.472-.015-4.353-.016-2.363 0-4.324 0-4.359.002",
1105
1086
  clipRule: "evenodd"
1106
- }))), _defs$v || (_defs$v = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1087
+ }))), _defs$B || (_defs$B = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1107
1088
  id: "external-link_svg__a"
1108
1089
  }, /*#__PURE__*/React.createElement("path", {
1109
1090
  d: "M0 0h24v24H0z"
1110
1091
  })))));
1111
1092
  };
1112
1093
 
1113
- var _path$h;
1114
- 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); }
1094
+ var _path$z;
1095
+ function _extends$18() { _extends$18 = 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$18.apply(this, arguments); }
1115
1096
  var SvgImageResolution = function SvgImageResolution(props) {
1116
- return /*#__PURE__*/React.createElement("svg", _extends$M({
1097
+ return /*#__PURE__*/React.createElement("svg", _extends$18({
1117
1098
  xmlns: "http://www.w3.org/2000/svg",
1118
1099
  fill: "currentColor",
1119
1100
  width: 24,
1120
1101
  height: 24
1121
- }, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
1102
+ }, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
1122
1103
  fillRule: "evenodd",
1123
1104
  d: "M3.37.712a2.16 2.16 0 0 0-1.924 1.874c-.014.1-.016 1.1-.016 9.414 0 8.315.002 9.313.015 9.414A2.16 2.16 0 0 0 3.39 23.29c.155.014 17.067.014 17.222 0a2.159 2.159 0 0 0 1.948-1.915c.009-.08.01-2.089.009-8.088-.003-7.722-.004-7.985-.02-8.073a2.232 2.232 0 0 0-.594-1.163c-.055-.057-.635-.625-1.29-1.262a640.59 640.59 0 0 1-1.382-1.348c-.288-.281-.436-.392-.682-.513a2.205 2.205 0 0 0-.638-.204C17.865.707 17.53.706 10.66.705 6.467.704 3.423.707 3.37.712m.053 1.511a.67.67 0 0 0-.48.505c-.013.067-.015.994-.015 9.272s.002 9.205.015 9.272c.049.242.247.45.484.505.056.013.972.015 8.573.015 7.602 0 8.517-.002 8.573-.015a.666.666 0 0 0 .484-.508c.014-.07.015-.83.013-7.954l-.003-7.877-.022-.067a.603.603 0 0 0-.086-.176c-.02-.031-.553-.557-1.386-1.371A449.511 449.511 0 0 0 18.12 2.41a.65.65 0 0 0-.308-.183c-.074-.019-.138-.019-7.203-.018-6.159 0-7.137.002-7.186.014m4.79 2.712a2.87 2.87 0 0 0-2.27 1.579 2.856 2.856 0 0 0 .305 3.024c.1.132.383.412.52.515a2.88 2.88 0 0 0 1.45.574c.129.013.446.013.576 0a2.868 2.868 0 0 0 2.518-2.294c.042-.212.05-.308.049-.567 0-.201-.005-.269-.022-.384a2.76 2.76 0 0 0-.12-.504 2.806 2.806 0 0 0-.456-.854 3.87 3.87 0 0 0-.48-.483 2.878 2.878 0 0 0-1.499-.607 4.873 4.873 0 0 0-.571.001m.173 1.493a1.53 1.53 0 0 0-.48.135 1.52 1.52 0 0 0-.477.392 1.385 1.385 0 0 0-.264.624 1.75 1.75 0 0 0 .011.475c.119.54.522.942 1.064 1.058.14.03.391.03.531 0A1.364 1.364 0 0 0 9.85 7.968a1.927 1.927 0 0 0-.015-.46A1.36 1.36 0 0 0 8.75 6.445a2.02 2.02 0 0 0-.364-.018m5.352 4.699a1.724 1.724 0 0 0-1.085.557c-.042.048-.525.73-1.129 1.591-.58.83-1.059 1.509-1.063 1.509-.004 0-.224-.174-.49-.386a18.885 18.885 0 0 0-.572-.448 1.682 1.682 0 0 0-1.052-.277 1.691 1.691 0 0 0-1.238.665 227.95 227.95 0 0 0-2.111 3.19.687.687 0 0 0-.054.28.74.74 0 0 0 .055.29.76.76 0 0 0 .598.459.765.765 0 0 0 .654-.241c.025-.029.496-.73 1.048-1.56a166.82 166.82 0 0 1 1.025-1.53.201.201 0 0 1 .202-.047c.018.007.403.309.857.672.894.717.907.727 1.067.762.118.027.29.017.408-.023a.69.69 0 0 0 .293-.186c.045-.047.483-.666 1.329-1.875.694-.992 1.277-1.821 1.296-1.842a.171.171 0 0 1 .144-.063c.053 0 .107.023.14.06.012.011.859 1.279 1.883 2.815 1.933 2.9 1.903 2.855 2.02 2.935a.784.784 0 0 0 .515.124.76.76 0 0 0 .6-.454.755.755 0 0 0-.013-.614c-.05-.1-3.785-5.693-3.859-5.78a1.727 1.727 0 0 0-1.016-.57 2.377 2.377 0 0 0-.452-.013",
1124
1105
  clipRule: "evenodd"
1125
1106
  })));
1126
1107
  };
1127
1108
 
1128
- var _g$u, _defs$u;
1129
- 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); }
1109
+ var _g$A, _defs$A;
1110
+ function _extends$17() { _extends$17 = 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$17.apply(this, arguments); }
1130
1111
  var SvgInformation = function SvgInformation(props) {
1131
- return /*#__PURE__*/React.createElement("svg", _extends$L({
1112
+ return /*#__PURE__*/React.createElement("svg", _extends$17({
1132
1113
  xmlns: "http://www.w3.org/2000/svg",
1133
1114
  fill: "currentColor",
1134
1115
  width: 24,
1135
1116
  height: 24
1136
- }, props), _g$u || (_g$u = /*#__PURE__*/React.createElement("g", {
1117
+ }, props), _g$A || (_g$A = /*#__PURE__*/React.createElement("g", {
1137
1118
  clipPath: "url(#information_svg__a)"
1138
1119
  }, /*#__PURE__*/React.createElement("path", {
1139
1120
  fillRule: "evenodd",
1140
1121
  d: "M11.635.706c-.816.038-1.41.112-2.093.263a11.402 11.402 0 0 0-3.254 1.28 11.393 11.393 0 0 0-4.039 4.039 11.317 11.317 0 0 0-1.405 3.908A10.77 10.77 0 0 0 .706 12c0 .664.04 1.186.138 1.804a11.333 11.333 0 0 0 1.405 3.908 11.392 11.392 0 0 0 4.039 4.039 11.36 11.36 0 0 0 3.605 1.351c.724.136 1.342.192 2.107.192a11.21 11.21 0 0 0 4.763-1.046 11.348 11.348 0 0 0 5.484-5.485A11.207 11.207 0 0 0 23.294 12a11.267 11.267 0 0 0-1.543-5.712 11.392 11.392 0 0 0-4.039-4.039A11.36 11.36 0 0 0 14.107.898a11.26 11.26 0 0 0-1.392-.174c-.197-.013-.92-.025-1.08-.018m-.077 1.508a9.607 9.607 0 0 0-2.91.58 9.738 9.738 0 0 0-3.166 1.894c-.168.149-.645.626-.794.794a9.677 9.677 0 0 0-1.752 2.801c-.4.97-.627 1.943-.71 3.05a17.841 17.841 0 0 0 0 1.334 9.68 9.68 0 0 0 .71 3.05 9.682 9.682 0 0 0 1.752 2.801c.147.166.625.643.794.793a9.763 9.763 0 0 0 4.14 2.194 9.495 9.495 0 0 0 2.378.287c.844 0 1.595-.09 2.378-.287a9.764 9.764 0 0 0 4.14-2.193c.168-.149.645-.626.794-.794a9.775 9.775 0 0 0 2.272-4.483A9.551 9.551 0 0 0 21.792 12c0-.722-.067-1.374-.208-2.035a9.773 9.773 0 0 0-2.272-4.483 16.02 16.02 0 0 0-.794-.794 9.679 9.679 0 0 0-2.801-1.752 9.667 9.667 0 0 0-3.213-.718 18.755 18.755 0 0 0-.946-.004m-.024 4.119c-.573.072-.984.527-.984 1.09a1.1 1.1 0 1 0 .984-1.09M10.481 9.85a.722.722 0 0 0-.416.214.707.707 0 0 0-.216.44.726.726 0 0 0 .216.617.704.704 0 0 0 .428.215c.044.006.233.01.42.01h.338v1.803c0 1.135.004 1.834.01 1.888.1.9.739 1.642 1.603 1.861.253.065.303.069.86.069.441 0 .506-.002.563-.017a.775.775 0 0 0 .547-.532.63.63 0 0 0 .021-.2.62.62 0 0 0-.078-.34.565.565 0 0 0-.141-.188.684.684 0 0 0-.329-.198c-.07-.02-.104-.021-.555-.027-.532-.007-.517-.005-.653-.075a.774.774 0 0 1-.276-.28c-.075-.152-.069.037-.075-2.098-.004-1.314-.009-1.926-.016-1.959a1.462 1.462 0 0 0-1.32-1.205c-.13-.01-.84-.01-.931.002",
1141
1122
  clipRule: "evenodd"
1142
- }))), _defs$u || (_defs$u = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1123
+ }))), _defs$A || (_defs$A = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1143
1124
  id: "information_svg__a"
1144
1125
  }, /*#__PURE__*/React.createElement("path", {
1145
1126
  d: "M0 0h24v24H0z"
1146
1127
  })))));
1147
1128
  };
1148
1129
 
1149
- var _path$g;
1150
- 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); }
1130
+ var _path$y;
1131
+ function _extends$16() { _extends$16 = 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$16.apply(this, arguments); }
1151
1132
  var SvgInvoice = function SvgInvoice(props) {
1152
- return /*#__PURE__*/React.createElement("svg", _extends$K({
1133
+ return /*#__PURE__*/React.createElement("svg", _extends$16({
1153
1134
  xmlns: "http://www.w3.org/2000/svg",
1154
1135
  fill: "currentColor",
1155
1136
  width: 24,
1156
1137
  height: 24
1157
- }, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
1138
+ }, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
1158
1139
  fillRule: "evenodd",
1159
1140
  d: "M4.051.712a2.16 2.16 0 0 0-1.924 1.874c-.013.1-.015 1.1-.015 9.414 0 8.315.002 9.313.015 9.414a2.16 2.16 0 0 0 1.944 1.875c.154.014 15.704.014 15.859 0a2.16 2.16 0 0 0 1.943-1.875c.013-.1.015-.834.015-6.662 0-5.933-.001-6.561-.015-6.668a2.2 2.2 0 0 0-.465-1.082 777.479 777.479 0 0 0-5.822-5.822 2.24 2.24 0 0 0-1.042-.457C14.448.707 14.19.706 9.293.705 6.304.704 4.104.707 4.05.712m.054 1.511a.67.67 0 0 0-.48.505c-.014.067-.015.994-.015 9.272s.001 9.205.015 9.272c.048.242.247.45.484.505.056.013.901.015 7.891.015s7.836-.002 7.891-.015a.667.667 0 0 0 .485-.505c.013-.067.014-.686.014-6.055V9.236l-2.556-.004c-2.825-.003-2.589.002-2.85-.063A2.167 2.167 0 0 1 13.38 7.39l-.02-.128-.004-2.527-.003-2.527H8.757c-3.958.001-4.603.003-4.652.015m10.758 2.663.003 2.319.026.079a.682.682 0 0 0 .328.377c.16.078-.058.071 2.262.074 1.137.002 2.175.002 2.306 0l.238-.002-2.583-2.583-2.582-2.582zm-6.737.057a.765.765 0 0 0-.552.558 2.308 2.308 0 0 0-.018.263l-.006.21-.086.023c-.54.143-1.041.448-1.36.829a1.994 1.994 0 0 0-.47 1.076c-.013.12-.006.372.014.488.045.261.146.517.294.742.1.153.162.228.302.367.49.485 1.187.765 1.96.788.306.009.471.032.651.092.275.092.503.261.588.436.035.073.037.08.037.172 0 .091-.002.1-.035.17-.086.18-.32.354-.598.445a1.63 1.63 0 0 1-.467.08c-.288.015-.456-.01-.674-.098a1.213 1.213 0 0 1-.458-.323c-.19-.21-.25-.265-.347-.311a.741.741 0 0 0-.888.16.655.655 0 0 0-.158.259.78.78 0 0 0-.009.482c.073.212.348.53.668.77.29.217.659.396 1 .483l.041.01v.172c0 .269.033.4.134.545a.75.75 0 0 0 1.221.023c.114-.15.143-.254.15-.541l.005-.209.04-.01c.238-.062.512-.17.707-.279.452-.253.78-.587.984-1.002.357-.73.212-1.572-.38-2.186A2.675 2.675 0 0 0 9.26 8.93a3.119 3.119 0 0 0-.835-.136c-.29-.012-.346-.017-.46-.04-.443-.089-.789-.342-.832-.61-.023-.146.05-.301.202-.431.17-.146.38-.24.653-.294.147-.029.477-.036.615-.013.33.055.595.208.82.474.116.136.189.198.288.247a.626.626 0 0 0 .346.076.603.603 0 0 0 .34-.078.738.738 0 0 0 .401-.709c-.008-.176-.051-.283-.182-.45a2.817 2.817 0 0 0-1.517-.99l-.033-.006-.005-.208a1.192 1.192 0 0 0-.025-.282.767.767 0 0 0-.543-.536.925.925 0 0 0-.366-.001m3.71 9.136a.775.775 0 0 0-.53.446.78.78 0 0 0 .008.593c.102.221.299.38.53.43.097.02 5.84.02 5.937 0a.76.76 0 0 0 .566-.524.575.575 0 0 0 .023-.211c0-.12-.004-.15-.023-.211a.762.762 0 0 0-.416-.475c-.147-.068.1-.063-3.125-.062-2.447 0-2.917.003-2.97.014m-4.873 4.209a.7.7 0 0 0-.416.22.689.689 0 0 0-.193.322.88.88 0 0 0 0 .402.767.767 0 0 0 .568.536c.043.01.975.013 5.433.013 5.095 0 5.384-.001 5.447-.017a.921.921 0 0 0 .245-.11.873.873 0 0 0 .274-.336.82.82 0 0 0 .004-.566.782.782 0 0 0-.499-.447l-.07-.022-5.372-.001c-2.954 0-5.394.002-5.421.006",
1160
1141
  clipRule: "evenodd"
1161
1142
  })));
1162
1143
  };
1163
1144
 
1164
- var _g$t, _defs$t;
1165
- 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); }
1145
+ var _g$z, _defs$z;
1146
+ function _extends$15() { _extends$15 = 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$15.apply(this, arguments); }
1166
1147
  var SvgLayers = function SvgLayers(props) {
1167
- return /*#__PURE__*/React.createElement("svg", _extends$J({
1148
+ return /*#__PURE__*/React.createElement("svg", _extends$15({
1168
1149
  xmlns: "http://www.w3.org/2000/svg",
1169
1150
  fill: "currentColor",
1170
1151
  width: 24,
1171
1152
  height: 24
1172
- }, props), _g$t || (_g$t = /*#__PURE__*/React.createElement("g", {
1153
+ }, props), _g$z || (_g$z = /*#__PURE__*/React.createElement("g", {
1173
1154
  clipPath: "url(#layers_svg__a)"
1174
1155
  }, /*#__PURE__*/React.createElement("path", {
1175
1156
  fillRule: "evenodd",
1176
1157
  d: "m11.842.706-.12.015c-.18.02-.398.079-.581.157-.089.038-9.653 4.977-9.783 5.052-.323.187-.56.523-.635.903-.025.126-.023.379.005.508.069.323.266.628.525.81.096.068.086.063 1.485.787l1.157.6c-.001.002-.564.293-1.25.648-.687.355-1.277.663-1.313.685a1.345 1.345 0 0 0-.609.886 1.72 1.72 0 0 0 0 .486c.077.389.324.732.661.917l1.28.664c.665.344 1.213.629 1.217.633.004.003-.519.278-1.162.61l-1.274.66c-.166.09-.232.138-.347.252a1.296 1.296 0 0 0-.37.68c-.03.14-.03.382 0 .523.085.395.326.718.678.91.165.088 9.521 4.926 9.639 4.982.347.168.7.237 1.09.215a2.08 2.08 0 0 0 .82-.215c.184-.088 9.616-4.963 9.701-5.013.316-.187.547-.52.62-.894a1.643 1.643 0 0 0 0-.485 1.345 1.345 0 0 0-.608-.886 348.645 348.645 0 0 0-2.53-1.316l-.035-.018 1.15-.595c1.425-.737 1.401-.725 1.494-.79a1.37 1.37 0 0 0 .53-.834 1.72 1.72 0 0 0 0-.486 1.351 1.351 0 0 0-.662-.917c-.038-.021-.614-.32-1.279-.664-.665-.344-1.213-.629-1.217-.633a45.27 45.27 0 0 1 1.162-.61c1.31-.677 1.353-.7 1.447-.762.037-.024.115-.091.174-.15.196-.195.311-.407.37-.68.03-.14.03-.382 0-.523a1.338 1.338 0 0 0-.58-.85c-.075-.05-1.574-.83-4.922-2.56a1015.26 1015.26 0 0 0-4.91-2.53 2.26 2.26 0 0 0-.548-.154 3.57 3.57 0 0 0-.47-.018m-.01 1.52a1.12 1.12 0 0 0-.146.055c-.122.058-9.267 4.789-9.267 4.794 0 .003.829.434 1.841.957l4.653 2.407c1.546.8 2.838 1.463 2.87 1.474a.737.737 0 0 0 .434 0c.048-.016 2.043-1.044 8.78-4.526.326-.168.59-.31.586-.313-.007-.006-8.916-4.613-9.199-4.757a1.275 1.275 0 0 0-.215-.09.772.772 0 0 0-.337 0m-7.86 8.965c-.854.442-1.553.806-1.553.809 0 .004 2.064 1.075 3.23 1.676l3.19 1.65c1.58.817 2.9 1.496 2.933 1.508a.735.735 0 0 0 .456 0c.032-.012 1.352-.69 2.932-1.508l3.191-1.65c1.15-.593 3.23-1.672 3.23-1.676 0-.003-.7-.367-1.555-.81l-1.555-.804-.08.04-2.661 1.375c-1.42.734-2.655 1.37-2.743 1.413a2.178 2.178 0 0 1-1.964.005 806.8 806.8 0 0 1-2.817-1.453 577.287 577.287 0 0 0-2.673-1.379c-.005 0-.707.362-1.561.804m-.01 4.925-1.55.805 4.649 2.405a540.967 540.967 0 0 0 4.728 2.432.472.472 0 0 0 .206.029.544.544 0 0 0 .197-.022c.049-.015 1.591-.807 4.73-2.429 2.563-1.323 4.659-2.409 4.659-2.411a406 406 0 0 0-3.095-1.607c-.019-.007-.444.21-2.7 1.377a812.035 812.035 0 0 1-2.818 1.454 2.183 2.183 0 0 1-1.935 0c-.078-.038-1.346-.692-2.817-1.453a357.867 357.867 0 0 0-2.688-1.383c-.007 0-.711.362-1.565.803",
1177
1158
  clipRule: "evenodd"
1178
- }))), _defs$t || (_defs$t = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1159
+ }))), _defs$z || (_defs$z = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1179
1160
  id: "layers_svg__a"
1180
1161
  }, /*#__PURE__*/React.createElement("path", {
1181
1162
  d: "M0 0h24v24H0z"
1182
1163
  })))));
1183
1164
  };
1184
1165
 
1185
- var _path$f;
1186
- 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); }
1166
+ var _path$x;
1167
+ function _extends$14() { _extends$14 = 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$14.apply(this, arguments); }
1187
1168
  var SvgLibrary = function SvgLibrary(props) {
1188
- return /*#__PURE__*/React.createElement("svg", _extends$I({
1169
+ return /*#__PURE__*/React.createElement("svg", _extends$14({
1189
1170
  xmlns: "http://www.w3.org/2000/svg",
1190
1171
  fill: "currentColor",
1191
1172
  width: 24,
1192
1173
  height: 24
1193
- }, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
1174
+ }, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
1194
1175
  fillRule: "evenodd",
1195
1176
  d: "M.736 2.317a1 1 0 0 1 1-1h2.151a1 1 0 0 1 1 1v19.28a1 1 0 0 1-1 1h-2.15a1 1 0 0 1-1-1zm1.5.5h1.151v18.28h-1.15zm9.854-.5a1 1 0 0 1 1-1h2.15a1 1 0 0 1 1 1v19.28a1 1 0 0 1-1 1h-2.15a1 1 0 0 1-1-1zm1.5.5h1.15v18.28h-1.15zM6.428 6.599a1 1 0 0 1 1-1H9.58a1 1 0 0 1 1 1v14.999a1 1 0 0 1-1 1H7.43a1 1 0 0 1-1-1zm1.5.5H9.08v13.999H7.93zm8.624 2.046a1 1 0 0 1 .79-1.172l2.111-.412a1 1 0 0 1 1.173.79l2.447 12.556a1 1 0 0 1-.79 1.173l-2.112.412a1 1 0 0 1-1.173-.79zm1.568.204 1.13-.22 2.255 11.575-1.13.22z",
1196
1177
  clipRule: "evenodd"
1197
1178
  })));
1198
1179
  };
1199
1180
 
1200
- var _path$e;
1201
- 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); }
1181
+ var _path$w;
1182
+ 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); }
1202
1183
  var SvgLock = function SvgLock(props) {
1203
- return /*#__PURE__*/React.createElement("svg", _extends$H({
1184
+ return /*#__PURE__*/React.createElement("svg", _extends$13({
1204
1185
  xmlns: "http://www.w3.org/2000/svg",
1205
1186
  fill: "currentColor",
1206
1187
  width: 24,
1207
1188
  height: 24
1208
- }, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
1189
+ }, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
1209
1190
  fillRule: "evenodd",
1210
1191
  d: "M11.693.711a5.676 5.676 0 0 0-3.215 1.217 6.09 6.09 0 0 0-.939.942 5.692 5.692 0 0 0-1.16 2.741c-.046.346-.045.317-.05 1.966l-.004 1.562h-.371c-.204 0-.421.005-.482.01a2.17 2.17 0 0 0-1.325.623c-.359.359-.58.837-.624 1.345-.008.096-.01 1.444-.008 5.184.004 4.807.005 5.06.02 5.155.042.243.098.42.2.629.311.642.91 1.08 1.631 1.192.106.017.41.017 6.634.017s6.528 0 6.634-.017a2.172 2.172 0 0 0 1.835-1.864c.01-.07.013-1.044.013-5.199 0-4.878-.001-5.117-.018-5.222a2.17 2.17 0 0 0-.61-1.22 2.173 2.173 0 0 0-1.326-.623 8.614 8.614 0 0 0-.482-.01h-.371l-.004-1.562c-.005-1.649-.004-1.62-.05-1.966a5.723 5.723 0 0 0-.695-2.05 5.701 5.701 0 0 0-2.824-2.455 5.648 5.648 0 0 0-2.41-.395m.01 1.503a4.17 4.17 0 0 0-1.535.416 4.02 4.02 0 0 0-1.115.798c-.348.348-.59.69-.808 1.137a4.14 4.14 0 0 0-.385 1.296c-.02.14-.02.18-.024 1.711l-.003 1.567h8.334l-.003-1.567c-.004-1.53-.004-1.57-.024-1.711a4.175 4.175 0 0 0-.395-1.317 4.014 4.014 0 0 0-.798-1.116A4.155 4.155 0 0 0 12.48 2.23a8.12 8.12 0 0 0-.778-.017M5.514 10.66a.669.669 0 0 0-.475.472c-.019.074-.02.13-.02 5.087 0 4.958.001 5.014.02 5.087.03.117.079.2.173.294a.593.593 0 0 0 .294.173c.073.019.135.019 6.493.019 6.358 0 6.42 0 6.493-.019a.6.6 0 0 0 .295-.173.593.593 0 0 0 .172-.294c.019-.073.02-.129.02-5.087s-.001-5.014-.02-5.087a.667.667 0 0 0-.49-.476c-.07-.015-12.893-.011-12.955.004m6.304 4.12a1.107 1.107 0 0 0-.884.804c-.076.279-.03.599.12.848.11.185.263.324.46.421.191.095.38.13.592.11.344-.033.659-.232.839-.53.174-.29.203-.654.077-.976a1.104 1.104 0 0 0-1.204-.676",
1211
1192
  clipRule: "evenodd"
1212
1193
  })));
1213
1194
  };
1214
1195
 
1215
- var _path$d;
1216
- 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); }
1196
+ var _path$v;
1197
+ 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); }
1217
1198
  var SvgLogo = function SvgLogo(props) {
1218
- return /*#__PURE__*/React.createElement("svg", _extends$G({
1199
+ return /*#__PURE__*/React.createElement("svg", _extends$12({
1219
1200
  viewBox: "0 0 88 40",
1220
1201
  xmlns: "http://www.w3.org/2000/svg"
1221
- }, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
1202
+ }, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
1222
1203
  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",
1223
1204
  fill: "currentColor"
1224
1205
  })));
1225
1206
  };
1226
1207
 
1227
- var _path$c;
1228
- 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); }
1208
+ var _path$u;
1209
+ 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); }
1229
1210
  var SvgMap = function SvgMap(props) {
1230
- return /*#__PURE__*/React.createElement("svg", _extends$F({
1211
+ return /*#__PURE__*/React.createElement("svg", _extends$11({
1231
1212
  xmlns: "http://www.w3.org/2000/svg",
1232
1213
  fill: "currentColor",
1233
1214
  width: 24,
1234
1215
  height: 24
1235
- }, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
1216
+ }, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
1236
1217
  fillRule: "evenodd",
1237
1218
  d: "M15.374 2.564a2.214 2.214 0 0 0-.567.115c-.047.017-1.439.572-3.093 1.235-1.654.662-3.04 1.212-3.08 1.223a.625.625 0 0 1-.285.003c-.04-.01-1.243-.486-2.815-1.115a999.75 999.75 0 0 0-2.846-1.137 1.473 1.473 0 0 0-.874-.06A1.46 1.46 0 0 0 .711 4.082c-.014.128-.014 13.654 0 13.817.043.504.248.955.602 1.321.166.172.35.31.558.416.056.028 1.415.577 3.02 1.219 3.122 1.248 3.018 1.209 3.289 1.25.152.024.453.024.604 0 .132-.02.236-.044.346-.078.044-.014 1.45-.574 3.124-1.243 1.674-.67 3.07-1.225 3.101-1.234a.701.701 0 0 1 .33.004c.038.012 1.297.512 2.798 1.111 1.5.6 2.774 1.108 2.829 1.129a1.452 1.452 0 0 0 1.685-.467c.13-.17.224-.376.276-.61l.02-.091.004-6.84c.002-4.923 0-6.88-.008-6.984a2.152 2.152 0 0 0-1.168-1.756 498.792 498.792 0 0 0-6.017-2.404 2.26 2.26 0 0 0-.466-.079 3.251 3.251 0 0 0-.148-.008zm-3.376 2.855L9.235 6.523v6.924c0 3.808.001 6.924.003 6.924L12 19.267l2.76-1.104.002-3.466c.002-1.907.002-5.023 0-6.925l-.002-3.458zm4.264 5.816v6.925l2.748 1.097c1.511.604 2.756 1.1 2.765 1.102.016.005.017-.294.017-6.738 0-5.997-.002-6.75-.015-6.805a.836.836 0 0 0-.055-.144.529.529 0 0 0-.122-.164.657.657 0 0 0-.14-.112c-.04-.02-4.313-1.735-5.152-2.067l-.046-.018zm-14.052-.15.003 6.766.027.077c.053.15.171.292.302.363.038.02 5.177 2.08 5.19 2.08.003 0 .005-3.115.003-6.923l-.002-6.924-2.755-1.102A828.755 828.755 0 0 0 2.215 4.32c-.004 0-.006 3.045-.005 6.766",
1238
1219
  clipRule: "evenodd"
1239
1220
  })));
1240
1221
  };
1241
1222
 
1242
- var _g$s, _defs$s;
1243
- 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); }
1223
+ var _g$y, _defs$y;
1224
+ 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); }
1244
1225
  var SvgShop = function SvgShop(props) {
1245
- return /*#__PURE__*/React.createElement("svg", _extends$E({
1226
+ return /*#__PURE__*/React.createElement("svg", _extends$10({
1246
1227
  xmlns: "http://www.w3.org/2000/svg",
1247
1228
  fill: "currentColor",
1248
1229
  width: 24,
1249
1230
  height: 24
1250
- }, props), _g$s || (_g$s = /*#__PURE__*/React.createElement("g", {
1231
+ }, props), _g$y || (_g$y = /*#__PURE__*/React.createElement("g", {
1251
1232
  clipPath: "url(#shop_svg__a)"
1252
1233
  }, /*#__PURE__*/React.createElement("path", {
1253
1234
  fillRule: "evenodd",
1254
1235
  d: "M3.264.712a1.465 1.465 0 0 0-1.217.984c-.016.047-.324 1.41-.685 3.028L.707 7.666v.124c.001.402.128.898.34 1.328.186.382.398.668.716.972a3.39 3.39 0 0 0 4.74-.08 1.34 1.34 0 0 1 .178-.164l.083.1a3.4 3.4 0 0 0 1.876 1.141c.285.063.509.083.82.074a3.01 3.01 0 0 0 .713-.092 3.43 3.43 0 0 0 1.313-.65c.128-.1.418-.389.508-.504l.065-.083.088.097c.266.292.61.55.986.735.374.186.736.29 1.176.34.137.014.526.014.667-.001a3.401 3.401 0 0 0 2.165-1.084l.077-.087.024.03a3.399 3.399 0 0 0 2.116 1.259c.214.034.275.039.557.038.316 0 .423-.01.679-.062a3.385 3.385 0 0 0 2.702-3.345c-.003-.066-.16-.784-.66-3.029a275.97 275.97 0 0 0-.683-3.028 1.459 1.459 0 0 0-1.235-.984 4043.49 4043.49 0 0 0-17.454 0m.197 1.508c-.002.007-.284 1.267-.625 2.8-.398 1.786-.62 2.806-.62 2.835.004.137.09.423.182.607a1.892 1.892 0 0 0 2.089 1.012 1.905 1.905 0 0 0 1.312-1.04c.099-.204.15-.389.177-.644.029-.27.074-.381.21-.521a.755.755 0 0 1 .349-.215.884.884 0 0 1 .39 0 .762.762 0 0 1 .522.5c.019.058.026.114.037.275.007.11.02.237.028.282.134.755.72 1.357 1.47 1.513a1.884 1.884 0 0 0 2.26-1.733c.014-.212.026-.3.052-.37a.779.779 0 0 1 .513-.467.92.92 0 0 1 .386 0 .762.762 0 0 1 .531.527c.008.031.021.121.03.2.05.486.239.879.576 1.203.301.29.673.468 1.089.52.118.014.337.012.468-.005a1.9 1.9 0 0 0 1.639-1.733 1.32 1.32 0 0 1 .035-.206.76.76 0 0 1 .523-.505.873.873 0 0 1 .374-.004.77.77 0 0 1 .5.411c.048.104.062.168.071.349.01.174.019.252.043.368.052.25.176.52.336.735.073.098.265.29.365.366.53.4 1.236.494 1.843.247.252-.103.446-.233.64-.43.307-.31.51-.754.532-1.167l.004-.092-.627-2.812-.627-2.813-8.536-.003c-6.825-.002-8.538 0-8.541.01m-.727 9.741a.753.753 0 0 0-.559.433c-.069.146-.063-.257-.063 4.56 0 3.861.002 4.36.015 4.46a2.16 2.16 0 0 0 1.944 1.875c.154.014 15.704.014 15.859 0a2.16 2.16 0 0 0 1.943-1.875c.013-.1.015-.603.015-4.463 0-4.301 0-4.352-.02-4.43a.757.757 0 0 0-.524-.542.975.975 0 0 0-.397-.004.785.785 0 0 0-.53.515l-.022.072-.005 4.348c-.005 4.165-.005 4.352-.022 4.406a.692.692 0 0 1-.347.414c-.137.066.034.062-2.326.062h-2.133l-.003-4.62-.002-4.62-.025-.074a.783.783 0 0 0-.527-.503.978.978 0 0 0-.399.004.767.767 0 0 0-.49.444c-.054.131-.052.042-.052 1.965v1.778H3.61l-.003-1.802-.002-1.802-.022-.072a.784.784 0 0 0-.525-.514 1.174 1.174 0 0 0-.324-.015m.876 7.475c0 1.952-.004 1.838.062 1.98a.667.667 0 0 0 .437.361c.055.013.605.015 5.009.015h4.946v-4.118H3.61z",
1255
1236
  clipRule: "evenodd"
1256
- }))), _defs$s || (_defs$s = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1237
+ }))), _defs$y || (_defs$y = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1257
1238
  id: "shop_svg__a"
1258
1239
  }, /*#__PURE__*/React.createElement("path", {
1259
1240
  d: "M0 0h24v24H0z"
1260
1241
  })))));
1261
1242
  };
1262
1243
 
1263
- var _path$b;
1264
- 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); }
1244
+ var _path$t;
1245
+ 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); }
1265
1246
  var SvgMegaphone = function SvgMegaphone(props) {
1266
- return /*#__PURE__*/React.createElement("svg", _extends$D({
1247
+ return /*#__PURE__*/React.createElement("svg", _extends$$({
1267
1248
  xmlns: "http://www.w3.org/2000/svg",
1268
1249
  fill: "currentColor",
1269
1250
  width: 24,
1270
1251
  height: 24
1271
- }, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
1252
+ }, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
1272
1253
  fillRule: "evenodd",
1273
1254
  d: "M19.646 3.052a.748.748 0 0 0-.233.067c-.032.016-.357.228-.723.472-.68.452-1.057.693-1.415.902a19.992 19.992 0 0 1-3.82 1.733 19.993 19.993 0 0 1-5.108.998c-.494.03-.711.035-1.891.04-1.915.005-1.872.004-2.23.066A4.275 4.275 0 0 0 1.21 9.514a4.286 4.286 0 0 0-.44 2.774 4.273 4.273 0 0 0 3.69 3.48c.197.025.512.033 1.22.034.59 0 .685.002.685.013l.02.17c.095.755.292 1.459.607 2.16.372.83.891 1.583 1.539 2.23.177.177.229.22.329.27.111.056.168.067.337.066a.549.549 0 0 0 .225-.027.78.78 0 0 0 .442-.388.628.628 0 0 0 .07-.29.695.695 0 0 0-.06-.342c-.05-.108-.083-.15-.254-.325a6.078 6.078 0 0 1-.615-.71 6.12 6.12 0 0 1-1.119-2.752l-.006-.064.075.004a21.03 21.03 0 0 1 1.52.124 20.223 20.223 0 0 1 7.387 2.393c.588.327.915.531 1.855 1.156.713.473.74.49.89.517a.838.838 0 0 0 .462-.068.778.778 0 0 0 .395-.499c.017-.07.018-.39.018-7.92V3.672l-.022-.075a.77.77 0 0 0-.543-.53.927.927 0 0 0-.27-.015m-.753 2.206a21.405 21.405 0 0 1-4.19 2.122 21.682 21.682 0 0 1-6.785 1.372l-.084.005v5.554l.184.006a21.707 21.707 0 0 1 9.415 2.615c.464.253 1.126.648 1.453.869a.503.503 0 0 0 .09.053c.001-.003.002-2.85 0-6.328l-.002-6.323zM4.766 8.775a2.775 2.775 0 0 0-1.796.848c-.403.427-.647.93-.74 1.523a4.361 4.361 0 0 0-.005.734c.074.51.256.95.554 1.337.106.138.34.376.473.48.38.301.82.491 1.313.57.13.02.161.022.948.025l.813.004V8.765l-.732.001c-.402.001-.775.005-.828.009m17.694.606a.636.636 0 0 0-.255.076.776.776 0 0 0-.387.476l-.02.075-.004 1.45c-.002.928 0 1.484.007 1.546a.72.72 0 0 0 .195.442.747.747 0 0 0 .35.217c.107.03.293.03.401 0a.681.681 0 0 0 .327-.199.7.7 0 0 0 .198-.322l.022-.072.003-1.497c.002-1.033 0-1.519-.008-1.565a.755.755 0 0 0-.829-.627",
1274
1255
  clipRule: "evenodd"
1275
1256
  })));
1276
1257
  };
1277
1258
 
1278
- var _g$r, _defs$r;
1279
- 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); }
1259
+ var _g$x, _defs$x;
1260
+ 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); }
1280
1261
  var SvgModuleThree = function SvgModuleThree(props) {
1281
- return /*#__PURE__*/React.createElement("svg", _extends$C({
1262
+ return /*#__PURE__*/React.createElement("svg", _extends$_({
1282
1263
  xmlns: "http://www.w3.org/2000/svg",
1283
1264
  fill: "currentColor",
1284
1265
  width: 24,
1285
1266
  height: 24
1286
- }, props), _g$r || (_g$r = /*#__PURE__*/React.createElement("g", {
1267
+ }, props), _g$x || (_g$x = /*#__PURE__*/React.createElement("g", {
1287
1268
  clipPath: "url(#module-three_svg__a)"
1288
1269
  }, /*#__PURE__*/React.createElement("path", {
1289
1270
  fillRule: "evenodd",
1290
1271
  d: "M13.92.711c-.11.01-.239.032-.34.058-.096.024-7.13 2.366-7.28 2.424A2.156 2.156 0 0 0 4.939 4.94c-.02.153-.02 3.616 0 3.711a.774.774 0 0 0 .453.533.74.74 0 0 0 .32.049c.055-.003.127-.013.158-.021a.787.787 0 0 0 .53-.528c.016-.054.017-.152.02-1.717.002-1.308.005-1.658.015-1.655L9.9 6.466l3.453 1.151.003 1.541c.004 1.715-.001 1.598.069 1.745.099.208.26.348.471.411a.872.872 0 0 0 .41.006.77.77 0 0 0 .472-.388c.085-.17.077-.007.083-1.758l.005-1.555 3.463-1.154 3.463-1.155v3.976c0 3.832-.001 3.979-.018 4.045a.662.662 0 0 1-.337.422c-.028.014-1.434.487-3.124 1.05-1.834.611-3.1 1.038-3.14 1.059a.744.744 0 0 0-.385.845.748.748 0 0 0 .846.564c.06-.01 5.976-1.974 6.237-2.07.219-.081.448-.21.622-.349.092-.074.262-.245.331-.333a2.16 2.16 0 0 0 .465-1.18c.014-.163.014-8.139 0-8.304a2.153 2.153 0 0 0-1.258-1.795c-.064-.03-1.41-.483-3.734-1.258C14.358.67 14.56.733 14.28.71a2.06 2.06 0 0 0-.36.001m.038 1.512c-.029.008-1.396.462-3.038 1.01l-2.986.994 3.09 1.03 3.088 1.03L17.19 5.26c1.693-.564 3.08-1.028 3.082-1.03.003-.002-1.353-.457-3.013-1.01l-3.017-1.007-.116-.002a.632.632 0 0 0-.168.012m-7.19 8.347c-.137.021-.217.04-.346.08-.127.041-4.322 1.613-4.444 1.666-.268.116-.544.32-.734.54a2.125 2.125 0 0 0-.533 1.251 390.12 390.12 0 0 0 0 5.617c.038.48.203.87.54 1.268.17.202.469.42.73.534.12.052 4.316 1.624 4.441 1.663.452.143.907.139 1.354-.013.06-.02 1.063-.395 2.227-.831 1.532-.574 2.154-.812 2.251-.86a2.13 2.13 0 0 0 .959-.941 2.1 2.1 0 0 0 .21-.62l.022-.114v-5.78l-.022-.115a2.156 2.156 0 0 0-.568-1.12 2.149 2.149 0 0 0-.74-.505c-.12-.05-4.22-1.586-4.339-1.626a2.276 2.276 0 0 0-.42-.099 2.653 2.653 0 0 0-.588.005m.18 1.49a278.78 278.78 0 0 0-3.475 1.3l1.806.678 1.8.675 1.8-.675c.99-.371 1.801-.677 1.803-.678.004-.005-3.305-1.245-3.415-1.28a.734.734 0 0 0-.32-.02m-4.74 5.01c0 2.756-.002 2.611.047 2.733.051.128.168.26.287.322a380.3 380.3 0 0 0 3.781 1.427c.002 0 .003-1.24.003-2.758v-2.757L4.28 15.27l-2.059-.772c-.01-.003-.012.515-.012 2.572m7.673-1.804-2.047.769v5.516l.036-.013c.318-.114 3.699-1.388 3.738-1.408.15-.08.269-.23.322-.407.016-.054.017-.194.02-2.642.002-2.075 0-2.585-.01-2.584-.007 0-.933.347-2.06.77",
1291
1272
  clipRule: "evenodd"
1292
- }))), _defs$r || (_defs$r = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1273
+ }))), _defs$x || (_defs$x = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1293
1274
  id: "module-three_svg__a"
1294
1275
  }, /*#__PURE__*/React.createElement("path", {
1295
1276
  d: "M0 0h24v24H0z"
1296
1277
  })))));
1297
1278
  };
1298
1279
 
1299
- var _g$q, _defs$q;
1300
- 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); }
1280
+ var _g$w, _defs$w;
1281
+ 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); }
1301
1282
  var SvgMultipleUsers = function SvgMultipleUsers(props) {
1302
- return /*#__PURE__*/React.createElement("svg", _extends$B({
1283
+ return /*#__PURE__*/React.createElement("svg", _extends$Z({
1303
1284
  xmlns: "http://www.w3.org/2000/svg",
1304
1285
  fill: "currentColor",
1305
1286
  width: 24,
1306
1287
  height: 24
1307
- }, props), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
1288
+ }, props), _g$w || (_g$w = /*#__PURE__*/React.createElement("g", {
1308
1289
  clipPath: "url(#multiple-users_svg__a)"
1309
1290
  }, /*#__PURE__*/React.createElement("path", {
1310
1291
  fillRule: "evenodd",
1311
1292
  d: "M11.74.712c-.147.01-.363.042-.498.072a4.33 4.33 0 0 0-.368.1A3.571 3.571 0 0 0 8.515 3.52c-.058.277-.07.41-.071.742 0 .316.008.414.053.658a3.575 3.575 0 0 0 2.658 2.807l.178.042c.01.002-.013.007-.053.01a5.665 5.665 0 0 0-2.573 1.008 5.673 5.673 0 0 0-2.342 3.967c-.035.316-.04.551-.037 1.752l.003 1.147.025.078c.08.256.304.464.555.518.051.01.212.013.829.013h.765l.005.032c.003.017.148 1.46.322 3.208.24 2.41.321 3.195.336 3.248.07.25.269.448.525.523l.075.021h4.464l.075-.021a.762.762 0 0 0 .525-.523c.014-.052.102-.902.336-3.248.174-1.747.32-3.191.322-3.208l.005-.032h.765c.617 0 .778-.003.829-.013a.776.776 0 0 0 .555-.518l.025-.078.003-1.147c.003-1.203-.002-1.437-.038-1.752a5.67 5.67 0 0 0-4.913-4.974l-.072-.007.135-.031a3.559 3.559 0 0 0 2.14-1.44 3.58 3.58 0 0 0 .615-1.612 4.632 4.632 0 0 0-.005-.883A3.569 3.569 0 0 0 11.741.712m-.018 1.511a2.06 2.06 0 0 0-1.31 3.354c.08.098.25.261.346.333.273.205.582.336.93.394.148.024.476.024.624 0a2.11 2.11 0 0 0 .936-.398c.091-.07.263-.235.34-.328a2.065 2.065 0 0 0 .26-2.222 2.064 2.064 0 0 0-1.578-1.133 2.683 2.683 0 0 0-.548 0m-6.99 1.3c-.22.02-.44.064-.652.134a2.76 2.76 0 0 0-1.143.71A2.824 2.824 0 0 0 2.122 6.1a3.931 3.931 0 0 0 0 .547 2.86 2.86 0 0 0 .606 1.504c.101.13.362.387.483.48a2.852 2.852 0 0 0 1.122.532c.02.004.033.01.029.013a.679.679 0 0 1-.114.024 4.175 4.175 0 0 0-1.156.375 3.47 3.47 0 0 0-.486.28A4.259 4.259 0 0 0 .74 12.841c-.036.272-.04.465-.037 1.664.003 1.063.005 1.15.02 1.203a.776.776 0 0 0 .42.49c.125.06.157.063.63.063.281 0 .425.004.425.01a786.102 786.102 0 0 0 .643 5.077.756.756 0 0 0 .581.529c.05.008.46.01 1.59.008l1.52-.003.075-.025a.809.809 0 0 0 .465-.432.838.838 0 0 0 .036-.448.766.766 0 0 0-.455-.536c-.129-.052-.114-.052-1.316-.052-.745 0-1.113-.003-1.113-.01 0-.032-.626-5.013-.634-5.044a.76.76 0 0 0-.408-.498c-.134-.066-.14-.066-.579-.07l-.396-.005.004-.822c.003-.704.005-.837.019-.92.054-.332.122-.55.261-.834a2.772 2.772 0 0 1 2.08-1.516c.057-.008.191-.02.298-.025.107-.005.22-.014.253-.02a.702.702 0 0 0 .26-.11.749.749 0 0 0 .25-.978.962.962 0 0 0-.274-.291l-.052-.03.037-.005a2.868 2.868 0 0 0 2.471-2.554 3.833 3.833 0 0 0 0-.567 2.814 2.814 0 0 0-.284-.984 2.603 2.603 0 0 0-.541-.749 2.587 2.587 0 0 0-.447-.371 2.884 2.884 0 0 0-1.81-.463m14.065 0c-.474.04-.948.205-1.34.464a3.039 3.039 0 0 0-.832.842 2.91 2.91 0 0 0-.41 1.046c-.058.335-.055.718.009 1.048a2.87 2.87 0 0 0 2.433 2.289l.037.005-.052.03a.963.963 0 0 0-.274.29.757.757 0 0 0 .03.759.769.769 0 0 0 .48.33c.032.006.146.015.253.02.107.005.24.017.297.025a2.76 2.76 0 0 1 1.464.694c.486.448.77.984.878 1.656.014.083.016.216.02.92l.003.822-.396.004c-.439.005-.445.005-.58.07a.76.76 0 0 0-.407.499c-.008.031-.634 5.012-.634 5.045 0 .006-.368.01-1.113.01-1.202 0-1.187-.001-1.316.05a.766.766 0 0 0-.455.537.84.84 0 0 0 .036.448.81.81 0 0 0 .464.432l.075.025 1.531.003c1.698.003 1.606.006 1.745-.06a.75.75 0 0 0 .415-.477 148.5 148.5 0 0 0 .331-2.569l.313-2.508c0-.006.144-.01.424-.01.474 0 .506-.003.63-.062a.776.776 0 0 0 .42-.491c.016-.052.018-.14.021-1.194.004-1.191 0-1.4-.037-1.673a4.125 4.125 0 0 0-.402-1.317 4.232 4.232 0 0 0-1.354-1.595 4.278 4.278 0 0 0-1.752-.729 1.438 1.438 0 0 1-.11-.02c-.008-.003.033-.018.09-.032a2.83 2.83 0 0 0 1.28-.715 2.8 2.8 0 0 0 .794-1.368 2.6 2.6 0 0 0 .082-.696c0-.451-.091-.845-.288-1.248a2.71 2.71 0 0 0-.537-.755 2.76 2.76 0 0 0-1.143-.71 2.87 2.87 0 0 0-1.123-.133M4.752 5.036a1.355 1.355 0 0 0 .217 2.694c.315 0 .596-.097.84-.29a1.36 1.36 0 0 0 .478-1.384 1.364 1.364 0 0 0-1.045-1.01 2.043 2.043 0 0 0-.49-.01m14.064 0a1.357 1.357 0 0 0-.381 2.56c.087.044.27.102.374.119.11.017.318.02.42.004a1.357 1.357 0 0 0 .076-2.673 2.063 2.063 0 0 0-.489-.01m-7.109 4.211A4.165 4.165 0 0 0 8.66 10.91c-.375.5-.647 1.12-.758 1.725-.06.33-.06.322-.065 1.263l-.004.866.747.003c.682.003.752.005.805.02a.76.76 0 0 1 .538.583c.01.05.648 6.373.648 6.417 0 .003.643.005 1.43.005.787 0 1.43-.002 1.43-.005 0-.044.638-6.366.648-6.417a.76.76 0 0 1 .538-.582c.053-.016.123-.018.805-.02l.747-.004-.004-.866c-.005-.925-.003-.899-.056-1.212a4.18 4.18 0 0 0-4.4-3.44",
1312
1293
  clipRule: "evenodd"
1313
- }))), _defs$q || (_defs$q = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1294
+ }))), _defs$w || (_defs$w = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1314
1295
  id: "multiple-users_svg__a"
1315
1296
  }, /*#__PURE__*/React.createElement("path", {
1316
1297
  d: "M0 0h24v24H0z"
1317
1298
  })))));
1318
1299
  };
1319
1300
 
1320
- var _g$p, _defs$p;
1321
- 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); }
1301
+ var _g$v, _defs$v;
1302
+ 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); }
1322
1303
  var SvgNotificationError = function SvgNotificationError(props) {
1323
- return /*#__PURE__*/React.createElement("svg", _extends$A({
1304
+ return /*#__PURE__*/React.createElement("svg", _extends$Y({
1324
1305
  xmlns: "http://www.w3.org/2000/svg",
1325
1306
  fill: "currentColor",
1326
1307
  width: 24,
1327
1308
  height: 24
1328
- }, props), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
1309
+ }, props), _g$v || (_g$v = /*#__PURE__*/React.createElement("g", {
1329
1310
  clipPath: "url(#notification-error_svg__a)"
1330
1311
  }, /*#__PURE__*/React.createElement("path", {
1331
1312
  fillRule: "evenodd",
1332
1313
  d: "M11.793.71a2.45 2.45 0 0 0-1.449.642c-.19.173-9.033 9.028-9.1 9.112-.307.387-.49.845-.533 1.334a2.47 2.47 0 0 0 .521 1.724c.095.12 9.109 9.137 9.232 9.234a2.449 2.449 0 0 0 3.072 0c.123-.097 9.137-9.114 9.232-9.234a2.45 2.45 0 0 0-.012-3.058c-.067-.085-8.91-8.94-9.1-9.112A2.437 2.437 0 0 0 11.792.71m.048 1.508c-.07.012-.202.055-.259.084-.145.072-.046-.025-4.644 4.57a1130.987 1130.987 0 0 0-4.519 4.53.937.937 0 0 0-.196.42c-.023.115-.017.312.013.423.028.103.094.236.163.328.035.046 1.772 1.79 4.53 4.545 4.62 4.618 4.508 4.508 4.653 4.58a.977.977 0 0 0 .836 0c.145-.072.034.038 4.654-4.58 2.757-2.756 4.494-4.499 4.529-4.545a1.06 1.06 0 0 0 .163-.328c.03-.111.036-.308.013-.423a.936.936 0 0 0-.196-.42c-.031-.038-2.064-2.076-4.519-4.53-4.68-4.678-4.505-4.505-4.66-4.577a.837.837 0 0 0-.373-.083 1.313 1.313 0 0 0-.188.006m.022 3.417a.776.776 0 0 0-.585.523l-.022.068-.003 3.628c-.002 4-.007 3.699.055 3.847a.808.808 0 0 0 .358.376.651.651 0 0 0 .334.076.65.65 0 0 0 .334-.076.807.807 0 0 0 .357-.376c.063-.148.058.153.056-3.847l-.003-3.628-.023-.068a.78.78 0 0 0-.505-.504 1.087 1.087 0 0 0-.353-.02m.007 9.842c-.114.012-.236.05-.355.108a1.096 1.096 0 0 0-.292 1.762c.213.213.474.321.777.321.303 0 .564-.108.777-.321a1.091 1.091 0 0 0 .208-1.262 1.058 1.058 0 0 0-.5-.5 1.033 1.033 0 0 0-.368-.109.847.847 0 0 0-.247 0",
1333
1314
  clipRule: "evenodd"
1334
- }))), _defs$p || (_defs$p = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1315
+ }))), _defs$v || (_defs$v = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1335
1316
  id: "notification-error_svg__a"
1336
1317
  }, /*#__PURE__*/React.createElement("path", {
1337
1318
  d: "M0 0h24v24H0z"
1338
1319
  })))));
1339
1320
  };
1340
1321
 
1341
- var _g$o, _defs$o;
1342
- 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); }
1322
+ var _g$u, _defs$u;
1323
+ 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); }
1343
1324
  var SvgNotificationInfo = function SvgNotificationInfo(props) {
1344
- return /*#__PURE__*/React.createElement("svg", _extends$z({
1325
+ return /*#__PURE__*/React.createElement("svg", _extends$X({
1345
1326
  xmlns: "http://www.w3.org/2000/svg",
1346
1327
  fill: "currentColor",
1347
1328
  width: 24,
1348
1329
  height: 24
1349
- }, props), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
1330
+ }, props), _g$u || (_g$u = /*#__PURE__*/React.createElement("g", {
1350
1331
  clipPath: "url(#notification-info_svg__a)"
1351
1332
  }, /*#__PURE__*/React.createElement("path", {
1352
1333
  fillRule: "evenodd",
1353
1334
  d: "M11.635.706c-.816.038-1.41.112-2.093.263a11.402 11.402 0 0 0-3.254 1.28 11.393 11.393 0 0 0-4.039 4.039 11.317 11.317 0 0 0-1.405 3.908A10.77 10.77 0 0 0 .706 12c0 .664.04 1.186.138 1.804a11.333 11.333 0 0 0 1.405 3.908 11.392 11.392 0 0 0 4.039 4.039 11.36 11.36 0 0 0 3.605 1.351c.724.136 1.342.192 2.107.192a11.21 11.21 0 0 0 4.763-1.046 11.348 11.348 0 0 0 5.484-5.485A11.207 11.207 0 0 0 23.294 12a11.267 11.267 0 0 0-1.543-5.712 11.392 11.392 0 0 0-4.039-4.039A11.36 11.36 0 0 0 14.107.898a11.26 11.26 0 0 0-1.392-.174c-.197-.013-.92-.025-1.08-.018m-.077 1.508a9.607 9.607 0 0 0-2.91.58 9.738 9.738 0 0 0-3.166 1.894c-.168.149-.645.626-.794.794a9.677 9.677 0 0 0-1.752 2.801c-.4.97-.627 1.943-.71 3.05a17.841 17.841 0 0 0 0 1.334 9.68 9.68 0 0 0 .71 3.05 9.682 9.682 0 0 0 1.752 2.801c.147.166.625.643.794.793a9.763 9.763 0 0 0 4.14 2.194 9.495 9.495 0 0 0 2.378.287c.844 0 1.595-.09 2.378-.287a9.764 9.764 0 0 0 4.14-2.193c.168-.149.645-.626.794-.794a9.775 9.775 0 0 0 2.272-4.483A9.551 9.551 0 0 0 21.792 12c0-.722-.067-1.374-.208-2.035a9.773 9.773 0 0 0-2.272-4.483 16.02 16.02 0 0 0-.794-.794 9.679 9.679 0 0 0-2.801-1.752 9.667 9.667 0 0 0-3.213-.718 18.755 18.755 0 0 0-.946-.004m-.024 4.119c-.573.072-.984.527-.984 1.09a1.1 1.1 0 1 0 .984-1.09M10.481 9.85a.722.722 0 0 0-.416.214.707.707 0 0 0-.216.44.726.726 0 0 0 .216.617.704.704 0 0 0 .428.215c.044.006.233.01.42.01h.338v1.803c0 1.135.004 1.834.01 1.888.1.9.739 1.642 1.603 1.861.253.065.303.069.86.069.441 0 .506-.002.563-.017a.775.775 0 0 0 .547-.532.63.63 0 0 0 .021-.2.62.62 0 0 0-.078-.34.565.565 0 0 0-.141-.188.684.684 0 0 0-.329-.198c-.07-.02-.104-.021-.555-.027-.532-.007-.517-.005-.653-.075a.774.774 0 0 1-.276-.28c-.075-.152-.069.037-.075-2.098-.004-1.314-.009-1.926-.016-1.959a1.462 1.462 0 0 0-1.32-1.205c-.13-.01-.84-.01-.931.002",
1354
1335
  clipRule: "evenodd"
1355
- }))), _defs$o || (_defs$o = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1336
+ }))), _defs$u || (_defs$u = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1356
1337
  id: "notification-info_svg__a"
1357
1338
  }, /*#__PURE__*/React.createElement("path", {
1358
1339
  d: "M0 0h24v24H0z"
1359
1340
  })))));
1360
1341
  };
1361
1342
 
1362
- var _g$n, _defs$n;
1363
- 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); }
1343
+ var _g$t, _defs$t;
1344
+ 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); }
1364
1345
  var SvgNotificationSuccess = function SvgNotificationSuccess(props) {
1365
- return /*#__PURE__*/React.createElement("svg", _extends$y({
1346
+ return /*#__PURE__*/React.createElement("svg", _extends$W({
1366
1347
  xmlns: "http://www.w3.org/2000/svg",
1367
1348
  fill: "currentColor",
1368
1349
  width: 24,
1369
1350
  height: 24
1370
- }, props), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
1351
+ }, props), _g$t || (_g$t = /*#__PURE__*/React.createElement("g", {
1371
1352
  clipPath: "url(#notification-success_svg__a)"
1372
1353
  }, /*#__PURE__*/React.createElement("path", {
1373
1354
  fillRule: "evenodd",
1374
1355
  d: "M11.611.707c-.68.029-1.257.096-1.851.215a11.348 11.348 0 0 0-3.905 1.594 11.467 11.467 0 0 0-2.542 2.259A11.296 11.296 0 0 0 1.294 8.38a11.173 11.173 0 0 0-.576 2.985 17.02 17.02 0 0 0 0 1.268 11.271 11.271 0 0 0 3.765 7.8 11.263 11.263 0 0 0 6.543 2.821c.473.04 1.182.052 1.588.026a11.17 11.17 0 0 0 2.501-.419 11.32 11.32 0 0 0 6.01-4.2 11.326 11.326 0 0 0 2.03-4.852c.099-.626.139-1.142.139-1.81a11.244 11.244 0 0 0-3.31-7.992 11.043 11.043 0 0 0-2.981-2.14A11.124 11.124 0 0 0 12.73.724a20.37 20.37 0 0 0-1.12-.017m-.158 1.511A9.769 9.769 0 0 0 6.82 3.682a9.974 9.974 0 0 0-2.967 2.875 9.76 9.76 0 0 0-1.607 4.531 10.62 10.62 0 0 0-.01 1.718 9.683 9.683 0 0 0 .749 3.03 9.68 9.68 0 0 0 1.707 2.687c.162.183.653.67.838.832a9.695 9.695 0 0 0 2.312 1.516 9.66 9.66 0 0 0 4.157.92 9.716 9.716 0 0 0 5.03-1.384 9.96 9.96 0 0 0 2.905-2.661 9.872 9.872 0 0 0 1.4-2.77c.261-.825.404-1.62.448-2.496.02-.405.005-1.05-.034-1.445a9.771 9.771 0 0 0-1.352-4.085 9.97 9.97 0 0 0-2.527-2.793 9.765 9.765 0 0 0-5.05-1.92 13.064 13.064 0 0 0-1.367-.019m6.01 4.2a.717.717 0 0 0-.376.212c-.03.031-1.707 2.15-3.728 4.708-2.02 2.558-3.693 4.668-3.715 4.69a.221.221 0 0 1-.308 0 97.86 97.86 0 0 1-1.2-1.686 181.765 181.765 0 0 0-1.202-1.696.755.755 0 0 0-.365-.225.94.94 0 0 0-.377-.006.792.792 0 0 0-.493.404.632.632 0 0 0-.068.333c0 .16.01.208.075.331.055.103 2.388 3.413 2.487 3.527.23.268.59.475.948.548a1.747 1.747 0 0 0 1.632-.532c.035-.04 7.215-9.119 7.425-9.39a.85.85 0 0 0 .15-.273.917.917 0 0 0 0-.417.773.773 0 0 0-.555-.528 1.034 1.034 0 0 0-.33 0",
1375
1356
  clipRule: "evenodd"
1376
- }))), _defs$n || (_defs$n = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1357
+ }))), _defs$t || (_defs$t = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1377
1358
  id: "notification-success_svg__a"
1378
1359
  }, /*#__PURE__*/React.createElement("path", {
1379
1360
  d: "M0 0h24v24H0z"
1380
1361
  })))));
1381
1362
  };
1382
1363
 
1383
- var _g$m, _defs$m;
1384
- 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); }
1364
+ var _g$s, _defs$s;
1365
+ 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); }
1385
1366
  var SvgNotificationWarning = function SvgNotificationWarning(props) {
1386
- return /*#__PURE__*/React.createElement("svg", _extends$x({
1367
+ return /*#__PURE__*/React.createElement("svg", _extends$V({
1387
1368
  xmlns: "http://www.w3.org/2000/svg",
1388
1369
  fill: "currentColor",
1389
1370
  width: 24,
1390
1371
  height: 24
1391
- }, props), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
1372
+ }, props), _g$s || (_g$s = /*#__PURE__*/React.createElement("g", {
1392
1373
  clipPath: "url(#notification-warning_svg__a)"
1393
1374
  }, /*#__PURE__*/React.createElement("path", {
1394
1375
  fillRule: "evenodd",
1395
1376
  d: "M11.635.706c-.816.038-1.41.112-2.093.263a11.402 11.402 0 0 0-3.254 1.28 11.393 11.393 0 0 0-4.039 4.039 11.317 11.317 0 0 0-1.405 3.908A10.77 10.77 0 0 0 .706 12c0 .664.04 1.186.138 1.804a11.333 11.333 0 0 0 1.405 3.908 11.392 11.392 0 0 0 4.039 4.039 11.36 11.36 0 0 0 3.605 1.351c.724.136 1.342.192 2.107.192a11.21 11.21 0 0 0 4.763-1.046 11.348 11.348 0 0 0 5.484-5.485A11.207 11.207 0 0 0 23.294 12a11.267 11.267 0 0 0-1.543-5.712 11.392 11.392 0 0 0-4.039-4.039A11.36 11.36 0 0 0 14.107.898a11.26 11.26 0 0 0-1.392-.174c-.197-.013-.92-.025-1.08-.018m-.077 1.508a9.607 9.607 0 0 0-2.91.58 9.738 9.738 0 0 0-3.166 1.894c-.168.149-.645.626-.794.794a9.677 9.677 0 0 0-1.752 2.801c-.4.97-.627 1.943-.71 3.05a17.841 17.841 0 0 0 0 1.334 9.68 9.68 0 0 0 .71 3.05 9.682 9.682 0 0 0 1.752 2.801c.147.166.625.643.794.793a9.763 9.763 0 0 0 4.14 2.194 9.495 9.495 0 0 0 2.378.287c.844 0 1.595-.09 2.378-.287a9.764 9.764 0 0 0 4.14-2.193c.168-.149.645-.626.794-.794a9.775 9.775 0 0 0 2.272-4.483A9.551 9.551 0 0 0 21.792 12c0-.722-.067-1.374-.208-2.035a9.773 9.773 0 0 0-2.272-4.483 16.02 16.02 0 0 0-.794-.794 9.679 9.679 0 0 0-2.801-1.752 9.667 9.667 0 0 0-3.213-.718 18.755 18.755 0 0 0-.946-.004m.274 2.725a.705.705 0 0 0-.347.19.706.706 0 0 0-.219.387c-.014.069-.015.446-.013 4.06l.003 3.984.026.077a.78.78 0 0 0 .525.496.92.92 0 0 0 .386 0 .774.774 0 0 0 .508-.451c.05-.134.048.107.048-4.146 0-4.332.004-4.015-.055-4.155a.799.799 0 0 0-.461-.425.607.607 0 0 0-.209-.028.832.832 0 0 0-.192.01m.045 10.536a1.108 1.108 0 0 0-.921.744.969.969 0 0 0-.053.35c0 .15.013.235.057.365.089.26.3.5.555.627.128.064.337.112.485.112.148 0 .357-.048.485-.112a1.14 1.14 0 0 0 .555-.627.977.977 0 0 0 .058-.364 1.03 1.03 0 0 0-.183-.612 1.122 1.122 0 0 0-.694-.467 1.375 1.375 0 0 0-.344-.016",
1396
1377
  clipRule: "evenodd"
1397
- }))), _defs$m || (_defs$m = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1378
+ }))), _defs$s || (_defs$s = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1398
1379
  id: "notification-warning_svg__a"
1399
1380
  }, /*#__PURE__*/React.createElement("path", {
1400
1381
  d: "M0 0h24v24H0z"
1401
1382
  })))));
1402
1383
  };
1403
1384
 
1404
- var _g$l, _defs$l;
1405
- 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); }
1385
+ var _g$r, _defs$r;
1386
+ 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); }
1406
1387
  var SvgPencil = function SvgPencil(props) {
1407
- return /*#__PURE__*/React.createElement("svg", _extends$w({
1388
+ return /*#__PURE__*/React.createElement("svg", _extends$U({
1408
1389
  xmlns: "http://www.w3.org/2000/svg",
1409
1390
  fill: "currentColor",
1410
1391
  width: 24,
1411
1392
  height: 24
1412
- }, props), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
1393
+ }, props), _g$r || (_g$r = /*#__PURE__*/React.createElement("g", {
1413
1394
  clipPath: "url(#pencil_svg__a)"
1414
1395
  }, /*#__PURE__*/React.createElement("path", {
1415
1396
  fillRule: "evenodd",
1416
1397
  d: "M18.869.71a4.138 4.138 0 0 0-1.546.414 4.01 4.01 0 0 0-1.067.747c-.089.084-3.216 3.209-6.95 6.943-5.166 5.168-6.798 6.806-6.828 6.853a.827.827 0 0 0-.063.125c-.027.07-1.687 6.543-1.705 6.647a.844.844 0 0 0 .015.299.844.844 0 0 0 .248.39.9.9 0 0 0 .294.146.797.797 0 0 0 .28.017c.04-.006 1.547-.389 3.35-.85 3.417-.877 3.34-.857 3.462-.938.048-.032 13.438-13.412 13.747-13.737.407-.427.65-.793.87-1.305a4.19 4.19 0 0 0 .125-2.875A4.148 4.148 0 0 0 19.584.725a5.737 5.737 0 0 0-.715-.014m.038 1.505a2.78 2.78 0 0 0-1.046.321c-.16.089-.415.269-.463.327-.01.01.333.358 1.859 1.883l1.87 1.87.055-.065c.31-.372.506-.812.587-1.316.02-.13.029-.488.014-.632a2.638 2.638 0 0 0-1.419-2.1 2.628 2.628 0 0 0-.92-.28 4.188 4.188 0 0 0-.537-.008m-8.66 7.79-6.068 6.07 1.876 1.872 1.875 1.871L14 13.75l6.069-6.069-1.872-1.872a525.804 525.804 0 0 0-1.877-1.872c-.003 0-2.735 2.731-6.073 6.07M3.504 17.58c-.03.11-1.006 3.92-1.005 3.922.002.001 3.943-1.01 3.957-1.015.006-.003-.654-.667-1.466-1.476l-1.475-1.473z",
1417
1398
  clipRule: "evenodd"
1418
- }))), _defs$l || (_defs$l = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1399
+ }))), _defs$r || (_defs$r = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1419
1400
  id: "pencil_svg__a"
1420
1401
  }, /*#__PURE__*/React.createElement("path", {
1421
1402
  d: "M0 0h24v24H0z"
1422
1403
  })))));
1423
1404
  };
1424
1405
 
1425
- var _g$k, _defs$k;
1426
- 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); }
1406
+ var _g$q, _defs$q;
1407
+ 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); }
1427
1408
  var SvgPolygon = function SvgPolygon(props) {
1428
- return /*#__PURE__*/React.createElement("svg", _extends$v({
1409
+ return /*#__PURE__*/React.createElement("svg", _extends$T({
1429
1410
  xmlns: "http://www.w3.org/2000/svg",
1430
1411
  fill: "currentColor",
1431
1412
  width: 24,
1432
1413
  height: 24
1433
- }, props), _g$k || (_g$k = /*#__PURE__*/React.createElement("g", {
1414
+ }, props), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
1434
1415
  clipPath: "url(#polygon_svg__a)"
1435
1416
  }, /*#__PURE__*/React.createElement("path", {
1436
1417
  fillRule: "evenodd",
1437
1418
  d: "M9.64 4.089A2.475 2.475 0 0 1 12.02.95a2.475 2.475 0 0 1 2.382 3.138l5.27 3.829c.388-.253.85-.4 1.345-.4a2.475 2.475 0 0 1 2.472 2.473 2.475 2.475 0 0 1-2.385 2.47l-1.995 6.14c.601.45.99 1.17.99 1.977a2.474 2.474 0 0 1-2.472 2.472c-1.08 0-2-.695-2.335-1.662H8.737a2.475 2.475 0 0 1-2.336 1.662 2.47 2.47 0 0 1-1.47-4.458l-1.992-6.129A2.475 2.475 0 0 1 .511 9.991a2.475 2.475 0 0 1 2.472-2.472c.505 0 .975.152 1.367.413zm.826 1.254L5.29 9.103a2.471 2.471 0 0 1-.914 2.928l1.974 6.075h.051c1.124 0 2.074.752 2.374 1.78h6.479a2.476 2.476 0 0 1 2.438-1.78l1.967-6.051a2.472 2.472 0 0 1-.94-2.975l-5.143-3.737a2.46 2.46 0 0 1-1.555.551 2.46 2.46 0 0 1-1.555-.551m1.555-2.98c-.584 0-1.06.476-1.06 1.06a1.06 1.06 0 0 0 2.119 0c0-.584-.475-1.06-1.06-1.06M6.4 19.518a1.06 1.06 0 0 0-1.06 1.06c0 .583.476 1.059 1.06 1.059a1.06 1.06 0 0 0 1.06-1.06 1.06 1.06 0 0 0-1.06-1.059M1.923 9.991c0-.584.476-1.06 1.06-1.06.583 0 1.059.476 1.059 1.06a1.06 1.06 0 0 1-1.06 1.059 1.06 1.06 0 0 1-1.059-1.06m15.704 9.527a1.06 1.06 0 0 0-1.059 1.06 1.06 1.06 0 0 0 2.119 0 1.06 1.06 0 0 0-1.06-1.06m2.331-9.527a1.06 1.06 0 0 1 2.119 0 1.06 1.06 0 0 1-1.06 1.059 1.06 1.06 0 0 1-1.059-1.06",
1438
1419
  clipRule: "evenodd"
1439
- }))), _defs$k || (_defs$k = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1420
+ }))), _defs$q || (_defs$q = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1440
1421
  id: "polygon_svg__a"
1441
1422
  }, /*#__PURE__*/React.createElement("path", {
1442
1423
  d: "M0 0h24v24H0z"
1443
1424
  })))));
1444
1425
  };
1445
1426
 
1446
- var _path$a;
1447
- 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); }
1427
+ var _path$s;
1428
+ 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); }
1448
1429
  var SvgFolderEmpty1 = function SvgFolderEmpty1(props) {
1449
- return /*#__PURE__*/React.createElement("svg", _extends$u({
1430
+ return /*#__PURE__*/React.createElement("svg", _extends$S({
1450
1431
  xmlns: "http://www.w3.org/2000/svg",
1451
1432
  fill: "currentColor",
1452
1433
  width: 24,
1453
1434
  height: 24
1454
- }, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
1435
+ }, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
1455
1436
  fillRule: "evenodd",
1456
1437
  d: "M2.578 2.127A2.166 2.166 0 0 0 .71 4.07c-.014.155-.014 15.705 0 15.86a2.16 2.16 0 0 0 1.875 1.943c.1.014 1.1.015 9.414.015 8.315 0 9.313-.002 9.414-.015a2.16 2.16 0 0 0 1.875-1.944c.014-.154.014-12.891 0-13.046a2.16 2.16 0 0 0-1.175-1.728 2.217 2.217 0 0 0-.6-.203l-.11-.022-5.216-.003-5.215-.002-.762-1.015a60.854 60.854 0 0 0-.835-1.097 2.206 2.206 0 0 0-1.062-.637c-.257-.063.013-.058-2.952-.06-2.229-.002-2.705 0-2.784.011m.144 1.498a.67.67 0 0 0-.5.484c-.012.056-.014.901-.014 7.891s.002 7.836.015 7.891a.666.666 0 0 0 .505.485c.067.013.994.014 9.272.014s9.205-.001 9.272-.015a.667.667 0 0 0 .505-.484c.013-.055.015-.756.015-6.485 0-5.728-.002-6.429-.015-6.484a.67.67 0 0 0-.362-.437c-.142-.068.346-.063-5.557-.063-4.826 0-5.344-.001-5.41-.015a.746.746 0 0 1-.393-.216c-.032-.034-.447-.58-.922-1.214-.602-.803-.881-1.167-.92-1.201a.731.731 0 0 0-.25-.139l-.067-.023-2.554-.001c-2.216-.002-2.562 0-2.62.012",
1457
1438
  clipRule: "evenodd"
1458
1439
  })));
1459
1440
  };
1460
1441
 
1461
- var _g$j, _defs$j;
1462
- 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); }
1442
+ var _g$p, _defs$p;
1443
+ 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); }
1463
1444
  var SvgQuestionCircle = function SvgQuestionCircle(props) {
1464
- return /*#__PURE__*/React.createElement("svg", _extends$t({
1445
+ return /*#__PURE__*/React.createElement("svg", _extends$R({
1465
1446
  xmlns: "http://www.w3.org/2000/svg",
1466
1447
  fill: "currentColor",
1467
1448
  width: 24,
1468
1449
  height: 24
1469
- }, props), _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
1450
+ }, props), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
1470
1451
  clipPath: "url(#question-circle_svg__a)"
1471
1452
  }, /*#__PURE__*/React.createElement("path", {
1472
1453
  fillRule: "evenodd",
1473
1454
  d: "M11.635.706c-.816.038-1.41.112-2.093.263a11.402 11.402 0 0 0-3.254 1.28 11.393 11.393 0 0 0-4.039 4.039 11.317 11.317 0 0 0-1.405 3.908A10.77 10.77 0 0 0 .706 12c0 .664.04 1.186.138 1.804a11.333 11.333 0 0 0 1.405 3.908 11.392 11.392 0 0 0 4.039 4.039 11.36 11.36 0 0 0 3.605 1.351c.724.136 1.342.192 2.107.192a11.21 11.21 0 0 0 4.763-1.046 11.349 11.349 0 0 0 5.484-5.485A11.207 11.207 0 0 0 23.295 12a11.269 11.269 0 0 0-1.543-5.712 11.393 11.393 0 0 0-4.039-4.039A11.36 11.36 0 0 0 14.107.898a11.26 11.26 0 0 0-1.392-.174c-.197-.013-.92-.025-1.08-.018m-.077 1.508a9.607 9.607 0 0 0-2.91.58 9.738 9.738 0 0 0-3.166 1.894c-.168.149-.645.626-.794.794a9.677 9.677 0 0 0-1.752 2.801c-.4.97-.627 1.943-.71 3.05a17.836 17.836 0 0 0 0 1.334c.083 1.103.31 2.08.71 3.05a9.682 9.682 0 0 0 1.752 2.801c.147.166.625.643.794.793a9.763 9.763 0 0 0 4.14 2.194 9.496 9.496 0 0 0 2.378.287c.844 0 1.595-.09 2.378-.287a9.763 9.763 0 0 0 4.14-2.193c.168-.149.645-.626.794-.794a9.773 9.773 0 0 0 2.272-4.483A9.545 9.545 0 0 0 21.792 12c0-.722-.066-1.374-.208-2.035a9.772 9.772 0 0 0-2.272-4.483 15.976 15.976 0 0 0-.794-.794 9.68 9.68 0 0 0-2.801-1.752 9.668 9.668 0 0 0-3.213-.718 18.755 18.755 0 0 0-.946-.004m.154 3.422a3.576 3.576 0 0 0-2.676 1.576 3.541 3.541 0 0 0-.588 1.691c-.014.182-.012.36.006.445a.762.762 0 0 0 .572.573c.092.019.231.02.32 0a.752.752 0 0 0 .59-.715 2.075 2.075 0 0 1 1.472-1.991 2.066 2.066 0 0 1 2.452 1.087c.105.22.164.44.192.717.013.132.014.173.003.3-.04.508-.225.93-.562 1.287-.224.237-.457.389-.809.526a2.168 2.168 0 0 0-1.424 1.814c-.007.071-.01.298-.007.71l.003.605.025.073a.78.78 0 0 0 .388.45.61.61 0 0 0 .331.071.61.61 0 0 0 .331-.072.778.778 0 0 0 .388-.449l.024-.073.006-.6c.007-.67.005-.644.078-.795a.685.685 0 0 1 .392-.329 3.565 3.565 0 0 0 2.308-2.841c.04-.271.044-.694.011-.94a3.547 3.547 0 0 0-1.039-2.105c-.147-.144-.2-.19-.365-.314a3.527 3.527 0 0 0-1.812-.697 4.332 4.332 0 0 0-.61-.004m.191 10.541a1.102 1.102 0 0 0-.779.429 1.102 1.102 0 1 0 1.936.37 1.35 1.35 0 0 0-.175-.36 1.1 1.1 0 0 0-.982-.439",
1474
1455
  clipRule: "evenodd"
1475
- }))), _defs$j || (_defs$j = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1456
+ }))), _defs$p || (_defs$p = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1476
1457
  id: "question-circle_svg__a"
1477
1458
  }, /*#__PURE__*/React.createElement("path", {
1478
1459
  d: "M0 0h24v24H0z"
1479
1460
  })))));
1480
1461
  };
1481
1462
 
1482
- var _g$i, _defs$i;
1483
- 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); }
1463
+ var _g$o, _defs$o;
1464
+ 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); }
1484
1465
  var SvgResolution = function SvgResolution(props) {
1485
- return /*#__PURE__*/React.createElement("svg", _extends$s({
1466
+ return /*#__PURE__*/React.createElement("svg", _extends$Q({
1486
1467
  xmlns: "http://www.w3.org/2000/svg",
1487
1468
  fill: "currentColor",
1488
1469
  width: 24,
1489
1470
  height: 24
1490
- }, props), _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
1471
+ }, props), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
1491
1472
  clipPath: "url(#resolution_svg__a)"
1492
1473
  }, /*#__PURE__*/React.createElement("path", {
1493
1474
  fillRule: "evenodd",
1494
1475
  d: "M8.314.93a.75.75 0 0 1 0 1.06l-.827.828h13.242l-.827-.828a.75.75 0 0 1 1.06-1.06l2.103 2.102a.747.747 0 0 1 .16.842.747.747 0 0 1-.155.224l-2.108 2.108a.75.75 0 1 1-1.06-1.06l.827-.828H7.487l.827.828a.75.75 0 0 1-1.06 1.06L5.146 4.098a.747.747 0 0 1 .004-1.064L7.254.93a.75.75 0 0 1 1.06 0M3.568 4.926a.747.747 0 0 1 .534.224l2.104 2.104a.75.75 0 1 1-1.06 1.06l-.828-.827v13.242l.828-.827a.75.75 0 0 1 1.06 1.06L4.098 23.07a.747.747 0 0 1-1.06 0L.93 20.962a.75.75 0 1 1 1.06-1.06l.828.827V7.487l-.828.827a.75.75 0 0 1-1.06-1.06l2.108-2.108a.748.748 0 0 1 .53-.22m5.669 4.973v11.236c0 .22.053.335.093.396a.486.486 0 0 0 .195.163.977.977 0 0 0 .36.095l.014.001h11.236c.22 0 .335-.053.396-.094a.486.486 0 0 0 .163-.194.98.98 0 0 0 .095-.36l.001-.015V9.892c0-.22-.053-.335-.094-.396a.486.486 0 0 0-.194-.163.98.98 0 0 0-.36-.096H9.892c-.22 0-.335.053-.396.093a.486.486 0 0 0-.163.195.98.98 0 0 0-.095.36zm11.898-1.412v-.75H9.892c-.483 0-.894.122-1.228.345-.33.22-.54.507-.672.772a2.476 2.476 0 0 0-.255.997v.039s0 .002.75.002h-.75v11.243c0 .482.122.894.345 1.228.22.33.507.54.772.672a2.473 2.473 0 0 0 .997.254h.035l.003.001h.001s.002 0 .002-.75v.75h11.243c.482 0 .894-.123 1.228-.346.33-.22.54-.507.672-.771a2.48 2.48 0 0 0 .254-.998v-.024l.001-.01v-.005l-.75-.001h.75V9.892c0-.483-.123-.894-.345-1.229a1.991 1.991 0 0 0-.772-.672 2.476 2.476 0 0 0-.997-.254h-.04z",
1495
1476
  clipRule: "evenodd"
1496
- }))), _defs$i || (_defs$i = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1477
+ }))), _defs$o || (_defs$o = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1497
1478
  id: "resolution_svg__a"
1498
1479
  }, /*#__PURE__*/React.createElement("path", {
1499
1480
  d: "M0 0h24v24H0z"
1500
1481
  })))));
1501
1482
  };
1502
1483
 
1503
- var _g$h, _defs$h;
1504
- 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); }
1484
+ var _g$n, _defs$n;
1485
+ 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); }
1505
1486
  var SvgSatellite = function SvgSatellite(props) {
1506
- return /*#__PURE__*/React.createElement("svg", _extends$r({
1487
+ return /*#__PURE__*/React.createElement("svg", _extends$P({
1507
1488
  xmlns: "http://www.w3.org/2000/svg",
1508
1489
  fill: "currentColor",
1509
1490
  width: 24,
1510
1491
  height: 24
1511
- }, props), _g$h || (_g$h = /*#__PURE__*/React.createElement("g", {
1492
+ }, props), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
1512
1493
  clipPath: "url(#satellite_svg__a)"
1513
1494
  }, /*#__PURE__*/React.createElement("path", {
1514
1495
  fillRule: "evenodd",
1515
1496
  d: "M5.026.686c-.284.04-.55.13-.807.273a2.99 2.99 0 0 0-.385.264A83.26 83.26 0 0 0 2.052 3.01c-.192.24-.35.553-.412.81a2.053 2.053 0 0 0-.048.659c.043.403.204.794.485 1.175.051.07.425.45 1.628 1.655.858.86 1.61 1.606 1.671 1.659.167.145.399.293.568.364.236.1.45.148.694.16.428.018.881-.116 1.284-.38.173-.115.257-.183.418-.341l.137-.135.466.465c.256.256.465.468.465.472 0 .003-.223.232-.496.508-.273.277-.529.542-.568.59-.242.29-.405.642-.473 1.027a1.67 1.67 0 0 0-.022.364c0 .293.022.44.103.687a.3.3 0 0 1 .02.075 1.14 1.14 0 0 1-.12-.021 3.62 3.62 0 0 0-.858-.078 3.71 3.71 0 0 0-.92.092 4.262 4.262 0 0 0-2.01 1.064c-.134.126-.194.2-.242.301a.665.665 0 0 0-.066.356.637.637 0 0 0 .147.419c.074.095 5.13 5.139 5.191 5.178a.73.73 0 0 0 .237.098c.085.018.254.017.34-.002a.794.794 0 0 0 .286-.139c.06-.048.188-.18.301-.311.49-.567.837-1.306.964-2.056.045-.268.053-.378.053-.723a3.723 3.723 0 0 0-.086-.896c-.01-.041-.01-.055-.002-.051l.128.043a2.182 2.182 0 0 0 2.069-.4c.05-.043.314-.303.585-.578l.493-.5.451.451.45.451-.15.154c-.24.247-.388.446-.496.668-.13.267-.19.506-.199.797-.008.27.018.45.104.71.089.27.267.585.458.811.114.136 3.167 3.18 3.275 3.267.245.196.497.33.752.405.548.158 1.118.072 1.659-.25.252-.15.266-.164 1.159-1.054a37.4 37.4 0 0 0 .915-.931 2.09 2.09 0 0 0 .459-.944c.116-.599-.066-1.24-.508-1.786a238.853 238.853 0 0 0-3.293-3.292c-.343-.273-.675-.421-1.061-.473a2.6 2.6 0 0 0-.495.003 2.31 2.31 0 0 0-.967.379c-.164.11-.249.18-.406.334l-.14.137-.453-.454-.453-.453 1.566-1.584c.861-.87 1.607-1.63 1.656-1.687a3.554 3.554 0 0 0 .869-2.066 4.862 4.862 0 0 0-.015-.704 3.56 3.56 0 0 0-.48-1.4l-.063-.104.537-.538c.336-.337.55-.56.576-.597a.702.702 0 0 0 .113-.45.703.703 0 0 0-.264-.532.666.666 0 0 0-.44-.17.705.705 0 0 0-.444.11c-.032.02-.268.248-.597.576l-.543.541-.086-.05a3.684 3.684 0 0 0-1.677-.487c-.97-.04-1.88.278-2.604.91-.052.045-.73.728-1.51 1.517l-1.53 1.55-.113.116-.465-.465-.465-.465.154-.159c.084-.088.185-.198.224-.246.482-.593.607-1.3.352-1.996a2.602 2.602 0 0 0-.432-.744A256.612 256.612 0 0 0 6.58 1.17 2.072 2.072 0 0 0 5.477.682a2.43 2.43 0 0 0-.451.004m.21 1.49a.815.815 0 0 0-.345.13c-.065.042-.197.169-.843.813-.422.42-.793.796-.824.835-.165.205-.18.384-.053.63.022.042.065.11.095.149.03.04.71.726 1.579 1.594 1.62 1.618 1.587 1.587 1.73 1.637a.53.53 0 0 0 .39-.034c.157-.071.167-.08 1.018-.934.867-.87.855-.856.899-1 .04-.134.006-.303-.1-.477-.044-.074-.186-.218-1.61-1.644C6.07 2.772 5.592 2.3 5.547 2.27a.5.5 0 0 0-.31-.094M15.894 5.91a2.2 2.2 0 0 0-1.294.558c-.08.071-3.702 3.737-4.935 4.994-.21.214-.248.265-.291.399a.505.505 0 0 0-.026.192c0 .156.027.256.106.377.04.063 2 2.033 2.113 2.124a.608.608 0 0 0 .42.146.615.615 0 0 0 .408-.136 55.34 55.34 0 0 0 1.444-1.465c.059-.077.1-.12.186-.184.069-.053 3.505-3.527 3.617-3.656.236-.275.402-.648.461-1.033a2.037 2.037 0 0 0-.612-1.77 1.485 1.485 0 0 0-.297-.237 2.237 2.237 0 0 0-.782-.287 3.124 3.124 0 0 0-.518-.022m-9.106 8.317a2.905 2.905 0 0 0-.734.159 3.27 3.27 0 0 0-.397.18c-.019.012.085.117 1.874 1.907l1.894 1.894.049-.095a2.799 2.799 0 0 0 .276-1.693 2.857 2.857 0 0 0-.555-1.285 3.818 3.818 0 0 0-.488-.488 2.802 2.802 0 0 0-1.919-.578m11.304.88a.999.999 0 0 0-.29.132c-.098.065-1.658 1.631-1.706 1.712-.114.192-.105.356.034.605.038.07.15.183 1.606 1.642 1.17 1.171 1.583 1.58 1.635 1.614a.454.454 0 0 0 .397.079.994.994 0 0 0 .316-.154c.035-.026.41-.397.836-.823.799-.802.825-.83.883-.964.02-.045.023-.067.023-.158a.395.395 0 0 0-.034-.194 1.284 1.284 0 0 0-.086-.172c-.048-.079-.166-.2-1.602-1.637-1.639-1.639-1.616-1.617-1.755-1.669a.48.48 0 0 0-.257-.013m-16.709.845a.854.854 0 0 0-.407.235.775.775 0 0 0-.173.351c-.022.106-.061.39-.077.555a5.74 5.74 0 0 0 .82 3.477 5.785 5.785 0 0 0 1.911 1.9c.618.377 1.376.65 2.105.761a5.64 5.64 0 0 0 1.723-.005 1.83 1.83 0 0 0 .225-.047.773.773 0 0 0 .462-.473.491.491 0 0 0 .03-.223.643.643 0 0 0-.022-.215.765.765 0 0 0-.403-.476.798.798 0 0 0-.491-.054c-.404.065-.846.07-1.24.016a4.337 4.337 0 0 1-1.544-.531 4.342 4.342 0 0 1-1.293-1.17 4.281 4.281 0 0 1-.752-1.83 3.605 3.605 0 0 1-.045-.708c.006-.259.016-.375.054-.619.025-.158.027-.292.005-.38a.767.767 0 0 0-.463-.53.79.79 0 0 0-.425-.034m3.25 1.867a.721.721 0 0 0-.443.23.752.752 0 0 0-.187.335 1.644 1.644 0 0 0 0 .403 1.47 1.47 0 0 0 1.068 1.179c.124.034.211.044.359.045a.59.59 0 0 0 .293-.05.808.808 0 0 0 .391-.363.816.816 0 0 0 .045-.55.783.783 0 0 0-.401-.462.765.765 0 0 0-.25-.068c-.021 0-.023-.005-.03-.058a.76.76 0 0 0-.546-.623.905.905 0 0 0-.299-.018",
1516
1497
  clipRule: "evenodd"
1517
- }))), _defs$h || (_defs$h = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1498
+ }))), _defs$n || (_defs$n = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1518
1499
  id: "satellite_svg__a"
1519
1500
  }, /*#__PURE__*/React.createElement("path", {
1520
1501
  d: "M0 0h24v24H0z"
1521
1502
  })))));
1522
1503
  };
1523
1504
 
1524
- var _g$g, _defs$g;
1525
- 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); }
1505
+ var _g$m, _defs$m;
1506
+ 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); }
1526
1507
  var SvgSave = function SvgSave(props) {
1527
- return /*#__PURE__*/React.createElement("svg", _extends$q({
1508
+ return /*#__PURE__*/React.createElement("svg", _extends$O({
1528
1509
  xmlns: "http://www.w3.org/2000/svg",
1529
1510
  fill: "currentColor",
1530
1511
  width: 24,
1531
1512
  height: 24
1532
- }, props), _g$g || (_g$g = /*#__PURE__*/React.createElement("g", {
1513
+ }, props), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
1533
1514
  clipPath: "url(#save_svg__a)"
1534
1515
  }, /*#__PURE__*/React.createElement("path", {
1535
1516
  fillRule: "evenodd",
1536
1517
  d: "M7.334.707a3.583 3.583 0 0 0-2.25.979c-.187.175-3.398 3.392-3.491 3.499a3.586 3.586 0 0 0-.87 1.967c-.017.143-.017.433-.017 7.166 0 6.7 0 7.023.017 7.128.073.473.283.89.612 1.22a2.17 2.17 0 0 0 1.219.611c.105.017.518.017 9.446.017 8.937 0 9.34 0 9.446-.017a2.178 2.178 0 0 0 1.22-.612c.327-.328.537-.746.611-1.219.017-.105.017-.51.017-9.446 0-8.928 0-9.34-.017-9.446a2.177 2.177 0 0 0-.612-1.22 2.189 2.189 0 0 0-1.209-.611c-.096-.016-.429-.017-7.085-.018-3.841 0-7.008 0-7.037.002M7.33 2.214a2.106 2.106 0 0 0-1.023.4c-.07.052-.484.46-1.822 1.796A187.66 187.66 0 0 0 2.68 6.226a2.096 2.096 0 0 0-.447.96l-.02.096-.003 6.97c-.003 6.362-.002 6.975.012 7.039a.607.607 0 0 0 .176.31.597.597 0 0 0 .295.172c.071.018.11.019 1.152.019h1.079l.002-3.972c.003-3.82.003-3.976.02-4.063.045-.231.11-.428.199-.605.334-.67.99-1.121 1.728-1.19.155-.014 10.097-.014 10.252 0a2.162 2.162 0 0 1 1.927 1.795c.017.088.017.243.02 4.063l.002 3.972h1.079c1.042 0 1.08 0 1.152-.019.117-.03.2-.079.294-.173a.594.594 0 0 0 .173-.294c.019-.073.019-.149.019-9.306s0-9.233-.019-9.306A.593.593 0 0 0 21.6 2.4a.593.593 0 0 0-.294-.173c-.071-.018-.11-.019-1.152-.019h-1.078l-.003 2.566c-.003 2.448-.003 2.57-.02 2.656a2.16 2.16 0 0 1-.58 1.144 2.13 2.13 0 0 1-1.356.652c-.087.007-1.124.01-3.792.007-3.399-.003-3.679-.005-3.763-.02a2.162 2.162 0 0 1-1.17-.587 2.139 2.139 0 0 1-.596-1.032c-.062-.251-.058-.096-.058-2.867V2.209l-.19.001a4.726 4.726 0 0 0-.218.005m1.905 2.454c0 1.673.004 2.48.01 2.522.04.24.22.44.465.518l.077.025 3.543.002c2.178.002 3.579 0 3.638-.006a.616.616 0 0 0 .418-.193.705.705 0 0 0 .17-.278c.016-.051.017-.151.02-2.552l.002-2.498H9.235zm6.14-1.141a.771.771 0 0 0-.592.563c-.01.043-.013.205-.013.883 0 .774 0 .834.017.893a.781.781 0 0 0 .53.532.92.92 0 0 0 .338.012.692.692 0 0 0 .387-.208.725.725 0 0 0 .189-.293l.027-.077L16.26 5c.003-.712 0-.842-.012-.902a.85.85 0 0 0-.146-.3.808.808 0 0 0-.392-.26 1.015 1.015 0 0 0-.336-.011M7.01 13.46a.621.621 0 0 0-.397.192.71.71 0 0 0-.17.278c-.016.05-.017.189-.02 3.957l-.002 3.905h11.156v-3.868c0-4.331.006-3.947-.073-4.108a.519.519 0 0 0-.118-.163.613.613 0 0 0-.409-.194c-.104-.01-9.863-.01-9.967 0m1.317 1.32a.692.692 0 0 0-.37.206.71.71 0 0 0-.188.292.885.885 0 0 0-.015.418.761.761 0 0 0 .543.547c.075.02.113.02 2.296.02 2.182 0 2.22 0 2.295-.02a.761.761 0 0 0 .543-.546.884.884 0 0 0-.015-.419.7.7 0 0 0-.187-.292.693.693 0 0 0-.382-.207c-.11-.021-4.42-.02-4.52.002m.022 2.807a.772.772 0 0 0-.58.504.885.885 0 0 0-.015.418.77.77 0 0 0 .496.535l.077.026h7.344l.077-.026a.78.78 0 0 0 .482-.482c.024-.072.026-.089.026-.236 0-.148-.002-.163-.027-.235a.784.784 0 0 0-.5-.486l-.068-.023H12.03c-1.999-.002-3.654.001-3.68.005",
1537
1518
  clipRule: "evenodd"
1538
- }))), _defs$g || (_defs$g = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1519
+ }))), _defs$m || (_defs$m = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1539
1520
  id: "save_svg__a"
1540
1521
  }, /*#__PURE__*/React.createElement("path", {
1541
1522
  d: "M0 0h24v24H0z"
1542
1523
  })))));
1543
1524
  };
1544
1525
 
1545
- var _g$f, _defs$f;
1546
- 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); }
1526
+ var _g$l, _defs$l;
1527
+ 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); }
1547
1528
  var SvgSearch = function SvgSearch(props) {
1548
- return /*#__PURE__*/React.createElement("svg", _extends$p({
1529
+ return /*#__PURE__*/React.createElement("svg", _extends$N({
1549
1530
  xmlns: "http://www.w3.org/2000/svg",
1550
1531
  fill: "currentColor",
1551
1532
  width: 24,
1552
1533
  height: 24
1553
- }, props), _g$f || (_g$f = /*#__PURE__*/React.createElement("g", {
1534
+ }, props), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
1554
1535
  clipPath: "url(#search_svg__a)"
1555
1536
  }, /*#__PURE__*/React.createElement("path", {
1556
1537
  fillRule: "evenodd",
1557
1538
  d: "M9.456.712A9.294 9.294 0 0 0 4.85 2.233a8.788 8.788 0 0 0-1.514 1.253 9.168 9.168 0 0 0-2.035 3.19 9.233 9.233 0 0 0 .727 8.045 9.22 9.22 0 0 0 4.968 3.99 9.2 9.2 0 0 0 4.102.416 9.349 9.349 0 0 0 3.82-1.376c.302-.19.63-.429.911-.662l.11-.09 3.073 3.072c1.69 1.69 3.092 3.085 3.116 3.1a.67.67 0 0 0 .418.123c.224 0 .367-.06.528-.22a.667.667 0 0 0 .22-.528.673.673 0 0 0-.122-.418 484.944 484.944 0 0 0-3.1-3.116L17 15.939l.113-.138a9.265 9.265 0 0 0 2.02-6.969 9.32 9.32 0 0 0-1.963-4.666 9.526 9.526 0 0 0-1.434-1.433A9.3 9.3 0 0 0 10.709.73 11.04 11.04 0 0 0 9.456.712m.16 1.496a7.746 7.746 0 0 0-3.042.77A7.712 7.712 0 0 0 3.238 6.08a7.786 7.786 0 0 0-.972 4.864 7.847 7.847 0 0 0 1.63 3.84A7.692 7.692 0 0 0 6.48 16.87a7.779 7.779 0 0 0 2.833.8c.235.021.984.024 1.22.005a7.683 7.683 0 0 0 1.854-.377 7.744 7.744 0 0 0 2.667-1.52c.156-.136.619-.601.75-.755a7.698 7.698 0 0 0 1.348-2.228 7.79 7.79 0 0 0 .518-2.183c.021-.212.03-.869.015-1.11a7.779 7.779 0 0 0-1.993-4.756 7.774 7.774 0 0 0-5.238-2.53 11.158 11.158 0 0 0-.837-.01",
1558
1539
  clipRule: "evenodd"
1559
- }))), _defs$f || (_defs$f = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1540
+ }))), _defs$l || (_defs$l = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1560
1541
  id: "search_svg__a"
1561
1542
  }, /*#__PURE__*/React.createElement("path", {
1562
1543
  d: "M0 0h24v24H0z"
1563
1544
  })))));
1564
1545
  };
1565
1546
 
1566
- var _g$e, _defs$e;
1567
- 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); }
1547
+ var _g$k, _defs$k;
1548
+ 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); }
1568
1549
  var SvgServerLock = function SvgServerLock(props) {
1569
- return /*#__PURE__*/React.createElement("svg", _extends$o({
1550
+ return /*#__PURE__*/React.createElement("svg", _extends$M({
1570
1551
  xmlns: "http://www.w3.org/2000/svg",
1571
1552
  fill: "currentColor",
1572
1553
  width: 24,
1573
1554
  height: 24
1574
- }, props), _g$e || (_g$e = /*#__PURE__*/React.createElement("g", {
1555
+ }, props), _g$k || (_g$k = /*#__PURE__*/React.createElement("g", {
1575
1556
  clipPath: "url(#server-lock_svg__a)"
1576
1557
  }, /*#__PURE__*/React.createElement("path", {
1577
1558
  fillRule: "evenodd",
1578
1559
  d: "M5.38.711A4.944 4.944 0 0 0 2.16 2.16 4.938 4.938 0 0 0 .71 5.897a4.913 4.913 0 0 0 1.48 3.316c.256.251.518.462.789.636l.065.042-.084.054a5.094 5.094 0 0 0-1.34 1.289 5.028 5.028 0 0 0-.732 1.53 5.043 5.043 0 0 0-.114 2.178 4.939 4.939 0 0 0 1.703 2.973 4.959 4.959 0 0 0 2.553 1.122c.307.04.335.04 3.437.036l2.99-.003.077-.026a.778.778 0 0 0 .487-.507.914.914 0 0 0 0-.417.782.782 0 0 0-.51-.515l-.073-.022-3.019-.005c-3.35-.006-3.08 0-3.422-.069a3.475 3.475 0 0 1-2.772-3.013 5.403 5.403 0 0 1 .006-.816 3.491 3.491 0 0 1 1.721-2.58c.387-.221.8-.36 1.275-.431.11-.017.374-.018 4.91-.023l4.796-.004.073-.021a.782.782 0 0 0 .527-.507.944.944 0 0 0 .014-.386.768.768 0 0 0-.518-.561l-.067-.023-4.79-.005-4.791-.005-.148-.022a3.474 3.474 0 0 1-2.74-2.06 3.3 3.3 0 0 1-.282-1.292c-.01-.416.04-.77.157-1.136a3.39 3.39 0 0 1 .874-1.42 3.432 3.432 0 0 1 2.134-.986c.073-.007 2.077-.01 5.934-.01 6.313 0 5.902-.003 6.215.05a3.475 3.475 0 0 1 2.848 3.057c.018.166.015.578-.006.752-.08.67-.303 1.263-.719 1.905-.161.25-.183.31-.183.505a.64.64 0 0 0 .022.208.754.754 0 0 0 1.079.462c.113-.059.2-.146.313-.313.58-.861.913-1.78.995-2.743.016-.19.018-.607.004-.792a4.966 4.966 0 0 0-2.77-4.09C18.577.947 18.059.8 17.4.723c-.135-.016-.491-.017-6.01-.018-3.226 0-5.93.002-6.01.006m.115 3.874a1.1 1.1 0 1 0 .353 2.174 1.1 1.1 0 0 0-.353-2.174m4.911.36a.768.768 0 0 0-.538.535.973.973 0 0 0-.01.342.772.772 0 0 0 .515.57l.077.026h3.302c3.166 0 3.305-.001 3.365-.018a.781.781 0 0 0 .532-.53.92.92 0 0 0 .021-.158.727.727 0 0 0-.103-.429.838.838 0 0 0-.354-.305c-.133-.056.096-.053-3.461-.052-3.21 0-3.275 0-3.346.019m7.637 5.611a3.547 3.547 0 0 0-2.325 1.13 3.64 3.64 0 0 0-.602.882 3.625 3.625 0 0 0-.329 1.136 6.89 6.89 0 0 0-.021.66l-.006.536-.098.041a2.175 2.175 0 0 0-1.23 1.428c-.07.268-.064.047-.064 2.658 0 2.238 0 2.352.018 2.453.105.627.46 1.16.998 1.497.272.17.622.285.952.313.088.007.992.01 3.072.007 2.776-.003 2.953-.004 3.048-.02.242-.041.42-.097.63-.199a2.164 2.164 0 0 0 1.203-1.737c.014-.154.014-4.479 0-4.623a2.236 2.236 0 0 0-.316-.936 2.22 2.22 0 0 0-.69-.69 2.888 2.888 0 0 0-.34-.173l-.053-.021-.004-.564c-.005-.603-.007-.634-.061-.914a3.57 3.57 0 0 0-3.044-2.846c-.1-.014-.64-.027-.738-.018m.077 1.502c-.262.03-.491.098-.725.216a2.058 2.058 0 0 0-1.113 1.598 8.02 8.02 0 0 0-.01.487v.406h4.12l-.004-.435c-.004-.35-.008-.453-.02-.535a2.068 2.068 0 0 0-1.724-1.723 3.007 3.007 0 0 0-.524-.014m-12.61.96a1.11 1.11 0 0 0-.926.928 1.1 1.1 0 1 0 .926-.927m5.004.346a.655.655 0 0 0-.261.077.759.759 0 0 0-.403.585.755.755 0 0 0 .544.808l.075.022h1.66l.077-.022a.761.761 0 0 0 .529-.568.887.887 0 0 0-.018-.39.775.775 0 0 0-.53-.496c-.075-.02-.088-.02-.835-.023-.417 0-.794.002-.838.007m4.817 2.93a.671.671 0 0 0-.447.448c-.018.051-.018.136-.02 2.252-.004 2.434-.008 2.282.059 2.421a.679.679 0 0 0 .308.315c.138.067-.117.062 3.096.062 2.86 0 2.906 0 2.98-.019.115-.03.2-.079.294-.173.07-.07.09-.095.127-.173a.82.82 0 0 0 .054-.142c.007-.035.01-.709.01-2.256 0-2.444.005-2.257-.065-2.4a.767.767 0 0 0-.29-.292c-.143-.07.123-.065-3.115-.064h-2.919zm2.893 1.669c-.264.023-.5.138-.69.337a1.07 1.07 0 0 0-.3.853 1.1 1.1 0 1 0 .99-1.19",
1579
1560
  clipRule: "evenodd"
1580
- }))), _defs$e || (_defs$e = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1561
+ }))), _defs$k || (_defs$k = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1581
1562
  id: "server-lock_svg__a"
1582
1563
  }, /*#__PURE__*/React.createElement("path", {
1583
1564
  d: "M0 0h24v24H0z"
1584
1565
  })))));
1585
1566
  };
1586
1567
 
1587
- var _g$d, _defs$d;
1588
- 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); }
1568
+ var _g$j, _defs$j;
1569
+ 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); }
1589
1570
  var SvgSettingsVertical = function SvgSettingsVertical(props) {
1590
- return /*#__PURE__*/React.createElement("svg", _extends$n({
1571
+ return /*#__PURE__*/React.createElement("svg", _extends$L({
1591
1572
  xmlns: "http://www.w3.org/2000/svg",
1592
1573
  fill: "currentColor",
1593
1574
  width: 24,
1594
1575
  height: 24
1595
- }, props), _g$d || (_g$d = /*#__PURE__*/React.createElement("g", {
1576
+ }, props), _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
1596
1577
  clipPath: "url(#settings-vertical_svg__a)"
1597
1578
  }, /*#__PURE__*/React.createElement("path", {
1598
1579
  fillRule: "evenodd",
1599
1580
  d: "M2.698.707c-.467.034-.84.166-1.169.413-.453.341-.76.937-.819 1.587-.016.182-.008 18.636.008 18.749.07.483.243.862.534 1.17.35.368.885.613 1.455.664.182.016 18.636.008 18.749-.008.414-.06.741-.192 1.026-.412.454-.352.75-.93.808-1.577.016-.182.008-18.636-.008-18.749a2.23 2.23 0 0 0-.203-.686 1.923 1.923 0 0 0-.909-.903 2.555 2.555 0 0 0-.862-.244c-.074-.007-2.812-.01-9.336-.009-5.077.001-9.25.004-9.274.005m-.044 1.517c-.23.048-.363.202-.427.492-.018.08-.019.29-.019 9.316 0 8.31.001 9.24.015 9.307.047.235.2.37.493.434.08.018.29.019 9.316.019 8.31 0 9.24-.002 9.307-.015.235-.047.37-.2.434-.493.018-.08.019-.29.019-9.316 0-8.31-.002-9.24-.015-9.307-.047-.235-.2-.37-.493-.434-.08-.018-.289-.019-9.322-.018-8.08 0-9.249.002-9.308.015m5.64 2.716a2.866 2.866 0 0 0-1.594.62c-.125.099-.347.32-.443.44a2.858 2.858 0 0 0-.568 1.19 2.289 2.289 0 0 0-.058.605c0 .204.004.29.017.38.097.651.365 1.19.817 1.642.333.333.694.554 1.143.7l.125.04.005 3.974c.004 3.843.005 3.975.022 4.026a.787.787 0 0 0 .536.515.933.933 0 0 0 .385-.004.761.761 0 0 0 .544-.6c.007-.04.01-1.355.01-3.987v-3.926l.081-.022a2.861 2.861 0 0 0 2.013-2.435c.016-.14.016-.46 0-.605a2.864 2.864 0 0 0-2.48-2.535 4.833 4.833 0 0 0-.555-.018m7.09.004a.789.789 0 0 0-.521.368.756.756 0 0 0-.088.246c-.007.043-.01.87-.01 2.584v2.52l-.047.011c-.1.023-.3.103-.468.185a2.86 2.86 0 0 0-1.579 2.256 3.976 3.976 0 0 0 0 .61 2.865 2.865 0 0 0 2.08 2.452c.012 0 .014.136.014 1.116 0 .715.003 1.138.01 1.176a.754.754 0 0 0 .544.6c.097.027.292.03.385.004.252-.07.45-.26.536-.515.017-.05.018-.116.022-1.213l.005-1.16.125-.04c.43-.14.812-.373 1.138-.698.2-.199.349-.393.485-.633.166-.294.291-.677.342-1.047.02-.142.016-.58-.005-.724a2.867 2.867 0 0 0-.61-1.416 3.639 3.639 0 0 0-.44-.44 2.848 2.848 0 0 0-.896-.482l-.139-.046-.005-2.567c-.004-2.115-.007-2.573-.018-2.605a.777.777 0 0 0-.52-.523 1.06 1.06 0 0 0-.34-.02M8.267 6.456a1.36 1.36 0 0 0-1 1.934c.176.369.53.645.942.735.096.021.359.03.462.015a1.365 1.365 0 0 0 1.056-.8 1.358 1.358 0 0 0-.653-1.77 1.707 1.707 0 0 0-.37-.114 1.815 1.815 0 0 0-.437 0m7.075 5.617c-.34.06-.553.165-.771.377a1.354 1.354 0 0 0 .746 2.312c.118.018.367.012.476-.012a1.36 1.36 0 0 0 .856-2.078 1.477 1.477 0 0 0-.377-.38 1.513 1.513 0 0 0-.479-.201 2.653 2.653 0 0 0-.451-.018",
1600
1581
  clipRule: "evenodd"
1601
- }))), _defs$d || (_defs$d = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1582
+ }))), _defs$j || (_defs$j = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1602
1583
  id: "settings-vertical_svg__a"
1603
1584
  }, /*#__PURE__*/React.createElement("path", {
1604
1585
  d: "M0 0h24v24H0z"
1605
1586
  })))));
1606
1587
  };
1607
1588
 
1608
- var _path$9;
1609
- 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); }
1589
+ var _path$r;
1590
+ 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); }
1610
1591
  var SvgShield = function SvgShield(props) {
1611
- return /*#__PURE__*/React.createElement("svg", _extends$m({
1592
+ return /*#__PURE__*/React.createElement("svg", _extends$K({
1612
1593
  xmlns: "http://www.w3.org/2000/svg",
1613
1594
  fill: "currentColor",
1614
1595
  width: 24,
1615
1596
  height: 24
1616
- }, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
1597
+ }, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
1617
1598
  fillRule: "evenodd",
1618
1599
  d: "M3.346.712c-.445.042-.91.25-1.236.553-.382.355-.598.765-.687 1.303-.015.088-.016.44-.02 4.373-.002 4.323 0 4.61.032 4.915.13 1.21.621 2.436 1.52 3.792 1.055 1.59 2.706 3.326 4.778 5.021a35.552 35.552 0 0 0 2.851 2.116c.329.217.374.245.507.308.567.27 1.25.27 1.818 0 .133-.063.178-.09.507-.308a36.599 36.599 0 0 0 4.013-3.11 33.452 33.452 0 0 0 1.714-1.666c.785-.841 1.405-1.612 1.913-2.378.89-1.345 1.382-2.576 1.51-3.778.032-.307.033-.604.03-4.917-.003-4.661 0-4.301-.054-4.55A2.167 2.167 0 0 0 20.635.71C20.504.698 3.473.7 3.345.712m.033 1.519A.595.595 0 0 0 3.1 2.4a.524.524 0 0 0-.122.164c-.076.154-.07-.278-.067 4.64.003 4.835-.002 4.427.056 4.772.173 1.039.744 2.215 1.682 3.466 1.219 1.623 3.099 3.413 5.35 5.092.678.506 1.562 1.117 1.737 1.2a.632.632 0 0 0 .537-.004c.107-.052.738-.477 1.196-.806 2.1-1.508 3.966-3.18 5.275-4.724 1.31-1.545 2.097-3.004 2.294-4.253.051-.322.047.046.05-4.737.004-4.937.01-4.49-.067-4.647A.53.53 0 0 0 20.9 2.4a.59.59 0 0 0-.294-.173c-.073-.019-.145-.019-8.614-.018h-8.54zm14.789 2.153a.714.714 0 0 0-.343.176c-.033.03-1.593 1.997-3.769 4.752-3.348 4.238-3.716 4.7-3.757 4.721a.237.237 0 0 1-.274-.048 209.19 209.19 0 0 1-1.194-1.687c-.88-1.253-1.181-1.673-1.232-1.724a.752.752 0 0 0-1.246.34.73.73 0 0 0-.02.203.605.605 0 0 0 .07.326c.023.046 2.271 3.25 2.417 3.445.231.31.611.55 1.006.635.27.058.57.05.83-.024.295-.083.564-.242.779-.462.054-.055 7.333-9.256 7.508-9.49a.824.824 0 0 0 .113-.245.847.847 0 0 0-.042-.496.797.797 0 0 0-.52-.423.978.978 0 0 0-.326 0",
1619
1600
  clipRule: "evenodd"
1620
1601
  })));
1621
1602
  };
1622
1603
 
1623
- var _path$8;
1624
- 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); }
1604
+ var _path$q;
1605
+ 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); }
1625
1606
  var SvgServer2 = function SvgServer2(props) {
1626
- return /*#__PURE__*/React.createElement("svg", _extends$l({
1607
+ return /*#__PURE__*/React.createElement("svg", _extends$J({
1627
1608
  xmlns: "http://www.w3.org/2000/svg",
1628
1609
  fill: "currentColor",
1629
1610
  width: 24,
1630
1611
  height: 24
1631
- }, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
1612
+ }, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
1632
1613
  fillRule: "evenodd",
1633
1614
  d: "M5.275 2.828a4.97 4.97 0 0 0-3.65 7.838c.343.48.825.946 1.305 1.26.057.037.104.07.104.074a.782.782 0 0 1-.104.074c-.48.314-.962.78-1.305 1.26-.642.902-.967 2-.915 3.098a4.83 4.83 0 0 0 .49 1.95 4.955 4.955 0 0 0 4.094 2.791c.262.022 13.152.021 13.412 0A4.928 4.928 0 0 0 21.8 19.77a4.926 4.926 0 0 0 1.488-3.262 4.957 4.957 0 0 0-2.266-4.466.208.208 0 0 1-.057-.043c0-.005.026-.024.057-.043.082-.05.278-.19.39-.279a5.25 5.25 0 0 0 .807-.806 4.934 4.934 0 0 0 1.07-2.801 4.947 4.947 0 0 0-.99-3.278 5.021 5.021 0 0 0-1.959-1.556 5.07 5.07 0 0 0-1.352-.382c-.35-.044-.025-.042-7.013-.041-5.238.001-6.586.004-6.7.014m.274 1.489A3.468 3.468 0 0 0 2.257 7.19c-.04.237-.044.29-.044.59 0 .293.004.352.04.567a3.468 3.468 0 0 0 3.23 2.894c.216.014 12.818.014 13.035 0a3.467 3.467 0 0 0 3.256-3.062 6.193 6.193 0 0 0 0-.797 3.469 3.469 0 0 0-2.867-3.02 6.474 6.474 0 0 0-.24-.034c-.073-.009-1.64-.012-6.571-.013-3.561 0-6.508 0-6.547.002m-.773 2.38a1.12 1.12 0 0 0-.8.604 1.14 1.14 0 0 0-.107.478c0 .539.383.995.913 1.087.132.023.336.015.462-.018a1.13 1.13 0 0 0 .603-.402c.075-.1.156-.265.188-.387.024-.088.026-.11.026-.278 0-.168-.002-.19-.026-.279a1.235 1.235 0 0 0-.274-.488c-.1-.107-.29-.226-.443-.278a1.217 1.217 0 0 0-.542-.04m5.717.34a.75.75 0 0 0-.63.574.923.923 0 0 0 .005.362.751.751 0 0 0 .625.552c.058.007 1.197.01 4.022.007 3.251-.003 3.95-.005 3.988-.016a.775.775 0 0 0 .51-.424.692.692 0 0 0 .063-.311c0-.13-.02-.222-.072-.327a.763.763 0 0 0-.483-.4l-.075-.022-3.945-.001c-2.17 0-3.974.002-4.008.007M5.46 12.76a3.455 3.455 0 0 0-2.412 1.194 3.508 3.508 0 0 0-.796 1.699 2.664 2.664 0 0 0-.039.566c0 .3.004.354.044.59.062.375.216.802.409 1.138a3.526 3.526 0 0 0 1.568 1.426c.362.164.69.251 1.123.3.165.018 13.108.018 13.291 0a3.469 3.469 0 0 0 3.127-3.055c.017-.124.017-.66 0-.797a3.471 3.471 0 0 0-1.36-2.371 3.44 3.44 0 0 0-1.858-.688c-.174-.007-12.951-.01-13.097-.002m-.692 2.375a1.112 1.112 0 0 0-.846.743c-.086.271-.065.58.055.821a1.107 1.107 0 0 0 1.758.313c.124-.116.252-.336.3-.514.024-.089.026-.11.026-.279 0-.168-.002-.19-.026-.278a1.308 1.308 0 0 0-.188-.387 1.129 1.129 0 0 0-.603-.402 1.407 1.407 0 0 0-.476-.017m5.706.342a.764.764 0 0 0-.595.51.763.763 0 0 0 .088.641.74.74 0 0 0 .459.323c.068.016.268.017 4.041.017h3.97l.078-.02a.763.763 0 0 0 .49-.402.673.673 0 0 0 .071-.323.674.674 0 0 0-.122-.418.778.778 0 0 0-.45-.321c-.04-.01-.738-.013-4.008-.014a406.17 406.17 0 0 0-4.022.007",
1634
1615
  clipRule: "evenodd"
1635
1616
  })));
1636
1617
  };
1637
1618
 
1638
- var _g$c, _defs$c;
1639
- 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); }
1619
+ var _g$i, _defs$i;
1620
+ 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); }
1640
1621
  var SvgSupportCircle = function SvgSupportCircle(props) {
1641
- return /*#__PURE__*/React.createElement("svg", _extends$k({
1622
+ return /*#__PURE__*/React.createElement("svg", _extends$I({
1642
1623
  xmlns: "http://www.w3.org/2000/svg",
1643
1624
  fill: "currentColor",
1644
1625
  width: 24,
1645
1626
  height: 24
1646
- }, props), _g$c || (_g$c = /*#__PURE__*/React.createElement("g", {
1627
+ }, props), _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
1647
1628
  clipPath: "url(#support-circle_svg__a)"
1648
1629
  }, /*#__PURE__*/React.createElement("path", {
1649
1630
  fillRule: "evenodd",
1650
1631
  d: "M2.698.707A2.167 2.167 0 0 0 .723 2.544c-.016.096-.017.441-.02 7.267-.002 5.118 0 7.202.007 7.291.015.172.05.339.107.508.11.328.274.59.521.837.321.319.692.514 1.148.601.11.02.126.021 1.272.027l1.162.005.005 1.81.005 1.81.026.076c.068.2.221.373.402.455a.683.683 0 0 0 .316.063c.14 0 .206-.014.321-.071.058-.029.74-.535 2.813-2.09l2.736-2.053 4.93-.005 4.93-.005.11-.022a2.162 2.162 0 0 0 1.776-1.946c.007-.089.01-2.173.007-7.29-.003-6.827-.004-7.172-.02-7.268a2.19 2.19 0 0 0-.612-1.21 2.19 2.19 0 0 0-1.209-.611c-.096-.016-.519-.017-9.408-.018-5.119 0-9.327 0-9.35.002m-.008 1.52a.598.598 0 0 0-.29.173.593.593 0 0 0-.173.294c-.019.073-.02.139-.019 7.198 0 6.238.002 7.131.014 7.184a.679.679 0 0 0 .463.48c.051.015.175.017 1.592.022l1.536.005.072.022a.788.788 0 0 1 .51.51l.022.072.005 1.428.005 1.427 2.238-1.679c1.65-1.237 2.257-1.687 2.309-1.712.039-.018.097-.041.128-.05.056-.018.271-.018 5.108-.023 4.842-.005 5.052-.006 5.106-.023a.678.678 0 0 0 .461-.477c.013-.055.015-.829.015-7.186 0-7.06 0-7.125-.019-7.198A.592.592 0 0 0 21.6 2.4a.592.592 0 0 0-.294-.173c-.073-.019-.148-.019-9.31-.018-9.057 0-9.237 0-9.306.018m9.065 1.297a3.568 3.568 0 0 0-3.124 2.394 3.426 3.426 0 0 0-.19 1.037c-.006.21.005.298.05.408a.825.825 0 0 0 .381.399.805.805 0 0 0 .63 0 .828.828 0 0 0 .316-.278c.088-.131.11-.22.128-.524a2.03 2.03 0 0 1 .727-1.456 2.1 2.1 0 0 1 1.101-.473 2.59 2.59 0 0 1 .492.005 2.073 2.073 0 0 1 1.505.99c.209.35.318.805.284 1.19a2.04 2.04 0 0 1-.58 1.296 1.98 1.98 0 0 1-.755.497c-.378.148-.598.286-.836.523a2.126 2.126 0 0 0-.56.962c-.061.23-.076.376-.07.7.003.232.005.26.025.321.079.242.268.43.505.503.066.02.096.024.216.024s.15-.004.216-.024a.775.775 0 0 0 .504-.503c.019-.059.022-.097.029-.312.008-.271.016-.321.072-.437.082-.166.207-.269.428-.35a3.577 3.577 0 0 0 2.26-2.713c.048-.283.065-.627.044-.89a3.55 3.55 0 0 0-1.96-2.919 3.462 3.462 0 0 0-1.204-.357 4.59 4.59 0 0 0-.634-.013m.154 9.84a1.09 1.09 0 0 0-.902.625 1.1 1.1 0 1 0 1.646-.414 1.083 1.083 0 0 0-.744-.21",
1651
1632
  clipRule: "evenodd"
1652
- }))), _defs$c || (_defs$c = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1633
+ }))), _defs$i || (_defs$i = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1653
1634
  id: "support-circle_svg__a"
1654
1635
  }, /*#__PURE__*/React.createElement("path", {
1655
1636
  d: "M0 0h24v24H0z"
1656
1637
  })))));
1657
1638
  };
1658
1639
 
1659
- var _g$b, _defs$b;
1660
- 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); }
1640
+ var _g$h, _defs$h;
1641
+ 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); }
1661
1642
  var SvgSupport = function SvgSupport(props) {
1662
- return /*#__PURE__*/React.createElement("svg", _extends$j({
1643
+ return /*#__PURE__*/React.createElement("svg", _extends$H({
1663
1644
  xmlns: "http://www.w3.org/2000/svg",
1664
1645
  fill: "currentColor",
1665
1646
  width: 24,
1666
1647
  height: 24
1667
- }, props), _g$b || (_g$b = /*#__PURE__*/React.createElement("g", {
1648
+ }, props), _g$h || (_g$h = /*#__PURE__*/React.createElement("g", {
1668
1649
  clipPath: "url(#support_svg__a)"
1669
1650
  }, /*#__PURE__*/React.createElement("path", {
1670
1651
  fillRule: "evenodd",
1671
1652
  d: "M6.053.711a5.666 5.666 0 0 0-4.008 1.991A5.674 5.674 0 0 0 .788 7.354a5.68 5.68 0 0 0 2.66 3.865l.065.037.003 2.194.002 2.193.022.07a.77.77 0 0 0 .418.488c.092.043.18.061.31.061a.71.71 0 0 0 .414-.12c.064-.041 2.886-2.854 2.98-2.969a.785.785 0 0 0 .149-.3.881.881 0 0 0-.03-.441.817.817 0 0 0-.269-.34.663.663 0 0 0-.432-.135.623.623 0 0 0-.287.05c-.133.054-.16.08-.982.899l-.79.787-.002-1.497-.003-1.497-.022-.077a.797.797 0 0 0-.254-.397 2.007 2.007 0 0 0-.232-.137 4.019 4.019 0 0 1-1.126-.826 4.159 4.159 0 0 1 .314-6.088 4.18 4.18 0 0 1 2.198-.944c.13-.016.257-.017 1.872-.017 1.874 0 1.804-.002 2.127.053a4.06 4.06 0 0 1 1.133.369 4.06 4.06 0 0 1 1.094.778 4.097 4.097 0 0 1 1.033 1.674c.036.108.081.222.1.254a.76.76 0 0 0 .513.366.772.772 0 0 0 .543-.105.757.757 0 0 0 .337-.756 5.102 5.102 0 0 0-.204-.61c-.3-.73-.73-1.37-1.292-1.918a5.559 5.559 0 0 0-1.49-1.047A5.675 5.675 0 0 0 9.642.72C9.507.705 6.271.699 6.053.71m8.299 7.041A5.668 5.668 0 0 0 9.183 12.7a6.28 6.28 0 0 0 0 1.411 5.675 5.675 0 0 0 4.895 4.92c.234.03.47.043.797.043h.326l2.04 2.04c2.212 2.21 2.082 2.085 2.244 2.141a.76.76 0 0 0 .602-.046.813.813 0 0 0 .345-.388c.057-.149.054-.02.054-2.374V18.29l.132-.082c.248-.153.49-.33.718-.526.148-.126.464-.442.585-.584a5.666 5.666 0 0 0 1.334-3.01 6.29 6.29 0 0 0 .026-1.114 5.663 5.663 0 0 0-3.322-4.739 5.609 5.609 0 0 0-1.887-.483c-.238-.02-3.488-.019-3.72 0m.173 1.494a4.18 4.18 0 0 0-2.079.726 4.339 4.339 0 0 0-.942.896 4.19 4.19 0 0 0-.794 1.79 3.254 3.254 0 0 0-.059.748c0 .37.008.462.059.748a4.18 4.18 0 0 0 3.58 3.39c.21.026.405.034.848.034.46 0 .515.004.629.043.161.057.08-.02 1.707 1.606l1.505 1.503.003-1.502c.003-1.364.005-1.507.02-1.56a.717.717 0 0 1 .207-.36.687.687 0 0 1 .247-.17 4.185 4.185 0 0 0 1.666-1.476c.352-.54.565-1.133.648-1.8a5.555 5.555 0 0 0-.005-.964 4.144 4.144 0 0 0-.263-1.028 4.092 4.092 0 0 0-.978-1.459 3.956 3.956 0 0 0-1.066-.749 4.054 4.054 0 0 0-1.568-.417c-.162-.012-3.2-.01-3.365 0",
1672
1653
  clipRule: "evenodd"
1673
- }))), _defs$b || (_defs$b = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1654
+ }))), _defs$h || (_defs$h = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1674
1655
  id: "support_svg__a"
1675
1656
  }, /*#__PURE__*/React.createElement("path", {
1676
1657
  d: "M0 0h24v24H0z"
1677
1658
  })))));
1678
1659
  };
1679
1660
 
1680
- var _g$a, _defs$a;
1681
- 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); }
1661
+ var _g$g, _defs$g;
1662
+ 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); }
1682
1663
  var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
1683
- return /*#__PURE__*/React.createElement("svg", _extends$i({
1664
+ return /*#__PURE__*/React.createElement("svg", _extends$G({
1684
1665
  xmlns: "http://www.w3.org/2000/svg",
1685
1666
  fill: "currentColor",
1686
1667
  width: 24,
1687
1668
  height: 24
1688
- }, props), _g$a || (_g$a = /*#__PURE__*/React.createElement("g", {
1669
+ }, props), _g$g || (_g$g = /*#__PURE__*/React.createElement("g", {
1689
1670
  clipPath: "url(#support-headphones_svg__a)"
1690
1671
  }, /*#__PURE__*/React.createElement("path", {
1691
1672
  fillRule: "evenodd",
1692
1673
  d: "M11.611.72a8.458 8.458 0 0 0-5.195 2.087c-.183.16-.645.622-.805.806A8.454 8.454 0 0 0 4.08 6.149a8.409 8.409 0 0 0-.541 2.371l-.117.028A3.579 3.579 0 0 0 .72 11.645c-.017.136-.024 3.163-.009 3.398.05.765.32 1.45.805 2.045.103.126.35.375.476.478.483.398 1.07.668 1.673.77.25.041.293.043.91.043.58 0 .599 0 .724-.022.364-.063.747-.19 1.038-.344.419-.221.67-.499.761-.841l.021-.08V9.74l-.022-.08c-.1-.37-.372-.652-.851-.884a3.584 3.584 0 0 0-1.13-.322c-.033-.004-.056-.011-.056-.018l.02-.158a6.995 6.995 0 0 1 1.429-3.39A7.41 7.41 0 0 1 7.686 3.71 6.98 6.98 0 0 1 18.94 8.436c0 .006-.023.013-.055.017-.381.04-.794.158-1.13.322-.477.23-.744.506-.852.878l-.022.077-.003 3.655c-.002 3.561-.002 3.658.016 3.746.096.47.529.845 1.257 1.086.258.086.535.147.743.163l.084.007v.054a2.046 2.046 0 0 1-.604 1.354 2.022 2.022 0 0 1-1.04.561c-.198.04-.288.044-1.117.044h-.789l-.021-.055a2.172 2.172 0 0 0-1.756-1.339c-.134-.018-3.17-.018-3.303 0-.4.054-.74.19-1.042.415a2.156 2.156 0 0 0 1.09 3.878c.151.014 3.055.014 3.206 0a2.167 2.167 0 0 0 1.796-1.322l.032-.078.917-.004c.972-.004.933-.002 1.214-.05a3.596 3.596 0 0 0 1.48-.643 3.557 3.557 0 0 0 1.44-2.743l.007-.152.04-.01c.112-.026.322-.09.433-.129a3.577 3.577 0 0 0 2.155-2.22 3.88 3.88 0 0 0 .143-.612c.038-.27.04-.386.037-2.02-.004-1.663-.003-1.622-.05-1.908a3.572 3.572 0 0 0-2.671-2.86l-.117-.028-.006-.082a8.504 8.504 0 0 0-1.477-4.075 8.794 8.794 0 0 0-1.71-1.82A8.48 8.48 0 0 0 11.61.72m-7.5 9.237a2.068 2.068 0 0 0-1.45.764 2.165 2.165 0 0 0-.401.824c-.05.216-.05.194-.05 1.872 0 1.711-.001 1.662.058 1.903.2.809.86 1.408 1.699 1.544.153.025.964.032 1.094.01.153-.027.367-.092.511-.157l.056-.024V10.14l-.05-.021a2.59 2.59 0 0 0-.546-.164c-.078-.011-.746-.01-.921.001m14.83.003a2.784 2.784 0 0 0-.538.17l-.027.012v6.551l.056.024c.144.065.358.13.51.157.13.022.942.015 1.095-.01a2.065 2.065 0 0 0 1.742-1.775c.022-.171.022-3.175 0-3.344a1.977 1.977 0 0 0-.196-.642 2.054 2.054 0 0 0-1.555-1.133 9.634 9.634 0 0 0-1.086-.01m-8.465 10.547a.668.668 0 0 0-.52.499.805.805 0 0 0-.012.158.52.52 0 0 0 .026.183.67.67 0 0 0 .468.44c.054.013.257.015 1.564.015s1.51-.002 1.564-.014a.673.673 0 0 0 .477-.475.86.86 0 0 0 .004-.307.674.674 0 0 0-.447-.482l-.067-.022-1.507-.002a88.7 88.7 0 0 0-1.55.007",
1693
1674
  clipRule: "evenodd"
1694
- }))), _defs$a || (_defs$a = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1675
+ }))), _defs$g || (_defs$g = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1695
1676
  id: "support-headphones_svg__a"
1696
1677
  }, /*#__PURE__*/React.createElement("path", {
1697
1678
  d: "M0 0h24v24H0z"
1698
1679
  })))));
1699
1680
  };
1700
1681
 
1701
- var _g$9, _defs$9;
1702
- 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); }
1682
+ var _g$f, _defs$f;
1683
+ 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); }
1703
1684
  var SvgSystem = function SvgSystem(props) {
1704
- return /*#__PURE__*/React.createElement("svg", _extends$h({
1685
+ return /*#__PURE__*/React.createElement("svg", _extends$F({
1705
1686
  xmlns: "http://www.w3.org/2000/svg",
1706
1687
  fill: "currentColor",
1707
1688
  width: 24,
1708
1689
  height: 24
1709
- }, props), _g$9 || (_g$9 = /*#__PURE__*/React.createElement("g", {
1690
+ }, props), _g$f || (_g$f = /*#__PURE__*/React.createElement("g", {
1710
1691
  clipPath: "url(#system_svg__a)"
1711
1692
  }, /*#__PURE__*/React.createElement("path", {
1712
1693
  fillRule: "evenodd",
1713
1694
  d: "M16.531.822a6.157 6.157 0 0 0-4.661 2.76 6.139 6.139 0 0 0-.98 2.807 8.565 8.565 0 0 0 0 1.109c.034.34.078.604.151.906l.04.162-4.757 4.758c-3.113 3.114-4.781 4.79-4.828 4.849a3.112 3.112 0 0 0-.667 1.565 4.093 4.093 0 0 0 0 .753 3.082 3.082 0 0 0 2.682 2.68c.173.023.585.023.751 0a3.11 3.11 0 0 0 1.565-.667c.06-.047 1.74-1.72 4.85-4.829l4.759-4.757.142.035a6.147 6.147 0 0 0 7.535-4.944 6.378 6.378 0 0 0 .046-1.707 6.089 6.089 0 0 0-.623-2.083c-.103-.203-.143-.268-.209-.338a.764.764 0 0 0-.827-.169c-.15.066-.118.036-1.666 1.583L18.36 6.768l-.562-.002-.561-.003-.003-.561-.002-.562 1.477-1.478c.936-.937 1.49-1.498 1.51-1.532a.665.665 0 0 0 .12-.374.691.691 0 0 0-.11-.444.814.814 0 0 0-.214-.219 6.126 6.126 0 0 0-.57-.288 6.188 6.188 0 0 0-1.978-.484 8.236 8.236 0 0 0-.936 0m.264 1.488a4.641 4.641 0 0 0-4.189 6.099c.07.215.084.29.075.418a.73.73 0 0 1-.125.373c-.027.042-1.515 1.534-4.957 4.974-4.49 4.487-4.925 4.925-4.99 5.019a1.536 1.536 0 0 0-.295.921c0 .254.046.46.156.69.148.307.419.578.726.726.23.11.437.157.694.156.337 0 .632-.095.918-.295.093-.065.532-.501 4.965-4.94 2.674-2.677 4.897-4.898 4.94-4.935.043-.037.102-.082.132-.1a.8.8 0 0 1 .464-.1c.042.007.165.04.273.074a4.611 4.611 0 0 0 2.577.106 4.622 4.622 0 0 0 3.072-2.486 4.637 4.637 0 0 0 .296-3.259c-.003-.009-.417.399-1.183 1.163-1.25 1.249-1.237 1.237-1.387 1.297-.143.057-.1.056-1.413.052-1.12-.003-1.204-.004-1.258-.02a.79.79 0 0 1-.525-.515l-.021-.072-.003-1.2c-.003-1.067-.002-1.208.012-1.277a.86.86 0 0 1 .115-.278c.025-.039.423-.444 1.217-1.24l1.181-1.183-.05-.015a4.765 4.765 0 0 0-1.417-.153",
1714
1695
  clipRule: "evenodd"
1715
- }))), _defs$9 || (_defs$9 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1696
+ }))), _defs$f || (_defs$f = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1716
1697
  id: "system_svg__a"
1717
1698
  }, /*#__PURE__*/React.createElement("path", {
1718
1699
  d: "M0 0h24v24H0z"
1719
1700
  })))));
1720
1701
  };
1721
1702
 
1722
- var _g$8, _defs$8;
1723
- 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); }
1703
+ var _g$e, _defs$e;
1704
+ 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); }
1724
1705
  var SvgTag = function SvgTag(props) {
1725
- return /*#__PURE__*/React.createElement("svg", _extends$g({
1706
+ return /*#__PURE__*/React.createElement("svg", _extends$E({
1726
1707
  xmlns: "http://www.w3.org/2000/svg",
1727
1708
  fill: "currentColor",
1728
1709
  width: 24,
1729
1710
  height: 24
1730
- }, props), _g$8 || (_g$8 = /*#__PURE__*/React.createElement("g", {
1711
+ }, props), _g$e || (_g$e = /*#__PURE__*/React.createElement("g", {
1731
1712
  clipPath: "url(#tag_svg__a)"
1732
1713
  }, /*#__PURE__*/React.createElement("path", {
1733
1714
  fillRule: "evenodd",
1734
1715
  d: "M20.983.999c.437.028.859.192 1.21.47.105.084.274.256.356.365.237.312.368.63.437 1.06.015.094.023 5.893.008 6.226a4.59 4.59 0 0 1-.025.35 3.614 3.614 0 0 1-.395 1.23 3.357 3.357 0 0 1-.55.76c-.207.222-11.001 11.007-11.078 11.068-.313.25-.682.406-1.1.464a3.213 3.213 0 0 1-.508 0 2.224 2.224 0 0 1-1.05-.425c-.072-.053-.822-.797-3.408-3.38a538.844 538.844 0 0 1-3.393-3.408A2.175 2.175 0 0 1 1 14.646a3.114 3.114 0 0 1 0-.5c.052-.39.193-.738.425-1.05.054-.073 1.243-1.268 5.565-5.592 3.023-3.024 5.548-5.546 5.612-5.602a3.521 3.521 0 0 1 1.373-.764c.269-.082.52-.123.84-.14.215-.01 6-.01 6.168 0m0 1.511a.658.658 0 0 1 .503.53c.008.045.01 1.003.008 3.138L21.49 9.25l-.022.11c-.07.37-.212.68-.436.959-.095.12-11.023 11.041-11.09 11.085a.812.812 0 0 1-.14.066.457.457 0 0 1-.21.028.514.514 0 0 1-.207-.025.748.748 0 0 1-.149-.074c-.057-.038-.734-.71-3.342-3.32-2.26-2.261-3.28-3.289-3.306-3.328a.811.811 0 0 1-.066-.14.456.456 0 0 1-.03-.211.508.508 0 0 1 .027-.206.75.75 0 0 1 .073-.15c.07-.106 10.992-11.023 11.132-11.127a2.07 2.07 0 0 1 1.008-.406c.11-.013.503-.015 3.158-.014 2.476 0 3.045.003 3.092.013m-3.447 2.008a2.167 2.167 0 0 1 1.724 1.199c.24.487.286 1.045.133 1.562a2.09 2.09 0 0 1-.537.9c-.134.136-.212.2-.352.292a2.15 2.15 0 0 1-1.885.231 2.746 2.746 0 0 1-.475-.232 2.174 2.174 0 0 1-.743-.835 2.067 2.067 0 0 1-.228-.896 2.088 2.088 0 0 1 .173-.926c.11-.258.25-.46.457-.668.192-.192.341-.3.572-.413.311-.152.615-.221.962-.219.094.001.183.004.2.005m-.098 1.5a.624.624 0 0 1 .349.188c.135.135.19.267.19.456a.588.588 0 0 1-.064.295.672.672 0 0 1-.3.296.567.567 0 0 1-.288.063.638.638 0 0 1-.59-.37.728.728 0 0 1-.05-.135.89.89 0 0 1 .006-.312.668.668 0 0 1 .432-.457.813.813 0 0 1 .315-.023",
1735
1716
  clipRule: "evenodd"
1736
- }))), _defs$8 || (_defs$8 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1717
+ }))), _defs$e || (_defs$e = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1737
1718
  id: "tag_svg__a"
1738
1719
  }, /*#__PURE__*/React.createElement("path", {
1739
1720
  d: "M0 0h24v24H0z"
1740
1721
  })))));
1741
1722
  };
1742
1723
 
1743
- var _g$7, _defs$7;
1744
- 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); }
1724
+ var _g$d, _defs$d;
1725
+ 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); }
1745
1726
  var SvgTarget = function SvgTarget(props) {
1746
- return /*#__PURE__*/React.createElement("svg", _extends$f({
1727
+ return /*#__PURE__*/React.createElement("svg", _extends$D({
1747
1728
  xmlns: "http://www.w3.org/2000/svg",
1748
1729
  fill: "currentColor",
1749
1730
  width: 24,
1750
1731
  height: 24
1751
- }, props), _g$7 || (_g$7 = /*#__PURE__*/React.createElement("g", {
1732
+ }, props), _g$d || (_g$d = /*#__PURE__*/React.createElement("g", {
1752
1733
  clipPath: "url(#target_svg__a)"
1753
1734
  }, /*#__PURE__*/React.createElement("path", {
1754
1735
  fillRule: "evenodd",
1755
1736
  d: "M11.86.711a.773.773 0 0 0-.58.522l-.024.077-.003 1.116-.002 1.116-.022.004a7.57 7.57 0 0 1-.208.024 8.437 8.437 0 0 0-3.519 1.232 8.612 8.612 0 0 0-2.264 2.072 8.449 8.449 0 0 0-1.668 4.168l-.022.199-1.1.003c-1.237.004-1.16 0-1.32.078a.755.755 0 0 0-.4.483.954.954 0 0 0-.005.37.778.778 0 0 0 .527.547l.07.022 1.115.002 1.115.003.006.08c.027.318.105.786.193 1.154a8.548 8.548 0 0 0 1.665 3.364c.362.442.797.877 1.239 1.24a8.511 8.511 0 0 0 4.519 1.857l.079.006.002 1.12.003 1.12.026.076c.043.124.097.21.189.303a.698.698 0 0 0 .449.22.93.93 0 0 0 .3-.024.788.788 0 0 0 .502-.499l.022-.067.005-1.123.005-1.123.192-.021a8.46 8.46 0 0 0 5.353-2.747 8.456 8.456 0 0 0 2.155-4.914l.004-.022 1.116-.003c1.21-.003 1.127 0 1.263-.054a.808.808 0 0 0 .4-.39.643.643 0 0 0 .057-.307.555.555 0 0 0-.022-.206.764.764 0 0 0-.654-.538c-.05-.005-.557-.009-1.126-.01h-1.034l-.004-.021a8.353 8.353 0 0 0-.387-1.865A8.405 8.405 0 0 0 18 6a8.393 8.393 0 0 0-3.384-2.076 8.355 8.355 0 0 0-1.836-.378l-.03-.004-.003-1.126-.003-1.125-.025-.074a.739.739 0 0 0-.185-.291.708.708 0 0 0-.376-.21 1.048 1.048 0 0 0-.297-.005m-.8 4.368a6.988 6.988 0 0 0-3.366 1.424c-.42.33-.858.768-1.19 1.191a6.994 6.994 0 0 0-1.445 3.545l1.063.005c1.182.004 1.123 0 1.267.069.208.099.349.26.412.471a.582.582 0 0 1 .026.206.661.661 0 0 1-.06.313.8.8 0 0 1-.48.419l-.073.022-1.078.002-1.078.003.005.036.02.156a7.004 7.004 0 0 0 3.081 4.891 6.995 6.995 0 0 0 3.051 1.105l.036.005v-1.044c0-.667.004-1.067.01-1.106a.763.763 0 0 1 .538-.596c.357-.1.726.072.887.413.065.137.063.096.063 1.272 0 .583.003 1.06.007 1.06l.154-.02a6.994 6.994 0 0 0 3.4-1.429 7.394 7.394 0 0 0 1.187-1.186 6.992 6.992 0 0 0 1.444-3.54c0-.016-.066-.017-1.078-.02-.998-.003-1.081-.004-1.134-.02a.765.765 0 0 1-.54-.572.887.887 0 0 1 .02-.39.764.764 0 0 1 .385-.44c.164-.08.085-.076 1.284-.08.993-.003 1.063-.004 1.063-.02a6.983 6.983 0 0 0-6.17-6.165h-.022l-.002 1.087-.003 1.088-.025.074a.805.805 0 0 1-.426.461.8.8 0 0 1-.571.004.678.678 0 0 1-.25-.17.738.738 0 0 1-.191-.31l-.025-.079-.003-1.077-.002-1.078-.031.001c-.017 0-.09.01-.16.019",
1756
1737
  clipRule: "evenodd"
1757
- }))), _defs$7 || (_defs$7 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1738
+ }))), _defs$d || (_defs$d = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1758
1739
  id: "target_svg__a"
1759
1740
  }, /*#__PURE__*/React.createElement("path", {
1760
1741
  d: "M0 0h24v24H0z"
1761
1742
  })))));
1762
1743
  };
1763
1744
 
1764
- var _g$6, _defs$6;
1765
- 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); }
1745
+ var _g$c, _defs$c;
1746
+ 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); }
1766
1747
  var SvgTransaction = function SvgTransaction(props) {
1767
- return /*#__PURE__*/React.createElement("svg", _extends$e({
1748
+ return /*#__PURE__*/React.createElement("svg", _extends$C({
1768
1749
  xmlns: "http://www.w3.org/2000/svg",
1769
1750
  fill: "currentColor",
1770
1751
  width: 24,
1771
1752
  height: 24
1772
- }, props), _g$6 || (_g$6 = /*#__PURE__*/React.createElement("g", {
1753
+ }, props), _g$c || (_g$c = /*#__PURE__*/React.createElement("g", {
1773
1754
  clipPath: "url(#transaction_svg__a)"
1774
1755
  }, /*#__PURE__*/React.createElement("path", {
1775
1756
  fillRule: "evenodd",
1776
1757
  d: "M7.498.711A4.62 4.62 0 0 0 4.08 2.558a4.578 4.578 0 0 0-.91 2.576 4.552 4.552 0 0 0 .318 1.888 4.624 4.624 0 0 0 3.456 2.84.52.52 0 0 1 .08.019.237.237 0 0 1-.07.01 7.06 7.06 0 0 0-4.174 2.026 6.963 6.963 0 0 0-1.47 2.133 6.916 6.916 0 0 0-.603 2.75c-.001.229 0 .25.02.322a.783.783 0 0 0 .54.53.97.97 0 0 0 .387-.005.746.746 0 0 0 .35-.217c.152-.163.203-.324.204-.644 0-.227.033-.559.083-.84a5.607 5.607 0 0 1 1.114-2.48c.39-.49.874-.927 1.385-1.252 1.056-.67 2.33-.973 3.495-.832.24.029.384.014.52-.055a.744.744 0 0 0 .412-.522.73.73 0 0 0-.203-.686.71.71 0 0 0-.433-.214.338.338 0 0 1-.085-.017c0-.004.036-.012.08-.018a4.621 4.621 0 0 0 3.247-6.785A4.616 4.616 0 0 0 7.498.711m.043 1.503a3.115 3.115 0 0 0-1.086.287 3.115 3.115 0 0 0 .966 5.915c.157.019.533.021.681.004a3.102 3.102 0 0 0 1.913-.93c.476-.492.76-1.08.858-1.778.022-.153.025-.597.005-.749a3.123 3.123 0 0 0-2.68-2.731 6.148 6.148 0 0 0-.657-.018m4.91 8.343c-.5.051-.915.235-1.242.55-.323.312-.527.712-.627 1.23l-.027.138v4.469c0 4.263.001 4.474.018 4.58.048.309.163.612.323.85.346.518.947.85 1.66.916.17.015 8.79.008 8.9-.008.413-.06.741-.192 1.026-.412.45-.349.743-.917.807-1.562.014-.143.014-8.614 0-8.8-.052-.682-.354-1.222-.881-1.574a2.628 2.628 0 0 0-.466-.235 2.844 2.844 0 0 0-.582-.139c-.075-.009-8.82-.012-8.909-.003m.092 1.502c-.246.036-.386.173-.464.457l-.026.094v4.344c0 4.066 0 4.348.016 4.407.06.232.23.367.53.42.04.008 1.358.011 4.362.011 4.763 0 4.377.005 4.519-.061.147-.07.25-.229.297-.462.014-.07.015-.443.013-4.411-.003-4.14-.004-4.337-.02-4.392-.062-.206-.19-.317-.444-.387l-.096-.026-4.315-.001c-2.412-.001-4.34.002-4.372.007m1.492 1.305a.623.623 0 0 0-.245.066.77.77 0 0 0-.412.51.97.97 0 0 0 0 .34.761.761 0 0 0 .53.554l.074.022h5.885l.072-.023a.764.764 0 0 0 .52-.526.881.881 0 0 0-.003-.412.796.796 0 0 0-.433-.48c-.146-.06.094-.056-3.05-.057-1.576-.001-2.898.001-2.938.005m-.013 2.813a.696.696 0 0 0-.382.16.767.767 0 0 0-.263.417c-.019.09-.019.257 0 .338.03.132.088.237.187.344.093.1.21.172.343.211l.075.022h2.938c3.311 0 2.978.008 3.149-.077a.76.76 0 0 0 .39-.47.881.881 0 0 0 0-.402.742.742 0 0 0-.21-.343.731.731 0 0 0-.329-.185l-.072-.02-2.875-.002c-1.581 0-2.91.002-2.95.007m.003 2.812a.76.76 0 0 0-.599.432.793.793 0 0 0 .004.637.8.8 0 0 0 .465.399l.078.025h2.371l.075-.022a.752.752 0 0 0 .343-.21.693.693 0 0 0 .202-.43.755.755 0 0 0-.556-.815c-.073-.02-.077-.02-1.192-.022-.615 0-1.15.002-1.19.006",
1777
1758
  clipRule: "evenodd"
1778
- }))), _defs$6 || (_defs$6 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1759
+ }))), _defs$c || (_defs$c = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1779
1760
  id: "transaction_svg__a"
1780
1761
  }, /*#__PURE__*/React.createElement("path", {
1781
1762
  d: "M0 0h24v24H0z"
1782
1763
  })))));
1783
1764
  };
1784
1765
 
1785
- var _path$7;
1786
- 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); }
1766
+ var _path$p;
1767
+ 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); }
1787
1768
  var SvgUpload = function SvgUpload(props) {
1788
- return /*#__PURE__*/React.createElement("svg", _extends$d({
1769
+ return /*#__PURE__*/React.createElement("svg", _extends$B({
1789
1770
  xmlns: "http://www.w3.org/2000/svg",
1790
1771
  fill: "currentColor",
1791
1772
  width: 24,
1792
1773
  height: 24
1793
- }, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
1774
+ }, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
1794
1775
  fillRule: "evenodd",
1795
1776
  d: "M11.848 3.528a.687.687 0 0 0-.228.088c-.07.04-.236.204-2.22 2.186a263.98 263.98 0 0 0-2.202 2.213.72.72 0 0 0-.16.55.69.69 0 0 0 .219.45.7.7 0 0 0 .567.217.685.685 0 0 0 .37-.119c.051-.034.417-.393 1.562-1.537l1.495-1.494.003 4.79c.002 4.472.003 4.794.019 4.843.008.03.036.094.062.144a.585.585 0 0 0 .132.179.72.72 0 0 0 .3.194c.069.023.088.025.233.025.146 0 .164-.002.235-.026a.791.791 0 0 0 .483-.482l.026-.077.002-4.793c.002-2.636.006-4.793.01-4.793s.688.68 1.52 1.51c1.483 1.483 1.513 1.512 1.588 1.55a.64.64 0 0 0 .355.084.565.565 0 0 0 .207-.022.766.766 0 0 0 .52-.527.85.85 0 0 0-.006-.41.693.693 0 0 0-.126-.245c-.06-.077-4.34-4.35-4.392-4.385a.795.795 0 0 0-.206-.098.95.95 0 0 0-.368-.015M1.348 14.77l-.07.015a.737.737 0 0 0-.355.204.72.72 0 0 0-.196.331c-.02.072-.02.09-.024.846-.004.912.004 1.102.06 1.407a3.568 3.568 0 0 0 3.155 2.896c.177.019 16 .019 16.17 0 .282-.031.52-.083.778-.17a3.562 3.562 0 0 0 2.365-2.688c.062-.314.063-.35.063-1.33 0-.727-.002-.897-.013-.94a.774.774 0 0 0-.535-.552.914.914 0 0 0-.336-.012.694.694 0 0 0-.388.209.69.69 0 0 0-.22.465 26.76 26.76 0 0 0-.01.864c0 .476-.004.8-.01.85a2.1 2.1 0 0 1-.46 1.07 2.82 2.82 0 0 1-.294.292 2.155 2.155 0 0 1-.816.4c-.238.056.404.052-8.212.052-7.05 0-7.902-.001-8.003-.015a2.04 2.04 0 0 1-1.15-.551 2.05 2.05 0 0 1-.612-1.138c-.02-.101-.02-.142-.027-.993-.007-.975-.004-.934-.066-1.07a.8.8 0 0 0-.353-.37.657.657 0 0 0-.306-.073 1.168 1.168 0 0 0-.134.001",
1796
1777
  clipRule: "evenodd"
1797
1778
  })));
1798
1779
  };
1799
1780
 
1800
- var _g$5, _defs$5;
1801
- 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); }
1781
+ var _g$b, _defs$b;
1782
+ 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); }
1802
1783
  var SvgUserCircle = function SvgUserCircle(props) {
1803
- return /*#__PURE__*/React.createElement("svg", _extends$c({
1784
+ return /*#__PURE__*/React.createElement("svg", _extends$A({
1804
1785
  xmlns: "http://www.w3.org/2000/svg",
1805
1786
  fill: "currentColor",
1806
1787
  width: 24,
1807
1788
  height: 24
1808
- }, props), _g$5 || (_g$5 = /*#__PURE__*/React.createElement("g", {
1789
+ }, props), _g$b || (_g$b = /*#__PURE__*/React.createElement("g", {
1809
1790
  clipPath: "url(#user-circle_svg__a)"
1810
1791
  }, /*#__PURE__*/React.createElement("path", {
1811
1792
  fillRule: "evenodd",
1812
1793
  d: "M11.568.006a11.942 11.942 0 0 0-6.422 2.143 12.105 12.105 0 0 0-2.997 2.997 11.969 11.969 0 0 0-2.105 5.817A9.58 9.58 0 0 0 .004 12c0 .494.007.65.04 1.037.18 2.099.9 4.087 2.105 5.817a12.041 12.041 0 0 0 4.528 3.903c1.354.67 2.782 1.07 4.291 1.2.38.032.54.038 1.032.038s.651-.006 1.032-.039a11.94 11.94 0 0 0 6.465-2.586c.576-.46 1.192-1.06 1.677-1.632a12.14 12.14 0 0 0 1.94-3.201 11.999 11.999 0 0 0 .876-4.078.29.29 0 0 1 .01-.099 2.96 2.96 0 0 0 .01-.37c0-.242-.004-.364-.01-.36-.006.004-.01-.028-.01-.088a11.93 11.93 0 0 0-2.393-6.747 11.851 11.851 0 0 0-1.312-1.475A11.968 11.968 0 0 0 12.768.023a22.5 22.5 0 0 0-1.2-.017m.26 4.348a3.683 3.683 0 0 0-1.474.386 3.603 3.603 0 0 0-.966.694 3.688 3.688 0 0 0-1.075 2.329c-.014.174-.006.576.014.73a3.705 3.705 0 0 0 2.64 3.108 3.7 3.7 0 0 0 4.623-4.435 3.702 3.702 0 0 0-3.232-2.798 5.95 5.95 0 0 0-.53-.014M.003 12c0 .203.002.287.003.185a14.64 14.64 0 0 0 0-.37c-.001-.101-.003-.018-.003.185m11.588 1.287c-.99.074-1.92.34-2.763.792a6.812 6.812 0 0 0-2.881 2.951c-.152.3-.164.339-.164.51 0 .108.004.14.022.2a.61.61 0 0 0 .178.294c.1.098.19.151.319.189l.076.022H17.62l.077-.022a.774.774 0 0 0 .422-.308.742.742 0 0 0 .157-.424c.008-.168-.008-.226-.132-.475a6.829 6.829 0 0 0-5.472-3.716 12.36 12.36 0 0 0-1.08-.013",
1813
1794
  clipRule: "evenodd"
1814
- }))), _defs$5 || (_defs$5 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1795
+ }))), _defs$b || (_defs$b = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1815
1796
  id: "user-circle_svg__a"
1816
1797
  }, /*#__PURE__*/React.createElement("path", {
1817
1798
  d: "M0 0h24v24H0z"
1818
1799
  })))));
1819
1800
  };
1820
1801
 
1821
- var _path$6;
1822
- 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); }
1802
+ var _path$o;
1803
+ 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); }
1823
1804
  var SvgViewOff = function SvgViewOff(props) {
1824
- return /*#__PURE__*/React.createElement("svg", _extends$b({
1805
+ return /*#__PURE__*/React.createElement("svg", _extends$z({
1825
1806
  xmlns: "http://www.w3.org/2000/svg",
1826
1807
  fill: "currentColor",
1827
1808
  width: 24,
1828
1809
  height: 24
1829
- }, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
1810
+ }, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
1830
1811
  fillRule: "evenodd",
1831
1812
  d: "M20.77 2.829a.707.707 0 0 0-.246.105c-.041.027-.736.687-1.977 1.878-1.396 1.34-1.918 1.836-1.933 1.835a1.74 1.74 0 0 1-.188-.076 11.32 11.32 0 0 0-3.284-.877 10.816 10.816 0 0 0-2.179-.025c-1.719.172-3.552.834-5.38 1.943a19.643 19.643 0 0 0-4.377 3.656 2.294 2.294 0 0 0-.117 2.71c.079.117.156.211.313.384a19.311 19.311 0 0 0 3.76 3.205.17.17 0 0 1 .05.039c0 .004-.527.513-1.173 1.132a98.39 98.39 0 0 0-1.243 1.204.682.682 0 0 0-.187.496c0 .177.033.284.127.423.046.068.152.17.225.216a.76.76 0 0 0 .81-.014c.033-.022.156-.132.274-.245l1.48-1.42c1.078-1.035 1.278-1.224 1.342-1.262a.803.803 0 0 0 .242-.236c.038-.057.281-.295 1.236-1.21.761-.73 1.214-1.158 1.258-1.188a.711.711 0 0 0 .192-.184c.044-.066 4.869-4.7 4.955-4.758a.812.812 0 0 0 .208-.2c.044-.059 1.053-1.036 2.068-2.001l.35-.337 2.14-2.058a214.003 214.003 0 0 0 2.026-1.959.762.762 0 0 0 .096-.704.778.778 0 0 0-.412-.432.828.828 0 0 0-.456-.04m-9.23 4.305a8.724 8.724 0 0 0-2.04.35 12.82 12.82 0 0 0-2.802 1.215 17.766 17.766 0 0 0-3.29 2.456c-.32.299-.923.919-1.046 1.075a.795.795 0 0 0-.128.257.661.661 0 0 0-.021.223c0 .143.002.153.031.24.055.158.08.193.353.49.313.342.82.843 1.21 1.196a18.3 18.3 0 0 0 2.419 1.828l.111.07.07-.067 1.79-1.716.02-.02-.062-.138a4.489 4.489 0 0 1-.38-1.398 6.985 6.985 0 0 1 0-.845c.114-1.046.538-1.945 1.258-2.664.711-.71 1.586-1.13 2.612-1.254.176-.022.718-.024.902-.005a4.488 4.488 0 0 1 1.57.466l.116.06.606-.58.606-.583-.069-.026a9.785 9.785 0 0 0-3.837-.63m7.588 1.203a.744.744 0 0 0-.543.423.614.614 0 0 0-.064.338.66.66 0 0 0 .074.315c.063.13.12.187.378.38a17.58 17.58 0 0 1 1.98 1.713c.28.28.609.627.684.724a.795.795 0 0 1 .128.257.654.654 0 0 1 .022.219.644.644 0 0 1-.078.354c-.043.086-.088.143-.258.327a20.5 20.5 0 0 1-1.469 1.417c-2.087 1.803-4.388 2.995-6.475 3.353-.523.09-.904.122-1.468.121-.915 0-1.66-.104-2.506-.35-.222-.065-.288-.076-.393-.069a.737.737 0 0 0-.294.083.71.71 0 0 0-.37.433.794.794 0 0 0-.024.39c.022.1.096.25.164.332.109.132.215.19.49.271.762.225 1.496.352 2.308.4.26.015 1.03.015 1.263 0 1.771-.116 3.578-.707 5.424-1.776 1.603-.928 3.204-2.222 4.504-3.64a2.74 2.74 0 0 0 .305-.374c.514-.77.515-1.778.003-2.544-.095-.143-.154-.213-.415-.494a19.822 19.822 0 0 0-2.616-2.343c-.218-.162-.317-.221-.424-.25a.998.998 0 0 0-.33-.01m-7.223 1.58a2.876 2.876 0 0 0-1.561.608 3.793 3.793 0 0 0-.412.4c-.354.414-.579.93-.654 1.502a3.405 3.405 0 0 0 0 .682c.026.196.094.499.11.492.004-.001.833-.795 1.842-1.764 1.287-1.236 1.83-1.764 1.822-1.769a3.213 3.213 0 0 0-.357-.097 3.185 3.185 0 0 0-.79-.054m3.508 2.04-.071.015a.767.767 0 0 0-.553.533c-.01.035-.019.131-.024.249a2.833 2.833 0 0 1-.135.795c-.14.43-.36.789-.676 1.105-.214.213-.43.372-.682.501a2.69 2.69 0 0 1-1.205.31 1.163 1.163 0 0 0-.268.03.774.774 0 0 0-.519.503.868.868 0 0 0 .019.497c.057.152.21.318.364.396.142.071.246.086.529.072a4.123 4.123 0 0 0 1.707-.442 4.05 4.05 0 0 0 1.076-.763 4.237 4.237 0 0 0 1.26-2.534c.024-.195.035-.567.018-.663a.761.761 0 0 0-.53-.58 1.142 1.142 0 0 0-.31-.024",
1832
1813
  clipRule: "evenodd"
1833
1814
  })));
1834
1815
  };
1835
1816
 
1836
- var _path$5;
1837
- 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); }
1817
+ var _path$n;
1818
+ 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); }
1838
1819
  var SvgViewOn = function SvgViewOn(props) {
1839
- return /*#__PURE__*/React.createElement("svg", _extends$a({
1820
+ return /*#__PURE__*/React.createElement("svg", _extends$y({
1840
1821
  xmlns: "http://www.w3.org/2000/svg",
1841
1822
  fill: "currentColor",
1842
1823
  width: 24,
1843
1824
  height: 24
1844
- }, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
1825
+ }, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
1845
1826
  fillRule: "evenodd",
1846
1827
  d: "M11.29 4.94c-1.736.113-3.572.72-5.415 1.79a19.375 19.375 0 0 0-3.437 2.567c-.39.362-1.067 1.056-1.23 1.262a2.32 2.32 0 0 0-.473 1.82c.065.386.234.76.48 1.066.104.13.449.498.734.782 1.7 1.698 3.665 3.061 5.62 3.9 1.137.487 2.303.799 3.39.905.604.06 1.478.06 2.083 0 1.203-.118 2.46-.475 3.753-1.066.22-.1.775-.382.994-.503 1.36-.756 2.607-1.672 3.84-2.823.353-.33 1.011-1.007 1.164-1.199a2.32 2.32 0 0 0 .434-2.014 2.326 2.326 0 0 0-.434-.87c-.242-.302-1.027-1.086-1.567-1.567-1.768-1.574-3.746-2.782-5.636-3.441-1.007-.352-1.949-.55-2.904-.61a18.47 18.47 0 0 0-1.396 0m.206 1.493c-1.508.071-3.21.631-4.881 1.605a17.788 17.788 0 0 0-3.664 2.86c-.365.367-.57.588-.624.676a.788.788 0 0 0-.116.472.765.765 0 0 0 .143.417c.09.124.779.832 1.112 1.141 1.256 1.166 2.565 2.093 3.93 2.783 1.19.6 2.333.972 3.438 1.118a9.406 9.406 0 0 0 2.332 0c1.394-.184 2.898-.747 4.39-1.643a17.917 17.917 0 0 0 3.497-2.764c.523-.528.63-.653.69-.808a.74.74 0 0 0 .047-.334.675.675 0 0 0-.08-.32c-.044-.09-.083-.138-.273-.343A19.425 19.425 0 0 0 20.03 9.94c-1.88-1.629-3.94-2.77-5.87-3.254a8.606 8.606 0 0 0-1.69-.254c-.235-.01-.732-.01-.974.001m.312 1.305a4.259 4.259 0 0 0-2.558.999 5.88 5.88 0 0 0-.513.513 4.278 4.278 0 0 0-.977 2.265 6.04 6.04 0 0 0 .004 1.005 4.27 4.27 0 0 0 3.515 3.684c.267.045.376.053.721.053s.455-.008.721-.053a4.268 4.268 0 0 0 3.464-3.377c.061-.308.072-.43.072-.827 0-.397-.01-.52-.072-.827a4.271 4.271 0 0 0-2.063-2.876 4.282 4.282 0 0 0-2.314-.559m-.05 1.507a2.83 2.83 0 0 0-.594.12 2.72 2.72 0 0 0-1.124.688c-.43.434-.696.975-.782 1.592-.02.149-.024.535-.005.672.09.66.353 1.198.804 1.643a2.74 2.74 0 0 0 1.732.795 2.785 2.785 0 0 0 1.531-.327c.234-.129.425-.272.623-.468.453-.448.715-.984.804-1.643a4.061 4.061 0 0 0 0-.634 2.772 2.772 0 0 0-2.349-2.419 3.788 3.788 0 0 0-.64-.02",
1847
1828
  clipRule: "evenodd"
1848
1829
  })));
1849
1830
  };
1850
1831
 
1851
- var _path$4;
1852
- function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
1832
+ var _path$m;
1833
+ 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); }
1853
1834
  var SvgWeatherCloud = function SvgWeatherCloud(props) {
1854
- return /*#__PURE__*/React.createElement("svg", _extends$9({
1835
+ return /*#__PURE__*/React.createElement("svg", _extends$x({
1855
1836
  xmlns: "http://www.w3.org/2000/svg",
1856
1837
  fill: "currentColor",
1857
1838
  width: 24,
1858
1839
  height: 24
1859
- }, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
1840
+ }, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
1860
1841
  fillRule: "evenodd",
1861
1842
  d: "M8.376 2.818a.697.697 0 0 0-.423.22.74.74 0 0 0-.185.29l-.026.075-.002 1.15-.003 1.15-.021.003-.194.039a4.914 4.914 0 0 0-1.789.744l-.17.114-.782-.78c-.83-.828-.853-.848-.995-.901a.712.712 0 0 0-.282-.047.65.65 0 0 0-.322.074.767.767 0 0 0-.385.441.63.63 0 0 0-.03.197.714.714 0 0 0 .105.43c.023.04.24.263.828.854l.797.799-.02.027a4.981 4.981 0 0 0-.882 2.121l-.005.021-1.13.003c-1.025.003-1.136.005-1.19.02a.778.778 0 0 0-.542.532.883.883 0 0 0 0 .4.778.778 0 0 0 .542.531c.054.015.168.017 1.187.022l1.127.005.027.149c.115.633.365 1.27.707 1.795a.75.75 0 0 0 1.356-.636 1.957 1.957 0 0 0-.113-.207 3.385 3.385 0 0 1-.52-1.677A3.369 3.369 0 0 1 5.384 9.1 3.433 3.433 0 0 1 6.61 7.71c.46-.296.92-.464 1.458-.536.151-.02.58-.028.732-.014a3.473 3.473 0 0 1 1.496.49c.478.288.841.65 1.157 1.148.049.077.115.169.147.204a.746.746 0 0 0 .954.106.737.737 0 0 0 .336-.594c.01-.157-.024-.28-.123-.448a5.688 5.688 0 0 0-.27-.403c-.005-.003.34-.356.768-.784.47-.472.79-.8.81-.832a.683.683 0 0 0 .128-.427c0-.1-.005-.14-.022-.2a.751.751 0 0 0-.643-.543.739.739 0 0 0-.535.146c-.031.024-.4.387-.819.806l-.762.762-.162-.108a4.982 4.982 0 0 0-1.873-.759L9.236 5.7l-.003-1.14-.003-1.138-.024-.077a.783.783 0 0 0-.523-.509 1.371 1.371 0 0 0-.307-.018m8.122 5.63c-.474.036-.92.116-1.359.245a6.369 6.369 0 0 0-3.15 2.088 6.404 6.404 0 0 0-1.05 1.843c-.03.082-.056.15-.058.152a1.5 1.5 0 0 1-.15-.026 4.256 4.256 0 0 0-3.022.513A4.263 4.263 0 0 0 5.636 16.6a4.259 4.259 0 0 0 3.703 4.552c.26.033.36.034 4.096.034 3.932 0 3.88 0 4.248-.043a6.382 6.382 0 0 0 5.189-4.022 6.343 6.343 0 0 0 .425-2.05 8.773 8.773 0 0 0-.021-.874 6.347 6.347 0 0 0-.63-2.203 6.376 6.376 0 0 0-5.145-3.533 10.502 10.502 0 0 0-1.003-.013m.13 1.499a4.888 4.888 0 0 0-3.592 1.933 4.951 4.951 0 0 0-.978 2.668c-.018.267-.011.497.024.838.021.207.003.327-.069.464a.734.734 0 0 1-.685.413.665.665 0 0 1-.326-.078.763.763 0 0 1-.388-.48 3.923 3.923 0 0 1-.055-.492c-.01-.166-.006-.732.007-.886l.006-.069-.033-.01a2.775 2.775 0 0 0-1.656.11 2.756 2.756 0 0 0-1.662 1.856 2.494 2.494 0 0 0-.09.716c0 .446.093.84.292 1.238.218.435.584.837 1.001 1.098.267.168.62.307.93.367.277.054.004.05 3.908.054 3.642.004 3.916.002 4.208-.032a4.871 4.871 0 0 0 4.249-3.95c.06-.321.078-.534.077-.916a4.41 4.41 0 0 0-.154-1.215 4.89 4.89 0 0 0-2.299-2.994 4.938 4.938 0 0 0-2.716-.633",
1862
1843
  clipRule: "evenodd"
1863
1844
  })));
1864
1845
  };
1865
1846
 
1866
- var _g$4, _defs$4;
1867
- function _extends$8() { _extends$8 = 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$8.apply(this, arguments); }
1847
+ var _g$a, _defs$a;
1848
+ 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); }
1868
1849
  var SvgWebhooks = function SvgWebhooks(props) {
1869
- return /*#__PURE__*/React.createElement("svg", _extends$8({
1850
+ return /*#__PURE__*/React.createElement("svg", _extends$w({
1870
1851
  xmlns: "http://www.w3.org/2000/svg",
1871
1852
  fill: "currentColor",
1872
1853
  width: 24,
1873
1854
  height: 24
1874
- }, props), _g$4 || (_g$4 = /*#__PURE__*/React.createElement("g", {
1855
+ }, props), _g$a || (_g$a = /*#__PURE__*/React.createElement("g", {
1875
1856
  clipPath: "url(#webhooks_svg__a)"
1876
1857
  }, /*#__PURE__*/React.createElement("path", {
1877
1858
  fillRule: "evenodd",
1878
1859
  d: "M11.62.715A4.924 4.924 0 0 0 8.496 2.15 4.92 4.92 0 0 0 7.22 4.31a5.035 5.035 0 0 0-.004 2.703 5.009 5.009 0 0 0 1.89 2.697l.027.02-.966 1.933c-.614 1.226-.971 1.93-.978 1.928a7.272 7.272 0 0 0-.415-.112 5.197 5.197 0 0 0-1.656-.091 5.012 5.012 0 0 0-1.9.617A4.99 4.99 0 0 0 .78 17.453a5.117 5.117 0 0 0 .047 1.977 4.98 4.98 0 0 0 3.648 3.719c.35.087.612.123.996.14A4.932 4.932 0 0 0 9.22 21.8c.391-.4.678-.805.92-1.304.205-.421.348-.858.423-1.295l.021-.121h2.83l.02.121c.077.439.22.876.426 1.3.244.5.526.899.918 1.3a4.93 4.93 0 0 0 2.43 1.367 5.082 5.082 0 0 0 2.006.049 4.98 4.98 0 0 0 3.816-3.283c.296-.87.346-1.815.143-2.712a4.987 4.987 0 0 0-2.794-3.423 4.996 4.996 0 0 0-3.567-.208c-.008.003-.365-.702-.978-1.928l-.967-1.933.027-.02A4.975 4.975 0 0 0 16.9 4.843a4.983 4.983 0 0 0-1.838-3.087 4.99 4.99 0 0 0-1.945-.929A5.12 5.12 0 0 0 11.62.715m.207 1.493c-.81.039-1.58.362-2.177.915a3.451 3.451 0 0 0-1.052 1.879 2.766 2.766 0 0 0-.058.667c0 .3.009.412.054.648a3.47 3.47 0 0 0 4.36 2.687 3.478 3.478 0 0 0 2.49-2.918 4.784 4.784 0 0 0-.001-.835 3.455 3.455 0 0 0-1.083-2.119 3.466 3.466 0 0 0-2.533-.924M9.508 12.337a362.91 362.91 0 0 0-.962 1.933l.084.063c.191.141.336.266.532.46.257.253.459.498.653.791.141.213.21.333.324.568.206.424.35.86.425 1.3l.021.12 1.413.003c1.339.003 1.412.002 1.417-.014a5.065 5.065 0 0 1 .604-1.711c.087-.153.266-.42.383-.57a5.103 5.103 0 0 1 1.052-1.01 597.08 597.08 0 0 0-1.932-3.864l-.142.04a4.878 4.878 0 0 1-1.38.19c-.487 0-.912-.058-1.38-.19a4.425 4.425 0 0 0-.142-.04c-.002 0-.439.87-.97 1.931m-4.089 2.53c-.7.055-1.366.316-1.91.749a5.11 5.11 0 0 0-.537.534c-.262.329-.449.67-.582 1.06a3.641 3.641 0 0 0-.164.723 6.046 6.046 0 0 0 0 .787c.096.702.326 1.253.741 1.776.11.137.4.427.547.543a3.466 3.466 0 0 0 1.571.704c.225.038.31.044.593.044.361 0 .59-.03.904-.115a3.467 3.467 0 0 0 2.38-2.256c.125-.377.172-.679.172-1.09 0-.316-.025-.541-.092-.814a3.478 3.478 0 0 0-1.583-2.157 4.458 4.458 0 0 0-.56-.272 3.552 3.552 0 0 0-.806-.2 6.792 6.792 0 0 0-.674-.016m12.663 0c-.487.04-.876.148-1.301.36a3.422 3.422 0 0 0-1.192.973 3.517 3.517 0 0 0-.68 1.55 2.897 2.897 0 0 0-.043.576c0 .33.026.552.1.845a3.47 3.47 0 0 0 2.452 2.5c.317.087.54.115.904.116.282 0 .368-.006.593-.044a3.465 3.465 0 0 0 1.572-.704c.156-.124.432-.4.555-.555.36-.455.609-1.008.701-1.562.04-.24.044-.29.044-.596 0-.305-.003-.355-.044-.597a3.51 3.51 0 0 0-.57-1.385c-.168-.24-.46-.55-.69-.733a3.465 3.465 0 0 0-1.875-.74 5.74 5.74 0 0 0-.526-.004",
1879
1860
  clipRule: "evenodd"
1880
- }))), _defs$4 || (_defs$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1861
+ }))), _defs$a || (_defs$a = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1881
1862
  id: "webhooks_svg__a"
1882
1863
  }, /*#__PURE__*/React.createElement("path", {
1883
1864
  d: "M0 0h24v24H0z"
1884
1865
  })))));
1885
1866
  };
1886
1867
 
1887
- var _g$3, _defs$3;
1888
- function _extends$7() { _extends$7 = 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$7.apply(this, arguments); }
1868
+ var _g$9, _defs$9;
1869
+ 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); }
1889
1870
  var SvgWorkflow = function SvgWorkflow(props) {
1890
- return /*#__PURE__*/React.createElement("svg", _extends$7({
1871
+ return /*#__PURE__*/React.createElement("svg", _extends$v({
1891
1872
  xmlns: "http://www.w3.org/2000/svg",
1892
1873
  fill: "currentColor",
1893
1874
  width: 24,
1894
1875
  height: 24
1895
- }, props), _g$3 || (_g$3 = /*#__PURE__*/React.createElement("g", {
1876
+ }, props), _g$9 || (_g$9 = /*#__PURE__*/React.createElement("g", {
1896
1877
  clipPath: "url(#workflow_svg__a)"
1897
1878
  }, /*#__PURE__*/React.createElement("path", {
1898
1879
  d: "M12 5.644a2.475 2.475 0 0 1-2.472-2.472A2.475 2.475 0 0 1 12 .7a2.475 2.475 0 0 1 2.472 2.472A2.475 2.475 0 0 1 12 5.644m0-3.531a1.06 1.06 0 0 0-1.06 1.059c0 .584.476 1.06 1.06 1.06a1.06 1.06 0 0 0 1.06-1.06A1.06 1.06 0 0 0 12 2.112m8.828 12.36A2.474 2.474 0 0 1 18.356 12a2.475 2.475 0 0 1 2.472-2.472A2.475 2.475 0 0 1 23.3 12a2.474 2.474 0 0 1-2.472 2.472m0-3.531c-.584 0-1.06.475-1.06 1.059s.476 1.06 1.06 1.06c.584 0 1.06-.476 1.06-1.06 0-.584-.476-1.06-1.06-1.06M12 23.3a2.475 2.475 0 0 1-2.472-2.472A2.475 2.475 0 0 1 12 18.356a2.474 2.474 0 0 1 2.472 2.472A2.474 2.474 0 0 1 12 23.3m0-3.531a1.06 1.06 0 0 0-1.06 1.06A1.06 1.06 0 0 0 12 21.887a1.06 1.06 0 0 0 1.06-1.059 1.06 1.06 0 0 0-1.06-1.06m-8.828-5.296A2.475 2.475 0 0 1 .7 12a2.475 2.475 0 0 1 2.472-2.472A2.475 2.475 0 0 1 5.644 12a2.475 2.475 0 0 1-2.472 2.472m0-3.531c-.584 0-1.06.475-1.06 1.059s.476 1.06 1.06 1.06c.584 0 1.06-.476 1.06-1.06 0-.584-.476-1.06-1.06-1.06m16.174-2.471a.707.707 0 0 1-.611-.352 7.826 7.826 0 0 0-2.85-2.85.706.706 0 0 1 .708-1.223 9.243 9.243 0 0 1 3.365 3.365.707.707 0 0 1-.612 1.06m-3.108 11.582a.707.707 0 0 1-.354-1.317 7.817 7.817 0 0 0 2.85-2.85.71.71 0 0 1 .965-.258.707.707 0 0 1 .258.965 9.244 9.244 0 0 1-3.366 3.365.702.702 0 0 1-.353.095m-8.475 0a.705.705 0 0 1-.353-.095 9.244 9.244 0 0 1-3.365-3.365.708.708 0 0 1 1.223-.707 7.809 7.809 0 0 0 2.85 2.849.705.705 0 0 1 .257.965.71.71 0 0 1-.612.353M4.656 8.469a.707.707 0 0 1-.611-1.06A9.236 9.236 0 0 1 7.41 4.042a.71.71 0 0 1 .965.258.708.708 0 0 1-.258.965 7.823 7.823 0 0 0-2.85 2.85.706.706 0 0 1-.611.353"
1899
- }))), _defs$3 || (_defs$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1880
+ }))), _defs$9 || (_defs$9 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1900
1881
  id: "workflow_svg__a"
1901
1882
  }, /*#__PURE__*/React.createElement("path", {
1902
1883
  d: "M0 0h24v24H0z"
1903
1884
  })))));
1904
1885
  };
1905
1886
 
1906
- var _g$2, _defs$2;
1907
- function _extends$6() { _extends$6 = 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$6.apply(this, arguments); }
1887
+ var _g$8, _defs$8;
1888
+ 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); }
1908
1889
  var SvgWorkflowPencil = function SvgWorkflowPencil(props) {
1909
- return /*#__PURE__*/React.createElement("svg", _extends$6({
1890
+ return /*#__PURE__*/React.createElement("svg", _extends$u({
1910
1891
  xmlns: "http://www.w3.org/2000/svg",
1911
1892
  fill: "currentColor",
1912
1893
  width: 24,
1913
1894
  height: 24
1914
- }, props), _g$2 || (_g$2 = /*#__PURE__*/React.createElement("g", {
1895
+ }, props), _g$8 || (_g$8 = /*#__PURE__*/React.createElement("g", {
1915
1896
  clipPath: "url(#workflow-pencil_svg__a)"
1916
1897
  }, /*#__PURE__*/React.createElement("path", {
1917
1898
  fillRule: "evenodd",
1918
1899
  d: "M9.524 3.172a2.475 2.475 0 0 0 2.472 2.472 2.475 2.475 0 0 0 2.472-2.472A2.475 2.475 0 0 0 11.996.7a2.475 2.475 0 0 0-2.472 2.472m1.412 0c0-.584.476-1.06 1.06-1.06.583 0 1.06.476 1.06 1.06a1.06 1.06 0 0 1-2.119 0m-.153 19.92a.7.7 0 0 0 .64.194l3.53-.706a.697.697 0 0 0 .361-.193l7.086-7.09c.052-.032.1-.07.146-.117 1.033-1.054 1.007-2.76-.056-3.803a2.68 2.68 0 0 0-1.908-.79 2.68 2.68 0 0 0-1.908.79l-7.185 7.185a.704.704 0 0 0-.193.362l-.706 3.531a.701.701 0 0 0 .193.638m3.682-1.855-2.283.457.456-2.284 7.033-7.034c.241-.241.563-.374.905-.374.348 0 .675.137.927.388.48.47.522 1.215.108 1.718a.717.717 0 0 0-.113.093zM3.168 14.472A2.475 2.475 0 0 1 .696 12a2.475 2.475 0 0 1 2.472-2.472A2.475 2.475 0 0 1 5.639 12a2.475 2.475 0 0 1-2.471 2.472m0-3.531c-.584 0-1.06.475-1.06 1.059s.476 1.06 1.06 1.06c.583 0 1.059-.476 1.059-1.06 0-.584-.476-1.06-1.06-1.06M18.73 8.117a.707.707 0 0 0 1.224-.708 9.243 9.243 0 0 0-3.366-3.365.707.707 0 1 0-.707 1.222 7.825 7.825 0 0 1 2.85 2.85M7.76 20.05a.705.705 0 0 1-.354-.095 9.243 9.243 0 0 1-3.365-3.365.708.708 0 0 1 .611-1.06.71.71 0 0 1 .612.353 7.808 7.808 0 0 0 2.85 2.849.706.706 0 0 1-.355 1.318M4.298 8.374a.707.707 0 0 0 .964-.258 7.823 7.823 0 0 1 2.85-2.85.708.708 0 0 0-.706-1.223A9.236 9.236 0 0 0 4.04 7.408a.701.701 0 0 0-.071.536.702.702 0 0 0 .329.43",
1919
1900
  clipRule: "evenodd"
1920
- }))), _defs$2 || (_defs$2 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1901
+ }))), _defs$8 || (_defs$8 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1921
1902
  id: "workflow-pencil_svg__a"
1922
1903
  }, /*#__PURE__*/React.createElement("path", {
1923
1904
  d: "M0 0h24v24H0z"
1924
1905
  })))));
1925
1906
  };
1926
1907
 
1927
- var _path$3, _path2$1;
1928
- function _extends$5() { _extends$5 = 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$5.apply(this, arguments); }
1908
+ var _path$l, _path2$1;
1909
+ 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); }
1929
1910
  var SvgUpgradeShield = function SvgUpgradeShield(props) {
1930
- return /*#__PURE__*/React.createElement("svg", _extends$5({
1911
+ return /*#__PURE__*/React.createElement("svg", _extends$t({
1931
1912
  xmlns: "http://www.w3.org/2000/svg",
1932
1913
  fill: "currentColor",
1933
1914
  width: 24,
1934
1915
  height: 24
1935
- }, props), _path$3 || (_path$3 = /*#__PURE__*/React.createElement("path", {
1916
+ }, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
1936
1917
  fillRule: "evenodd",
1937
1918
  d: "M3.346.712c-.445.042-.91.25-1.236.553-.382.355-.598.765-.687 1.303-.015.088-.016.44-.02 4.373-.002 4.323 0 4.61.032 4.915.13 1.21.621 2.436 1.52 3.792 1.055 1.59 2.706 3.326 4.778 5.021a35.552 35.552 0 0 0 2.851 2.116c.329.217.374.245.507.308.567.27 1.25.27 1.818 0 .133-.063.178-.09.507-.308a36.599 36.599 0 0 0 4.013-3.11 33.452 33.452 0 0 0 1.714-1.666c.785-.841 1.405-1.612 1.913-2.378.89-1.345 1.382-2.576 1.51-3.778.032-.307.033-.604.03-4.917-.003-4.661 0-4.301-.054-4.55A2.167 2.167 0 0 0 20.635.71C20.504.698 3.473.7 3.345.712m.033 1.519A.595.595 0 0 0 3.1 2.4a.524.524 0 0 0-.122.164c-.076.154-.07-.278-.067 4.64.003 4.835-.002 4.427.056 4.772.173 1.039.744 2.215 1.682 3.466 1.219 1.623 3.099 3.413 5.35 5.092.678.506 1.562 1.117 1.737 1.2a.632.632 0 0 0 .537-.004c.107-.052.738-.477 1.196-.806 2.1-1.508 3.966-3.18 5.275-4.724 1.31-1.545 2.097-3.004 2.294-4.253.051-.322.047.046.05-4.737.004-4.937.01-4.49-.067-4.647A.53.53 0 0 0 20.9 2.4a.59.59 0 0 0-.294-.173c-.073-.019-.145-.019-8.614-.018h-8.54z",
1938
1919
  clipRule: "evenodd"
@@ -1941,15 +1922,15 @@ var SvgUpgradeShield = function SvgUpgradeShield(props) {
1941
1922
  })));
1942
1923
  };
1943
1924
 
1944
- var _path$2, _path2, _path3, _path4;
1945
- function _extends$4() { _extends$4 = 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$4.apply(this, arguments); }
1925
+ var _path$k, _path2, _path3, _path4;
1926
+ 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); }
1946
1927
  var SvgShieldLock = function SvgShieldLock(props) {
1947
- return /*#__PURE__*/React.createElement("svg", _extends$4({
1928
+ return /*#__PURE__*/React.createElement("svg", _extends$s({
1948
1929
  xmlns: "http://www.w3.org/2000/svg",
1949
1930
  width: 28,
1950
1931
  height: 20,
1951
1932
  fill: "currentColor"
1952
- }, props), _path$2 || (_path$2 = /*#__PURE__*/React.createElement("path", {
1933
+ }, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
1953
1934
  d: "M13.354 8.354a.5.5 0 0 1-.708 0L10.5 6.207V14a.5.5 0 1 1-1 0V6.207L7.354 8.354a.5.5 0 1 1-.708-.708L10 4.293l3.354 3.353a.5.5 0 0 1 0 .708Z"
1954
1935
  })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
1955
1936
  fillRule: "evenodd",
@@ -1962,132 +1943,501 @@ var SvgShieldLock = function SvgShieldLock(props) {
1962
1943
  })));
1963
1944
  };
1964
1945
 
1965
- var _path$1;
1966
- function _extends$3() { _extends$3 = 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$3.apply(this, arguments); }
1946
+ var _path$j;
1947
+ 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); }
1967
1948
  var SvgCloud = function SvgCloud(props) {
1968
- return /*#__PURE__*/React.createElement("svg", _extends$3({
1949
+ return /*#__PURE__*/React.createElement("svg", _extends$r({
1969
1950
  xmlns: "http://www.w3.org/2000/svg",
1970
1951
  fill: "currentColor",
1971
1952
  width: 24,
1972
1953
  height: 24
1973
- }, props), _path$1 || (_path$1 = /*#__PURE__*/React.createElement("path", {
1954
+ }, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
1974
1955
  fillRule: "evenodd",
1975
1956
  d: "M8.227 4.22a7.77 7.77 0 0 0-5.845 2.941 7.768 7.768 0 0 0-1.541 3.322 7.062 7.062 0 0 0-.144 1.493c0 .465.022.782.086 1.21a7.788 7.788 0 0 0 6.58 6.518c.255.036.548.061.853.072.41.016 10.026.008 10.182-.008.476-.047.86-.125 1.239-.25a5.332 5.332 0 0 0 1.81-1.016 6.98 6.98 0 0 0 .586-.588 5.303 5.303 0 0 0 1.111-4.744 5.001 5.001 0 0 0-.387-1.06 5.196 5.196 0 0 0-1.048-1.444 5.32 5.32 0 0 0-5.743-1.129.87.87 0 0 1-.087.034.754.754 0 0 1-.053-.132 7.793 7.793 0 0 0-7.598-5.218m-.144 1.512a6.327 6.327 0 0 0-2.74.825A6.322 6.322 0 0 0 3.05 8.834a8.157 8.157 0 0 0-.378.761 6.378 6.378 0 0 0-.452 1.824 9.74 9.74 0 0 0-.005 1.095c.08.86.283 1.577.656 2.321A6.31 6.31 0 0 0 5.48 17.52a6.3 6.3 0 0 0 2.244.715c.374.044.215.043 5.47.043 3.355 0 4.987-.003 5.074-.01a3.818 3.818 0 0 0 3.51-3.374 5.54 5.54 0 0 0 .005-.825 3.985 3.985 0 0 0-.248-1.008 3.811 3.811 0 0 0-2.802-2.343 3.057 3.057 0 0 0-.681-.069 3.453 3.453 0 0 0-1.018.114c-.423.108-.763.261-1.21.546a1.357 1.357 0 0 1-.158.087.762.762 0 0 1-.638-.032.618.618 0 0 1-.169-.132.553.553 0 0 1-.141-.192.85.85 0 0 1-.08-.24 6.347 6.347 0 0 0-.496-1.502 6.288 6.288 0 0 0-5.27-3.568 9.197 9.197 0 0 0-.789.001",
1976
1957
  clipRule: "evenodd"
1977
1958
  })));
1978
1959
  };
1979
1960
 
1980
- var _g$1, _defs$1;
1981
- function _extends$2() { _extends$2 = 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$2.apply(this, arguments); }
1961
+ var _g$7, _defs$7;
1962
+ 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); }
1982
1963
  var SvgBoxesGrid = function SvgBoxesGrid(props) {
1983
- return /*#__PURE__*/React.createElement("svg", _extends$2({
1964
+ return /*#__PURE__*/React.createElement("svg", _extends$q({
1984
1965
  xmlns: "http://www.w3.org/2000/svg",
1985
1966
  fill: "currentColor",
1986
1967
  width: 24,
1987
1968
  height: 24
1988
- }, props), _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
1969
+ }, props), _g$7 || (_g$7 = /*#__PURE__*/React.createElement("g", {
1989
1970
  clipPath: "url(#boxes-grid_svg__a)"
1990
1971
  }, /*#__PURE__*/React.createElement("path", {
1991
1972
  fillRule: "evenodd",
1992
1973
  d: "M2.568.715c-.643.075-1.141.372-1.486.887-.11.163-.228.429-.29.65a3.022 3.022 0 0 0-.08.44C.697 2.832.697 8.497.71 8.675c.036.453.162.802.409 1.131.179.238.418.435.703.576.25.125.508.201.805.24.165.022 5.952.022 6.145 0 .364-.04.648-.14.937-.329.486-.318.798-.841.911-1.53l.021-.128.003-2.832c.004-2.867.001-3.133-.031-3.336-.11-.694-.492-1.218-1.104-1.517a2.56 2.56 0 0 0-.696-.222l-.11-.022L5.687.705c-2.395-.002-3.036 0-3.12.01m12.73-.008a2.182 2.182 0 0 0-.845.242c-.585.312-.948.861-1.073 1.625l-.021.128-.003 2.832c-.004 2.926-.001 3.14.035 3.356.06.362.176.638.38.912.337.453.9.752 1.555.825.07.008.936.01 3.092.008 3.305-.004 3.032.001 3.297-.061a1.966 1.966 0 0 0 1.241-.897c.17-.277.297-.669.333-1.031.014-.145.014-5.805 0-5.987a2.12 2.12 0 0 0-.217-.82 1.88 1.88 0 0 0-.389-.529c-.286-.276-.646-.46-1.09-.557-.256-.055-.083-.052-3.3-.05-1.626 0-2.974.003-2.995.004M2.76 2.205a.847.847 0 0 0-.245.063c-.126.06-.227.204-.28.4l-.022.082v2.952c0 2.775 0 2.956.016 3.013.056.2.178.312.415.38.045.013.118.029.161.035.056.007.937.01 2.955.007l2.875-.003.074-.02c.04-.012.098-.033.127-.047.133-.063.238-.231.283-.453l.02-.098-.002-2.912-.003-2.911-.021-.075a.437.437 0 0 0-.136-.23c-.1-.093-.245-.153-.438-.18-.05-.006-.942-.01-2.907-.008-1.558 0-2.85.003-2.872.005m12.627.004a.733.733 0 0 0-.255.08c-.105.066-.2.22-.245.395l-.021.086v2.928c0 2.79 0 2.931.017 3.002.05.212.187.336.453.408l.096.026h2.923c2.737 0 2.928 0 2.994-.016a.47.47 0 0 0 .351-.279c.024-.049.053-.123.065-.165l.022-.077.003-2.919c.002-2.186 0-2.936-.008-2.99-.04-.25-.174-.38-.481-.463l-.08-.022h-2.88c-1.584-.002-2.913.001-2.954.006M2.654 13.364c-.536.041-1.002.25-1.339.6-.333.347-.551.847-.604 1.38-.014.145-.014 5.815 0 5.997.048.625.309 1.128.767 1.485.33.257.8.428 1.268.463.17.013 5.642.013 5.872 0 .338-.018.592-.08.852-.205.41-.197.718-.506.921-.922.141-.289.223-.6.245-.924.014-.192.014-5.596 0-5.843a2.178 2.178 0 0 0-.111-.638 2.379 2.379 0 0 0-.23-.472 2.041 2.041 0 0 0-1.016-.778 2.86 2.86 0 0 0-.633-.143c-.127-.013-5.827-.012-5.992 0m12.658 0c-.764.054-1.374.456-1.7 1.118-.12.243-.182.45-.237.777-.014.088-.016.343-.02 2.933-.001 1.876 0 2.905.008 3.038.019.393.084.66.231.946.195.38.497.673.897.869.235.115.446.179.768.233.088.014.342.016 2.947.019 2.943.003 3.126.001 3.346-.035.285-.048.54-.14.749-.27.537-.336.857-.852.976-1.576.015-.091.017-.325.02-3.013.003-2.965.002-3.107-.032-3.306a2.017 2.017 0 0 0-.383-.908c-.34-.46-.918-.759-1.588-.825-.12-.013-5.813-.012-5.982 0m-12.6 1.503-.072.014a.467.467 0 0 0-.24.13.557.557 0 0 0-.134.22c-.063.175-.059-.074-.056 3.163.003 2.727.004 2.936.02 2.985.059.19.174.298.396.368.042.013.109.029.148.035.054.008.811.01 2.976.008 2.757-.003 2.907-.004 2.962-.02.215-.064.325-.188.396-.444l.026-.096v-2.937c0-2.74 0-2.942-.016-3.001a.476.476 0 0 0-.278-.34 1.307 1.307 0 0 0-.166-.065l-.077-.021-2.933-.002c-1.613 0-2.941 0-2.952.003m12.61.008a.48.48 0 0 0-.296.165.881.881 0 0 0-.155.392c-.008.056-.01.854-.008 2.976.002 2.752.003 2.902.02 2.957a.486.486 0 0 0 .237.314c.08.045.215.09.313.103.055.008.872.01 2.975.008 2.717-.003 2.903-.004 2.96-.02.221-.06.349-.215.406-.491.017-.084.018-.196.018-2.989 0-2.592-.002-2.91-.015-2.976-.04-.197-.152-.32-.358-.396-.17-.061.057-.057-3.134-.056-2.352 0-2.913.003-2.963.013",
1993
1974
  clipRule: "evenodd"
1994
- }))), _defs$1 || (_defs$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1975
+ }))), _defs$7 || (_defs$7 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
1995
1976
  id: "boxes-grid_svg__a"
1996
1977
  }, /*#__PURE__*/React.createElement("path", {
1997
1978
  d: "M0 0h24v24H0z"
1998
1979
  })))));
1999
1980
  };
2000
1981
 
2001
- var _path;
2002
- function _extends$1() { _extends$1 = 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$1.apply(this, arguments); }
1982
+ var _path$i;
1983
+ 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); }
2003
1984
  var SvgDottedLines = function SvgDottedLines(props) {
2004
- return /*#__PURE__*/React.createElement("svg", _extends$1({
1985
+ return /*#__PURE__*/React.createElement("svg", _extends$p({
2005
1986
  xmlns: "http://www.w3.org/2000/svg",
2006
1987
  fill: "currentColor",
2007
1988
  width: 24,
2008
1989
  height: 24
2009
- }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
1990
+ }, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
2010
1991
  fillRule: "evenodd",
2011
1992
  d: "M18.12 4.471a1.1 1.1 0 1 1-2.2 0 1.1 1.1 0 0 1 2.2 0m-1.1 6.12a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2m5.019 0a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2m-3.92 3.919a1.1 1.1 0 1 1-2.2 0 1.1 1.1 0 0 1 2.2 0m-1.1 6.119a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2M12 10.59a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2m-3.92-1.1a1.1 1.1 0 1 1-2.2 0 1.1 1.1 0 0 1 2.2 0m-6.119 1.1a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2",
2012
1993
  clipRule: "evenodd"
2013
1994
  })));
2014
1995
  };
2015
1996
 
2016
- var _g, _defs;
2017
- 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); }
1997
+ var _g$6, _defs$6;
1998
+ 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); }
2018
1999
  var SvgAdd = function SvgAdd(props) {
2019
- return /*#__PURE__*/React.createElement("svg", _extends({
2000
+ return /*#__PURE__*/React.createElement("svg", _extends$o({
2020
2001
  xmlns: "http://www.w3.org/2000/svg",
2021
2002
  fill: "currentColor",
2022
2003
  width: 24,
2023
2004
  height: 24
2024
- }, props), _g || (_g = /*#__PURE__*/React.createElement("g", {
2005
+ }, props), _g$6 || (_g$6 = /*#__PURE__*/React.createElement("g", {
2025
2006
  clipPath: "url(#add_svg__a)"
2026
2007
  }, /*#__PURE__*/React.createElement("path", {
2027
2008
  fillRule: "evenodd",
2028
2009
  d: "M11.842.716a.756.756 0 0 0-.529.43c-.067.146-.062-.316-.062 5.157v4.948H6.303c-5.473 0-5.01-.005-5.157.062a.77.77 0 0 0-.393.406.794.794 0 0 0 0 .562c.088.22.294.396.53.455.062.016.387.017 5.017.02l4.951.003v4.943c0 5.468-.005 5.006.062 5.152.093.2.265.352.47.415.068.021.096.024.217.024s.15-.003.217-.024a.784.784 0 0 0 .52-.552c.015-.062.016-.387.019-5.012l.003-4.946 4.946-.003c4.625-.003 4.95-.004 5.012-.02a.784.784 0 0 0 .552-.519.587.587 0 0 0 .024-.217.587.587 0 0 0-.024-.217.772.772 0 0 0-.415-.47c-.146-.067.316-.062-5.152-.062h-4.943L12.756 6.3c-.003-4.63-.004-4.955-.02-5.017a.78.78 0 0 0-.519-.551.914.914 0 0 0-.375-.016",
2029
2010
  clipRule: "evenodd"
2030
- }))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
2011
+ }))), _defs$6 || (_defs$6 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
2031
2012
  id: "add_svg__a"
2032
2013
  }, /*#__PURE__*/React.createElement("path", {
2033
2014
  d: "M0 0h24v24H0z"
2034
2015
  })))));
2035
2016
  };
2036
2017
 
2018
+ var _path$h;
2019
+ 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); }
2020
+ var SvgAccessTimeClock = function SvgAccessTimeClock(props) {
2021
+ return /*#__PURE__*/React.createElement("svg", _extends$n({
2022
+ xmlns: "http://www.w3.org/2000/svg",
2023
+ fill: "currentColor",
2024
+ width: 24,
2025
+ height: 24
2026
+ }, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
2027
+ fillRule: "evenodd",
2028
+ d: "M11.77 1.408c-1.585.036-3.07.401-4.484 1.103-.871.433-1.604.93-2.361 1.602-.167.148-.664.645-.812.812A10.389 10.389 0 0 0 2.51 7.286 10.429 10.429 0 0 0 1.409 12c0 .58.03.999.108 1.546a10.594 10.594 0 0 0 2.399 5.304c.347.407.828.888 1.234 1.234a10.626 10.626 0 0 0 3.284 1.895c.968.347 1.93.54 2.995.601.408.023 1.065.012 1.502-.025a10.57 10.57 0 0 0 5.919-2.471c.405-.345.89-.83 1.234-1.234a10.627 10.627 0 0 0 2.01-3.62c.276-.864.432-1.714.486-2.659.023-.408.012-1.065-.026-1.502a10.57 10.57 0 0 0-2.47-5.919 13.099 13.099 0 0 0-1.009-1.037 10.4 10.4 0 0 0-2.361-1.602 10.43 10.43 0 0 0-4.138-1.09c-.214-.01-.629-.017-.806-.013m-.245 1.511a9.069 9.069 0 0 0-6.51 3.26 9.096 9.096 0 0 0-.808 10.511 9.233 9.233 0 0 0 2.24 2.51 9.072 9.072 0 0 0 4.392 1.819 9.104 9.104 0 0 0 4.622-.61A9.099 9.099 0 0 0 19.792 7.31a9.232 9.232 0 0 0-2.24-2.51 9.082 9.082 0 0 0-4.036-1.767 9.595 9.595 0 0 0-1.991-.114m.307 4.832a.705.705 0 0 0-.347.19.7.7 0 0 0-.219.388c-.014.068-.015.266-.013 1.953l.003 1.876.027.077c.061.175-.098.008 2.362 2.47a241.09 241.09 0 0 0 2.315 2.301.728.728 0 0 0 .226.112c.061.02.091.023.206.022a.644.644 0 0 0 .307-.056.808.808 0 0 0 .391-.405.617.617 0 0 0 .05-.292.65.65 0 0 0-.09-.36c-.04-.072-.17-.203-2.172-2.208l-2.13-2.131v-1.645c0-1.796.003-1.713-.054-1.85a.799.799 0 0 0-.46-.424.608.608 0 0 0-.21-.028.83.83 0 0 0-.192.01",
2029
+ clipRule: "evenodd"
2030
+ })));
2031
+ };
2032
+
2033
+ var _path$g;
2034
+ 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); }
2035
+ var SvgArrowLeftBack = function SvgArrowLeftBack(props) {
2036
+ return /*#__PURE__*/React.createElement("svg", _extends$m({
2037
+ xmlns: "http://www.w3.org/2000/svg",
2038
+ fill: "currentColor",
2039
+ width: 24,
2040
+ height: 24
2041
+ }, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
2042
+ fillRule: "evenodd",
2043
+ d: "M11.18 1.411a.736.736 0 0 0-.346.154C10.749 1.633.862 11.527.828 11.578a.803.803 0 0 0-.1.211.575.575 0 0 0-.022.211c0 .12.003.15.022.21.028.09.06.153.112.227.062.086 9.98 9.996 10.05 10.04a.697.697 0 0 0 .41.116.617.617 0 0 0 .332-.077.79.79 0 0 0 .363-.391.766.766 0 0 0-.067-.694c-.025-.039-1.37-1.39-4.343-4.365L3.279 12.76l9.686-.003 9.686-.002.077-.022a.783.783 0 0 0 .549-.54 1.04 1.04 0 0 0 0-.384.774.774 0 0 0-.548-.538c-.076-.019-.117-.019-9.768-.019H3.269L7.58 6.938c3.318-3.319 4.32-4.327 4.351-4.375a.77.77 0 0 0 .063-.692.797.797 0 0 0-.508-.445 1.056 1.056 0 0 0-.305-.015",
2044
+ clipRule: "evenodd"
2045
+ })));
2046
+ };
2047
+
2048
+ var _path$f;
2049
+ 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); }
2050
+ var SvgArrowDown = function SvgArrowDown(props) {
2051
+ return /*#__PURE__*/React.createElement("svg", _extends$l({
2052
+ xmlns: "http://www.w3.org/2000/svg",
2053
+ fill: "currentColor",
2054
+ width: 24,
2055
+ height: 24
2056
+ }, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
2057
+ fillRule: "evenodd",
2058
+ d: "M11.846.715a.764.764 0 0 0-.576.556c-.019.076-.019.117-.019 9.768v9.692L6.938 16.42c-2.977-2.977-4.33-4.323-4.37-4.348a.761.761 0 0 0-.822.001.907.907 0 0 0-.255.278.655.655 0 0 0-.084.35c0 .163.035.285.115.41.045.069 9.955 9.987 10.041 10.049a.73.73 0 0 0 .226.112c.062.02.092.022.211.022a.58.58 0 0 0 .211-.022.73.73 0 0 0 .226-.112c.086-.062 9.996-9.98 10.04-10.05a.7.7 0 0 0 .115-.41.623.623 0 0 0-.077-.333.797.797 0 0 0-.386-.361.775.775 0 0 0-.698.066c-.039.025-1.39 1.369-4.364 4.343l-4.308 4.306-.003-9.686-.002-9.686-.022-.077a.784.784 0 0 0-.535-.547 1.034 1.034 0 0 0-.35-.01",
2059
+ clipRule: "evenodd"
2060
+ })));
2061
+ };
2062
+
2063
+ var _path$e;
2064
+ 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); }
2065
+ var SvgArrowRightForward = function SvgArrowRightForward(props) {
2066
+ return /*#__PURE__*/React.createElement("svg", _extends$k({
2067
+ xmlns: "http://www.w3.org/2000/svg",
2068
+ fill: "currentColor",
2069
+ width: 24,
2070
+ height: 24
2071
+ }, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
2072
+ fillRule: "evenodd",
2073
+ d: "M12.582 1.411a.832.832 0 0 0-.245.087.932.932 0 0 0-.264.248.761.761 0 0 0-.001.823c.025.039 1.37 1.39 4.348 4.37l4.311 4.312H11.04c-9.65 0-9.692 0-9.768.02a.774.774 0 0 0-.548.537 1.033 1.033 0 0 0 0 .384c.072.26.28.464.549.54l.077.022 9.686.002 9.686.002-4.306 4.309c-2.974 2.975-4.318 4.325-4.343 4.364a.775.775 0 0 0-.066.698.797.797 0 0 0 .36.386.621.621 0 0 0 .335.078.704.704 0 0 0 .41-.115c.069-.045 9.987-9.955 10.049-10.041a.73.73 0 0 0 .112-.226.575.575 0 0 0 .022-.211.58.58 0 0 0-.022-.211.73.73 0 0 0-.112-.226c-.061-.085-9.98-9.996-10.048-10.04a.733.733 0 0 0-.382-.117.918.918 0 0 0-.148.005",
2074
+ clipRule: "evenodd"
2075
+ })));
2076
+ };
2077
+
2078
+ var _path$d;
2079
+ 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); }
2080
+ var SvgArrowUp = function SvgArrowUp(props) {
2081
+ return /*#__PURE__*/React.createElement("svg", _extends$j({
2082
+ xmlns: "http://www.w3.org/2000/svg",
2083
+ fill: "currentColor",
2084
+ width: 24,
2085
+ height: 24
2086
+ }, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
2087
+ fillRule: "evenodd",
2088
+ d: "M11.863.71a.788.788 0 0 0-.285.118c-.051.034-9.945 9.92-10.013 10.006a.677.677 0 0 0-.157.46c0 .149.013.209.077.34.075.151.23.297.386.36a.77.77 0 0 0 .692-.063c.048-.03 1.056-1.033 4.375-4.35l4.313-4.312v9.692c0 9.65 0 9.692.02 9.768.065.26.276.476.537.548.087.024.297.024.384 0a.783.783 0 0 0 .54-.549l.022-.077.002-9.686.002-9.686 4.308 4.306c2.975 2.973 4.326 4.318 4.365 4.343a.772.772 0 0 0 .697.066.793.793 0 0 0 .387-.36.619.619 0 0 0 .078-.335.704.704 0 0 0-.115-.41C22.433 10.82 12.523.902 12.437.84a.654.654 0 0 0-.408-.135c-.066-.002-.14 0-.166.005",
2089
+ clipRule: "evenodd"
2090
+ })));
2091
+ };
2092
+
2093
+ var _path$c;
2094
+ 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); }
2095
+ var SvgChevronLeftBack = function SvgChevronLeftBack(props) {
2096
+ return /*#__PURE__*/React.createElement("svg", _extends$i({
2097
+ xmlns: "http://www.w3.org/2000/svg",
2098
+ fill: "currentColor",
2099
+ width: 24,
2100
+ height: 24
2101
+ }, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
2102
+ fillRule: "evenodd",
2103
+ d: "M15.852.71a.732.732 0 0 0-.334.155c-.085.068-10.18 10.17-10.232 10.24a1.416 1.416 0 0 0-.304.895c0 .376.124.697.378.98.045.05 2.347 2.355 5.115 5.122 3.415 3.414 5.053 5.044 5.093 5.07a.79.79 0 0 0 .228.105c.082.023.295.022.38 0a.776.776 0 0 0 .53-.515.59.59 0 0 0 .022-.216.586.586 0 0 0-.023-.216.716.716 0 0 0-.095-.202c-.022-.034-1.788-1.808-5.07-5.09L6.504 12l5.036-5.038c3.282-3.283 5.048-5.056 5.07-5.09.05-.077.07-.12.095-.202a.586.586 0 0 0 .023-.216.625.625 0 0 0-.078-.351.792.792 0 0 0-.47-.378 1.162 1.162 0 0 0-.328-.014",
2104
+ clipRule: "evenodd"
2105
+ })));
2106
+ };
2107
+
2108
+ var _g$5, _defs$5;
2109
+ 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); }
2110
+ var SvgBookFlipPageDocumentation = function SvgBookFlipPageDocumentation(props) {
2111
+ return /*#__PURE__*/React.createElement("svg", _extends$h({
2112
+ xmlns: "http://www.w3.org/2000/svg",
2113
+ fill: "currentColor",
2114
+ width: 24,
2115
+ height: 24
2116
+ }, props), _g$5 || (_g$5 = /*#__PURE__*/React.createElement("g", {
2117
+ clipPath: "url(#book-flip-page-documentation_svg__a)"
2118
+ }, /*#__PURE__*/React.createElement("path", {
2119
+ fillRule: "evenodd",
2120
+ d: "M17 .71a1.516 1.516 0 0 0-.354.079 8.065 8.065 0 0 0-3.014 1.673c-.247.216-.67.65-.899.923a6.593 6.593 0 0 0-1.16 2.03 4.163 4.163 0 0 1-.05.133.76.76 0 0 1-.101-.054c-.875-.508-2.106-.973-3.41-1.29-1.333-.322-2.772-.528-4.378-.628-.582-.036-1.599-.07-1.767-.058a1.237 1.237 0 0 0-.464.117c-.357.166-.6.478-.68.873-.017.082-.017.37-.017 7.602 0 7.223 0 7.52.017 7.604.095.47.426.832.878.959.133.037.194.043.612.053 2.46.063 4.513.35 6.24.87 1.294.391 2.44.95 2.99 1.459a.84.84 0 0 0 .325.207.53.53 0 0 0 .232.03.53.53 0 0 0 .232-.03.842.842 0 0 0 .325-.207c.55-.509 1.696-1.068 2.99-1.459 1.727-.52 3.78-.807 6.24-.87.418-.01.48-.016.612-.053a1.23 1.23 0 0 0 .878-.96c.017-.082.017-.38.017-7.598 0-6.304-.002-7.523-.013-7.584-.095-.52-.47-.893-1.009-1-.117-.023-.965-.01-1.646.026a31.247 31.247 0 0 0-2.247.206c-.003 0-.005-.44-.005-.977 0-1.06 0-1.062-.053-1.232a1.245 1.245 0 0 0-.287-.474A1.32 1.32 0 0 0 17 .71m-.253 1.627a6.61 6.61 0 0 0-2.083 1.218 8.493 8.493 0 0 0-.75.761 5.08 5.08 0 0 0-1.034 1.948 4.865 4.865 0 0 0-.121.58c-.008.068-.01 1.605-.008 5.922l.003 5.83.12-.132c.167-.185.527-.544.681-.681a8.426 8.426 0 0 1 3.12-1.765l.197-.061.002-6.831c.002-3.758 0-6.831-.005-6.831zM2.208 12.118v7.1l.07.005a32.642 32.642 0 0 1 2.426.146c2.16.211 4.092.658 5.592 1.293.304.128.705.318.876.413l.08.044V7.172l-.056-.041c-.34-.251-.872-.543-1.414-.773-1.666-.71-3.88-1.155-6.45-1.294a47.672 47.672 0 0 0-.949-.039l-.175-.006zm19.066-7.087a29.773 29.773 0 0 0-2.868.245l-.032.005v5.673c0 5.15-.001 5.68-.015 5.748a.74.74 0 0 1-.412.522c-.057.027-.13.049-.283.084a6.897 6.897 0 0 0-3.082 1.574 8.98 8.98 0 0 0-.703.714 4.977 4.977 0 0 0-.798 1.303l-.023.056.131-.062c1.76-.84 4.055-1.376 6.774-1.582a32.433 32.433 0 0 1 1.469-.077c.121-.003.252-.008.29-.011l.07-.005V5.02l-.151.001c-.083.001-.249.005-.367.01",
2121
+ clipRule: "evenodd"
2122
+ }))), _defs$5 || (_defs$5 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
2123
+ id: "book-flip-page-documentation_svg__a"
2124
+ }, /*#__PURE__*/React.createElement("path", {
2125
+ d: "M0 0h24v24H0z"
2126
+ })))));
2127
+ };
2128
+
2129
+ var _path$b;
2130
+ 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); }
2131
+ var SvgBalanceScale = function SvgBalanceScale(props) {
2132
+ return /*#__PURE__*/React.createElement("svg", _extends$g({
2133
+ xmlns: "http://www.w3.org/2000/svg",
2134
+ fill: "currentColor",
2135
+ width: 24,
2136
+ height: 24
2137
+ }, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
2138
+ fillRule: "evenodd",
2139
+ d: "M11.717 2.127a2.169 2.169 0 0 0-1.72 1.336l-.021.05-2.226.003-2.225.002-.067.023a.802.802 0 0 0-.405.294c-.011.016-.824 1.636-1.806 3.6-1.184 2.368-1.794 3.599-1.81 3.651a.747.747 0 0 0 .75.959.673.673 0 0 0 .304-.079.686.686 0 0 0 .254-.203c.037-.05.404-.774 1.488-2.94L5.67 5.946 7.1 8.807a328.339 328.339 0 0 0 1.467 2.914.756.756 0 0 0 .622.326c.236 0 .47-.121.607-.312a.68.68 0 0 0 .137-.414.499.499 0 0 0-.02-.213c-.02-.07-.322-.68-1.523-3.083l-1.498-3c0-.003.694-.005 1.543-.005H9.98l.013.036c.006.02.04.092.073.162a2.15 2.15 0 0 0 1.13 1.049l.055.022v15.502h-1.73c-1.057 0-1.765.004-1.82.01a.752.752 0 0 0-.552.339.677.677 0 0 0-.114.405c0 .063.004.136.01.163.063.268.27.486.536.564l.075.021h8.688l.075-.021a.751.751 0 0 0 .35-.217.718.718 0 0 0 .195-.422.745.745 0 0 0-.665-.832c-.055-.006-.763-.01-1.82-.01h-1.73V6.29l.055-.022a2.147 2.147 0 0 0 1.204-1.212l.012-.035h1.543c.85 0 1.544.002 1.544.005l-1.498 3c-1.201 2.404-1.502 3.013-1.523 3.083a.5.5 0 0 0-.02.213.68.68 0 0 0 .137.414c.137.191.37.311.607.312a.756.756 0 0 0 .622-.326c.02-.03.68-1.34 1.466-2.914l1.43-2.86 1.44 2.874c1.083 2.168 1.45 2.892 1.487 2.94a.685.685 0 0 0 .254.204.673.673 0 0 0 .303.079.747.747 0 0 0 .751-.96c-.016-.05-.655-1.34-1.81-3.65a823.978 823.978 0 0 0-1.805-3.6.797.797 0 0 0-.396-.29l-.077-.027-2.228-.002-2.229-.003-.007-.026a2.164 2.164 0 0 0-1.737-1.36 2.861 2.861 0 0 0-.557 0m.201 1.488-.072.015a.657.657 0 0 0-.485.781c.05.232.26.443.495.494.056.012.232.012.288 0a.676.676 0 0 0 .495-.499.837.837 0 0 0-.01-.326.677.677 0 0 0-.456-.447 1.02 1.02 0 0 0-.255-.018m-9.842 9.749a.65.65 0 0 0-.262.077.758.758 0 0 0-.325.325c-.076.146-.09.246-.077.533a4.252 4.252 0 0 0 1.642 3.179 4.277 4.277 0 0 0 3.634.776 4.261 4.261 0 0 0 3.245-4.007c.008-.29-.014-.393-.115-.544a.772.772 0 0 0-.444-.323l-.076-.022H5.726c-1.964-.001-3.607.002-3.65.006m12.659 0a.825.825 0 0 0-.258.071.837.837 0 0 0-.363.391c-.043.108-.053.194-.047.42a4.232 4.232 0 0 0 1.246 2.88c.343.343.696.595 1.137.811a4.158 4.158 0 0 0 1.885.437c.966 0 1.901-.328 2.654-.93a4.271 4.271 0 0 0 1.37-1.94c.141-.41.21-.768.229-1.2.013-.29-.002-.393-.077-.538a.745.745 0 0 0-.34-.332c-.168-.083.228-.075-3.792-.076a488.51 488.51 0 0 0-3.644.005m-11.72 1.505a2.768 2.768 0 0 0 1.742 1.848c.306.108.574.153.917.152.225 0 .373-.014.569-.056a2.788 2.788 0 0 0 1.149-.54c.119-.095.344-.318.436-.433a3.07 3.07 0 0 0 .385-.643c.029-.067.12-.32.12-.333 0-.002-1.197-.003-2.66-.003-1.517 0-2.659.003-2.659.008m12.652-.005c0 .013.091.265.12.333.088.204.214.418.36.61.085.113.336.367.451.46.335.266.744.459 1.16.546.354.075.762.077 1.12.006a2.78 2.78 0 0 0 2.108-1.95c0-.005-1.143-.008-2.66-.008-1.462 0-2.659.001-2.659.003",
2140
+ clipRule: "evenodd"
2141
+ })));
2142
+ };
2143
+
2144
+ var _g$4, _defs$4;
2145
+ 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); }
2146
+ var SvgBrightnessDotCircleFilled = function SvgBrightnessDotCircleFilled(props) {
2147
+ return /*#__PURE__*/React.createElement("svg", _extends$f({
2148
+ xmlns: "http://www.w3.org/2000/svg",
2149
+ fill: "currentColor",
2150
+ width: 24,
2151
+ height: 24
2152
+ }, props), _g$4 || (_g$4 = /*#__PURE__*/React.createElement("g", {
2153
+ clipPath: "url(#brightness-dot-circle-filled_svg__a)"
2154
+ }, /*#__PURE__*/React.createElement("path", {
2155
+ fillRule: "evenodd",
2156
+ d: "M11.568.006a11.942 11.942 0 0 0-6.422 2.143 12.105 12.105 0 0 0-2.997 2.997 11.969 11.969 0 0 0-2.105 5.817A9.58 9.58 0 0 0 .005 12a11.912 11.912 0 0 0 2.144 6.854 12.041 12.041 0 0 0 4.528 3.903c1.354.67 2.782 1.07 4.291 1.2.381.032.54.038 1.032.038s.651-.006 1.032-.039a11.941 11.941 0 0 0 6.465-2.586c.576-.46 1.192-1.06 1.677-1.632a12.137 12.137 0 0 0 1.94-3.201 11.999 11.999 0 0 0 .876-4.078c0-.052.005-.096.01-.099a2.96 2.96 0 0 0 .01-.37c0-.242-.004-.364-.01-.36-.006.004-.01-.028-.01-.088a11.93 11.93 0 0 0-2.393-6.747 11.852 11.852 0 0 0-1.312-1.475A11.967 11.967 0 0 0 12.768.023a22.497 22.497 0 0 0-1.2-.017M.004 12c0 .203.002.287.003.185a14.64 14.64 0 0 0 0-.37c-.001-.101-.003-.018-.003.185",
2157
+ clipRule: "evenodd"
2158
+ }))), _defs$4 || (_defs$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
2159
+ id: "brightness-dot-circle-filled_svg__a"
2160
+ }, /*#__PURE__*/React.createElement("path", {
2161
+ d: "M0 0h24v24H0z"
2162
+ })))));
2163
+ };
2164
+
2165
+ var _path$a;
2166
+ 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); }
2167
+ var SvgMegaphoneCampaignAnnouncement = function SvgMegaphoneCampaignAnnouncement(props) {
2168
+ return /*#__PURE__*/React.createElement("svg", _extends$e({
2169
+ xmlns: "http://www.w3.org/2000/svg",
2170
+ fill: "currentColor",
2171
+ width: 24,
2172
+ height: 24
2173
+ }, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
2174
+ fillRule: "evenodd",
2175
+ d: "M19.646 3.052a.748.748 0 0 0-.233.067c-.032.016-.357.228-.723.472-.68.452-1.057.693-1.415.902a19.992 19.992 0 0 1-3.82 1.733 19.993 19.993 0 0 1-5.108.998c-.494.03-.711.035-1.891.04-1.915.005-1.872.004-2.23.066A4.275 4.275 0 0 0 1.21 9.514a4.286 4.286 0 0 0-.44 2.774 4.273 4.273 0 0 0 3.69 3.48c.197.025.512.033 1.22.034.59 0 .685.002.685.013l.02.17c.095.755.292 1.459.607 2.16.372.83.891 1.583 1.539 2.23.177.177.229.22.329.27.111.056.168.067.337.066a.549.549 0 0 0 .225-.027.78.78 0 0 0 .442-.388.628.628 0 0 0 .07-.29.695.695 0 0 0-.06-.342c-.05-.108-.083-.15-.254-.325a6.078 6.078 0 0 1-.615-.71 6.12 6.12 0 0 1-1.119-2.752l-.006-.064.075.004a21.03 21.03 0 0 1 1.52.124 20.223 20.223 0 0 1 7.387 2.393c.588.327.915.531 1.855 1.156.713.473.74.49.89.517a.838.838 0 0 0 .462-.068.778.778 0 0 0 .395-.499c.017-.07.018-.39.018-7.92V3.672l-.022-.075a.77.77 0 0 0-.543-.53.927.927 0 0 0-.27-.015m-.753 2.206a21.405 21.405 0 0 1-4.19 2.122 21.682 21.682 0 0 1-6.785 1.372l-.084.005v5.554l.184.006a21.707 21.707 0 0 1 9.415 2.615c.464.253 1.126.648 1.453.869a.503.503 0 0 0 .09.053c.001-.003.002-2.85 0-6.328l-.002-6.323zM4.766 8.775a2.775 2.775 0 0 0-1.796.848c-.403.427-.647.93-.74 1.523a4.361 4.361 0 0 0-.005.734c.074.51.256.95.554 1.337.106.138.34.376.473.48.38.301.82.491 1.313.57.13.02.161.022.948.025l.813.004V8.765l-.732.001c-.402.001-.775.005-.828.009m17.694.606a.636.636 0 0 0-.255.076.776.776 0 0 0-.387.476l-.02.075-.004 1.45c-.002.928 0 1.484.007 1.546a.72.72 0 0 0 .195.442.747.747 0 0 0 .35.217c.107.03.293.03.401 0a.681.681 0 0 0 .327-.199.7.7 0 0 0 .198-.322l.022-.072.003-1.497c.002-1.033 0-1.519-.008-1.565a.755.755 0 0 0-.829-.627",
2176
+ clipRule: "evenodd"
2177
+ })));
2178
+ };
2179
+
2180
+ var _g$3, _defs$3;
2181
+ 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); }
2182
+ var SvgQuestionContactSupportBubble = function SvgQuestionContactSupportBubble(props) {
2183
+ return /*#__PURE__*/React.createElement("svg", _extends$d({
2184
+ xmlns: "http://www.w3.org/2000/svg",
2185
+ fill: "currentColor",
2186
+ width: 24,
2187
+ height: 24
2188
+ }, props), _g$3 || (_g$3 = /*#__PURE__*/React.createElement("g", {
2189
+ clipPath: "url(#question-contact-support-bubble_svg__a)"
2190
+ }, /*#__PURE__*/React.createElement("path", {
2191
+ fillRule: "evenodd",
2192
+ d: "M12.254.71a10.569 10.569 0 0 0-9.887 8.245 10.7 10.7 0 0 0-.246 1.773c-.02.355-.011 1.002.02 1.402a10.622 10.622 0 0 0 1.284 4.267.4.4 0 0 1 .057.13c-.003.01-.613 1.295-1.356 2.855-.743 1.56-1.367 2.88-1.385 2.933a.461.461 0 0 0-.035.221c0 .15.016.22.077.346a.7.7 0 0 0 .345.34.732.732 0 0 0 .575.03c.043-.015 1.36-.639 2.926-1.386l2.848-1.359.147.081a10.577 10.577 0 0 0 13.525-2.895 10.59 10.59 0 0 0 2.035-7.923A10.6 10.6 0 0 0 13.308.72C13.07.706 12.49.7 12.254.71m-.004 1.505c-.035.001-.151.01-.26.017a9.072 9.072 0 0 0-5.05 2.02 9.84 9.84 0 0 0-1.234 1.225 9.1 9.1 0 0 0-1.961 7.366 9.094 9.094 0 0 0 1.168 3.128c.055.09.11.191.123.224.073.18.07.4-.01.584-.017.04-.46.974-.984 2.075-1.096 2.301-1.004 2.106-.982 2.095.118-.063 4.172-1.989 4.22-2.005a.754.754 0 0 1 .316-.034c.14.018.217.05.427.174.825.49 1.623.821 2.518 1.042 1.942.48 4 .3 5.846-.515a9.087 9.087 0 0 0 5.03-5.725 9.365 9.365 0 0 0 .358-1.977c.016-.206.016-.993 0-1.21a9.114 9.114 0 0 0-1.065-3.702 9.05 9.05 0 0 0-3.915-3.815 9.032 9.032 0 0 0-3.618-.964 16.81 16.81 0 0 0-.927-.003m.24 4.117a3.573 3.573 0 0 0-3.083 2.202c-.186.485-.26.852-.262 1.287 0 .177.001.204.02.272a.763.763 0 0 0 .556.53c.082.019.248.019.34 0a.774.774 0 0 0 .508-.412c.05-.103.065-.177.076-.395a1.99 1.99 0 0 1 .224-.861c.105-.208.22-.364.393-.533a1.84 1.84 0 0 1 .532-.378c.3-.147.572-.21.902-.21.09 0 .2.004.245.01a2.074 2.074 0 0 1 1.48.908 2.053 2.053 0 0 1 .127 2.053 2.064 2.064 0 0 1-1.81 1.147c-.223.011-.3.032-.429.112a.797.797 0 0 0-.314.385.804.804 0 0 0-.014.462.759.759 0 0 0 .58.53c.087.015.439.006.596-.015a3.563 3.563 0 0 0 2.367-1.359c.382-.49.624-1.075.716-1.728.022-.153.025-.711.005-.854a3.623 3.623 0 0 0-.16-.715 3.493 3.493 0 0 0-.843-1.376 3.53 3.53 0 0 0-2.133-1.044 5.89 5.89 0 0 0-.62-.018m.015 7.747c-.372.07-.683.325-.825.677a1.108 1.108 0 0 0 .264 1.204c.136.13.293.218.48.27a1.3 1.3 0 0 0 .474.018 1.1 1.1 0 0 0 .83-1.487 1.101 1.101 0 0 0-.77-.67 1.458 1.458 0 0 0-.453-.012",
2193
+ clipRule: "evenodd"
2194
+ }))), _defs$3 || (_defs$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
2195
+ id: "question-contact-support-bubble_svg__a"
2196
+ }, /*#__PURE__*/React.createElement("path", {
2197
+ d: "M0 0h24v24H0z"
2198
+ })))));
2199
+ };
2200
+
2201
+ var _g$2, _defs$2;
2202
+ 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); }
2203
+ var SvgScissorsCut = function SvgScissorsCut(props) {
2204
+ return /*#__PURE__*/React.createElement("svg", _extends$c({
2205
+ xmlns: "http://www.w3.org/2000/svg",
2206
+ fill: "currentColor",
2207
+ width: 24,
2208
+ height: 24
2209
+ }, props), _g$2 || (_g$2 = /*#__PURE__*/React.createElement("g", {
2210
+ clipPath: "url(#scissors-cut_svg__a)"
2211
+ }, /*#__PURE__*/React.createElement("path", {
2212
+ fillRule: "evenodd",
2213
+ d: "M4.694.712a4.271 4.271 0 0 0-3.698 2.7 4.267 4.267 0 0 0 1.99 5.334c.082.044 1.323.792 2.758 1.663 2.048 1.244 2.606 1.587 2.596 1.596a1201.523 1201.523 0 0 1-5.72 3.465 4.23 4.23 0 0 0-1.203 1.2 4.268 4.268 0 0 0 1.996 6.334 4.296 4.296 0 0 0 2.853.093c.168-.053.369-.134.548-.22a4.26 4.26 0 0 0 2.129-5.398 4.274 4.274 0 0 0-2.607-2.491c0-.004.78-.481 1.734-1.06l1.735-1.052.159.096 6.169 3.746c3.305 2.007 6.033 3.662 6.062 3.679a.747.747 0 0 0 .832-.082.842.842 0 0 0 .248-.39.784.784 0 0 0-.026-.453.742.742 0 0 0-.308-.375l-5.875-3.569a2303.883 2303.883 0 0 1-5.805-3.53c0-.003 2.586-1.575 5.748-3.493 3.161-1.918 5.803-3.522 5.87-3.564a.881.881 0 0 0 .296-.263.785.785 0 0 0 .1-.603.842.842 0 0 0-.248-.39.747.747 0 0 0-.832-.082l-6.202 3.761-6.17 3.742c-.018.01-.227-.115-1.754-1.043a102.499 102.499 0 0 1-1.722-1.057l.14-.05c.434-.163.84-.401 1.227-.72.123-.102.42-.399.522-.522a4.275 4.275 0 0 0 .71-4.291A4.248 4.248 0 0 0 7.33 1.416 4.242 4.242 0 0 0 4.695.712M4.69 2.218a2.769 2.769 0 0 0-2.404 2.088c-.063.253-.083.45-.075.739.011.436.09.757.285 1.152a2.754 2.754 0 0 0 2.156 1.517c.146.017.445.02.595.005A2.762 2.762 0 0 0 7.714 5.28a3.495 3.495 0 0 0 0-.628 2.755 2.755 0 0 0-1.517-2.156 2.635 2.635 0 0 0-.844-.265 4.853 4.853 0 0 0-.663-.013m.134 14.055a2.74 2.74 0 0 0-2.328 1.53 2.628 2.628 0 0 0-.265.844c-.02.134-.028.49-.014.635a2.762 2.762 0 0 0 2.146 2.447c.217.05.42.067.685.06a2.538 2.538 0 0 0 1.149-.285 2.755 2.755 0 0 0 1.517-2.156 3.194 3.194 0 0 0-.029-.832 2.77 2.77 0 0 0-1.813-2.096 2.695 2.695 0 0 0-1.048-.147",
2214
+ clipRule: "evenodd"
2215
+ }))), _defs$2 || (_defs$2 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
2216
+ id: "scissors-cut_svg__a"
2217
+ }, /*#__PURE__*/React.createElement("path", {
2218
+ d: "M0 0h24v24H0z"
2219
+ })))));
2220
+ };
2221
+
2222
+ var _g$1, _defs$1;
2223
+ 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); }
2224
+ var SvgCopyPaste = function SvgCopyPaste(props) {
2225
+ return /*#__PURE__*/React.createElement("svg", _extends$b({
2226
+ xmlns: "http://www.w3.org/2000/svg",
2227
+ fill: "currentColor",
2228
+ width: 24,
2229
+ height: 24
2230
+ }, props), _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
2231
+ clipPath: "url(#copy-paste_svg__a)"
2232
+ }, /*#__PURE__*/React.createElement("path", {
2233
+ fillRule: "evenodd",
2234
+ d: "M6.471.711c-.385.045-.756.26-.99.576a1.427 1.427 0 0 0-.285.921c.007.196.03.283.213.833l.157.473H4.162c-.919 0-1.44.003-1.508.01-.315.03-.664.147-.921.307-.56.348-.918.901-1.015 1.569-.01.07-.012 1.543-.012 8.011 0 7.581 0 7.93.017 8.035.075.484.29.903.632 1.237.33.322.733.521 1.203.594.11.017.242.017 3.072.017 2.842 0 2.96 0 3.033-.017a.787.787 0 0 0 .517-.448.587.587 0 0 0 .05-.283.561.561 0 0 0-.022-.207.693.693 0 0 0-.198-.322.568.568 0 0 0-.188-.141c-.176-.087.162-.078-3.158-.084l-2.942-.005-.06-.02a.662.662 0 0 1-.267-.17.6.6 0 0 1-.168-.29c-.019-.074-.019-.143-.019-7.9 0-7.758 0-7.827.019-7.9.03-.12.078-.2.177-.299a.58.58 0 0 1 .398-.187c.053-.005.77-.01 1.678-.01h1.585l.083.247c.046.136.103.288.127.338.193.41.577.707 1.035.8l.106.022h3.178c3.028 0 3.181-.001 3.268-.018a1.472 1.472 0 0 0 1.043-.786 4 4 0 0 0 .13-.344l.087-.259h1.585c.908 0 1.625.005 1.678.01a.577.577 0 0 1 .398.187.633.633 0 0 1 .17.261l.021.056.005 1.536.005 1.536.021.075a.723.723 0 0 0 .184.326.75.75 0 0 0 .344.21c.097.028.291.03.387.005a.78.78 0 0 0 .54-.53l.022-.077V7.042c0-1.723.002-1.632-.06-1.886a2.233 2.233 0 0 0-.416-.84 2.376 2.376 0 0 0-.552-.485 2.254 2.254 0 0 0-.92-.307c-.07-.007-.59-.01-1.51-.01h-1.403l.157-.473c.203-.608.21-.637.21-.881 0-.142-.004-.208-.017-.274a1.467 1.467 0 0 0-1.148-1.16l-.092-.02-4.094-.001C8.385.704 6.51.707 6.47.71m.249 1.504c0 .004.202.613.449 1.354l.449 1.346h5.952l.448-1.346c.247-.74.45-1.35.45-1.354 0-.004-1.744-.007-3.874-.007s-3.874.003-3.874.007m5.827 8.336c-.53.028-.99.22-1.337.555-.325.315-.53.715-.628 1.23l-.027.14v8.946l.022.125c.067.38.193.672.41.951.284.364.749.639 1.258.744.276.056-.131.052 4.579.055 2.97.002 4.353 0 4.469-.007a2.104 2.104 0 0 0 1.008-.296c.54-.33.868-.87.981-1.615.01-.066.012-.937.012-4.483 0-4.188 0-4.408-.017-4.528-.078-.57-.332-1.024-.755-1.354-.33-.257-.8-.428-1.268-.463-.15-.012-8.498-.011-8.707 0m-.024 1.511c-.24.046-.367.175-.444.452l-.026.096v4.344c0 4.116 0 4.347.017 4.406a.526.526 0 0 0 .139.25.78.78 0 0 0 .335.158l.104.024h4.302c4.738 0 4.385.005 4.522-.058.15-.067.258-.233.305-.465.014-.07.015-.447.013-4.416-.003-4.055-.004-4.343-.02-4.392-.057-.186-.166-.29-.375-.361-.163-.056.162-.052-4.512-.051-3.507 0-4.305.003-4.36.013m1.497 1.301a.759.759 0 0 0-.643.576 1.054 1.054 0 0 0-.004.32.759.759 0 0 0 .63.593c.05.006 1.033.009 2.97.007l2.894-.003.072-.022a.702.702 0 0 0 .322-.199.68.68 0 0 0 .198-.326.88.88 0 0 0 0-.402.751.751 0 0 0-.648-.544c-.104-.01-5.687-.01-5.791 0m-.006 2.813a.75.75 0 0 0-.637.575 1.04 1.04 0 0 0-.004.32c.041.23.224.45.451.546.143.06-.05.057 3.14.054l2.903-.002.072-.023a.701.701 0 0 0 .322-.198.68.68 0 0 0 .198-.326.88.88 0 0 0 0-.402.753.753 0 0 0-.642-.544c-.1-.011-5.704-.011-5.803 0m-.006 2.813a.752.752 0 0 0-.574.417.673.673 0 0 0-.072.323c0 .172.037.297.127.427a.786.786 0 0 0 .446.312c.064.017 2.26.025 2.385.009a.758.758 0 0 0 .633-.581.962.962 0 0 0 .013-.168.683.683 0 0 0-.114-.398.77.77 0 0 0-.44-.324l-.078-.022-1.132-.001c-.623-.001-1.16.002-1.194.006",
2235
+ clipRule: "evenodd"
2236
+ }))), _defs$1 || (_defs$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
2237
+ id: "copy-paste_svg__a"
2238
+ }, /*#__PURE__*/React.createElement("path", {
2239
+ d: "M0 0h24v24H0z"
2240
+ })))));
2241
+ };
2242
+
2243
+ var _g, _defs;
2244
+ 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); }
2245
+ var SvgInformationCircle = function SvgInformationCircle(props) {
2246
+ return /*#__PURE__*/React.createElement("svg", _extends$a({
2247
+ xmlns: "http://www.w3.org/2000/svg",
2248
+ fill: "currentColor",
2249
+ width: 24,
2250
+ height: 24
2251
+ }, props), _g || (_g = /*#__PURE__*/React.createElement("g", {
2252
+ clipPath: "url(#information-circle_svg__a)"
2253
+ }, /*#__PURE__*/React.createElement("path", {
2254
+ fillRule: "evenodd",
2255
+ d: "M11.635.706c-.816.038-1.41.112-2.093.263a11.402 11.402 0 0 0-3.254 1.28 11.393 11.393 0 0 0-4.039 4.039 11.317 11.317 0 0 0-1.405 3.908A10.77 10.77 0 0 0 .706 12c0 .664.04 1.186.138 1.804a11.333 11.333 0 0 0 1.405 3.908 11.392 11.392 0 0 0 4.039 4.039 11.36 11.36 0 0 0 3.605 1.351c.724.136 1.342.192 2.107.192a11.21 11.21 0 0 0 4.763-1.046 11.348 11.348 0 0 0 5.484-5.485A11.207 11.207 0 0 0 23.294 12a11.267 11.267 0 0 0-1.543-5.712 11.392 11.392 0 0 0-4.039-4.039A11.36 11.36 0 0 0 14.107.898a11.26 11.26 0 0 0-1.392-.174c-.197-.013-.92-.025-1.08-.018m-.077 1.508a9.607 9.607 0 0 0-2.91.58 9.738 9.738 0 0 0-3.166 1.894c-.168.149-.645.626-.794.794a9.677 9.677 0 0 0-1.752 2.801c-.4.97-.627 1.943-.71 3.05a17.841 17.841 0 0 0 0 1.334 9.68 9.68 0 0 0 .71 3.05 9.682 9.682 0 0 0 1.752 2.801c.147.166.625.643.794.793a9.763 9.763 0 0 0 4.14 2.194 9.495 9.495 0 0 0 2.378.287c.844 0 1.595-.09 2.378-.287a9.764 9.764 0 0 0 4.14-2.193c.168-.149.645-.626.794-.794a9.775 9.775 0 0 0 2.272-4.483A9.551 9.551 0 0 0 21.792 12c0-.722-.067-1.374-.208-2.035a9.773 9.773 0 0 0-2.272-4.483 16.02 16.02 0 0 0-.794-.794 9.679 9.679 0 0 0-2.801-1.752 9.667 9.667 0 0 0-3.213-.718 18.755 18.755 0 0 0-.946-.004m-.024 4.119c-.573.072-.984.527-.984 1.09a1.1 1.1 0 1 0 .984-1.09M10.481 9.85a.722.722 0 0 0-.416.214.707.707 0 0 0-.216.44.726.726 0 0 0 .216.617.704.704 0 0 0 .428.215c.044.006.233.01.42.01h.338v1.803c0 1.135.004 1.834.01 1.888.1.9.739 1.642 1.603 1.861.253.065.303.069.86.069.441 0 .506-.002.563-.017a.775.775 0 0 0 .547-.532.63.63 0 0 0 .021-.2.62.62 0 0 0-.078-.34.565.565 0 0 0-.141-.188.684.684 0 0 0-.329-.198c-.07-.02-.104-.021-.555-.027-.532-.007-.517-.005-.653-.075a.774.774 0 0 1-.276-.28c-.075-.152-.069.037-.075-2.098-.004-1.314-.009-1.926-.016-1.959a1.462 1.462 0 0 0-1.32-1.205c-.13-.01-.84-.01-.931.002",
2256
+ clipRule: "evenodd"
2257
+ }))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
2258
+ id: "information-circle_svg__a"
2259
+ }, /*#__PURE__*/React.createElement("path", {
2260
+ d: "M0 0h24v24H0z"
2261
+ })))));
2262
+ };
2263
+
2264
+ var _path$9;
2265
+ function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
2266
+ var SvgChevronDown = function SvgChevronDown(props) {
2267
+ return /*#__PURE__*/React.createElement("svg", _extends$9({
2268
+ xmlns: "http://www.w3.org/2000/svg",
2269
+ fill: "currentColor",
2270
+ width: 24,
2271
+ height: 24
2272
+ }, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
2273
+ fillRule: "evenodd",
2274
+ d: "M1.313 6.864a.771.771 0 0 0-.594.566c-.02.078-.017.286.005.365a.798.798 0 0 0 .129.26c.076.099 10.178 10.191 10.269 10.259.269.2.546.292.878.292.33 0 .612-.094.878-.292.091-.068 10.193-10.16 10.27-10.26a.7.7 0 0 0 .148-.403.739.739 0 0 0-.278-.63.68.68 0 0 0-.43-.164.71.71 0 0 0-.455.12c-.053.034-1.15 1.126-5.1 5.075L12 17.083l-5.033-5.031c-3.95-3.949-5.047-5.041-5.1-5.075a.713.713 0 0 0-.256-.107 1.022 1.022 0 0 0-.298-.006",
2275
+ clipRule: "evenodd"
2276
+ })));
2277
+ };
2278
+
2279
+ var _path$8;
2280
+ function _extends$8() { _extends$8 = 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$8.apply(this, arguments); }
2281
+ var SvgChevronRightForward = function SvgChevronRightForward(props) {
2282
+ return /*#__PURE__*/React.createElement("svg", _extends$8({
2283
+ xmlns: "http://www.w3.org/2000/svg",
2284
+ fill: "currentColor",
2285
+ width: 24,
2286
+ height: 24
2287
+ }, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
2288
+ fillRule: "evenodd",
2289
+ d: "M5.787.71a.789.789 0 0 0-.233.08.633.633 0 0 0-.174.136.553.553 0 0 0-.142.188.62.62 0 0 0-.078.34c0 .173.033.284.122.418.016.024 2.298 2.312 5.07 5.086L15.393 12l-5.04 5.042a1279.502 1279.502 0 0 0-5.07 5.086.676.676 0 0 0-.123.418c0 .149.014.21.078.34.04.08.058.104.142.188a.68.68 0 0 0 .322.196.776.776 0 0 0 .61-.09c.078-.05 10.232-10.203 10.308-10.306a1.46 1.46 0 0 0 0-1.748C16.546 11.025 6.39.87 6.314.822A.784.784 0 0 0 5.787.71",
2290
+ clipRule: "evenodd"
2291
+ })));
2292
+ };
2293
+
2294
+ var _path$7;
2295
+ function _extends$7() { _extends$7 = 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$7.apply(this, arguments); }
2296
+ var SvgChevronUp = function SvgChevronUp(props) {
2297
+ return /*#__PURE__*/React.createElement("svg", _extends$7({
2298
+ xmlns: "http://www.w3.org/2000/svg",
2299
+ fill: "currentColor",
2300
+ width: 24,
2301
+ height: 24
2302
+ }, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
2303
+ fillRule: "evenodd",
2304
+ d: "M11.914 5.862c-.3.025-.55.117-.786.289C11.024 6.226.872 16.379.82 16.459a.759.759 0 0 0-.03.759c.058.11.202.253.31.31a.669.669 0 0 0 .354.083.673.673 0 0 0 .418-.122c.024-.016 2.312-2.298 5.086-5.07L12 7.378l5.042 5.04c2.774 2.773 5.062 5.055 5.086 5.07a.67.67 0 0 0 .418.123c.147 0 .23-.02.354-.084a.876.876 0 0 0 .31-.31.759.759 0 0 0-.03-.758c-.05-.078-10.192-10.22-10.302-10.303a1.484 1.484 0 0 0-.964-.294",
2305
+ clipRule: "evenodd"
2306
+ })));
2307
+ };
2308
+
2309
+ var _path$6;
2310
+ function _extends$6() { _extends$6 = 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$6.apply(this, arguments); }
2311
+ var SvgLightbulb = function SvgLightbulb(props) {
2312
+ return /*#__PURE__*/React.createElement("svg", _extends$6({
2313
+ xmlns: "http://www.w3.org/2000/svg",
2314
+ fill: "currentColor",
2315
+ width: 24,
2316
+ height: 24
2317
+ }, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
2318
+ fillRule: "evenodd",
2319
+ d: "M11.597.711a8.476 8.476 0 0 0-4.978 1.914 8.48 8.48 0 0 0-3.106 6.546 8.853 8.853 0 0 0 5.511 8.234l.11.044.006 1.627c.006 1.773.002 1.665.06 1.948a2.863 2.863 0 0 0 3.86 2.069 2.86 2.86 0 0 0 1.483-1.348c.15-.294.24-.578.296-.939.014-.093.016-.277.021-1.73l.006-1.626.11-.045a8.858 8.858 0 0 0 4.885-4.932c.667-1.672.806-3.58.385-5.297a8.545 8.545 0 0 0-1.606-3.274 9.018 9.018 0 0 0-1.203-1.23A8.473 8.473 0 0 0 11.598.71m-.106 1.512a6.967 6.967 0 0 0-2.961.905 7.08 7.08 0 0 0-2.412 2.296 6.961 6.961 0 0 0-1.044 2.88 6.223 6.223 0 0 0-.05.998c.005.383.016.551.055.855a7.355 7.355 0 0 0 2.644 4.748 7.402 7.402 0 0 0 2.102 1.2c.013.005.015-.278.015-2.725v-2.73l-.42-.006c-.352-.005-.44-.009-.545-.025a2.16 2.16 0 0 1-1.83-1.873 2.822 2.822 0 0 1 .006-.562 2.166 2.166 0 0 1 1.4-1.728 2.159 2.159 0 0 1 2.823 1.486c.06.234.066.294.07.768l.005.43h1.3l.005-.43c.005-.474.01-.534.07-.767a2.156 2.156 0 0 1 3.534-1.056c.382.35.612.783.69 1.297.023.145.023.441 0 .594a2.16 2.16 0 0 1-1.824 1.84c-.105.017-.193.02-.545.026l-.42.005v2.731c0 2.447.002 2.73.015 2.725.32-.123.559-.229.825-.365a7.347 7.347 0 0 0 3.921-5.583c.038-.295.05-.48.056-.86a6.27 6.27 0 0 0-.051-.993 6.969 6.969 0 0 0-1.222-3.144 6.984 6.984 0 0 0-4.855-2.903 7.98 7.98 0 0 0-1.358-.034m-2.475 5.63a.6.6 0 0 0-.29.172.6.6 0 0 0-.189.49.817.817 0 0 0 .022.154c.064.21.23.376.446.447.046.015.099.018.444.02l.391.005v-.368c0-.42-.004-.454-.069-.584a.716.716 0 0 0-.274-.282.705.705 0 0 0-.48-.054m5.626 0a.603.603 0 0 0-.29.172.52.52 0 0 0-.123.164c-.065.13-.069.164-.069.584v.368l.391-.004c.345-.003.398-.006.444-.021a.684.684 0 0 0 .446-.447.82.82 0 0 0 .021-.154.595.595 0 0 0-.065-.326.714.714 0 0 0-.274-.282.705.705 0 0 0-.48-.054m-3.295 5.553v2.76h1.306v-5.52h-1.306zm-.7 4.92v.653h2.707v-1.304h-2.708zm.002 2.235c.034.43.295.834.684 1.057.405.232.93.232 1.334 0a1.348 1.348 0 0 0 .683-1.057l.006-.075h-2.713z",
2320
+ clipRule: "evenodd"
2321
+ })));
2322
+ };
2323
+
2324
+ var _path$5;
2325
+ function _extends$5() { _extends$5 = 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$5.apply(this, arguments); }
2326
+ var SvgMenuThreeDotFilledHorizontal = function SvgMenuThreeDotFilledHorizontal(props) {
2327
+ return /*#__PURE__*/React.createElement("svg", _extends$5({
2328
+ xmlns: "http://www.w3.org/2000/svg",
2329
+ fill: "currentColor",
2330
+ width: 24,
2331
+ height: 24
2332
+ }, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
2333
+ fillRule: "evenodd",
2334
+ d: "M3.033 8.755a3.24 3.24 0 0 0-2.496 1.458c-.274.41-.448.882-.515 1.391a4.332 4.332 0 0 0 0 .792 3.25 3.25 0 0 0 .928 1.899 3.23 3.23 0 0 0 2.67.934 3.253 3.253 0 0 0 2.816-2.581c.048-.236.058-.355.058-.648 0-.293-.01-.412-.058-.648a3.253 3.253 0 0 0-3.403-2.597m8.76 0a3.24 3.24 0 0 0-1.991.852 3.242 3.242 0 0 0-.829 3.579 3.271 3.271 0 0 0 2.091 1.928 3.28 3.28 0 0 0 2.122-.087 3.268 3.268 0 0 0 1.841-1.841 3.264 3.264 0 0 0 0-2.372 3.254 3.254 0 0 0-2.84-2.059 2.387 2.387 0 0 0-.394 0m8.804-.003a3.234 3.234 0 0 0-2.137.944 3.217 3.217 0 0 0-.937 1.9 4.362 4.362 0 0 0 0 .807 3.22 3.22 0 0 0 .937 1.901c.365.364.796.629 1.28.786.48.156.988.2 1.482.127a3.226 3.226 0 0 0 1.828-.922c.523-.523.84-1.182.933-1.94a3.93 3.93 0 0 0 .012-.355c0-.258-.008-.359-.044-.566a3.225 3.225 0 0 0-.49-1.224 3.244 3.244 0 0 0-2.864-1.457",
2335
+ clipRule: "evenodd"
2336
+ })));
2337
+ };
2338
+
2339
+ var _path$4;
2340
+ function _extends$4() { _extends$4 = 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$4.apply(this, arguments); }
2341
+ var SvgUserSingle = function SvgUserSingle(props) {
2342
+ return /*#__PURE__*/React.createElement("svg", _extends$4({
2343
+ xmlns: "http://www.w3.org/2000/svg",
2344
+ fill: "currentColor",
2345
+ width: 24,
2346
+ height: 24
2347
+ }, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
2348
+ fillRule: "evenodd",
2349
+ d: "M11.693.711a5.676 5.676 0 0 0-3.215 1.217 6.09 6.09 0 0 0-.939.942 5.672 5.672 0 0 0-1.164 2.775 4.95 4.95 0 0 0-.043.73c0 .307.01.463.043.729a5.674 5.674 0 0 0 4.353 4.8 5.77 5.77 0 0 0 2.562-.004 5.649 5.649 0 0 0 2.688-1.483 5.656 5.656 0 0 0 1.552-2.775c.097-.422.137-.793.137-1.268 0-.316-.008-.46-.042-.73a5.667 5.667 0 0 0-1.348-2.994A5.704 5.704 0 0 0 13.531.912a5.767 5.767 0 0 0-1.838-.2m.01 1.503a4.17 4.17 0 0 0-1.535.416 4.02 4.02 0 0 0-1.115.798c-.348.348-.59.69-.808 1.137-.205.424-.327.84-.39 1.334a6.148 6.148 0 0 0 0 .95 4.25 4.25 0 0 0 .561 1.661 4.188 4.188 0 0 0 3.065 2.004c.141.02.2.022.519.022.32 0 .378-.003.518-.022a4.17 4.17 0 0 0 3.585-3.396 3.25 3.25 0 0 0 .058-.744 3.25 3.25 0 0 0-.058-.744 4.202 4.202 0 0 0-.75-1.735 4.432 4.432 0 0 0-.87-.87 4.204 4.204 0 0 0-2.003-.794 8.12 8.12 0 0 0-.778-.017m0 10.445a9.787 9.787 0 0 0-4.057 1.005 9.712 9.712 0 0 0-2.26 1.527c-.262.232-.68.662-.942.97a9.882 9.882 0 0 0-2.283 5.362 7.72 7.72 0 0 0-.046.788c-.005.285-.004.33.011.398.061.279.28.501.562.572a.897.897 0 0 0 .173.013c.134 0 .22-.02.33-.073a.828.828 0 0 0 .346-.349c.056-.115.063-.157.073-.437a8.362 8.362 0 0 1 1.67-4.91 8.39 8.39 0 0 1 5.333-3.254A8.322 8.322 0 0 1 12 14.16a8.37 8.37 0 0 1 6.226 2.765 8.348 8.348 0 0 1 2.164 5.573c0 .238.048.38.178.533a.751.751 0 0 0 1.306-.322c.015-.067.016-.113.011-.393a9.37 9.37 0 0 0-.3-2.223 9.86 9.86 0 0 0-1.986-3.879 10.499 10.499 0 0 0-1.21-1.22 9.855 9.855 0 0 0-5.796-2.322c-.161-.01-.738-.019-.89-.014",
2350
+ clipRule: "evenodd"
2351
+ })));
2352
+ };
2353
+
2354
+ var _path$3;
2355
+ function _extends$3() { _extends$3 = 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$3.apply(this, arguments); }
2356
+ var SvgQuestionMark = function SvgQuestionMark(props) {
2357
+ return /*#__PURE__*/React.createElement("svg", _extends$3({
2358
+ xmlns: "http://www.w3.org/2000/svg",
2359
+ fill: "currentColor",
2360
+ width: 24,
2361
+ height: 24
2362
+ }, props), _path$3 || (_path$3 = /*#__PURE__*/React.createElement("path", {
2363
+ fillRule: "evenodd",
2364
+ d: "M7.007 7.329c0-2.868 2.255-5.156 4.993-5.156 2.738 0 4.993 2.288 4.993 5.156 0 2.242-1.383 4.138-3.297 4.851-1.175.438-2.446 1.5-2.446 3.055v1.739a.75.75 0 0 0 1.5 0v-1.739c0-.654.575-1.315 1.47-1.65 2.501-.932 4.273-3.389 4.273-6.256 0-3.656-2.888-6.656-6.493-6.656-3.606 0-6.493 3-6.493 6.656a.75.75 0 0 0 1.5 0M12 23.369a1.428 1.428 0 1 0 0-2.855 1.428 1.428 0 0 0 0 2.856",
2365
+ clipRule: "evenodd"
2366
+ })));
2367
+ };
2368
+
2369
+ var _path$2;
2370
+ function _extends$2() { _extends$2 = 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$2.apply(this, arguments); }
2371
+ var SvgShoppingCart = function SvgShoppingCart(props) {
2372
+ return /*#__PURE__*/React.createElement("svg", _extends$2({
2373
+ xmlns: "http://www.w3.org/2000/svg",
2374
+ fill: "currentColor",
2375
+ width: 24,
2376
+ height: 24
2377
+ }, props), _path$2 || (_path$2 = /*#__PURE__*/React.createElement("path", {
2378
+ fillRule: "evenodd",
2379
+ d: "M20.78 1.062a2.148 2.148 0 0 0-1.22.48 2.184 2.184 0 0 0-.743 1.194c-.015.074-.433 2.51-.433 2.529 0 .003-3.54.006-7.865.008l-7.865.002-.093.022a1.494 1.494 0 0 0-.727.396 1.449 1.449 0 0 0-.407 1.275c.02.113 1.397 5.617 1.44 5.752.13.413.348.821.624 1.166.116.145.396.424.541.539a3.58 3.58 0 0 0 1.618.733c.324.057-.128.052 5.704.055 4.95.003 5.33.005 5.33.02 0 .04-.367 2.175-.384 2.234a.594.594 0 0 1-.167.27.679.679 0 0 1-.298.174c-.054.016-.312.017-4.838.022l-4.781.005-.075.025a.798.798 0 0 0-.46.428.777.777 0 0 0 .034.647c.1.177.267.312.453.366l.077.022h4.81c3.843 0 4.826-.003 4.895-.013a2.161 2.161 0 0 0 1.828-1.658c.015-.066.399-2.304.555-3.23a15639.15 15639.15 0 0 1 1.688-9.927c.14-.826.262-1.528.27-1.56a.635.635 0 0 1 .167-.283.625.625 0 0 1 .25-.161l.071-.026.586-.006c.488-.005.596-.008.651-.021a.778.778 0 0 0 .495-.39.755.755 0 0 0-.461-1.068c-.07-.021-.08-.021-.652-.023-.32 0-.598 0-.619.002M2.927 6.782c0 .019 1.338 5.372 1.365 5.463a2.057 2.057 0 0 0 1.784 1.454c.08.008 1.603.01 5.49.008l5.38-.003.589-3.456c.323-1.9.588-3.461.588-3.468 0-.01-1.525-.012-7.598-.012-6.754 0-7.598.002-7.598.014m5.078 13.264a1.103 1.103 0 0 0-.418 2.052 1.103 1.103 0 1 0 .962-1.976 1.046 1.046 0 0 0-.313-.077.799.799 0 0 0-.23.001m7.038 0a1.104 1.104 0 0 0-.926.748c-.082.239-.07.54.031.777a1.103 1.103 0 0 0 2.058-.077c.051-.147.07-.37.046-.528a1.208 1.208 0 0 0-.216-.499 1.21 1.21 0 0 0-.384-.314 1.15 1.15 0 0 0-.609-.107",
2380
+ clipRule: "evenodd"
2381
+ })));
2382
+ };
2383
+
2384
+ var _path$1;
2385
+ function _extends$1() { _extends$1 = 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$1.apply(this, arguments); }
2386
+ var SvgCloseEyeVisibility = function SvgCloseEyeVisibility(props) {
2387
+ return /*#__PURE__*/React.createElement("svg", _extends$1({
2388
+ xmlns: "http://www.w3.org/2000/svg",
2389
+ fill: "currentColor",
2390
+ width: 24,
2391
+ height: 24
2392
+ }, props), _path$1 || (_path$1 = /*#__PURE__*/React.createElement("path", {
2393
+ fillRule: "evenodd",
2394
+ d: "M20.77 2.829a.707.707 0 0 0-.246.105c-.041.027-.736.687-1.977 1.878-1.396 1.34-1.918 1.836-1.933 1.835a1.74 1.74 0 0 1-.188-.076 11.32 11.32 0 0 0-3.284-.877 10.816 10.816 0 0 0-2.179-.025c-1.719.172-3.552.834-5.38 1.943a19.643 19.643 0 0 0-4.377 3.656 2.294 2.294 0 0 0-.117 2.71c.079.117.156.211.313.384a19.311 19.311 0 0 0 3.76 3.205.17.17 0 0 1 .05.039c0 .004-.527.513-1.173 1.132a98.39 98.39 0 0 0-1.243 1.204.682.682 0 0 0-.187.496c0 .177.033.284.127.423.046.068.152.17.225.216a.76.76 0 0 0 .81-.014c.033-.022.156-.132.274-.245l1.48-1.42c1.078-1.035 1.278-1.224 1.342-1.262a.803.803 0 0 0 .242-.236c.038-.057.281-.295 1.236-1.21.761-.73 1.214-1.158 1.258-1.188a.711.711 0 0 0 .192-.184c.044-.066 4.869-4.7 4.955-4.758a.812.812 0 0 0 .208-.2c.044-.059 1.053-1.036 2.068-2.001l.35-.337 2.14-2.058a214.003 214.003 0 0 0 2.026-1.959.762.762 0 0 0 .096-.704.778.778 0 0 0-.412-.432.828.828 0 0 0-.456-.04m-9.23 4.305a8.724 8.724 0 0 0-2.04.35 12.82 12.82 0 0 0-2.802 1.215 17.766 17.766 0 0 0-3.29 2.456c-.32.299-.923.919-1.046 1.075a.795.795 0 0 0-.128.257.661.661 0 0 0-.021.223c0 .143.002.153.031.24.055.158.08.193.353.49.313.342.82.843 1.21 1.196a18.3 18.3 0 0 0 2.419 1.828l.111.07.07-.067 1.79-1.716.02-.02-.062-.138a4.489 4.489 0 0 1-.38-1.398 6.985 6.985 0 0 1 0-.845c.114-1.046.538-1.945 1.258-2.664.711-.71 1.586-1.13 2.612-1.254.176-.022.718-.024.902-.005a4.488 4.488 0 0 1 1.57.466l.116.06.606-.58.606-.583-.069-.026a9.785 9.785 0 0 0-3.837-.63m7.588 1.203a.744.744 0 0 0-.543.423.614.614 0 0 0-.064.338.66.66 0 0 0 .074.315c.063.13.12.187.378.38a17.58 17.58 0 0 1 1.98 1.713c.28.28.609.627.684.724a.795.795 0 0 1 .128.257.654.654 0 0 1 .022.219.644.644 0 0 1-.078.354c-.043.086-.088.143-.258.327a20.5 20.5 0 0 1-1.469 1.417c-2.087 1.803-4.388 2.995-6.475 3.353-.523.09-.904.122-1.468.121-.915 0-1.66-.104-2.506-.35-.222-.065-.288-.076-.393-.069a.737.737 0 0 0-.294.083.71.71 0 0 0-.37.433.794.794 0 0 0-.024.39c.022.1.096.25.164.332.109.132.215.19.49.271.762.225 1.496.352 2.308.4.26.015 1.03.015 1.263 0 1.771-.116 3.578-.707 5.424-1.776 1.603-.928 3.204-2.222 4.504-3.64a2.74 2.74 0 0 0 .305-.374c.514-.77.515-1.778.003-2.544-.095-.143-.154-.213-.415-.494a19.822 19.822 0 0 0-2.616-2.343c-.218-.162-.317-.221-.424-.25a.998.998 0 0 0-.33-.01m-7.223 1.58a2.876 2.876 0 0 0-1.561.608 3.793 3.793 0 0 0-.412.4c-.354.414-.579.93-.654 1.502a3.405 3.405 0 0 0 0 .682c.026.196.094.499.11.492.004-.001.833-.795 1.842-1.764 1.287-1.236 1.83-1.764 1.822-1.769a3.213 3.213 0 0 0-.357-.097 3.185 3.185 0 0 0-.79-.054m3.508 2.04-.071.015a.767.767 0 0 0-.553.533c-.01.035-.019.131-.024.249a2.833 2.833 0 0 1-.135.795c-.14.43-.36.789-.676 1.105-.214.213-.43.372-.682.501a2.69 2.69 0 0 1-1.205.31 1.163 1.163 0 0 0-.268.03.774.774 0 0 0-.519.503.868.868 0 0 0 .019.497c.057.152.21.318.364.396.142.071.246.086.529.072a4.123 4.123 0 0 0 1.707-.442 4.05 4.05 0 0 0 1.076-.763 4.237 4.237 0 0 0 1.26-2.534c.024-.195.035-.567.018-.663a.761.761 0 0 0-.53-.58 1.142 1.142 0 0 0-.31-.024",
2395
+ clipRule: "evenodd"
2396
+ })));
2397
+ };
2398
+
2399
+ var _path;
2400
+ 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); }
2401
+ var SvgOpenEyeVisibility = function SvgOpenEyeVisibility(props) {
2402
+ return /*#__PURE__*/React.createElement("svg", _extends({
2403
+ xmlns: "http://www.w3.org/2000/svg",
2404
+ fill: "currentColor",
2405
+ width: 24,
2406
+ height: 24
2407
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
2408
+ fillRule: "evenodd",
2409
+ d: "M11.29 4.94c-1.736.113-3.572.72-5.415 1.79a19.375 19.375 0 0 0-3.437 2.567c-.39.362-1.067 1.056-1.23 1.262a2.32 2.32 0 0 0-.473 1.82c.065.386.234.76.48 1.066.104.13.449.498.734.782 1.7 1.698 3.665 3.061 5.62 3.9 1.137.487 2.303.799 3.39.905.604.06 1.478.06 2.083 0 1.203-.118 2.46-.475 3.753-1.066.22-.1.775-.382.994-.503 1.36-.756 2.607-1.672 3.84-2.823.353-.33 1.011-1.007 1.164-1.199a2.32 2.32 0 0 0 .434-2.014 2.326 2.326 0 0 0-.434-.87c-.242-.302-1.027-1.086-1.567-1.567-1.768-1.574-3.746-2.782-5.636-3.441-1.007-.352-1.949-.55-2.904-.61a18.47 18.47 0 0 0-1.396 0m.206 1.493c-1.508.071-3.21.631-4.881 1.605a17.788 17.788 0 0 0-3.664 2.86c-.365.367-.57.588-.624.676a.788.788 0 0 0-.116.472.765.765 0 0 0 .143.417c.09.124.779.832 1.112 1.141 1.256 1.166 2.565 2.093 3.93 2.783 1.19.6 2.333.972 3.438 1.118a9.406 9.406 0 0 0 2.332 0c1.394-.184 2.898-.747 4.39-1.643a17.917 17.917 0 0 0 3.497-2.764c.523-.528.63-.653.69-.808a.74.74 0 0 0 .047-.334.675.675 0 0 0-.08-.32c-.044-.09-.083-.138-.273-.343A19.425 19.425 0 0 0 20.03 9.94c-1.88-1.629-3.94-2.77-5.87-3.254a8.606 8.606 0 0 0-1.69-.254c-.235-.01-.732-.01-.974.001m.312 1.305a4.259 4.259 0 0 0-2.558.999 5.88 5.88 0 0 0-.513.513 4.278 4.278 0 0 0-.977 2.265 6.04 6.04 0 0 0 .004 1.005 4.27 4.27 0 0 0 3.515 3.684c.267.045.376.053.721.053s.455-.008.721-.053a4.268 4.268 0 0 0 3.464-3.377c.061-.308.072-.43.072-.827 0-.397-.01-.52-.072-.827a4.271 4.271 0 0 0-2.063-2.876 4.282 4.282 0 0 0-2.314-.559m-.05 1.507a2.83 2.83 0 0 0-.594.12 2.72 2.72 0 0 0-1.124.688c-.43.434-.696.975-.782 1.592-.02.149-.024.535-.005.672.09.66.353 1.198.804 1.643a2.74 2.74 0 0 0 1.732.795 2.785 2.785 0 0 0 1.531-.327c.234-.129.425-.272.623-.468.453-.448.715-.984.804-1.643a4.061 4.061 0 0 0 0-.634 2.772 2.772 0 0 0-2.349-2.419 3.788 3.788 0 0 0-.64-.02",
2410
+ clipRule: "evenodd"
2411
+ })));
2412
+ };
2413
+
2037
2414
  // Custom SVG
2038
2415
 
2039
- declare const icons_AccessTime: typeof AccessTime;
2040
- declare const icons_ArrowBack: typeof ArrowBack;
2041
- declare const icons_ArrowBackIos: typeof ArrowBackIos;
2042
- declare const icons_ArrowDownward: typeof ArrowDownward;
2043
- declare const icons_ArrowForward: typeof ArrowForward;
2044
- declare const icons_ArrowUpward: typeof ArrowUpward;
2045
- declare const icons_AutoStoriesOutlined: typeof AutoStoriesOutlined;
2046
- declare const icons_Balance: typeof Balance;
2047
- declare const icons_Brightness1: typeof Brightness1;
2048
- declare const icons_CampaignOutlined: typeof CampaignOutlined;
2049
- declare const icons_ContactSupportOutlined: typeof ContactSupportOutlined;
2050
- declare const icons_ContentCopy: typeof ContentCopy;
2051
- declare const icons_ContentCut: typeof ContentCut;
2052
- declare const icons_ContentPaste: typeof ContentPaste;
2053
- declare const icons_InfoOutlined: typeof InfoOutlined;
2054
- declare const icons_KeyboardArrowDown: typeof KeyboardArrowDown;
2055
- declare const icons_KeyboardArrowLeft: typeof KeyboardArrowLeft;
2056
- declare const icons_KeyboardArrowRight: typeof KeyboardArrowRight;
2057
- declare const icons_KeyboardArrowUp: typeof KeyboardArrowUp;
2058
- declare const icons_LightbulbOutlined: typeof LightbulbOutlined;
2059
- declare const icons_LocalOfferOutlined: typeof LocalOfferOutlined;
2060
- declare const icons_MoreHoriz: typeof MoreHoriz;
2061
- declare const icons_Person: typeof Person;
2062
- declare const icons_QuestionMark: typeof QuestionMark;
2063
- declare const icons_ShoppingCartOutlined: typeof ShoppingCartOutlined;
2064
- declare const icons_VisibilityOffOutlined: typeof VisibilityOffOutlined;
2065
- declare const icons_VisibilityOutlined: typeof VisibilityOutlined;
2066
2416
  declare namespace icons {
2067
2417
  export {
2068
- icons_AccessTime as AccessTime,
2418
+ SvgAccessTimeClock as AccessTime,
2069
2419
  SvgAdd as Add,
2070
2420
  SvgAlarmBell as AlarmBell,
2071
2421
  SvgAppWindowCode as AppWindowCode,
2072
- icons_ArrowBack as ArrowBack,
2073
- icons_ArrowBackIos as ArrowBackIos,
2422
+ SvgArrowLeftBack as ArrowBack,
2423
+ SvgChevronLeftBack as ArrowBackIos,
2074
2424
  SvgArrowCircleDown as ArrowCircleDown,
2075
- icons_ArrowDownward as ArrowDownward,
2076
- icons_ArrowForward as ArrowForward,
2425
+ SvgArrowDown as ArrowDownward,
2426
+ SvgArrowRightForward as ArrowForward,
2077
2427
  SvgArrowTopRight as ArrowTopRight,
2078
- icons_ArrowUpward as ArrowUpward,
2428
+ SvgArrowUp as ArrowUpward,
2079
2429
  SvgAssignmentCircle as Assignment,
2080
- icons_AutoStoriesOutlined as AutoStoriesOutlined,
2081
- icons_Balance as Balance,
2430
+ SvgBookFlipPageDocumentation as AutoStoriesOutlined,
2431
+ SvgBalanceScale as Balance,
2082
2432
  SvgBashCircle as Bash,
2083
2433
  SvgBin as Bin,
2084
2434
  SvgBlockCircle as Block,
2085
2435
  SvgBlocked as Blocked,
2086
2436
  SvgBoxes as Boxes,
2087
2437
  SvgBoxesGrid as BoxesGrid,
2088
- icons_Brightness1 as Brightness1,
2438
+ SvgBrightnessDotCircleFilled as Brightness1,
2089
2439
  SvgCalendar as Calendar,
2090
- icons_CampaignOutlined as CampaignOutlined,
2440
+ SvgMegaphoneCampaignAnnouncement as CampaignOutlined,
2091
2441
  SvgNetworkSearch as Catalog,
2092
2442
  SvgChecklist as CheckList,
2093
2443
  SvgCheckmark as CheckMark,
@@ -2095,10 +2445,10 @@ declare namespace icons {
2095
2445
  SvgCloseCircle as CloseCircle,
2096
2446
  SvgCloud as Cloud,
2097
2447
  SvgCoin as Coin,
2098
- icons_ContactSupportOutlined as ContactSupportOutlined,
2099
- icons_ContentCopy as ContentCopy,
2100
- icons_ContentCut as ContentCut,
2101
- icons_ContentPaste as ContentPaste,
2448
+ SvgQuestionContactSupportBubble as ContactSupportOutlined,
2449
+ SvgCopy as ContentCopy,
2450
+ SvgScissorsCut as ContentCut,
2451
+ SvgCopyPaste as ContentPaste,
2102
2452
  SvgCopy as Copy,
2103
2453
  SvgCredit as Credit,
2104
2454
  SvgModule as CustomBlocks,
@@ -2108,35 +2458,35 @@ declare namespace icons {
2108
2458
  SvgDownload as Download,
2109
2459
  SvgExternalLink as ExternalLink,
2110
2460
  SvgImageResolution as ImageResolution,
2111
- icons_InfoOutlined as InfoOutlined,
2461
+ SvgInformationCircle as InfoOutlined,
2112
2462
  SvgInformation as Information,
2113
2463
  SvgInvoice as Invoice,
2114
- icons_KeyboardArrowDown as KeyboardArrowDown,
2115
- icons_KeyboardArrowLeft as KeyboardArrowLeft,
2116
- icons_KeyboardArrowRight as KeyboardArrowRight,
2117
- icons_KeyboardArrowUp as KeyboardArrowUp,
2464
+ SvgChevronDown as KeyboardArrowDown,
2465
+ SvgChevronLeftBack as KeyboardArrowLeft,
2466
+ SvgChevronRightForward as KeyboardArrowRight,
2467
+ SvgChevronUp as KeyboardArrowUp,
2118
2468
  SvgLayers as Layers,
2119
2469
  SvgLibrary as Library,
2120
- icons_LightbulbOutlined as LightbulbOutlined,
2121
- icons_LocalOfferOutlined as LocalOfferOutlined,
2470
+ SvgLightbulb as LightbulbOutlined,
2471
+ SvgTag as LocalOfferOutlined,
2122
2472
  SvgLock as Lock,
2123
2473
  SvgLogo as Logo,
2124
2474
  SvgMap as Map,
2125
2475
  SvgShop as Marketplace,
2126
2476
  SvgMegaphone as Megaphone,
2127
2477
  SvgModuleThree as ModuleThree,
2128
- icons_MoreHoriz as MoreHoriz,
2478
+ SvgMenuThreeDotFilledHorizontal as MoreHoriz,
2129
2479
  SvgMultipleUsers as MultipleUsers,
2130
2480
  SvgNotificationError as NotificationError,
2131
2481
  SvgNotificationInfo as NotificationInfo,
2132
2482
  SvgNotificationSuccess as NotificationSuccess,
2133
2483
  SvgNotificationWarning as NotificationWarning,
2134
2484
  SvgPencil as Pencil,
2135
- icons_Person as Person,
2485
+ SvgUserSingle as Person,
2136
2486
  SvgPolygon as Polygon,
2137
2487
  SvgFolderEmpty1 as Projects,
2138
2488
  SvgQuestionCircle as QuestionCircle,
2139
- icons_QuestionMark as QuestionMark,
2489
+ SvgQuestionMark as QuestionMark,
2140
2490
  SvgResolution as Resolution,
2141
2491
  SvgSatellite as Satellite,
2142
2492
  SvgSave as Save,
@@ -2145,7 +2495,7 @@ declare namespace icons {
2145
2495
  SvgSettingsVertical as SettingsVertical,
2146
2496
  SvgShield as Shield,
2147
2497
  SvgShieldLock as ShieldWithLock,
2148
- icons_ShoppingCartOutlined as ShoppingCartOutlined,
2498
+ SvgShoppingCart as ShoppingCartOutlined,
2149
2499
  SvgServer2 as Storage,
2150
2500
  SvgSupportCircle as Support,
2151
2501
  SvgSupport as SupportClear,
@@ -2159,8 +2509,8 @@ declare namespace icons {
2159
2509
  SvgUserCircle as User,
2160
2510
  SvgViewOff as ViewOff,
2161
2511
  SvgViewOn as ViewOn,
2162
- icons_VisibilityOffOutlined as VisibilityOffOutlined,
2163
- icons_VisibilityOutlined as VisibilityOutlined,
2512
+ SvgCloseEyeVisibility as VisibilityOffOutlined,
2513
+ SvgOpenEyeVisibility as VisibilityOutlined,
2164
2514
  SvgWeatherCloud as WeatherCloud,
2165
2515
  SvgWebhooks as Webhooks,
2166
2516
  SvgWorkflow as Workflow,