@up42/up-components 2.2.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/types/components/ContactBox/ContactBox.d.ts +1 -1
- package/dist/cjs/types/components/CopyButton/CopyButton.d.ts +1 -1
- package/dist/cjs/types/components/InfoModal/InfoModal.d.ts +1 -1
- package/dist/cjs/types/components/TabGroup/TabGroup.d.ts +1 -1
- package/dist/cjs/types/global/icons/index.d.ts +0 -8
- package/dist/cjs/types/index.d.ts +0 -5
- package/dist/esm/index.js +2 -2
- package/dist/esm/types/components/ContactBox/ContactBox.d.ts +1 -1
- package/dist/esm/types/components/CopyButton/CopyButton.d.ts +1 -1
- package/dist/esm/types/components/InfoModal/InfoModal.d.ts +1 -1
- package/dist/esm/types/components/TabGroup/TabGroup.d.ts +1 -1
- package/dist/esm/types/global/icons/index.d.ts +0 -8
- package/dist/esm/types/index.d.ts +0 -5
- package/dist/index.d.ts +353 -523
- package/package.json +1 -1
- package/dist/cjs/types/components/Box/Box.d.ts +0 -8
- package/dist/cjs/types/components/Box/Box.test.d.ts +0 -1
- package/dist/cjs/types/components/Menu/Menu.d.ts +0 -11
- package/dist/cjs/types/components/Menu/Menu.test.d.ts +0 -1
- package/dist/cjs/types/components/Modal/Modal.d.ts +0 -8
- package/dist/cjs/types/components/Modal/Modal.test.d.ts +0 -1
- package/dist/cjs/types/components/Popover/Popover.d.ts +0 -8
- package/dist/cjs/types/components/Popover/Popover.test.d.ts +0 -1
- package/dist/cjs/types/components/Tooltip/Tooltip.d.ts +0 -7
- package/dist/cjs/types/components/Tooltip/Tooltip.test.d.ts +0 -1
- package/dist/esm/types/components/Box/Box.d.ts +0 -8
- package/dist/esm/types/components/Box/Box.test.d.ts +0 -1
- package/dist/esm/types/components/Menu/Menu.d.ts +0 -11
- package/dist/esm/types/components/Menu/Menu.test.d.ts +0 -1
- package/dist/esm/types/components/Modal/Modal.d.ts +0 -8
- package/dist/esm/types/components/Modal/Modal.test.d.ts +0 -1
- package/dist/esm/types/components/Popover/Popover.d.ts +0 -8
- package/dist/esm/types/components/Popover/Popover.test.d.ts +0 -1
- package/dist/esm/types/components/Tooltip/Tooltip.d.ts +0 -7
- package/dist/esm/types/components/Tooltip/Tooltip.test.d.ts +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export { default as tokens } from '@up42/design-system-tokens/dist/json/tokens.json';
|
|
3
3
|
import * as _mui_material from '@mui/material';
|
|
4
|
-
import { BoxProps
|
|
4
|
+
import { BoxProps, TextFieldProps, AvatarProps as AvatarProps$1, GridProps, ContainerProps, CheckboxProps as CheckboxProps$1, RadioProps as RadioProps$1, RadioGroupProps, SwitchProps as SwitchProps$1, SelectProps as SelectProps$1, SliderProps as SliderProps$1, LinkProps as LinkProps$1, TabsProps as TabsProps$1, TabProps as TabProps$1, CardProps, ModalProps, AlertProps as AlertProps$1, SxProps, Theme, IconButtonProps, SvgIconProps, BadgeProps as BadgeProps$1, ChipProps, DividerProps as DividerProps$1 } from '@mui/material';
|
|
5
5
|
export * from '@mui/material';
|
|
6
6
|
import { ThemeProviderProps } from '@mui/material/styles/ThemeProvider';
|
|
7
7
|
import * as React from 'react';
|
|
@@ -51,7 +51,7 @@ type MUIGlobalOmit<MuiProps, ComponentProps = unknown> = ComponentProps &
|
|
|
51
51
|
| 'touchRippleRef'
|
|
52
52
|
>
|
|
53
53
|
|
|
54
|
-
type FormBaseProps = BoxProps
|
|
54
|
+
type FormBaseProps = BoxProps &
|
|
55
55
|
Pick<TextFieldProps, 'id' | 'label' | 'required' | 'error' | 'disabled' | 'focused' | 'helperText'>
|
|
56
56
|
|
|
57
57
|
declare type ButtonProps = MUIGlobalOmit<Omit<ButtonProps$1, 'size' | 'color'>, {
|
|
@@ -154,12 +154,6 @@ declare type PageContainerProps = Omit<ContainerProps, 'fixed' | 'maxWidth'> & {
|
|
|
154
154
|
*/
|
|
155
155
|
declare const PageContainer: ({ children, fluid, columns, ...props }: PageContainerProps) => JSX.Element;
|
|
156
156
|
|
|
157
|
-
declare type BoxProps = MUIGlobalOmit<BoxProps$1>;
|
|
158
|
-
/**
|
|
159
|
-
* Documentation: https://up-components.up42.com/?path=/docs/layout-box--docs
|
|
160
|
-
*/
|
|
161
|
-
declare const Box: React__default.ForwardRefExoticComponent<Pick<Omit<BoxProps$1<"div", {}>, "classes" | "tabIndex" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple">, "className" | "style" | "children" | "sx" | "slot" | "title" | "id" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "component" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & React__default.RefAttributes<unknown>>;
|
|
162
|
-
|
|
163
157
|
declare type CheckboxProps = MUIGlobalOmit<CheckboxProps$1>;
|
|
164
158
|
/**
|
|
165
159
|
* Documentation: https://up-components.up42.com/?path=/docs/data-entry-checkbox--docs
|
|
@@ -387,7 +381,7 @@ declare type TabGroupProps = {
|
|
|
387
381
|
*/
|
|
388
382
|
declare const TabGroup: ({ tabs, nameSpace: _nameSpace, tabContentProps, tabsProps, defaultValue, onChange, }: TabGroupProps) => JSX.Element;
|
|
389
383
|
|
|
390
|
-
declare type EmptyStateProps = MUIGlobalOmit<Omit<BoxProps
|
|
384
|
+
declare type EmptyStateProps = MUIGlobalOmit<Omit<BoxProps, 'component'>, {
|
|
391
385
|
/**
|
|
392
386
|
* Helpful message that conveys the purpose of the screen and the next action to populate the space
|
|
393
387
|
*/
|
|
@@ -410,12 +404,6 @@ declare type EmptyStateProps = MUIGlobalOmit<Omit<BoxProps$1, 'component'>, {
|
|
|
410
404
|
*/
|
|
411
405
|
declare const EmptyState: ({ icon: CustomIcon, title, subTitle, action, sx, ...props }: EmptyStateProps) => JSX.Element;
|
|
412
406
|
|
|
413
|
-
declare type ModalProps = MUIGlobalOmit<ModalProps$1>;
|
|
414
|
-
/**
|
|
415
|
-
* Documentation: https://up-components.up42.com/?path=/docs/feedback-modal--docs
|
|
416
|
-
*/
|
|
417
|
-
declare const Modal: ({ children, ...props }: ModalProps) => JSX.Element;
|
|
418
|
-
|
|
419
407
|
declare type InfoCardProps = {
|
|
420
408
|
title: string;
|
|
421
409
|
subtitle?: string;
|
|
@@ -532,12 +520,6 @@ declare const Banner: React__default.ForwardRefExoticComponent<Pick<{
|
|
|
532
520
|
title: string;
|
|
533
521
|
} & Omit<AlertProps, "title" | "role" | "icon" | "closeText" | "onClose">, "className" | "style" | "classes" | "children" | "sx" | "slot" | "title" | "id" | "lang" | "type" | "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" | "variant" | "components" | "componentsProps" | "slotProps" | "slots" | "onDismiss" | "actionLabel" | "actionProps"> & React__default.RefAttributes<unknown>>;
|
|
534
522
|
|
|
535
|
-
declare type TooltipProps = Omit<TooltipProps$1, 'TransitionComponent' | 'TransitionProps' | 'PopperComponent' | 'followCursor'>;
|
|
536
|
-
/**
|
|
537
|
-
* Documentation: https://up-components.up42.com/?path=/docs/data-display-tooltip--docs
|
|
538
|
-
*/
|
|
539
|
-
declare const Tooltip: ({ children, ...props }: TooltipProps) => JSX.Element;
|
|
540
|
-
|
|
541
523
|
declare type ContactBoxProps = {
|
|
542
524
|
customIcon?: React__default.ReactNode;
|
|
543
525
|
text?: string;
|
|
@@ -550,14 +532,6 @@ declare type ContactBoxProps = {
|
|
|
550
532
|
*/
|
|
551
533
|
declare const ContactBox: ({ customIcon, text, actions, size, sx }: ContactBoxProps) => JSX.Element;
|
|
552
534
|
|
|
553
|
-
declare type MenuProps = MUIGlobalOmit<MenuProps$1>;
|
|
554
|
-
/**
|
|
555
|
-
* Documentation: https://up-components.up42.com/?path=/docs/navigation-menu--docs
|
|
556
|
-
*/
|
|
557
|
-
declare const Menu: React__default.ForwardRefExoticComponent<Pick<Omit<MenuProps$1, "classes" | "tabIndex" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple">, "className" | "style" | "children" | "color" | "sx" | "slot" | "title" | "id" | "lang" | "role" | "elevation" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "open" | "transformOrigin" | "transitionDuration" | "container" | "variant" | "components" | "componentsProps" | "onClose" | "slotProps" | "slots" | "anchorEl" | "disablePortal" | "keepMounted" | "closeAfterTransition" | "disableAutoFocus" | "disableEnforceFocus" | "disableEscapeKeyDown" | "disableRestoreFocus" | "disableScrollLock" | "hideBackdrop" | "onBackdropClick" | "TransitionComponent" | "BackdropComponent" | "BackdropProps" | "TransitionProps" | "anchorOrigin" | "anchorPosition" | "anchorReference" | "marginThreshold" | "PaperProps" | "disableAutoFocusItem" | "MenuListProps" | "PopoverClasses"> & React__default.RefAttributes<unknown>>;
|
|
558
|
-
declare type MenuItemProps = MUIGlobalOmit<MenuItemProps$1>;
|
|
559
|
-
declare const MenuItem: (props: MenuItemProps) => JSX.Element;
|
|
560
|
-
|
|
561
535
|
declare type ControlButtonProps = MUIGlobalOmit<IconButtonProps, {
|
|
562
536
|
size?: 'medium' | 'small';
|
|
563
537
|
/**
|
|
@@ -587,12 +561,6 @@ interface CopyButtonProps {
|
|
|
587
561
|
*/
|
|
588
562
|
declare const CopyButton: ({ data, tooltip, sx, onCopy }: CopyButtonProps) => JSX.Element;
|
|
589
563
|
|
|
590
|
-
declare type PopoverProps = MUIGlobalOmit<PopoverProps$1>;
|
|
591
|
-
/**
|
|
592
|
-
* Documentation: https://up-components.up42.com/?path=/docs/data-display-popover--docs
|
|
593
|
-
*/
|
|
594
|
-
declare const Popover: ({ children, ...props }: PopoverProps) => JSX.Element;
|
|
595
|
-
|
|
596
564
|
declare type InfoPopoverProps = InfoCardProps & {
|
|
597
565
|
icon?: React__default.ElementType;
|
|
598
566
|
};
|
|
@@ -647,36 +615,36 @@ declare type LoadingProps = {
|
|
|
647
615
|
* Internal visibility control of the component
|
|
648
616
|
*/
|
|
649
617
|
visible?: boolean;
|
|
650
|
-
} & BoxProps
|
|
618
|
+
} & BoxProps;
|
|
651
619
|
/**
|
|
652
620
|
* Documentation: https://up-components.up42.com/?path=/docs/patterns-loading--docs
|
|
653
621
|
*/
|
|
654
622
|
declare const Loading: ({ fullPage, visible, ...rest }: LoadingProps) => JSX.Element | null;
|
|
655
623
|
|
|
656
|
-
var _path$
|
|
657
|
-
function _extends$
|
|
624
|
+
var _path$M;
|
|
625
|
+
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); }
|
|
658
626
|
var SvgAlarmBell = function SvgAlarmBell(props) {
|
|
659
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
627
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1u({
|
|
660
628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
661
629
|
fill: "currentColor",
|
|
662
630
|
width: 24,
|
|
663
631
|
height: 24
|
|
664
|
-
}, props), _path$
|
|
632
|
+
}, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
|
|
665
633
|
fillRule: "evenodd",
|
|
666
634
|
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",
|
|
667
635
|
clipRule: "evenodd"
|
|
668
636
|
})));
|
|
669
637
|
};
|
|
670
638
|
|
|
671
|
-
var _path$
|
|
672
|
-
function _extends$
|
|
639
|
+
var _path$L;
|
|
640
|
+
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); }
|
|
673
641
|
var SvgAngle = function SvgAngle(props) {
|
|
674
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
642
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1t({
|
|
675
643
|
width: 24,
|
|
676
644
|
height: 24,
|
|
677
645
|
fill: "none",
|
|
678
646
|
xmlns: "http://www.w3.org/2000/svg"
|
|
679
|
-
}, props), _path$
|
|
647
|
+
}, props), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
|
|
680
648
|
fillRule: "evenodd",
|
|
681
649
|
clipRule: "evenodd",
|
|
682
650
|
d: "M1.504 1.094a.836.836 0 0 0-.448.4L1 1.602v8.776c0 10.523.001 10.78.046 10.956.208.82.791 1.414 1.634 1.665l.168.05 10.773.006 8.774.007.134-.061a.772.772 0 0 0 .39-.383c.21-.438-.072-.964-.56-1.043-.1-.017-.19-.025-4.145-.025h-5.993l-.01-.054a7.68 7.68 0 0 1-.038-.342c-.163-1.704-.83-3.452-1.89-4.952-.14-.199-.553-.718-.587-.739-.014-.008.522-.564 1.198-1.242 1.374-1.379 1.337-1.333 1.337-1.66a.665.665 0 0 0-.214-.528.665.665 0 0 0-.529-.214c-.326 0-.28-.037-1.659 1.337-.678.675-1.234 1.211-1.243 1.197-.02-.034-.54-.446-.738-.586-1.498-1.058-3.269-1.734-4.952-1.89a7.31 7.31 0 0 1-.342-.038l-.054-.01V5.835c0-3.953-.009-4.045-.025-4.144a.742.742 0 0 0-.75-.627.818.818 0 0 0-.221.03Zm20.595-.072a.876.876 0 0 0-.216.106c-.15.105-1.22 1.188-1.295 1.308a.807.807 0 0 0-.027.71.98.98 0 0 0 .332.336.784.784 0 0 0 .744-.039c.067-.044.653-.613 1.302-1.265.107-.108.107-.232.107-.431 0-.155-.011-.216-.058-.312a.862.862 0 0 0-.364-.368.874.874 0 0 0-.525-.045Zm-4.143 4.092c-.122.046-.275.192-2.115 2.032-1.595 1.596-1.994 2.007-2.04 2.104a.619.619 0 0 0-.056.312c0 .228.059.373.214.528a.665.665 0 0 0 .529.215.618.618 0 0 0 .312-.057c.097-.045.507-.444 2.103-2.04 1.89-1.89 1.986-1.989 2.034-2.121a.724.724 0 0 0-.018-.581.753.753 0 0 0-.963-.392ZM2.5 16.91v3.572l.882-.88c.485-.484.926-.907.98-.94.197-.12.51-.13.722-.02.11.057.275.224.331.336.1.197.087.523-.026.707-.034.056-.458.498-.941.983l-.88.882h7.144l-.013-.066a3.412 3.412 0 0 1-.027-.21 9.16 9.16 0 0 0-.545-2.208 9.14 9.14 0 0 0-1.316-2.311l-.195-.247-.236.226c-.272.262-.405.328-.655.327a.761.761 0 0 1-.737-.736c0-.25.066-.383.327-.655l.227-.236-.247-.196a9.065 9.065 0 0 0-3.487-1.68c-.299-.07-.782-.155-1.032-.18a3.336 3.336 0 0 1-.21-.028l-.066-.012v3.572Z",
|
|
@@ -684,303 +652,273 @@ var SvgAngle = function SvgAngle(props) {
|
|
|
684
652
|
})));
|
|
685
653
|
};
|
|
686
654
|
|
|
687
|
-
var _path$
|
|
688
|
-
function _extends$
|
|
655
|
+
var _path$K;
|
|
656
|
+
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); }
|
|
689
657
|
var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
690
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
658
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1s({
|
|
691
659
|
xmlns: "http://www.w3.org/2000/svg",
|
|
692
660
|
fill: "currentColor",
|
|
693
661
|
width: 24,
|
|
694
662
|
height: 24
|
|
695
|
-
}, props), _path$
|
|
663
|
+
}, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
|
|
696
664
|
fillRule: "evenodd",
|
|
697
665
|
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",
|
|
698
666
|
clipRule: "evenodd"
|
|
699
667
|
})));
|
|
700
668
|
};
|
|
701
669
|
|
|
702
|
-
var _g$
|
|
703
|
-
function _extends$
|
|
670
|
+
var _g$J, _defs$J;
|
|
671
|
+
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); }
|
|
704
672
|
var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
705
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
673
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1r({
|
|
706
674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
707
675
|
fill: "currentColor",
|
|
708
676
|
width: 24,
|
|
709
677
|
height: 24
|
|
710
|
-
}, props), _g$
|
|
678
|
+
}, props), _g$J || (_g$J = /*#__PURE__*/React.createElement("g", {
|
|
711
679
|
clipPath: "url(#arrow-circle-down_svg__a)"
|
|
712
680
|
}, /*#__PURE__*/React.createElement("path", {
|
|
713
681
|
fillRule: "evenodd",
|
|
714
682
|
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",
|
|
715
683
|
clipRule: "evenodd"
|
|
716
|
-
}))), _defs$
|
|
684
|
+
}))), _defs$J || (_defs$J = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
717
685
|
id: "arrow-circle-down_svg__a"
|
|
718
686
|
}, /*#__PURE__*/React.createElement("path", {
|
|
719
687
|
d: "M0 0h24v24H0z"
|
|
720
688
|
})))));
|
|
721
689
|
};
|
|
722
690
|
|
|
723
|
-
var _path$
|
|
724
|
-
function _extends$
|
|
691
|
+
var _path$J;
|
|
692
|
+
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); }
|
|
725
693
|
var SvgArrowTopRight = function SvgArrowTopRight(props) {
|
|
726
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
694
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1q({
|
|
727
695
|
xmlns: "http://www.w3.org/2000/svg",
|
|
728
696
|
fill: "currentColor",
|
|
729
697
|
width: 24,
|
|
730
698
|
height: 24
|
|
731
|
-
}, props), _path$
|
|
699
|
+
}, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
|
|
732
700
|
fillRule: "evenodd",
|
|
733
701
|
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",
|
|
734
702
|
clipRule: "evenodd"
|
|
735
703
|
})));
|
|
736
704
|
};
|
|
737
705
|
|
|
738
|
-
var _path$
|
|
739
|
-
function _extends$
|
|
740
|
-
var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
741
|
-
return /*#__PURE__*/React.createElement("svg", _extends$1x({
|
|
742
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
743
|
-
fill: "currentColor",
|
|
744
|
-
width: 24,
|
|
745
|
-
height: 24
|
|
746
|
-
}, props), _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
|
|
747
|
-
fillRule: "evenodd",
|
|
748
|
-
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",
|
|
749
|
-
clipRule: "evenodd"
|
|
750
|
-
})));
|
|
751
|
-
};
|
|
752
|
-
|
|
753
|
-
var _path$M;
|
|
754
|
-
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); }
|
|
755
|
-
var SvgBashCircle = function SvgBashCircle(props) {
|
|
756
|
-
return /*#__PURE__*/React.createElement("svg", _extends$1w({
|
|
757
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
758
|
-
fill: "currentColor",
|
|
759
|
-
width: 24,
|
|
760
|
-
height: 24
|
|
761
|
-
}, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
|
|
762
|
-
fillRule: "evenodd",
|
|
763
|
-
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",
|
|
764
|
-
clipRule: "evenodd"
|
|
765
|
-
})));
|
|
766
|
-
};
|
|
767
|
-
|
|
768
|
-
var _path$L;
|
|
769
|
-
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); }
|
|
706
|
+
var _path$I;
|
|
707
|
+
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); }
|
|
770
708
|
var SvgBin = function SvgBin(props) {
|
|
771
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
709
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1p({
|
|
772
710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
773
711
|
fill: "currentColor",
|
|
774
712
|
width: 24,
|
|
775
713
|
height: 24
|
|
776
|
-
}, props), _path$
|
|
714
|
+
}, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
777
715
|
fillRule: "evenodd",
|
|
778
716
|
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",
|
|
779
717
|
clipRule: "evenodd"
|
|
780
718
|
})));
|
|
781
719
|
};
|
|
782
720
|
|
|
783
|
-
var _g$
|
|
784
|
-
function _extends$
|
|
721
|
+
var _g$I, _defs$I;
|
|
722
|
+
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); }
|
|
785
723
|
var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
786
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
724
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1o({
|
|
787
725
|
xmlns: "http://www.w3.org/2000/svg",
|
|
788
726
|
fill: "currentColor",
|
|
789
727
|
width: 24,
|
|
790
728
|
height: 24
|
|
791
|
-
}, props), _g$
|
|
729
|
+
}, props), _g$I || (_g$I = /*#__PURE__*/React.createElement("g", {
|
|
792
730
|
clipPath: "url(#block-circle_svg__a)"
|
|
793
731
|
}, /*#__PURE__*/React.createElement("path", {
|
|
794
732
|
fillRule: "evenodd",
|
|
795
733
|
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",
|
|
796
734
|
clipRule: "evenodd"
|
|
797
|
-
}))), _defs$
|
|
735
|
+
}))), _defs$I || (_defs$I = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
798
736
|
id: "block-circle_svg__a"
|
|
799
737
|
}, /*#__PURE__*/React.createElement("path", {
|
|
800
738
|
d: "M0 0h24v24H0z"
|
|
801
739
|
})))));
|
|
802
740
|
};
|
|
803
741
|
|
|
804
|
-
var _g$
|
|
805
|
-
function _extends$
|
|
742
|
+
var _g$H, _defs$H;
|
|
743
|
+
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); }
|
|
806
744
|
var SvgBlocked = function SvgBlocked(props) {
|
|
807
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
745
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1n({
|
|
808
746
|
xmlns: "http://www.w3.org/2000/svg",
|
|
809
747
|
fill: "currentColor",
|
|
810
748
|
width: 24,
|
|
811
749
|
height: 24
|
|
812
|
-
}, props), _g$
|
|
750
|
+
}, props), _g$H || (_g$H = /*#__PURE__*/React.createElement("g", {
|
|
813
751
|
clipPath: "url(#blocked_svg__a)"
|
|
814
752
|
}, /*#__PURE__*/React.createElement("path", {
|
|
815
753
|
fillRule: "evenodd",
|
|
816
754
|
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",
|
|
817
755
|
clipRule: "evenodd"
|
|
818
|
-
}))), _defs$
|
|
756
|
+
}))), _defs$H || (_defs$H = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
819
757
|
id: "blocked_svg__a"
|
|
820
758
|
}, /*#__PURE__*/React.createElement("path", {
|
|
821
759
|
d: "M0 0h24v24H0z"
|
|
822
760
|
})))));
|
|
823
761
|
};
|
|
824
762
|
|
|
825
|
-
var _g$
|
|
826
|
-
function _extends$
|
|
763
|
+
var _g$G, _defs$G;
|
|
764
|
+
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); }
|
|
827
765
|
var SvgBoxes = function SvgBoxes(props) {
|
|
828
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
766
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1m({
|
|
829
767
|
xmlns: "http://www.w3.org/2000/svg",
|
|
830
768
|
fill: "currentColor",
|
|
831
769
|
width: 24,
|
|
832
770
|
height: 24
|
|
833
|
-
}, props), _g$
|
|
771
|
+
}, props), _g$G || (_g$G = /*#__PURE__*/React.createElement("g", {
|
|
834
772
|
clipPath: "url(#boxes_svg__a)"
|
|
835
773
|
}, /*#__PURE__*/React.createElement("path", {
|
|
836
774
|
fillRule: "evenodd",
|
|
837
775
|
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",
|
|
838
776
|
clipRule: "evenodd"
|
|
839
|
-
}))), _defs$
|
|
777
|
+
}))), _defs$G || (_defs$G = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
840
778
|
id: "boxes_svg__a"
|
|
841
779
|
}, /*#__PURE__*/React.createElement("path", {
|
|
842
780
|
d: "M0 0h24v24H0z"
|
|
843
781
|
})))));
|
|
844
782
|
};
|
|
845
783
|
|
|
846
|
-
var _g$
|
|
847
|
-
function _extends$
|
|
784
|
+
var _g$F, _defs$F;
|
|
785
|
+
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); }
|
|
848
786
|
var SvgCalendar = function SvgCalendar(props) {
|
|
849
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
787
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1l({
|
|
850
788
|
xmlns: "http://www.w3.org/2000/svg",
|
|
851
789
|
fill: "currentColor",
|
|
852
790
|
width: 24,
|
|
853
791
|
height: 24
|
|
854
|
-
}, props), _g$
|
|
792
|
+
}, props), _g$F || (_g$F = /*#__PURE__*/React.createElement("g", {
|
|
855
793
|
clipPath: "url(#calendar_svg__a)"
|
|
856
794
|
}, /*#__PURE__*/React.createElement("path", {
|
|
857
795
|
fillRule: "evenodd",
|
|
858
796
|
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",
|
|
859
797
|
clipRule: "evenodd"
|
|
860
|
-
}))), _defs$
|
|
798
|
+
}))), _defs$F || (_defs$F = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
861
799
|
id: "calendar_svg__a"
|
|
862
800
|
}, /*#__PURE__*/React.createElement("path", {
|
|
863
801
|
d: "M0 0h24v24H0z"
|
|
864
802
|
})))));
|
|
865
803
|
};
|
|
866
804
|
|
|
867
|
-
var _g$
|
|
868
|
-
function _extends$
|
|
805
|
+
var _g$E, _defs$E;
|
|
806
|
+
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); }
|
|
869
807
|
var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
870
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
808
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1k({
|
|
871
809
|
xmlns: "http://www.w3.org/2000/svg",
|
|
872
810
|
fill: "currentColor",
|
|
873
811
|
width: 24,
|
|
874
812
|
height: 24
|
|
875
|
-
}, props), _g$
|
|
813
|
+
}, props), _g$E || (_g$E = /*#__PURE__*/React.createElement("g", {
|
|
876
814
|
clipPath: "url(#network-search_svg__a)"
|
|
877
815
|
}, /*#__PURE__*/React.createElement("path", {
|
|
878
816
|
fillRule: "evenodd",
|
|
879
817
|
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",
|
|
880
818
|
clipRule: "evenodd"
|
|
881
|
-
}))), _defs$
|
|
819
|
+
}))), _defs$E || (_defs$E = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
882
820
|
id: "network-search_svg__a"
|
|
883
821
|
}, /*#__PURE__*/React.createElement("path", {
|
|
884
822
|
d: "M0 0h24v24H0z"
|
|
885
823
|
})))));
|
|
886
824
|
};
|
|
887
825
|
|
|
888
|
-
var _path$
|
|
889
|
-
function _extends$
|
|
826
|
+
var _path$H;
|
|
827
|
+
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); }
|
|
890
828
|
var SvgChecklist = function SvgChecklist(props) {
|
|
891
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
829
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1j({
|
|
892
830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
893
831
|
fill: "currentColor",
|
|
894
832
|
width: 24,
|
|
895
833
|
height: 24
|
|
896
|
-
}, props), _path$
|
|
834
|
+
}, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
897
835
|
fillRule: "evenodd",
|
|
898
836
|
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",
|
|
899
837
|
clipRule: "evenodd"
|
|
900
838
|
})));
|
|
901
839
|
};
|
|
902
840
|
|
|
903
|
-
var _path$
|
|
904
|
-
function _extends$
|
|
841
|
+
var _path$G;
|
|
842
|
+
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); }
|
|
905
843
|
var SvgCheckmark = function SvgCheckmark(props) {
|
|
906
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
844
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1i({
|
|
907
845
|
xmlns: "http://www.w3.org/2000/svg",
|
|
908
846
|
fill: "currentColor",
|
|
909
847
|
width: 24,
|
|
910
848
|
height: 24
|
|
911
|
-
}, props), _path$
|
|
849
|
+
}, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
912
850
|
fillRule: "evenodd",
|
|
913
851
|
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",
|
|
914
852
|
clipRule: "evenodd"
|
|
915
853
|
})));
|
|
916
854
|
};
|
|
917
855
|
|
|
918
|
-
var _path$
|
|
919
|
-
function _extends$
|
|
856
|
+
var _path$F;
|
|
857
|
+
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); }
|
|
920
858
|
var SvgClose = function SvgClose(props) {
|
|
921
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
859
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1h({
|
|
922
860
|
xmlns: "http://www.w3.org/2000/svg",
|
|
923
861
|
fill: "currentColor",
|
|
924
862
|
width: 24,
|
|
925
863
|
height: 24
|
|
926
|
-
}, props), _path$
|
|
864
|
+
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
927
865
|
fillRule: "evenodd",
|
|
928
866
|
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",
|
|
929
867
|
clipRule: "evenodd"
|
|
930
868
|
})));
|
|
931
869
|
};
|
|
932
870
|
|
|
933
|
-
var _g$
|
|
934
|
-
function _extends$
|
|
871
|
+
var _g$D, _defs$D;
|
|
872
|
+
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); }
|
|
935
873
|
var SvgCloseCircle = function SvgCloseCircle(props) {
|
|
936
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
874
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1g({
|
|
937
875
|
xmlns: "http://www.w3.org/2000/svg",
|
|
938
876
|
fill: "currentColor",
|
|
939
877
|
width: 24,
|
|
940
878
|
height: 24
|
|
941
|
-
}, props), _g$
|
|
879
|
+
}, props), _g$D || (_g$D = /*#__PURE__*/React.createElement("g", {
|
|
942
880
|
clipPath: "url(#close-circle_svg__a)"
|
|
943
881
|
}, /*#__PURE__*/React.createElement("path", {
|
|
944
882
|
fillRule: "evenodd",
|
|
945
883
|
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",
|
|
946
884
|
clipRule: "evenodd"
|
|
947
|
-
}))), _defs$
|
|
885
|
+
}))), _defs$D || (_defs$D = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
948
886
|
id: "close-circle_svg__a"
|
|
949
887
|
}, /*#__PURE__*/React.createElement("path", {
|
|
950
888
|
d: "M0 0h24v24H0z"
|
|
951
889
|
})))));
|
|
952
890
|
};
|
|
953
891
|
|
|
954
|
-
var _g$
|
|
955
|
-
function _extends$
|
|
892
|
+
var _g$C, _defs$C;
|
|
893
|
+
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); }
|
|
956
894
|
var SvgCoin = function SvgCoin(props) {
|
|
957
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
895
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1f({
|
|
958
896
|
xmlns: "http://www.w3.org/2000/svg",
|
|
959
897
|
fill: "currentColor",
|
|
960
898
|
width: 24,
|
|
961
899
|
height: 24
|
|
962
|
-
}, props), _g$
|
|
900
|
+
}, props), _g$C || (_g$C = /*#__PURE__*/React.createElement("g", {
|
|
963
901
|
clipPath: "url(#coin_svg__a)"
|
|
964
902
|
}, /*#__PURE__*/React.createElement("path", {
|
|
965
903
|
fillRule: "evenodd",
|
|
966
904
|
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",
|
|
967
905
|
clipRule: "evenodd"
|
|
968
|
-
}))), _defs$
|
|
906
|
+
}))), _defs$C || (_defs$C = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
969
907
|
id: "coin_svg__a"
|
|
970
908
|
}, /*#__PURE__*/React.createElement("path", {
|
|
971
909
|
d: "M0 0h24v24H0z"
|
|
972
910
|
})))));
|
|
973
911
|
};
|
|
974
912
|
|
|
975
|
-
var _path$
|
|
976
|
-
function _extends$
|
|
913
|
+
var _path$E;
|
|
914
|
+
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); }
|
|
977
915
|
var SvgCompass = function SvgCompass(props) {
|
|
978
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
916
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1e({
|
|
979
917
|
width: 24,
|
|
980
918
|
height: 24,
|
|
981
919
|
fill: "none",
|
|
982
920
|
xmlns: "http://www.w3.org/2000/svg"
|
|
983
|
-
}, props), _path$
|
|
921
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
984
922
|
fillRule: "evenodd",
|
|
985
923
|
clipRule: "evenodd",
|
|
986
924
|
d: "M11.04.036C8.656.238 6.437 1.104 4.596 2.553c-4.498 3.54-5.886 9.744-3.32 14.835A11.989 11.989 0 0 0 12 24c1.89 0 3.703-.43 5.388-1.277a12.052 12.052 0 0 0 5.057-4.807c.86-1.511 1.422-3.367 1.522-5.023.009-.149.025-.276.037-.283.01-.007.02-.296.02-.641 0-.346-.01-.615-.02-.598-.013.02-.027-.085-.037-.252-.095-1.65-.66-3.52-1.522-5.035A12.033 12.033 0 0 0 13.62.107a13.385 13.385 0 0 0-2.58-.071Zm.216 1.491c-1.459.13-2.602.436-3.828 1.027a10.544 10.544 0 0 0-4.874 4.874 10.488 10.488 0 0 0-.987 3.396c-.06.496-.06 1.856 0 2.352.246 2.01.995 3.82 2.209 5.341a10.502 10.502 0 0 0 6.424 3.824c.642.113.934.134 1.8.134.867 0 1.158-.021 1.8-.134a10.51 10.51 0 0 0 5.888-3.2c1.549-1.68 2.46-3.662 2.745-5.965.06-.497.06-1.855 0-2.352-.25-2.014-1.001-3.834-2.207-5.34-1.768-2.208-4.197-3.56-7.026-3.914-.287-.036-1.679-.067-1.944-.043Zm5.232 4.115c-.15.026-7.737 2.547-7.884 2.62a.815.815 0 0 0-.335.33c-.1.197-2.602 7.751-2.631 7.944-.16 1.044.782 1.986 1.826 1.826.231-.035 7.865-2.573 8.01-2.663.226-.14.153.055 1.579-4.227l1.315-3.948.001-.264a1.451 1.451 0 0 0-.164-.744 1.63 1.63 0 0 0-.992-.831 2.014 2.014 0 0 0-.725-.043ZM13.56 8.185a1509.4 1509.4 0 0 1-3.18 1.064c-.04.012.344.406 2.147 2.21 1.208 1.208 2.203 2.188 2.211 2.178.009-.01.494-1.452 1.078-3.205 1.146-3.442 1.108-3.31.943-3.3-.037.002-1.476.476-3.199 1.053ZM9.258 10.36c-.006.012-.49 1.456-1.074 3.21-.914 2.744-1.058 3.196-1.035 3.245.014.032.045.058.069.058.047 0 6.392-2.109 6.42-2.134.009-.008-.97-1.002-2.175-2.207-1.206-1.206-2.198-2.183-2.205-2.172ZM.011 12c0 .35.003.493.007.318s.004-.461 0-.636S.01 11.65.01 12Z",
|
|
@@ -988,273 +926,231 @@ var SvgCompass = function SvgCompass(props) {
|
|
|
988
926
|
})));
|
|
989
927
|
};
|
|
990
928
|
|
|
991
|
-
var _g$
|
|
992
|
-
function _extends$
|
|
929
|
+
var _g$B, _defs$B;
|
|
930
|
+
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); }
|
|
993
931
|
var SvgCopy = function SvgCopy(props) {
|
|
994
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
932
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1d({
|
|
995
933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
996
934
|
fill: "currentColor",
|
|
997
935
|
width: 24,
|
|
998
936
|
height: 24
|
|
999
|
-
}, props), _g$
|
|
937
|
+
}, props), _g$B || (_g$B = /*#__PURE__*/React.createElement("g", {
|
|
1000
938
|
clipPath: "url(#copy_svg__a)"
|
|
1001
939
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1002
940
|
fillRule: "evenodd",
|
|
1003
941
|
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",
|
|
1004
942
|
clipRule: "evenodd"
|
|
1005
|
-
}))), _defs$
|
|
943
|
+
}))), _defs$B || (_defs$B = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1006
944
|
id: "copy_svg__a"
|
|
1007
945
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1008
946
|
d: "M0 0h24v24H0z"
|
|
1009
947
|
})))));
|
|
1010
948
|
};
|
|
1011
949
|
|
|
1012
|
-
var _g$
|
|
1013
|
-
function _extends$
|
|
950
|
+
var _g$A, _defs$A;
|
|
951
|
+
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); }
|
|
1014
952
|
var SvgCredit = function SvgCredit(props) {
|
|
1015
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
953
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1c({
|
|
1016
954
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1017
955
|
fill: "currentColor",
|
|
1018
956
|
width: 24,
|
|
1019
957
|
height: 24
|
|
1020
|
-
}, props), _g$
|
|
958
|
+
}, props), _g$A || (_g$A = /*#__PURE__*/React.createElement("g", {
|
|
1021
959
|
clipPath: "url(#credit_svg__a)"
|
|
1022
960
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1023
961
|
fillRule: "evenodd",
|
|
1024
962
|
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",
|
|
1025
963
|
clipRule: "evenodd"
|
|
1026
|
-
}))), _defs$
|
|
964
|
+
}))), _defs$A || (_defs$A = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1027
965
|
id: "credit_svg__a"
|
|
1028
966
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1029
967
|
d: "M0 0h24v24H0z"
|
|
1030
968
|
})))));
|
|
1031
969
|
};
|
|
1032
970
|
|
|
1033
|
-
var
|
|
1034
|
-
function _extends$
|
|
1035
|
-
var SvgModule = function SvgModule(props) {
|
|
1036
|
-
return /*#__PURE__*/React.createElement("svg", _extends$1h({
|
|
1037
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1038
|
-
fill: "currentColor",
|
|
1039
|
-
width: 24,
|
|
1040
|
-
height: 24
|
|
1041
|
-
}, props), _g$C || (_g$C = /*#__PURE__*/React.createElement("g", {
|
|
1042
|
-
clipPath: "url(#module_svg__a)"
|
|
1043
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1044
|
-
fillRule: "evenodd",
|
|
1045
|
-
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",
|
|
1046
|
-
clipRule: "evenodd"
|
|
1047
|
-
}))), _defs$C || (_defs$C = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1048
|
-
id: "module_svg__a"
|
|
1049
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1050
|
-
d: "M0 0h24v24H0z"
|
|
1051
|
-
})))));
|
|
1052
|
-
};
|
|
1053
|
-
|
|
1054
|
-
var _path$G;
|
|
1055
|
-
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); }
|
|
971
|
+
var _path$D;
|
|
972
|
+
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); }
|
|
1056
973
|
var SvgDashboard = function SvgDashboard(props) {
|
|
1057
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
974
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1b({
|
|
1058
975
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1059
976
|
fill: "currentColor",
|
|
1060
977
|
width: 24,
|
|
1061
978
|
height: 24
|
|
1062
|
-
}, props), _path$
|
|
979
|
+
}, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
1063
980
|
fillRule: "evenodd",
|
|
1064
981
|
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",
|
|
1065
982
|
clipRule: "evenodd"
|
|
1066
983
|
})));
|
|
1067
984
|
};
|
|
1068
985
|
|
|
1069
|
-
var _path$
|
|
1070
|
-
function _extends$
|
|
986
|
+
var _path$C;
|
|
987
|
+
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); }
|
|
1071
988
|
var SvgDataTransferVertical = function SvgDataTransferVertical(props) {
|
|
1072
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
989
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1a({
|
|
1073
990
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1074
991
|
fill: "currentColor",
|
|
1075
992
|
width: 24,
|
|
1076
993
|
height: 24
|
|
1077
|
-
}, props), _path$
|
|
994
|
+
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
1078
995
|
fillRule: "evenodd",
|
|
1079
996
|
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",
|
|
1080
997
|
clipRule: "evenodd"
|
|
1081
998
|
})));
|
|
1082
999
|
};
|
|
1083
1000
|
|
|
1084
|
-
var _path$
|
|
1085
|
-
function _extends$
|
|
1001
|
+
var _path$B;
|
|
1002
|
+
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); }
|
|
1086
1003
|
var SvgDownload = function SvgDownload(props) {
|
|
1087
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1004
|
+
return /*#__PURE__*/React.createElement("svg", _extends$19({
|
|
1088
1005
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1089
1006
|
fill: "currentColor",
|
|
1090
1007
|
width: 24,
|
|
1091
1008
|
height: 24
|
|
1092
|
-
}, props), _path$
|
|
1009
|
+
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
1093
1010
|
fillRule: "evenodd",
|
|
1094
1011
|
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",
|
|
1095
1012
|
clipRule: "evenodd"
|
|
1096
1013
|
})));
|
|
1097
1014
|
};
|
|
1098
1015
|
|
|
1099
|
-
var _g$
|
|
1100
|
-
function _extends$
|
|
1016
|
+
var _g$z, _defs$z;
|
|
1017
|
+
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); }
|
|
1101
1018
|
var SvgExternalLink = function SvgExternalLink(props) {
|
|
1102
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1019
|
+
return /*#__PURE__*/React.createElement("svg", _extends$18({
|
|
1103
1020
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1104
1021
|
fill: "currentColor",
|
|
1105
1022
|
width: 24,
|
|
1106
1023
|
height: 24
|
|
1107
|
-
}, props), _g$
|
|
1024
|
+
}, props), _g$z || (_g$z = /*#__PURE__*/React.createElement("g", {
|
|
1108
1025
|
clipPath: "url(#external-link_svg__a)"
|
|
1109
1026
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1110
1027
|
fillRule: "evenodd",
|
|
1111
1028
|
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",
|
|
1112
1029
|
clipRule: "evenodd"
|
|
1113
|
-
}))), _defs$
|
|
1030
|
+
}))), _defs$z || (_defs$z = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1114
1031
|
id: "external-link_svg__a"
|
|
1115
1032
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1116
1033
|
d: "M0 0h24v24H0z"
|
|
1117
1034
|
})))));
|
|
1118
1035
|
};
|
|
1119
1036
|
|
|
1120
|
-
var _path$
|
|
1121
|
-
function _extends$
|
|
1037
|
+
var _path$A;
|
|
1038
|
+
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); }
|
|
1122
1039
|
var SvgImageResolution = function SvgImageResolution(props) {
|
|
1123
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1040
|
+
return /*#__PURE__*/React.createElement("svg", _extends$17({
|
|
1124
1041
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1125
1042
|
fill: "currentColor",
|
|
1126
1043
|
width: 24,
|
|
1127
1044
|
height: 24
|
|
1128
|
-
}, props), _path$
|
|
1045
|
+
}, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
1129
1046
|
fillRule: "evenodd",
|
|
1130
1047
|
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",
|
|
1131
1048
|
clipRule: "evenodd"
|
|
1132
1049
|
})));
|
|
1133
1050
|
};
|
|
1134
1051
|
|
|
1135
|
-
var
|
|
1136
|
-
function _extends$
|
|
1137
|
-
var
|
|
1138
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1052
|
+
var _path$z;
|
|
1053
|
+
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); }
|
|
1054
|
+
var SvgInvoice = function SvgInvoice(props) {
|
|
1055
|
+
return /*#__PURE__*/React.createElement("svg", _extends$16({
|
|
1139
1056
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1140
1057
|
fill: "currentColor",
|
|
1141
1058
|
width: 24,
|
|
1142
1059
|
height: 24
|
|
1143
|
-
}, props),
|
|
1144
|
-
clipPath: "url(#information_svg__a)"
|
|
1145
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1060
|
+
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
1146
1061
|
fillRule: "evenodd",
|
|
1147
|
-
d: "
|
|
1148
|
-
clipRule: "evenodd"
|
|
1149
|
-
}))), _defs$A || (_defs$A = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1150
|
-
id: "information_svg__a"
|
|
1151
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1152
|
-
d: "M0 0h24v24H0z"
|
|
1153
|
-
})))));
|
|
1154
|
-
};
|
|
1155
|
-
|
|
1156
|
-
var _path$C;
|
|
1157
|
-
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); }
|
|
1158
|
-
var SvgInvoice = function SvgInvoice(props) {
|
|
1159
|
-
return /*#__PURE__*/React.createElement("svg", _extends$1a({
|
|
1160
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1161
|
-
fill: "currentColor",
|
|
1162
|
-
width: 24,
|
|
1163
|
-
height: 24
|
|
1164
|
-
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
1165
|
-
fillRule: "evenodd",
|
|
1166
|
-
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",
|
|
1062
|
+
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",
|
|
1167
1063
|
clipRule: "evenodd"
|
|
1168
1064
|
})));
|
|
1169
1065
|
};
|
|
1170
1066
|
|
|
1171
|
-
var _g$
|
|
1172
|
-
function _extends$
|
|
1067
|
+
var _g$y, _defs$y;
|
|
1068
|
+
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); }
|
|
1173
1069
|
var SvgLayers = function SvgLayers(props) {
|
|
1174
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1070
|
+
return /*#__PURE__*/React.createElement("svg", _extends$15({
|
|
1175
1071
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1176
1072
|
fill: "currentColor",
|
|
1177
1073
|
width: 24,
|
|
1178
1074
|
height: 24
|
|
1179
|
-
}, props), _g$
|
|
1075
|
+
}, props), _g$y || (_g$y = /*#__PURE__*/React.createElement("g", {
|
|
1180
1076
|
clipPath: "url(#layers_svg__a)"
|
|
1181
1077
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1182
1078
|
fillRule: "evenodd",
|
|
1183
1079
|
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",
|
|
1184
1080
|
clipRule: "evenodd"
|
|
1185
|
-
}))), _defs$
|
|
1081
|
+
}))), _defs$y || (_defs$y = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1186
1082
|
id: "layers_svg__a"
|
|
1187
1083
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1188
1084
|
d: "M0 0h24v24H0z"
|
|
1189
1085
|
})))));
|
|
1190
1086
|
};
|
|
1191
1087
|
|
|
1192
|
-
var _path$
|
|
1193
|
-
function _extends$
|
|
1088
|
+
var _path$y;
|
|
1089
|
+
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); }
|
|
1194
1090
|
var SvgLibrary = function SvgLibrary(props) {
|
|
1195
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1091
|
+
return /*#__PURE__*/React.createElement("svg", _extends$14({
|
|
1196
1092
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1197
1093
|
fill: "currentColor",
|
|
1198
1094
|
width: 24,
|
|
1199
1095
|
height: 24
|
|
1200
|
-
}, props), _path$
|
|
1096
|
+
}, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
1201
1097
|
fillRule: "evenodd",
|
|
1202
1098
|
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",
|
|
1203
1099
|
clipRule: "evenodd"
|
|
1204
1100
|
})));
|
|
1205
1101
|
};
|
|
1206
1102
|
|
|
1207
|
-
var _path$
|
|
1208
|
-
function _extends$
|
|
1103
|
+
var _path$x;
|
|
1104
|
+
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); }
|
|
1209
1105
|
var SvgLock = function SvgLock(props) {
|
|
1210
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1106
|
+
return /*#__PURE__*/React.createElement("svg", _extends$13({
|
|
1211
1107
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1212
1108
|
fill: "currentColor",
|
|
1213
1109
|
width: 24,
|
|
1214
1110
|
height: 24
|
|
1215
|
-
}, props), _path$
|
|
1111
|
+
}, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
1216
1112
|
fillRule: "evenodd",
|
|
1217
1113
|
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",
|
|
1218
1114
|
clipRule: "evenodd"
|
|
1219
1115
|
})));
|
|
1220
1116
|
};
|
|
1221
1117
|
|
|
1222
|
-
var _path$
|
|
1223
|
-
function _extends$
|
|
1118
|
+
var _path$w;
|
|
1119
|
+
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); }
|
|
1224
1120
|
var SvgLogo = function SvgLogo(props) {
|
|
1225
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1121
|
+
return /*#__PURE__*/React.createElement("svg", _extends$12({
|
|
1226
1122
|
viewBox: "0 0 88 40",
|
|
1227
1123
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1228
|
-
}, props), _path$
|
|
1124
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
1229
1125
|
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",
|
|
1230
1126
|
fill: "currentColor"
|
|
1231
1127
|
})));
|
|
1232
1128
|
};
|
|
1233
1129
|
|
|
1234
|
-
var _path$
|
|
1235
|
-
function _extends$
|
|
1130
|
+
var _path$v;
|
|
1131
|
+
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); }
|
|
1236
1132
|
var SvgMap = function SvgMap(props) {
|
|
1237
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1133
|
+
return /*#__PURE__*/React.createElement("svg", _extends$11({
|
|
1238
1134
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1239
1135
|
fill: "currentColor",
|
|
1240
1136
|
width: 24,
|
|
1241
1137
|
height: 24
|
|
1242
|
-
}, props), _path$
|
|
1138
|
+
}, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
1243
1139
|
fillRule: "evenodd",
|
|
1244
1140
|
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",
|
|
1245
1141
|
clipRule: "evenodd"
|
|
1246
1142
|
})));
|
|
1247
1143
|
};
|
|
1248
1144
|
|
|
1249
|
-
var _path$
|
|
1250
|
-
function _extends$
|
|
1145
|
+
var _path$u;
|
|
1146
|
+
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); }
|
|
1251
1147
|
var SvgMapPin = function SvgMapPin(props) {
|
|
1252
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1148
|
+
return /*#__PURE__*/React.createElement("svg", _extends$10({
|
|
1253
1149
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1254
1150
|
width: 24,
|
|
1255
1151
|
height: 24,
|
|
1256
1152
|
fill: "none"
|
|
1257
|
-
}, props), _path$
|
|
1153
|
+
}, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
1258
1154
|
fill: "#262A59",
|
|
1259
1155
|
fillRule: "evenodd",
|
|
1260
1156
|
d: "M11.859 1.014A7.495 7.495 0 0 0 7.962 2.53c-1.6 1.222-2.624 2.992-2.912 5.033-.047.327-.066 1.326-.034 1.695.146 1.664.712 3.123 1.792 4.62.515.715 1.044 1.321 2.253 2.587.866.906.9.943 1.048 1.168.501.76 1.147 2.523 1.629 4.444.072.288.146.534.177.587a.73.73 0 0 0 .357.296.682.682 0 0 0 .827-.316 5.27 5.27 0 0 0 .17-.579c.371-1.481.877-2.973 1.307-3.85.297-.607.392-.733 1.185-1.563.845-.884 1.352-1.433 1.65-1.783 1.567-1.843 2.319-3.43 2.56-5.404.044-.358.036-1.523-.012-1.869-.17-1.207-.557-2.248-1.2-3.226a7.52 7.52 0 0 0-5.326-3.325 11.694 11.694 0 0 0-1.574-.03Zm0 1.388c-2.52.28-4.584 2.04-5.276 4.5-.242.86-.286 1.895-.12 2.85.224 1.284.767 2.444 1.71 3.653.446.573.843 1.018 1.785 2.003 1.042 1.089 1.05 1.097 1.305 1.491.376.579.81 1.558 1.153 2.602l.083.252.118-.34c.469-1.358.908-2.276 1.372-2.87.076-.097.45-.504.832-.904 1.129-1.18 1.54-1.636 1.957-2.168 1.093-1.394 1.652-2.67 1.823-4.16a8.34 8.34 0 0 0 0-1.477 6.22 6.22 0 0 0-1.247-3.068c-.992-1.275-2.356-2.077-3.965-2.333-.272-.044-1.242-.063-1.53-.031Zm.393 2.729a3.411 3.411 0 0 0-2.979 2.31 3.45 3.45 0 0 0 1.35 3.987c.436.29.905.466 1.432.537a3.41 3.41 0 0 0 3.678-2.301 3.455 3.455 0 0 0-.755-3.47 3.376 3.376 0 0 0-2.726-1.063Zm-.026 1.385a2.07 2.07 0 0 0-1.705 1.532c-.07.245-.07.773 0 1.026a2.087 2.087 0 0 0 1.414 1.462c.18.055.228.06.557.062.42 0 .572-.032.91-.198.996-.485 1.42-1.698.947-2.714A2.067 2.067 0 0 0 12.95 6.55a2.478 2.478 0 0 0-.725-.034Z",
|
|
@@ -1262,619 +1158,574 @@ var SvgMapPin = function SvgMapPin(props) {
|
|
|
1262
1158
|
})));
|
|
1263
1159
|
};
|
|
1264
1160
|
|
|
1265
|
-
var _g$
|
|
1266
|
-
function _extends
|
|
1161
|
+
var _g$x, _defs$x;
|
|
1162
|
+
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); }
|
|
1267
1163
|
var SvgShop = function SvgShop(props) {
|
|
1268
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
1164
|
+
return /*#__PURE__*/React.createElement("svg", _extends$$({
|
|
1269
1165
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1270
1166
|
fill: "currentColor",
|
|
1271
1167
|
width: 24,
|
|
1272
1168
|
height: 24
|
|
1273
|
-
}, props), _g$
|
|
1169
|
+
}, props), _g$x || (_g$x = /*#__PURE__*/React.createElement("g", {
|
|
1274
1170
|
clipPath: "url(#shop_svg__a)"
|
|
1275
1171
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1276
1172
|
fillRule: "evenodd",
|
|
1277
1173
|
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",
|
|
1278
1174
|
clipRule: "evenodd"
|
|
1279
|
-
}))), _defs$
|
|
1175
|
+
}))), _defs$x || (_defs$x = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1280
1176
|
id: "shop_svg__a"
|
|
1281
1177
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1282
1178
|
d: "M0 0h24v24H0z"
|
|
1283
1179
|
})))));
|
|
1284
1180
|
};
|
|
1285
1181
|
|
|
1286
|
-
var
|
|
1287
|
-
function _extends$
|
|
1288
|
-
var SvgMegaphone = function SvgMegaphone(props) {
|
|
1289
|
-
return /*#__PURE__*/React.createElement("svg", _extends$12({
|
|
1290
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1291
|
-
fill: "currentColor",
|
|
1292
|
-
width: 24,
|
|
1293
|
-
height: 24
|
|
1294
|
-
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
1295
|
-
fillRule: "evenodd",
|
|
1296
|
-
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",
|
|
1297
|
-
clipRule: "evenodd"
|
|
1298
|
-
})));
|
|
1299
|
-
};
|
|
1300
|
-
|
|
1301
|
-
var _g$x, _defs$x;
|
|
1302
|
-
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); }
|
|
1182
|
+
var _g$w, _defs$w;
|
|
1183
|
+
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); }
|
|
1303
1184
|
var SvgModuleThree = function SvgModuleThree(props) {
|
|
1304
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1185
|
+
return /*#__PURE__*/React.createElement("svg", _extends$_({
|
|
1305
1186
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1306
1187
|
fill: "currentColor",
|
|
1307
1188
|
width: 24,
|
|
1308
1189
|
height: 24
|
|
1309
|
-
}, props), _g$
|
|
1190
|
+
}, props), _g$w || (_g$w = /*#__PURE__*/React.createElement("g", {
|
|
1310
1191
|
clipPath: "url(#module-three_svg__a)"
|
|
1311
1192
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1312
1193
|
fillRule: "evenodd",
|
|
1313
1194
|
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",
|
|
1314
1195
|
clipRule: "evenodd"
|
|
1315
|
-
}))), _defs$
|
|
1196
|
+
}))), _defs$w || (_defs$w = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1316
1197
|
id: "module-three_svg__a"
|
|
1317
1198
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1318
1199
|
d: "M0 0h24v24H0z"
|
|
1319
1200
|
})))));
|
|
1320
1201
|
};
|
|
1321
1202
|
|
|
1322
|
-
var _g$
|
|
1323
|
-
function _extends$
|
|
1203
|
+
var _g$v, _defs$v;
|
|
1204
|
+
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); }
|
|
1324
1205
|
var SvgMultipleUsers = function SvgMultipleUsers(props) {
|
|
1325
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1206
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Z({
|
|
1326
1207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1327
1208
|
fill: "currentColor",
|
|
1328
1209
|
width: 24,
|
|
1329
1210
|
height: 24
|
|
1330
|
-
}, props), _g$
|
|
1211
|
+
}, props), _g$v || (_g$v = /*#__PURE__*/React.createElement("g", {
|
|
1331
1212
|
clipPath: "url(#multiple-users_svg__a)"
|
|
1332
1213
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1333
1214
|
fillRule: "evenodd",
|
|
1334
1215
|
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",
|
|
1335
1216
|
clipRule: "evenodd"
|
|
1336
|
-
}))), _defs$
|
|
1217
|
+
}))), _defs$v || (_defs$v = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1337
1218
|
id: "multiple-users_svg__a"
|
|
1338
1219
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1339
1220
|
d: "M0 0h24v24H0z"
|
|
1340
1221
|
})))));
|
|
1341
1222
|
};
|
|
1342
1223
|
|
|
1343
|
-
var _g$
|
|
1344
|
-
function _extends
|
|
1224
|
+
var _g$u, _defs$u;
|
|
1225
|
+
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); }
|
|
1345
1226
|
var SvgNotificationError = function SvgNotificationError(props) {
|
|
1346
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
1227
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Y({
|
|
1347
1228
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1348
1229
|
fill: "currentColor",
|
|
1349
1230
|
width: 24,
|
|
1350
1231
|
height: 24
|
|
1351
|
-
}, props), _g$
|
|
1232
|
+
}, props), _g$u || (_g$u = /*#__PURE__*/React.createElement("g", {
|
|
1352
1233
|
clipPath: "url(#notification-error_svg__a)"
|
|
1353
1234
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1354
1235
|
fillRule: "evenodd",
|
|
1355
1236
|
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",
|
|
1356
1237
|
clipRule: "evenodd"
|
|
1357
|
-
}))), _defs$
|
|
1238
|
+
}))), _defs$u || (_defs$u = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1358
1239
|
id: "notification-error_svg__a"
|
|
1359
1240
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1360
1241
|
d: "M0 0h24v24H0z"
|
|
1361
1242
|
})))));
|
|
1362
1243
|
};
|
|
1363
1244
|
|
|
1364
|
-
var _g$
|
|
1365
|
-
function _extends$
|
|
1245
|
+
var _g$t, _defs$t;
|
|
1246
|
+
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); }
|
|
1366
1247
|
var SvgNotificationInfo = function SvgNotificationInfo(props) {
|
|
1367
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1248
|
+
return /*#__PURE__*/React.createElement("svg", _extends$X({
|
|
1368
1249
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1369
1250
|
fill: "currentColor",
|
|
1370
1251
|
width: 24,
|
|
1371
1252
|
height: 24
|
|
1372
|
-
}, props), _g$
|
|
1253
|
+
}, props), _g$t || (_g$t = /*#__PURE__*/React.createElement("g", {
|
|
1373
1254
|
clipPath: "url(#notification-info_svg__a)"
|
|
1374
1255
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1375
1256
|
fillRule: "evenodd",
|
|
1376
1257
|
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",
|
|
1377
1258
|
clipRule: "evenodd"
|
|
1378
|
-
}))), _defs$
|
|
1259
|
+
}))), _defs$t || (_defs$t = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1379
1260
|
id: "notification-info_svg__a"
|
|
1380
1261
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1381
1262
|
d: "M0 0h24v24H0z"
|
|
1382
1263
|
})))));
|
|
1383
1264
|
};
|
|
1384
1265
|
|
|
1385
|
-
var _g$
|
|
1386
|
-
function _extends$
|
|
1266
|
+
var _g$s, _defs$s;
|
|
1267
|
+
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); }
|
|
1387
1268
|
var SvgNotificationSuccess = function SvgNotificationSuccess(props) {
|
|
1388
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1269
|
+
return /*#__PURE__*/React.createElement("svg", _extends$W({
|
|
1389
1270
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1390
1271
|
fill: "currentColor",
|
|
1391
1272
|
width: 24,
|
|
1392
1273
|
height: 24
|
|
1393
|
-
}, props), _g$
|
|
1274
|
+
}, props), _g$s || (_g$s = /*#__PURE__*/React.createElement("g", {
|
|
1394
1275
|
clipPath: "url(#notification-success_svg__a)"
|
|
1395
1276
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1396
1277
|
fillRule: "evenodd",
|
|
1397
1278
|
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",
|
|
1398
1279
|
clipRule: "evenodd"
|
|
1399
|
-
}))), _defs$
|
|
1280
|
+
}))), _defs$s || (_defs$s = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1400
1281
|
id: "notification-success_svg__a"
|
|
1401
1282
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1402
1283
|
d: "M0 0h24v24H0z"
|
|
1403
1284
|
})))));
|
|
1404
1285
|
};
|
|
1405
1286
|
|
|
1406
|
-
var _g$
|
|
1407
|
-
function _extends$
|
|
1287
|
+
var _g$r, _defs$r;
|
|
1288
|
+
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); }
|
|
1408
1289
|
var SvgNotificationWarning = function SvgNotificationWarning(props) {
|
|
1409
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1290
|
+
return /*#__PURE__*/React.createElement("svg", _extends$V({
|
|
1410
1291
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1411
1292
|
fill: "currentColor",
|
|
1412
1293
|
width: 24,
|
|
1413
1294
|
height: 24
|
|
1414
|
-
}, props), _g$
|
|
1295
|
+
}, props), _g$r || (_g$r = /*#__PURE__*/React.createElement("g", {
|
|
1415
1296
|
clipPath: "url(#notification-warning_svg__a)"
|
|
1416
1297
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1417
1298
|
fillRule: "evenodd",
|
|
1418
1299
|
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",
|
|
1419
1300
|
clipRule: "evenodd"
|
|
1420
|
-
}))), _defs$
|
|
1301
|
+
}))), _defs$r || (_defs$r = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1421
1302
|
id: "notification-warning_svg__a"
|
|
1422
1303
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1423
1304
|
d: "M0 0h24v24H0z"
|
|
1424
1305
|
})))));
|
|
1425
1306
|
};
|
|
1426
1307
|
|
|
1427
|
-
var _g$
|
|
1428
|
-
function _extends$
|
|
1308
|
+
var _g$q, _defs$q;
|
|
1309
|
+
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); }
|
|
1429
1310
|
var SvgPencil = function SvgPencil(props) {
|
|
1430
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1311
|
+
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
1431
1312
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1432
1313
|
fill: "currentColor",
|
|
1433
1314
|
width: 24,
|
|
1434
1315
|
height: 24
|
|
1435
|
-
}, props), _g$
|
|
1316
|
+
}, props), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
|
|
1436
1317
|
clipPath: "url(#pencil_svg__a)"
|
|
1437
1318
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1438
1319
|
fillRule: "evenodd",
|
|
1439
1320
|
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",
|
|
1440
1321
|
clipRule: "evenodd"
|
|
1441
|
-
}))), _defs$
|
|
1322
|
+
}))), _defs$q || (_defs$q = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1442
1323
|
id: "pencil_svg__a"
|
|
1443
1324
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1444
1325
|
d: "M0 0h24v24H0z"
|
|
1445
1326
|
})))));
|
|
1446
1327
|
};
|
|
1447
1328
|
|
|
1448
|
-
var _g$
|
|
1449
|
-
function _extends$
|
|
1329
|
+
var _g$p, _defs$p;
|
|
1330
|
+
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); }
|
|
1450
1331
|
var SvgPolygon = function SvgPolygon(props) {
|
|
1451
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1332
|
+
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
1452
1333
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1453
1334
|
fill: "currentColor",
|
|
1454
1335
|
width: 24,
|
|
1455
1336
|
height: 24
|
|
1456
|
-
}, props), _g$
|
|
1337
|
+
}, props), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
|
|
1457
1338
|
clipPath: "url(#polygon_svg__a)"
|
|
1458
1339
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1459
1340
|
fillRule: "evenodd",
|
|
1460
1341
|
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",
|
|
1461
1342
|
clipRule: "evenodd"
|
|
1462
|
-
}))), _defs$
|
|
1343
|
+
}))), _defs$p || (_defs$p = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1463
1344
|
id: "polygon_svg__a"
|
|
1464
1345
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1465
1346
|
d: "M0 0h24v24H0z"
|
|
1466
1347
|
})))));
|
|
1467
1348
|
};
|
|
1468
1349
|
|
|
1469
|
-
var _path$
|
|
1470
|
-
function _extends$
|
|
1350
|
+
var _path$t;
|
|
1351
|
+
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); }
|
|
1471
1352
|
var SvgFolderEmpty1 = function SvgFolderEmpty1(props) {
|
|
1472
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1353
|
+
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
1473
1354
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1474
1355
|
fill: "currentColor",
|
|
1475
1356
|
width: 24,
|
|
1476
1357
|
height: 24
|
|
1477
|
-
}, props), _path$
|
|
1358
|
+
}, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
1478
1359
|
fillRule: "evenodd",
|
|
1479
1360
|
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",
|
|
1480
1361
|
clipRule: "evenodd"
|
|
1481
1362
|
})));
|
|
1482
1363
|
};
|
|
1483
1364
|
|
|
1484
|
-
var _g$
|
|
1485
|
-
function _extends$
|
|
1365
|
+
var _g$o, _defs$o;
|
|
1366
|
+
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); }
|
|
1486
1367
|
var SvgQuestionCircle = function SvgQuestionCircle(props) {
|
|
1487
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1368
|
+
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
1488
1369
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1489
1370
|
fill: "currentColor",
|
|
1490
1371
|
width: 24,
|
|
1491
1372
|
height: 24
|
|
1492
|
-
}, props), _g$
|
|
1373
|
+
}, props), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
|
|
1493
1374
|
clipPath: "url(#question-circle_svg__a)"
|
|
1494
1375
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1495
1376
|
fillRule: "evenodd",
|
|
1496
1377
|
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",
|
|
1497
1378
|
clipRule: "evenodd"
|
|
1498
|
-
}))), _defs$
|
|
1379
|
+
}))), _defs$o || (_defs$o = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1499
1380
|
id: "question-circle_svg__a"
|
|
1500
1381
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1501
1382
|
d: "M0 0h24v24H0z"
|
|
1502
1383
|
})))));
|
|
1503
1384
|
};
|
|
1504
1385
|
|
|
1505
|
-
var _g$
|
|
1506
|
-
function _extends$
|
|
1386
|
+
var _g$n, _defs$n;
|
|
1387
|
+
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); }
|
|
1507
1388
|
var SvgResolution = function SvgResolution(props) {
|
|
1508
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1389
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
1509
1390
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1510
1391
|
fill: "currentColor",
|
|
1511
1392
|
width: 24,
|
|
1512
1393
|
height: 24
|
|
1513
|
-
}, props), _g$
|
|
1394
|
+
}, props), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
|
|
1514
1395
|
clipPath: "url(#resolution_svg__a)"
|
|
1515
1396
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1516
1397
|
fillRule: "evenodd",
|
|
1517
1398
|
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",
|
|
1518
1399
|
clipRule: "evenodd"
|
|
1519
|
-
}))), _defs$
|
|
1400
|
+
}))), _defs$n || (_defs$n = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1520
1401
|
id: "resolution_svg__a"
|
|
1521
1402
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1522
1403
|
d: "M0 0h24v24H0z"
|
|
1523
1404
|
})))));
|
|
1524
1405
|
};
|
|
1525
1406
|
|
|
1526
|
-
var _g$
|
|
1527
|
-
function _extends$
|
|
1407
|
+
var _g$m, _defs$m;
|
|
1408
|
+
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); }
|
|
1528
1409
|
var SvgSatellite$1 = function SvgSatellite(props) {
|
|
1529
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1410
|
+
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
1530
1411
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1531
1412
|
fill: "currentColor",
|
|
1532
1413
|
width: 24,
|
|
1533
1414
|
height: 24
|
|
1534
|
-
}, props), _g$
|
|
1415
|
+
}, props), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
|
|
1535
1416
|
clipPath: "url(#satellite_svg__a)"
|
|
1536
1417
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1537
1418
|
fillRule: "evenodd",
|
|
1538
1419
|
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",
|
|
1539
1420
|
clipRule: "evenodd"
|
|
1540
|
-
}))), _defs$
|
|
1421
|
+
}))), _defs$m || (_defs$m = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1541
1422
|
id: "satellite_svg__a"
|
|
1542
1423
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1543
1424
|
d: "M0 0h24v24H0z"
|
|
1544
1425
|
})))));
|
|
1545
1426
|
};
|
|
1546
1427
|
|
|
1547
|
-
var _g$
|
|
1548
|
-
function _extends$
|
|
1428
|
+
var _g$l, _defs$l;
|
|
1429
|
+
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); }
|
|
1549
1430
|
var SvgSave = function SvgSave(props) {
|
|
1550
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1431
|
+
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
1551
1432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1552
1433
|
fill: "currentColor",
|
|
1553
1434
|
width: 24,
|
|
1554
1435
|
height: 24
|
|
1555
|
-
}, props), _g$
|
|
1436
|
+
}, props), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
|
|
1556
1437
|
clipPath: "url(#save_svg__a)"
|
|
1557
1438
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1558
1439
|
fillRule: "evenodd",
|
|
1559
1440
|
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",
|
|
1560
1441
|
clipRule: "evenodd"
|
|
1561
|
-
}))), _defs$
|
|
1442
|
+
}))), _defs$l || (_defs$l = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1562
1443
|
id: "save_svg__a"
|
|
1563
1444
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1564
1445
|
d: "M0 0h24v24H0z"
|
|
1565
1446
|
})))));
|
|
1566
1447
|
};
|
|
1567
1448
|
|
|
1568
|
-
var _g$
|
|
1569
|
-
function _extends$
|
|
1449
|
+
var _g$k, _defs$k;
|
|
1450
|
+
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); }
|
|
1570
1451
|
var SvgSearch = function SvgSearch(props) {
|
|
1571
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1452
|
+
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
1572
1453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1573
1454
|
fill: "currentColor",
|
|
1574
1455
|
width: 24,
|
|
1575
1456
|
height: 24
|
|
1576
|
-
}, props), _g$
|
|
1457
|
+
}, props), _g$k || (_g$k = /*#__PURE__*/React.createElement("g", {
|
|
1577
1458
|
clipPath: "url(#search_svg__a)"
|
|
1578
1459
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1579
1460
|
fillRule: "evenodd",
|
|
1580
1461
|
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",
|
|
1581
1462
|
clipRule: "evenodd"
|
|
1582
|
-
}))), _defs$
|
|
1463
|
+
}))), _defs$k || (_defs$k = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1583
1464
|
id: "search_svg__a"
|
|
1584
1465
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1585
1466
|
d: "M0 0h24v24H0z"
|
|
1586
1467
|
})))));
|
|
1587
1468
|
};
|
|
1588
1469
|
|
|
1589
|
-
var _g$
|
|
1590
|
-
function _extends$
|
|
1470
|
+
var _g$j, _defs$j;
|
|
1471
|
+
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); }
|
|
1591
1472
|
var SvgServerLock = function SvgServerLock(props) {
|
|
1592
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1473
|
+
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
1593
1474
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1594
1475
|
fill: "currentColor",
|
|
1595
1476
|
width: 24,
|
|
1596
1477
|
height: 24
|
|
1597
|
-
}, props), _g$
|
|
1478
|
+
}, props), _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
|
|
1598
1479
|
clipPath: "url(#server-lock_svg__a)"
|
|
1599
1480
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1600
1481
|
fillRule: "evenodd",
|
|
1601
1482
|
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",
|
|
1602
1483
|
clipRule: "evenodd"
|
|
1603
|
-
}))), _defs$
|
|
1484
|
+
}))), _defs$j || (_defs$j = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1604
1485
|
id: "server-lock_svg__a"
|
|
1605
1486
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1606
1487
|
d: "M0 0h24v24H0z"
|
|
1607
1488
|
})))));
|
|
1608
1489
|
};
|
|
1609
1490
|
|
|
1610
|
-
var _g$
|
|
1611
|
-
function _extends$
|
|
1491
|
+
var _g$i, _defs$i;
|
|
1492
|
+
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); }
|
|
1612
1493
|
var SvgSettingsVertical = function SvgSettingsVertical(props) {
|
|
1613
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1494
|
+
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
1614
1495
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1615
1496
|
fill: "currentColor",
|
|
1616
1497
|
width: 24,
|
|
1617
1498
|
height: 24
|
|
1618
|
-
}, props), _g$
|
|
1499
|
+
}, props), _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
|
|
1619
1500
|
clipPath: "url(#settings-vertical_svg__a)"
|
|
1620
1501
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1621
1502
|
fillRule: "evenodd",
|
|
1622
1503
|
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",
|
|
1623
1504
|
clipRule: "evenodd"
|
|
1624
|
-
}))), _defs$
|
|
1505
|
+
}))), _defs$i || (_defs$i = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1625
1506
|
id: "settings-vertical_svg__a"
|
|
1626
1507
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1627
1508
|
d: "M0 0h24v24H0z"
|
|
1628
1509
|
})))));
|
|
1629
1510
|
};
|
|
1630
1511
|
|
|
1631
|
-
var _path$
|
|
1632
|
-
function _extends$
|
|
1512
|
+
var _path$s;
|
|
1513
|
+
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); }
|
|
1633
1514
|
var SvgShield = function SvgShield(props) {
|
|
1634
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1515
|
+
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
1635
1516
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1636
1517
|
fill: "currentColor",
|
|
1637
1518
|
width: 24,
|
|
1638
1519
|
height: 24
|
|
1639
|
-
}, props), _path$
|
|
1520
|
+
}, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
1640
1521
|
fillRule: "evenodd",
|
|
1641
1522
|
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",
|
|
1642
1523
|
clipRule: "evenodd"
|
|
1643
1524
|
})));
|
|
1644
1525
|
};
|
|
1645
1526
|
|
|
1646
|
-
var _path$
|
|
1647
|
-
function _extends$
|
|
1527
|
+
var _path$r;
|
|
1528
|
+
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); }
|
|
1648
1529
|
var SvgServer2 = function SvgServer2(props) {
|
|
1649
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1530
|
+
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
1650
1531
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1651
1532
|
fill: "currentColor",
|
|
1652
1533
|
width: 24,
|
|
1653
1534
|
height: 24
|
|
1654
|
-
}, props), _path$
|
|
1535
|
+
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
1655
1536
|
fillRule: "evenodd",
|
|
1656
1537
|
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",
|
|
1657
1538
|
clipRule: "evenodd"
|
|
1658
1539
|
})));
|
|
1659
1540
|
};
|
|
1660
1541
|
|
|
1661
|
-
var _g$
|
|
1662
|
-
function _extends$
|
|
1542
|
+
var _g$h, _defs$h;
|
|
1543
|
+
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); }
|
|
1663
1544
|
var SvgSupportCircle = function SvgSupportCircle(props) {
|
|
1664
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1545
|
+
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
1665
1546
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1666
1547
|
fill: "currentColor",
|
|
1667
1548
|
width: 24,
|
|
1668
1549
|
height: 24
|
|
1669
|
-
}, props), _g$
|
|
1550
|
+
}, props), _g$h || (_g$h = /*#__PURE__*/React.createElement("g", {
|
|
1670
1551
|
clipPath: "url(#support-circle_svg__a)"
|
|
1671
1552
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1672
1553
|
fillRule: "evenodd",
|
|
1673
1554
|
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",
|
|
1674
1555
|
clipRule: "evenodd"
|
|
1675
|
-
}))), _defs$
|
|
1556
|
+
}))), _defs$h || (_defs$h = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1676
1557
|
id: "support-circle_svg__a"
|
|
1677
1558
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1678
1559
|
d: "M0 0h24v24H0z"
|
|
1679
1560
|
})))));
|
|
1680
1561
|
};
|
|
1681
1562
|
|
|
1682
|
-
var _g$
|
|
1683
|
-
function _extends$
|
|
1563
|
+
var _g$g, _defs$g;
|
|
1564
|
+
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); }
|
|
1684
1565
|
var SvgSupport = function SvgSupport(props) {
|
|
1685
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1566
|
+
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
1686
1567
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1687
1568
|
fill: "currentColor",
|
|
1688
1569
|
width: 24,
|
|
1689
1570
|
height: 24
|
|
1690
|
-
}, props), _g$
|
|
1571
|
+
}, props), _g$g || (_g$g = /*#__PURE__*/React.createElement("g", {
|
|
1691
1572
|
clipPath: "url(#support_svg__a)"
|
|
1692
1573
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1693
1574
|
fillRule: "evenodd",
|
|
1694
1575
|
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",
|
|
1695
1576
|
clipRule: "evenodd"
|
|
1696
|
-
}))), _defs$
|
|
1577
|
+
}))), _defs$g || (_defs$g = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1697
1578
|
id: "support_svg__a"
|
|
1698
1579
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1699
1580
|
d: "M0 0h24v24H0z"
|
|
1700
1581
|
})))));
|
|
1701
1582
|
};
|
|
1702
1583
|
|
|
1703
|
-
var _g$
|
|
1704
|
-
function _extends$
|
|
1584
|
+
var _g$f, _defs$f;
|
|
1585
|
+
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); }
|
|
1705
1586
|
var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
1706
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1587
|
+
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
1707
1588
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1708
1589
|
fill: "currentColor",
|
|
1709
1590
|
width: 24,
|
|
1710
1591
|
height: 24
|
|
1711
|
-
}, props), _g$
|
|
1592
|
+
}, props), _g$f || (_g$f = /*#__PURE__*/React.createElement("g", {
|
|
1712
1593
|
clipPath: "url(#support-headphones_svg__a)"
|
|
1713
1594
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1714
1595
|
fillRule: "evenodd",
|
|
1715
1596
|
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",
|
|
1716
1597
|
clipRule: "evenodd"
|
|
1717
|
-
}))), _defs$
|
|
1598
|
+
}))), _defs$f || (_defs$f = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1718
1599
|
id: "support-headphones_svg__a"
|
|
1719
1600
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1720
1601
|
d: "M0 0h24v24H0z"
|
|
1721
1602
|
})))));
|
|
1722
1603
|
};
|
|
1723
1604
|
|
|
1724
|
-
var _g$
|
|
1725
|
-
function _extends$
|
|
1605
|
+
var _g$e, _defs$e;
|
|
1606
|
+
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); }
|
|
1726
1607
|
var SvgSystem = function SvgSystem(props) {
|
|
1727
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1608
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
1728
1609
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1729
1610
|
fill: "currentColor",
|
|
1730
1611
|
width: 24,
|
|
1731
1612
|
height: 24
|
|
1732
|
-
}, props), _g$
|
|
1613
|
+
}, props), _g$e || (_g$e = /*#__PURE__*/React.createElement("g", {
|
|
1733
1614
|
clipPath: "url(#system_svg__a)"
|
|
1734
1615
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1735
1616
|
fillRule: "evenodd",
|
|
1736
1617
|
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",
|
|
1737
1618
|
clipRule: "evenodd"
|
|
1738
|
-
}))), _defs$
|
|
1619
|
+
}))), _defs$e || (_defs$e = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1739
1620
|
id: "system_svg__a"
|
|
1740
1621
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1741
1622
|
d: "M0 0h24v24H0z"
|
|
1742
1623
|
})))));
|
|
1743
1624
|
};
|
|
1744
1625
|
|
|
1745
|
-
var _g$
|
|
1746
|
-
function _extends$
|
|
1626
|
+
var _g$d, _defs$d;
|
|
1627
|
+
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); }
|
|
1747
1628
|
var SvgTag = function SvgTag(props) {
|
|
1748
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1629
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
1749
1630
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1750
1631
|
fill: "currentColor",
|
|
1751
1632
|
width: 24,
|
|
1752
1633
|
height: 24
|
|
1753
|
-
}, props), _g$
|
|
1634
|
+
}, props), _g$d || (_g$d = /*#__PURE__*/React.createElement("g", {
|
|
1754
1635
|
clipPath: "url(#tag_svg__a)"
|
|
1755
1636
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1756
1637
|
fillRule: "evenodd",
|
|
1757
1638
|
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",
|
|
1758
1639
|
clipRule: "evenodd"
|
|
1759
|
-
}))), _defs$
|
|
1640
|
+
}))), _defs$d || (_defs$d = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1760
1641
|
id: "tag_svg__a"
|
|
1761
1642
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1762
1643
|
d: "M0 0h24v24H0z"
|
|
1763
1644
|
})))));
|
|
1764
1645
|
};
|
|
1765
1646
|
|
|
1766
|
-
var _g$
|
|
1767
|
-
function _extends$
|
|
1647
|
+
var _g$c, _defs$c;
|
|
1648
|
+
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); }
|
|
1768
1649
|
var SvgTarget = function SvgTarget(props) {
|
|
1769
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1650
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
1770
1651
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1771
1652
|
fill: "currentColor",
|
|
1772
1653
|
width: 24,
|
|
1773
1654
|
height: 24
|
|
1774
|
-
}, props), _g$
|
|
1655
|
+
}, props), _g$c || (_g$c = /*#__PURE__*/React.createElement("g", {
|
|
1775
1656
|
clipPath: "url(#target_svg__a)"
|
|
1776
1657
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1777
1658
|
fillRule: "evenodd",
|
|
1778
1659
|
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",
|
|
1779
1660
|
clipRule: "evenodd"
|
|
1780
|
-
}))), _defs$
|
|
1661
|
+
}))), _defs$c || (_defs$c = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1781
1662
|
id: "target_svg__a"
|
|
1782
1663
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1783
1664
|
d: "M0 0h24v24H0z"
|
|
1784
1665
|
})))));
|
|
1785
1666
|
};
|
|
1786
1667
|
|
|
1787
|
-
var _g$
|
|
1788
|
-
function _extends$
|
|
1668
|
+
var _g$b, _defs$b;
|
|
1669
|
+
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); }
|
|
1789
1670
|
var SvgTransaction = function SvgTransaction(props) {
|
|
1790
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1671
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
1791
1672
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1792
1673
|
fill: "currentColor",
|
|
1793
1674
|
width: 24,
|
|
1794
1675
|
height: 24
|
|
1795
|
-
}, props), _g$
|
|
1676
|
+
}, props), _g$b || (_g$b = /*#__PURE__*/React.createElement("g", {
|
|
1796
1677
|
clipPath: "url(#transaction_svg__a)"
|
|
1797
1678
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1798
1679
|
fillRule: "evenodd",
|
|
1799
1680
|
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",
|
|
1800
1681
|
clipRule: "evenodd"
|
|
1801
|
-
}))), _defs$
|
|
1682
|
+
}))), _defs$b || (_defs$b = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1802
1683
|
id: "transaction_svg__a"
|
|
1803
1684
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1804
1685
|
d: "M0 0h24v24H0z"
|
|
1805
1686
|
})))));
|
|
1806
1687
|
};
|
|
1807
1688
|
|
|
1808
|
-
var _path$
|
|
1809
|
-
function _extends$
|
|
1689
|
+
var _path$q;
|
|
1690
|
+
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); }
|
|
1810
1691
|
var SvgUpload = function SvgUpload(props) {
|
|
1811
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1692
|
+
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
1812
1693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1813
1694
|
fill: "currentColor",
|
|
1814
1695
|
width: 24,
|
|
1815
1696
|
height: 24
|
|
1816
|
-
}, props), _path$
|
|
1697
|
+
}, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
1817
1698
|
fillRule: "evenodd",
|
|
1818
1699
|
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",
|
|
1819
1700
|
clipRule: "evenodd"
|
|
1820
1701
|
})));
|
|
1821
1702
|
};
|
|
1822
1703
|
|
|
1823
|
-
var _g$
|
|
1824
|
-
function _extends$
|
|
1704
|
+
var _g$a, _defs$a;
|
|
1705
|
+
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); }
|
|
1825
1706
|
var SvgUserCircle = function SvgUserCircle(props) {
|
|
1826
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1707
|
+
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
1827
1708
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1828
1709
|
fill: "currentColor",
|
|
1829
1710
|
width: 24,
|
|
1830
1711
|
height: 24
|
|
1831
|
-
}, props), _g$
|
|
1712
|
+
}, props), _g$a || (_g$a = /*#__PURE__*/React.createElement("g", {
|
|
1832
1713
|
clipPath: "url(#user-circle_svg__a)"
|
|
1833
1714
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1834
1715
|
fillRule: "evenodd",
|
|
1835
1716
|
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",
|
|
1836
1717
|
clipRule: "evenodd"
|
|
1837
|
-
}))), _defs$
|
|
1718
|
+
}))), _defs$a || (_defs$a = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1838
1719
|
id: "user-circle_svg__a"
|
|
1839
1720
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1840
1721
|
d: "M0 0h24v24H0z"
|
|
1841
1722
|
})))));
|
|
1842
1723
|
};
|
|
1843
1724
|
|
|
1844
|
-
var _path$r;
|
|
1845
|
-
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); }
|
|
1846
|
-
var SvgViewOff = function SvgViewOff(props) {
|
|
1847
|
-
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
1848
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1849
|
-
fill: "currentColor",
|
|
1850
|
-
width: 24,
|
|
1851
|
-
height: 24
|
|
1852
|
-
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
1853
|
-
fillRule: "evenodd",
|
|
1854
|
-
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",
|
|
1855
|
-
clipRule: "evenodd"
|
|
1856
|
-
})));
|
|
1857
|
-
};
|
|
1858
|
-
|
|
1859
|
-
var _path$q;
|
|
1860
|
-
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); }
|
|
1861
|
-
var SvgViewOn = function SvgViewOn(props) {
|
|
1862
|
-
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
1863
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1864
|
-
fill: "currentColor",
|
|
1865
|
-
width: 24,
|
|
1866
|
-
height: 24
|
|
1867
|
-
}, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
1868
|
-
fillRule: "evenodd",
|
|
1869
|
-
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",
|
|
1870
|
-
clipRule: "evenodd"
|
|
1871
|
-
})));
|
|
1872
|
-
};
|
|
1873
|
-
|
|
1874
1725
|
var _path$p;
|
|
1875
|
-
function _extends$
|
|
1726
|
+
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); }
|
|
1876
1727
|
var SvgWeatherCloud = function SvgWeatherCloud(props) {
|
|
1877
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1728
|
+
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
1878
1729
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1879
1730
|
fill: "currentColor",
|
|
1880
1731
|
width: 24,
|
|
@@ -1886,61 +1737,61 @@ var SvgWeatherCloud = function SvgWeatherCloud(props) {
|
|
|
1886
1737
|
})));
|
|
1887
1738
|
};
|
|
1888
1739
|
|
|
1889
|
-
var _g$
|
|
1890
|
-
function _extends$
|
|
1740
|
+
var _g$9, _defs$9;
|
|
1741
|
+
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); }
|
|
1891
1742
|
var SvgWebhooks = function SvgWebhooks(props) {
|
|
1892
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1743
|
+
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
1893
1744
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1894
1745
|
fill: "currentColor",
|
|
1895
1746
|
width: 24,
|
|
1896
1747
|
height: 24
|
|
1897
|
-
}, props), _g$
|
|
1748
|
+
}, props), _g$9 || (_g$9 = /*#__PURE__*/React.createElement("g", {
|
|
1898
1749
|
clipPath: "url(#webhooks_svg__a)"
|
|
1899
1750
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1900
1751
|
fillRule: "evenodd",
|
|
1901
1752
|
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",
|
|
1902
1753
|
clipRule: "evenodd"
|
|
1903
|
-
}))), _defs$
|
|
1754
|
+
}))), _defs$9 || (_defs$9 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1904
1755
|
id: "webhooks_svg__a"
|
|
1905
1756
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1906
1757
|
d: "M0 0h24v24H0z"
|
|
1907
1758
|
})))));
|
|
1908
1759
|
};
|
|
1909
1760
|
|
|
1910
|
-
var _g$
|
|
1911
|
-
function _extends$
|
|
1761
|
+
var _g$8, _defs$8;
|
|
1762
|
+
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); }
|
|
1912
1763
|
var SvgWorkflow = function SvgWorkflow(props) {
|
|
1913
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1764
|
+
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
1914
1765
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1915
1766
|
fill: "currentColor",
|
|
1916
1767
|
width: 24,
|
|
1917
1768
|
height: 24
|
|
1918
|
-
}, props), _g$
|
|
1769
|
+
}, props), _g$8 || (_g$8 = /*#__PURE__*/React.createElement("g", {
|
|
1919
1770
|
clipPath: "url(#workflow_svg__a)"
|
|
1920
1771
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1921
1772
|
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"
|
|
1922
|
-
}))), _defs$
|
|
1773
|
+
}))), _defs$8 || (_defs$8 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1923
1774
|
id: "workflow_svg__a"
|
|
1924
1775
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1925
1776
|
d: "M0 0h24v24H0z"
|
|
1926
1777
|
})))));
|
|
1927
1778
|
};
|
|
1928
1779
|
|
|
1929
|
-
var _g$
|
|
1930
|
-
function _extends$
|
|
1780
|
+
var _g$7, _defs$7;
|
|
1781
|
+
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); }
|
|
1931
1782
|
var SvgWorkflowPencil = function SvgWorkflowPencil(props) {
|
|
1932
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1783
|
+
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
1933
1784
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1934
1785
|
fill: "currentColor",
|
|
1935
1786
|
width: 24,
|
|
1936
1787
|
height: 24
|
|
1937
|
-
}, props), _g$
|
|
1788
|
+
}, props), _g$7 || (_g$7 = /*#__PURE__*/React.createElement("g", {
|
|
1938
1789
|
clipPath: "url(#workflow-pencil_svg__a)"
|
|
1939
1790
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1940
1791
|
fillRule: "evenodd",
|
|
1941
1792
|
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",
|
|
1942
1793
|
clipRule: "evenodd"
|
|
1943
|
-
}))), _defs$
|
|
1794
|
+
}))), _defs$7 || (_defs$7 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1944
1795
|
id: "workflow-pencil_svg__a"
|
|
1945
1796
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1946
1797
|
d: "M0 0h24v24H0z"
|
|
@@ -1948,9 +1799,9 @@ var SvgWorkflowPencil = function SvgWorkflowPencil(props) {
|
|
|
1948
1799
|
};
|
|
1949
1800
|
|
|
1950
1801
|
var _path$o, _path2$4;
|
|
1951
|
-
function _extends$
|
|
1802
|
+
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); }
|
|
1952
1803
|
var SvgUpgradeShield = function SvgUpgradeShield(props) {
|
|
1953
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1804
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
1954
1805
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1955
1806
|
fill: "currentColor",
|
|
1956
1807
|
width: 24,
|
|
@@ -1965,9 +1816,9 @@ var SvgUpgradeShield = function SvgUpgradeShield(props) {
|
|
|
1965
1816
|
};
|
|
1966
1817
|
|
|
1967
1818
|
var _path$n, _path2$3, _path3$3, _path4$3;
|
|
1968
|
-
function _extends$
|
|
1819
|
+
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); }
|
|
1969
1820
|
var SvgShieldLock = function SvgShieldLock(props) {
|
|
1970
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1821
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
1971
1822
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1972
1823
|
width: 28,
|
|
1973
1824
|
height: 20,
|
|
@@ -1986,9 +1837,9 @@ var SvgShieldLock = function SvgShieldLock(props) {
|
|
|
1986
1837
|
};
|
|
1987
1838
|
|
|
1988
1839
|
var _path$m;
|
|
1989
|
-
function _extends$
|
|
1840
|
+
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); }
|
|
1990
1841
|
var SvgCloud = function SvgCloud(props) {
|
|
1991
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1842
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
1992
1843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1993
1844
|
fill: "currentColor",
|
|
1994
1845
|
width: 24,
|
|
@@ -2000,21 +1851,21 @@ var SvgCloud = function SvgCloud(props) {
|
|
|
2000
1851
|
})));
|
|
2001
1852
|
};
|
|
2002
1853
|
|
|
2003
|
-
var _g$
|
|
2004
|
-
function _extends$
|
|
1854
|
+
var _g$6, _defs$6;
|
|
1855
|
+
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); }
|
|
2005
1856
|
var SvgBoxesGrid = function SvgBoxesGrid(props) {
|
|
2006
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1857
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
2007
1858
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2008
1859
|
fill: "currentColor",
|
|
2009
1860
|
width: 24,
|
|
2010
1861
|
height: 24
|
|
2011
|
-
}, props), _g$
|
|
1862
|
+
}, props), _g$6 || (_g$6 = /*#__PURE__*/React.createElement("g", {
|
|
2012
1863
|
clipPath: "url(#boxes-grid_svg__a)"
|
|
2013
1864
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2014
1865
|
fillRule: "evenodd",
|
|
2015
1866
|
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",
|
|
2016
1867
|
clipRule: "evenodd"
|
|
2017
|
-
}))), _defs$
|
|
1868
|
+
}))), _defs$6 || (_defs$6 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
2018
1869
|
id: "boxes-grid_svg__a"
|
|
2019
1870
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2020
1871
|
d: "M0 0h24v24H0z"
|
|
@@ -2022,9 +1873,9 @@ var SvgBoxesGrid = function SvgBoxesGrid(props) {
|
|
|
2022
1873
|
};
|
|
2023
1874
|
|
|
2024
1875
|
var _path$l;
|
|
2025
|
-
function _extends$
|
|
1876
|
+
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); }
|
|
2026
1877
|
var SvgDottedLines = function SvgDottedLines(props) {
|
|
2027
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1878
|
+
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
2028
1879
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2029
1880
|
fill: "currentColor",
|
|
2030
1881
|
width: 24,
|
|
@@ -2036,21 +1887,21 @@ var SvgDottedLines = function SvgDottedLines(props) {
|
|
|
2036
1887
|
})));
|
|
2037
1888
|
};
|
|
2038
1889
|
|
|
2039
|
-
var _g$
|
|
2040
|
-
function _extends$
|
|
1890
|
+
var _g$5, _defs$5;
|
|
1891
|
+
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); }
|
|
2041
1892
|
var SvgAdd = function SvgAdd(props) {
|
|
2042
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1893
|
+
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
2043
1894
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2044
1895
|
fill: "currentColor",
|
|
2045
1896
|
width: 24,
|
|
2046
1897
|
height: 24
|
|
2047
|
-
}, props), _g$
|
|
1898
|
+
}, props), _g$5 || (_g$5 = /*#__PURE__*/React.createElement("g", {
|
|
2048
1899
|
clipPath: "url(#add_svg__a)"
|
|
2049
1900
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2050
1901
|
fillRule: "evenodd",
|
|
2051
1902
|
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",
|
|
2052
1903
|
clipRule: "evenodd"
|
|
2053
|
-
}))), _defs$
|
|
1904
|
+
}))), _defs$5 || (_defs$5 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
2054
1905
|
id: "add_svg__a"
|
|
2055
1906
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2056
1907
|
d: "M0 0h24v24H0z"
|
|
@@ -2058,9 +1909,9 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
2058
1909
|
};
|
|
2059
1910
|
|
|
2060
1911
|
var _path$k;
|
|
2061
|
-
function _extends$
|
|
1912
|
+
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); }
|
|
2062
1913
|
var SvgAccessTimeClock = function SvgAccessTimeClock(props) {
|
|
2063
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1914
|
+
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
2064
1915
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2065
1916
|
fill: "currentColor",
|
|
2066
1917
|
width: 24,
|
|
@@ -2073,9 +1924,9 @@ var SvgAccessTimeClock = function SvgAccessTimeClock(props) {
|
|
|
2073
1924
|
};
|
|
2074
1925
|
|
|
2075
1926
|
var _path$j;
|
|
2076
|
-
function _extends$
|
|
1927
|
+
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); }
|
|
2077
1928
|
var SvgArrowLeftBack = function SvgArrowLeftBack(props) {
|
|
2078
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1929
|
+
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
2079
1930
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2080
1931
|
fill: "currentColor",
|
|
2081
1932
|
width: 24,
|
|
@@ -2088,9 +1939,9 @@ var SvgArrowLeftBack = function SvgArrowLeftBack(props) {
|
|
|
2088
1939
|
};
|
|
2089
1940
|
|
|
2090
1941
|
var _path$i;
|
|
2091
|
-
function _extends$
|
|
1942
|
+
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); }
|
|
2092
1943
|
var SvgArrowDown = function SvgArrowDown(props) {
|
|
2093
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1944
|
+
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
2094
1945
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2095
1946
|
fill: "currentColor",
|
|
2096
1947
|
width: 24,
|
|
@@ -2103,9 +1954,9 @@ var SvgArrowDown = function SvgArrowDown(props) {
|
|
|
2103
1954
|
};
|
|
2104
1955
|
|
|
2105
1956
|
var _path$h;
|
|
2106
|
-
function _extends$
|
|
1957
|
+
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); }
|
|
2107
1958
|
var SvgArrowRightForward = function SvgArrowRightForward(props) {
|
|
2108
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1959
|
+
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
2109
1960
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2110
1961
|
fill: "currentColor",
|
|
2111
1962
|
width: 24,
|
|
@@ -2118,9 +1969,9 @@ var SvgArrowRightForward = function SvgArrowRightForward(props) {
|
|
|
2118
1969
|
};
|
|
2119
1970
|
|
|
2120
1971
|
var _path$g;
|
|
2121
|
-
function _extends$
|
|
1972
|
+
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); }
|
|
2122
1973
|
var SvgArrowUp = function SvgArrowUp(props) {
|
|
2123
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1974
|
+
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
2124
1975
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2125
1976
|
fill: "currentColor",
|
|
2126
1977
|
width: 24,
|
|
@@ -2133,9 +1984,9 @@ var SvgArrowUp = function SvgArrowUp(props) {
|
|
|
2133
1984
|
};
|
|
2134
1985
|
|
|
2135
1986
|
var _path$f;
|
|
2136
|
-
function _extends$
|
|
1987
|
+
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); }
|
|
2137
1988
|
var SvgChevronLeftBack = function SvgChevronLeftBack(props) {
|
|
2138
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1989
|
+
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
2139
1990
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2140
1991
|
fill: "currentColor",
|
|
2141
1992
|
width: 24,
|
|
@@ -2147,21 +1998,21 @@ var SvgChevronLeftBack = function SvgChevronLeftBack(props) {
|
|
|
2147
1998
|
})));
|
|
2148
1999
|
};
|
|
2149
2000
|
|
|
2150
|
-
var _g$
|
|
2151
|
-
function _extends$
|
|
2001
|
+
var _g$4, _defs$4;
|
|
2002
|
+
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); }
|
|
2152
2003
|
var SvgBookFlipPageDocumentation = function SvgBookFlipPageDocumentation(props) {
|
|
2153
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2004
|
+
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
2154
2005
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2155
2006
|
fill: "currentColor",
|
|
2156
2007
|
width: 24,
|
|
2157
2008
|
height: 24
|
|
2158
|
-
}, props), _g$
|
|
2009
|
+
}, props), _g$4 || (_g$4 = /*#__PURE__*/React.createElement("g", {
|
|
2159
2010
|
clipPath: "url(#book-flip-page-documentation_svg__a)"
|
|
2160
2011
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2161
2012
|
fillRule: "evenodd",
|
|
2162
2013
|
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",
|
|
2163
2014
|
clipRule: "evenodd"
|
|
2164
|
-
}))), _defs$
|
|
2015
|
+
}))), _defs$4 || (_defs$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
2165
2016
|
id: "book-flip-page-documentation_svg__a"
|
|
2166
2017
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2167
2018
|
d: "M0 0h24v24H0z"
|
|
@@ -2169,9 +2020,9 @@ var SvgBookFlipPageDocumentation = function SvgBookFlipPageDocumentation(props)
|
|
|
2169
2020
|
};
|
|
2170
2021
|
|
|
2171
2022
|
var _path$e;
|
|
2172
|
-
function _extends$
|
|
2023
|
+
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); }
|
|
2173
2024
|
var SvgBalanceScale = function SvgBalanceScale(props) {
|
|
2174
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2025
|
+
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
2175
2026
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2176
2027
|
fill: "currentColor",
|
|
2177
2028
|
width: 24,
|
|
@@ -2183,21 +2034,21 @@ var SvgBalanceScale = function SvgBalanceScale(props) {
|
|
|
2183
2034
|
})));
|
|
2184
2035
|
};
|
|
2185
2036
|
|
|
2186
|
-
var _g$
|
|
2187
|
-
function _extends$
|
|
2037
|
+
var _g$3, _defs$3;
|
|
2038
|
+
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); }
|
|
2188
2039
|
var SvgBrightnessDotCircleFilled = function SvgBrightnessDotCircleFilled(props) {
|
|
2189
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2040
|
+
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
2190
2041
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2191
2042
|
fill: "currentColor",
|
|
2192
2043
|
width: 24,
|
|
2193
2044
|
height: 24
|
|
2194
|
-
}, props), _g$
|
|
2045
|
+
}, props), _g$3 || (_g$3 = /*#__PURE__*/React.createElement("g", {
|
|
2195
2046
|
clipPath: "url(#brightness-dot-circle-filled_svg__a)"
|
|
2196
2047
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2197
2048
|
fillRule: "evenodd",
|
|
2198
2049
|
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",
|
|
2199
2050
|
clipRule: "evenodd"
|
|
2200
|
-
}))), _defs$
|
|
2051
|
+
}))), _defs$3 || (_defs$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
2201
2052
|
id: "brightness-dot-circle-filled_svg__a"
|
|
2202
2053
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2203
2054
|
d: "M0 0h24v24H0z"
|
|
@@ -2205,9 +2056,9 @@ var SvgBrightnessDotCircleFilled = function SvgBrightnessDotCircleFilled(props)
|
|
|
2205
2056
|
};
|
|
2206
2057
|
|
|
2207
2058
|
var _path$d;
|
|
2208
|
-
function _extends$
|
|
2059
|
+
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); }
|
|
2209
2060
|
var SvgMegaphoneCampaignAnnouncement = function SvgMegaphoneCampaignAnnouncement(props) {
|
|
2210
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2061
|
+
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
2211
2062
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2212
2063
|
fill: "currentColor",
|
|
2213
2064
|
width: 24,
|
|
@@ -2219,43 +2070,22 @@ var SvgMegaphoneCampaignAnnouncement = function SvgMegaphoneCampaignAnnouncement
|
|
|
2219
2070
|
})));
|
|
2220
2071
|
};
|
|
2221
2072
|
|
|
2222
|
-
var _g$3, _defs$3;
|
|
2223
|
-
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); }
|
|
2224
|
-
var SvgQuestionContactSupportBubble = function SvgQuestionContactSupportBubble(props) {
|
|
2225
|
-
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
2226
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2227
|
-
fill: "currentColor",
|
|
2228
|
-
width: 24,
|
|
2229
|
-
height: 24
|
|
2230
|
-
}, props), _g$3 || (_g$3 = /*#__PURE__*/React.createElement("g", {
|
|
2231
|
-
clipPath: "url(#question-contact-support-bubble_svg__a)"
|
|
2232
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
2233
|
-
fillRule: "evenodd",
|
|
2234
|
-
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",
|
|
2235
|
-
clipRule: "evenodd"
|
|
2236
|
-
}))), _defs$3 || (_defs$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
2237
|
-
id: "question-contact-support-bubble_svg__a"
|
|
2238
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
2239
|
-
d: "M0 0h24v24H0z"
|
|
2240
|
-
})))));
|
|
2241
|
-
};
|
|
2242
|
-
|
|
2243
2073
|
var _g$2, _defs$2;
|
|
2244
2074
|
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); }
|
|
2245
|
-
var
|
|
2075
|
+
var SvgQuestionContactSupportBubble = function SvgQuestionContactSupportBubble(props) {
|
|
2246
2076
|
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
2247
2077
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2248
2078
|
fill: "currentColor",
|
|
2249
2079
|
width: 24,
|
|
2250
2080
|
height: 24
|
|
2251
2081
|
}, props), _g$2 || (_g$2 = /*#__PURE__*/React.createElement("g", {
|
|
2252
|
-
clipPath: "url(#
|
|
2082
|
+
clipPath: "url(#question-contact-support-bubble_svg__a)"
|
|
2253
2083
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2254
2084
|
fillRule: "evenodd",
|
|
2255
|
-
d: "
|
|
2085
|
+
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",
|
|
2256
2086
|
clipRule: "evenodd"
|
|
2257
2087
|
}))), _defs$2 || (_defs$2 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
2258
|
-
id: "
|
|
2088
|
+
id: "question-contact-support-bubble_svg__a"
|
|
2259
2089
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2260
2090
|
d: "M0 0h24v24H0z"
|
|
2261
2091
|
})))));
|
|
@@ -2263,20 +2093,20 @@ var SvgScissorsCut = function SvgScissorsCut(props) {
|
|
|
2263
2093
|
|
|
2264
2094
|
var _g$1, _defs$1;
|
|
2265
2095
|
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); }
|
|
2266
|
-
var
|
|
2096
|
+
var SvgScissorsCut = function SvgScissorsCut(props) {
|
|
2267
2097
|
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
2268
2098
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2269
2099
|
fill: "currentColor",
|
|
2270
2100
|
width: 24,
|
|
2271
2101
|
height: 24
|
|
2272
2102
|
}, props), _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
|
|
2273
|
-
clipPath: "url(#
|
|
2103
|
+
clipPath: "url(#scissors-cut_svg__a)"
|
|
2274
2104
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2275
2105
|
fillRule: "evenodd",
|
|
2276
|
-
d: "
|
|
2106
|
+
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",
|
|
2277
2107
|
clipRule: "evenodd"
|
|
2278
2108
|
}))), _defs$1 || (_defs$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
2279
|
-
id: "
|
|
2109
|
+
id: "scissors-cut_svg__a"
|
|
2280
2110
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2281
2111
|
d: "M0 0h24v24H0z"
|
|
2282
2112
|
})))));
|
|
@@ -2284,20 +2114,20 @@ var SvgCopyPaste = function SvgCopyPaste(props) {
|
|
|
2284
2114
|
|
|
2285
2115
|
var _g, _defs;
|
|
2286
2116
|
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); }
|
|
2287
|
-
var
|
|
2117
|
+
var SvgCopyPaste = function SvgCopyPaste(props) {
|
|
2288
2118
|
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
2289
2119
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2290
2120
|
fill: "currentColor",
|
|
2291
2121
|
width: 24,
|
|
2292
2122
|
height: 24
|
|
2293
2123
|
}, props), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
2294
|
-
clipPath: "url(#
|
|
2124
|
+
clipPath: "url(#copy-paste_svg__a)"
|
|
2295
2125
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2296
2126
|
fillRule: "evenodd",
|
|
2297
|
-
d: "
|
|
2127
|
+
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",
|
|
2298
2128
|
clipRule: "evenodd"
|
|
2299
2129
|
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
2300
|
-
id: "
|
|
2130
|
+
id: "copy-paste_svg__a"
|
|
2301
2131
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2302
2132
|
d: "M0 0h24v24H0z"
|
|
2303
2133
|
})))));
|
|
@@ -2457,7 +2287,7 @@ var SvgOpenEyeVisibility = function SvgOpenEyeVisibility(props) {
|
|
|
2457
2287
|
|
|
2458
2288
|
declare const icons_ContentCopy: typeof ContentCopy;
|
|
2459
2289
|
declare namespace icons {
|
|
2460
|
-
export { SvgAccessTimeClock as AccessTime, SvgAdd as Add, SvgAlarmBell as AlarmBell, SvgAngle as Angle, SvgAppWindowCode as AppWindowCode, SvgArrowLeftBack as ArrowBack, SvgChevronLeftBack as ArrowBackIos, SvgArrowCircleDown as ArrowCircleDown, SvgArrowDown as ArrowDownward, SvgArrowRightForward as ArrowForward, SvgArrowTopRight as ArrowTopRight, SvgArrowUp as ArrowUpward,
|
|
2290
|
+
export { SvgAccessTimeClock as AccessTime, SvgAdd as Add, SvgAlarmBell as AlarmBell, SvgAngle as Angle, SvgAppWindowCode as AppWindowCode, SvgArrowLeftBack as ArrowBack, SvgChevronLeftBack as ArrowBackIos, SvgArrowCircleDown as ArrowCircleDown, SvgArrowDown as ArrowDownward, SvgArrowRightForward as ArrowForward, SvgArrowTopRight as ArrowTopRight, SvgArrowUp as ArrowUpward, SvgBookFlipPageDocumentation as AutoStoriesOutlined, SvgBalanceScale as Balance, SvgBin as Bin, SvgBlockCircle as Block, SvgBlocked as Blocked, SvgBoxes as Boxes, SvgBoxesGrid as BoxesGrid, SvgBrightnessDotCircleFilled as Brightness1, SvgCalendar as Calendar, SvgMegaphoneCampaignAnnouncement as CampaignOutlined, SvgNetworkSearch as Catalog, SvgChecklist as CheckList, SvgCheckmark as CheckMark, SvgClose as Close, SvgCloseCircle as CloseCircle, SvgCloud as Cloud, SvgCoin as Coin, SvgCompass as Compass, SvgQuestionContactSupportBubble as ContactSupportOutlined, icons_ContentCopy as ContentCopy, SvgScissorsCut as ContentCut, SvgCopyPaste as ContentPaste, SvgCopy as Copy, SvgCredit as Credit, SvgDashboard as Dashboard, SvgDataTransferVertical as DataTransferVertical, SvgDottedLines as DottedLines, SvgDownload as Download, SvgExternalLink as ExternalLink, SvgImageResolution as ImageResolution, SvgInvoice as Invoice, SvgChevronDown as KeyboardArrowDown, SvgChevronLeftBack as KeyboardArrowLeft, SvgChevronRightForward as KeyboardArrowRight, SvgChevronUp as KeyboardArrowUp, SvgLayers as Layers, SvgLibrary as Library, SvgLightbulb as LightbulbOutlined, SvgTag as LocalOfferOutlined, SvgLock as Lock, SvgLogo as Logo, SvgMap as Map, SvgMapPin as MapPin, SvgShop as Marketplace, SvgModuleThree as ModuleThree, SvgMenuThreeDotFilledHorizontal as MoreHoriz, SvgMultipleUsers as MultipleUsers, SvgNotificationError as NotificationError, SvgNotificationInfo as NotificationInfo, SvgNotificationSuccess as NotificationSuccess, SvgNotificationWarning as NotificationWarning, SvgPencil as Pencil, SvgUserSingle as Person, SvgPolygon as Polygon, SvgFolderEmpty1 as Projects, SvgQuestionCircle as QuestionCircle, SvgQuestionMark as QuestionMark, SvgResolution as Resolution, SvgSatellite$1 as Satellite, SvgSave as Save, SvgSearch as Search, SvgServerLock as ServerLock, SvgSettingsVertical as SettingsVertical, SvgShield as Shield, SvgShieldLock as ShieldWithLock, SvgShoppingCart as ShoppingCartOutlined, SvgServer2 as Storage, SvgSupportCircle as Support, SvgSupport as SupportClear, SvgSupportHeadphones as SupportHeadphones, SvgSystem as System, SvgTag as Tag, SvgTarget as Target, SvgTransaction as Transaction, SvgUpgradeShield as UpgradeShield, SvgUpload as Upload, SvgUserCircle as User, SvgCloseEyeVisibility as VisibilityOffOutlined, SvgOpenEyeVisibility as VisibilityOutlined, SvgWeatherCloud as WeatherCloud, SvgWebhooks as Webhooks, SvgWorkflow as Workflow, SvgWorkflowPencil as WorkflowPencil };
|
|
2461
2291
|
}
|
|
2462
2292
|
|
|
2463
2293
|
declare type IconProps = {
|
|
@@ -2968,4 +2798,4 @@ declare type ContextState = {
|
|
|
2968
2798
|
*/
|
|
2969
2799
|
declare const useAlert: () => ContextState;
|
|
2970
2800
|
|
|
2971
|
-
export { Alert, type AlertProps, Avatar, type AvatarProps, Badge, type BadgeProps, Banner, type BannerProps,
|
|
2801
|
+
export { Alert, type AlertProps, Avatar, type AvatarProps, Badge, type BadgeProps, Banner, type BannerProps, Button, type ButtonProps, Checkbox, type CheckboxProps, CodeInline, type CodeInlineProps, CodeSnippet, type CodeSnippetItemProps, type CodeSnippetProps, ContactBox, type ContactBoxProps, ControlButton, type ControlButtonProps, CopyButton, type CopyButtonProps, type CreateAlertProps, DataGrid, type DataGridProps, type DatePickerDateType, DateTime, type DateTimeProps, Divider, type DividerProps, DocumentationPopover, type DocumentationPopoverProps, EmptyState, type EmptyStateProps, FormCheckbox, type FormCheckboxProps, FormDatePicker, type FormDatePickerProps, FormDateRangePicker, type FormDateRangePickerProps, FormInput, type FormInputProps, FormRadio, type FormRadioProps, FormSelect, type FormSelectProps, FormSwitch, type FormSwitchProps, GridContainer, type GridContainerProps, GridItem, type GridItemProps, Icon, type IconProps, Illustration, type IllustrationProps, InfoCard, type InfoCardProps, InfoModal, type InfoModalProps, InfoPopover, type InfoPopoverProps, Input, type InputProps, Link, type LinkProps, Loading, type LoadingProps, NotFound, type NotFoundProps, PageContainer, type PageContainerProps, PageHeader, type PageHeaderProps, type PaginatedResponse, Radio, type RadioProps, Select, type SelectProps, Slider, type SliderProps, Switch, type SwitchProps, Tab, TabGroup, type TabGroupProps, type TabProps, Table, TableBody, type TableBodyProps, TableCell, type TableCellProps, TableContainer, type TableContainerProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TablePagination, type TablePaginationProps, type TableProps, TableRow, type TableRowProps, TableSortLabel, type TableSortLabelProps, Tabs, type TabsProps, Tag, type TagProps, Typography, type TypographyProps, UpComponentsProvider, capitalize, copyToClipboard, formatDate, formatFileSize, formatNumber, theme, useAlert, useDebounce, useQueryParams, useRemotePagination };
|