@up42/up-components 0.9.4 → 0.9.6
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 +22 -21
- package/dist/esm/index.js +1 -1
- package/dist/esm/types/global/icons/index.d.ts +22 -21
- package/dist/index.d.ts +395 -376
- 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,7 +564,28 @@ declare type LoadingProps = {
|
|
|
564
564
|
*/
|
|
565
565
|
declare const Loading: ({ fullPage, visible, ...rest }: LoadingProps) => JSX.Element | null;
|
|
566
566
|
|
|
567
|
-
var
|
|
567
|
+
var _g$e, _defs$c;
|
|
568
|
+
|
|
569
|
+
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); }
|
|
570
|
+
|
|
571
|
+
var SvgAlarmBell = function SvgAlarmBell(props) {
|
|
572
|
+
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
573
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
574
|
+
fill: "none",
|
|
575
|
+
viewBox: "0 0 16 16"
|
|
576
|
+
}, props), _g$e || (_g$e = /*#__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$c || (_defs$c = /*#__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;
|
|
568
589
|
|
|
569
590
|
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
591
|
|
|
@@ -574,7 +595,7 @@ var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
|
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,34 @@ var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
|
583
604
|
})));
|
|
584
605
|
};
|
|
585
606
|
|
|
586
|
-
var
|
|
607
|
+
var _g$d, _defs$b;
|
|
587
608
|
|
|
588
609
|
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); }
|
|
589
610
|
|
|
590
|
-
var
|
|
611
|
+
var SvgArrowTopRight = function SvgArrowTopRight(props) {
|
|
591
612
|
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
613
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
614
|
+
fill: "none",
|
|
615
|
+
viewBox: "0 0 16 17"
|
|
616
|
+
}, props), _g$d || (_g$d = /*#__PURE__*/React.createElement("g", {
|
|
617
|
+
clipPath: "url(#arrow-top-right_svg__a)"
|
|
618
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
619
|
+
fill: "currentColor",
|
|
620
|
+
d: "M4 4.5v1.333h5.727l-6.394 6.394.94.94 6.394-6.394V12.5H12v-8H4Z"
|
|
621
|
+
}))), _defs$b || (_defs$b = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
622
|
+
id: "arrow-top-right_svg__a"
|
|
623
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
624
|
+
fill: "#fff",
|
|
625
|
+
d: "M0 .5h16v16H0z"
|
|
626
|
+
})))));
|
|
627
|
+
};
|
|
628
|
+
|
|
629
|
+
var _rect$4, _g$c, _defs$a;
|
|
630
|
+
|
|
631
|
+
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); }
|
|
632
|
+
|
|
633
|
+
var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
634
|
+
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
592
635
|
width: 32,
|
|
593
636
|
height: 32,
|
|
594
637
|
fill: "none",
|
|
@@ -598,7 +641,7 @@ var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
|
598
641
|
height: 32,
|
|
599
642
|
rx: 16,
|
|
600
643
|
fill: "currentColor"
|
|
601
|
-
})), _g$
|
|
644
|
+
})), _g$c || (_g$c = /*#__PURE__*/React.createElement("g", {
|
|
602
645
|
clipPath: "url(#assignment-circle_svg__a)",
|
|
603
646
|
fill: "#fff"
|
|
604
647
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -607,7 +650,7 @@ var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
|
607
650
|
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
651
|
}), /*#__PURE__*/React.createElement("path", {
|
|
609
652
|
d: "M16 11.507a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z"
|
|
610
|
-
}))), _defs$
|
|
653
|
+
}))), _defs$a || (_defs$a = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
611
654
|
id: "assignment-circle_svg__a"
|
|
612
655
|
}, /*#__PURE__*/React.createElement("path", {
|
|
613
656
|
fill: "#fff",
|
|
@@ -616,12 +659,12 @@ var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
|
616
659
|
})))));
|
|
617
660
|
};
|
|
618
661
|
|
|
619
|
-
var _rect$3, _path$
|
|
662
|
+
var _rect$3, _path$C, _path2$l, _path3$2;
|
|
620
663
|
|
|
621
|
-
function _extends$
|
|
664
|
+
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
665
|
|
|
623
666
|
var SvgBashCircle = function SvgBashCircle(props) {
|
|
624
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
667
|
+
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
625
668
|
width: 32,
|
|
626
669
|
height: 32,
|
|
627
670
|
fill: "none",
|
|
@@ -631,7 +674,7 @@ var SvgBashCircle = function SvgBashCircle(props) {
|
|
|
631
674
|
height: 32,
|
|
632
675
|
rx: 16,
|
|
633
676
|
fill: "currentColor"
|
|
634
|
-
})), _path$
|
|
677
|
+
})), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
635
678
|
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
679
|
fill: "#fff"
|
|
637
680
|
})), _path2$l || (_path2$l = /*#__PURE__*/React.createElement("path", {
|
|
@@ -643,43 +686,24 @@ var SvgBashCircle = function SvgBashCircle(props) {
|
|
|
643
686
|
})));
|
|
644
687
|
};
|
|
645
688
|
|
|
646
|
-
var _path$
|
|
689
|
+
var _path$B, _path2$k;
|
|
647
690
|
|
|
648
|
-
function _extends$
|
|
691
|
+
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
692
|
|
|
650
693
|
var SvgBin = function SvgBin(props) {
|
|
651
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
694
|
+
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
652
695
|
width: 14,
|
|
653
696
|
height: 14,
|
|
654
697
|
fill: "currentColor",
|
|
655
698
|
xmlns: "http://www.w3.org/2000/svg"
|
|
656
|
-
}, props), _path$
|
|
699
|
+
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
657
700
|
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
701
|
})), _path2$k || (_path2$k = /*#__PURE__*/React.createElement("path", {
|
|
659
702
|
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
703
|
})));
|
|
661
704
|
};
|
|
662
705
|
|
|
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;
|
|
706
|
+
var _rect$2, _g$b, _defs$9;
|
|
683
707
|
|
|
684
708
|
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
709
|
|
|
@@ -694,12 +718,12 @@ var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
|
694
718
|
height: 32,
|
|
695
719
|
rx: 16,
|
|
696
720
|
fill: "currentColor"
|
|
697
|
-
})), _g$
|
|
721
|
+
})), _g$b || (_g$b = /*#__PURE__*/React.createElement("g", {
|
|
698
722
|
clipPath: "url(#block-circle_svg__a)"
|
|
699
723
|
}, /*#__PURE__*/React.createElement("path", {
|
|
700
724
|
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
725
|
fill: "#fff"
|
|
702
|
-
}))), _defs$
|
|
726
|
+
}))), _defs$9 || (_defs$9 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
703
727
|
id: "block-circle_svg__a"
|
|
704
728
|
}, /*#__PURE__*/React.createElement("path", {
|
|
705
729
|
fill: "#fff",
|
|
@@ -708,22 +732,41 @@ var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
|
708
732
|
})))));
|
|
709
733
|
};
|
|
710
734
|
|
|
711
|
-
var
|
|
735
|
+
var _path$A, _path2$j;
|
|
712
736
|
|
|
713
737
|
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
738
|
|
|
715
|
-
var
|
|
739
|
+
var SvgBlocked = function SvgBlocked(props) {
|
|
716
740
|
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
741
|
+
width: 16,
|
|
742
|
+
height: 16,
|
|
743
|
+
fill: "none",
|
|
744
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
745
|
+
}, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
746
|
+
d: "M5 8.5a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1H5Z",
|
|
747
|
+
fill: "currentColor"
|
|
748
|
+
})), _path2$j || (_path2$j = /*#__PURE__*/React.createElement("path", {
|
|
749
|
+
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",
|
|
750
|
+
fill: "currentColor"
|
|
751
|
+
})));
|
|
752
|
+
};
|
|
753
|
+
|
|
754
|
+
var _g$a, _defs$8;
|
|
755
|
+
|
|
756
|
+
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); }
|
|
757
|
+
|
|
758
|
+
var SvgBoxes = function SvgBoxes(props) {
|
|
759
|
+
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
717
760
|
fill: "currentColor",
|
|
718
761
|
xmlns: "http://www.w3.org/2000/svg",
|
|
719
762
|
viewBox: "0 0 17 17"
|
|
720
|
-
}, props), _g$
|
|
763
|
+
}, props), _g$a || (_g$a = /*#__PURE__*/React.createElement("g", {
|
|
721
764
|
clipPath: "url(#boxes_svg__a)"
|
|
722
765
|
}, /*#__PURE__*/React.createElement("path", {
|
|
723
766
|
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
767
|
}), /*#__PURE__*/React.createElement("path", {
|
|
725
768
|
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$
|
|
769
|
+
}))), _defs$8 || (_defs$8 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
727
770
|
id: "boxes_svg__a"
|
|
728
771
|
}, /*#__PURE__*/React.createElement("path", {
|
|
729
772
|
fill: "#fff",
|
|
@@ -732,16 +775,16 @@ var SvgBoxes = function SvgBoxes(props) {
|
|
|
732
775
|
})))));
|
|
733
776
|
};
|
|
734
777
|
|
|
735
|
-
var _path$
|
|
778
|
+
var _path$z, _path2$i;
|
|
736
779
|
|
|
737
|
-
function _extends$
|
|
780
|
+
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
781
|
|
|
739
782
|
var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
740
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
783
|
+
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
741
784
|
viewBox: "0 0 24 24",
|
|
742
785
|
fill: "none",
|
|
743
786
|
xmlns: "http://www.w3.org/2000/svg"
|
|
744
|
-
}, props), _path$
|
|
787
|
+
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
745
788
|
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
789
|
fill: "currentColor"
|
|
747
790
|
})), _path2$i || (_path2$i = /*#__PURE__*/React.createElement("path", {
|
|
@@ -750,23 +793,23 @@ var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
|
750
793
|
})));
|
|
751
794
|
};
|
|
752
795
|
|
|
753
|
-
var _g$
|
|
796
|
+
var _g$9, _defs$7;
|
|
754
797
|
|
|
755
|
-
function _extends$
|
|
798
|
+
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
799
|
|
|
757
800
|
var SvgChecklist = function SvgChecklist(props) {
|
|
758
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
801
|
+
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
759
802
|
fill: "none",
|
|
760
803
|
xmlns: "http://www.w3.org/2000/svg",
|
|
761
804
|
viewBox: "0 0 104 104"
|
|
762
|
-
}, props), _g$
|
|
805
|
+
}, props), _g$9 || (_g$9 = /*#__PURE__*/React.createElement("g", {
|
|
763
806
|
clipPath: "url(#checklist_svg__a)",
|
|
764
807
|
fill: "currentColor"
|
|
765
808
|
}, /*#__PURE__*/React.createElement("path", {
|
|
766
809
|
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
810
|
}), /*#__PURE__*/React.createElement("path", {
|
|
768
811
|
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$
|
|
812
|
+
}))), _defs$7 || (_defs$7 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
770
813
|
id: "checklist_svg__a"
|
|
771
814
|
}, /*#__PURE__*/React.createElement("path", {
|
|
772
815
|
fill: "#fff",
|
|
@@ -774,68 +817,68 @@ var SvgChecklist = function SvgChecklist(props) {
|
|
|
774
817
|
})))));
|
|
775
818
|
};
|
|
776
819
|
|
|
777
|
-
var _path$
|
|
820
|
+
var _path$y;
|
|
778
821
|
|
|
779
|
-
function _extends$
|
|
822
|
+
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
823
|
|
|
781
824
|
var SvgCheckmark = function SvgCheckmark(props) {
|
|
782
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
825
|
+
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
783
826
|
viewBox: "0 0 12 10",
|
|
784
827
|
xmlns: "http://www.w3.org/2000/svg"
|
|
785
|
-
}, props), _path$
|
|
828
|
+
}, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
786
829
|
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
830
|
})));
|
|
788
831
|
};
|
|
789
832
|
|
|
790
|
-
var _path$
|
|
833
|
+
var _path$x;
|
|
791
834
|
|
|
792
|
-
function _extends$
|
|
835
|
+
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
836
|
|
|
794
837
|
var SvgClose = function SvgClose(props) {
|
|
795
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
838
|
+
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
796
839
|
viewBox: "0 0 24 24",
|
|
797
840
|
fill: "currentColor",
|
|
798
841
|
xmlns: "http://www.w3.org/2000/svg"
|
|
799
|
-
}, props), _path$
|
|
842
|
+
}, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
800
843
|
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
844
|
})));
|
|
802
845
|
};
|
|
803
846
|
|
|
804
|
-
var _path$
|
|
847
|
+
var _path$w, _path2$h;
|
|
805
848
|
|
|
806
|
-
function _extends$
|
|
849
|
+
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
850
|
|
|
808
851
|
var SvgCloseCircle = function SvgCloseCircle(props) {
|
|
809
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
852
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
810
853
|
width: 16,
|
|
811
854
|
height: 16,
|
|
812
855
|
fill: "currentColor",
|
|
813
856
|
xmlns: "http://www.w3.org/2000/svg"
|
|
814
|
-
}, props), _path$
|
|
857
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
815
858
|
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
859
|
})), _path2$h || (_path2$h = /*#__PURE__*/React.createElement("path", {
|
|
817
860
|
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
861
|
})));
|
|
819
862
|
};
|
|
820
863
|
|
|
821
|
-
var _g$
|
|
864
|
+
var _g$8, _defs$6;
|
|
822
865
|
|
|
823
|
-
function _extends$
|
|
866
|
+
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
867
|
|
|
825
868
|
var SvgCoin = function SvgCoin(props) {
|
|
826
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
869
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
827
870
|
width: 17,
|
|
828
871
|
height: 17,
|
|
829
872
|
fill: "none",
|
|
830
873
|
xmlns: "http://www.w3.org/2000/svg"
|
|
831
|
-
}, props), _g$
|
|
874
|
+
}, props), _g$8 || (_g$8 = /*#__PURE__*/React.createElement("g", {
|
|
832
875
|
clipPath: "url(#coin_svg__a)",
|
|
833
876
|
fill: "currentColor"
|
|
834
877
|
}, /*#__PURE__*/React.createElement("path", {
|
|
835
878
|
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
879
|
}), /*#__PURE__*/React.createElement("path", {
|
|
837
880
|
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$
|
|
881
|
+
}))), _defs$6 || (_defs$6 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
839
882
|
id: "coin_svg__a"
|
|
840
883
|
}, /*#__PURE__*/React.createElement("path", {
|
|
841
884
|
fill: "#fff",
|
|
@@ -844,17 +887,17 @@ var SvgCoin = function SvgCoin(props) {
|
|
|
844
887
|
})))));
|
|
845
888
|
};
|
|
846
889
|
|
|
847
|
-
var _path$
|
|
890
|
+
var _path$v, _path2$g;
|
|
848
891
|
|
|
849
|
-
function _extends$
|
|
892
|
+
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
893
|
|
|
851
894
|
var SvgCopy = function SvgCopy(props) {
|
|
852
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
895
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
853
896
|
width: 16,
|
|
854
897
|
height: 16,
|
|
855
898
|
fill: "none",
|
|
856
899
|
xmlns: "http://www.w3.org/2000/svg"
|
|
857
|
-
}, props), _path$
|
|
900
|
+
}, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
858
901
|
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
902
|
fill: "currentColor"
|
|
860
903
|
})), _path2$g || (_path2$g = /*#__PURE__*/React.createElement("path", {
|
|
@@ -863,16 +906,16 @@ var SvgCopy = function SvgCopy(props) {
|
|
|
863
906
|
})));
|
|
864
907
|
};
|
|
865
908
|
|
|
866
|
-
var _path$
|
|
909
|
+
var _path$u, _path2$f;
|
|
867
910
|
|
|
868
|
-
function _extends$
|
|
911
|
+
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
912
|
|
|
870
913
|
var SvgCredit = function SvgCredit(props) {
|
|
871
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
914
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
872
915
|
fill: "none",
|
|
873
916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
874
917
|
viewBox: "0 0 104 104"
|
|
875
|
-
}, props), _path$
|
|
918
|
+
}, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
876
919
|
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
920
|
fill: "currentColor"
|
|
878
921
|
})), _path2$f || (_path2$f = /*#__PURE__*/React.createElement("path", {
|
|
@@ -881,29 +924,29 @@ var SvgCredit = function SvgCredit(props) {
|
|
|
881
924
|
})));
|
|
882
925
|
};
|
|
883
926
|
|
|
884
|
-
var _path$
|
|
927
|
+
var _path$t;
|
|
885
928
|
|
|
886
|
-
function _extends$
|
|
929
|
+
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
930
|
|
|
888
931
|
var SvgModule = function SvgModule(props) {
|
|
889
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
932
|
+
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
890
933
|
viewBox: "0 0 24 24",
|
|
891
934
|
xmlns: "http://www.w3.org/2000/svg"
|
|
892
|
-
}, props), _path$
|
|
935
|
+
}, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
893
936
|
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
937
|
fill: "currentColor"
|
|
895
938
|
})));
|
|
896
939
|
};
|
|
897
940
|
|
|
898
|
-
var _path$
|
|
941
|
+
var _path$s, _circle, _circle2, _circle3, _path2$e;
|
|
899
942
|
|
|
900
|
-
function _extends$
|
|
943
|
+
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
944
|
|
|
902
945
|
var SvgDashboard = function SvgDashboard(props) {
|
|
903
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
946
|
+
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
904
947
|
viewBox: "0 0 24 24",
|
|
905
948
|
xmlns: "http://www.w3.org/2000/svg"
|
|
906
|
-
}, props), _path$
|
|
949
|
+
}, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
907
950
|
fill: "currentColor",
|
|
908
951
|
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
952
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
@@ -927,14 +970,14 @@ var SvgDashboard = function SvgDashboard(props) {
|
|
|
927
970
|
})));
|
|
928
971
|
};
|
|
929
972
|
|
|
930
|
-
var _path$
|
|
973
|
+
var _path$r;
|
|
931
974
|
|
|
932
|
-
function _extends$
|
|
975
|
+
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
976
|
|
|
934
977
|
var SvgExternalLink = function SvgExternalLink(props) {
|
|
935
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
978
|
+
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
936
979
|
viewBox: "0 0 24 24"
|
|
937
|
-
}, props), _path$
|
|
980
|
+
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
938
981
|
fill: "none",
|
|
939
982
|
stroke: "currentColor",
|
|
940
983
|
strokeLinecap: "round",
|
|
@@ -944,22 +987,22 @@ var SvgExternalLink = function SvgExternalLink(props) {
|
|
|
944
987
|
})));
|
|
945
988
|
};
|
|
946
989
|
|
|
947
|
-
var _g$
|
|
990
|
+
var _g$7, _defs$5;
|
|
948
991
|
|
|
949
|
-
function _extends$
|
|
992
|
+
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
993
|
|
|
951
994
|
var SvgImageResolution = function SvgImageResolution(props) {
|
|
952
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
995
|
+
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
953
996
|
fill: "currentColor",
|
|
954
997
|
xmlns: "http://www.w3.org/2000/svg",
|
|
955
998
|
viewBox: "0 0 17 17"
|
|
956
|
-
}, props), _g$
|
|
999
|
+
}, props), _g$7 || (_g$7 = /*#__PURE__*/React.createElement("g", {
|
|
957
1000
|
clipPath: "url(#image-resolution_svg__a)"
|
|
958
1001
|
}, /*#__PURE__*/React.createElement("path", {
|
|
959
1002
|
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
1003
|
}), /*#__PURE__*/React.createElement("path", {
|
|
961
1004
|
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$
|
|
1005
|
+
}))), _defs$5 || (_defs$5 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
963
1006
|
id: "image-resolution_svg__a"
|
|
964
1007
|
}, /*#__PURE__*/React.createElement("path", {
|
|
965
1008
|
fill: "#fff",
|
|
@@ -968,32 +1011,32 @@ var SvgImageResolution = function SvgImageResolution(props) {
|
|
|
968
1011
|
})))));
|
|
969
1012
|
};
|
|
970
1013
|
|
|
971
|
-
var _path$
|
|
1014
|
+
var _path$q;
|
|
972
1015
|
|
|
973
|
-
function _extends$
|
|
1016
|
+
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
1017
|
|
|
975
1018
|
var SvgInformation = function SvgInformation(props) {
|
|
976
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1019
|
+
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
977
1020
|
width: 8,
|
|
978
1021
|
height: 8,
|
|
979
1022
|
fill: "none",
|
|
980
1023
|
xmlns: "http://www.w3.org/2000/svg"
|
|
981
|
-
}, props), _path$
|
|
1024
|
+
}, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
982
1025
|
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
1026
|
fill: "currentColor"
|
|
984
1027
|
})));
|
|
985
1028
|
};
|
|
986
1029
|
|
|
987
|
-
var _path$
|
|
1030
|
+
var _path$p, _path2$d;
|
|
988
1031
|
|
|
989
|
-
function _extends$
|
|
1032
|
+
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
1033
|
|
|
991
1034
|
var SvgInvoice = function SvgInvoice(props) {
|
|
992
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1035
|
+
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
993
1036
|
width: 104,
|
|
994
1037
|
height: 104,
|
|
995
1038
|
xmlns: "http://www.w3.org/2000/svg"
|
|
996
|
-
}, props), _path$
|
|
1039
|
+
}, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
|
997
1040
|
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
1041
|
fill: "currentColor"
|
|
999
1042
|
})), _path2$d || (_path2$d = /*#__PURE__*/React.createElement("path", {
|
|
@@ -1002,34 +1045,34 @@ var SvgInvoice = function SvgInvoice(props) {
|
|
|
1002
1045
|
})));
|
|
1003
1046
|
};
|
|
1004
1047
|
|
|
1005
|
-
var _path$
|
|
1048
|
+
var _path$o;
|
|
1006
1049
|
|
|
1007
|
-
function _extends$
|
|
1050
|
+
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
1051
|
|
|
1009
1052
|
var SvgLayers = function SvgLayers(props) {
|
|
1010
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1053
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
1011
1054
|
width: 24,
|
|
1012
1055
|
height: 24,
|
|
1013
1056
|
fill: "none",
|
|
1014
1057
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1015
|
-
}, props), _path$
|
|
1058
|
+
}, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
|
1016
1059
|
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
1060
|
fill: "currentColor"
|
|
1018
1061
|
})));
|
|
1019
1062
|
};
|
|
1020
1063
|
|
|
1021
|
-
var _path$
|
|
1064
|
+
var _path$n, _path2$c;
|
|
1022
1065
|
|
|
1023
|
-
function _extends$
|
|
1066
|
+
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
1067
|
|
|
1025
1068
|
var SvgLock = function SvgLock(props) {
|
|
1026
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1069
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
1027
1070
|
width: 16,
|
|
1028
1071
|
height: 16,
|
|
1029
1072
|
viewBox: "0 0 24 24",
|
|
1030
1073
|
fill: "none",
|
|
1031
1074
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1032
|
-
}, props), _path$
|
|
1075
|
+
}, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
|
1033
1076
|
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
1077
|
fill: "currentColor"
|
|
1035
1078
|
})), _path2$c || (_path2$c = /*#__PURE__*/React.createElement("path", {
|
|
@@ -1038,44 +1081,44 @@ var SvgLock = function SvgLock(props) {
|
|
|
1038
1081
|
})));
|
|
1039
1082
|
};
|
|
1040
1083
|
|
|
1041
|
-
var _path$
|
|
1084
|
+
var _path$m;
|
|
1042
1085
|
|
|
1043
|
-
function _extends$
|
|
1086
|
+
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
1087
|
|
|
1045
1088
|
var SvgLogo = function SvgLogo(props) {
|
|
1046
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1089
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
1047
1090
|
viewBox: "0 0 88 40",
|
|
1048
1091
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1049
|
-
}, props), _path$
|
|
1092
|
+
}, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
|
|
1050
1093
|
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
1094
|
fill: "currentColor"
|
|
1052
1095
|
})));
|
|
1053
1096
|
};
|
|
1054
1097
|
|
|
1055
|
-
var _path$
|
|
1098
|
+
var _path$l;
|
|
1056
1099
|
|
|
1057
|
-
function _extends$
|
|
1100
|
+
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
1101
|
|
|
1059
1102
|
var SvgShop = function SvgShop(props) {
|
|
1060
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1103
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
1061
1104
|
viewBox: "0 0 16 16",
|
|
1062
1105
|
fill: "currentColor",
|
|
1063
1106
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1064
|
-
}, props), _path$
|
|
1107
|
+
}, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
|
|
1065
1108
|
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
1109
|
})));
|
|
1067
1110
|
};
|
|
1068
1111
|
|
|
1069
|
-
var _path$
|
|
1112
|
+
var _path$k;
|
|
1070
1113
|
|
|
1071
|
-
function _extends$
|
|
1114
|
+
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
1115
|
|
|
1073
1116
|
var SvgMegaphone = function SvgMegaphone(props) {
|
|
1074
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1117
|
+
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
1075
1118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1076
1119
|
fill: "none",
|
|
1077
1120
|
viewBox: "0 0 24 20"
|
|
1078
|
-
}, props), _path$
|
|
1121
|
+
}, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
|
|
1079
1122
|
fill: "currentColor",
|
|
1080
1123
|
fillRule: "evenodd",
|
|
1081
1124
|
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,12 +1126,28 @@ var SvgMegaphone = function SvgMegaphone(props) {
|
|
|
1083
1126
|
})));
|
|
1084
1127
|
};
|
|
1085
1128
|
|
|
1086
|
-
var _path$
|
|
1129
|
+
var _path$j, _path2$b;
|
|
1087
1130
|
|
|
1088
|
-
function _extends$
|
|
1131
|
+
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); }
|
|
1132
|
+
|
|
1133
|
+
var SvgModuleThree = function SvgModuleThree(props) {
|
|
1134
|
+
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
1135
|
+
fill: "currentColor",
|
|
1136
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1137
|
+
viewBox: "0 0 25 24"
|
|
1138
|
+
}, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
|
|
1139
|
+
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"
|
|
1140
|
+
})), _path2$b || (_path2$b = /*#__PURE__*/React.createElement("path", {
|
|
1141
|
+
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"
|
|
1142
|
+
})));
|
|
1143
|
+
};
|
|
1144
|
+
|
|
1145
|
+
var _path$i, _path2$a;
|
|
1146
|
+
|
|
1147
|
+
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); }
|
|
1089
1148
|
|
|
1090
1149
|
var SvgMultipleUsers = function SvgMultipleUsers(props) {
|
|
1091
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1150
|
+
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
1092
1151
|
width: 32,
|
|
1093
1152
|
height: 32,
|
|
1094
1153
|
fill: "none",
|
|
@@ -1096,36 +1155,36 @@ var SvgMultipleUsers = function SvgMultipleUsers(props) {
|
|
|
1096
1155
|
}, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
|
|
1097
1156
|
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",
|
|
1098
1157
|
fill: "currentColor"
|
|
1099
|
-
})), _path2$
|
|
1158
|
+
})), _path2$a || (_path2$a = /*#__PURE__*/React.createElement("path", {
|
|
1100
1159
|
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
1160
|
fill: "currentColor"
|
|
1102
1161
|
})));
|
|
1103
1162
|
};
|
|
1104
1163
|
|
|
1105
|
-
var _path$h, _path2$
|
|
1164
|
+
var _path$h, _path2$9;
|
|
1106
1165
|
|
|
1107
|
-
function _extends$
|
|
1166
|
+
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
1167
|
|
|
1109
1168
|
var SvgNotificationError = function SvgNotificationError(props) {
|
|
1110
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1169
|
+
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
1111
1170
|
viewBox: "0 0 24 24",
|
|
1112
1171
|
fill: "none",
|
|
1113
1172
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1114
1173
|
}, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
|
|
1115
1174
|
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
1175
|
fill: "currentColor"
|
|
1117
|
-
})), _path2$
|
|
1176
|
+
})), _path2$9 || (_path2$9 = /*#__PURE__*/React.createElement("path", {
|
|
1118
1177
|
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
1178
|
fill: "currentColor"
|
|
1120
1179
|
})));
|
|
1121
1180
|
};
|
|
1122
1181
|
|
|
1123
|
-
var _path$g, _path2$
|
|
1182
|
+
var _path$g, _path2$8;
|
|
1124
1183
|
|
|
1125
|
-
function _extends$
|
|
1184
|
+
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
1185
|
|
|
1127
1186
|
var SvgNotificationInfo = function SvgNotificationInfo(props) {
|
|
1128
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1187
|
+
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
1129
1188
|
width: 24,
|
|
1130
1189
|
height: 24,
|
|
1131
1190
|
fill: "none",
|
|
@@ -1133,18 +1192,18 @@ var SvgNotificationInfo = function SvgNotificationInfo(props) {
|
|
|
1133
1192
|
}, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
|
1134
1193
|
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
1194
|
fill: "currentColor"
|
|
1136
|
-
})), _path2$
|
|
1195
|
+
})), _path2$8 || (_path2$8 = /*#__PURE__*/React.createElement("path", {
|
|
1137
1196
|
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
1197
|
fill: "currentColor"
|
|
1139
1198
|
})));
|
|
1140
1199
|
};
|
|
1141
1200
|
|
|
1142
|
-
var _path$f, _path2$
|
|
1201
|
+
var _path$f, _path2$7;
|
|
1143
1202
|
|
|
1144
|
-
function _extends$
|
|
1203
|
+
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
1204
|
|
|
1146
1205
|
var SvgNotificationSuccess = function SvgNotificationSuccess(props) {
|
|
1147
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1206
|
+
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
1148
1207
|
width: 24,
|
|
1149
1208
|
height: 24,
|
|
1150
1209
|
fill: "none",
|
|
@@ -1152,7 +1211,7 @@ var SvgNotificationSuccess = function SvgNotificationSuccess(props) {
|
|
|
1152
1211
|
}, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
|
|
1153
1212
|
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
1213
|
fill: "currentColor"
|
|
1155
|
-
})), _path2$
|
|
1214
|
+
})), _path2$7 || (_path2$7 = /*#__PURE__*/React.createElement("path", {
|
|
1156
1215
|
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
1216
|
fill: "currentColor"
|
|
1158
1217
|
})));
|
|
@@ -1160,85 +1219,103 @@ var SvgNotificationSuccess = function SvgNotificationSuccess(props) {
|
|
|
1160
1219
|
|
|
1161
1220
|
var _path$e;
|
|
1162
1221
|
|
|
1163
|
-
function _extends$
|
|
1222
|
+
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); }
|
|
1223
|
+
|
|
1224
|
+
var SvgPencil = function SvgPencil(props) {
|
|
1225
|
+
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
1226
|
+
width: 10,
|
|
1227
|
+
height: 10,
|
|
1228
|
+
fill: "none",
|
|
1229
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1230
|
+
}, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
|
|
1231
|
+
fill: "currentColor",
|
|
1232
|
+
fillRule: "evenodd",
|
|
1233
|
+
clipRule: "evenodd",
|
|
1234
|
+
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"
|
|
1235
|
+
})));
|
|
1236
|
+
};
|
|
1237
|
+
|
|
1238
|
+
var _path$d;
|
|
1239
|
+
|
|
1240
|
+
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
1241
|
|
|
1165
1242
|
var SvgFolderEmpty1 = function SvgFolderEmpty1(props) {
|
|
1166
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1243
|
+
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
1167
1244
|
viewBox: "0 0 24 24",
|
|
1168
1245
|
fill: "none",
|
|
1169
1246
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1170
|
-
}, props), _path$
|
|
1247
|
+
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
|
1171
1248
|
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
1249
|
fill: "currentColor"
|
|
1173
1250
|
})));
|
|
1174
1251
|
};
|
|
1175
1252
|
|
|
1176
|
-
var _path$
|
|
1253
|
+
var _path$c, _path2$6;
|
|
1177
1254
|
|
|
1178
|
-
function _extends$
|
|
1255
|
+
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
1256
|
|
|
1180
1257
|
var SvgQuestionCircle = function SvgQuestionCircle(props) {
|
|
1181
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1258
|
+
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
1182
1259
|
width: 16,
|
|
1183
1260
|
height: 16,
|
|
1184
1261
|
viewBox: "0 0 24 24",
|
|
1185
1262
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1186
|
-
}, props), _path$
|
|
1263
|
+
}, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
|
|
1187
1264
|
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
1265
|
fill: "currentColor"
|
|
1189
|
-
})), _path2$
|
|
1266
|
+
})), _path2$6 || (_path2$6 = /*#__PURE__*/React.createElement("path", {
|
|
1190
1267
|
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
1268
|
fill: "currentColor"
|
|
1192
1269
|
})));
|
|
1193
1270
|
};
|
|
1194
1271
|
|
|
1195
|
-
var _path$
|
|
1272
|
+
var _path$b, _path2$5;
|
|
1196
1273
|
|
|
1197
|
-
function _extends$
|
|
1274
|
+
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
1275
|
|
|
1199
1276
|
var SvgSatellite = function SvgSatellite(props) {
|
|
1200
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1277
|
+
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
1201
1278
|
fill: "none",
|
|
1202
1279
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1203
1280
|
viewBox: "0 0 32 32"
|
|
1204
|
-
}, props), _path$
|
|
1281
|
+
}, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
|
|
1205
1282
|
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
1283
|
fill: "currentColor"
|
|
1207
|
-
})), _path2$
|
|
1284
|
+
})), _path2$5 || (_path2$5 = /*#__PURE__*/React.createElement("path", {
|
|
1208
1285
|
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
1286
|
fill: "currentColor"
|
|
1210
1287
|
})));
|
|
1211
1288
|
};
|
|
1212
1289
|
|
|
1213
|
-
var _path$
|
|
1290
|
+
var _path$a;
|
|
1214
1291
|
|
|
1215
|
-
function _extends$
|
|
1292
|
+
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
1293
|
|
|
1217
1294
|
var SvgSearch = function SvgSearch(props) {
|
|
1218
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1295
|
+
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
1219
1296
|
width: 16,
|
|
1220
1297
|
height: 16,
|
|
1221
1298
|
fill: "none",
|
|
1222
1299
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1223
|
-
}, props), _path$
|
|
1300
|
+
}, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
|
|
1224
1301
|
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
1302
|
fill: "currentColor"
|
|
1226
1303
|
})));
|
|
1227
1304
|
};
|
|
1228
1305
|
|
|
1229
|
-
var _path$
|
|
1306
|
+
var _path$9, _path2$4, _path3$1, _path4;
|
|
1230
1307
|
|
|
1231
|
-
function _extends$
|
|
1308
|
+
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
1309
|
|
|
1233
1310
|
var SvgServerLock = function SvgServerLock(props) {
|
|
1234
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1311
|
+
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
1235
1312
|
width: 24,
|
|
1236
1313
|
height: 24,
|
|
1237
1314
|
fill: "currentColor",
|
|
1238
1315
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1239
|
-
}, props), _path$
|
|
1316
|
+
}, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
|
|
1240
1317
|
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$
|
|
1318
|
+
})), _path2$4 || (_path2$4 = /*#__PURE__*/React.createElement("path", {
|
|
1242
1319
|
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
1320
|
})), _path3$1 || (_path3$1 = /*#__PURE__*/React.createElement("path", {
|
|
1244
1321
|
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 +1324,38 @@ var SvgServerLock = function SvgServerLock(props) {
|
|
|
1247
1324
|
})));
|
|
1248
1325
|
};
|
|
1249
1326
|
|
|
1250
|
-
var _path$
|
|
1327
|
+
var _path$8, _path2$3;
|
|
1251
1328
|
|
|
1252
|
-
function _extends$
|
|
1329
|
+
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
1330
|
|
|
1254
1331
|
var SvgSettingsVertical = function SvgSettingsVertical(props) {
|
|
1255
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1332
|
+
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
1256
1333
|
width: 16,
|
|
1257
1334
|
height: 16,
|
|
1258
1335
|
fill: "none",
|
|
1259
1336
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1260
|
-
}, props), _path$
|
|
1337
|
+
}, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
|
|
1261
1338
|
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
1339
|
fill: "currentColor"
|
|
1263
|
-
})), _path2$
|
|
1340
|
+
})), _path2$3 || (_path2$3 = /*#__PURE__*/React.createElement("path", {
|
|
1264
1341
|
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
1342
|
fill: "currentColor"
|
|
1266
1343
|
})));
|
|
1267
1344
|
};
|
|
1268
1345
|
|
|
1269
|
-
var _path$
|
|
1346
|
+
var _path$7, _path2$2, _path3;
|
|
1270
1347
|
|
|
1271
|
-
function _extends$
|
|
1348
|
+
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
1349
|
|
|
1273
1350
|
var SvgServer2 = function SvgServer2(props) {
|
|
1274
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1351
|
+
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
1275
1352
|
viewBox: "0 0 24 24",
|
|
1276
1353
|
fill: "none",
|
|
1277
1354
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1278
|
-
}, props), _path$
|
|
1355
|
+
}, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
|
|
1279
1356
|
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
1357
|
fill: "currentColor"
|
|
1281
|
-
})), _path2$
|
|
1358
|
+
})), _path2$2 || (_path2$2 = /*#__PURE__*/React.createElement("path", {
|
|
1282
1359
|
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
1360
|
fill: "currentColor"
|
|
1284
1361
|
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
@@ -1287,23 +1364,54 @@ var SvgServer2 = function SvgServer2(props) {
|
|
|
1287
1364
|
})));
|
|
1288
1365
|
};
|
|
1289
1366
|
|
|
1290
|
-
var _g$
|
|
1367
|
+
var _rect$1, _g$6, _defs$4;
|
|
1291
1368
|
|
|
1292
|
-
function _extends$
|
|
1369
|
+
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); }
|
|
1370
|
+
|
|
1371
|
+
var SvgSupportCircle = function SvgSupportCircle(props) {
|
|
1372
|
+
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
1373
|
+
width: 32,
|
|
1374
|
+
height: 32,
|
|
1375
|
+
fill: "none",
|
|
1376
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1377
|
+
}, props), _rect$1 || (_rect$1 = /*#__PURE__*/React.createElement("rect", {
|
|
1378
|
+
width: 32,
|
|
1379
|
+
height: 32,
|
|
1380
|
+
rx: 16,
|
|
1381
|
+
fill: "currentColor"
|
|
1382
|
+
})), _g$6 || (_g$6 = /*#__PURE__*/React.createElement("g", {
|
|
1383
|
+
clipPath: "url(#support-circle_svg__a)",
|
|
1384
|
+
fill: "#fff"
|
|
1385
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1386
|
+
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"
|
|
1387
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1388
|
+
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"
|
|
1389
|
+
}))), _defs$4 || (_defs$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1390
|
+
id: "support-circle_svg__a"
|
|
1391
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1392
|
+
fill: "#fff",
|
|
1393
|
+
transform: "translate(8 8)",
|
|
1394
|
+
d: "M0 0h16v16H0z"
|
|
1395
|
+
})))));
|
|
1396
|
+
};
|
|
1397
|
+
|
|
1398
|
+
var _g$5, _defs$3;
|
|
1399
|
+
|
|
1400
|
+
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
1401
|
|
|
1294
1402
|
var SvgSupport = function SvgSupport(props) {
|
|
1295
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1403
|
+
return /*#__PURE__*/React.createElement("svg", _extends$c({
|
|
1296
1404
|
fill: "none",
|
|
1297
1405
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1298
1406
|
viewBox: "0 0 16 16"
|
|
1299
|
-
}, props), _g$
|
|
1407
|
+
}, props), _g$5 || (_g$5 = /*#__PURE__*/React.createElement("g", {
|
|
1300
1408
|
clipPath: "url(#support_svg__a)",
|
|
1301
1409
|
fill: "currentColor"
|
|
1302
1410
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1303
1411
|
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
1412
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1305
1413
|
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$
|
|
1414
|
+
}))), _defs$3 || (_defs$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1307
1415
|
id: "support_svg__a"
|
|
1308
1416
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1309
1417
|
fill: "#fff",
|
|
@@ -1311,16 +1419,16 @@ var SvgSupport = function SvgSupport(props) {
|
|
|
1311
1419
|
})))));
|
|
1312
1420
|
};
|
|
1313
1421
|
|
|
1314
|
-
var _g$
|
|
1422
|
+
var _g$4, _defs$2;
|
|
1315
1423
|
|
|
1316
|
-
function _extends$
|
|
1424
|
+
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
1425
|
|
|
1318
1426
|
var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
1319
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1427
|
+
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
1320
1428
|
fill: "none",
|
|
1321
1429
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1322
1430
|
viewBox: "0 0 32 32"
|
|
1323
|
-
}, props), _g$
|
|
1431
|
+
}, props), _g$4 || (_g$4 = /*#__PURE__*/React.createElement("g", {
|
|
1324
1432
|
clipPath: "url(#support-headphones_svg__a)",
|
|
1325
1433
|
fillRule: "evenodd",
|
|
1326
1434
|
clipRule: "evenodd",
|
|
@@ -1331,7 +1439,7 @@ var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
|
1331
1439
|
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
1440
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1333
1441
|
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$
|
|
1442
|
+
}))), _defs$2 || (_defs$2 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1335
1443
|
id: "support-headphones_svg__a"
|
|
1336
1444
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1337
1445
|
fill: "#fff",
|
|
@@ -1339,121 +1447,105 @@ var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
|
1339
1447
|
})))));
|
|
1340
1448
|
};
|
|
1341
1449
|
|
|
1342
|
-
var
|
|
1450
|
+
var _path$6;
|
|
1343
1451
|
|
|
1344
|
-
function _extends$
|
|
1452
|
+
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
1453
|
|
|
1346
|
-
var
|
|
1347
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1348
|
-
width: 32,
|
|
1349
|
-
height: 32,
|
|
1454
|
+
var SvgSystem = function SvgSystem(props) {
|
|
1455
|
+
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
1350
1456
|
fill: "none",
|
|
1351
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
rx: 16,
|
|
1457
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1458
|
+
viewBox: "0 0 16 16"
|
|
1459
|
+
}, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
|
|
1460
|
+
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
1461
|
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
|
-
})))));
|
|
1462
|
+
})));
|
|
1371
1463
|
};
|
|
1372
1464
|
|
|
1373
|
-
var _path$
|
|
1465
|
+
var _path$5;
|
|
1374
1466
|
|
|
1375
|
-
function _extends$
|
|
1467
|
+
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
1468
|
|
|
1377
|
-
var
|
|
1378
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1379
|
-
fill: "none",
|
|
1469
|
+
var SvgTag = function SvgTag(props) {
|
|
1470
|
+
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
1380
1471
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
fill: "currentColor"
|
|
1472
|
+
fill: "none",
|
|
1473
|
+
viewBox: "0 0 12 12"
|
|
1474
|
+
}, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
|
|
1475
|
+
fill: "currentColor",
|
|
1476
|
+
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
1477
|
})));
|
|
1386
1478
|
};
|
|
1387
1479
|
|
|
1388
|
-
var _g$
|
|
1480
|
+
var _g$3, _defs$1;
|
|
1389
1481
|
|
|
1390
|
-
function _extends$
|
|
1482
|
+
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
1483
|
|
|
1392
1484
|
var SvgTarget = function SvgTarget(props) {
|
|
1393
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1485
|
+
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
1394
1486
|
width: 16,
|
|
1395
1487
|
height: 16,
|
|
1396
1488
|
fill: "currentColor",
|
|
1397
1489
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1398
|
-
}, props), _g$
|
|
1490
|
+
}, props), _g$3 || (_g$3 = /*#__PURE__*/React.createElement("g", {
|
|
1399
1491
|
clipPath: "url(#target_svg__a)"
|
|
1400
1492
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1401
1493
|
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$
|
|
1494
|
+
}))), _defs$1 || (_defs$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1403
1495
|
id: "target_svg__a"
|
|
1404
1496
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1405
1497
|
d: "M0 0h16v16H0z"
|
|
1406
1498
|
})))));
|
|
1407
1499
|
};
|
|
1408
1500
|
|
|
1409
|
-
var _g$
|
|
1501
|
+
var _g$2, _defs;
|
|
1410
1502
|
|
|
1411
|
-
function _extends$
|
|
1503
|
+
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
1504
|
|
|
1413
1505
|
var SvgTransaction = function SvgTransaction(props) {
|
|
1414
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1506
|
+
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
1415
1507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1416
1508
|
fill: "none",
|
|
1417
1509
|
viewBox: "0 0 24 24"
|
|
1418
|
-
}, props), _g$
|
|
1510
|
+
}, props), _g$2 || (_g$2 = /*#__PURE__*/React.createElement("g", {
|
|
1419
1511
|
fill: "currentColor",
|
|
1420
1512
|
clipPath: "url(#transaction_svg__a)"
|
|
1421
1513
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1422
1514
|
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
1515
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1424
1516
|
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
|
|
1517
|
+
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1426
1518
|
id: "transaction_svg__a"
|
|
1427
1519
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1428
1520
|
d: "M0 0h24v24H0z"
|
|
1429
1521
|
})))));
|
|
1430
1522
|
};
|
|
1431
1523
|
|
|
1432
|
-
var _path$
|
|
1524
|
+
var _path$4, _path2$1;
|
|
1433
1525
|
|
|
1434
|
-
function _extends$
|
|
1526
|
+
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
1527
|
|
|
1436
1528
|
var SvgUploadBottom = function SvgUploadBottom(props) {
|
|
1437
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1529
|
+
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
1438
1530
|
width: 16,
|
|
1439
1531
|
height: 16,
|
|
1440
1532
|
fill: "none",
|
|
1441
1533
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1442
|
-
}, props), _path$
|
|
1534
|
+
}, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
1443
1535
|
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
1536
|
fill: "currentColor"
|
|
1445
|
-
})), _path2$
|
|
1537
|
+
})), _path2$1 || (_path2$1 = /*#__PURE__*/React.createElement("path", {
|
|
1446
1538
|
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
1539
|
fill: "currentColor"
|
|
1448
1540
|
})));
|
|
1449
1541
|
};
|
|
1450
1542
|
|
|
1451
|
-
var _rect, _path$
|
|
1543
|
+
var _rect, _path$3;
|
|
1452
1544
|
|
|
1453
|
-
function _extends$
|
|
1545
|
+
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
1546
|
|
|
1455
1547
|
var SvgUserCircle = function SvgUserCircle(props) {
|
|
1456
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1548
|
+
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
1457
1549
|
width: 32,
|
|
1458
1550
|
height: 32,
|
|
1459
1551
|
fill: "none",
|
|
@@ -1463,22 +1555,22 @@ var SvgUserCircle = function SvgUserCircle(props) {
|
|
|
1463
1555
|
height: 32,
|
|
1464
1556
|
rx: 16,
|
|
1465
1557
|
fill: "currentColor"
|
|
1466
|
-
})), _path$
|
|
1558
|
+
})), _path$3 || (_path$3 = /*#__PURE__*/React.createElement("path", {
|
|
1467
1559
|
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
1560
|
fill: "#fff"
|
|
1469
1561
|
})));
|
|
1470
1562
|
};
|
|
1471
1563
|
|
|
1472
|
-
var _g$
|
|
1564
|
+
var _g$1;
|
|
1473
1565
|
|
|
1474
|
-
function _extends$
|
|
1566
|
+
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
1567
|
|
|
1476
1568
|
var SvgViewOff = function SvgViewOff(props) {
|
|
1477
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1569
|
+
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
1478
1570
|
viewBox: "0 0 24 24",
|
|
1479
1571
|
fill: "none",
|
|
1480
1572
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1481
|
-
}, props), _g$
|
|
1573
|
+
}, props), _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
|
|
1482
1574
|
fill: "currentColor"
|
|
1483
1575
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1484
1576
|
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 +1579,53 @@ var SvgViewOff = function SvgViewOff(props) {
|
|
|
1487
1579
|
}))));
|
|
1488
1580
|
};
|
|
1489
1581
|
|
|
1490
|
-
var _path$
|
|
1582
|
+
var _path$2, _path2;
|
|
1491
1583
|
|
|
1492
|
-
function _extends$
|
|
1584
|
+
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
1585
|
|
|
1494
1586
|
var SvgViewOn = function SvgViewOn(props) {
|
|
1495
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1587
|
+
return /*#__PURE__*/React.createElement("svg", _extends$3({
|
|
1496
1588
|
width: 16,
|
|
1497
1589
|
height: 16,
|
|
1498
1590
|
viewBox: "0 0 24 24",
|
|
1499
1591
|
fill: "none",
|
|
1500
1592
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1501
|
-
}, props), _path$
|
|
1593
|
+
}, props), _path$2 || (_path$2 = /*#__PURE__*/React.createElement("path", {
|
|
1502
1594
|
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
1595
|
fill: "currentColor"
|
|
1504
|
-
})), _path2
|
|
1596
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
1505
1597
|
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
1598
|
fill: "currentColor"
|
|
1507
1599
|
})));
|
|
1508
1600
|
};
|
|
1509
1601
|
|
|
1510
|
-
var _path$
|
|
1602
|
+
var _path$1;
|
|
1511
1603
|
|
|
1512
|
-
function _extends$
|
|
1604
|
+
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
1605
|
|
|
1514
1606
|
var SvgWeatherCloud = function SvgWeatherCloud(props) {
|
|
1515
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1607
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2({
|
|
1516
1608
|
fill: "none",
|
|
1517
1609
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1518
1610
|
viewBox: "0 0 32 26"
|
|
1519
|
-
}, props), _path$
|
|
1611
|
+
}, props), _path$1 || (_path$1 = /*#__PURE__*/React.createElement("path", {
|
|
1520
1612
|
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
1613
|
fill: "currentColor"
|
|
1522
1614
|
})));
|
|
1523
1615
|
};
|
|
1524
1616
|
|
|
1525
|
-
var _g
|
|
1617
|
+
var _g;
|
|
1526
1618
|
|
|
1527
|
-
function _extends$
|
|
1619
|
+
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
1620
|
|
|
1529
1621
|
var SvgWebhooks = function SvgWebhooks(props) {
|
|
1530
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1622
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1({
|
|
1531
1623
|
width: 16,
|
|
1532
1624
|
height: 16,
|
|
1533
1625
|
viewBox: "0 0 104 104",
|
|
1534
1626
|
fill: "none",
|
|
1535
1627
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1536
|
-
}, props), _g
|
|
1628
|
+
}, props), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
1537
1629
|
clipPath: "url(#webhooks_svg__clip0_4882_24509)",
|
|
1538
1630
|
fillRule: "evenodd",
|
|
1539
1631
|
clipRule: "evenodd",
|
|
@@ -1545,130 +1637,58 @@ var SvgWebhooks = function SvgWebhooks(props) {
|
|
|
1545
1637
|
}))));
|
|
1546
1638
|
};
|
|
1547
1639
|
|
|
1548
|
-
var _path
|
|
1640
|
+
var _path;
|
|
1549
1641
|
|
|
1550
|
-
function _extends
|
|
1642
|
+
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
1643
|
|
|
1552
1644
|
var SvgWorkflow = function SvgWorkflow(props) {
|
|
1553
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
1645
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1554
1646
|
fill: "none",
|
|
1555
1647
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1556
1648
|
viewBox: "0 0 104 104"
|
|
1557
|
-
}, props), _path
|
|
1649
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
1558
1650
|
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
1651
|
fill: "currentColor"
|
|
1560
1652
|
})));
|
|
1561
1653
|
};
|
|
1562
1654
|
|
|
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
1655
|
// Custom SVG
|
|
1638
1656
|
|
|
1639
|
-
declare const
|
|
1657
|
+
declare const icons_ArrowBack: typeof ArrowBack;
|
|
1640
1658
|
declare const icons_ArrowDownward: typeof ArrowDownward;
|
|
1641
|
-
declare const icons_ArrowUpward: typeof ArrowUpward;
|
|
1642
1659
|
declare const icons_ArrowForward: typeof ArrowForward;
|
|
1643
|
-
declare const
|
|
1660
|
+
declare const icons_ArrowUpward: typeof ArrowUpward;
|
|
1644
1661
|
declare const icons_AutoStoriesOutlined: typeof AutoStoriesOutlined;
|
|
1662
|
+
declare const icons_Balance: typeof Balance;
|
|
1663
|
+
declare const icons_Brightness1: typeof Brightness1;
|
|
1645
1664
|
declare const icons_CampaignOutlined: typeof CampaignOutlined;
|
|
1665
|
+
declare const icons_Cloud: typeof Cloud;
|
|
1646
1666
|
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
1667
|
declare const icons_ContentCopy: typeof ContentCopy;
|
|
1668
|
+
declare const icons_ContentCut: typeof ContentCut;
|
|
1657
1669
|
declare const icons_ContentPaste: typeof ContentPaste;
|
|
1658
|
-
declare const
|
|
1659
|
-
declare const icons_KeyboardArrowUp: typeof KeyboardArrowUp;
|
|
1670
|
+
declare const icons_InfoOutlined: typeof InfoOutlined;
|
|
1660
1671
|
declare const icons_KeyboardArrowDown: typeof KeyboardArrowDown;
|
|
1661
1672
|
declare const icons_KeyboardArrowLeft: typeof KeyboardArrowLeft;
|
|
1662
1673
|
declare const icons_KeyboardArrowRight: typeof KeyboardArrowRight;
|
|
1663
|
-
declare const
|
|
1674
|
+
declare const icons_KeyboardArrowUp: typeof KeyboardArrowUp;
|
|
1675
|
+
declare const icons_LightbulbOutlined: typeof LightbulbOutlined;
|
|
1676
|
+
declare const icons_MoreHoriz: typeof MoreHoriz;
|
|
1677
|
+
declare const icons_Person: typeof Person;
|
|
1678
|
+
declare const icons_QuestionMark: typeof QuestionMark;
|
|
1679
|
+
declare const icons_ShoppingCartOutlined: typeof ShoppingCartOutlined;
|
|
1680
|
+
declare const icons_VisibilityOffOutlined: typeof VisibilityOffOutlined;
|
|
1681
|
+
declare const icons_VisibilityOutlined: typeof VisibilityOutlined;
|
|
1664
1682
|
declare namespace icons {
|
|
1665
1683
|
export {
|
|
1684
|
+
SvgAlarmBell as AlarmBell,
|
|
1666
1685
|
SvgAppWindowCode as AppWindowCode,
|
|
1686
|
+
SvgArrowTopRight as ArrowTopRight,
|
|
1667
1687
|
SvgAssignmentCircle as Assignment,
|
|
1668
1688
|
SvgBashCircle as Bash,
|
|
1669
1689
|
SvgBin as Bin,
|
|
1670
|
-
SvgBlocked as Blocked,
|
|
1671
1690
|
SvgBlockCircle as Block,
|
|
1691
|
+
SvgBlocked as Blocked,
|
|
1672
1692
|
SvgBoxes as Boxes,
|
|
1673
1693
|
SvgNetworkSearch as Catalog,
|
|
1674
1694
|
SvgChecklist as CheckList,
|
|
@@ -1689,10 +1709,12 @@ declare namespace icons {
|
|
|
1689
1709
|
SvgLogo as Logo,
|
|
1690
1710
|
SvgShop as Marketplace,
|
|
1691
1711
|
SvgMegaphone as Megaphone,
|
|
1712
|
+
SvgModuleThree as ModuleThree,
|
|
1692
1713
|
SvgMultipleUsers as MultipleUsers,
|
|
1693
1714
|
SvgNotificationError as NotificationError,
|
|
1694
1715
|
SvgNotificationInfo as NotificationInfo,
|
|
1695
1716
|
SvgNotificationSuccess as NotificationSuccess,
|
|
1717
|
+
SvgPencil as Pencil,
|
|
1696
1718
|
SvgFolderEmpty1 as Projects,
|
|
1697
1719
|
SvgQuestionCircle as QuestionCircle,
|
|
1698
1720
|
SvgSatellite as Satellite,
|
|
@@ -1700,10 +1722,11 @@ declare namespace icons {
|
|
|
1700
1722
|
SvgServerLock as ServerLock,
|
|
1701
1723
|
SvgSettingsVertical as SettingsVertical,
|
|
1702
1724
|
SvgServer2 as Storage,
|
|
1725
|
+
SvgSupportCircle as Support,
|
|
1703
1726
|
SvgSupport as SupportClear,
|
|
1704
1727
|
SvgSupportHeadphones as SupportHeadphones,
|
|
1705
|
-
SvgSupportCircle as Support,
|
|
1706
1728
|
SvgSystem as System,
|
|
1729
|
+
SvgTag as Tag,
|
|
1707
1730
|
SvgTarget as Target,
|
|
1708
1731
|
SvgTransaction as Transaction,
|
|
1709
1732
|
SvgUploadBottom as Upload,
|
|
@@ -1713,35 +1736,31 @@ declare namespace icons {
|
|
|
1713
1736
|
SvgWeatherCloud as WeatherCloud,
|
|
1714
1737
|
SvgWebhooks as Webhooks,
|
|
1715
1738
|
SvgWorkflow as Workflow,
|
|
1716
|
-
|
|
1717
|
-
SvgAlarmBell as AlarmBell,
|
|
1718
|
-
SvgTag as Tag,
|
|
1719
|
-
SvgArrowTopRight as ArrowTopRight,
|
|
1720
|
-
icons_Brightness1 as Brightness1,
|
|
1739
|
+
icons_ArrowBack as ArrowBack,
|
|
1721
1740
|
icons_ArrowDownward as ArrowDownward,
|
|
1722
|
-
icons_ArrowUpward as ArrowUpward,
|
|
1723
1741
|
icons_ArrowForward as ArrowForward,
|
|
1724
|
-
|
|
1742
|
+
icons_ArrowUpward as ArrowUpward,
|
|
1725
1743
|
icons_AutoStoriesOutlined as AutoStoriesOutlined,
|
|
1744
|
+
icons_Balance as Balance,
|
|
1745
|
+
icons_Brightness1 as Brightness1,
|
|
1726
1746
|
icons_CampaignOutlined as CampaignOutlined,
|
|
1747
|
+
icons_Cloud as Cloud,
|
|
1727
1748
|
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
1749
|
icons_ContentCopy as ContentCopy,
|
|
1750
|
+
icons_ContentCut as ContentCut,
|
|
1738
1751
|
icons_ContentPaste as ContentPaste,
|
|
1739
|
-
|
|
1740
|
-
icons_KeyboardArrowUp as KeyboardArrowUp,
|
|
1752
|
+
icons_InfoOutlined as InfoOutlined,
|
|
1741
1753
|
icons_KeyboardArrowDown as KeyboardArrowDown,
|
|
1742
1754
|
icons_KeyboardArrowLeft as KeyboardArrowLeft,
|
|
1743
1755
|
icons_KeyboardArrowRight as KeyboardArrowRight,
|
|
1744
|
-
|
|
1756
|
+
icons_KeyboardArrowUp as KeyboardArrowUp,
|
|
1757
|
+
icons_LightbulbOutlined as LightbulbOutlined,
|
|
1758
|
+
icons_MoreHoriz as MoreHoriz,
|
|
1759
|
+
icons_Person as Person,
|
|
1760
|
+
icons_QuestionMark as QuestionMark,
|
|
1761
|
+
icons_ShoppingCartOutlined as ShoppingCartOutlined,
|
|
1762
|
+
icons_VisibilityOffOutlined as VisibilityOffOutlined,
|
|
1763
|
+
icons_VisibilityOutlined as VisibilityOutlined,
|
|
1745
1764
|
};
|
|
1746
1765
|
}
|
|
1747
1766
|
|