@up42/up-components 0.9.3 → 0.9.5
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 +1 -1
- package/dist/cjs/types/global/icons/index.d.ts +21 -21
- package/dist/esm/index.js +1 -1
- package/dist/esm/types/global/icons/index.d.ts +21 -21
- package/dist/index.d.ts +385 -389
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11,31 +11,31 @@ import * as _mui_material_OverridableComponent from '@mui/material/OverridableCo
|
|
|
11
11
|
import * as _mui_material_Typography from '@mui/material/Typography';
|
|
12
12
|
import { TypographyProps as TypographyProps$1 } from '@mui/material/Typography';
|
|
13
13
|
import * as _mui_system from '@mui/system';
|
|
14
|
-
import
|
|
14
|
+
import ArrowBack from '@mui/icons-material/ArrowBack';
|
|
15
15
|
import ArrowDownward from '@mui/icons-material/ArrowDownward';
|
|
16
|
-
import ArrowUpward from '@mui/icons-material/ArrowUpward';
|
|
17
16
|
import ArrowForward from '@mui/icons-material/ArrowForward';
|
|
18
|
-
import
|
|
17
|
+
import ArrowUpward from '@mui/icons-material/ArrowUpward';
|
|
19
18
|
import AutoStoriesOutlined from '@mui/icons-material/AutoStoriesOutlined';
|
|
19
|
+
import Balance from '@mui/icons-material/Balance';
|
|
20
|
+
import Brightness1 from '@mui/icons-material/Brightness1';
|
|
20
21
|
import CampaignOutlined from '@mui/icons-material/CampaignOutlined';
|
|
22
|
+
import Cloud from '@mui/icons-material/Cloud';
|
|
21
23
|
import ContactSupportOutlined from '@mui/icons-material/ContactSupportOutlined';
|
|
22
|
-
import LightbulbOutlined from '@mui/icons-material/LightbulbOutlined';
|
|
23
|
-
import ShoppingCartOutlined from '@mui/icons-material/ShoppingCartOutlined';
|
|
24
|
-
import QuestionMark from '@mui/icons-material/QuestionMark';
|
|
25
|
-
import MoreHoriz from '@mui/icons-material/MoreHoriz';
|
|
26
|
-
import InfoOutlined from '@mui/icons-material/InfoOutlined';
|
|
27
|
-
import Person from '@mui/icons-material/Person';
|
|
28
|
-
import VisibilityOutlined from '@mui/icons-material/VisibilityOutlined';
|
|
29
|
-
import VisibilityOffOutlined from '@mui/icons-material/VisibilityOffOutlined';
|
|
30
|
-
import ContentCut from '@mui/icons-material/ContentCut';
|
|
31
24
|
import ContentCopy from '@mui/icons-material/ContentCopy';
|
|
25
|
+
import ContentCut from '@mui/icons-material/ContentCut';
|
|
32
26
|
import ContentPaste from '@mui/icons-material/ContentPaste';
|
|
33
|
-
import
|
|
34
|
-
import KeyboardArrowUp from '@mui/icons-material/KeyboardArrowUp';
|
|
27
|
+
import InfoOutlined from '@mui/icons-material/InfoOutlined';
|
|
35
28
|
import KeyboardArrowDown from '@mui/icons-material/KeyboardArrowDown';
|
|
36
29
|
import KeyboardArrowLeft from '@mui/icons-material/KeyboardArrowLeft';
|
|
37
30
|
import KeyboardArrowRight from '@mui/icons-material/KeyboardArrowRight';
|
|
38
|
-
import
|
|
31
|
+
import KeyboardArrowUp from '@mui/icons-material/KeyboardArrowUp';
|
|
32
|
+
import LightbulbOutlined from '@mui/icons-material/LightbulbOutlined';
|
|
33
|
+
import MoreHoriz from '@mui/icons-material/MoreHoriz';
|
|
34
|
+
import Person from '@mui/icons-material/Person';
|
|
35
|
+
import QuestionMark from '@mui/icons-material/QuestionMark';
|
|
36
|
+
import ShoppingCartOutlined from '@mui/icons-material/ShoppingCartOutlined';
|
|
37
|
+
import VisibilityOffOutlined from '@mui/icons-material/VisibilityOffOutlined';
|
|
38
|
+
import VisibilityOutlined from '@mui/icons-material/VisibilityOutlined';
|
|
39
39
|
import { TableProps as TableProps$1 } from '@mui/material/Table';
|
|
40
40
|
import { TableBodyProps as TableBodyProps$1 } from '@mui/material/TableBody';
|
|
41
41
|
import { TableCellProps as TableCellProps$1 } from '@mui/material/TableCell';
|
|
@@ -564,17 +564,38 @@ declare type LoadingProps = {
|
|
|
564
564
|
*/
|
|
565
565
|
declare const Loading: ({ fullPage, visible, ...rest }: LoadingProps) => JSX.Element | null;
|
|
566
566
|
|
|
567
|
-
var
|
|
567
|
+
var _g$d, _defs$b;
|
|
568
568
|
|
|
569
569
|
function _extends$R() { _extends$R = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
570
570
|
|
|
571
|
-
var
|
|
571
|
+
var SvgAlarmBell = function SvgAlarmBell(props) {
|
|
572
572
|
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
573
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
574
|
+
fill: "none",
|
|
575
|
+
viewBox: "0 0 16 16"
|
|
576
|
+
}, props), _g$d || (_g$d = /*#__PURE__*/React.createElement("g", {
|
|
577
|
+
fill: "currentColor",
|
|
578
|
+
clipPath: "url(#alarm-bell_svg__a)"
|
|
579
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
580
|
+
d: "M7.993 16a1.89 1.89 0 0 1-1.812-1.359.5.5 0 0 1 .96-.282.89.89 0 0 0 1.71.001.503.503 0 0 1 .62-.34.5.5 0 0 1 .339.621 1.894 1.894 0 0 1-1.817 1.36Zm-5.999-3a.498.498 0 0 1-.394-.808c.004-.005.894-1.292.894-5.191a5.491 5.491 0 0 1 5-5.478V.501a.5.5 0 0 1 1 0v1.022c2.823.254 5 2.616 5 5.478 0 4.202.83 5.124.839 5.132a.504.504 0 0 1-.339.868h-12Zm11.14-1c-.321-.82-.64-2.313-.64-5 0-2.48-2.02-4.5-4.5-4.5a4.505 4.505 0 0 0-4.5 4.5c0 2.639-.387 4.185-.698 5h10.338Z"
|
|
581
|
+
}))), _defs$b || (_defs$b = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
582
|
+
id: "alarm-bell_svg__a"
|
|
583
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
584
|
+
d: "M0 0h16v16H0z"
|
|
585
|
+
})))));
|
|
586
|
+
};
|
|
587
|
+
|
|
588
|
+
var _path$D, _path2$m;
|
|
589
|
+
|
|
590
|
+
function _extends$Q() { _extends$Q = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
591
|
+
|
|
592
|
+
var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
593
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
573
594
|
width: 32,
|
|
574
595
|
height: 32,
|
|
575
596
|
fill: "none",
|
|
576
597
|
xmlns: "http://www.w3.org/2000/svg"
|
|
577
|
-
}, props), _path$
|
|
598
|
+
}, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
578
599
|
d: "M4.013 30.004c-1.654 0-3-1.345-3-3v-22c0-1.655 1.346-3 3-3h24c1.655 0 3 1.345 3 3v22c0 1.655-1.345 3-3 3h-24Zm-1-3a1 1 0 0 0 1 1h24a1 1 0 0 0 1-1v-17h-26v17Zm26-19v-3a1 1 0 0 0-1-1h-24a1 1 0 0 0-1 1v3h26Z",
|
|
579
600
|
fill: "currentColor"
|
|
580
601
|
})), _path2$m || (_path2$m = /*#__PURE__*/React.createElement("path", {
|
|
@@ -583,12 +604,12 @@ var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
|
583
604
|
})));
|
|
584
605
|
};
|
|
585
606
|
|
|
586
|
-
var _rect$4, _g$
|
|
607
|
+
var _rect$4, _g$c, _defs$a;
|
|
587
608
|
|
|
588
|
-
function _extends$
|
|
609
|
+
function _extends$P() { _extends$P = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
589
610
|
|
|
590
611
|
var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
591
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
612
|
+
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
592
613
|
width: 32,
|
|
593
614
|
height: 32,
|
|
594
615
|
fill: "none",
|
|
@@ -598,7 +619,7 @@ var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
|
598
619
|
height: 32,
|
|
599
620
|
rx: 16,
|
|
600
621
|
fill: "currentColor"
|
|
601
|
-
})), _g$
|
|
622
|
+
})), _g$c || (_g$c = /*#__PURE__*/React.createElement("g", {
|
|
602
623
|
clipPath: "url(#assignment-circle_svg__a)",
|
|
603
624
|
fill: "#fff"
|
|
604
625
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -607,7 +628,7 @@ var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
|
607
628
|
d: "M11 24.007c-.827 0-1.5-.672-1.5-1.5v-10.5c0-.827.673-1.5 1.5-1.5h2.042A3.024 3.024 0 0 1 16 8.007c1.46 0 2.717 1.081 2.958 2.5H21c.827 0 1.5.673 1.5 1.5v10.5c0 .828-.673 1.5-1.5 1.5H11Zm0-12.5a.5.5 0 0 0-.5.5v10.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10.5a.5.5 0 0 0-.5-.5h-2.5a.5.5 0 0 1-.5-.5c0-1.102-.897-2-2-2s-2 .898-2 2a.5.5 0 0 1-.5.5H11Z"
|
|
608
629
|
}), /*#__PURE__*/React.createElement("path", {
|
|
609
630
|
d: "M16 11.507a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z"
|
|
610
|
-
}))), _defs$
|
|
631
|
+
}))), _defs$a || (_defs$a = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
611
632
|
id: "assignment-circle_svg__a"
|
|
612
633
|
}, /*#__PURE__*/React.createElement("path", {
|
|
613
634
|
fill: "#fff",
|
|
@@ -616,12 +637,12 @@ var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
|
616
637
|
})))));
|
|
617
638
|
};
|
|
618
639
|
|
|
619
|
-
var _rect$3, _path$
|
|
640
|
+
var _rect$3, _path$C, _path2$l, _path3$2;
|
|
620
641
|
|
|
621
|
-
function _extends$
|
|
642
|
+
function _extends$O() { _extends$O = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
622
643
|
|
|
623
644
|
var SvgBashCircle = function SvgBashCircle(props) {
|
|
624
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
645
|
+
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
625
646
|
width: 32,
|
|
626
647
|
height: 32,
|
|
627
648
|
fill: "none",
|
|
@@ -631,7 +652,7 @@ var SvgBashCircle = function SvgBashCircle(props) {
|
|
|
631
652
|
height: 32,
|
|
632
653
|
rx: 16,
|
|
633
654
|
fill: "currentColor"
|
|
634
|
-
})), _path$
|
|
655
|
+
})), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
635
656
|
d: "M9.5 22.667c-.827 0-1.5-.673-1.5-1.5V10.243a1.584 1.584 0 0 1 1.575-1.576H22.43A1.579 1.579 0 0 1 24 10.237V21.09a1.584 1.584 0 0 1-1.575 1.577H9.5Zm.077-13a.581.581 0 0 0-.577.578v10.922a.5.5 0 0 0 .5.5h12.923a.58.58 0 0 0 .577-.578v-10.85a.575.575 0 0 0-.573-.572H9.577Z",
|
|
636
657
|
fill: "#fff"
|
|
637
658
|
})), _path2$l || (_path2$l = /*#__PURE__*/React.createElement("path", {
|
|
@@ -643,43 +664,24 @@ var SvgBashCircle = function SvgBashCircle(props) {
|
|
|
643
664
|
})));
|
|
644
665
|
};
|
|
645
666
|
|
|
646
|
-
var _path$
|
|
667
|
+
var _path$B, _path2$k;
|
|
647
668
|
|
|
648
|
-
function _extends$
|
|
669
|
+
function _extends$N() { _extends$N = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
649
670
|
|
|
650
671
|
var SvgBin = function SvgBin(props) {
|
|
651
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
672
|
+
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
652
673
|
width: 14,
|
|
653
674
|
height: 14,
|
|
654
675
|
fill: "currentColor",
|
|
655
676
|
xmlns: "http://www.w3.org/2000/svg"
|
|
656
|
-
}, props), _path$
|
|
677
|
+
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
657
678
|
d: "M5.5 10.5A.5.5 0 0 1 5 10V6a.5.5 0 0 1 1 0v4a.5.5 0 0 1-.5.5ZM8.5 10.5A.5.5 0 0 1 8 10V6a.5.5 0 0 1 1 0v4a.5.5 0 0 1-.5.5Z"
|
|
658
679
|
})), _path2$k || (_path2$k = /*#__PURE__*/React.createElement("path", {
|
|
659
680
|
d: "M3.5 13.5c-.827 0-1.5-.673-1.5-1.5V3.5H.5a.5.5 0 0 1 0-1H4V2C4 1.173 4.673.5 5.5.5h3C9.327.5 10 1.173 10 2v.5h3.5a.5.5 0 0 1 0 1H12V12c0 .827-.673 1.5-1.5 1.5h-7ZM3 12a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V3.5H3V12Zm6-9.5V2a.5.5 0 0 0-.5-.5h-3A.5.5 0 0 0 5 2v.5h4Z"
|
|
660
681
|
})));
|
|
661
682
|
};
|
|
662
683
|
|
|
663
|
-
var
|
|
664
|
-
|
|
665
|
-
function _extends$N() { _extends$N = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
666
|
-
|
|
667
|
-
var SvgBlocked = function SvgBlocked(props) {
|
|
668
|
-
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
669
|
-
width: 16,
|
|
670
|
-
height: 16,
|
|
671
|
-
fill: "none",
|
|
672
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
673
|
-
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
674
|
-
d: "M5 8.5a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1H5Z",
|
|
675
|
-
fill: "currentColor"
|
|
676
|
-
})), _path2$j || (_path2$j = /*#__PURE__*/React.createElement("path", {
|
|
677
|
-
d: "M8 16c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8ZM8 1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7Z",
|
|
678
|
-
fill: "currentColor"
|
|
679
|
-
})));
|
|
680
|
-
};
|
|
681
|
-
|
|
682
|
-
var _rect$2, _g$d, _defs$b;
|
|
684
|
+
var _rect$2, _g$b, _defs$9;
|
|
683
685
|
|
|
684
686
|
function _extends$M() { _extends$M = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
685
687
|
|
|
@@ -694,12 +696,12 @@ var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
|
694
696
|
height: 32,
|
|
695
697
|
rx: 16,
|
|
696
698
|
fill: "currentColor"
|
|
697
|
-
})), _g$
|
|
699
|
+
})), _g$b || (_g$b = /*#__PURE__*/React.createElement("g", {
|
|
698
700
|
clipPath: "url(#block-circle_svg__a)"
|
|
699
701
|
}, /*#__PURE__*/React.createElement("path", {
|
|
700
702
|
d: "M16.001 24c-.309 0-.613-.057-.903-.17l-6.067-2.38A1.677 1.677 0 0 1 8 19.865v-7.74a1.643 1.643 0 0 1 .309-.996 1.694 1.694 0 0 1 .705-.573l6.081-2.385a2.442 2.442 0 0 1 1.808.001l6.066 2.378c.256.11.472.271.648.483a.518.518 0 0 1 .081.107c.206.295.31.639.302.995v7.741a1.662 1.662 0 0 1-1.014 1.567l-6.081 2.386c-.29.114-.594.172-.904.172Zm.499-1.087.04-.015 6.067-2.38a.664.664 0 0 0 .394-.63v-7.764c0-.032-.001-.064-.004-.095L16.5 14.576v8.337H16.5ZM9.003 12.029a.569.569 0 0 0-.003.083v7.764a.678.678 0 0 0 .41.648l6.09 2.388v-8.336L9.003 12.03ZM16 13.7l6.13-2.404-5.593-2.193a1.454 1.454 0 0 0-1.074 0L9.87 11.294 16 13.698Z",
|
|
701
703
|
fill: "#fff"
|
|
702
|
-
}))), _defs$
|
|
704
|
+
}))), _defs$9 || (_defs$9 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
703
705
|
id: "block-circle_svg__a"
|
|
704
706
|
}, /*#__PURE__*/React.createElement("path", {
|
|
705
707
|
fill: "#fff",
|
|
@@ -708,22 +710,41 @@ var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
|
708
710
|
})))));
|
|
709
711
|
};
|
|
710
712
|
|
|
711
|
-
var
|
|
713
|
+
var _path$A, _path2$j;
|
|
712
714
|
|
|
713
715
|
function _extends$L() { _extends$L = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
714
716
|
|
|
715
|
-
var
|
|
717
|
+
var SvgBlocked = function SvgBlocked(props) {
|
|
716
718
|
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
719
|
+
width: 16,
|
|
720
|
+
height: 16,
|
|
721
|
+
fill: "none",
|
|
722
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
723
|
+
}, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
724
|
+
d: "M5 8.5a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1H5Z",
|
|
725
|
+
fill: "currentColor"
|
|
726
|
+
})), _path2$j || (_path2$j = /*#__PURE__*/React.createElement("path", {
|
|
727
|
+
d: "M8 16c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8ZM8 1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7Z",
|
|
728
|
+
fill: "currentColor"
|
|
729
|
+
})));
|
|
730
|
+
};
|
|
731
|
+
|
|
732
|
+
var _g$a, _defs$8;
|
|
733
|
+
|
|
734
|
+
function _extends$K() { _extends$K = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
735
|
+
|
|
736
|
+
var SvgBoxes = function SvgBoxes(props) {
|
|
737
|
+
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
717
738
|
fill: "currentColor",
|
|
718
739
|
xmlns: "http://www.w3.org/2000/svg",
|
|
719
740
|
viewBox: "0 0 17 17"
|
|
720
|
-
}, props), _g$
|
|
741
|
+
}, props), _g$a || (_g$a = /*#__PURE__*/React.createElement("g", {
|
|
721
742
|
clipPath: "url(#boxes_svg__a)"
|
|
722
743
|
}, /*#__PURE__*/React.createElement("path", {
|
|
723
744
|
d: "M6.5 8.058c-.827 0-1.5-.673-1.5-1.5v-4c0-.828.673-1.5 1.5-1.5h4c.827 0 1.5.672 1.5 1.5v4c0 .827-.673 1.5-1.5 1.5h-4Zm0-6a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-4Zm-4 14c-.827 0-1.5-.673-1.5-1.5v-4c0-.828.673-1.5 1.5-1.5h4c.827 0 1.5.672 1.5 1.5v4c0 .827-.673 1.5-1.5 1.5h-4Zm0-6a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-4Zm8 6c-.827 0-1.5-.673-1.5-1.5v-4c0-.828.673-1.5 1.5-1.5h4c.827 0 1.5.672 1.5 1.5v4c0 .827-.673 1.5-1.5 1.5h-4Zm0-6a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-4Z"
|
|
724
745
|
}), /*#__PURE__*/React.createElement("path", {
|
|
725
746
|
d: "M8.5 5.308a.478.478 0 0 1-.087-.008.75.75 0 0 1-.655-.655.479.479 0 0 1 0-.175.75.75 0 0 1 .655-.654.478.478 0 0 1 .174 0 .751.751 0 0 1 .656.828.752.752 0 0 1-.743.664Zm-4 8a.75.75 0 0 1-.742-.662.49.49 0 0 1 0-.176.751.751 0 0 1 .828-.655.75.75 0 0 1 .655.655.427.427 0 0 1 .002.175.75.75 0 0 1-.656.655.472.472 0 0 1-.087.008Zm8 0a.75.75 0 0 1-.742-.837.75.75 0 0 1 .83-.655.75.75 0 0 1 .655.83.75.75 0 0 1-.744.662Z"
|
|
726
|
-
}))), _defs$
|
|
747
|
+
}))), _defs$8 || (_defs$8 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
727
748
|
id: "boxes_svg__a"
|
|
728
749
|
}, /*#__PURE__*/React.createElement("path", {
|
|
729
750
|
fill: "#fff",
|
|
@@ -732,16 +753,16 @@ var SvgBoxes = function SvgBoxes(props) {
|
|
|
732
753
|
})))));
|
|
733
754
|
};
|
|
734
755
|
|
|
735
|
-
var _path$
|
|
756
|
+
var _path$z, _path2$i;
|
|
736
757
|
|
|
737
|
-
function _extends$
|
|
758
|
+
function _extends$J() { _extends$J = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
738
759
|
|
|
739
760
|
var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
740
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
761
|
+
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
741
762
|
viewBox: "0 0 24 24",
|
|
742
763
|
fill: "none",
|
|
743
764
|
xmlns: "http://www.w3.org/2000/svg"
|
|
744
|
-
}, props), _path$
|
|
765
|
+
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
745
766
|
d: "M23.25 24a.743.743 0 0 1-.53-.22l-3.293-3.293a5.99 5.99 0 0 1-3.677 1.263c-3.308 0-6-2.692-6-6s2.692-6 6-6 6 2.692 6 6a5.992 5.992 0 0 1-1.263 3.677l3.293 3.293a.752.752 0 0 1 0 1.061.746.746 0 0 1-.53.219Zm-7.5-12.75a4.505 4.505 0 0 0-4.5 4.5c0 2.481 2.019 4.5 4.5 4.5s4.5-2.019 4.5-4.5-2.019-4.5-4.5-4.5Z",
|
|
746
767
|
fill: "currentColor"
|
|
747
768
|
})), _path2$i || (_path2$i = /*#__PURE__*/React.createElement("path", {
|
|
@@ -750,23 +771,23 @@ var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
|
750
771
|
})));
|
|
751
772
|
};
|
|
752
773
|
|
|
753
|
-
var _g$
|
|
774
|
+
var _g$9, _defs$7;
|
|
754
775
|
|
|
755
|
-
function _extends$
|
|
776
|
+
function _extends$I() { _extends$I = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
756
777
|
|
|
757
778
|
var SvgChecklist = function SvgChecklist(props) {
|
|
758
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
779
|
+
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
759
780
|
fill: "none",
|
|
760
781
|
xmlns: "http://www.w3.org/2000/svg",
|
|
761
782
|
viewBox: "0 0 104 104"
|
|
762
|
-
}, props), _g$
|
|
783
|
+
}, props), _g$9 || (_g$9 = /*#__PURE__*/React.createElement("g", {
|
|
763
784
|
clipPath: "url(#checklist_svg__a)",
|
|
764
785
|
fill: "currentColor"
|
|
765
786
|
}, /*#__PURE__*/React.createElement("path", {
|
|
766
787
|
d: "M46.583 104.048c-4.181 0-7.583-3.402-7.583-7.584v-5.416h-9.75c-5.378 0-9.75-4.373-9.75-9.75v-3.25H9.75c-5.378 0-9.75-4.373-9.75-9.75v-58.5C0 4.42 4.372.048 9.75.048h45.5C60.628.048 65 4.42 65 9.798v3.25h9.75c5.378 0 9.75 4.372 9.75 9.75v3.25h11.917c4.181 0 7.583 3.402 7.583 7.583v62.834c0 4.181-3.402 7.583-7.583 7.583H46.583Zm0-71.5c-.598 0-1.083.485-1.083 1.083v62.834c0 .597.485 1.083 1.083 1.083h49.834c.598 0 1.083-.486 1.083-1.084V33.632c0-.598-.485-1.083-1.083-1.083H46.583Zm-17.333-13a3.251 3.251 0 0 0-3.25 3.25v58.5a3.251 3.251 0 0 0 3.25 3.25H39V33.63c0-4.181 3.402-7.583 7.583-7.583H78v-3.25a3.251 3.251 0 0 0-3.25-3.25h-45.5Zm-19.5-13a3.251 3.251 0 0 0-3.25 3.25v58.5a3.251 3.251 0 0 0 3.25 3.25h9.75v-48.75c0-5.378 4.372-9.75 9.75-9.75H58.5v-3.25a3.251 3.251 0 0 0-3.25-3.25H9.75Z"
|
|
767
788
|
}), /*#__PURE__*/React.createElement("path", {
|
|
768
789
|
d: "M74.75 52.048a3.251 3.251 0 0 1 0-6.5h13a3.251 3.251 0 0 1 0 6.5h-13Zm-16.25 0a3.218 3.218 0 0 1-2.297-.954l-3.25-3.25A3.218 3.218 0 0 1 52 45.548c0-.867.338-1.686.953-2.297a3.218 3.218 0 0 1 2.297-.953 3.22 3.22 0 0 1 2.297.953l.953.954L62.703 40A3.226 3.226 0 0 1 65 39.048a3.22 3.22 0 0 1 2.297.953 3.22 3.22 0 0 1 .953 2.297c0 .866-.338 1.685-.953 2.296l-6.5 6.5a3.218 3.218 0 0 1-2.297.954Zm16.25 19.5a3.251 3.251 0 0 1 0-6.5h13a3.251 3.251 0 0 1 0 6.5h-13Zm-16.25 0a3.218 3.218 0 0 1-2.297-.954l-3.25-3.25a3.259 3.259 0 0 1 0-4.597 3.226 3.226 0 0 1 2.297-.953 3.22 3.22 0 0 1 2.297.953l.953.953 4.203-4.203A3.226 3.226 0 0 1 65 58.544a3.22 3.22 0 0 1 2.297.953 3.259 3.259 0 0 1 0 4.597l-6.5 6.5a3.218 3.218 0 0 1-2.297.954Zm16.25 19.5a3.251 3.251 0 0 1 0-6.5h13a3.251 3.251 0 0 1 0 6.5h-13Zm-16.25 0a3.218 3.218 0 0 1-2.297-.954l-3.25-3.25a3.259 3.259 0 0 1 0-4.597 3.226 3.226 0 0 1 2.297-.954c.867 0 1.686.338 2.297.954l.953.953 4.203-4.203A3.226 3.226 0 0 1 65 78.043c.867 0 1.686.338 2.297.954a3.259 3.259 0 0 1 0 4.597l-6.5 6.5a3.218 3.218 0 0 1-2.297.954Z"
|
|
769
|
-
}))), _defs$
|
|
790
|
+
}))), _defs$7 || (_defs$7 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
770
791
|
id: "checklist_svg__a"
|
|
771
792
|
}, /*#__PURE__*/React.createElement("path", {
|
|
772
793
|
fill: "#fff",
|
|
@@ -774,68 +795,68 @@ var SvgChecklist = function SvgChecklist(props) {
|
|
|
774
795
|
})))));
|
|
775
796
|
};
|
|
776
797
|
|
|
777
|
-
var _path$
|
|
798
|
+
var _path$y;
|
|
778
799
|
|
|
779
|
-
function _extends$
|
|
800
|
+
function _extends$H() { _extends$H = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
780
801
|
|
|
781
802
|
var SvgCheckmark = function SvgCheckmark(props) {
|
|
782
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
803
|
+
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
783
804
|
viewBox: "0 0 12 10",
|
|
784
805
|
xmlns: "http://www.w3.org/2000/svg"
|
|
785
|
-
}, props), _path$
|
|
806
|
+
}, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
786
807
|
d: "m11.936 1.966-1.61-1.61a.236.236 0 0 0-.326 0L4.414 5.939 2 3.524a.236.236 0 0 0-.326 0l-1.61 1.61a.228.228 0 0 0 0 .326l4.184 4.184a.228.228 0 0 0 .327 0l7.356-7.356a.226.226 0 0 0 .005-.322Z"
|
|
787
808
|
})));
|
|
788
809
|
};
|
|
789
810
|
|
|
790
|
-
var _path$
|
|
811
|
+
var _path$x;
|
|
791
812
|
|
|
792
|
-
function _extends$
|
|
813
|
+
function _extends$G() { _extends$G = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
793
814
|
|
|
794
815
|
var SvgClose = function SvgClose(props) {
|
|
795
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
816
|
+
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
796
817
|
viewBox: "0 0 24 24",
|
|
797
818
|
fill: "currentColor",
|
|
798
819
|
xmlns: "http://www.w3.org/2000/svg"
|
|
799
|
-
}, props), _path$
|
|
820
|
+
}, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
800
821
|
d: "M23.25 23.999a.743.743 0 0 1-.53-.22L12 13.06 1.28 23.779a.744.744 0 0 1-1.06 0 .752.752 0 0 1 0-1.061l10.72-10.72L.22 1.279A.743.743 0 0 1 0 .749c0-.2.078-.389.22-.53a.743.743 0 0 1 .53-.22c.2 0 .389.078.53.22L12 10.938 22.72.218a.744.744 0 0 1 1.06 0 .747.747 0 0 1 0 1.061L13.06 12l10.72 10.72a.752.752 0 0 1 0 1.061.746.746 0 0 1-.53.219Z"
|
|
801
822
|
})));
|
|
802
823
|
};
|
|
803
824
|
|
|
804
|
-
var _path$
|
|
825
|
+
var _path$w, _path2$h;
|
|
805
826
|
|
|
806
|
-
function _extends$
|
|
827
|
+
function _extends$F() { _extends$F = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
807
828
|
|
|
808
829
|
var SvgCloseCircle = function SvgCloseCircle(props) {
|
|
809
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
830
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
810
831
|
width: 16,
|
|
811
832
|
height: 16,
|
|
812
833
|
fill: "currentColor",
|
|
813
834
|
xmlns: "http://www.w3.org/2000/svg"
|
|
814
|
-
}, props), _path$
|
|
835
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
815
836
|
d: "M7.998 16c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8Zm0-15c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7Z"
|
|
816
837
|
})), _path2$h || (_path2$h = /*#__PURE__*/React.createElement("path", {
|
|
817
838
|
d: "M10.998 11.5a.495.495 0 0 1-.353-.147L7.998 8.707l-2.646 2.646a.495.495 0 0 1-.707 0 .496.496 0 0 1 0-.706L7.291 8 4.644 5.353a.495.495 0 0 1 0-.706.495.495 0 0 1 .707 0l2.646 2.646 2.646-2.646a.496.496 0 0 1 .707 0 .495.495 0 0 1 0 .706L8.705 8l2.646 2.647a.496.496 0 0 1 0 .706.5.5 0 0 1-.353.147Z"
|
|
818
839
|
})));
|
|
819
840
|
};
|
|
820
841
|
|
|
821
|
-
var _g$
|
|
842
|
+
var _g$8, _defs$6;
|
|
822
843
|
|
|
823
|
-
function _extends$
|
|
844
|
+
function _extends$E() { _extends$E = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
824
845
|
|
|
825
846
|
var SvgCoin = function SvgCoin(props) {
|
|
826
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
847
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
827
848
|
width: 17,
|
|
828
849
|
height: 17,
|
|
829
850
|
fill: "none",
|
|
830
851
|
xmlns: "http://www.w3.org/2000/svg"
|
|
831
|
-
}, props), _g$
|
|
852
|
+
}, props), _g$8 || (_g$8 = /*#__PURE__*/React.createElement("g", {
|
|
832
853
|
clipPath: "url(#coin_svg__a)",
|
|
833
854
|
fill: "currentColor"
|
|
834
855
|
}, /*#__PURE__*/React.createElement("path", {
|
|
835
856
|
d: "M8.5 16.058c-4.135 0-7.5-3.365-7.5-7.5 0-4.136 3.365-7.5 7.5-7.5s7.5 3.364 7.5 7.5c0 4.135-3.365 7.5-7.5 7.5Zm0-14a6.508 6.508 0 0 0-6.5 6.5c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5-2.916-6.5-6.5-6.5Z"
|
|
836
857
|
}), /*#__PURE__*/React.createElement("path", {
|
|
837
858
|
d: "M8.5 13.558a.5.5 0 0 1-.5-.5v-1H6.5a.5.5 0 0 1 0-1h2.844a.67.67 0 0 0 .656-.684c0-.374-1.053-.981-1.75-1.383C7.098 8.326 6.01 7.699 6 6.764a1.594 1.594 0 0 1 .561-1.325 1.604 1.604 0 0 1 1.15-.381H8v-1a.5.5 0 0 1 1 0v1h1.5a.5.5 0 0 1 0 1H7.692a.42.42 0 0 1-.041-.002.598.598 0 0 0-.441.143.605.605 0 0 0-.212.511.395.395 0 0 1 .002.04c0 .365 1.053.972 1.75 1.374C9.907 8.792 11 9.422 11 10.365c.008.439-.158.86-.468 1.181-.31.322-.727.503-1.173.512h-.36v1a.5.5 0 0 1-.5.5Z"
|
|
838
|
-
}))), _defs$
|
|
859
|
+
}))), _defs$6 || (_defs$6 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
839
860
|
id: "coin_svg__a"
|
|
840
861
|
}, /*#__PURE__*/React.createElement("path", {
|
|
841
862
|
fill: "#fff",
|
|
@@ -844,17 +865,17 @@ var SvgCoin = function SvgCoin(props) {
|
|
|
844
865
|
})))));
|
|
845
866
|
};
|
|
846
867
|
|
|
847
|
-
var _path$
|
|
868
|
+
var _path$v, _path2$g;
|
|
848
869
|
|
|
849
|
-
function _extends$
|
|
870
|
+
function _extends$D() { _extends$D = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
850
871
|
|
|
851
872
|
var SvgCopy = function SvgCopy(props) {
|
|
852
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
873
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
853
874
|
width: 16,
|
|
854
875
|
height: 16,
|
|
855
876
|
fill: "none",
|
|
856
877
|
xmlns: "http://www.w3.org/2000/svg"
|
|
857
|
-
}, props), _path$
|
|
878
|
+
}, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
858
879
|
d: "M1.5 13C.673 13 0 12.327 0 11.5v-10C0 .673.673 0 1.5 0h10c.827 0 1.5.673 1.5 1.5v10c0 .827-.673 1.5-1.5 1.5h-10Zm0-12a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5h-10Z",
|
|
859
880
|
fill: "currentColor"
|
|
860
881
|
})), _path2$g || (_path2$g = /*#__PURE__*/React.createElement("path", {
|
|
@@ -863,16 +884,16 @@ var SvgCopy = function SvgCopy(props) {
|
|
|
863
884
|
})));
|
|
864
885
|
};
|
|
865
886
|
|
|
866
|
-
var _path$
|
|
887
|
+
var _path$u, _path2$f;
|
|
867
888
|
|
|
868
|
-
function _extends$
|
|
889
|
+
function _extends$C() { _extends$C = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
869
890
|
|
|
870
891
|
var SvgCredit = function SvgCredit(props) {
|
|
871
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
892
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
872
893
|
fill: "none",
|
|
873
894
|
xmlns: "http://www.w3.org/2000/svg",
|
|
874
895
|
viewBox: "0 0 104 104"
|
|
875
|
-
}, props), _path$
|
|
896
|
+
}, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
876
897
|
d: "M29.246 97.5C12.576 97.5 0 90.515 0 81.25v-65C0 6.985 12.575 0 29.25 0S58.5 6.985 58.5 16.25v26a3.251 3.251 0 0 1-6.5 0v-2.591c-5.417 3.7-13.615 5.841-22.75 5.841S11.917 43.36 6.5 39.659v2.591c0 4.602 9.728 9.75 22.75 9.75 3.224-.03 6.292-.334 9.109-.901a3.258 3.258 0 0 1 3.83 2.544 3.255 3.255 0 0 1-2.543 3.83A52.535 52.535 0 0 1 29.328 58.5c-9.204 0-17.411-2.14-22.828-5.841v2.591c0 4.602 9.728 9.75 22.75 9.75 3.103 0 6.14-.303 9.109-.901a3.261 3.261 0 0 1 3.83 2.544 3.255 3.255 0 0 1-2.543 3.83A52.535 52.535 0 0 1 29.328 71.5c-9.204 0-17.411-2.14-22.828-5.841v2.591c0 4.602 9.728 9.75 22.75 9.75a46.714 46.714 0 0 0 9.109-.901c.22-.044.429-.065.641-.065a3.264 3.264 0 0 1 3.19 2.608 3.255 3.255 0 0 1-2.544 3.831A52.535 52.535 0 0 1 29.328 84.5c-9.204 0-17.411-2.14-22.828-5.841v2.591c0 4.602 9.728 9.75 22.75 9.75 3.207-.026 6.275-.33 9.109-.901.22-.044.429-.065.641-.065a3.264 3.264 0 0 1 3.19 2.608 3.255 3.255 0 0 1-2.544 3.831A52.535 52.535 0 0 1 29.328 97.5h-.082ZM6.5 29.25c0 4.602 9.728 9.75 22.75 9.75S52 33.852 52 29.25v-2.591c-5.417 3.7-13.615 5.841-22.75 5.841S11.917 30.36 6.5 26.659v2.591ZM29.25 6.5C16.228 6.5 6.5 11.648 6.5 16.25S16.228 26 29.25 26 52 20.852 52 16.25 42.272 6.5 29.25 6.5Z",
|
|
877
898
|
fill: "currentColor"
|
|
878
899
|
})), _path2$f || (_path2$f = /*#__PURE__*/React.createElement("path", {
|
|
@@ -881,29 +902,29 @@ var SvgCredit = function SvgCredit(props) {
|
|
|
881
902
|
})));
|
|
882
903
|
};
|
|
883
904
|
|
|
884
|
-
var _path$
|
|
905
|
+
var _path$t;
|
|
885
906
|
|
|
886
|
-
function _extends$
|
|
907
|
+
function _extends$B() { _extends$B = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
887
908
|
|
|
888
909
|
var SvgModule = function SvgModule(props) {
|
|
889
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
910
|
+
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
890
911
|
viewBox: "0 0 24 24",
|
|
891
912
|
xmlns: "http://www.w3.org/2000/svg"
|
|
892
|
-
}, props), _path$
|
|
913
|
+
}, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
893
914
|
d: "M12.002 24.001a3.71 3.71 0 0 1-1.355-.257l-9.1-3.569A2.515 2.515 0 0 1 0 17.797V6.186a2.464 2.464 0 0 1 .463-1.492.763.763 0 0 1 .099-.131c.259-.318.59-.57.959-.729L10.643.257a3.663 3.663 0 0 1 2.712.001l9.098 3.567c.385.164.709.407.972.725a.77.77 0 0 1 .122.16c.309.443.465.958.453 1.493v11.611a2.493 2.493 0 0 1-1.521 2.351l-9.122 3.578c-.434.171-.89.258-1.355.258Zm.748-1.632a1.41 1.41 0 0 0 .059-.022l9.101-3.569a.996.996 0 0 0 .591-.946V6.186a1.109 1.109 0 0 0-.006-.142l-9.744 3.82V22.37h-.001ZM1.505 6.044a.852.852 0 0 0-.005.124v11.646c-.01.43.232.809.615.972l9.135 3.582V9.864l-9.745-3.82ZM12 8.547l9.194-3.605-8.388-3.289a2.18 2.18 0 0 0-1.612-.001l-8.389 3.29L12 8.547Z",
|
|
894
915
|
fill: "currentColor"
|
|
895
916
|
})));
|
|
896
917
|
};
|
|
897
918
|
|
|
898
|
-
var _path$
|
|
919
|
+
var _path$s, _circle, _circle2, _circle3, _path2$e;
|
|
899
920
|
|
|
900
|
-
function _extends$
|
|
921
|
+
function _extends$A() { _extends$A = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
901
922
|
|
|
902
923
|
var SvgDashboard = function SvgDashboard(props) {
|
|
903
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
924
|
+
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
904
925
|
viewBox: "0 0 24 24",
|
|
905
926
|
xmlns: "http://www.w3.org/2000/svg"
|
|
906
|
-
}, props), _path$
|
|
927
|
+
}, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
907
928
|
fill: "currentColor",
|
|
908
929
|
d: "M2.5 21.504a2.503 2.503 0 0 1-2.5-2.5v-14c0-1.379 1.121-2.5 2.5-2.5h19c1.378 0 2.5 1.121 2.5 2.5v14c0 1.378-1.122 2.5-2.5 2.5h-19zm-1.5-2.5c0 .827.673 1.5 1.5 1.5h19c.827 0 1.5-.673 1.5-1.5v-10.5H1v10.5zm22-11.5v-2.5c0-.827-.673-1.5-1.5-1.5h-19c-.827 0-1.5.673-1.5 1.5v2.5h22z"
|
|
909
930
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
@@ -927,14 +948,14 @@ var SvgDashboard = function SvgDashboard(props) {
|
|
|
927
948
|
})));
|
|
928
949
|
};
|
|
929
950
|
|
|
930
|
-
var _path$
|
|
951
|
+
var _path$r;
|
|
931
952
|
|
|
932
|
-
function _extends$
|
|
953
|
+
function _extends$z() { _extends$z = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
933
954
|
|
|
934
955
|
var SvgExternalLink = function SvgExternalLink(props) {
|
|
935
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
956
|
+
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
936
957
|
viewBox: "0 0 24 24"
|
|
937
|
-
}, props), _path$
|
|
958
|
+
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
938
959
|
fill: "none",
|
|
939
960
|
stroke: "currentColor",
|
|
940
961
|
strokeLinecap: "round",
|
|
@@ -944,22 +965,22 @@ var SvgExternalLink = function SvgExternalLink(props) {
|
|
|
944
965
|
})));
|
|
945
966
|
};
|
|
946
967
|
|
|
947
|
-
var _g$
|
|
968
|
+
var _g$7, _defs$5;
|
|
948
969
|
|
|
949
|
-
function _extends$
|
|
970
|
+
function _extends$y() { _extends$y = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
950
971
|
|
|
951
972
|
var SvgImageResolution = function SvgImageResolution(props) {
|
|
952
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
973
|
+
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
953
974
|
fill: "currentColor",
|
|
954
975
|
xmlns: "http://www.w3.org/2000/svg",
|
|
955
976
|
viewBox: "0 0 17 17"
|
|
956
|
-
}, props), _g$
|
|
977
|
+
}, props), _g$7 || (_g$7 = /*#__PURE__*/React.createElement("g", {
|
|
957
978
|
clipPath: "url(#image-resolution_svg__a)"
|
|
958
979
|
}, /*#__PURE__*/React.createElement("path", {
|
|
959
980
|
d: "M2.666 16.555c-.827 0-1.5-.673-1.5-1.5v-13c0-.828.673-1.5 1.5-1.5h10c.393 0 .765.151 1.047.426l1.97 1.922c.288.281.452.672.452 1.074v11.078c0 .827-.672 1.5-1.5 1.5H2.666Zm0-15a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h11.97a.5.5 0 0 0 .5-.5V3.977a.502.502 0 0 0-.151-.358l-1.97-1.922a.496.496 0 0 0-.349-.142h-10Z"
|
|
960
981
|
}), /*#__PURE__*/React.createElement("path", {
|
|
961
982
|
d: "M6.166 7.555c-1.103 0-2-.898-2-2 0-1.103.897-2 2-2s2 .897 2 2c0 1.102-.897 2-2 2Zm0-3a1.001 1.001 0 0 0 0 2 1.001 1.001 0 0 0 0-2Zm7.027 8.633a.5.5 0 0 1-.417-.223L10.159 9.04a.176.176 0 0 0-.242-.05.175.175 0 0 0-.046.046L8.077 11.6a.5.5 0 0 1-.723.103l-1.112-.892a.171.171 0 0 0-.127-.036.17.17 0 0 0-.117.064l-1.417 2.126a.5.5 0 0 1-.832-.554l1.407-2.114a1.164 1.164 0 0 1 .98-.524c.268 0 .52.09.731.258l.696.558 1.488-2.126a1.172 1.172 0 0 1 1.94.023l2.617 3.925a.498.498 0 0 1-.415.777Z"
|
|
962
|
-
}))), _defs$
|
|
983
|
+
}))), _defs$5 || (_defs$5 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
963
984
|
id: "image-resolution_svg__a"
|
|
964
985
|
}, /*#__PURE__*/React.createElement("path", {
|
|
965
986
|
fill: "#fff",
|
|
@@ -968,32 +989,32 @@ var SvgImageResolution = function SvgImageResolution(props) {
|
|
|
968
989
|
})))));
|
|
969
990
|
};
|
|
970
991
|
|
|
971
|
-
var _path$
|
|
992
|
+
var _path$q;
|
|
972
993
|
|
|
973
|
-
function _extends$
|
|
994
|
+
function _extends$x() { _extends$x = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
974
995
|
|
|
975
996
|
var SvgInformation = function SvgInformation(props) {
|
|
976
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
997
|
+
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
977
998
|
width: 8,
|
|
978
999
|
height: 8,
|
|
979
1000
|
fill: "none",
|
|
980
1001
|
xmlns: "http://www.w3.org/2000/svg"
|
|
981
|
-
}, props), _path$
|
|
1002
|
+
}, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
982
1003
|
d: "M4.667 8c-.883 0-1.6-.718-1.6-1.6V3.733h-.534a.534.534 0 0 1 0-1.066h.534c.588 0 1.066.478 1.066 1.066V6.4c0 .294.24.533.534.533H5.2A.534.534 0 0 1 5.2 8h-.533ZM3.333 1.6a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6Z",
|
|
983
1004
|
fill: "currentColor"
|
|
984
1005
|
})));
|
|
985
1006
|
};
|
|
986
1007
|
|
|
987
|
-
var _path$
|
|
1008
|
+
var _path$p, _path2$d;
|
|
988
1009
|
|
|
989
|
-
function _extends$
|
|
1010
|
+
function _extends$w() { _extends$w = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
990
1011
|
|
|
991
1012
|
var SvgInvoice = function SvgInvoice(props) {
|
|
992
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1013
|
+
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
993
1014
|
width: 104,
|
|
994
1015
|
height: 104,
|
|
995
1016
|
xmlns: "http://www.w3.org/2000/svg"
|
|
996
|
-
}, props), _path$
|
|
1017
|
+
}, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
|
997
1018
|
d: "M16.25 104c-5.378 0-9.75-4.372-9.75-9.75V9.75C6.5 4.372 10.872 0 16.25 0h46.059a9.69 9.69 0 0 1 6.89 2.851l25.445 25.446a9.683 9.683 0 0 1 2.856 6.89V94.25c0 5.378-4.372 9.75-9.75 9.75h-71.5Zm0-97.5A3.251 3.251 0 0 0 13 9.75v84.5a3.251 3.251 0 0 0 3.25 3.25h71.5A3.251 3.251 0 0 0 91 94.25V39H68.25c-5.378 0-9.75-4.372-9.75-9.75V6.5H16.25ZM65 29.25a3.251 3.251 0 0 0 3.25 3.25h21.402L65 7.848V29.25Z",
|
|
998
1019
|
fill: "currentColor"
|
|
999
1020
|
})), _path2$d || (_path2$d = /*#__PURE__*/React.createElement("path", {
|
|
@@ -1002,34 +1023,34 @@ var SvgInvoice = function SvgInvoice(props) {
|
|
|
1002
1023
|
})));
|
|
1003
1024
|
};
|
|
1004
1025
|
|
|
1005
|
-
var _path$
|
|
1026
|
+
var _path$o;
|
|
1006
1027
|
|
|
1007
|
-
function _extends$
|
|
1028
|
+
function _extends$v() { _extends$v = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1008
1029
|
|
|
1009
1030
|
var SvgLayers = function SvgLayers(props) {
|
|
1010
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1031
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
1011
1032
|
width: 24,
|
|
1012
1033
|
height: 24,
|
|
1013
1034
|
fill: "none",
|
|
1014
1035
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1015
|
-
}, props), _path$
|
|
1036
|
+
}, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
|
1016
1037
|
d: "M12 23.997c-.364 0-.727-.088-1.051-.255L.739 18.46a1.367 1.367 0 0 1 0-2.426l2.73-1.41L.74 13.213a1.36 1.36 0 0 1-.585-.585 1.359 1.359 0 0 1-.09-1.042 1.36 1.36 0 0 1 .675-.8l2.732-1.413L.74 7.96a1.362 1.362 0 0 1-.675-1.626 1.36 1.36 0 0 1 .674-.8L10.948.256a2.3 2.3 0 0 1 2.105-.001l10.209 5.278a.732.732 0 0 1 .109.068 1.368 1.368 0 0 1-.107 2.363l-2.728 1.41 2.728 1.411a1.365 1.365 0 0 1 0 2.426l-2.73 1.413 2.73 1.414a1.363 1.363 0 0 1 0 2.425l-10.21 5.276c-.325.17-.688.258-1.053.258Zm-.362-1.588a.801.801 0 0 0 .727 0l9.979-5.156L18.9 15.47l-5.847 3.024a2.302 2.302 0 0 1-2.105.001L5.1 15.469l-3.442 1.778 9.979 5.162Zm0-5.247a.788.788 0 0 0 .726 0L22.343 12 18.9 10.22l-5.848 3.022a2.307 2.307 0 0 1-2.104 0l-5.845-3.024L1.659 12l9.979 5.162Zm0-5.253a.801.801 0 0 0 .727 0l9.984-5.159-9.984-5.162a.807.807 0 0 0-.728 0L1.659 6.747l9.979 5.162Z",
|
|
1017
1038
|
fill: "currentColor"
|
|
1018
1039
|
})));
|
|
1019
1040
|
};
|
|
1020
1041
|
|
|
1021
|
-
var _path$
|
|
1042
|
+
var _path$n, _path2$c;
|
|
1022
1043
|
|
|
1023
|
-
function _extends$
|
|
1044
|
+
function _extends$u() { _extends$u = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1024
1045
|
|
|
1025
1046
|
var SvgLock = function SvgLock(props) {
|
|
1026
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1047
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
1027
1048
|
width: 16,
|
|
1028
1049
|
height: 16,
|
|
1029
1050
|
viewBox: "0 0 24 24",
|
|
1030
1051
|
fill: "none",
|
|
1031
1052
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1032
|
-
}, props), _path$
|
|
1053
|
+
}, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
|
1033
1054
|
d: "M5.25 24A2.252 2.252 0 0 1 3 21.75v-10.5A2.252 2.252 0 0 1 5.25 9H6V6c0-3.308 2.692-6 6-6s6 2.692 6 6v3h.75A2.252 2.252 0 0 1 21 11.25v10.5A2.252 2.252 0 0 1 18.75 24H5.25zm0-13.5a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h13.5a.75.75 0 0 0 .75-.75v-10.5a.75.75 0 0 0-.75-.75H5.25zM16.5 9V6c0-2.481-2.019-4.5-4.5-4.5A4.505 4.505 0 0 0 7.5 6v3h9z",
|
|
1034
1055
|
fill: "currentColor"
|
|
1035
1056
|
})), _path2$c || (_path2$c = /*#__PURE__*/React.createElement("path", {
|
|
@@ -1038,44 +1059,44 @@ var SvgLock = function SvgLock(props) {
|
|
|
1038
1059
|
})));
|
|
1039
1060
|
};
|
|
1040
1061
|
|
|
1041
|
-
var _path$
|
|
1062
|
+
var _path$m;
|
|
1042
1063
|
|
|
1043
|
-
function _extends$
|
|
1064
|
+
function _extends$t() { _extends$t = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1044
1065
|
|
|
1045
1066
|
var SvgLogo = function SvgLogo(props) {
|
|
1046
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1067
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
1047
1068
|
viewBox: "0 0 88 40",
|
|
1048
1069
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1049
|
-
}, props), _path$
|
|
1070
|
+
}, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
|
|
1050
1071
|
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",
|
|
1051
1072
|
fill: "currentColor"
|
|
1052
1073
|
})));
|
|
1053
1074
|
};
|
|
1054
1075
|
|
|
1055
|
-
var _path$
|
|
1076
|
+
var _path$l;
|
|
1056
1077
|
|
|
1057
|
-
function _extends$
|
|
1078
|
+
function _extends$s() { _extends$s = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1058
1079
|
|
|
1059
1080
|
var SvgShop = function SvgShop(props) {
|
|
1060
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1081
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
1061
1082
|
viewBox: "0 0 16 16",
|
|
1062
1083
|
fill: "currentColor",
|
|
1063
1084
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1064
|
-
}, props), _path$
|
|
1085
|
+
}, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
|
|
1065
1086
|
d: "M2.5 16c-.827 0-1.5-.673-1.5-1.5v-6a.5.5 0 0 1 1 0V11h7.5V8.5a.5.5 0 0 1 1 0V15h3a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 1 1 0v6c0 .827-.673 1.5-1.5 1.5h-11ZM2 14.5a.5.5 0 0 0 .5.5h7v-3H2v2.5ZM14 7a2.013 2.013 0 0 1-1.5-.679A2.013 2.013 0 0 1 11 7a2.013 2.013 0 0 1-1.5-.679A2.013 2.013 0 0 1 8 7a2.013 2.013 0 0 1-1.5-.679A2.013 2.013 0 0 1 5 7a2.013 2.013 0 0 1-1.5-.679A2.013 2.013 0 0 1 2 7C.897 7 0 6.103 0 5c0-.036.004-.072.012-.108L.925.782A.996.996 0 0 1 1.9 0h12.197c.465 0 .876.33.977.783l.913 4.108A.485.485 0 0 1 16 5c0 1.103-.897 2-2 2Zm-1.5-2.5a.5.5 0 0 1 .5.5c0 .551.449 1 1 1 .53 0 .973-.424.999-.95l-.9-4.05H1.9l-.9 4.05c.026.526.468.95.999.95.551 0 1-.449 1-1a.5.5 0 0 1 1 0 1.001 1.001 0 0 0 2 0 .5.5 0 0 1 1 0 1.001 1.001 0 0 0 2 0 .5.5 0 0 1 1 0 1.001 1.001 0 0 0 2 0 .5.5 0 0 1 .5-.5Z"
|
|
1066
1087
|
})));
|
|
1067
1088
|
};
|
|
1068
1089
|
|
|
1069
|
-
var _path$
|
|
1090
|
+
var _path$k;
|
|
1070
1091
|
|
|
1071
|
-
function _extends$
|
|
1092
|
+
function _extends$r() { _extends$r = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1072
1093
|
|
|
1073
1094
|
var SvgMegaphone = function SvgMegaphone(props) {
|
|
1074
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1095
|
+
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
1075
1096
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1076
1097
|
fill: "none",
|
|
1077
1098
|
viewBox: "0 0 24 20"
|
|
1078
|
-
}, props), _path$
|
|
1099
|
+
}, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
|
|
1079
1100
|
fill: "currentColor",
|
|
1080
1101
|
fillRule: "evenodd",
|
|
1081
1102
|
d: "M21 1.25a.75.75 0 0 0-1.166-.624l-1.134.756A21.55 21.55 0 0 1 6.751 5H4.5a4.5 4.5 0 0 0 0 9h1.535a7.988 7.988 0 0 0 2.448 5.043.75.75 0 1 0 1.034-1.086 6.49 6.49 0 0 1-1.972-3.942A21.55 21.55 0 0 1 18.7 17.618l1.134.756A.75.75 0 0 0 21 17.75V1.25ZM6 6.5H4.5a3 3 0 1 0 0 6H6v-6Zm1.5 6.012a23.05 23.05 0 0 1 12 3.837V2.65a23.05 23.05 0 0 1-12 3.837v6.024ZM23.25 7.25A.75.75 0 0 1 24 8v3a.75.75 0 0 1-1.5 0V8a.75.75 0 0 1 .75-.75Z",
|
|
@@ -1083,49 +1104,65 @@ var SvgMegaphone = function SvgMegaphone(props) {
|
|
|
1083
1104
|
})));
|
|
1084
1105
|
};
|
|
1085
1106
|
|
|
1086
|
-
var _path$
|
|
1107
|
+
var _path$j, _path2$b;
|
|
1087
1108
|
|
|
1088
|
-
function _extends$
|
|
1109
|
+
function _extends$q() { _extends$q = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1089
1110
|
|
|
1090
|
-
var
|
|
1091
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
}))
|
|
1100
|
-
d: "M13 32a.996.996 0 0 1-.995-.9l-.91-9.1H9a1 1 0 0 1-1-1v-3c0-4.41 3.59-8 8-8s8 3.59 8 8v3a1 1 0 0 1-1 1h-2.095l-.91 9.1A.997.997 0 0 1 19 32h-6Zm5.095-2 .91-9.1c.051-.512.479-.9.995-.9h2v-2c0-3.308-2.692-6-6-6s-6 2.692-6 6v2h2c.516 0 .944.387.995.9l.909 9.1h4.19Z",
|
|
1101
|
-
fill: "currentColor"
|
|
1102
|
-
})));
|
|
1111
|
+
var SvgModuleThree = function SvgModuleThree(props) {
|
|
1112
|
+
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
1113
|
+
fill: "currentColor",
|
|
1114
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1115
|
+
viewBox: "0 0 25 24"
|
|
1116
|
+
}, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
|
|
1117
|
+
d: "M7.417 24.001a.711.711 0 0 1-.114-.009 2.26 2.26 0 0 1-.677-.139l-4.5-1.687a2.262 2.262 0 0 1-1.46-2.1v-5.627c0-.413.118-.822.343-1.183a.732.732 0 0 1 .06-.098 2.227 2.227 0 0 1 1.057-.826l4.5-1.687a2.241 2.241 0 0 1 1.58 0l4.5 1.687c.43.162.798.45 1.062.833a.604.604 0 0 1 .055.092c.224.361.342.769.342 1.182v5.625a2.26 2.26 0 0 1-1.46 2.102l-4.5 1.687c-.214.08-.44.127-.675.139a.808.808 0 0 1-.113.009Zm-5.25-3.937a.753.753 0 0 0 .486.698l4.014 1.504V16.27l-4.5-1.687v5.481Zm6 2.202 4.014-1.505a.754.754 0 0 0 .486-.7v-5.479l-4.5 1.688v5.996Zm-.75-7.316 4-1.5-3.737-1.401a.747.747 0 0 0-.528 0L3.417 13.45l4 1.5Z"
|
|
1118
|
+
})), _path2$b || (_path2$b = /*#__PURE__*/React.createElement("path", {
|
|
1119
|
+
d: "M16.417 17.582a.75.75 0 0 1-.237-1.461l6.474-2.158a.749.749 0 0 0 .513-.712v-8.46l-7.5 2.5V10.5a.75.75 0 0 1-1.5 0V7.291l-7.5-2.5V8.25a.75.75 0 0 1-1.5.001v-3.5a2.231 2.231 0 0 1 .499-1.407 2.245 2.245 0 0 1 1.04-.728l7.5-2.5a2.243 2.243 0 0 1 1.424.001l7.499 2.5a2.24 2.24 0 0 1 1.038.726 2.234 2.234 0 0 1 .5 1.408v8.5c0 .97-.618 1.828-1.54 2.135l-6.473 2.158a.759.759 0 0 1-.237.038Zm-1.5-11.622 6.748-2.249-6.511-2.172a.752.752 0 0 0-.473 0L8.167 3.71l6.75 2.25Z"
|
|
1120
|
+
})));
|
|
1103
1121
|
};
|
|
1104
1122
|
|
|
1105
|
-
var _path$
|
|
1123
|
+
var _path$i, _path2$a;
|
|
1106
1124
|
|
|
1107
|
-
function _extends$
|
|
1125
|
+
function _extends$p() { _extends$p = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1126
|
+
|
|
1127
|
+
var SvgMultipleUsers = function SvgMultipleUsers(props) {
|
|
1128
|
+
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
1129
|
+
width: 32,
|
|
1130
|
+
height: 32,
|
|
1131
|
+
fill: "none",
|
|
1132
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1133
|
+
}, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
|
|
1134
|
+
d: "M6 12c-2.205 0-4-1.795-4-4s1.795-4 4-4 4 1.795 4 4-1.795 4-4 4Zm0-6c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2ZM4 30c-.503 0-.93-.376-.992-.876L2.118 22H1a1 1 0 0 1-1-1v-3c0-3.308 2.692-6 6-6a1 1 0 0 1 0 2c-2.205 0-4 1.795-4 4v2h1c.503 0 .93.376.992.876L4.882 28H8a1 1 0 0 1 0 2H4ZM26 12c-2.205 0-4-1.795-4-4s1.795-4 4-4 4 1.795 4 4-1.795 4-4 4Zm0-6c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2ZM24 30a1 1 0 0 1 0-2h3.117l.891-7.124c.063-.5.49-.876.992-.876h1v-2c0-2.205-1.795-4-4-4a1 1 0 0 1 0-2c3.308 0 6 2.692 6 6v3a1 1 0 0 1-1 1h-1.117l-.891 7.124c-.063.5-.49.876-.992.876h-4ZM16 10c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5Zm0-8c-1.655 0-3 1.345-3 3s1.345 3 3 3 3-1.345 3-3-1.345-3-3-3Z",
|
|
1135
|
+
fill: "currentColor"
|
|
1136
|
+
})), _path2$a || (_path2$a = /*#__PURE__*/React.createElement("path", {
|
|
1137
|
+
d: "M13 32a.996.996 0 0 1-.995-.9l-.91-9.1H9a1 1 0 0 1-1-1v-3c0-4.41 3.59-8 8-8s8 3.59 8 8v3a1 1 0 0 1-1 1h-2.095l-.91 9.1A.997.997 0 0 1 19 32h-6Zm5.095-2 .91-9.1c.051-.512.479-.9.995-.9h2v-2c0-3.308-2.692-6-6-6s-6 2.692-6 6v2h2c.516 0 .944.387.995.9l.909 9.1h4.19Z",
|
|
1138
|
+
fill: "currentColor"
|
|
1139
|
+
})));
|
|
1140
|
+
};
|
|
1141
|
+
|
|
1142
|
+
var _path$h, _path2$9;
|
|
1143
|
+
|
|
1144
|
+
function _extends$o() { _extends$o = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1108
1145
|
|
|
1109
1146
|
var SvgNotificationError = function SvgNotificationError(props) {
|
|
1110
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1147
|
+
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
1111
1148
|
viewBox: "0 0 24 24",
|
|
1112
1149
|
fill: "none",
|
|
1113
1150
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1114
1151
|
}, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
|
|
1115
1152
|
d: "M12 17.998a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25ZM12 14.248a.75.75 0 0 1-.75-.75v-7.5a.75.75 0 0 1 1.5 0v7.5a.75.75 0 0 1-.75.75Z",
|
|
1116
1153
|
fill: "currentColor"
|
|
1117
|
-
})), _path2$
|
|
1154
|
+
})), _path2$9 || (_path2$9 = /*#__PURE__*/React.createElement("path", {
|
|
1118
1155
|
d: "M12 23.997a2.546 2.546 0 0 1-1.81-.748L.75 13.81a2.564 2.564 0 0 1 0-3.621L10.19.75a2.542 2.542 0 0 1 1.807-.751c.685 0 1.327.265 1.81.747l9.444 9.443a2.566 2.566 0 0 1 0 3.621l-9.44 9.439a2.55 2.55 0 0 1-1.811.748Zm-.75-1.809c.2.199.466.309.75.309s.55-.11.75-.31l9.44-9.439a1.064 1.064 0 0 0 0-1.501L12.749 1.81c-.01-.009-.024-.025-.033-.035a1.034 1.034 0 0 0-.713-.276c-.288 0-.553.111-.753.311l-9.441 9.44a1.063 1.063 0 0 0 0 1.5l9.441 9.438Z",
|
|
1119
1156
|
fill: "currentColor"
|
|
1120
1157
|
})));
|
|
1121
1158
|
};
|
|
1122
1159
|
|
|
1123
|
-
var _path$g, _path2$
|
|
1160
|
+
var _path$g, _path2$8;
|
|
1124
1161
|
|
|
1125
|
-
function _extends$
|
|
1162
|
+
function _extends$n() { _extends$n = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1126
1163
|
|
|
1127
1164
|
var SvgNotificationInfo = function SvgNotificationInfo(props) {
|
|
1128
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1165
|
+
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
1129
1166
|
width: 24,
|
|
1130
1167
|
height: 24,
|
|
1131
1168
|
fill: "none",
|
|
@@ -1133,18 +1170,18 @@ var SvgNotificationInfo = function SvgNotificationInfo(props) {
|
|
|
1133
1170
|
}, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
|
1134
1171
|
d: "M13.5 17.25A2.252 2.252 0 0 1 11.25 15v-3.75h-.75a.75.75 0 0 1 0-1.5h.75c.827 0 1.5.673 1.5 1.5V15c0 .414.336.75.75.75h.75a.75.75 0 0 1 0 1.5h-.75ZM11.625 8.25a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z",
|
|
1135
1172
|
fill: "currentColor"
|
|
1136
|
-
})), _path2$
|
|
1173
|
+
})), _path2$8 || (_path2$8 = /*#__PURE__*/React.createElement("path", {
|
|
1137
1174
|
d: "M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12Zm0-22.5C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5Z",
|
|
1138
1175
|
fill: "currentColor"
|
|
1139
1176
|
})));
|
|
1140
1177
|
};
|
|
1141
1178
|
|
|
1142
|
-
var _path$f, _path2$
|
|
1179
|
+
var _path$f, _path2$7;
|
|
1143
1180
|
|
|
1144
|
-
function _extends$
|
|
1181
|
+
function _extends$m() { _extends$m = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1145
1182
|
|
|
1146
1183
|
var SvgNotificationSuccess = function SvgNotificationSuccess(props) {
|
|
1147
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1184
|
+
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
1148
1185
|
width: 24,
|
|
1149
1186
|
height: 24,
|
|
1150
1187
|
fill: "none",
|
|
@@ -1152,7 +1189,7 @@ var SvgNotificationSuccess = function SvgNotificationSuccess(props) {
|
|
|
1152
1189
|
}, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
|
|
1153
1190
|
d: "M9.325 17.916a1.79 1.79 0 0 1-1.498-.799l-2.44-3.462a.75.75 0 0 1 1.227-.864l2.45 3.477a.306.306 0 0 0 .261.148.294.294 0 0 0 .236-.119l7.852-9.935a.75.75 0 0 1 1.175.93l-7.843 9.923a1.781 1.781 0 0 1-.423.396 1.78 1.78 0 0 1-.997.305Z",
|
|
1154
1191
|
fill: "currentColor"
|
|
1155
|
-
})), _path2$
|
|
1192
|
+
})), _path2$7 || (_path2$7 = /*#__PURE__*/React.createElement("path", {
|
|
1156
1193
|
d: "M12 23.999c-6.617 0-12-5.383-12-12s5.383-12 12-12 12 5.383 12 12-5.383 12-12 12Zm0-22.5c-5.79 0-10.5 4.71-10.5 10.5s4.71 10.5 10.5 10.5 10.5-4.71 10.5-10.5-4.71-10.5-10.5-10.5Z",
|
|
1157
1194
|
fill: "currentColor"
|
|
1158
1195
|
})));
|
|
@@ -1160,85 +1197,103 @@ var SvgNotificationSuccess = function SvgNotificationSuccess(props) {
|
|
|
1160
1197
|
|
|
1161
1198
|
var _path$e;
|
|
1162
1199
|
|
|
1163
|
-
function _extends$
|
|
1200
|
+
function _extends$l() { _extends$l = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1201
|
+
|
|
1202
|
+
var SvgPencil = function SvgPencil(props) {
|
|
1203
|
+
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
1204
|
+
width: 10,
|
|
1205
|
+
height: 10,
|
|
1206
|
+
fill: "none",
|
|
1207
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1208
|
+
}, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
|
|
1209
|
+
fill: "currentColor",
|
|
1210
|
+
fillRule: "evenodd",
|
|
1211
|
+
clipRule: "evenodd",
|
|
1212
|
+
d: "M8.16 0a1.83 1.83 0 0 1 1.3.53l-.21.22.22-.22a1.83 1.83 0 0 1-.02 2.6l-.17.17L3.4 9.17a.31.31 0 0 1-.14.08L.39 10a.31.31 0 0 1-.38-.38l.74-2.88c.01-.05.04-.1.08-.14L6.87.55A1.83 1.83 0 0 1 8.17 0ZM1.22 7.42.75 9.25l1.83-.47-1.36-1.36ZM3.19 8.5 1.5 6.8l5.43-5.43 1.7 1.7L3.2 8.5Zm6.09-6.22a1.2 1.2 0 0 1-.22.35L7.36.94a1.2 1.2 0 0 1 2.01.9c0 .15-.03.3-.1.45Z"
|
|
1213
|
+
})));
|
|
1214
|
+
};
|
|
1215
|
+
|
|
1216
|
+
var _path$d;
|
|
1217
|
+
|
|
1218
|
+
function _extends$k() { _extends$k = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1164
1219
|
|
|
1165
1220
|
var SvgFolderEmpty1 = function SvgFolderEmpty1(props) {
|
|
1166
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1221
|
+
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
1167
1222
|
viewBox: "0 0 24 24",
|
|
1168
1223
|
fill: "none",
|
|
1169
1224
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1170
|
-
}, props), _path$
|
|
1225
|
+
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
|
1171
1226
|
d: "M2.25 22.5A2.252 2.252 0 0 1 0 20.25V3.75A2.252 2.252 0 0 1 2.25 1.5H7.5a2.26 2.26 0 0 1 1.8.9l1.575 2.1H21.75A2.252 2.252 0 0 1 24 6.75v13.5a2.252 2.252 0 0 1-2.25 2.25H2.25Zm0-19.5a.75.75 0 0 0-.75.75v16.5c0 .414.336.75.75.75h19.5a.75.75 0 0 0 .75-.75V6.75a.75.75 0 0 0-.75-.75H10.5a.753.753 0 0 1-.6-.3L8.1 3.3a.753.753 0 0 0-.6-.3H2.25Z",
|
|
1172
1227
|
fill: "currentColor"
|
|
1173
1228
|
})));
|
|
1174
1229
|
};
|
|
1175
1230
|
|
|
1176
|
-
var _path$
|
|
1231
|
+
var _path$c, _path2$6;
|
|
1177
1232
|
|
|
1178
|
-
function _extends$
|
|
1233
|
+
function _extends$j() { _extends$j = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1179
1234
|
|
|
1180
1235
|
var SvgQuestionCircle = function SvgQuestionCircle(props) {
|
|
1181
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1236
|
+
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
1182
1237
|
width: 16,
|
|
1183
1238
|
height: 16,
|
|
1184
1239
|
viewBox: "0 0 24 24",
|
|
1185
1240
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1186
|
-
}, props), _path$
|
|
1241
|
+
}, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
|
|
1187
1242
|
d: "M12 15a.75.75 0 0 1-.75-.75v-1.006a2.251 2.251 0 0 1 1.5-2.122 2.254 2.254 0 0 0 1.5-2.121c0-.601-.234-1.166-.659-1.591A2.232 2.232 0 0 0 12 6.751c-.601 0-1.166.234-1.591.659A2.231 2.231 0 0 0 9.75 9a.75.75 0 0 1-1.5 0c0-1.002.391-1.943 1.099-2.651A3.725 3.725 0 0 1 12 5.251a3.755 3.755 0 0 1 3.75 3.75 3.756 3.756 0 0 1-2.5 3.535.752.752 0 0 0-.5.707v1.007A.75.75 0 0 1 12 15ZM12 18.75a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z",
|
|
1188
1243
|
fill: "currentColor"
|
|
1189
|
-
})), _path2$
|
|
1244
|
+
})), _path2$6 || (_path2$6 = /*#__PURE__*/React.createElement("path", {
|
|
1190
1245
|
d: "M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12Zm0-22.5C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5Z",
|
|
1191
1246
|
fill: "currentColor"
|
|
1192
1247
|
})));
|
|
1193
1248
|
};
|
|
1194
1249
|
|
|
1195
|
-
var _path$
|
|
1250
|
+
var _path$b, _path2$5;
|
|
1196
1251
|
|
|
1197
|
-
function _extends$
|
|
1252
|
+
function _extends$i() { _extends$i = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1198
1253
|
|
|
1199
1254
|
var SvgSatellite = function SvgSatellite(props) {
|
|
1200
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1255
|
+
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
1201
1256
|
fill: "none",
|
|
1202
1257
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1203
1258
|
viewBox: "0 0 32 32"
|
|
1204
|
-
}, props), _path$
|
|
1259
|
+
}, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
|
|
1205
1260
|
d: "M13.43 26.628c-.262 0-.52-.107-.706-.293l-7.067-7.067a1.008 1.008 0 0 1-.293-.724c.005-.27.121-.53.318-.715a5.979 5.979 0 0 1 4.088-1.608c1.662 0 3.263.695 4.393 1.908 2.137 2.294 2.137 5.887 0 8.18a1.008 1.008 0 0 1-.714.319h-.018Zm-.122-2.537a4.003 4.003 0 0 0-.608-4.598 4.014 4.014 0 0 0-4.799-.809l5.407 5.407Zm-5.903 2.914a.978.978 0 0 1-.264-.036 3.007 3.007 0 0 1-2.119-2.145.997.997 0 0 1 .97-1.25 1 1 0 0 1 .966.751c.09.347.36.622.707.716.257.07.473.236.605.468a.998.998 0 0 1-.865 1.496Z",
|
|
1206
1261
|
fill: "currentColor"
|
|
1207
|
-
})), _path2$
|
|
1262
|
+
})), _path2$5 || (_path2$5 = /*#__PURE__*/React.createElement("path", {
|
|
1208
1263
|
d: "M8.064 32.01a8.06 8.06 0 0 1-2.707-.471 8.011 8.011 0 0 1-4.583-4.136 8.028 8.028 0 0 1 .011-6.952 1.006 1.006 0 0 1 1.335-.47c.497.239.706.836.47 1.334a6.04 6.04 0 0 0-.009 5.228 6.027 6.027 0 0 0 3.447 3.112 6.018 6.018 0 0 0 4.637-.237 1 1 0 0 1 1.332.473c.115.241.13.513.039.764a.992.992 0 0 1-.513.568 7.976 7.976 0 0 1-3.46.786Zm19.513-1.965a2.98 2.98 0 0 1-2.121-.877l-4.243-4.243a3.004 3.004 0 0 1 0-4.242l-1.415-1.415-.707.708a2.98 2.98 0 0 1-2.122.877 2.98 2.98 0 0 1-2.121-.877l-2.827-2.83a2.98 2.98 0 0 1-.877-2.12c0-.803.312-1.557.877-2.122l.708-.708-1.414-1.413a2.977 2.977 0 0 1-2.122.877c-.801 0-1.556-.31-2.121-.877L2.829 6.54a3.004 3.004 0 0 1 0-4.243L4.244.883A2.98 2.98 0 0 1 6.365.005c.803 0 1.555.312 2.121.879l4.243 4.243a3.004 3.004 0 0 1 0 4.242l1.415 1.415 5.601-5.601a5.136 5.136 0 0 1 6.443-.785l1.486-1.487c.19-.19.44-.294.707-.294a.99.99 0 0 1 .707.294c.19.189.293.44.293.706a.99.99 0 0 1-.293.707l-1.486 1.485a4.993 4.993 0 0 1-.637 6.294l-5.75 5.752 1.414 1.414a2.985 2.985 0 0 1 2.121-.877c.802 0 1.556.312 2.122.877l4.242 4.243a3.004 3.004 0 0 1 0 4.243L29.7 29.169a2.984 2.984 0 0 1-2.123.876Zm-2.828-9.654a.992.992 0 0 0-.706.292l-1.415 1.414c-.39.39-.39 1.024 0 1.415l4.242 4.243c.19.189.44.292.707.292a.994.994 0 0 0 .707-.292l1.415-1.415a1.004 1.004 0 0 0 0-1.415l-4.243-4.242a.992.992 0 0 0-.707-.292ZM23.453 5.605c-.856 0-1.686.356-2.28.975l-7.738 7.739a1 1 0 0 0 0 1.414l2.829 2.83c.188.188.44.292.707.292a.992.992 0 0 0 .706-.292l7.873-7.875a3.003 3.003 0 0 0 .023-4.223c-.008-.006-.033-.033-.04-.04a2.995 2.995 0 0 0-.368-.308 3.089 3.089 0 0 0-1.712-.512Zm-17.088-3.6a.99.99 0 0 0-.707.294L4.244 3.712a.993.993 0 0 0-.294.707.99.99 0 0 0 .294.706l4.242 4.243c.188.188.44.292.707.292a.994.994 0 0 0 .707-.292l1.415-1.415a.993.993 0 0 0 .293-.706.99.99 0 0 0-.293-.707L7.072 2.297a.997.997 0 0 0-.707-.292Z",
|
|
1209
1264
|
fill: "currentColor"
|
|
1210
1265
|
})));
|
|
1211
1266
|
};
|
|
1212
1267
|
|
|
1213
|
-
var _path$
|
|
1268
|
+
var _path$a;
|
|
1214
1269
|
|
|
1215
|
-
function _extends$
|
|
1270
|
+
function _extends$h() { _extends$h = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1216
1271
|
|
|
1217
1272
|
var SvgSearch = function SvgSearch(props) {
|
|
1218
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1273
|
+
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
1219
1274
|
width: 16,
|
|
1220
1275
|
height: 16,
|
|
1221
1276
|
fill: "none",
|
|
1222
1277
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1223
|
-
}, props), _path$
|
|
1278
|
+
}, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
|
|
1224
1279
|
d: "M15.497 15.997a.495.495 0 0 1-.354-.146L10.8 11.507a6.547 6.547 0 0 1-1.702 1.052 6.51 6.51 0 0 1-5.007.046A6.497 6.497 0 0 1 .52 9.097a6.499 6.499 0 0 1-.046-5.006A6.5 6.5 0 0 1 3.98.518 6.496 6.496 0 0 1 8.987.472c1.62.654 2.889 1.9 3.572 3.508.684 1.609.7 3.387.046 5.007a6.54 6.54 0 0 1-1.099 1.812l4.345 4.345a.501.501 0 0 1-.354.853ZM6.538.993c-.743 0-1.473.15-2.167.445A5.507 5.507 0 0 0 1.4 4.465a5.507 5.507 0 0 0 .039 4.241 5.507 5.507 0 0 0 3.027 2.972 5.52 5.52 0 0 0 4.241-.04 5.523 5.523 0 0 0 2.971-3.026 5.504 5.504 0 0 0-.039-4.241 5.505 5.505 0 0 0-3.027-2.972A5.52 5.52 0 0 0 6.538.993Z",
|
|
1225
1280
|
fill: "currentColor"
|
|
1226
1281
|
})));
|
|
1227
1282
|
};
|
|
1228
1283
|
|
|
1229
|
-
var _path$
|
|
1284
|
+
var _path$9, _path2$4, _path3$1, _path4;
|
|
1230
1285
|
|
|
1231
|
-
function _extends$
|
|
1286
|
+
function _extends$g() { _extends$g = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1232
1287
|
|
|
1233
1288
|
var SvgServerLock = function SvgServerLock(props) {
|
|
1234
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1289
|
+
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
1235
1290
|
width: 24,
|
|
1236
1291
|
height: 24,
|
|
1237
1292
|
fill: "currentColor",
|
|
1238
1293
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1239
|
-
}, props), _path$
|
|
1294
|
+
}, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
|
|
1240
1295
|
d: "M5.25 6.375a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25ZM5.25 15.375a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z"
|
|
1241
|
-
})), _path2$
|
|
1296
|
+
})), _path2$4 || (_path2$4 = /*#__PURE__*/React.createElement("path", {
|
|
1242
1297
|
d: "M5.25 19.5A5.256 5.256 0 0 1 0 14.25c0-1.865.979-3.56 2.548-4.5A5.236 5.236 0 0 1 0 5.25 5.256 5.256 0 0 1 5.25 0h12a5.24 5.24 0 0 1 4.646 2.803c.967 1.833.778 3.973-.52 5.87a.75.75 0 1 1-1.238-.847c.973-1.423 1.13-2.999.431-4.323A3.746 3.746 0 0 0 17.25 1.5h-12A3.754 3.754 0 0 0 1.5 5.25 3.754 3.754 0 0 0 5.25 9h9.749a.75.75 0 0 1 0 1.5H5.25a3.754 3.754 0 0 0-3.75 3.75A3.754 3.754 0 0 0 5.25 18h6a.75.75 0 0 1 0 1.5h-6Z"
|
|
1243
1298
|
})), _path3$1 || (_path3$1 = /*#__PURE__*/React.createElement("path", {
|
|
1244
1299
|
d: "M10.5 6a.75.75 0 0 1 0-1.5h6.75a.75.75 0 0 1 0 1.5H10.5ZM10.5 15a.75.75 0 0 1 0-1.5H12a.75.75 0 0 1 0 1.5h-1.5ZM15.75 24a2.252 2.252 0 0 1-2.25-2.25v-4.5c0-.96.615-1.808 1.5-2.121v-.879a3.754 3.754 0 0 1 3.75-3.75 3.754 3.754 0 0 1 3.75 3.75v.879A2.26 2.26 0 0 1 24 17.25v4.5A2.252 2.252 0 0 1 21.75 24h-6Zm0-7.5a.75.75 0 0 0-.75.75v4.5c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75h-6ZM21 15v-.75A2.252 2.252 0 0 0 18.75 12a2.252 2.252 0 0 0-2.25 2.25L21 15Z"
|
|
@@ -1247,38 +1302,38 @@ var SvgServerLock = function SvgServerLock(props) {
|
|
|
1247
1302
|
})));
|
|
1248
1303
|
};
|
|
1249
1304
|
|
|
1250
|
-
var _path$
|
|
1305
|
+
var _path$8, _path2$3;
|
|
1251
1306
|
|
|
1252
|
-
function _extends$
|
|
1307
|
+
function _extends$f() { _extends$f = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1253
1308
|
|
|
1254
1309
|
var SvgSettingsVertical = function SvgSettingsVertical(props) {
|
|
1255
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1310
|
+
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
1256
1311
|
width: 16,
|
|
1257
1312
|
height: 16,
|
|
1258
1313
|
fill: "none",
|
|
1259
1314
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1260
|
-
}, props), _path$
|
|
1315
|
+
}, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
|
|
1261
1316
|
d: "M1.5 16C.673 16 0 15.327 0 14.5v-13C0 .673.673 0 1.5 0h13c.827 0 1.5.673 1.5 1.5v13c0 .827-.673 1.5-1.5 1.5h-13Zm0-15a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5h-13Z",
|
|
1262
1317
|
fill: "currentColor"
|
|
1263
|
-
})), _path2$
|
|
1318
|
+
})), _path2$3 || (_path2$3 = /*#__PURE__*/React.createElement("path", {
|
|
1264
1319
|
d: "M10.5 13.01a.5.5 0 0 1-.5-.5v-1.565A2.01 2.01 0 0 1 8.5 9.01c0-.913.631-1.71 1.5-1.934V3.51a.5.5 0 0 1 1 0v3.565a2.01 2.01 0 0 1 1.5 1.934 2.01 2.01 0 0 1-1.5 1.935v1.565a.5.5 0 0 1-.5.501Zm0-5a1.001 1.001 0 0 0 0 2 1.001 1.001 0 0 0 0-2ZM5.5 13.01a.5.5 0 0 1-.5-.5V6.945A2.01 2.01 0 0 1 3.5 5.01c0-1.103.897-2 2-2s2 .897 2 2A2.01 2.01 0 0 1 6 6.945v5.565a.5.5 0 0 1-.5.5Zm0-9a1.001 1.001 0 0 0 0 2 1.001 1.001 0 0 0 0-2Z",
|
|
1265
1320
|
fill: "currentColor"
|
|
1266
1321
|
})));
|
|
1267
1322
|
};
|
|
1268
1323
|
|
|
1269
|
-
var _path$
|
|
1324
|
+
var _path$7, _path2$2, _path3;
|
|
1270
1325
|
|
|
1271
|
-
function _extends$
|
|
1326
|
+
function _extends$e() { _extends$e = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1272
1327
|
|
|
1273
1328
|
var SvgServer2 = function SvgServer2(props) {
|
|
1274
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1329
|
+
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
1275
1330
|
viewBox: "0 0 24 24",
|
|
1276
1331
|
fill: "none",
|
|
1277
1332
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1278
|
-
}, props), _path$
|
|
1333
|
+
}, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
|
|
1279
1334
|
d: "M4.5 8.625a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25ZM4.5 17.625a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z",
|
|
1280
1335
|
fill: "currentColor"
|
|
1281
|
-
})), _path2$
|
|
1336
|
+
})), _path2$2 || (_path2$2 = /*#__PURE__*/React.createElement("path", {
|
|
1282
1337
|
d: "M5.251 21.75a5.256 5.256 0 0 1-5.25-5.25c0-1.865.979-3.559 2.548-4.5A5.236 5.236 0 0 1 .001 7.5a5.256 5.256 0 0 1 5.25-5.25h13.5a5.256 5.256 0 0 1 5.25 5.25 5.238 5.238 0 0 1-2.548 4.5 5.238 5.238 0 0 1 2.548 4.5 5.256 5.256 0 0 1-5.25 5.25h-13.5Zm0-9a3.754 3.754 0 0 0-3.75 3.75 3.754 3.754 0 0 0 3.75 3.75h13.5a3.754 3.754 0 0 0 3.75-3.75 3.754 3.754 0 0 0-3.75-3.75h-13.5Zm0-9a3.754 3.754 0 0 0-3.75 3.75 3.754 3.754 0 0 0 3.75 3.75h13.5a3.754 3.754 0 0 0 3.75-3.75 3.754 3.754 0 0 0-3.75-3.75h-13.5Z",
|
|
1283
1338
|
fill: "currentColor"
|
|
1284
1339
|
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
@@ -1287,23 +1342,54 @@ var SvgServer2 = function SvgServer2(props) {
|
|
|
1287
1342
|
})));
|
|
1288
1343
|
};
|
|
1289
1344
|
|
|
1290
|
-
var _g$
|
|
1345
|
+
var _rect$1, _g$6, _defs$4;
|
|
1291
1346
|
|
|
1292
|
-
function _extends$
|
|
1347
|
+
function _extends$d() { _extends$d = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1348
|
+
|
|
1349
|
+
var SvgSupportCircle = function SvgSupportCircle(props) {
|
|
1350
|
+
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
1351
|
+
width: 32,
|
|
1352
|
+
height: 32,
|
|
1353
|
+
fill: "none",
|
|
1354
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1355
|
+
}, props), _rect$1 || (_rect$1 = /*#__PURE__*/React.createElement("rect", {
|
|
1356
|
+
width: 32,
|
|
1357
|
+
height: 32,
|
|
1358
|
+
rx: 16,
|
|
1359
|
+
fill: "currentColor"
|
|
1360
|
+
})), _g$6 || (_g$6 = /*#__PURE__*/React.createElement("g", {
|
|
1361
|
+
clipPath: "url(#support-circle_svg__a)",
|
|
1362
|
+
fill: "#fff"
|
|
1363
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1364
|
+
d: "M21.498 24a.495.495 0 0 1-.353-.147L18.29 21H18c-2.206 0-4-1.795-4-4s1.794-4 4-4h2c2.206 0 4 1.795 4 4a3.983 3.983 0 0 1-2 3.453V23.5a.5.5 0 0 1-.501.5Zm-3.5-10c-1.654 0-3 1.346-3 3s1.346 3 3 3h.5a.5.5 0 0 1 .353.147l2.147 2.146v-2.142c0-.192.113-.37.286-.452A3.006 3.006 0 0 0 22.998 17c0-1.653-1.345-3-2.999-3h-2.001Z"
|
|
1365
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1366
|
+
d: "M10.498 19a.498.498 0 0 1-.5-.5v-3.047a3.978 3.978 0 0 1-1.767-2.114 3.966 3.966 0 0 1 .149-3.052A4.01 4.01 0 0 1 11.99 8h2.008a4.027 4.027 0 0 1 3.835 2.857.5.5 0 0 1-.958.286A3.02 3.02 0 0 0 13.998 9h-2c-1.16 0-2.222.673-2.714 1.715a2.974 2.974 0 0 0-.111 2.287c.269.753.816 1.355 1.538 1.697.174.082.287.26.287.452v2.142l1.147-1.146a.496.496 0 0 1 .706 0 .501.501 0 0 1 0 .707l-2 2a.496.496 0 0 1-.353.146Z"
|
|
1367
|
+
}))), _defs$4 || (_defs$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1368
|
+
id: "support-circle_svg__a"
|
|
1369
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1370
|
+
fill: "#fff",
|
|
1371
|
+
transform: "translate(8 8)",
|
|
1372
|
+
d: "M0 0h16v16H0z"
|
|
1373
|
+
})))));
|
|
1374
|
+
};
|
|
1375
|
+
|
|
1376
|
+
var _g$5, _defs$3;
|
|
1377
|
+
|
|
1378
|
+
function _extends$c() { _extends$c = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1293
1379
|
|
|
1294
1380
|
var SvgSupport = function SvgSupport(props) {
|
|
1295
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1381
|
+
return /*#__PURE__*/React.createElement("svg", _extends$c({
|
|
1296
1382
|
fill: "none",
|
|
1297
1383
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1298
1384
|
viewBox: "0 0 16 16"
|
|
1299
|
-
}, props), _g$
|
|
1385
|
+
}, props), _g$5 || (_g$5 = /*#__PURE__*/React.createElement("g", {
|
|
1300
1386
|
clipPath: "url(#support_svg__a)",
|
|
1301
1387
|
fill: "currentColor"
|
|
1302
1388
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1303
1389
|
d: "M13.498 16a.495.495 0 0 1-.353-.147L10.29 13H10c-2.206 0-4-1.795-4-4s1.794-4 4-4h2c2.206 0 4 1.795 4 4a3.983 3.983 0 0 1-2 3.453V15.5a.5.5 0 0 1-.501.5zm-3.5-10c-1.654 0-3 1.346-3 3s1.346 3 3 3h.5a.5.5 0 0 1 .353.147l2.147 2.146v-2.142c0-.192.113-.37.286-.452A3.006 3.006 0 0 0 14.998 9c0-1.653-1.345-3-2.999-3H9.998z"
|
|
1304
1390
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1305
1391
|
d: "M2.498 11a.498.498 0 0 1-.5-.5V7.453A3.978 3.978 0 0 1 .231 5.34 3.966 3.966 0 0 1 .38 2.287 4.01 4.01 0 0 1 3.99 0h2.008a4.027 4.027 0 0 1 3.835 2.857.5.5 0 0 1-.958.286A3.02 3.02 0 0 0 5.998 1h-2c-1.16 0-2.222.673-2.714 1.715a2.974 2.974 0 0 0-.111 2.287 2.973 2.973 0 0 0 1.538 1.697c.174.082.287.26.287.452v2.142l1.147-1.146a.496.496 0 0 1 .706 0 .501.501 0 0 1 0 .707l-2 2a.496.496 0 0 1-.353.146z"
|
|
1306
|
-
}))), _defs$
|
|
1392
|
+
}))), _defs$3 || (_defs$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1307
1393
|
id: "support_svg__a"
|
|
1308
1394
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1309
1395
|
fill: "#fff",
|
|
@@ -1311,16 +1397,16 @@ var SvgSupport = function SvgSupport(props) {
|
|
|
1311
1397
|
})))));
|
|
1312
1398
|
};
|
|
1313
1399
|
|
|
1314
|
-
var _g$
|
|
1400
|
+
var _g$4, _defs$2;
|
|
1315
1401
|
|
|
1316
|
-
function _extends$
|
|
1402
|
+
function _extends$b() { _extends$b = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1317
1403
|
|
|
1318
1404
|
var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
1319
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1405
|
+
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
1320
1406
|
fill: "none",
|
|
1321
1407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1322
1408
|
viewBox: "0 0 32 32"
|
|
1323
|
-
}, props), _g$
|
|
1409
|
+
}, props), _g$4 || (_g$4 = /*#__PURE__*/React.createElement("g", {
|
|
1324
1410
|
clipPath: "url(#support-headphones_svg__a)",
|
|
1325
1411
|
fillRule: "evenodd",
|
|
1326
1412
|
clipRule: "evenodd",
|
|
@@ -1331,7 +1417,7 @@ var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
|
1331
1417
|
d: "M16 2A10 10 0 0 0 6 12a1 1 0 1 1-2 0 12 12 0 1 1 24 0 1 1 0 1 1-2 0A10 10 0 0 0 16 2Zm11 21a1 1 0 0 1 1 1v1a5 5 0 0 1-5 5h-3a1 1 0 1 1 0-2h3a3 3 0 0 0 3-3v-1a1 1 0 0 1 1-1Z"
|
|
1332
1418
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1333
1419
|
d: "M16 28a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2Zm-2.121-1.121A3 3 0 0 1 16 26h2a3 3 0 0 1 0 6h-2a3 3 0 0 1-2.121-5.121Z"
|
|
1334
|
-
}))), _defs$
|
|
1420
|
+
}))), _defs$2 || (_defs$2 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1335
1421
|
id: "support-headphones_svg__a"
|
|
1336
1422
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1337
1423
|
fill: "#fff",
|
|
@@ -1339,121 +1425,105 @@ var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
|
1339
1425
|
})))));
|
|
1340
1426
|
};
|
|
1341
1427
|
|
|
1342
|
-
var
|
|
1428
|
+
var _path$6;
|
|
1343
1429
|
|
|
1344
|
-
function _extends$
|
|
1430
|
+
function _extends$a() { _extends$a = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1345
1431
|
|
|
1346
|
-
var
|
|
1347
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1348
|
-
width: 32,
|
|
1349
|
-
height: 32,
|
|
1432
|
+
var SvgSystem = function SvgSystem(props) {
|
|
1433
|
+
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
1350
1434
|
fill: "none",
|
|
1351
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
rx: 16,
|
|
1435
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1436
|
+
viewBox: "0 0 16 16"
|
|
1437
|
+
}, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
|
|
1438
|
+
d: "M2.231 15.922a2.141 2.141 0 0 1-1.524-.63 2.158 2.158 0 0 1 0-3.049l6.68-6.677a4.36 4.36 0 0 1 .372-3.24A4.308 4.308 0 0 1 10.342.243a4.37 4.37 0 0 1 1.227-.178 4.33 4.33 0 0 1 2.072.533.501.501 0 0 1 .114.792L11.69 3.456v.851h.852l2.077-2.076a.492.492 0 0 1 .413-.13.503.503 0 0 1 .368.255 4.335 4.335 0 0 1 .273 3.55 4.35 4.35 0 0 1-4.081 2.863c-.392 0-.781-.053-1.159-.16l-6.679 6.682c-.406.407-.948.63-1.524.63zm9.337-14.856c-.317 0-.635.046-.944.137a3.336 3.336 0 0 0-2.197 4.331.503.503 0 0 1-.117.524L1.414 12.95a1.158 1.158 0 0 0 0 1.634c.218.218.508.338.817.338.309 0 .599-.12.816-.338l6.894-6.896a.496.496 0 0 1 .522-.116 3.31 3.31 0 0 0 1.129.198 3.346 3.346 0 0 0 3.14-2.204 3.322 3.322 0 0 0 .057-2.09l-1.687 1.686a.503.503 0 0 1-.353.146H11.19a.5.5 0 0 1-.5-.5V3.25c0-.133.052-.26.147-.353l1.686-1.688a3.254 3.254 0 0 0-.955-.142z",
|
|
1356
1439
|
fill: "currentColor"
|
|
1357
|
-
}))
|
|
1358
|
-
clipPath: "url(#support-circle_svg__a)",
|
|
1359
|
-
fill: "#fff"
|
|
1360
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1361
|
-
d: "M21.498 24a.495.495 0 0 1-.353-.147L18.29 21H18c-2.206 0-4-1.795-4-4s1.794-4 4-4h2c2.206 0 4 1.795 4 4a3.983 3.983 0 0 1-2 3.453V23.5a.5.5 0 0 1-.501.5Zm-3.5-10c-1.654 0-3 1.346-3 3s1.346 3 3 3h.5a.5.5 0 0 1 .353.147l2.147 2.146v-2.142c0-.192.113-.37.286-.452A3.006 3.006 0 0 0 22.998 17c0-1.653-1.345-3-2.999-3h-2.001Z"
|
|
1362
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1363
|
-
d: "M10.498 19a.498.498 0 0 1-.5-.5v-3.047a3.978 3.978 0 0 1-1.767-2.114 3.966 3.966 0 0 1 .149-3.052A4.01 4.01 0 0 1 11.99 8h2.008a4.027 4.027 0 0 1 3.835 2.857.5.5 0 0 1-.958.286A3.02 3.02 0 0 0 13.998 9h-2c-1.16 0-2.222.673-2.714 1.715a2.974 2.974 0 0 0-.111 2.287c.269.753.816 1.355 1.538 1.697.174.082.287.26.287.452v2.142l1.147-1.146a.496.496 0 0 1 .706 0 .501.501 0 0 1 0 .707l-2 2a.496.496 0 0 1-.353.146Z"
|
|
1364
|
-
}))), _defs$4 || (_defs$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1365
|
-
id: "support-circle_svg__a"
|
|
1366
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1367
|
-
fill: "#fff",
|
|
1368
|
-
transform: "translate(8 8)",
|
|
1369
|
-
d: "M0 0h16v16H0z"
|
|
1370
|
-
})))));
|
|
1440
|
+
})));
|
|
1371
1441
|
};
|
|
1372
1442
|
|
|
1373
|
-
var _path$
|
|
1443
|
+
var _path$5;
|
|
1374
1444
|
|
|
1375
|
-
function _extends$
|
|
1445
|
+
function _extends$9() { _extends$9 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
|
|
1376
1446
|
|
|
1377
|
-
var
|
|
1378
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1379
|
-
fill: "none",
|
|
1447
|
+
var SvgTag = function SvgTag(props) {
|
|
1448
|
+
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
1380
1449
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
fill: "currentColor"
|
|
1450
|
+
fill: "none",
|
|
1451
|
+
viewBox: "0 0 12 12"
|
|
1452
|
+
}, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
|
|
1453
|
+
fill: "currentColor",
|
|
1454
|
+
d: "M11.31 5.69 5.42 11.5a1 1 0 0 1-.695.28A1.001 1.001 0 0 1 4 11.5L.47 7.965A1 1 0 0 1 .5 6.5L6.35.75l.025-.03A1.89 1.89 0 0 1 7.57.22h3.25a1 1 0 0 1 1 1V4.5a1.89 1.89 0 0 1-.51 1.19ZM9.57 3.23a.75.75 0 1 0-1.5.04.75.75 0 0 0 1.5-.04Z"
|
|
1385
1455
|
})));
|
|
1386
1456
|
};
|
|
1387
1457
|
|
|
1388
|
-
var _g$
|
|
1458
|
+
var _g$3, _defs$1;
|
|
1389
1459
|
|
|
1390
|
-
function _extends$
|
|
1460
|
+
function _extends$8() { _extends$8 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
|
|
1391
1461
|
|
|
1392
1462
|
var SvgTarget = function SvgTarget(props) {
|
|
1393
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1463
|
+
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
1394
1464
|
width: 16,
|
|
1395
1465
|
height: 16,
|
|
1396
1466
|
fill: "currentColor",
|
|
1397
1467
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1398
|
-
}, props), _g$
|
|
1468
|
+
}, props), _g$3 || (_g$3 = /*#__PURE__*/React.createElement("g", {
|
|
1399
1469
|
clipPath: "url(#target_svg__a)"
|
|
1400
1470
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1401
1471
|
d: "M8.002 15.997a.5.5 0 0 1-.5-.5v-1.521c-2.893-.242-5.237-2.586-5.478-5.479H.502a.5.5 0 0 1 0-1h1.522C2.267 4.604 4.61 2.262 7.502 2.02V.497a.5.5 0 0 1 1 0V2.02c2.893.242 5.236 2.585 5.478 5.477h1.522a.5.5 0 0 1 0 1h-1.521c-.242 2.893-2.586 5.237-5.479 5.479v1.521a.5.5 0 0 1-.5.5Zm-4.975-7.5c.236 2.34 2.135 4.239 4.475 4.475v-1.475a.5.5 0 0 1 1 0v1.475c2.34-.236 4.238-2.134 4.475-4.475h-1.475a.5.5 0 0 1 0-1h1.475c-.237-2.34-2.135-4.237-4.475-4.474v1.474a.5.5 0 0 1-1 0V3.023c-2.34.237-4.238 2.134-4.475 4.474h1.475a.5.5 0 0 1 0 1H3.027Z"
|
|
1402
|
-
}))), _defs$
|
|
1472
|
+
}))), _defs$1 || (_defs$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1403
1473
|
id: "target_svg__a"
|
|
1404
1474
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1405
1475
|
d: "M0 0h16v16H0z"
|
|
1406
1476
|
})))));
|
|
1407
1477
|
};
|
|
1408
1478
|
|
|
1409
|
-
var _g$
|
|
1479
|
+
var _g$2, _defs;
|
|
1410
1480
|
|
|
1411
|
-
function _extends$
|
|
1481
|
+
function _extends$7() { _extends$7 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
|
|
1412
1482
|
|
|
1413
1483
|
var SvgTransaction = function SvgTransaction(props) {
|
|
1414
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1484
|
+
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
1415
1485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1416
1486
|
fill: "none",
|
|
1417
1487
|
viewBox: "0 0 24 24"
|
|
1418
|
-
}, props), _g$
|
|
1488
|
+
}, props), _g$2 || (_g$2 = /*#__PURE__*/React.createElement("g", {
|
|
1419
1489
|
fill: "currentColor",
|
|
1420
1490
|
clipPath: "url(#transaction_svg__a)"
|
|
1421
1491
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1422
1492
|
d: "M7.5 9.75a4.88 4.88 0 0 1-4.875-4.875A4.88 4.88 0 0 1 7.5 0a4.88 4.88 0 0 1 4.875 4.875A4.88 4.88 0 0 1 7.5 9.75Zm0-8.25a3.379 3.379 0 0 0-3.375 3.375A3.379 3.379 0 0 0 7.5 8.25a3.379 3.379 0 0 0 3.375-3.375A3.379 3.379 0 0 0 7.5 1.5ZM.75 18a.75.75 0 0 1-.75-.75c0-4.135 3.365-7.5 7.5-7.5.29.005.574.027.851.065a.75.75 0 0 1-.201 1.486 5.956 5.956 0 0 0-.664-.052c-3.298 0-5.986 2.692-5.986 6A.75.75 0 0 1 .75 18Zm12 6a2.252 2.252 0 0 1-2.25-2.25v-9a2.252 2.252 0 0 1 2.25-2.25h9A2.252 2.252 0 0 1 24 12.75v9A2.252 2.252 0 0 1 21.75 24h-9Zm0-12a.75.75 0 0 0-.75.75v9c0 .414.336.75.75.75h9a.75.75 0 0 0 .75-.75v-9a.75.75 0 0 0-.75-.75h-9Z"
|
|
1423
1493
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1424
1494
|
d: "M14.25 15a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 0 1.5h-6Zm0 3a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 0 1.5h-6Zm0 3a.75.75 0 0 1 0-1.5h2.25a.75.75 0 0 1 0 1.5h-2.25Z"
|
|
1425
|
-
}))), _defs
|
|
1495
|
+
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1426
1496
|
id: "transaction_svg__a"
|
|
1427
1497
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1428
1498
|
d: "M0 0h24v24H0z"
|
|
1429
1499
|
})))));
|
|
1430
1500
|
};
|
|
1431
1501
|
|
|
1432
|
-
var _path$
|
|
1502
|
+
var _path$4, _path2$1;
|
|
1433
1503
|
|
|
1434
|
-
function _extends$
|
|
1504
|
+
function _extends$6() { _extends$6 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
|
|
1435
1505
|
|
|
1436
1506
|
var SvgUploadBottom = function SvgUploadBottom(props) {
|
|
1437
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1507
|
+
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
1438
1508
|
width: 16,
|
|
1439
1509
|
height: 16,
|
|
1440
1510
|
fill: "none",
|
|
1441
1511
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1442
|
-
}, props), _path$
|
|
1512
|
+
}, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
1443
1513
|
d: "M8 11a.5.5 0 0 1-.5-.5V3.707L5.353 5.854a.497.497 0 0 1-.706 0 .495.495 0 0 1 0-.707l2.999-3a.493.493 0 0 1 .163-.109l.017-.006a.496.496 0 0 1 .348 0l.013.005c.065.026.12.063.167.11l3 3a.495.495 0 0 1 0 .706.499.499 0 0 1-.707 0L8.5 3.707V10.5a.5.5 0 0 1-.5.5Z",
|
|
1444
1514
|
fill: "currentColor"
|
|
1445
|
-
})), _path2$
|
|
1515
|
+
})), _path2$1 || (_path2$1 = /*#__PURE__*/React.createElement("path", {
|
|
1446
1516
|
d: "M2.5 14A2.503 2.503 0 0 1 0 11.5v-1a.5.5 0 0 1 1 0v1c0 .827.673 1.5 1.5 1.5h11c.827 0 1.5-.673 1.5-1.5v-1a.5.5 0 0 1 1 0v1c0 1.379-1.121 2.5-2.5 2.5h-11Z",
|
|
1447
1517
|
fill: "currentColor"
|
|
1448
1518
|
})));
|
|
1449
1519
|
};
|
|
1450
1520
|
|
|
1451
|
-
var _rect, _path$
|
|
1521
|
+
var _rect, _path$3;
|
|
1452
1522
|
|
|
1453
|
-
function _extends$
|
|
1523
|
+
function _extends$5() { _extends$5 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5.apply(this, arguments); }
|
|
1454
1524
|
|
|
1455
1525
|
var SvgUserCircle = function SvgUserCircle(props) {
|
|
1456
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1526
|
+
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
1457
1527
|
width: 32,
|
|
1458
1528
|
height: 32,
|
|
1459
1529
|
fill: "none",
|
|
@@ -1463,22 +1533,22 @@ var SvgUserCircle = function SvgUserCircle(props) {
|
|
|
1463
1533
|
height: 32,
|
|
1464
1534
|
rx: 16,
|
|
1465
1535
|
fill: "currentColor"
|
|
1466
|
-
})), _path$
|
|
1536
|
+
})), _path$3 || (_path$3 = /*#__PURE__*/React.createElement("path", {
|
|
1467
1537
|
d: "M16 16c-2.205 0-4-1.795-4-4s1.795-4 4-4 4 1.795 4 4-1.795 4-4 4Zm0-7c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3ZM22.5 24a.5.5 0 0 1-.5-.5c0-3.309-2.691-6-6-6s-6 2.691-6 6a.5.5 0 0 1-1 0c0-3.86 3.14-7 7-7s7 3.14 7 7a.5.5 0 0 1-.5.5Z",
|
|
1468
1538
|
fill: "#fff"
|
|
1469
1539
|
})));
|
|
1470
1540
|
};
|
|
1471
1541
|
|
|
1472
|
-
var _g$
|
|
1542
|
+
var _g$1;
|
|
1473
1543
|
|
|
1474
|
-
function _extends$
|
|
1544
|
+
function _extends$4() { _extends$4 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
|
|
1475
1545
|
|
|
1476
1546
|
var SvgViewOff = function SvgViewOff(props) {
|
|
1477
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1547
|
+
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
1478
1548
|
viewBox: "0 0 24 24",
|
|
1479
1549
|
fill: "none",
|
|
1480
1550
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1481
|
-
}, props), _g$
|
|
1551
|
+
}, props), _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
|
|
1482
1552
|
fill: "currentColor"
|
|
1483
1553
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1484
1554
|
d: "M2.783 21.75a.756.756 0 0 1-.541-.23.745.745 0 0 1-.21-.535.745.745 0 0 1 .232-.526l18.75-18a.745.745 0 0 1 1.06.022.748.748 0 0 1-.021 1.061l-18.75 18a.753.753 0 0 1-.52.208Zm9.205-1.5-.11.001c-1.048 0-2.103-.163-3.137-.483a.751.751 0 0 1 .223-1.466.73.73 0 0 1 .222.034c.888.276 1.8.416 2.709.416l.249.001c3.853 0 7.756-2.786 10.125-5.393a.91.91 0 0 0-.002-1.22 19.788 19.788 0 0 0-2.96-2.653.744.744 0 0 1-.298-.49.752.752 0 0 1 1.183-.722 21.35 21.35 0 0 1 3.187 2.858c.832.923.832 2.312.003 3.233-2.586 2.846-6.895 5.886-11.237 5.886l-.157-.002Zm-8.21-3.239a.751.751 0 0 1-.46-.158 21.623 21.623 0 0 1-2.693-2.486 2.41 2.41 0 0 1-.003-3.234c2.586-2.845 6.896-5.884 11.236-5.884l.237.001c.846 0 1.687.102 2.5.305a.749.749 0 1 1-.363 1.456 8.807 8.807 0 0 0-2.13-.26h-.228c-3.863 0-7.771 2.785-10.14 5.391a.91.91 0 0 0 .002 1.22 20.146 20.146 0 0 0 2.503 2.31.746.746 0 0 1 .132 1.052.752.752 0 0 1-.593.287Z"
|
|
@@ -1487,53 +1557,53 @@ var SvgViewOff = function SvgViewOff(props) {
|
|
|
1487
1557
|
}))));
|
|
1488
1558
|
};
|
|
1489
1559
|
|
|
1490
|
-
var _path$
|
|
1560
|
+
var _path$2, _path2;
|
|
1491
1561
|
|
|
1492
|
-
function _extends$
|
|
1562
|
+
function _extends$3() { _extends$3 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
|
|
1493
1563
|
|
|
1494
1564
|
var SvgViewOn = function SvgViewOn(props) {
|
|
1495
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1565
|
+
return /*#__PURE__*/React.createElement("svg", _extends$3({
|
|
1496
1566
|
width: 16,
|
|
1497
1567
|
height: 16,
|
|
1498
1568
|
viewBox: "0 0 24 24",
|
|
1499
1569
|
fill: "none",
|
|
1500
1570
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1501
|
-
}, props), _path$
|
|
1571
|
+
}, props), _path$2 || (_path$2 = /*#__PURE__*/React.createElement("path", {
|
|
1502
1572
|
d: "M11.842 19.499c-4.333 0-8.636-3.04-11.219-5.884a2.409 2.409 0 0 1-.002-3.232C3.205 7.538 7.513 4.5 11.855 4.5l.151.001.153-.001c4.328 0 8.634 3.038 11.219 5.881.831.923.832 2.312.002 3.233-2.586 2.846-6.897 5.886-11.245 5.886l-.149-.001h-.144Zm.011-13.5c-3.851 0-7.753 2.784-10.12 5.39a.91.91 0 0 0 .002 1.22c2.366 2.605 6.267 5.39 10.12 5.39l.131-.001.136.001c3.867 0 7.776-2.785 10.145-5.392a.91.91 0 0 0-.002-1.22C19.897 8.783 15.993 6 12.142 6l-.156.001-.133-.002Z",
|
|
1503
1573
|
fill: "currentColor"
|
|
1504
|
-
})), _path2
|
|
1574
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
1505
1575
|
d: "M11.998 16.498a4.471 4.471 0 0 1-3.182-1.319 4.465 4.465 0 0 1-1.317-3.182 4.505 4.505 0 0 1 4.5-4.499c1.202 0 2.332.468 3.182 1.317a4.468 4.468 0 0 1 1.318 3.181 4.471 4.471 0 0 1-1.319 3.185 4.474 4.474 0 0 1-3.182 1.317Zm.002-7.5c-1.654 0-3 1.345-3 2.999 0 .801.312 1.555.878 2.121a2.98 2.98 0 0 0 2.121.879 2.98 2.98 0 0 0 2.121-.878c.566-.566.879-1.32.879-2.121 0-.804-.312-1.557-.879-2.123A2.982 2.982 0 0 0 12 8.998Z",
|
|
1506
1576
|
fill: "currentColor"
|
|
1507
1577
|
})));
|
|
1508
1578
|
};
|
|
1509
1579
|
|
|
1510
|
-
var _path$
|
|
1580
|
+
var _path$1;
|
|
1511
1581
|
|
|
1512
|
-
function _extends$
|
|
1582
|
+
function _extends$2() { _extends$2 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
|
|
1513
1583
|
|
|
1514
1584
|
var SvgWeatherCloud = function SvgWeatherCloud(props) {
|
|
1515
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1585
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2({
|
|
1516
1586
|
fill: "none",
|
|
1517
1587
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1518
1588
|
viewBox: "0 0 32 26"
|
|
1519
|
-
}, props), _path$
|
|
1589
|
+
}, props), _path$1 || (_path$1 = /*#__PURE__*/React.createElement("path", {
|
|
1520
1590
|
d: "M6 15.312a.995.995 0 0 1-.837-.453A6.993 6.993 0 0 1 4.092 12H1a1 1 0 0 1 0-2h3.103c.02-.143.042-.276.07-.407.21-1 .639-1.945 1.248-2.758L3.223 4.636a.99.99 0 0 1-.294-.707.99.99 0 0 1 .294-.706.99.99 0 0 1 .706-.294.99.99 0 0 1 .707.294l2.201 2.201a6.29 6.29 0 0 1 .358-.253A7.035 7.035 0 0 1 10 4.104V1a1 1 0 0 1 2 0v3.103c.163.021.313.046.46.077.987.207 1.92.627 2.725 1.221l2.179-2.178c.19-.19.44-.294.707-.294a.99.99 0 0 1 .706.294.99.99 0 0 1 .294.706.99.99 0 0 1-.294.707l-2.173 2.173a6.002 6.002 0 0 1 .459.682c.134.23.172.5.104.758a.997.997 0 0 1-1.83.252 4.96 4.96 0 0 0-3.288-2.365 4.964 4.964 0 0 0-3.76.71 4.96 4.96 0 0 0-2.16 3.16 4.966 4.966 0 0 0 .708 3.76A.997.997 0 0 1 6 15.313ZM13 26a6.04 6.04 0 0 1-2.599-.59 6 6 0 0 1-2.813-7.995A6.031 6.031 0 0 1 13 14.012c.493 0 .981.06 1.457.181A9.009 9.009 0 0 1 23.01 8a8.946 8.946 0 0 1 6.372 2.644 8.938 8.938 0 0 1 2.628 6.366c-.005 4.958-4.042 8.99-9 8.99H13Zm10.024-2c3.84 0 6.981-3.137 6.985-6.992a6.955 6.955 0 0 0-2.044-4.952A6.954 6.954 0 0 0 23.017 10a7.01 7.01 0 0 0-6.892 5.72 6.713 6.713 0 0 0-.073 2.144 1.001 1.001 0 0 1-.99 1.136c-.503 0-.929-.376-.993-.875A9.345 9.345 0 0 1 14 17a8.83 8.83 0 0 1 .044-.841A3.89 3.89 0 0 0 13 16.013c-1.532 0-2.948.89-3.608 2.267a4 4 0 0 0 1.875 5.328A4.26 4.26 0 0 0 13.01 24h10.013Z",
|
|
1521
1591
|
fill: "currentColor"
|
|
1522
1592
|
})));
|
|
1523
1593
|
};
|
|
1524
1594
|
|
|
1525
|
-
var _g
|
|
1595
|
+
var _g;
|
|
1526
1596
|
|
|
1527
|
-
function _extends$
|
|
1597
|
+
function _extends$1() { _extends$1 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); }
|
|
1528
1598
|
|
|
1529
1599
|
var SvgWebhooks = function SvgWebhooks(props) {
|
|
1530
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1600
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1({
|
|
1531
1601
|
width: 16,
|
|
1532
1602
|
height: 16,
|
|
1533
1603
|
viewBox: "0 0 104 104",
|
|
1534
1604
|
fill: "none",
|
|
1535
1605
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1536
|
-
}, props), _g
|
|
1606
|
+
}, props), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
1537
1607
|
clipPath: "url(#webhooks_svg__clip0_4882_24509)",
|
|
1538
1608
|
fillRule: "evenodd",
|
|
1539
1609
|
clipRule: "evenodd",
|
|
@@ -1545,130 +1615,57 @@ var SvgWebhooks = function SvgWebhooks(props) {
|
|
|
1545
1615
|
}))));
|
|
1546
1616
|
};
|
|
1547
1617
|
|
|
1548
|
-
var _path
|
|
1618
|
+
var _path;
|
|
1549
1619
|
|
|
1550
|
-
function _extends
|
|
1620
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1551
1621
|
|
|
1552
1622
|
var SvgWorkflow = function SvgWorkflow(props) {
|
|
1553
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
1623
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1554
1624
|
fill: "none",
|
|
1555
1625
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1556
1626
|
viewBox: "0 0 104 104"
|
|
1557
|
-
}, props), _path
|
|
1627
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
1558
1628
|
d: "M51.996 22.75c-6.27 0-11.375-5.105-11.375-11.375S45.725 0 51.996 0C58.27 0 63.37 5.105 63.37 11.375S58.27 22.75 51.996 22.75Zm0-16.25a4.882 4.882 0 0 0-4.875 4.875 4.882 4.882 0 0 0 4.875 4.875 4.882 4.882 0 0 0 4.875-4.875A4.882 4.882 0 0 0 51.996 6.5ZM92.62 63.375c-6.274 0-11.374-5.1-11.374-11.375 0-6.27 5.1-11.375 11.375-11.375 6.274 0 11.375 5.105 11.375 11.375 0 6.275-5.1 11.375-11.375 11.375Zm0-16.25A4.882 4.882 0 0 0 87.747 52a4.882 4.882 0 0 0 4.875 4.875A4.882 4.882 0 0 0 97.496 52a4.882 4.882 0 0 0-4.875-4.875ZM51.996 104c-6.27 0-11.375-5.1-11.375-11.375S45.725 81.25 51.996 81.25c6.274 0 11.375 5.1 11.375 11.375S58.27 104 51.996 104Zm0-16.25a4.882 4.882 0 0 0-4.875 4.875 4.882 4.882 0 0 0 4.875 4.875 4.882 4.882 0 0 0 4.875-4.875 4.882 4.882 0 0 0-4.875-4.875ZM11.37 63.375C5.1 63.375-.003 58.275-.003 52c0-6.27 5.104-11.375 11.375-11.375 6.27 0 11.375 5.105 11.375 11.375 0 6.275-5.105 11.375-11.375 11.375Zm0-16.25A4.882 4.882 0 0 0 6.497 52a4.882 4.882 0 0 0 4.875 4.875A4.882 4.882 0 0 0 16.246 52a4.882 4.882 0 0 0-4.875-4.875ZM85.8 35.75a3.252 3.252 0 0 1-2.812-1.62 36.01 36.01 0 0 0-13.113-13.118 3.25 3.25 0 0 1-1.187-4.437 3.268 3.268 0 0 1 2.816-1.625c.568 0 1.131.152 1.625.438a42.531 42.531 0 0 1 15.488 15.487 3.256 3.256 0 0 1-1.188 4.442 3.297 3.297 0 0 1-1.629.433Zm-14.3 53.3a3.252 3.252 0 0 1-2.812-1.62 3.258 3.258 0 0 1 1.183-4.442 35.967 35.967 0 0 0 13.112-13.113A3.268 3.268 0 0 1 85.8 68.25a3.24 3.24 0 0 1 1.625.438 3.255 3.255 0 0 1 1.187 4.437 42.532 42.532 0 0 1-15.487 15.487 3.228 3.228 0 0 1-1.625.438Zm-39 0a3.24 3.24 0 0 1-1.625-.438 42.532 42.532 0 0 1-15.487-15.487 3.257 3.257 0 0 1 2.812-4.88 3.27 3.27 0 0 1 2.817 1.626 35.934 35.934 0 0 0 13.112 13.112 3.245 3.245 0 0 1 1.513 1.976 3.23 3.23 0 0 1-.325 2.466A3.268 3.268 0 0 1 32.5 89.05Zm-14.3-53.3a3.252 3.252 0 0 1-2.812-4.88 42.5 42.5 0 0 1 15.487-15.487 3.264 3.264 0 0 1 4.442 1.187 3.26 3.26 0 0 1 .325 2.47 3.2 3.2 0 0 1-1.517 1.972 36 36 0 0 0-13.113 13.113A3.247 3.247 0 0 1 18.2 35.75Z",
|
|
1559
1629
|
fill: "currentColor"
|
|
1560
1630
|
})));
|
|
1561
1631
|
};
|
|
1562
1632
|
|
|
1563
|
-
var _path$1, _path2;
|
|
1564
|
-
|
|
1565
|
-
function _extends$3() { _extends$3 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
|
|
1566
|
-
|
|
1567
|
-
var SvgModuleThree = function SvgModuleThree(props) {
|
|
1568
|
-
return /*#__PURE__*/React.createElement("svg", _extends$3({
|
|
1569
|
-
fill: "currentColor",
|
|
1570
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1571
|
-
viewBox: "0 0 25 24"
|
|
1572
|
-
}, props), _path$1 || (_path$1 = /*#__PURE__*/React.createElement("path", {
|
|
1573
|
-
d: "M7.417 24.001a.711.711 0 0 1-.114-.009 2.26 2.26 0 0 1-.677-.139l-4.5-1.687a2.262 2.262 0 0 1-1.46-2.1v-5.627c0-.413.118-.822.343-1.183a.732.732 0 0 1 .06-.098 2.227 2.227 0 0 1 1.057-.826l4.5-1.687a2.241 2.241 0 0 1 1.58 0l4.5 1.687c.43.162.798.45 1.062.833a.604.604 0 0 1 .055.092c.224.361.342.769.342 1.182v5.625a2.26 2.26 0 0 1-1.46 2.102l-4.5 1.687c-.214.08-.44.127-.675.139a.808.808 0 0 1-.113.009Zm-5.25-3.937a.753.753 0 0 0 .486.698l4.014 1.504V16.27l-4.5-1.687v5.481Zm6 2.202 4.014-1.505a.754.754 0 0 0 .486-.7v-5.479l-4.5 1.688v5.996Zm-.75-7.316 4-1.5-3.737-1.401a.747.747 0 0 0-.528 0L3.417 13.45l4 1.5Z"
|
|
1574
|
-
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
1575
|
-
d: "M16.417 17.582a.75.75 0 0 1-.237-1.461l6.474-2.158a.749.749 0 0 0 .513-.712v-8.46l-7.5 2.5V10.5a.75.75 0 0 1-1.5 0V7.291l-7.5-2.5V8.25a.75.75 0 0 1-1.5.001v-3.5a2.231 2.231 0 0 1 .499-1.407 2.245 2.245 0 0 1 1.04-.728l7.5-2.5a2.243 2.243 0 0 1 1.424.001l7.499 2.5a2.24 2.24 0 0 1 1.038.726 2.234 2.234 0 0 1 .5 1.408v8.5c0 .97-.618 1.828-1.54 2.135l-6.473 2.158a.759.759 0 0 1-.237.038Zm-1.5-11.622 6.748-2.249-6.511-2.172a.752.752 0 0 0-.473 0L8.167 3.71l6.75 2.25Z"
|
|
1576
|
-
})));
|
|
1577
|
-
};
|
|
1578
|
-
|
|
1579
|
-
var _g$1, _defs$1;
|
|
1580
|
-
|
|
1581
|
-
function _extends$2() { _extends$2 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
|
|
1582
|
-
|
|
1583
|
-
var SvgAlarmBell = function SvgAlarmBell(props) {
|
|
1584
|
-
return /*#__PURE__*/React.createElement("svg", _extends$2({
|
|
1585
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1586
|
-
fill: "none",
|
|
1587
|
-
viewBox: "0 0 16 16"
|
|
1588
|
-
}, props), _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
|
|
1589
|
-
fill: "currentColor",
|
|
1590
|
-
clipPath: "url(#alarm-bell_svg__a)"
|
|
1591
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1592
|
-
d: "M7.993 16a1.89 1.89 0 0 1-1.812-1.359.5.5 0 0 1 .96-.282.89.89 0 0 0 1.71.001.503.503 0 0 1 .62-.34.5.5 0 0 1 .339.621 1.894 1.894 0 0 1-1.817 1.36Zm-5.999-3a.498.498 0 0 1-.394-.808c.004-.005.894-1.292.894-5.191a5.491 5.491 0 0 1 5-5.478V.501a.5.5 0 0 1 1 0v1.022c2.823.254 5 2.616 5 5.478 0 4.202.83 5.124.839 5.132a.504.504 0 0 1-.339.868h-12Zm11.14-1c-.321-.82-.64-2.313-.64-5 0-2.48-2.02-4.5-4.5-4.5a4.505 4.505 0 0 0-4.5 4.5c0 2.639-.387 4.185-.698 5h10.338Z"
|
|
1593
|
-
}))), _defs$1 || (_defs$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1594
|
-
id: "alarm-bell_svg__a"
|
|
1595
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1596
|
-
d: "M0 0h16v16H0z"
|
|
1597
|
-
})))));
|
|
1598
|
-
};
|
|
1599
|
-
|
|
1600
|
-
var _path;
|
|
1601
|
-
|
|
1602
|
-
function _extends$1() { _extends$1 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); }
|
|
1603
|
-
|
|
1604
|
-
var SvgTag = function SvgTag(props) {
|
|
1605
|
-
return /*#__PURE__*/React.createElement("svg", _extends$1({
|
|
1606
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1607
|
-
fill: "none",
|
|
1608
|
-
viewBox: "0 0 12 12"
|
|
1609
|
-
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
1610
|
-
fill: "currentColor",
|
|
1611
|
-
d: "M11.31 5.69 5.42 11.5a1 1 0 0 1-.695.28A1.001 1.001 0 0 1 4 11.5L.47 7.965A1 1 0 0 1 .5 6.5L6.35.75l.025-.03A1.89 1.89 0 0 1 7.57.22h3.25a1 1 0 0 1 1 1V4.5a1.89 1.89 0 0 1-.51 1.19ZM9.57 3.23a.75.75 0 1 0-1.5.04.75.75 0 0 0 1.5-.04Z"
|
|
1612
|
-
})));
|
|
1613
|
-
};
|
|
1614
|
-
|
|
1615
|
-
var _g, _defs;
|
|
1616
|
-
|
|
1617
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
1618
|
-
|
|
1619
|
-
var SvgArrowTopRight = function SvgArrowTopRight(props) {
|
|
1620
|
-
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1621
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1622
|
-
fill: "none",
|
|
1623
|
-
viewBox: "0 0 16 17"
|
|
1624
|
-
}, props), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
1625
|
-
clipPath: "url(#arrow-top-right_svg__a)"
|
|
1626
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1627
|
-
fill: "currentColor",
|
|
1628
|
-
d: "M4 4.5v1.333h5.727l-6.394 6.394.94.94 6.394-6.394V12.5H12v-8H4Z"
|
|
1629
|
-
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1630
|
-
id: "arrow-top-right_svg__a"
|
|
1631
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1632
|
-
fill: "#fff",
|
|
1633
|
-
d: "M0 .5h16v16H0z"
|
|
1634
|
-
})))));
|
|
1635
|
-
};
|
|
1636
|
-
|
|
1637
1633
|
// Custom SVG
|
|
1638
1634
|
|
|
1639
|
-
declare const
|
|
1635
|
+
declare const icons_ArrowBack: typeof ArrowBack;
|
|
1640
1636
|
declare const icons_ArrowDownward: typeof ArrowDownward;
|
|
1641
|
-
declare const icons_ArrowUpward: typeof ArrowUpward;
|
|
1642
1637
|
declare const icons_ArrowForward: typeof ArrowForward;
|
|
1643
|
-
declare const
|
|
1638
|
+
declare const icons_ArrowUpward: typeof ArrowUpward;
|
|
1644
1639
|
declare const icons_AutoStoriesOutlined: typeof AutoStoriesOutlined;
|
|
1640
|
+
declare const icons_Balance: typeof Balance;
|
|
1641
|
+
declare const icons_Brightness1: typeof Brightness1;
|
|
1645
1642
|
declare const icons_CampaignOutlined: typeof CampaignOutlined;
|
|
1643
|
+
declare const icons_Cloud: typeof Cloud;
|
|
1646
1644
|
declare const icons_ContactSupportOutlined: typeof ContactSupportOutlined;
|
|
1647
|
-
declare const icons_LightbulbOutlined: typeof LightbulbOutlined;
|
|
1648
|
-
declare const icons_ShoppingCartOutlined: typeof ShoppingCartOutlined;
|
|
1649
|
-
declare const icons_QuestionMark: typeof QuestionMark;
|
|
1650
|
-
declare const icons_MoreHoriz: typeof MoreHoriz;
|
|
1651
|
-
declare const icons_InfoOutlined: typeof InfoOutlined;
|
|
1652
|
-
declare const icons_Person: typeof Person;
|
|
1653
|
-
declare const icons_VisibilityOutlined: typeof VisibilityOutlined;
|
|
1654
|
-
declare const icons_VisibilityOffOutlined: typeof VisibilityOffOutlined;
|
|
1655
|
-
declare const icons_ContentCut: typeof ContentCut;
|
|
1656
1645
|
declare const icons_ContentCopy: typeof ContentCopy;
|
|
1646
|
+
declare const icons_ContentCut: typeof ContentCut;
|
|
1657
1647
|
declare const icons_ContentPaste: typeof ContentPaste;
|
|
1658
|
-
declare const
|
|
1659
|
-
declare const icons_KeyboardArrowUp: typeof KeyboardArrowUp;
|
|
1648
|
+
declare const icons_InfoOutlined: typeof InfoOutlined;
|
|
1660
1649
|
declare const icons_KeyboardArrowDown: typeof KeyboardArrowDown;
|
|
1661
1650
|
declare const icons_KeyboardArrowLeft: typeof KeyboardArrowLeft;
|
|
1662
1651
|
declare const icons_KeyboardArrowRight: typeof KeyboardArrowRight;
|
|
1663
|
-
declare const
|
|
1652
|
+
declare const icons_KeyboardArrowUp: typeof KeyboardArrowUp;
|
|
1653
|
+
declare const icons_LightbulbOutlined: typeof LightbulbOutlined;
|
|
1654
|
+
declare const icons_MoreHoriz: typeof MoreHoriz;
|
|
1655
|
+
declare const icons_Person: typeof Person;
|
|
1656
|
+
declare const icons_QuestionMark: typeof QuestionMark;
|
|
1657
|
+
declare const icons_ShoppingCartOutlined: typeof ShoppingCartOutlined;
|
|
1658
|
+
declare const icons_VisibilityOffOutlined: typeof VisibilityOffOutlined;
|
|
1659
|
+
declare const icons_VisibilityOutlined: typeof VisibilityOutlined;
|
|
1664
1660
|
declare namespace icons {
|
|
1665
1661
|
export {
|
|
1662
|
+
SvgAlarmBell as AlarmBell,
|
|
1666
1663
|
SvgAppWindowCode as AppWindowCode,
|
|
1667
1664
|
SvgAssignmentCircle as Assignment,
|
|
1668
1665
|
SvgBashCircle as Bash,
|
|
1669
1666
|
SvgBin as Bin,
|
|
1670
|
-
SvgBlocked as Blocked,
|
|
1671
1667
|
SvgBlockCircle as Block,
|
|
1668
|
+
SvgBlocked as Blocked,
|
|
1672
1669
|
SvgBoxes as Boxes,
|
|
1673
1670
|
SvgNetworkSearch as Catalog,
|
|
1674
1671
|
SvgChecklist as CheckList,
|
|
@@ -1689,10 +1686,12 @@ declare namespace icons {
|
|
|
1689
1686
|
SvgLogo as Logo,
|
|
1690
1687
|
SvgShop as Marketplace,
|
|
1691
1688
|
SvgMegaphone as Megaphone,
|
|
1689
|
+
SvgModuleThree as ModuleThree,
|
|
1692
1690
|
SvgMultipleUsers as MultipleUsers,
|
|
1693
1691
|
SvgNotificationError as NotificationError,
|
|
1694
1692
|
SvgNotificationInfo as NotificationInfo,
|
|
1695
1693
|
SvgNotificationSuccess as NotificationSuccess,
|
|
1694
|
+
SvgPencil as Pencil,
|
|
1696
1695
|
SvgFolderEmpty1 as Projects,
|
|
1697
1696
|
SvgQuestionCircle as QuestionCircle,
|
|
1698
1697
|
SvgSatellite as Satellite,
|
|
@@ -1700,10 +1699,11 @@ declare namespace icons {
|
|
|
1700
1699
|
SvgServerLock as ServerLock,
|
|
1701
1700
|
SvgSettingsVertical as SettingsVertical,
|
|
1702
1701
|
SvgServer2 as Storage,
|
|
1702
|
+
SvgSupportCircle as Support,
|
|
1703
1703
|
SvgSupport as SupportClear,
|
|
1704
1704
|
SvgSupportHeadphones as SupportHeadphones,
|
|
1705
|
-
SvgSupportCircle as Support,
|
|
1706
1705
|
SvgSystem as System,
|
|
1706
|
+
SvgTag as Tag,
|
|
1707
1707
|
SvgTarget as Target,
|
|
1708
1708
|
SvgTransaction as Transaction,
|
|
1709
1709
|
SvgUploadBottom as Upload,
|
|
@@ -1713,35 +1713,31 @@ declare namespace icons {
|
|
|
1713
1713
|
SvgWeatherCloud as WeatherCloud,
|
|
1714
1714
|
SvgWebhooks as Webhooks,
|
|
1715
1715
|
SvgWorkflow as Workflow,
|
|
1716
|
-
|
|
1717
|
-
SvgAlarmBell as AlarmBell,
|
|
1718
|
-
SvgTag as Tag,
|
|
1719
|
-
SvgArrowTopRight as ArrowTopRight,
|
|
1720
|
-
icons_Brightness1 as Brightness1,
|
|
1716
|
+
icons_ArrowBack as ArrowBack,
|
|
1721
1717
|
icons_ArrowDownward as ArrowDownward,
|
|
1722
|
-
icons_ArrowUpward as ArrowUpward,
|
|
1723
1718
|
icons_ArrowForward as ArrowForward,
|
|
1724
|
-
|
|
1719
|
+
icons_ArrowUpward as ArrowUpward,
|
|
1725
1720
|
icons_AutoStoriesOutlined as AutoStoriesOutlined,
|
|
1721
|
+
icons_Balance as Balance,
|
|
1722
|
+
icons_Brightness1 as Brightness1,
|
|
1726
1723
|
icons_CampaignOutlined as CampaignOutlined,
|
|
1724
|
+
icons_Cloud as Cloud,
|
|
1727
1725
|
icons_ContactSupportOutlined as ContactSupportOutlined,
|
|
1728
|
-
icons_LightbulbOutlined as LightbulbOutlined,
|
|
1729
|
-
icons_ShoppingCartOutlined as ShoppingCartOutlined,
|
|
1730
|
-
icons_QuestionMark as QuestionMark,
|
|
1731
|
-
icons_MoreHoriz as MoreHoriz,
|
|
1732
|
-
icons_InfoOutlined as InfoOutlined,
|
|
1733
|
-
icons_Person as Person,
|
|
1734
|
-
icons_VisibilityOutlined as VisibilityOutlined,
|
|
1735
|
-
icons_VisibilityOffOutlined as VisibilityOffOutlined,
|
|
1736
|
-
icons_ContentCut as ContentCut,
|
|
1737
1726
|
icons_ContentCopy as ContentCopy,
|
|
1727
|
+
icons_ContentCut as ContentCut,
|
|
1738
1728
|
icons_ContentPaste as ContentPaste,
|
|
1739
|
-
|
|
1740
|
-
icons_KeyboardArrowUp as KeyboardArrowUp,
|
|
1729
|
+
icons_InfoOutlined as InfoOutlined,
|
|
1741
1730
|
icons_KeyboardArrowDown as KeyboardArrowDown,
|
|
1742
1731
|
icons_KeyboardArrowLeft as KeyboardArrowLeft,
|
|
1743
1732
|
icons_KeyboardArrowRight as KeyboardArrowRight,
|
|
1744
|
-
|
|
1733
|
+
icons_KeyboardArrowUp as KeyboardArrowUp,
|
|
1734
|
+
icons_LightbulbOutlined as LightbulbOutlined,
|
|
1735
|
+
icons_MoreHoriz as MoreHoriz,
|
|
1736
|
+
icons_Person as Person,
|
|
1737
|
+
icons_QuestionMark as QuestionMark,
|
|
1738
|
+
icons_ShoppingCartOutlined as ShoppingCartOutlined,
|
|
1739
|
+
icons_VisibilityOffOutlined as VisibilityOffOutlined,
|
|
1740
|
+
icons_VisibilityOutlined as VisibilityOutlined,
|
|
1745
1741
|
};
|
|
1746
1742
|
}
|
|
1747
1743
|
|