@up42/up-components 1.11.2 → 1.11.4
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/Typography/Typography.d.ts +2 -0
- package/dist/cjs/types/global/icons/index.d.ts +1 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/types/components/Typography/Typography.d.ts +2 -0
- package/dist/esm/types/global/icons/index.d.ts +1 -0
- package/dist/index.d.ts +119 -101
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -87,6 +87,7 @@ declare const Button: React__default.ForwardRefExoticComponent<Pick<{
|
|
|
87
87
|
|
|
88
88
|
declare type TypographyProps = TypographyProps$1 & {
|
|
89
89
|
component?: React__default.ElementType;
|
|
90
|
+
variant?: TypographyProps$1['variant'] | 'heading' | 'headingSmall' | 'headingXSmall' | 'body' | 'label' | 'note';
|
|
90
91
|
};
|
|
91
92
|
/**
|
|
92
93
|
* Douglas `variant` prop migration helper:
|
|
@@ -114,6 +115,7 @@ declare const Typography: React__default.ForwardRefExoticComponent<Pick<_mui_sys
|
|
|
114
115
|
ref?: ((instance: HTMLSpanElement | null) => void) | React__default.RefObject<HTMLSpanElement> | null | undefined;
|
|
115
116
|
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "align" | "variant" | "variantMapping" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph"> & {
|
|
116
117
|
component?: React__default.ElementType<any> | undefined;
|
|
118
|
+
variant?: TypographyProps$1['variant'] | 'heading' | 'headingSmall' | 'headingXSmall' | 'body' | 'label' | 'note';
|
|
117
119
|
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "slot" | "title" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "align" | "component" | "variant" | "variantMapping" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph"> & React__default.RefAttributes<unknown>>;
|
|
118
120
|
|
|
119
121
|
declare type AvatarProps = MUIGlobalOmit<Omit<AvatarProps$1, 'children' | 'alt' | 'imgProps' | 'sizes' | 'src' | 'srcSet' | 'variant'>, {
|
|
@@ -660,30 +662,30 @@ declare type LoadingProps = {
|
|
|
660
662
|
*/
|
|
661
663
|
declare const Loading: ({ fullPage, visible, ...rest }: LoadingProps) => JSX.Element | null;
|
|
662
664
|
|
|
663
|
-
var _path$
|
|
664
|
-
function _extends$
|
|
665
|
+
var _path$M;
|
|
666
|
+
function _extends$1x() { _extends$1x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1x.apply(this, arguments); }
|
|
665
667
|
var SvgAlarmBell = function SvgAlarmBell(props) {
|
|
666
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
668
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1x({
|
|
667
669
|
xmlns: "http://www.w3.org/2000/svg",
|
|
668
670
|
fill: "currentColor",
|
|
669
671
|
width: 24,
|
|
670
672
|
height: 24
|
|
671
|
-
}, props), _path$
|
|
673
|
+
}, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
|
|
672
674
|
fillRule: "evenodd",
|
|
673
675
|
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",
|
|
674
676
|
clipRule: "evenodd"
|
|
675
677
|
})));
|
|
676
678
|
};
|
|
677
679
|
|
|
678
|
-
var _path$
|
|
679
|
-
function _extends$
|
|
680
|
+
var _path$L;
|
|
681
|
+
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); }
|
|
680
682
|
var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
681
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
683
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1w({
|
|
682
684
|
xmlns: "http://www.w3.org/2000/svg",
|
|
683
685
|
fill: "currentColor",
|
|
684
686
|
width: 24,
|
|
685
687
|
height: 24
|
|
686
|
-
}, props), _path$
|
|
688
|
+
}, props), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
|
|
687
689
|
fillRule: "evenodd",
|
|
688
690
|
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",
|
|
689
691
|
clipRule: "evenodd"
|
|
@@ -691,9 +693,9 @@ var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
|
691
693
|
};
|
|
692
694
|
|
|
693
695
|
var _g$M, _defs$M;
|
|
694
|
-
function _extends$
|
|
696
|
+
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); }
|
|
695
697
|
var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
696
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
698
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1v({
|
|
697
699
|
xmlns: "http://www.w3.org/2000/svg",
|
|
698
700
|
fill: "currentColor",
|
|
699
701
|
width: 24,
|
|
@@ -711,60 +713,60 @@ var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
|
711
713
|
})))));
|
|
712
714
|
};
|
|
713
715
|
|
|
714
|
-
var _path$
|
|
715
|
-
function _extends$
|
|
716
|
+
var _path$K;
|
|
717
|
+
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); }
|
|
716
718
|
var SvgArrowTopRight = function SvgArrowTopRight(props) {
|
|
717
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
719
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1u({
|
|
718
720
|
xmlns: "http://www.w3.org/2000/svg",
|
|
719
721
|
fill: "currentColor",
|
|
720
722
|
width: 24,
|
|
721
723
|
height: 24
|
|
722
|
-
}, props), _path$
|
|
724
|
+
}, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
|
|
723
725
|
fillRule: "evenodd",
|
|
724
726
|
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",
|
|
725
727
|
clipRule: "evenodd"
|
|
726
728
|
})));
|
|
727
729
|
};
|
|
728
730
|
|
|
729
|
-
var _path$
|
|
730
|
-
function _extends$
|
|
731
|
+
var _path$J;
|
|
732
|
+
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); }
|
|
731
733
|
var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
732
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
734
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1t({
|
|
733
735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
734
736
|
fill: "currentColor",
|
|
735
737
|
width: 24,
|
|
736
738
|
height: 24
|
|
737
|
-
}, props), _path$
|
|
739
|
+
}, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
|
|
738
740
|
fillRule: "evenodd",
|
|
739
741
|
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",
|
|
740
742
|
clipRule: "evenodd"
|
|
741
743
|
})));
|
|
742
744
|
};
|
|
743
745
|
|
|
744
|
-
var _path$
|
|
745
|
-
function _extends$
|
|
746
|
+
var _path$I;
|
|
747
|
+
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); }
|
|
746
748
|
var SvgBashCircle = function SvgBashCircle(props) {
|
|
747
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
749
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1s({
|
|
748
750
|
xmlns: "http://www.w3.org/2000/svg",
|
|
749
751
|
fill: "currentColor",
|
|
750
752
|
width: 24,
|
|
751
753
|
height: 24
|
|
752
|
-
}, props), _path$
|
|
754
|
+
}, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
753
755
|
fillRule: "evenodd",
|
|
754
756
|
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",
|
|
755
757
|
clipRule: "evenodd"
|
|
756
758
|
})));
|
|
757
759
|
};
|
|
758
760
|
|
|
759
|
-
var _path$
|
|
760
|
-
function _extends$
|
|
761
|
+
var _path$H;
|
|
762
|
+
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); }
|
|
761
763
|
var SvgBin = function SvgBin(props) {
|
|
762
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
764
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1r({
|
|
763
765
|
xmlns: "http://www.w3.org/2000/svg",
|
|
764
766
|
fill: "currentColor",
|
|
765
767
|
width: 24,
|
|
766
768
|
height: 24
|
|
767
|
-
}, props), _path$
|
|
769
|
+
}, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
768
770
|
fillRule: "evenodd",
|
|
769
771
|
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",
|
|
770
772
|
clipRule: "evenodd"
|
|
@@ -772,9 +774,9 @@ var SvgBin = function SvgBin(props) {
|
|
|
772
774
|
};
|
|
773
775
|
|
|
774
776
|
var _g$L, _defs$L;
|
|
775
|
-
function _extends$
|
|
777
|
+
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); }
|
|
776
778
|
var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
777
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
779
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1q({
|
|
778
780
|
xmlns: "http://www.w3.org/2000/svg",
|
|
779
781
|
fill: "currentColor",
|
|
780
782
|
width: 24,
|
|
@@ -793,9 +795,9 @@ var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
|
793
795
|
};
|
|
794
796
|
|
|
795
797
|
var _g$K, _defs$K;
|
|
796
|
-
function _extends$
|
|
798
|
+
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); }
|
|
797
799
|
var SvgBlocked = function SvgBlocked(props) {
|
|
798
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
800
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1p({
|
|
799
801
|
xmlns: "http://www.w3.org/2000/svg",
|
|
800
802
|
fill: "currentColor",
|
|
801
803
|
width: 24,
|
|
@@ -814,9 +816,9 @@ var SvgBlocked = function SvgBlocked(props) {
|
|
|
814
816
|
};
|
|
815
817
|
|
|
816
818
|
var _g$J, _defs$J;
|
|
817
|
-
function _extends$
|
|
819
|
+
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); }
|
|
818
820
|
var SvgBoxes = function SvgBoxes(props) {
|
|
819
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
821
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1o({
|
|
820
822
|
xmlns: "http://www.w3.org/2000/svg",
|
|
821
823
|
fill: "currentColor",
|
|
822
824
|
width: 24,
|
|
@@ -835,9 +837,9 @@ var SvgBoxes = function SvgBoxes(props) {
|
|
|
835
837
|
};
|
|
836
838
|
|
|
837
839
|
var _g$I, _defs$I;
|
|
838
|
-
function _extends$
|
|
840
|
+
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); }
|
|
839
841
|
var SvgCalendar = function SvgCalendar(props) {
|
|
840
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
842
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1n({
|
|
841
843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
842
844
|
fill: "currentColor",
|
|
843
845
|
width: 24,
|
|
@@ -856,9 +858,9 @@ var SvgCalendar = function SvgCalendar(props) {
|
|
|
856
858
|
};
|
|
857
859
|
|
|
858
860
|
var _g$H, _defs$H;
|
|
859
|
-
function _extends$
|
|
861
|
+
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); }
|
|
860
862
|
var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
861
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
863
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1m({
|
|
862
864
|
xmlns: "http://www.w3.org/2000/svg",
|
|
863
865
|
fill: "currentColor",
|
|
864
866
|
width: 24,
|
|
@@ -876,45 +878,45 @@ var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
|
876
878
|
})))));
|
|
877
879
|
};
|
|
878
880
|
|
|
879
|
-
var _path$
|
|
880
|
-
function _extends$
|
|
881
|
+
var _path$G;
|
|
882
|
+
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); }
|
|
881
883
|
var SvgChecklist = function SvgChecklist(props) {
|
|
882
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
884
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1l({
|
|
883
885
|
xmlns: "http://www.w3.org/2000/svg",
|
|
884
886
|
fill: "currentColor",
|
|
885
887
|
width: 24,
|
|
886
888
|
height: 24
|
|
887
|
-
}, props), _path$
|
|
889
|
+
}, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
888
890
|
fillRule: "evenodd",
|
|
889
891
|
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",
|
|
890
892
|
clipRule: "evenodd"
|
|
891
893
|
})));
|
|
892
894
|
};
|
|
893
895
|
|
|
894
|
-
var _path$
|
|
895
|
-
function _extends$
|
|
896
|
+
var _path$F;
|
|
897
|
+
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); }
|
|
896
898
|
var SvgCheckmark = function SvgCheckmark(props) {
|
|
897
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
899
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1k({
|
|
898
900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
899
901
|
fill: "currentColor",
|
|
900
902
|
width: 24,
|
|
901
903
|
height: 24
|
|
902
|
-
}, props), _path$
|
|
904
|
+
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
903
905
|
fillRule: "evenodd",
|
|
904
906
|
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",
|
|
905
907
|
clipRule: "evenodd"
|
|
906
908
|
})));
|
|
907
909
|
};
|
|
908
910
|
|
|
909
|
-
var _path$
|
|
910
|
-
function _extends$
|
|
911
|
+
var _path$E;
|
|
912
|
+
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); }
|
|
911
913
|
var SvgClose = function SvgClose(props) {
|
|
912
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
914
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1j({
|
|
913
915
|
xmlns: "http://www.w3.org/2000/svg",
|
|
914
916
|
fill: "currentColor",
|
|
915
917
|
width: 24,
|
|
916
918
|
height: 24
|
|
917
|
-
}, props), _path$
|
|
919
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
918
920
|
fillRule: "evenodd",
|
|
919
921
|
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",
|
|
920
922
|
clipRule: "evenodd"
|
|
@@ -922,9 +924,9 @@ var SvgClose = function SvgClose(props) {
|
|
|
922
924
|
};
|
|
923
925
|
|
|
924
926
|
var _g$G, _defs$G;
|
|
925
|
-
function _extends$
|
|
927
|
+
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); }
|
|
926
928
|
var SvgCloseCircle = function SvgCloseCircle(props) {
|
|
927
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
929
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1i({
|
|
928
930
|
xmlns: "http://www.w3.org/2000/svg",
|
|
929
931
|
fill: "currentColor",
|
|
930
932
|
width: 24,
|
|
@@ -943,9 +945,9 @@ var SvgCloseCircle = function SvgCloseCircle(props) {
|
|
|
943
945
|
};
|
|
944
946
|
|
|
945
947
|
var _g$F, _defs$F;
|
|
946
|
-
function _extends$
|
|
948
|
+
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); }
|
|
947
949
|
var SvgCoin = function SvgCoin(props) {
|
|
948
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
950
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1h({
|
|
949
951
|
xmlns: "http://www.w3.org/2000/svg",
|
|
950
952
|
fill: "currentColor",
|
|
951
953
|
width: 24,
|
|
@@ -964,9 +966,9 @@ var SvgCoin = function SvgCoin(props) {
|
|
|
964
966
|
};
|
|
965
967
|
|
|
966
968
|
var _g$E, _defs$E;
|
|
967
|
-
function _extends$
|
|
969
|
+
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); }
|
|
968
970
|
var SvgCopy = function SvgCopy(props) {
|
|
969
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
971
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1g({
|
|
970
972
|
xmlns: "http://www.w3.org/2000/svg",
|
|
971
973
|
fill: "currentColor",
|
|
972
974
|
width: 24,
|
|
@@ -985,9 +987,9 @@ var SvgCopy = function SvgCopy(props) {
|
|
|
985
987
|
};
|
|
986
988
|
|
|
987
989
|
var _g$D, _defs$D;
|
|
988
|
-
function _extends$
|
|
990
|
+
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); }
|
|
989
991
|
var SvgCredit = function SvgCredit(props) {
|
|
990
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
992
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1f({
|
|
991
993
|
xmlns: "http://www.w3.org/2000/svg",
|
|
992
994
|
fill: "currentColor",
|
|
993
995
|
width: 24,
|
|
@@ -1006,9 +1008,9 @@ var SvgCredit = function SvgCredit(props) {
|
|
|
1006
1008
|
};
|
|
1007
1009
|
|
|
1008
1010
|
var _g$C, _defs$C;
|
|
1009
|
-
function _extends$
|
|
1011
|
+
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); }
|
|
1010
1012
|
var SvgModule = function SvgModule(props) {
|
|
1011
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1013
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1e({
|
|
1012
1014
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1013
1015
|
fill: "currentColor",
|
|
1014
1016
|
width: 24,
|
|
@@ -1026,45 +1028,45 @@ var SvgModule = function SvgModule(props) {
|
|
|
1026
1028
|
})))));
|
|
1027
1029
|
};
|
|
1028
1030
|
|
|
1029
|
-
var _path$
|
|
1030
|
-
function _extends$
|
|
1031
|
+
var _path$D;
|
|
1032
|
+
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); }
|
|
1031
1033
|
var SvgDashboard = function SvgDashboard(props) {
|
|
1032
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1034
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1d({
|
|
1033
1035
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1034
1036
|
fill: "currentColor",
|
|
1035
1037
|
width: 24,
|
|
1036
1038
|
height: 24
|
|
1037
|
-
}, props), _path$
|
|
1039
|
+
}, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
1038
1040
|
fillRule: "evenodd",
|
|
1039
1041
|
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",
|
|
1040
1042
|
clipRule: "evenodd"
|
|
1041
1043
|
})));
|
|
1042
1044
|
};
|
|
1043
1045
|
|
|
1044
|
-
var _path$
|
|
1045
|
-
function _extends$
|
|
1046
|
+
var _path$C;
|
|
1047
|
+
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); }
|
|
1046
1048
|
var SvgDataTransferVertical = function SvgDataTransferVertical(props) {
|
|
1047
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1049
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1c({
|
|
1048
1050
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1049
1051
|
fill: "currentColor",
|
|
1050
1052
|
width: 24,
|
|
1051
1053
|
height: 24
|
|
1052
|
-
}, props), _path$
|
|
1054
|
+
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
1053
1055
|
fillRule: "evenodd",
|
|
1054
1056
|
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",
|
|
1055
1057
|
clipRule: "evenodd"
|
|
1056
1058
|
})));
|
|
1057
1059
|
};
|
|
1058
1060
|
|
|
1059
|
-
var _path$
|
|
1060
|
-
function _extends$
|
|
1061
|
+
var _path$B;
|
|
1062
|
+
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); }
|
|
1061
1063
|
var SvgDownload = function SvgDownload(props) {
|
|
1062
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1064
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1b({
|
|
1063
1065
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1064
1066
|
fill: "currentColor",
|
|
1065
1067
|
width: 24,
|
|
1066
1068
|
height: 24
|
|
1067
|
-
}, props), _path$
|
|
1069
|
+
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
1068
1070
|
fillRule: "evenodd",
|
|
1069
1071
|
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",
|
|
1070
1072
|
clipRule: "evenodd"
|
|
@@ -1072,9 +1074,9 @@ var SvgDownload = function SvgDownload(props) {
|
|
|
1072
1074
|
};
|
|
1073
1075
|
|
|
1074
1076
|
var _g$B, _defs$B;
|
|
1075
|
-
function _extends$
|
|
1077
|
+
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); }
|
|
1076
1078
|
var SvgExternalLink = function SvgExternalLink(props) {
|
|
1077
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1079
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1a({
|
|
1078
1080
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1079
1081
|
fill: "currentColor",
|
|
1080
1082
|
width: 24,
|
|
@@ -1092,15 +1094,15 @@ var SvgExternalLink = function SvgExternalLink(props) {
|
|
|
1092
1094
|
})))));
|
|
1093
1095
|
};
|
|
1094
1096
|
|
|
1095
|
-
var _path$
|
|
1096
|
-
function _extends$
|
|
1097
|
+
var _path$A;
|
|
1098
|
+
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); }
|
|
1097
1099
|
var SvgImageResolution = function SvgImageResolution(props) {
|
|
1098
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1100
|
+
return /*#__PURE__*/React.createElement("svg", _extends$19({
|
|
1099
1101
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1100
1102
|
fill: "currentColor",
|
|
1101
1103
|
width: 24,
|
|
1102
1104
|
height: 24
|
|
1103
|
-
}, props), _path$
|
|
1105
|
+
}, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
1104
1106
|
fillRule: "evenodd",
|
|
1105
1107
|
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",
|
|
1106
1108
|
clipRule: "evenodd"
|
|
@@ -1108,9 +1110,9 @@ var SvgImageResolution = function SvgImageResolution(props) {
|
|
|
1108
1110
|
};
|
|
1109
1111
|
|
|
1110
1112
|
var _g$A, _defs$A;
|
|
1111
|
-
function _extends$
|
|
1113
|
+
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); }
|
|
1112
1114
|
var SvgInformation = function SvgInformation(props) {
|
|
1113
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1115
|
+
return /*#__PURE__*/React.createElement("svg", _extends$18({
|
|
1114
1116
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1115
1117
|
fill: "currentColor",
|
|
1116
1118
|
width: 24,
|
|
@@ -1128,15 +1130,15 @@ var SvgInformation = function SvgInformation(props) {
|
|
|
1128
1130
|
})))));
|
|
1129
1131
|
};
|
|
1130
1132
|
|
|
1131
|
-
var _path$
|
|
1132
|
-
function _extends$
|
|
1133
|
+
var _path$z;
|
|
1134
|
+
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); }
|
|
1133
1135
|
var SvgInvoice = function SvgInvoice(props) {
|
|
1134
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1136
|
+
return /*#__PURE__*/React.createElement("svg", _extends$17({
|
|
1135
1137
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1136
1138
|
fill: "currentColor",
|
|
1137
1139
|
width: 24,
|
|
1138
1140
|
height: 24
|
|
1139
|
-
}, props), _path$
|
|
1141
|
+
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
1140
1142
|
fillRule: "evenodd",
|
|
1141
1143
|
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",
|
|
1142
1144
|
clipRule: "evenodd"
|
|
@@ -1144,9 +1146,9 @@ var SvgInvoice = function SvgInvoice(props) {
|
|
|
1144
1146
|
};
|
|
1145
1147
|
|
|
1146
1148
|
var _g$z, _defs$z;
|
|
1147
|
-
function _extends$
|
|
1149
|
+
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); }
|
|
1148
1150
|
var SvgLayers = function SvgLayers(props) {
|
|
1149
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1151
|
+
return /*#__PURE__*/React.createElement("svg", _extends$16({
|
|
1150
1152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1151
1153
|
fill: "currentColor",
|
|
1152
1154
|
width: 24,
|
|
@@ -1164,63 +1166,79 @@ var SvgLayers = function SvgLayers(props) {
|
|
|
1164
1166
|
})))));
|
|
1165
1167
|
};
|
|
1166
1168
|
|
|
1167
|
-
var _path$
|
|
1168
|
-
function _extends$
|
|
1169
|
+
var _path$y;
|
|
1170
|
+
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); }
|
|
1169
1171
|
var SvgLibrary = function SvgLibrary(props) {
|
|
1170
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1172
|
+
return /*#__PURE__*/React.createElement("svg", _extends$15({
|
|
1171
1173
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1172
1174
|
fill: "currentColor",
|
|
1173
1175
|
width: 24,
|
|
1174
1176
|
height: 24
|
|
1175
|
-
}, props), _path$
|
|
1177
|
+
}, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
1176
1178
|
fillRule: "evenodd",
|
|
1177
1179
|
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",
|
|
1178
1180
|
clipRule: "evenodd"
|
|
1179
1181
|
})));
|
|
1180
1182
|
};
|
|
1181
1183
|
|
|
1182
|
-
var _path$
|
|
1183
|
-
function _extends$
|
|
1184
|
+
var _path$x;
|
|
1185
|
+
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); }
|
|
1184
1186
|
var SvgLock = function SvgLock(props) {
|
|
1185
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1187
|
+
return /*#__PURE__*/React.createElement("svg", _extends$14({
|
|
1186
1188
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1187
1189
|
fill: "currentColor",
|
|
1188
1190
|
width: 24,
|
|
1189
1191
|
height: 24
|
|
1190
|
-
}, props), _path$
|
|
1192
|
+
}, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
1191
1193
|
fillRule: "evenodd",
|
|
1192
1194
|
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",
|
|
1193
1195
|
clipRule: "evenodd"
|
|
1194
1196
|
})));
|
|
1195
1197
|
};
|
|
1196
1198
|
|
|
1197
|
-
var _path$
|
|
1198
|
-
function _extends$
|
|
1199
|
+
var _path$w;
|
|
1200
|
+
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); }
|
|
1199
1201
|
var SvgLogo = function SvgLogo(props) {
|
|
1200
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1202
|
+
return /*#__PURE__*/React.createElement("svg", _extends$13({
|
|
1201
1203
|
viewBox: "0 0 88 40",
|
|
1202
1204
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1203
|
-
}, props), _path$
|
|
1205
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
1204
1206
|
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",
|
|
1205
1207
|
fill: "currentColor"
|
|
1206
1208
|
})));
|
|
1207
1209
|
};
|
|
1208
1210
|
|
|
1209
|
-
var _path$
|
|
1210
|
-
function _extends$
|
|
1211
|
+
var _path$v;
|
|
1212
|
+
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); }
|
|
1211
1213
|
var SvgMap = function SvgMap(props) {
|
|
1212
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1214
|
+
return /*#__PURE__*/React.createElement("svg", _extends$12({
|
|
1213
1215
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1214
1216
|
fill: "currentColor",
|
|
1215
1217
|
width: 24,
|
|
1216
1218
|
height: 24
|
|
1217
|
-
}, props), _path$
|
|
1219
|
+
}, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
1218
1220
|
fillRule: "evenodd",
|
|
1219
1221
|
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",
|
|
1220
1222
|
clipRule: "evenodd"
|
|
1221
1223
|
})));
|
|
1222
1224
|
};
|
|
1223
1225
|
|
|
1226
|
+
var _path$u;
|
|
1227
|
+
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); }
|
|
1228
|
+
var SvgMapPin = function SvgMapPin(props) {
|
|
1229
|
+
return /*#__PURE__*/React.createElement("svg", _extends$11({
|
|
1230
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1231
|
+
width: 24,
|
|
1232
|
+
height: 24,
|
|
1233
|
+
fill: "none"
|
|
1234
|
+
}, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
1235
|
+
fill: "#262A59",
|
|
1236
|
+
fillRule: "evenodd",
|
|
1237
|
+
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",
|
|
1238
|
+
clipRule: "evenodd"
|
|
1239
|
+
})));
|
|
1240
|
+
};
|
|
1241
|
+
|
|
1224
1242
|
var _g$y, _defs$y;
|
|
1225
1243
|
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); }
|
|
1226
1244
|
var SvgShop = function SvgShop(props) {
|
|
@@ -2416,7 +2434,7 @@ var SvgOpenEyeVisibility = function SvgOpenEyeVisibility(props) {
|
|
|
2416
2434
|
|
|
2417
2435
|
declare const icons_ContentCopy: typeof ContentCopy;
|
|
2418
2436
|
declare namespace icons {
|
|
2419
|
-
export { SvgAccessTimeClock as AccessTime, SvgAdd as Add, SvgAlarmBell as AlarmBell, SvgAppWindowCode as AppWindowCode, SvgArrowLeftBack as ArrowBack, SvgChevronLeftBack as ArrowBackIos, SvgArrowCircleDown as ArrowCircleDown, SvgArrowDown as ArrowDownward, SvgArrowRightForward as ArrowForward, SvgArrowTopRight as ArrowTopRight, SvgArrowUp as ArrowUpward, SvgAssignmentCircle as Assignment, SvgBookFlipPageDocumentation as AutoStoriesOutlined, SvgBalanceScale as Balance, SvgBashCircle as Bash, 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, SvgQuestionContactSupportBubble as ContactSupportOutlined, icons_ContentCopy as ContentCopy, SvgScissorsCut as ContentCut, SvgCopyPaste as ContentPaste, SvgCopy as Copy, SvgCredit as Credit, SvgModule as CustomBlocks, SvgDashboard as Dashboard, SvgDataTransferVertical as DataTransferVertical, SvgDottedLines as DottedLines, SvgDownload as Download, SvgExternalLink as ExternalLink, SvgImageResolution as ImageResolution, SvgInformationCircle as InfoOutlined, SvgInformation as Information, 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, SvgShop as Marketplace, SvgMegaphone as Megaphone, 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 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, SvgViewOff as ViewOff, SvgViewOn as ViewOn, SvgCloseEyeVisibility as VisibilityOffOutlined, SvgOpenEyeVisibility as VisibilityOutlined, SvgWeatherCloud as WeatherCloud, SvgWebhooks as Webhooks, SvgWorkflow as Workflow, SvgWorkflowPencil as WorkflowPencil };
|
|
2437
|
+
export { SvgAccessTimeClock as AccessTime, SvgAdd as Add, SvgAlarmBell as AlarmBell, SvgAppWindowCode as AppWindowCode, SvgArrowLeftBack as ArrowBack, SvgChevronLeftBack as ArrowBackIos, SvgArrowCircleDown as ArrowCircleDown, SvgArrowDown as ArrowDownward, SvgArrowRightForward as ArrowForward, SvgArrowTopRight as ArrowTopRight, SvgArrowUp as ArrowUpward, SvgAssignmentCircle as Assignment, SvgBookFlipPageDocumentation as AutoStoriesOutlined, SvgBalanceScale as Balance, SvgBashCircle as Bash, 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, SvgQuestionContactSupportBubble as ContactSupportOutlined, icons_ContentCopy as ContentCopy, SvgScissorsCut as ContentCut, SvgCopyPaste as ContentPaste, SvgCopy as Copy, SvgCredit as Credit, SvgModule as CustomBlocks, SvgDashboard as Dashboard, SvgDataTransferVertical as DataTransferVertical, SvgDottedLines as DottedLines, SvgDownload as Download, SvgExternalLink as ExternalLink, SvgImageResolution as ImageResolution, SvgInformationCircle as InfoOutlined, SvgInformation as Information, 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, SvgMegaphone as Megaphone, 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 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, SvgViewOff as ViewOff, SvgViewOn as ViewOn, SvgCloseEyeVisibility as VisibilityOffOutlined, SvgOpenEyeVisibility as VisibilityOutlined, SvgWeatherCloud as WeatherCloud, SvgWebhooks as Webhooks, SvgWorkflow as Workflow, SvgWorkflowPencil as WorkflowPencil };
|
|
2420
2438
|
}
|
|
2421
2439
|
|
|
2422
2440
|
declare type IconProps = {
|