@up42/up-components 2.0.0-beta.1 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/types/components/Illustration/Illustration.d.ts +12 -0
- package/dist/cjs/types/global/illustrations/index.d.ts +3 -0
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/cjs/types/utils/hooks/useDebounce.d.ts +8 -0
- package/dist/cjs/types/utils/hooks/useDebounce.test.d.ts +1 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/types/components/Illustration/Illustration.d.ts +12 -0
- package/dist/esm/types/global/illustrations/index.d.ts +3 -0
- package/dist/esm/types/index.d.ts +2 -0
- package/dist/esm/types/utils/hooks/useDebounce.d.ts +8 -0
- package/dist/esm/types/utils/hooks/useDebounce.test.d.ts +1 -0
- package/dist/index.d.ts +565 -309
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -662,30 +662,30 @@ declare type LoadingProps = {
|
|
|
662
662
|
*/
|
|
663
663
|
declare const Loading: ({ fullPage, visible, ...rest }: LoadingProps) => JSX.Element | null;
|
|
664
664
|
|
|
665
|
-
var _path$
|
|
666
|
-
function _extends$
|
|
665
|
+
var _path$R;
|
|
666
|
+
function _extends$1C() { _extends$1C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1C.apply(this, arguments); }
|
|
667
667
|
var SvgAlarmBell = function SvgAlarmBell(props) {
|
|
668
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
668
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1C({
|
|
669
669
|
xmlns: "http://www.w3.org/2000/svg",
|
|
670
670
|
fill: "currentColor",
|
|
671
671
|
width: 24,
|
|
672
672
|
height: 24
|
|
673
|
-
}, props), _path$
|
|
673
|
+
}, props), _path$R || (_path$R = /*#__PURE__*/React.createElement("path", {
|
|
674
674
|
fillRule: "evenodd",
|
|
675
675
|
d: "M11.86.715a.766.766 0 0 0-.582.519l-.022.067-.003.775-.002.775h-.034A7.785 7.785 0 0 0 7.94 3.953a7.917 7.917 0 0 0-2.088 1.87 7.756 7.756 0 0 0-1.516 3.415c-.087.49-.12.941-.12 1.624-.001.69-.037 1.546-.097 2.266-.156 1.884-.51 3.474-.989 4.445-.052.105-.13.246-.172.312a.892.892 0 0 0-.108.211.527.527 0 0 0-.03.23c-.001.12.002.15.021.211.075.24.253.424.486.506l.077.027 8.562.003c7.405.002 8.57 0 8.627-.012a.7.7 0 0 0 .374-.207.7.7 0 0 0 .221-.52.748.748 0 0 0-.225-.545c-.164-.172-.363-.6-.529-1.138-.313-1.014-.519-2.419-.604-4.118a35.01 35.01 0 0 1-.044-1.57c-.008-.724-.014-.882-.043-1.166A7.75 7.75 0 0 0 17.77 5.37a11.69 11.69 0 0 0-.58-.578 7.783 7.783 0 0 0-4.407-1.944l-.028-.003-.005-.772-.005-.773-.022-.067a.759.759 0 0 0-.861-.52m-.018 3.602A6.282 6.282 0 0 0 8.38 5.462a6.513 6.513 0 0 0-1.5 1.494A6.277 6.277 0 0 0 5.77 9.81c-.034.273-.038.364-.048.965-.01.675-.024 1.131-.044 1.526-.102 2.01-.37 3.653-.816 4.985l-.097.29h14.396l-.04-.107c-.42-1.163-.693-2.841-.794-4.89a45.158 45.158 0 0 1-.049-1.775 20.37 20.37 0 0 0-.019-.725 6.226 6.226 0 0 0-.657-2.323 6.265 6.265 0 0 0-5.76-3.44M9.94 20.414a.724.724 0 0 0-.478.38.71.71 0 0 0-.083.432c.013.093.083.313.148.461a2.754 2.754 0 0 0 1.378 1.378 2.709 2.709 0 0 0 3.688-1.69.747.747 0 0 0-.03-.541.719.719 0 0 0-.521-.425.736.736 0 0 0-.58.11.727.727 0 0 0-.305.419 1.222 1.222 0 0 1-.898.83c-.086.02-.311.03-.414.015a1.178 1.178 0 0 1-.689-.339 1.15 1.15 0 0 1-.297-.479c-.09-.262-.196-.393-.4-.494a.726.726 0 0 0-.519-.057",
|
|
676
676
|
clipRule: "evenodd"
|
|
677
677
|
})));
|
|
678
678
|
};
|
|
679
679
|
|
|
680
|
-
var _path$
|
|
681
|
-
function _extends$
|
|
680
|
+
var _path$Q;
|
|
681
|
+
function _extends$1B() { _extends$1B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1B.apply(this, arguments); }
|
|
682
682
|
var SvgAngle = function SvgAngle(props) {
|
|
683
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
683
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1B({
|
|
684
684
|
width: 24,
|
|
685
685
|
height: 24,
|
|
686
686
|
fill: "none",
|
|
687
687
|
xmlns: "http://www.w3.org/2000/svg"
|
|
688
|
-
}, props), _path$
|
|
688
|
+
}, props), _path$Q || (_path$Q = /*#__PURE__*/React.createElement("path", {
|
|
689
689
|
fillRule: "evenodd",
|
|
690
690
|
clipRule: "evenodd",
|
|
691
691
|
d: "M1.504 1.094a.836.836 0 0 0-.448.4L1 1.602v8.776c0 10.523.001 10.78.046 10.956.208.82.791 1.414 1.634 1.665l.168.05 10.773.006 8.774.007.134-.061a.772.772 0 0 0 .39-.383c.21-.438-.072-.964-.56-1.043-.1-.017-.19-.025-4.145-.025h-5.993l-.01-.054a7.68 7.68 0 0 1-.038-.342c-.163-1.704-.83-3.452-1.89-4.952-.14-.199-.553-.718-.587-.739-.014-.008.522-.564 1.198-1.242 1.374-1.379 1.337-1.333 1.337-1.66a.665.665 0 0 0-.214-.528.665.665 0 0 0-.529-.214c-.326 0-.28-.037-1.659 1.337-.678.675-1.234 1.211-1.243 1.197-.02-.034-.54-.446-.738-.586-1.498-1.058-3.269-1.734-4.952-1.89a7.31 7.31 0 0 1-.342-.038l-.054-.01V5.835c0-3.953-.009-4.045-.025-4.144a.742.742 0 0 0-.75-.627.818.818 0 0 0-.221.03Zm20.595-.072a.876.876 0 0 0-.216.106c-.15.105-1.22 1.188-1.295 1.308a.807.807 0 0 0-.027.71.98.98 0 0 0 .332.336.784.784 0 0 0 .744-.039c.067-.044.653-.613 1.302-1.265.107-.108.107-.232.107-.431 0-.155-.011-.216-.058-.312a.862.862 0 0 0-.364-.368.874.874 0 0 0-.525-.045Zm-4.143 4.092c-.122.046-.275.192-2.115 2.032-1.595 1.596-1.994 2.007-2.04 2.104a.619.619 0 0 0-.056.312c0 .228.059.373.214.528a.665.665 0 0 0 .529.215.618.618 0 0 0 .312-.057c.097-.045.507-.444 2.103-2.04 1.89-1.89 1.986-1.989 2.034-2.121a.724.724 0 0 0-.018-.581.753.753 0 0 0-.963-.392ZM2.5 16.91v3.572l.882-.88c.485-.484.926-.907.98-.94.197-.12.51-.13.722-.02.11.057.275.224.331.336.1.197.087.523-.026.707-.034.056-.458.498-.941.983l-.88.882h7.144l-.013-.066a3.412 3.412 0 0 1-.027-.21 9.16 9.16 0 0 0-.545-2.208 9.14 9.14 0 0 0-1.316-2.311l-.195-.247-.236.226c-.272.262-.405.328-.655.327a.761.761 0 0 1-.737-.736c0-.25.066-.383.327-.655l.227-.236-.247-.196a9.065 9.065 0 0 0-3.487-1.68c-.299-.07-.782-.155-1.032-.18a3.336 3.336 0 0 1-.21-.028l-.066-.012v3.572Z",
|
|
@@ -693,15 +693,15 @@ var SvgAngle = function SvgAngle(props) {
|
|
|
693
693
|
})));
|
|
694
694
|
};
|
|
695
695
|
|
|
696
|
-
var _path$
|
|
697
|
-
function _extends$
|
|
696
|
+
var _path$P;
|
|
697
|
+
function _extends$1A() { _extends$1A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1A.apply(this, arguments); }
|
|
698
698
|
var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
699
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
699
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1A({
|
|
700
700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
701
701
|
fill: "currentColor",
|
|
702
702
|
width: 24,
|
|
703
703
|
height: 24
|
|
704
|
-
}, props), _path$
|
|
704
|
+
}, props), _path$P || (_path$P = /*#__PURE__*/React.createElement("path", {
|
|
705
705
|
fillRule: "evenodd",
|
|
706
706
|
d: "M3.285 2.127a2.442 2.442 0 0 0-.424.086c-.792.247-1.307.904-1.433 1.829-.018.135-.018 15.823 0 15.979.09.752.479 1.314 1.13 1.628.253.122.487.19.788.23.14.02 17.226.02 17.385.001a2.04 2.04 0 0 0 1.164-.503c.395-.35.655-.91.703-1.514.013-.17.014-15.49 0-15.732a2.306 2.306 0 0 0-.062-.455 1.952 1.952 0 0 0-1.066-1.315 2.564 2.564 0 0 0-.696-.222l-.11-.022-8.635-.001c-7.028-.002-8.656 0-8.744.01m.173 1.493c-.295.029-.453.185-.52.516-.019.093-.02.129-.02 1.143v1.047h18.183L21.1 5.21l-.003-1.116-.023-.072a.435.435 0 0 0-.13-.219c-.086-.08-.188-.129-.36-.172-.059-.015-.647-.016-8.554-.017-4.67-.001-8.527.002-8.57.006m-.54 10.22c0 5.833.001 6.01.019 6.095.024.12.06.19.13.259.088.088.22.15.391.182.068.013 1.032.014 8.589.014 8.279 0 8.514 0 8.598-.018a.45.45 0 0 0 .259-.13.785.785 0 0 0 .187-.418c.006-.042.01-1.974.01-6.026V7.834H2.918zm4.728-3.28a.77.77 0 0 0-.582.544.864.864 0 0 0 0 .39.87.87 0 0 0 .11.237c.016.024.554.57 1.196 1.212l1.167 1.169-1.162 1.164c-.64.64-1.178 1.186-1.196 1.212a.81.81 0 0 0-.115.242.864.864 0 0 0 0 .39c.07.249.266.45.51.526a.6.6 0 0 0 .216.023.592.592 0 0 0 .216-.023.768.768 0 0 0 .26-.14c.09-.076 2.909-2.9 2.949-2.957a.7.7 0 0 0 .136-.437.7.7 0 0 0-.136-.437 241.29 241.29 0 0 0-2.95-2.956.77.77 0 0 0-.254-.14 1.137 1.137 0 0 0-.365-.019m4.196 5.632a.76.76 0 0 0-.567.575.832.832 0 0 0 .041.45c.07.162.201.3.361.38.17.084-.04.077 2.478.075l2.227-.003.074-.025a.78.78 0 0 0 .499-.524.928.928 0 0 0 0-.389.778.778 0 0 0-.499-.525l-.074-.025-2.236-.002c-1.953-.001-2.246 0-2.304.013",
|
|
707
707
|
clipRule: "evenodd"
|
|
@@ -709,9 +709,9 @@ var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
|
709
709
|
};
|
|
710
710
|
|
|
711
711
|
var _g$M, _defs$M;
|
|
712
|
-
function _extends$
|
|
712
|
+
function _extends$1z() { _extends$1z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1z.apply(this, arguments); }
|
|
713
713
|
var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
714
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
714
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1z({
|
|
715
715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
716
716
|
fill: "currentColor",
|
|
717
717
|
width: 24,
|
|
@@ -729,60 +729,60 @@ var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
|
729
729
|
})))));
|
|
730
730
|
};
|
|
731
731
|
|
|
732
|
-
var _path$
|
|
733
|
-
function _extends$
|
|
732
|
+
var _path$O;
|
|
733
|
+
function _extends$1y() { _extends$1y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1y.apply(this, arguments); }
|
|
734
734
|
var SvgArrowTopRight = function SvgArrowTopRight(props) {
|
|
735
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
735
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1y({
|
|
736
736
|
xmlns: "http://www.w3.org/2000/svg",
|
|
737
737
|
fill: "currentColor",
|
|
738
738
|
width: 24,
|
|
739
739
|
height: 24
|
|
740
|
-
}, props), _path$
|
|
740
|
+
}, props), _path$O || (_path$O = /*#__PURE__*/React.createElement("path", {
|
|
741
741
|
fillRule: "evenodd",
|
|
742
742
|
d: "M4.376 19.924a.74.74 0 0 1-.425-.232.69.69 0 0 1-.198-.506c0-.169.038-.299.126-.43.017-.026 3.111-3.128 6.877-6.894l6.846-6.847h-6.165c-6.642 0-6.225.003-6.36-.047a.795.795 0 0 1-.45-.506.936.936 0 0 1-.001-.389.764.764 0 0 1 .584-.545c.037-.007 2.266-.01 7.18-.01 6.305 0 7.133.001 7.194.014a.77.77 0 0 1 .567.561c.012.046.014 1.082.014 7.196 0 6.911 0 7.144-.018 7.218a.785.785 0 0 1-.553.554c-.07.017-.286.018-.356 0a.781.781 0 0 1-.549-.53l-.022-.071-.002-6.187-.003-6.187-6.842 6.84c-5.477 5.476-6.856 6.85-6.91 6.885a.813.813 0 0 1-.22.1 1.19 1.19 0 0 1-.314.013",
|
|
743
743
|
clipRule: "evenodd"
|
|
744
744
|
})));
|
|
745
745
|
};
|
|
746
746
|
|
|
747
|
-
var _path$
|
|
748
|
-
function _extends$
|
|
747
|
+
var _path$N;
|
|
748
|
+
function _extends$1x() { _extends$1x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1x.apply(this, arguments); }
|
|
749
749
|
var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
750
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
750
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1x({
|
|
751
751
|
xmlns: "http://www.w3.org/2000/svg",
|
|
752
752
|
fill: "currentColor",
|
|
753
753
|
width: 24,
|
|
754
754
|
height: 24
|
|
755
|
-
}, props), _path$
|
|
755
|
+
}, props), _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
|
|
756
756
|
fillRule: "evenodd",
|
|
757
757
|
d: "M4.114.717c-.466.04-.888.211-1.234.5-.424.354-.7.872-.758 1.419-.008.079-.01 2.417-.008 9.44l.003 9.337.022.11a2.179 2.179 0 0 0 1.816 1.764c.106.016.464.017 8.045.017 7.581 0 7.94 0 8.045-.017a2.162 2.162 0 0 0 1.828-1.863c.013-.1.015-.834.015-6.666 0-5.6-.002-6.57-.014-6.656a2.178 2.178 0 0 0-.283-.825c-.156-.259.005-.093-3.072-3.17a379.825 379.825 0 0 0-2.928-2.911 2.234 2.234 0 0 0-1.047-.463c-.096-.017-.326-.018-5.246-.018-2.83-.001-5.163 0-5.184.002m.004 1.515a.66.66 0 0 0-.493.506c-.014.067-.015.92-.015 9.272 0 8.212.001 9.205.014 9.271a.681.681 0 0 0 .437.494l.062.022 7.848.002c7.05.003 7.855.002 7.916-.012a.662.662 0 0 0 .488-.506c.014-.066.015-.685.015-6.055V9.245h-2.495c-1.664 0-2.528-.004-2.594-.01a2.166 2.166 0 0 1-1.921-1.836l-.02-.127-.004-2.527-.003-2.527h-4.59c-3.652.001-4.603.004-4.645.014m10.745 2.664.003 2.318.026.08a.674.674 0 0 0 .338.381.98.98 0 0 0 .135.054c.038.01.47.013 2.097.016h2.307l.257-.003-2.583-2.582-2.582-2.582zM9.686 9.029a.699.699 0 0 0-.404.213c-.03.03-.498.647-1.04 1.37l-.99 1.32c-.003.003-.254-.244-.559-.548a18.337 18.337 0 0 0-.6-.584.78.78 0 0 0-.575-.111.772.772 0 0 0-.562.502c-.023.068-.026.088-.026.233 0 .145.003.165.026.233.054.162.05.158.736.843.69.691.713.71.927.815.181.088.331.128.532.143.435.031.858-.133 1.157-.45.098-.104 2.135-2.82 2.176-2.901a.7.7 0 0 0 .076-.423.71.71 0 0 0-.21-.44.726.726 0 0 0-.664-.215m2.894 2.942a.777.777 0 0 0-.593.512.806.806 0 0 0 .038.557c.09.18.262.33.442.387.04.013.115.027.166.032.054.006.96.01 2.18.01 1.219 0 2.126-.004 2.18-.01a.714.714 0 0 0 .437-.194.718.718 0 0 0 .24-.511.723.723 0 0 0-.219-.57.73.73 0 0 0-.392-.209c-.059-.01-.467-.013-2.251-.012-1.198 0-2.201.004-2.228.008m-2.885 3.384a.733.733 0 0 0-.417.217c-.027.029-.49.642-1.031 1.362l-.99 1.32c-.006.006-.229-.21-.573-.552-.584-.581-.6-.596-.732-.65a.799.799 0 0 0-.571.004.803.803 0 0 0-.425.461c-.023.069-.026.088-.026.233 0 .146.003.165.026.233.054.162.053.16.721.831.603.605.704.699.836.774a1.456 1.456 0 0 0 1.647-.114c.138-.11.226-.222 1.236-1.567.555-.74 1.03-1.376 1.054-1.414a.746.746 0 0 0-.185-.996.735.735 0 0 0-.57-.142m2.874 2.243a.763.763 0 0 0-.396.21.728.728 0 0 0-.218.576.72.72 0 0 0 .244.509.7.7 0 0 0 .45.192c.078.007.791.01 2.245.007 2.342-.003 2.174 0 2.32-.06a.8.8 0 0 0 .386-.366.788.788 0 0 0 .02-.604.797.797 0 0 0-.407-.418c-.14-.056.055-.051-2.371-.053-1.246-.001-2.245.002-2.273.007",
|
|
758
758
|
clipRule: "evenodd"
|
|
759
759
|
})));
|
|
760
760
|
};
|
|
761
761
|
|
|
762
|
-
var _path$
|
|
763
|
-
function _extends$
|
|
762
|
+
var _path$M;
|
|
763
|
+
function _extends$1w() { _extends$1w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1w.apply(this, arguments); }
|
|
764
764
|
var SvgBashCircle = function SvgBashCircle(props) {
|
|
765
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
765
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1w({
|
|
766
766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
767
767
|
fill: "currentColor",
|
|
768
768
|
width: 24,
|
|
769
769
|
height: 24
|
|
770
|
-
}, props), _path$
|
|
770
|
+
}, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
|
|
771
771
|
fillRule: "evenodd",
|
|
772
772
|
d: "M3.285 2.127a2.442 2.442 0 0 0-.424.086c-.792.247-1.307.904-1.433 1.829-.018.135-.018 15.823 0 15.979.09.752.479 1.314 1.13 1.628.253.122.487.19.788.23.14.02 17.226.02 17.385.001a2.04 2.04 0 0 0 1.164-.503c.395-.35.655-.91.703-1.514.013-.17.014-15.49 0-15.732a2.306 2.306 0 0 0-.062-.455 1.952 1.952 0 0 0-1.066-1.315 2.564 2.564 0 0 0-.696-.222l-.11-.022-8.635-.001c-7.028-.002-8.656 0-8.744.01m.173 1.493c-.295.029-.453.185-.52.516-.019.093-.02.129-.02 1.143v1.047h18.183L21.1 5.21l-.003-1.116-.023-.072a.435.435 0 0 0-.13-.219c-.086-.08-.188-.129-.36-.172-.059-.015-.647-.016-8.554-.017-4.67-.001-8.527.002-8.57.006m-.54 10.22c0 5.833.001 6.01.019 6.095.024.12.06.19.13.259.088.088.22.15.391.182.068.013 1.032.014 8.589.014 8.279 0 8.514 0 8.598-.018a.45.45 0 0 0 .259-.13.785.785 0 0 0 .187-.418c.006-.042.01-1.974.01-6.026V7.834H2.918zm4.728-3.28a.77.77 0 0 0-.582.544.864.864 0 0 0 0 .39.87.87 0 0 0 .11.237c.016.024.554.57 1.196 1.212l1.167 1.169-1.162 1.164c-.64.64-1.178 1.186-1.196 1.212a.81.81 0 0 0-.115.242.864.864 0 0 0 0 .39c.07.249.266.45.51.526a.6.6 0 0 0 .216.023.592.592 0 0 0 .216-.023.768.768 0 0 0 .26-.14c.09-.076 2.909-2.9 2.949-2.957a.7.7 0 0 0 .136-.437.7.7 0 0 0-.136-.437 241.29 241.29 0 0 0-2.95-2.956.77.77 0 0 0-.254-.14 1.137 1.137 0 0 0-.365-.019m4.196 5.632a.76.76 0 0 0-.567.575.832.832 0 0 0 .041.45c.07.162.201.3.361.38.17.084-.04.077 2.478.075l2.227-.003.074-.025a.78.78 0 0 0 .499-.524.928.928 0 0 0 0-.389.778.778 0 0 0-.499-.525l-.074-.025-2.236-.002c-1.953-.001-2.246 0-2.304.013",
|
|
773
773
|
clipRule: "evenodd"
|
|
774
774
|
})));
|
|
775
775
|
};
|
|
776
776
|
|
|
777
|
-
var _path$
|
|
778
|
-
function _extends$
|
|
777
|
+
var _path$L;
|
|
778
|
+
function _extends$1v() { _extends$1v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1v.apply(this, arguments); }
|
|
779
779
|
var SvgBin = function SvgBin(props) {
|
|
780
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
780
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1v({
|
|
781
781
|
xmlns: "http://www.w3.org/2000/svg",
|
|
782
782
|
fill: "currentColor",
|
|
783
783
|
width: 24,
|
|
784
784
|
height: 24
|
|
785
|
-
}, props), _path$
|
|
785
|
+
}, props), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
|
|
786
786
|
fillRule: "evenodd",
|
|
787
787
|
d: "M9.274 1.531A2.377 2.377 0 0 0 7.219 3.54c-.02.122-.022.179-.026.673l-.004.54-1.03.001c-.565.001-1.89.004-2.943.008l-1.915.006-.067.022a.78.78 0 0 0-.51.53 1.092 1.092 0 0 0-.005.364.784.784 0 0 0 .515.549l.067.022 1.322.003 1.322.003.003 7.039c.003 6.586.004 7.045.02 7.137.072.437.217.785.463 1.111a2.386 2.386 0 0 0 1.53.914c.106.017.358.017 6.039.017 5.705 0 5.932 0 6.034-.017a2.386 2.386 0 0 0 1.494-.861 2.28 2.28 0 0 0 .277-.437 2.3 2.3 0 0 0 .24-.859c.006-.072.01-2.5.01-7.077V6.26l1.322-.003 1.322-.003.067-.022a.784.784 0 0 0 .515-.549c.02-.077.017-.286-.004-.365a.781.781 0 0 0-.51-.529l-.068-.022-1.915-.006c-1.053-.004-2.378-.007-2.945-.008l-1.03-.001v-.473c0-.49-.006-.617-.038-.804-.04-.228-.1-.413-.211-.638a2.377 2.377 0 0 0-1.766-1.298c-.095-.016-.254-.017-2.76-.019-2.14-.001-2.68.001-2.76.011M9.42 3.03a.878.878 0 0 0-.67.555c-.05.134-.053.18-.053.694v.474h6.604v-.48c0-.382-.002-.493-.014-.552a.832.832 0 0 0-.264-.469.822.822 0 0 0-.384-.211l-.072-.02-2.54-.002c-2.054-.002-2.552 0-2.607.01M5.453 13.226c0 4.789.003 6.987.01 7.03a.868.868 0 0 0 .224.448.902.902 0 0 0 .444.26c.062.016.359.017 5.869.017h5.803l.084-.022a.89.89 0 0 0 .613-.553c.05-.136.047.364.047-7.173V6.259H5.453zm3.993-3.591a.906.906 0 0 0-.23.077.788.788 0 0 0-.377.47l-.021.076v3.36c0 3.632-.004 3.389.05 3.528.08.205.265.375.482.443.062.02.093.022.216.022a.597.597 0 0 0 .216-.022.778.778 0 0 0 .511-.527l.022-.075v-3.355c0-3.194 0-3.359-.017-3.429a.77.77 0 0 0-.51-.544.671.671 0 0 0-.198-.026 1.336 1.336 0 0 0-.144.002m4.83.008a.688.688 0 0 0-.324.16.782.782 0 0 0-.245.38l-.022.075v6.729l.022.077c.072.25.265.449.51.525a.59.59 0 0 0 .217.022.597.597 0 0 0 .216-.022.772.772 0 0 0 .482-.443c.054-.139.05.104.05-3.528v-3.36l-.021-.075a.77.77 0 0 0-.506-.524.96.96 0 0 0-.38-.016",
|
|
788
788
|
clipRule: "evenodd"
|
|
@@ -790,9 +790,9 @@ var SvgBin = function SvgBin(props) {
|
|
|
790
790
|
};
|
|
791
791
|
|
|
792
792
|
var _g$L, _defs$L;
|
|
793
|
-
function _extends$
|
|
793
|
+
function _extends$1u() { _extends$1u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1u.apply(this, arguments); }
|
|
794
794
|
var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
795
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
795
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1u({
|
|
796
796
|
xmlns: "http://www.w3.org/2000/svg",
|
|
797
797
|
fill: "currentColor",
|
|
798
798
|
width: 24,
|
|
@@ -811,9 +811,9 @@ var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
|
811
811
|
};
|
|
812
812
|
|
|
813
813
|
var _g$K, _defs$K;
|
|
814
|
-
function _extends$
|
|
814
|
+
function _extends$1t() { _extends$1t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1t.apply(this, arguments); }
|
|
815
815
|
var SvgBlocked = function SvgBlocked(props) {
|
|
816
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
816
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1t({
|
|
817
817
|
xmlns: "http://www.w3.org/2000/svg",
|
|
818
818
|
fill: "currentColor",
|
|
819
819
|
width: 24,
|
|
@@ -832,9 +832,9 @@ var SvgBlocked = function SvgBlocked(props) {
|
|
|
832
832
|
};
|
|
833
833
|
|
|
834
834
|
var _g$J, _defs$J;
|
|
835
|
-
function _extends$
|
|
835
|
+
function _extends$1s() { _extends$1s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1s.apply(this, arguments); }
|
|
836
836
|
var SvgBoxes = function SvgBoxes(props) {
|
|
837
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
837
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1s({
|
|
838
838
|
xmlns: "http://www.w3.org/2000/svg",
|
|
839
839
|
fill: "currentColor",
|
|
840
840
|
width: 24,
|
|
@@ -853,9 +853,9 @@ var SvgBoxes = function SvgBoxes(props) {
|
|
|
853
853
|
};
|
|
854
854
|
|
|
855
855
|
var _g$I, _defs$I;
|
|
856
|
-
function _extends$
|
|
856
|
+
function _extends$1r() { _extends$1r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1r.apply(this, arguments); }
|
|
857
857
|
var SvgCalendar = function SvgCalendar(props) {
|
|
858
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
858
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1r({
|
|
859
859
|
xmlns: "http://www.w3.org/2000/svg",
|
|
860
860
|
fill: "currentColor",
|
|
861
861
|
width: 24,
|
|
@@ -874,9 +874,9 @@ var SvgCalendar = function SvgCalendar(props) {
|
|
|
874
874
|
};
|
|
875
875
|
|
|
876
876
|
var _g$H, _defs$H;
|
|
877
|
-
function _extends$
|
|
877
|
+
function _extends$1q() { _extends$1q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1q.apply(this, arguments); }
|
|
878
878
|
var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
879
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
879
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1q({
|
|
880
880
|
xmlns: "http://www.w3.org/2000/svg",
|
|
881
881
|
fill: "currentColor",
|
|
882
882
|
width: 24,
|
|
@@ -894,45 +894,45 @@ var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
|
894
894
|
})))));
|
|
895
895
|
};
|
|
896
896
|
|
|
897
|
-
var _path$
|
|
898
|
-
function _extends$
|
|
897
|
+
var _path$K;
|
|
898
|
+
function _extends$1p() { _extends$1p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1p.apply(this, arguments); }
|
|
899
899
|
var SvgChecklist = function SvgChecklist(props) {
|
|
900
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
900
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1p({
|
|
901
901
|
xmlns: "http://www.w3.org/2000/svg",
|
|
902
902
|
fill: "currentColor",
|
|
903
903
|
width: 24,
|
|
904
904
|
height: 24
|
|
905
|
-
}, props), _path$
|
|
905
|
+
}, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
|
|
906
906
|
fillRule: "evenodd",
|
|
907
907
|
d: "M4.114.717c-.466.04-.888.211-1.234.5-.424.354-.7.872-.758 1.419-.008.079-.01 2.417-.008 9.44l.003 9.337.022.11a2.179 2.179 0 0 0 1.816 1.764c.106.016.464.017 8.045.017 7.581 0 7.94 0 8.045-.017a2.162 2.162 0 0 0 1.828-1.863c.013-.1.015-.834.015-6.666 0-5.6-.002-6.57-.014-6.656a2.178 2.178 0 0 0-.283-.825c-.156-.259.005-.093-3.072-3.17a379.825 379.825 0 0 0-2.928-2.911 2.234 2.234 0 0 0-1.047-.463c-.096-.017-.326-.018-5.246-.018-2.83-.001-5.163 0-5.184.002m.004 1.515a.66.66 0 0 0-.493.506c-.014.067-.015.92-.015 9.272 0 8.212.001 9.205.014 9.271a.681.681 0 0 0 .437.494l.062.022 7.848.002c7.05.003 7.855.002 7.916-.012a.662.662 0 0 0 .488-.506c.014-.066.015-.685.015-6.055V9.245h-2.495c-1.664 0-2.528-.004-2.594-.01a2.166 2.166 0 0 1-1.921-1.836l-.02-.127-.004-2.527-.003-2.527h-4.59c-3.652.001-4.603.004-4.645.014m10.745 2.664.003 2.318.026.08a.674.674 0 0 0 .338.381.98.98 0 0 0 .135.054c.038.01.47.013 2.097.016h2.307l.257-.003-2.583-2.582-2.582-2.582zM9.686 9.029a.699.699 0 0 0-.404.213c-.03.03-.498.647-1.04 1.37l-.99 1.32c-.003.003-.254-.244-.559-.548a18.337 18.337 0 0 0-.6-.584.78.78 0 0 0-.575-.111.772.772 0 0 0-.562.502c-.023.068-.026.088-.026.233 0 .145.003.165.026.233.054.162.05.158.736.843.69.691.713.71.927.815.181.088.331.128.532.143.435.031.858-.133 1.157-.45.098-.104 2.135-2.82 2.176-2.901a.7.7 0 0 0 .076-.423.71.71 0 0 0-.21-.44.726.726 0 0 0-.664-.215m2.894 2.942a.777.777 0 0 0-.593.512.806.806 0 0 0 .038.557c.09.18.262.33.442.387.04.013.115.027.166.032.054.006.96.01 2.18.01 1.219 0 2.126-.004 2.18-.01a.714.714 0 0 0 .437-.194.718.718 0 0 0 .24-.511.723.723 0 0 0-.219-.57.73.73 0 0 0-.392-.209c-.059-.01-.467-.013-2.251-.012-1.198 0-2.201.004-2.228.008m-2.885 3.384a.733.733 0 0 0-.417.217c-.027.029-.49.642-1.031 1.362l-.99 1.32c-.006.006-.229-.21-.573-.552-.584-.581-.6-.596-.732-.65a.799.799 0 0 0-.571.004.803.803 0 0 0-.425.461c-.023.069-.026.088-.026.233 0 .146.003.165.026.233.054.162.053.16.721.831.603.605.704.699.836.774a1.456 1.456 0 0 0 1.647-.114c.138-.11.226-.222 1.236-1.567.555-.74 1.03-1.376 1.054-1.414a.746.746 0 0 0-.185-.996.735.735 0 0 0-.57-.142m2.874 2.243a.763.763 0 0 0-.396.21.728.728 0 0 0-.218.576.72.72 0 0 0 .244.509.7.7 0 0 0 .45.192c.078.007.791.01 2.245.007 2.342-.003 2.174 0 2.32-.06a.8.8 0 0 0 .386-.366.788.788 0 0 0 .02-.604.797.797 0 0 0-.407-.418c-.14-.056.055-.051-2.371-.053-1.246-.001-2.245.002-2.273.007",
|
|
908
908
|
clipRule: "evenodd"
|
|
909
909
|
})));
|
|
910
910
|
};
|
|
911
911
|
|
|
912
|
-
var _path$
|
|
913
|
-
function _extends$
|
|
912
|
+
var _path$J;
|
|
913
|
+
function _extends$1o() { _extends$1o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1o.apply(this, arguments); }
|
|
914
914
|
var SvgCheckmark = function SvgCheckmark(props) {
|
|
915
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
915
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1o({
|
|
916
916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
917
917
|
fill: "currentColor",
|
|
918
918
|
width: 24,
|
|
919
919
|
height: 24
|
|
920
|
-
}, props), _path$
|
|
920
|
+
}, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
|
|
921
921
|
fillRule: "evenodd",
|
|
922
922
|
d: "M21.9 2.003a.78.78 0 0 0-.271.075.631.631 0 0 0-.188.138c-.042.04-1.68 2.374-6.538 9.314-4.602 6.575-6.5 9.28-6.547 9.33a1.16 1.16 0 0 1-.601.337 1.35 1.35 0 0 1-.396.008 1.202 1.202 0 0 1-.443-.171c-.172-.112-.097-.017-1.936-2.465-1.864-2.483-1.73-2.315-1.893-2.395a.663.663 0 0 0-.34-.077.672.672 0 0 0-.421.126.736.736 0 0 0-.326.63.66.66 0 0 0 .11.383c.038.06 3.264 4.364 3.382 4.514.086.108.282.304.389.388.38.298.788.479 1.254.554.083.013.174.02.331.023.22.005.324-.001.5-.03a2.642 2.642 0 0 0 1.646-.984c.134-.175 13-18.563 13.028-18.62a.57.57 0 0 0 .07-.322.661.661 0 0 0-.02-.21.706.706 0 0 0-.206-.341.726.726 0 0 0-.585-.204",
|
|
923
923
|
clipRule: "evenodd"
|
|
924
924
|
})));
|
|
925
925
|
};
|
|
926
926
|
|
|
927
|
-
var _path$
|
|
928
|
-
function _extends$
|
|
927
|
+
var _path$I;
|
|
928
|
+
function _extends$1n() { _extends$1n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1n.apply(this, arguments); }
|
|
929
929
|
var SvgClose = function SvgClose(props) {
|
|
930
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
930
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1n({
|
|
931
931
|
xmlns: "http://www.w3.org/2000/svg",
|
|
932
932
|
fill: "currentColor",
|
|
933
933
|
width: 24,
|
|
934
934
|
height: 24
|
|
935
|
-
}, props), _path$
|
|
935
|
+
}, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
936
936
|
fillRule: "evenodd",
|
|
937
937
|
d: "M2.653 2.01a.808.808 0 0 0-.63.58.914.914 0 0 0-.003.395.87.87 0 0 0 .108.25c.022.033 1.427 1.445 4.389 4.407L10.874 12 6.52 16.354a1123.887 1123.887 0 0 0-4.383 4.396.826.826 0 0 0-.115.25.914.914 0 0 0-.003.396.82.82 0 0 0 .476.548.737.737 0 0 0 .294.053.748.748 0 0 0 .446-.128c.03-.02 1.566-1.55 4.404-4.387L12 13.125l4.358 4.357c2.838 2.838 4.374 4.367 4.405 4.387a.793.793 0 0 0 .53.125.78.78 0 0 0 .533-.294.73.73 0 0 0 .17-.5.73.73 0 0 0-.128-.437c-.019-.03-1.55-1.568-4.386-4.405L13.124 12l4.357-4.358c2.961-2.962 4.367-4.374 4.388-4.408a.869.869 0 0 0 .109-.25.912.912 0 0 0-.004-.393.816.816 0 0 0-.571-.57.648.648 0 0 0-.2-.018.647.647 0 0 0-.2.018.976.976 0 0 0-.248.113c-.022.015-2.001 1.987-4.398 4.384l-4.358 4.357-4.354-4.353A1114.663 1114.663 0 0 0 3.247 2.14a.92.92 0 0 0-.253-.117 1 1 0 0 0-.341-.013",
|
|
938
938
|
clipRule: "evenodd"
|
|
@@ -940,9 +940,9 @@ var SvgClose = function SvgClose(props) {
|
|
|
940
940
|
};
|
|
941
941
|
|
|
942
942
|
var _g$G, _defs$G;
|
|
943
|
-
function _extends$
|
|
943
|
+
function _extends$1m() { _extends$1m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1m.apply(this, arguments); }
|
|
944
944
|
var SvgCloseCircle = function SvgCloseCircle(props) {
|
|
945
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
945
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1m({
|
|
946
946
|
xmlns: "http://www.w3.org/2000/svg",
|
|
947
947
|
fill: "currentColor",
|
|
948
948
|
width: 24,
|
|
@@ -961,9 +961,9 @@ var SvgCloseCircle = function SvgCloseCircle(props) {
|
|
|
961
961
|
};
|
|
962
962
|
|
|
963
963
|
var _g$F, _defs$F;
|
|
964
|
-
function _extends$
|
|
964
|
+
function _extends$1l() { _extends$1l = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1l.apply(this, arguments); }
|
|
965
965
|
var SvgCoin = function SvgCoin(props) {
|
|
966
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
966
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1l({
|
|
967
967
|
xmlns: "http://www.w3.org/2000/svg",
|
|
968
968
|
fill: "currentColor",
|
|
969
969
|
width: 24,
|
|
@@ -981,15 +981,15 @@ var SvgCoin = function SvgCoin(props) {
|
|
|
981
981
|
})))));
|
|
982
982
|
};
|
|
983
983
|
|
|
984
|
-
var _path$
|
|
985
|
-
function _extends$
|
|
984
|
+
var _path$H;
|
|
985
|
+
function _extends$1k() { _extends$1k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1k.apply(this, arguments); }
|
|
986
986
|
var SvgCompass = function SvgCompass(props) {
|
|
987
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
987
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1k({
|
|
988
988
|
width: 24,
|
|
989
989
|
height: 24,
|
|
990
990
|
fill: "none",
|
|
991
991
|
xmlns: "http://www.w3.org/2000/svg"
|
|
992
|
-
}, props), _path$
|
|
992
|
+
}, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
993
993
|
fillRule: "evenodd",
|
|
994
994
|
clipRule: "evenodd",
|
|
995
995
|
d: "M11.04.036C8.656.238 6.437 1.104 4.596 2.553c-4.498 3.54-5.886 9.744-3.32 14.835A11.989 11.989 0 0 0 12 24c1.89 0 3.703-.43 5.388-1.277a12.052 12.052 0 0 0 5.057-4.807c.86-1.511 1.422-3.367 1.522-5.023.009-.149.025-.276.037-.283.01-.007.02-.296.02-.641 0-.346-.01-.615-.02-.598-.013.02-.027-.085-.037-.252-.095-1.65-.66-3.52-1.522-5.035A12.033 12.033 0 0 0 13.62.107a13.385 13.385 0 0 0-2.58-.071Zm.216 1.491c-1.459.13-2.602.436-3.828 1.027a10.544 10.544 0 0 0-4.874 4.874 10.488 10.488 0 0 0-.987 3.396c-.06.496-.06 1.856 0 2.352.246 2.01.995 3.82 2.209 5.341a10.502 10.502 0 0 0 6.424 3.824c.642.113.934.134 1.8.134.867 0 1.158-.021 1.8-.134a10.51 10.51 0 0 0 5.888-3.2c1.549-1.68 2.46-3.662 2.745-5.965.06-.497.06-1.855 0-2.352-.25-2.014-1.001-3.834-2.207-5.34-1.768-2.208-4.197-3.56-7.026-3.914-.287-.036-1.679-.067-1.944-.043Zm5.232 4.115c-.15.026-7.737 2.547-7.884 2.62a.815.815 0 0 0-.335.33c-.1.197-2.602 7.751-2.631 7.944-.16 1.044.782 1.986 1.826 1.826.231-.035 7.865-2.573 8.01-2.663.226-.14.153.055 1.579-4.227l1.315-3.948.001-.264a1.451 1.451 0 0 0-.164-.744 1.63 1.63 0 0 0-.992-.831 2.014 2.014 0 0 0-.725-.043ZM13.56 8.185a1509.4 1509.4 0 0 1-3.18 1.064c-.04.012.344.406 2.147 2.21 1.208 1.208 2.203 2.188 2.211 2.178.009-.01.494-1.452 1.078-3.205 1.146-3.442 1.108-3.31.943-3.3-.037.002-1.476.476-3.199 1.053ZM9.258 10.36c-.006.012-.49 1.456-1.074 3.21-.914 2.744-1.058 3.196-1.035 3.245.014.032.045.058.069.058.047 0 6.392-2.109 6.42-2.134.009-.008-.97-1.002-2.175-2.207-1.206-1.206-2.198-2.183-2.205-2.172ZM.011 12c0 .35.003.493.007.318s.004-.461 0-.636S.01 11.65.01 12Z",
|
|
@@ -998,9 +998,9 @@ var SvgCompass = function SvgCompass(props) {
|
|
|
998
998
|
};
|
|
999
999
|
|
|
1000
1000
|
var _g$E, _defs$E;
|
|
1001
|
-
function _extends$
|
|
1001
|
+
function _extends$1j() { _extends$1j = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1j.apply(this, arguments); }
|
|
1002
1002
|
var SvgCopy = function SvgCopy(props) {
|
|
1003
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1003
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1j({
|
|
1004
1004
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1005
1005
|
fill: "currentColor",
|
|
1006
1006
|
width: 24,
|
|
@@ -1019,9 +1019,9 @@ var SvgCopy = function SvgCopy(props) {
|
|
|
1019
1019
|
};
|
|
1020
1020
|
|
|
1021
1021
|
var _g$D, _defs$D;
|
|
1022
|
-
function _extends$
|
|
1022
|
+
function _extends$1i() { _extends$1i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1i.apply(this, arguments); }
|
|
1023
1023
|
var SvgCredit = function SvgCredit(props) {
|
|
1024
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1024
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1i({
|
|
1025
1025
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1026
1026
|
fill: "currentColor",
|
|
1027
1027
|
width: 24,
|
|
@@ -1040,9 +1040,9 @@ var SvgCredit = function SvgCredit(props) {
|
|
|
1040
1040
|
};
|
|
1041
1041
|
|
|
1042
1042
|
var _g$C, _defs$C;
|
|
1043
|
-
function _extends$
|
|
1043
|
+
function _extends$1h() { _extends$1h = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1h.apply(this, arguments); }
|
|
1044
1044
|
var SvgModule = function SvgModule(props) {
|
|
1045
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1045
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1h({
|
|
1046
1046
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1047
1047
|
fill: "currentColor",
|
|
1048
1048
|
width: 24,
|
|
@@ -1060,45 +1060,45 @@ var SvgModule = function SvgModule(props) {
|
|
|
1060
1060
|
})))));
|
|
1061
1061
|
};
|
|
1062
1062
|
|
|
1063
|
-
var _path$
|
|
1064
|
-
function _extends$
|
|
1063
|
+
var _path$G;
|
|
1064
|
+
function _extends$1g() { _extends$1g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1g.apply(this, arguments); }
|
|
1065
1065
|
var SvgDashboard = function SvgDashboard(props) {
|
|
1066
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1066
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1g({
|
|
1067
1067
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1068
1068
|
fill: "currentColor",
|
|
1069
1069
|
width: 24,
|
|
1070
1070
|
height: 24
|
|
1071
|
-
}, props), _path$
|
|
1071
|
+
}, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
1072
1072
|
fillRule: "evenodd",
|
|
1073
1073
|
d: "M3.288 2.127c-.675.078-1.2.402-1.531.945-.16.261-.26.55-.324.936-.015.09-.017.64-.02 7.882-.002 5.33 0 7.844.007 7.972.025.469.143.829.378 1.157.186.26.436.47.737.619.245.121.454.185.796.242.096.016 16.96.024 17.247.009.394-.022.692-.104.979-.27a1.88 1.88 0 0 0 .594-.523c.248-.33.413-.788.447-1.243.014-.179.014-15.492 0-15.725a2.237 2.237 0 0 0-.12-.644 1.947 1.947 0 0 0-.998-1.118 2.611 2.611 0 0 0-.706-.227l-.12-.022-8.63-.001c-6.965-.002-8.65 0-8.736.01m.165 1.493a.668.668 0 0 0-.278.09c-.118.078-.213.26-.246.466-.007.04-.01.43-.01 1.106v1.044H21.1V5.244c0-1.15-.001-1.16-.047-1.279-.07-.184-.263-.304-.553-.345a4036.58 4036.58 0 0 0-17.048 0M2.92 13.874c.002 5.824.003 6.043.02 6.099.069.226.226.348.516.402.073.014.877.015 8.625.013 8.252-.003 8.546-.003 8.601-.02.189-.058.295-.166.366-.373.056-.166.052.322.052-6.191v-5.97H2.918zm3.326-3.314a.765.765 0 0 0-.56.461.774.774 0 0 0 .011.584.758.758 0 0 0 .53.429c.065.013.18.014.895.012l.821-.003.067-.022a.78.78 0 0 0 .506-.526.885.885 0 0 0 0-.39.776.776 0 0 0-.447-.505c-.13-.05-.14-.05-.987-.048-.435 0-.81.004-.836.008m4.195.006a.62.62 0 0 0-.24.1.755.755 0 0 0-.326.44.885.885 0 0 0 0 .389c.07.246.26.444.506.526l.068.022 3.633.003c4.032.003 3.709.008 3.856-.06a.761.761 0 0 0 .418-.476.575.575 0 0 0 .022-.21.59.59 0 0 0-.022-.212.766.766 0 0 0-.506-.51l-.067-.023-3.638-.001c-3.173-.002-3.647 0-3.705.012m-4.218 2.811a.712.712 0 0 0-.368.207.699.699 0 0 0-.22.528c0 .3.167.559.442.686.14.064.132.064 1.045.06l.821-.002.067-.022a.78.78 0 0 0 .506-.527.864.864 0 0 0 0-.39.781.781 0 0 0-.525-.532c-.053-.015-.13-.017-.883-.019-.664-.001-.837.001-.885.011m4.22 0a.76.76 0 0 0-.568.542.886.886 0 0 0 0 .388c.07.246.26.444.506.527l.068.022 3.633.003c4.032.003 3.709.008 3.856-.06a.761.761 0 0 0 .418-.476.575.575 0 0 0 .022-.211c0-.12-.003-.15-.022-.21a.76.76 0 0 0-.566-.525c-.093-.02-7.25-.019-7.346 0m-4.228 2.815a.77.77 0 0 0-.385.227.718.718 0 0 0-.195.506c0 .212.068.376.22.528.085.085.15.13.25.17.13.052.126.051 1.01.048.745-.002.824-.004.876-.02a.782.782 0 0 0 .525-.531.864.864 0 0 0 0-.39.78.78 0 0 0-.506-.527l-.067-.022-.83-.002c-.711-.002-.84 0-.898.013m4.246-.006a.767.767 0 0 0-.585.544.627.627 0 0 0-.021.195.65.65 0 0 0 .02.195.786.786 0 0 0 .526.532c.054.016.25.017 3.689.02 3.943.002 3.687.005 3.822-.05a.766.766 0 0 0 .444-.486.575.575 0 0 0 .022-.211.58.58 0 0 0-.022-.211.761.761 0 0 0-.418-.476c-.146-.067.175-.062-3.824-.06-1.984 0-3.628.004-3.653.008",
|
|
1074
1074
|
clipRule: "evenodd"
|
|
1075
1075
|
})));
|
|
1076
1076
|
};
|
|
1077
1077
|
|
|
1078
|
-
var _path$
|
|
1079
|
-
function _extends$
|
|
1078
|
+
var _path$F;
|
|
1079
|
+
function _extends$1f() { _extends$1f = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1f.apply(this, arguments); }
|
|
1080
1080
|
var SvgDataTransferVertical = function SvgDataTransferVertical(props) {
|
|
1081
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1081
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1f({
|
|
1082
1082
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1083
1083
|
fill: "currentColor",
|
|
1084
1084
|
width: 24,
|
|
1085
1085
|
height: 24
|
|
1086
|
-
}, props), _path$
|
|
1086
|
+
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
1087
1087
|
fillRule: "evenodd",
|
|
1088
1088
|
d: "M14.533.755c-.133.055-.262.178-1.65 1.565-1.717 1.718-1.642 1.626-1.622 1.985.013.227.06.34.21.489.16.159.288.21.529.21.328 0 .327 0 1.254-.92l.81-.806v10.294l.07.144a.707.707 0 0 0 .686.432c.158 0 .213-.01.309-.06a.858.858 0 0 0 .373-.384l.062-.132.012-5.142.012-5.142.792.794c.879.88.917.91 1.2.928a.694.694 0 0 0 .564-.207.669.669 0 0 0 .225-.53c0-.351.062-.276-1.624-1.958C15.104.678 15.153.72 14.845.703a.567.567 0 0 0-.312.052M8.96 9.873a.824.824 0 0 0-.48.459c-.042.091-.045.357-.056 5.238l-.012 5.142-.792-.793c-.879-.882-.917-.911-1.2-.93a.694.694 0 0 0-.564.208.669.669 0 0 0-.225.53c0 .351-.062.276 1.624 1.958 1.164 1.162 1.519 1.502 1.61 1.546a.772.772 0 0 0 .579.025c.138-.051.208-.117 1.66-1.567 1.732-1.728 1.655-1.634 1.635-1.994-.013-.227-.06-.34-.21-.489-.16-.159-.288-.21-.529-.21-.328 0-.327 0-1.254.92l-.81.806V10.428l-.07-.144a.733.733 0 0 0-.65-.435.83.83 0 0 0-.256.024",
|
|
1089
1089
|
clipRule: "evenodd"
|
|
1090
1090
|
})));
|
|
1091
1091
|
};
|
|
1092
1092
|
|
|
1093
|
-
var _path$
|
|
1094
|
-
function _extends$
|
|
1093
|
+
var _path$E;
|
|
1094
|
+
function _extends$1e() { _extends$1e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1e.apply(this, arguments); }
|
|
1095
1095
|
var SvgDownload = function SvgDownload(props) {
|
|
1096
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1096
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1e({
|
|
1097
1097
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1098
1098
|
fill: "currentColor",
|
|
1099
1099
|
width: 24,
|
|
1100
1100
|
height: 24
|
|
1101
|
-
}, props), _path$
|
|
1101
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
1102
1102
|
fillRule: "evenodd",
|
|
1103
1103
|
d: "M11.904 3.519a.842.842 0 0 0-.184.049.783.783 0 0 0-.442.483l-.022.072-.002 4.79-.003 4.79-1.5-1.498c-.98-.979-1.52-1.512-1.558-1.537a.732.732 0 0 0-.244-.104 1.068 1.068 0 0 0-.336 0 .778.778 0 0 0-.552.517.845.845 0 0 0 .008.453c.054.168-.093.013 2.256 2.366a592.82 592.82 0 0 0 2.205 2.2.835.835 0 0 0 .292.149.958.958 0 0 0 .371-.004.755.755 0 0 0 .279-.144c.111-.09 4.329-4.318 4.368-4.38a.686.686 0 0 0 .126-.417.658.658 0 0 0-.05-.292.775.775 0 0 0-.524-.447 1.065 1.065 0 0 0-.343 0 .822.822 0 0 0-.255.111c-.025.017-.72.705-1.545 1.53l-1.5 1.498-.003-4.795-.002-4.795-.022-.068a.782.782 0 0 0-.525-.508 1.27 1.27 0 0 0-.293-.019M1.349 14.77a.737.737 0 0 0-.426.218.727.727 0 0 0-.196.332c-.02.072-.02.09-.024.846-.004.912.004 1.102.06 1.407a3.568 3.568 0 0 0 3.155 2.896c.177.019 16 .019 16.17 0 .282-.031.52-.083.778-.17a3.562 3.562 0 0 0 2.365-2.688c.062-.314.063-.35.063-1.33 0-.727-.002-.897-.013-.94a.774.774 0 0 0-.535-.552.914.914 0 0 0-.336-.012.695.695 0 0 0-.388.209.69.69 0 0 0-.22.465c-.005.053-.01.442-.01.864 0 .476-.004.8-.01.85a2.1 2.1 0 0 1-.46 1.07 2.82 2.82 0 0 1-.294.292 2.155 2.155 0 0 1-.816.4c-.238.056.404.052-8.212.052-7.05 0-7.902-.001-8.003-.015a2.04 2.04 0 0 1-1.15-.551 2.05 2.05 0 0 1-.612-1.138c-.02-.101-.02-.142-.027-.993-.007-.975-.004-.934-.066-1.07a.8.8 0 0 0-.353-.37.656.656 0 0 0-.306-.073 1.168 1.168 0 0 0-.134.001",
|
|
1104
1104
|
clipRule: "evenodd"
|
|
@@ -1106,9 +1106,9 @@ var SvgDownload = function SvgDownload(props) {
|
|
|
1106
1106
|
};
|
|
1107
1107
|
|
|
1108
1108
|
var _g$B, _defs$B;
|
|
1109
|
-
function _extends$
|
|
1109
|
+
function _extends$1d() { _extends$1d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1d.apply(this, arguments); }
|
|
1110
1110
|
var SvgExternalLink = function SvgExternalLink(props) {
|
|
1111
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1111
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1d({
|
|
1112
1112
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1113
1113
|
fill: "currentColor",
|
|
1114
1114
|
width: 24,
|
|
@@ -1126,15 +1126,15 @@ var SvgExternalLink = function SvgExternalLink(props) {
|
|
|
1126
1126
|
})))));
|
|
1127
1127
|
};
|
|
1128
1128
|
|
|
1129
|
-
var _path$
|
|
1130
|
-
function _extends$
|
|
1129
|
+
var _path$D;
|
|
1130
|
+
function _extends$1c() { _extends$1c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1c.apply(this, arguments); }
|
|
1131
1131
|
var SvgImageResolution = function SvgImageResolution(props) {
|
|
1132
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1132
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1c({
|
|
1133
1133
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1134
1134
|
fill: "currentColor",
|
|
1135
1135
|
width: 24,
|
|
1136
1136
|
height: 24
|
|
1137
|
-
}, props), _path$
|
|
1137
|
+
}, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
1138
1138
|
fillRule: "evenodd",
|
|
1139
1139
|
d: "M3.37.712a2.16 2.16 0 0 0-1.924 1.874c-.014.1-.016 1.1-.016 9.414 0 8.315.002 9.313.015 9.414A2.16 2.16 0 0 0 3.39 23.29c.155.014 17.067.014 17.222 0a2.159 2.159 0 0 0 1.948-1.915c.009-.08.01-2.089.009-8.088-.003-7.722-.004-7.985-.02-8.073a2.232 2.232 0 0 0-.594-1.163c-.055-.057-.635-.625-1.29-1.262a640.59 640.59 0 0 1-1.382-1.348c-.288-.281-.436-.392-.682-.513a2.205 2.205 0 0 0-.638-.204C17.865.707 17.53.706 10.66.705 6.467.704 3.423.707 3.37.712m.053 1.511a.67.67 0 0 0-.48.505c-.013.067-.015.994-.015 9.272s.002 9.205.015 9.272c.049.242.247.45.484.505.056.013.972.015 8.573.015 7.602 0 8.517-.002 8.573-.015a.666.666 0 0 0 .484-.508c.014-.07.015-.83.013-7.954l-.003-7.877-.022-.067a.603.603 0 0 0-.086-.176c-.02-.031-.553-.557-1.386-1.371A449.511 449.511 0 0 0 18.12 2.41a.65.65 0 0 0-.308-.183c-.074-.019-.138-.019-7.203-.018-6.159 0-7.137.002-7.186.014m4.79 2.712a2.87 2.87 0 0 0-2.27 1.579 2.856 2.856 0 0 0 .305 3.024c.1.132.383.412.52.515a2.88 2.88 0 0 0 1.45.574c.129.013.446.013.576 0a2.868 2.868 0 0 0 2.518-2.294c.042-.212.05-.308.049-.567 0-.201-.005-.269-.022-.384a2.76 2.76 0 0 0-.12-.504 2.806 2.806 0 0 0-.456-.854 3.87 3.87 0 0 0-.48-.483 2.878 2.878 0 0 0-1.499-.607 4.873 4.873 0 0 0-.571.001m.173 1.493a1.53 1.53 0 0 0-.48.135 1.52 1.52 0 0 0-.477.392 1.385 1.385 0 0 0-.264.624 1.75 1.75 0 0 0 .011.475c.119.54.522.942 1.064 1.058.14.03.391.03.531 0A1.364 1.364 0 0 0 9.85 7.968a1.927 1.927 0 0 0-.015-.46A1.36 1.36 0 0 0 8.75 6.445a2.02 2.02 0 0 0-.364-.018m5.352 4.699a1.724 1.724 0 0 0-1.085.557c-.042.048-.525.73-1.129 1.591-.58.83-1.059 1.509-1.063 1.509-.004 0-.224-.174-.49-.386a18.885 18.885 0 0 0-.572-.448 1.682 1.682 0 0 0-1.052-.277 1.691 1.691 0 0 0-1.238.665 227.95 227.95 0 0 0-2.111 3.19.687.687 0 0 0-.054.28.74.74 0 0 0 .055.29.76.76 0 0 0 .598.459.765.765 0 0 0 .654-.241c.025-.029.496-.73 1.048-1.56a166.82 166.82 0 0 1 1.025-1.53.201.201 0 0 1 .202-.047c.018.007.403.309.857.672.894.717.907.727 1.067.762.118.027.29.017.408-.023a.69.69 0 0 0 .293-.186c.045-.047.483-.666 1.329-1.875.694-.992 1.277-1.821 1.296-1.842a.171.171 0 0 1 .144-.063c.053 0 .107.023.14.06.012.011.859 1.279 1.883 2.815 1.933 2.9 1.903 2.855 2.02 2.935a.784.784 0 0 0 .515.124.76.76 0 0 0 .6-.454.755.755 0 0 0-.013-.614c-.05-.1-3.785-5.693-3.859-5.78a1.727 1.727 0 0 0-1.016-.57 2.377 2.377 0 0 0-.452-.013",
|
|
1140
1140
|
clipRule: "evenodd"
|
|
@@ -1142,9 +1142,9 @@ var SvgImageResolution = function SvgImageResolution(props) {
|
|
|
1142
1142
|
};
|
|
1143
1143
|
|
|
1144
1144
|
var _g$A, _defs$A;
|
|
1145
|
-
function _extends$
|
|
1145
|
+
function _extends$1b() { _extends$1b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1b.apply(this, arguments); }
|
|
1146
1146
|
var SvgInformation = function SvgInformation(props) {
|
|
1147
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1147
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1b({
|
|
1148
1148
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1149
1149
|
fill: "currentColor",
|
|
1150
1150
|
width: 24,
|
|
@@ -1162,15 +1162,15 @@ var SvgInformation = function SvgInformation(props) {
|
|
|
1162
1162
|
})))));
|
|
1163
1163
|
};
|
|
1164
1164
|
|
|
1165
|
-
var _path$
|
|
1166
|
-
function _extends$
|
|
1165
|
+
var _path$C;
|
|
1166
|
+
function _extends$1a() { _extends$1a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1a.apply(this, arguments); }
|
|
1167
1167
|
var SvgInvoice = function SvgInvoice(props) {
|
|
1168
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1168
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1a({
|
|
1169
1169
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1170
1170
|
fill: "currentColor",
|
|
1171
1171
|
width: 24,
|
|
1172
1172
|
height: 24
|
|
1173
|
-
}, props), _path$
|
|
1173
|
+
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
1174
1174
|
fillRule: "evenodd",
|
|
1175
1175
|
d: "M4.051.712a2.16 2.16 0 0 0-1.924 1.874c-.013.1-.015 1.1-.015 9.414 0 8.315.002 9.313.015 9.414a2.16 2.16 0 0 0 1.944 1.875c.154.014 15.704.014 15.859 0a2.16 2.16 0 0 0 1.943-1.875c.013-.1.015-.834.015-6.662 0-5.933-.001-6.561-.015-6.668a2.2 2.2 0 0 0-.465-1.082 777.479 777.479 0 0 0-5.822-5.822 2.24 2.24 0 0 0-1.042-.457C14.448.707 14.19.706 9.293.705 6.304.704 4.104.707 4.05.712m.054 1.511a.67.67 0 0 0-.48.505c-.014.067-.015.994-.015 9.272s.001 9.205.015 9.272c.048.242.247.45.484.505.056.013.901.015 7.891.015s7.836-.002 7.891-.015a.667.667 0 0 0 .485-.505c.013-.067.014-.686.014-6.055V9.236l-2.556-.004c-2.825-.003-2.589.002-2.85-.063A2.167 2.167 0 0 1 13.38 7.39l-.02-.128-.004-2.527-.003-2.527H8.757c-3.958.001-4.603.003-4.652.015m10.758 2.663.003 2.319.026.079a.682.682 0 0 0 .328.377c.16.078-.058.071 2.262.074 1.137.002 2.175.002 2.306 0l.238-.002-2.583-2.583-2.582-2.582zm-6.737.057a.765.765 0 0 0-.552.558 2.308 2.308 0 0 0-.018.263l-.006.21-.086.023c-.54.143-1.041.448-1.36.829a1.994 1.994 0 0 0-.47 1.076c-.013.12-.006.372.014.488.045.261.146.517.294.742.1.153.162.228.302.367.49.485 1.187.765 1.96.788.306.009.471.032.651.092.275.092.503.261.588.436.035.073.037.08.037.172 0 .091-.002.1-.035.17-.086.18-.32.354-.598.445a1.63 1.63 0 0 1-.467.08c-.288.015-.456-.01-.674-.098a1.213 1.213 0 0 1-.458-.323c-.19-.21-.25-.265-.347-.311a.741.741 0 0 0-.888.16.655.655 0 0 0-.158.259.78.78 0 0 0-.009.482c.073.212.348.53.668.77.29.217.659.396 1 .483l.041.01v.172c0 .269.033.4.134.545a.75.75 0 0 0 1.221.023c.114-.15.143-.254.15-.541l.005-.209.04-.01c.238-.062.512-.17.707-.279.452-.253.78-.587.984-1.002.357-.73.212-1.572-.38-2.186A2.675 2.675 0 0 0 9.26 8.93a3.119 3.119 0 0 0-.835-.136c-.29-.012-.346-.017-.46-.04-.443-.089-.789-.342-.832-.61-.023-.146.05-.301.202-.431.17-.146.38-.24.653-.294.147-.029.477-.036.615-.013.33.055.595.208.82.474.116.136.189.198.288.247a.626.626 0 0 0 .346.076.603.603 0 0 0 .34-.078.738.738 0 0 0 .401-.709c-.008-.176-.051-.283-.182-.45a2.817 2.817 0 0 0-1.517-.99l-.033-.006-.005-.208a1.192 1.192 0 0 0-.025-.282.767.767 0 0 0-.543-.536.925.925 0 0 0-.366-.001m3.71 9.136a.775.775 0 0 0-.53.446.78.78 0 0 0 .008.593c.102.221.299.38.53.43.097.02 5.84.02 5.937 0a.76.76 0 0 0 .566-.524.575.575 0 0 0 .023-.211c0-.12-.004-.15-.023-.211a.762.762 0 0 0-.416-.475c-.147-.068.1-.063-3.125-.062-2.447 0-2.917.003-2.97.014m-4.873 4.209a.7.7 0 0 0-.416.22.689.689 0 0 0-.193.322.88.88 0 0 0 0 .402.767.767 0 0 0 .568.536c.043.01.975.013 5.433.013 5.095 0 5.384-.001 5.447-.017a.921.921 0 0 0 .245-.11.873.873 0 0 0 .274-.336.82.82 0 0 0 .004-.566.782.782 0 0 0-.499-.447l-.07-.022-5.372-.001c-2.954 0-5.394.002-5.421.006",
|
|
1176
1176
|
clipRule: "evenodd"
|
|
@@ -1178,9 +1178,9 @@ var SvgInvoice = function SvgInvoice(props) {
|
|
|
1178
1178
|
};
|
|
1179
1179
|
|
|
1180
1180
|
var _g$z, _defs$z;
|
|
1181
|
-
function _extends$
|
|
1181
|
+
function _extends$19() { _extends$19 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$19.apply(this, arguments); }
|
|
1182
1182
|
var SvgLayers = function SvgLayers(props) {
|
|
1183
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1183
|
+
return /*#__PURE__*/React.createElement("svg", _extends$19({
|
|
1184
1184
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1185
1185
|
fill: "currentColor",
|
|
1186
1186
|
width: 24,
|
|
@@ -1198,72 +1198,72 @@ var SvgLayers = function SvgLayers(props) {
|
|
|
1198
1198
|
})))));
|
|
1199
1199
|
};
|
|
1200
1200
|
|
|
1201
|
-
var _path$
|
|
1202
|
-
function _extends$
|
|
1201
|
+
var _path$B;
|
|
1202
|
+
function _extends$18() { _extends$18 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$18.apply(this, arguments); }
|
|
1203
1203
|
var SvgLibrary = function SvgLibrary(props) {
|
|
1204
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1204
|
+
return /*#__PURE__*/React.createElement("svg", _extends$18({
|
|
1205
1205
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1206
1206
|
fill: "currentColor",
|
|
1207
1207
|
width: 24,
|
|
1208
1208
|
height: 24
|
|
1209
|
-
}, props), _path$
|
|
1209
|
+
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
1210
1210
|
fillRule: "evenodd",
|
|
1211
1211
|
d: "M.736 2.317a1 1 0 0 1 1-1h2.151a1 1 0 0 1 1 1v19.28a1 1 0 0 1-1 1h-2.15a1 1 0 0 1-1-1zm1.5.5h1.151v18.28h-1.15zm9.854-.5a1 1 0 0 1 1-1h2.15a1 1 0 0 1 1 1v19.28a1 1 0 0 1-1 1h-2.15a1 1 0 0 1-1-1zm1.5.5h1.15v18.28h-1.15zM6.428 6.599a1 1 0 0 1 1-1H9.58a1 1 0 0 1 1 1v14.999a1 1 0 0 1-1 1H7.43a1 1 0 0 1-1-1zm1.5.5H9.08v13.999H7.93zm8.624 2.046a1 1 0 0 1 .79-1.172l2.111-.412a1 1 0 0 1 1.173.79l2.447 12.556a1 1 0 0 1-.79 1.173l-2.112.412a1 1 0 0 1-1.173-.79zm1.568.204 1.13-.22 2.255 11.575-1.13.22z",
|
|
1212
1212
|
clipRule: "evenodd"
|
|
1213
1213
|
})));
|
|
1214
1214
|
};
|
|
1215
1215
|
|
|
1216
|
-
var _path$
|
|
1217
|
-
function _extends$
|
|
1216
|
+
var _path$A;
|
|
1217
|
+
function _extends$17() { _extends$17 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$17.apply(this, arguments); }
|
|
1218
1218
|
var SvgLock = function SvgLock(props) {
|
|
1219
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1219
|
+
return /*#__PURE__*/React.createElement("svg", _extends$17({
|
|
1220
1220
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1221
1221
|
fill: "currentColor",
|
|
1222
1222
|
width: 24,
|
|
1223
1223
|
height: 24
|
|
1224
|
-
}, props), _path$
|
|
1224
|
+
}, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
1225
1225
|
fillRule: "evenodd",
|
|
1226
1226
|
d: "M11.693.711a5.676 5.676 0 0 0-3.215 1.217 6.09 6.09 0 0 0-.939.942 5.692 5.692 0 0 0-1.16 2.741c-.046.346-.045.317-.05 1.966l-.004 1.562h-.371c-.204 0-.421.005-.482.01a2.17 2.17 0 0 0-1.325.623c-.359.359-.58.837-.624 1.345-.008.096-.01 1.444-.008 5.184.004 4.807.005 5.06.02 5.155.042.243.098.42.2.629.311.642.91 1.08 1.631 1.192.106.017.41.017 6.634.017s6.528 0 6.634-.017a2.172 2.172 0 0 0 1.835-1.864c.01-.07.013-1.044.013-5.199 0-4.878-.001-5.117-.018-5.222a2.17 2.17 0 0 0-.61-1.22 2.173 2.173 0 0 0-1.326-.623 8.614 8.614 0 0 0-.482-.01h-.371l-.004-1.562c-.005-1.649-.004-1.62-.05-1.966a5.723 5.723 0 0 0-.695-2.05 5.701 5.701 0 0 0-2.824-2.455 5.648 5.648 0 0 0-2.41-.395m.01 1.503a4.17 4.17 0 0 0-1.535.416 4.02 4.02 0 0 0-1.115.798c-.348.348-.59.69-.808 1.137a4.14 4.14 0 0 0-.385 1.296c-.02.14-.02.18-.024 1.711l-.003 1.567h8.334l-.003-1.567c-.004-1.53-.004-1.57-.024-1.711a4.175 4.175 0 0 0-.395-1.317 4.014 4.014 0 0 0-.798-1.116A4.155 4.155 0 0 0 12.48 2.23a8.12 8.12 0 0 0-.778-.017M5.514 10.66a.669.669 0 0 0-.475.472c-.019.074-.02.13-.02 5.087 0 4.958.001 5.014.02 5.087.03.117.079.2.173.294a.593.593 0 0 0 .294.173c.073.019.135.019 6.493.019 6.358 0 6.42 0 6.493-.019a.6.6 0 0 0 .295-.173.593.593 0 0 0 .172-.294c.019-.073.02-.129.02-5.087s-.001-5.014-.02-5.087a.667.667 0 0 0-.49-.476c-.07-.015-12.893-.011-12.955.004m6.304 4.12a1.107 1.107 0 0 0-.884.804c-.076.279-.03.599.12.848.11.185.263.324.46.421.191.095.38.13.592.11.344-.033.659-.232.839-.53.174-.29.203-.654.077-.976a1.104 1.104 0 0 0-1.204-.676",
|
|
1227
1227
|
clipRule: "evenodd"
|
|
1228
1228
|
})));
|
|
1229
1229
|
};
|
|
1230
1230
|
|
|
1231
|
-
var _path$
|
|
1232
|
-
function _extends$
|
|
1231
|
+
var _path$z;
|
|
1232
|
+
function _extends$16() { _extends$16 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$16.apply(this, arguments); }
|
|
1233
1233
|
var SvgLogo = function SvgLogo(props) {
|
|
1234
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1234
|
+
return /*#__PURE__*/React.createElement("svg", _extends$16({
|
|
1235
1235
|
viewBox: "0 0 88 40",
|
|
1236
1236
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1237
|
-
}, props), _path$
|
|
1237
|
+
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
1238
1238
|
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",
|
|
1239
1239
|
fill: "currentColor"
|
|
1240
1240
|
})));
|
|
1241
1241
|
};
|
|
1242
1242
|
|
|
1243
|
-
var _path$
|
|
1244
|
-
function _extends$
|
|
1243
|
+
var _path$y;
|
|
1244
|
+
function _extends$15() { _extends$15 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$15.apply(this, arguments); }
|
|
1245
1245
|
var SvgMap = function SvgMap(props) {
|
|
1246
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1246
|
+
return /*#__PURE__*/React.createElement("svg", _extends$15({
|
|
1247
1247
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1248
1248
|
fill: "currentColor",
|
|
1249
1249
|
width: 24,
|
|
1250
1250
|
height: 24
|
|
1251
|
-
}, props), _path$
|
|
1251
|
+
}, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
1252
1252
|
fillRule: "evenodd",
|
|
1253
1253
|
d: "M15.374 2.564a2.214 2.214 0 0 0-.567.115c-.047.017-1.439.572-3.093 1.235-1.654.662-3.04 1.212-3.08 1.223a.625.625 0 0 1-.285.003c-.04-.01-1.243-.486-2.815-1.115a999.75 999.75 0 0 0-2.846-1.137 1.473 1.473 0 0 0-.874-.06A1.46 1.46 0 0 0 .711 4.082c-.014.128-.014 13.654 0 13.817.043.504.248.955.602 1.321.166.172.35.31.558.416.056.028 1.415.577 3.02 1.219 3.122 1.248 3.018 1.209 3.289 1.25.152.024.453.024.604 0 .132-.02.236-.044.346-.078.044-.014 1.45-.574 3.124-1.243 1.674-.67 3.07-1.225 3.101-1.234a.701.701 0 0 1 .33.004c.038.012 1.297.512 2.798 1.111 1.5.6 2.774 1.108 2.829 1.129a1.452 1.452 0 0 0 1.685-.467c.13-.17.224-.376.276-.61l.02-.091.004-6.84c.002-4.923 0-6.88-.008-6.984a2.152 2.152 0 0 0-1.168-1.756 498.792 498.792 0 0 0-6.017-2.404 2.26 2.26 0 0 0-.466-.079 3.251 3.251 0 0 0-.148-.008zm-3.376 2.855L9.235 6.523v6.924c0 3.808.001 6.924.003 6.924L12 19.267l2.76-1.104.002-3.466c.002-1.907.002-5.023 0-6.925l-.002-3.458zm4.264 5.816v6.925l2.748 1.097c1.511.604 2.756 1.1 2.765 1.102.016.005.017-.294.017-6.738 0-5.997-.002-6.75-.015-6.805a.836.836 0 0 0-.055-.144.529.529 0 0 0-.122-.164.657.657 0 0 0-.14-.112c-.04-.02-4.313-1.735-5.152-2.067l-.046-.018zm-14.052-.15.003 6.766.027.077c.053.15.171.292.302.363.038.02 5.177 2.08 5.19 2.08.003 0 .005-3.115.003-6.923l-.002-6.924-2.755-1.102A828.755 828.755 0 0 0 2.215 4.32c-.004 0-.006 3.045-.005 6.766",
|
|
1254
1254
|
clipRule: "evenodd"
|
|
1255
1255
|
})));
|
|
1256
1256
|
};
|
|
1257
1257
|
|
|
1258
|
-
var _path$
|
|
1259
|
-
function _extends$
|
|
1258
|
+
var _path$x;
|
|
1259
|
+
function _extends$14() { _extends$14 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$14.apply(this, arguments); }
|
|
1260
1260
|
var SvgMapPin = function SvgMapPin(props) {
|
|
1261
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1261
|
+
return /*#__PURE__*/React.createElement("svg", _extends$14({
|
|
1262
1262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1263
1263
|
width: 24,
|
|
1264
1264
|
height: 24,
|
|
1265
1265
|
fill: "none"
|
|
1266
|
-
}, props), _path$
|
|
1266
|
+
}, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
1267
1267
|
fill: "#262A59",
|
|
1268
1268
|
fillRule: "evenodd",
|
|
1269
1269
|
d: "M11.859 1.014A7.495 7.495 0 0 0 7.962 2.53c-1.6 1.222-2.624 2.992-2.912 5.033-.047.327-.066 1.326-.034 1.695.146 1.664.712 3.123 1.792 4.62.515.715 1.044 1.321 2.253 2.587.866.906.9.943 1.048 1.168.501.76 1.147 2.523 1.629 4.444.072.288.146.534.177.587a.73.73 0 0 0 .357.296.682.682 0 0 0 .827-.316 5.27 5.27 0 0 0 .17-.579c.371-1.481.877-2.973 1.307-3.85.297-.607.392-.733 1.185-1.563.845-.884 1.352-1.433 1.65-1.783 1.567-1.843 2.319-3.43 2.56-5.404.044-.358.036-1.523-.012-1.869-.17-1.207-.557-2.248-1.2-3.226a7.52 7.52 0 0 0-5.326-3.325 11.694 11.694 0 0 0-1.574-.03Zm0 1.388c-2.52.28-4.584 2.04-5.276 4.5-.242.86-.286 1.895-.12 2.85.224 1.284.767 2.444 1.71 3.653.446.573.843 1.018 1.785 2.003 1.042 1.089 1.05 1.097 1.305 1.491.376.579.81 1.558 1.153 2.602l.083.252.118-.34c.469-1.358.908-2.276 1.372-2.87.076-.097.45-.504.832-.904 1.129-1.18 1.54-1.636 1.957-2.168 1.093-1.394 1.652-2.67 1.823-4.16a8.34 8.34 0 0 0 0-1.477 6.22 6.22 0 0 0-1.247-3.068c-.992-1.275-2.356-2.077-3.965-2.333-.272-.044-1.242-.063-1.53-.031Zm.393 2.729a3.411 3.411 0 0 0-2.979 2.31 3.45 3.45 0 0 0 1.35 3.987c.436.29.905.466 1.432.537a3.41 3.41 0 0 0 3.678-2.301 3.455 3.455 0 0 0-.755-3.47 3.376 3.376 0 0 0-2.726-1.063Zm-.026 1.385a2.07 2.07 0 0 0-1.705 1.532c-.07.245-.07.773 0 1.026a2.087 2.087 0 0 0 1.414 1.462c.18.055.228.06.557.062.42 0 .572-.032.91-.198.996-.485 1.42-1.698.947-2.714A2.067 2.067 0 0 0 12.95 6.55a2.478 2.478 0 0 0-.725-.034Z",
|
|
@@ -1272,9 +1272,9 @@ var SvgMapPin = function SvgMapPin(props) {
|
|
|
1272
1272
|
};
|
|
1273
1273
|
|
|
1274
1274
|
var _g$y, _defs$y;
|
|
1275
|
-
function _extends$
|
|
1275
|
+
function _extends$13() { _extends$13 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$13.apply(this, arguments); }
|
|
1276
1276
|
var SvgShop = function SvgShop(props) {
|
|
1277
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1277
|
+
return /*#__PURE__*/React.createElement("svg", _extends$13({
|
|
1278
1278
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1279
1279
|
fill: "currentColor",
|
|
1280
1280
|
width: 24,
|
|
@@ -1292,15 +1292,15 @@ var SvgShop = function SvgShop(props) {
|
|
|
1292
1292
|
})))));
|
|
1293
1293
|
};
|
|
1294
1294
|
|
|
1295
|
-
var _path$
|
|
1296
|
-
function _extends
|
|
1295
|
+
var _path$w;
|
|
1296
|
+
function _extends$12() { _extends$12 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$12.apply(this, arguments); }
|
|
1297
1297
|
var SvgMegaphone = function SvgMegaphone(props) {
|
|
1298
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
1298
|
+
return /*#__PURE__*/React.createElement("svg", _extends$12({
|
|
1299
1299
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1300
1300
|
fill: "currentColor",
|
|
1301
1301
|
width: 24,
|
|
1302
1302
|
height: 24
|
|
1303
|
-
}, props), _path$
|
|
1303
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
1304
1304
|
fillRule: "evenodd",
|
|
1305
1305
|
d: "M19.646 3.052a.748.748 0 0 0-.233.067c-.032.016-.357.228-.723.472-.68.452-1.057.693-1.415.902a19.992 19.992 0 0 1-3.82 1.733 19.993 19.993 0 0 1-5.108.998c-.494.03-.711.035-1.891.04-1.915.005-1.872.004-2.23.066A4.275 4.275 0 0 0 1.21 9.514a4.286 4.286 0 0 0-.44 2.774 4.273 4.273 0 0 0 3.69 3.48c.197.025.512.033 1.22.034.59 0 .685.002.685.013l.02.17c.095.755.292 1.459.607 2.16.372.83.891 1.583 1.539 2.23.177.177.229.22.329.27.111.056.168.067.337.066a.549.549 0 0 0 .225-.027.78.78 0 0 0 .442-.388.628.628 0 0 0 .07-.29.695.695 0 0 0-.06-.342c-.05-.108-.083-.15-.254-.325a6.078 6.078 0 0 1-.615-.71 6.12 6.12 0 0 1-1.119-2.752l-.006-.064.075.004a21.03 21.03 0 0 1 1.52.124 20.223 20.223 0 0 1 7.387 2.393c.588.327.915.531 1.855 1.156.713.473.74.49.89.517a.838.838 0 0 0 .462-.068.778.778 0 0 0 .395-.499c.017-.07.018-.39.018-7.92V3.672l-.022-.075a.77.77 0 0 0-.543-.53.927.927 0 0 0-.27-.015m-.753 2.206a21.405 21.405 0 0 1-4.19 2.122 21.682 21.682 0 0 1-6.785 1.372l-.084.005v5.554l.184.006a21.707 21.707 0 0 1 9.415 2.615c.464.253 1.126.648 1.453.869a.503.503 0 0 0 .09.053c.001-.003.002-2.85 0-6.328l-.002-6.323zM4.766 8.775a2.775 2.775 0 0 0-1.796.848c-.403.427-.647.93-.74 1.523a4.361 4.361 0 0 0-.005.734c.074.51.256.95.554 1.337.106.138.34.376.473.48.38.301.82.491 1.313.57.13.02.161.022.948.025l.813.004V8.765l-.732.001c-.402.001-.775.005-.828.009m17.694.606a.636.636 0 0 0-.255.076.776.776 0 0 0-.387.476l-.02.075-.004 1.45c-.002.928 0 1.484.007 1.546a.72.72 0 0 0 .195.442.747.747 0 0 0 .35.217c.107.03.293.03.401 0a.681.681 0 0 0 .327-.199.7.7 0 0 0 .198-.322l.022-.072.003-1.497c.002-1.033 0-1.519-.008-1.565a.755.755 0 0 0-.829-.627",
|
|
1306
1306
|
clipRule: "evenodd"
|
|
@@ -1308,9 +1308,9 @@ var SvgMegaphone = function SvgMegaphone(props) {
|
|
|
1308
1308
|
};
|
|
1309
1309
|
|
|
1310
1310
|
var _g$x, _defs$x;
|
|
1311
|
-
function _extends$
|
|
1311
|
+
function _extends$11() { _extends$11 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$11.apply(this, arguments); }
|
|
1312
1312
|
var SvgModuleThree = function SvgModuleThree(props) {
|
|
1313
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1313
|
+
return /*#__PURE__*/React.createElement("svg", _extends$11({
|
|
1314
1314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1315
1315
|
fill: "currentColor",
|
|
1316
1316
|
width: 24,
|
|
@@ -1329,9 +1329,9 @@ var SvgModuleThree = function SvgModuleThree(props) {
|
|
|
1329
1329
|
};
|
|
1330
1330
|
|
|
1331
1331
|
var _g$w, _defs$w;
|
|
1332
|
-
function _extends$
|
|
1332
|
+
function _extends$10() { _extends$10 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$10.apply(this, arguments); }
|
|
1333
1333
|
var SvgMultipleUsers = function SvgMultipleUsers(props) {
|
|
1334
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1334
|
+
return /*#__PURE__*/React.createElement("svg", _extends$10({
|
|
1335
1335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1336
1336
|
fill: "currentColor",
|
|
1337
1337
|
width: 24,
|
|
@@ -1350,9 +1350,9 @@ var SvgMultipleUsers = function SvgMultipleUsers(props) {
|
|
|
1350
1350
|
};
|
|
1351
1351
|
|
|
1352
1352
|
var _g$v, _defs$v;
|
|
1353
|
-
function _extends
|
|
1353
|
+
function _extends$$() { _extends$$ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$$.apply(this, arguments); }
|
|
1354
1354
|
var SvgNotificationError = function SvgNotificationError(props) {
|
|
1355
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
1355
|
+
return /*#__PURE__*/React.createElement("svg", _extends$$({
|
|
1356
1356
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1357
1357
|
fill: "currentColor",
|
|
1358
1358
|
width: 24,
|
|
@@ -1371,9 +1371,9 @@ var SvgNotificationError = function SvgNotificationError(props) {
|
|
|
1371
1371
|
};
|
|
1372
1372
|
|
|
1373
1373
|
var _g$u, _defs$u;
|
|
1374
|
-
function _extends$
|
|
1374
|
+
function _extends$_() { _extends$_ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$_.apply(this, arguments); }
|
|
1375
1375
|
var SvgNotificationInfo = function SvgNotificationInfo(props) {
|
|
1376
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1376
|
+
return /*#__PURE__*/React.createElement("svg", _extends$_({
|
|
1377
1377
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1378
1378
|
fill: "currentColor",
|
|
1379
1379
|
width: 24,
|
|
@@ -1392,9 +1392,9 @@ var SvgNotificationInfo = function SvgNotificationInfo(props) {
|
|
|
1392
1392
|
};
|
|
1393
1393
|
|
|
1394
1394
|
var _g$t, _defs$t;
|
|
1395
|
-
function _extends$
|
|
1395
|
+
function _extends$Z() { _extends$Z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Z.apply(this, arguments); }
|
|
1396
1396
|
var SvgNotificationSuccess = function SvgNotificationSuccess(props) {
|
|
1397
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1397
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Z({
|
|
1398
1398
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1399
1399
|
fill: "currentColor",
|
|
1400
1400
|
width: 24,
|
|
@@ -1413,9 +1413,9 @@ var SvgNotificationSuccess = function SvgNotificationSuccess(props) {
|
|
|
1413
1413
|
};
|
|
1414
1414
|
|
|
1415
1415
|
var _g$s, _defs$s;
|
|
1416
|
-
function _extends$
|
|
1416
|
+
function _extends$Y() { _extends$Y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Y.apply(this, arguments); }
|
|
1417
1417
|
var SvgNotificationWarning = function SvgNotificationWarning(props) {
|
|
1418
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1418
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Y({
|
|
1419
1419
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1420
1420
|
fill: "currentColor",
|
|
1421
1421
|
width: 24,
|
|
@@ -1434,9 +1434,9 @@ var SvgNotificationWarning = function SvgNotificationWarning(props) {
|
|
|
1434
1434
|
};
|
|
1435
1435
|
|
|
1436
1436
|
var _g$r, _defs$r;
|
|
1437
|
-
function _extends$
|
|
1437
|
+
function _extends$X() { _extends$X = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$X.apply(this, arguments); }
|
|
1438
1438
|
var SvgPencil = function SvgPencil(props) {
|
|
1439
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1439
|
+
return /*#__PURE__*/React.createElement("svg", _extends$X({
|
|
1440
1440
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1441
1441
|
fill: "currentColor",
|
|
1442
1442
|
width: 24,
|
|
@@ -1455,9 +1455,9 @@ var SvgPencil = function SvgPencil(props) {
|
|
|
1455
1455
|
};
|
|
1456
1456
|
|
|
1457
1457
|
var _g$q, _defs$q;
|
|
1458
|
-
function _extends$
|
|
1458
|
+
function _extends$W() { _extends$W = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$W.apply(this, arguments); }
|
|
1459
1459
|
var SvgPolygon = function SvgPolygon(props) {
|
|
1460
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1460
|
+
return /*#__PURE__*/React.createElement("svg", _extends$W({
|
|
1461
1461
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1462
1462
|
fill: "currentColor",
|
|
1463
1463
|
width: 24,
|
|
@@ -1475,15 +1475,15 @@ var SvgPolygon = function SvgPolygon(props) {
|
|
|
1475
1475
|
})))));
|
|
1476
1476
|
};
|
|
1477
1477
|
|
|
1478
|
-
var _path$
|
|
1479
|
-
function _extends$
|
|
1478
|
+
var _path$v;
|
|
1479
|
+
function _extends$V() { _extends$V = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$V.apply(this, arguments); }
|
|
1480
1480
|
var SvgFolderEmpty1 = function SvgFolderEmpty1(props) {
|
|
1481
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1481
|
+
return /*#__PURE__*/React.createElement("svg", _extends$V({
|
|
1482
1482
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1483
1483
|
fill: "currentColor",
|
|
1484
1484
|
width: 24,
|
|
1485
1485
|
height: 24
|
|
1486
|
-
}, props), _path$
|
|
1486
|
+
}, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
1487
1487
|
fillRule: "evenodd",
|
|
1488
1488
|
d: "M2.578 2.127A2.166 2.166 0 0 0 .71 4.07c-.014.155-.014 15.705 0 15.86a2.16 2.16 0 0 0 1.875 1.943c.1.014 1.1.015 9.414.015 8.315 0 9.313-.002 9.414-.015a2.16 2.16 0 0 0 1.875-1.944c.014-.154.014-12.891 0-13.046a2.16 2.16 0 0 0-1.175-1.728 2.217 2.217 0 0 0-.6-.203l-.11-.022-5.216-.003-5.215-.002-.762-1.015a60.854 60.854 0 0 0-.835-1.097 2.206 2.206 0 0 0-1.062-.637c-.257-.063.013-.058-2.952-.06-2.229-.002-2.705 0-2.784.011m.144 1.498a.67.67 0 0 0-.5.484c-.012.056-.014.901-.014 7.891s.002 7.836.015 7.891a.666.666 0 0 0 .505.485c.067.013.994.014 9.272.014s9.205-.001 9.272-.015a.667.667 0 0 0 .505-.484c.013-.055.015-.756.015-6.485 0-5.728-.002-6.429-.015-6.484a.67.67 0 0 0-.362-.437c-.142-.068.346-.063-5.557-.063-4.826 0-5.344-.001-5.41-.015a.746.746 0 0 1-.393-.216c-.032-.034-.447-.58-.922-1.214-.602-.803-.881-1.167-.92-1.201a.731.731 0 0 0-.25-.139l-.067-.023-2.554-.001c-2.216-.002-2.562 0-2.62.012",
|
|
1489
1489
|
clipRule: "evenodd"
|
|
@@ -1491,9 +1491,9 @@ var SvgFolderEmpty1 = function SvgFolderEmpty1(props) {
|
|
|
1491
1491
|
};
|
|
1492
1492
|
|
|
1493
1493
|
var _g$p, _defs$p;
|
|
1494
|
-
function _extends$
|
|
1494
|
+
function _extends$U() { _extends$U = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$U.apply(this, arguments); }
|
|
1495
1495
|
var SvgQuestionCircle = function SvgQuestionCircle(props) {
|
|
1496
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1496
|
+
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
1497
1497
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1498
1498
|
fill: "currentColor",
|
|
1499
1499
|
width: 24,
|
|
@@ -1512,9 +1512,9 @@ var SvgQuestionCircle = function SvgQuestionCircle(props) {
|
|
|
1512
1512
|
};
|
|
1513
1513
|
|
|
1514
1514
|
var _g$o, _defs$o;
|
|
1515
|
-
function _extends$
|
|
1515
|
+
function _extends$T() { _extends$T = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$T.apply(this, arguments); }
|
|
1516
1516
|
var SvgResolution = function SvgResolution(props) {
|
|
1517
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1517
|
+
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
1518
1518
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1519
1519
|
fill: "currentColor",
|
|
1520
1520
|
width: 24,
|
|
@@ -1533,9 +1533,9 @@ var SvgResolution = function SvgResolution(props) {
|
|
|
1533
1533
|
};
|
|
1534
1534
|
|
|
1535
1535
|
var _g$n, _defs$n;
|
|
1536
|
-
function _extends$
|
|
1537
|
-
var SvgSatellite = function SvgSatellite(props) {
|
|
1538
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1536
|
+
function _extends$S() { _extends$S = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$S.apply(this, arguments); }
|
|
1537
|
+
var SvgSatellite$1 = function SvgSatellite(props) {
|
|
1538
|
+
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
1539
1539
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1540
1540
|
fill: "currentColor",
|
|
1541
1541
|
width: 24,
|
|
@@ -1554,9 +1554,9 @@ var SvgSatellite = function SvgSatellite(props) {
|
|
|
1554
1554
|
};
|
|
1555
1555
|
|
|
1556
1556
|
var _g$m, _defs$m;
|
|
1557
|
-
function _extends$
|
|
1557
|
+
function _extends$R() { _extends$R = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$R.apply(this, arguments); }
|
|
1558
1558
|
var SvgSave = function SvgSave(props) {
|
|
1559
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1559
|
+
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
1560
1560
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1561
1561
|
fill: "currentColor",
|
|
1562
1562
|
width: 24,
|
|
@@ -1575,9 +1575,9 @@ var SvgSave = function SvgSave(props) {
|
|
|
1575
1575
|
};
|
|
1576
1576
|
|
|
1577
1577
|
var _g$l, _defs$l;
|
|
1578
|
-
function _extends$
|
|
1578
|
+
function _extends$Q() { _extends$Q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Q.apply(this, arguments); }
|
|
1579
1579
|
var SvgSearch = function SvgSearch(props) {
|
|
1580
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1580
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
1581
1581
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1582
1582
|
fill: "currentColor",
|
|
1583
1583
|
width: 24,
|
|
@@ -1596,9 +1596,9 @@ var SvgSearch = function SvgSearch(props) {
|
|
|
1596
1596
|
};
|
|
1597
1597
|
|
|
1598
1598
|
var _g$k, _defs$k;
|
|
1599
|
-
function _extends$
|
|
1599
|
+
function _extends$P() { _extends$P = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$P.apply(this, arguments); }
|
|
1600
1600
|
var SvgServerLock = function SvgServerLock(props) {
|
|
1601
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1601
|
+
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
1602
1602
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1603
1603
|
fill: "currentColor",
|
|
1604
1604
|
width: 24,
|
|
@@ -1617,9 +1617,9 @@ var SvgServerLock = function SvgServerLock(props) {
|
|
|
1617
1617
|
};
|
|
1618
1618
|
|
|
1619
1619
|
var _g$j, _defs$j;
|
|
1620
|
-
function _extends$
|
|
1620
|
+
function _extends$O() { _extends$O = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$O.apply(this, arguments); }
|
|
1621
1621
|
var SvgSettingsVertical = function SvgSettingsVertical(props) {
|
|
1622
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1622
|
+
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
1623
1623
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1624
1624
|
fill: "currentColor",
|
|
1625
1625
|
width: 24,
|
|
@@ -1637,30 +1637,30 @@ var SvgSettingsVertical = function SvgSettingsVertical(props) {
|
|
|
1637
1637
|
})))));
|
|
1638
1638
|
};
|
|
1639
1639
|
|
|
1640
|
-
var _path$
|
|
1641
|
-
function _extends$
|
|
1640
|
+
var _path$u;
|
|
1641
|
+
function _extends$N() { _extends$N = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); }
|
|
1642
1642
|
var SvgShield = function SvgShield(props) {
|
|
1643
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1643
|
+
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
1644
1644
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1645
1645
|
fill: "currentColor",
|
|
1646
1646
|
width: 24,
|
|
1647
1647
|
height: 24
|
|
1648
|
-
}, props), _path$
|
|
1648
|
+
}, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
1649
1649
|
fillRule: "evenodd",
|
|
1650
1650
|
d: "M3.346.712c-.445.042-.91.25-1.236.553-.382.355-.598.765-.687 1.303-.015.088-.016.44-.02 4.373-.002 4.323 0 4.61.032 4.915.13 1.21.621 2.436 1.52 3.792 1.055 1.59 2.706 3.326 4.778 5.021a35.552 35.552 0 0 0 2.851 2.116c.329.217.374.245.507.308.567.27 1.25.27 1.818 0 .133-.063.178-.09.507-.308a36.599 36.599 0 0 0 4.013-3.11 33.452 33.452 0 0 0 1.714-1.666c.785-.841 1.405-1.612 1.913-2.378.89-1.345 1.382-2.576 1.51-3.778.032-.307.033-.604.03-4.917-.003-4.661 0-4.301-.054-4.55A2.167 2.167 0 0 0 20.635.71C20.504.698 3.473.7 3.345.712m.033 1.519A.595.595 0 0 0 3.1 2.4a.524.524 0 0 0-.122.164c-.076.154-.07-.278-.067 4.64.003 4.835-.002 4.427.056 4.772.173 1.039.744 2.215 1.682 3.466 1.219 1.623 3.099 3.413 5.35 5.092.678.506 1.562 1.117 1.737 1.2a.632.632 0 0 0 .537-.004c.107-.052.738-.477 1.196-.806 2.1-1.508 3.966-3.18 5.275-4.724 1.31-1.545 2.097-3.004 2.294-4.253.051-.322.047.046.05-4.737.004-4.937.01-4.49-.067-4.647A.53.53 0 0 0 20.9 2.4a.59.59 0 0 0-.294-.173c-.073-.019-.145-.019-8.614-.018h-8.54zm14.789 2.153a.714.714 0 0 0-.343.176c-.033.03-1.593 1.997-3.769 4.752-3.348 4.238-3.716 4.7-3.757 4.721a.237.237 0 0 1-.274-.048 209.19 209.19 0 0 1-1.194-1.687c-.88-1.253-1.181-1.673-1.232-1.724a.752.752 0 0 0-1.246.34.73.73 0 0 0-.02.203.605.605 0 0 0 .07.326c.023.046 2.271 3.25 2.417 3.445.231.31.611.55 1.006.635.27.058.57.05.83-.024.295-.083.564-.242.779-.462.054-.055 7.333-9.256 7.508-9.49a.824.824 0 0 0 .113-.245.847.847 0 0 0-.042-.496.797.797 0 0 0-.52-.423.978.978 0 0 0-.326 0",
|
|
1651
1651
|
clipRule: "evenodd"
|
|
1652
1652
|
})));
|
|
1653
1653
|
};
|
|
1654
1654
|
|
|
1655
|
-
var _path$
|
|
1656
|
-
function _extends$
|
|
1655
|
+
var _path$t;
|
|
1656
|
+
function _extends$M() { _extends$M = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$M.apply(this, arguments); }
|
|
1657
1657
|
var SvgServer2 = function SvgServer2(props) {
|
|
1658
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1658
|
+
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
1659
1659
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1660
1660
|
fill: "currentColor",
|
|
1661
1661
|
width: 24,
|
|
1662
1662
|
height: 24
|
|
1663
|
-
}, props), _path$
|
|
1663
|
+
}, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
1664
1664
|
fillRule: "evenodd",
|
|
1665
1665
|
d: "M5.275 2.828a4.97 4.97 0 0 0-3.65 7.838c.343.48.825.946 1.305 1.26.057.037.104.07.104.074a.782.782 0 0 1-.104.074c-.48.314-.962.78-1.305 1.26-.642.902-.967 2-.915 3.098a4.83 4.83 0 0 0 .49 1.95 4.955 4.955 0 0 0 4.094 2.791c.262.022 13.152.021 13.412 0A4.928 4.928 0 0 0 21.8 19.77a4.926 4.926 0 0 0 1.488-3.262 4.957 4.957 0 0 0-2.266-4.466.208.208 0 0 1-.057-.043c0-.005.026-.024.057-.043.082-.05.278-.19.39-.279a5.25 5.25 0 0 0 .807-.806 4.934 4.934 0 0 0 1.07-2.801 4.947 4.947 0 0 0-.99-3.278 5.021 5.021 0 0 0-1.959-1.556 5.07 5.07 0 0 0-1.352-.382c-.35-.044-.025-.042-7.013-.041-5.238.001-6.586.004-6.7.014m.274 1.489A3.468 3.468 0 0 0 2.257 7.19c-.04.237-.044.29-.044.59 0 .293.004.352.04.567a3.468 3.468 0 0 0 3.23 2.894c.216.014 12.818.014 13.035 0a3.467 3.467 0 0 0 3.256-3.062 6.193 6.193 0 0 0 0-.797 3.469 3.469 0 0 0-2.867-3.02 6.474 6.474 0 0 0-.24-.034c-.073-.009-1.64-.012-6.571-.013-3.561 0-6.508 0-6.547.002m-.773 2.38a1.12 1.12 0 0 0-.8.604 1.14 1.14 0 0 0-.107.478c0 .539.383.995.913 1.087.132.023.336.015.462-.018a1.13 1.13 0 0 0 .603-.402c.075-.1.156-.265.188-.387.024-.088.026-.11.026-.278 0-.168-.002-.19-.026-.279a1.235 1.235 0 0 0-.274-.488c-.1-.107-.29-.226-.443-.278a1.217 1.217 0 0 0-.542-.04m5.717.34a.75.75 0 0 0-.63.574.923.923 0 0 0 .005.362.751.751 0 0 0 .625.552c.058.007 1.197.01 4.022.007 3.251-.003 3.95-.005 3.988-.016a.775.775 0 0 0 .51-.424.692.692 0 0 0 .063-.311c0-.13-.02-.222-.072-.327a.763.763 0 0 0-.483-.4l-.075-.022-3.945-.001c-2.17 0-3.974.002-4.008.007M5.46 12.76a3.455 3.455 0 0 0-2.412 1.194 3.508 3.508 0 0 0-.796 1.699 2.664 2.664 0 0 0-.039.566c0 .3.004.354.044.59.062.375.216.802.409 1.138a3.526 3.526 0 0 0 1.568 1.426c.362.164.69.251 1.123.3.165.018 13.108.018 13.291 0a3.469 3.469 0 0 0 3.127-3.055c.017-.124.017-.66 0-.797a3.471 3.471 0 0 0-1.36-2.371 3.44 3.44 0 0 0-1.858-.688c-.174-.007-12.951-.01-13.097-.002m-.692 2.375a1.112 1.112 0 0 0-.846.743c-.086.271-.065.58.055.821a1.107 1.107 0 0 0 1.758.313c.124-.116.252-.336.3-.514.024-.089.026-.11.026-.279 0-.168-.002-.19-.026-.278a1.308 1.308 0 0 0-.188-.387 1.129 1.129 0 0 0-.603-.402 1.407 1.407 0 0 0-.476-.017m5.706.342a.764.764 0 0 0-.595.51.763.763 0 0 0 .088.641.74.74 0 0 0 .459.323c.068.016.268.017 4.041.017h3.97l.078-.02a.763.763 0 0 0 .49-.402.673.673 0 0 0 .071-.323.674.674 0 0 0-.122-.418.778.778 0 0 0-.45-.321c-.04-.01-.738-.013-4.008-.014a406.17 406.17 0 0 0-4.022.007",
|
|
1666
1666
|
clipRule: "evenodd"
|
|
@@ -1668,9 +1668,9 @@ var SvgServer2 = function SvgServer2(props) {
|
|
|
1668
1668
|
};
|
|
1669
1669
|
|
|
1670
1670
|
var _g$i, _defs$i;
|
|
1671
|
-
function _extends$
|
|
1671
|
+
function _extends$L() { _extends$L = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$L.apply(this, arguments); }
|
|
1672
1672
|
var SvgSupportCircle = function SvgSupportCircle(props) {
|
|
1673
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1673
|
+
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
1674
1674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1675
1675
|
fill: "currentColor",
|
|
1676
1676
|
width: 24,
|
|
@@ -1689,9 +1689,9 @@ var SvgSupportCircle = function SvgSupportCircle(props) {
|
|
|
1689
1689
|
};
|
|
1690
1690
|
|
|
1691
1691
|
var _g$h, _defs$h;
|
|
1692
|
-
function _extends$
|
|
1692
|
+
function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$K.apply(this, arguments); }
|
|
1693
1693
|
var SvgSupport = function SvgSupport(props) {
|
|
1694
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1694
|
+
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
1695
1695
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1696
1696
|
fill: "currentColor",
|
|
1697
1697
|
width: 24,
|
|
@@ -1710,9 +1710,9 @@ var SvgSupport = function SvgSupport(props) {
|
|
|
1710
1710
|
};
|
|
1711
1711
|
|
|
1712
1712
|
var _g$g, _defs$g;
|
|
1713
|
-
function _extends$
|
|
1713
|
+
function _extends$J() { _extends$J = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$J.apply(this, arguments); }
|
|
1714
1714
|
var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
1715
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1715
|
+
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
1716
1716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1717
1717
|
fill: "currentColor",
|
|
1718
1718
|
width: 24,
|
|
@@ -1731,9 +1731,9 @@ var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
|
1731
1731
|
};
|
|
1732
1732
|
|
|
1733
1733
|
var _g$f, _defs$f;
|
|
1734
|
-
function _extends$
|
|
1734
|
+
function _extends$I() { _extends$I = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
|
|
1735
1735
|
var SvgSystem = function SvgSystem(props) {
|
|
1736
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1736
|
+
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
1737
1737
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1738
1738
|
fill: "currentColor",
|
|
1739
1739
|
width: 24,
|
|
@@ -1752,9 +1752,9 @@ var SvgSystem = function SvgSystem(props) {
|
|
|
1752
1752
|
};
|
|
1753
1753
|
|
|
1754
1754
|
var _g$e, _defs$e;
|
|
1755
|
-
function _extends$
|
|
1755
|
+
function _extends$H() { _extends$H = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
|
|
1756
1756
|
var SvgTag = function SvgTag(props) {
|
|
1757
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1757
|
+
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
1758
1758
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1759
1759
|
fill: "currentColor",
|
|
1760
1760
|
width: 24,
|
|
@@ -1773,9 +1773,9 @@ var SvgTag = function SvgTag(props) {
|
|
|
1773
1773
|
};
|
|
1774
1774
|
|
|
1775
1775
|
var _g$d, _defs$d;
|
|
1776
|
-
function _extends$
|
|
1776
|
+
function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
|
|
1777
1777
|
var SvgTarget = function SvgTarget(props) {
|
|
1778
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1778
|
+
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
1779
1779
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1780
1780
|
fill: "currentColor",
|
|
1781
1781
|
width: 24,
|
|
@@ -1794,9 +1794,9 @@ var SvgTarget = function SvgTarget(props) {
|
|
|
1794
1794
|
};
|
|
1795
1795
|
|
|
1796
1796
|
var _g$c, _defs$c;
|
|
1797
|
-
function _extends$
|
|
1797
|
+
function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
|
|
1798
1798
|
var SvgTransaction = function SvgTransaction(props) {
|
|
1799
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1799
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
1800
1800
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1801
1801
|
fill: "currentColor",
|
|
1802
1802
|
width: 24,
|
|
@@ -1814,15 +1814,15 @@ var SvgTransaction = function SvgTransaction(props) {
|
|
|
1814
1814
|
})))));
|
|
1815
1815
|
};
|
|
1816
1816
|
|
|
1817
|
-
var _path$
|
|
1818
|
-
function _extends$
|
|
1817
|
+
var _path$s;
|
|
1818
|
+
function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
|
|
1819
1819
|
var SvgUpload = function SvgUpload(props) {
|
|
1820
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1820
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
1821
1821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1822
1822
|
fill: "currentColor",
|
|
1823
1823
|
width: 24,
|
|
1824
1824
|
height: 24
|
|
1825
|
-
}, props), _path$
|
|
1825
|
+
}, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
1826
1826
|
fillRule: "evenodd",
|
|
1827
1827
|
d: "M11.848 3.528a.687.687 0 0 0-.228.088c-.07.04-.236.204-2.22 2.186a263.98 263.98 0 0 0-2.202 2.213.72.72 0 0 0-.16.55.69.69 0 0 0 .219.45.7.7 0 0 0 .567.217.685.685 0 0 0 .37-.119c.051-.034.417-.393 1.562-1.537l1.495-1.494.003 4.79c.002 4.472.003 4.794.019 4.843.008.03.036.094.062.144a.585.585 0 0 0 .132.179.72.72 0 0 0 .3.194c.069.023.088.025.233.025.146 0 .164-.002.235-.026a.791.791 0 0 0 .483-.482l.026-.077.002-4.793c.002-2.636.006-4.793.01-4.793s.688.68 1.52 1.51c1.483 1.483 1.513 1.512 1.588 1.55a.64.64 0 0 0 .355.084.565.565 0 0 0 .207-.022.766.766 0 0 0 .52-.527.85.85 0 0 0-.006-.41.693.693 0 0 0-.126-.245c-.06-.077-4.34-4.35-4.392-4.385a.795.795 0 0 0-.206-.098.95.95 0 0 0-.368-.015M1.348 14.77l-.07.015a.737.737 0 0 0-.355.204.72.72 0 0 0-.196.331c-.02.072-.02.09-.024.846-.004.912.004 1.102.06 1.407a3.568 3.568 0 0 0 3.155 2.896c.177.019 16 .019 16.17 0 .282-.031.52-.083.778-.17a3.562 3.562 0 0 0 2.365-2.688c.062-.314.063-.35.063-1.33 0-.727-.002-.897-.013-.94a.774.774 0 0 0-.535-.552.914.914 0 0 0-.336-.012.694.694 0 0 0-.388.209.69.69 0 0 0-.22.465 26.76 26.76 0 0 0-.01.864c0 .476-.004.8-.01.85a2.1 2.1 0 0 1-.46 1.07 2.82 2.82 0 0 1-.294.292 2.155 2.155 0 0 1-.816.4c-.238.056.404.052-8.212.052-7.05 0-7.902-.001-8.003-.015a2.04 2.04 0 0 1-1.15-.551 2.05 2.05 0 0 1-.612-1.138c-.02-.101-.02-.142-.027-.993-.007-.975-.004-.934-.066-1.07a.8.8 0 0 0-.353-.37.657.657 0 0 0-.306-.073 1.168 1.168 0 0 0-.134.001",
|
|
1828
1828
|
clipRule: "evenodd"
|
|
@@ -1830,9 +1830,9 @@ var SvgUpload = function SvgUpload(props) {
|
|
|
1830
1830
|
};
|
|
1831
1831
|
|
|
1832
1832
|
var _g$b, _defs$b;
|
|
1833
|
-
function _extends$
|
|
1833
|
+
function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
|
|
1834
1834
|
var SvgUserCircle = function SvgUserCircle(props) {
|
|
1835
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1835
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
1836
1836
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1837
1837
|
fill: "currentColor",
|
|
1838
1838
|
width: 24,
|
|
@@ -1850,45 +1850,45 @@ var SvgUserCircle = function SvgUserCircle(props) {
|
|
|
1850
1850
|
})))));
|
|
1851
1851
|
};
|
|
1852
1852
|
|
|
1853
|
-
var _path$
|
|
1854
|
-
function _extends$
|
|
1853
|
+
var _path$r;
|
|
1854
|
+
function _extends$C() { _extends$C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
|
|
1855
1855
|
var SvgViewOff = function SvgViewOff(props) {
|
|
1856
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1856
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
1857
1857
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1858
1858
|
fill: "currentColor",
|
|
1859
1859
|
width: 24,
|
|
1860
1860
|
height: 24
|
|
1861
|
-
}, props), _path$
|
|
1861
|
+
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
1862
1862
|
fillRule: "evenodd",
|
|
1863
1863
|
d: "M20.77 2.829a.707.707 0 0 0-.246.105c-.041.027-.736.687-1.977 1.878-1.396 1.34-1.918 1.836-1.933 1.835a1.74 1.74 0 0 1-.188-.076 11.32 11.32 0 0 0-3.284-.877 10.816 10.816 0 0 0-2.179-.025c-1.719.172-3.552.834-5.38 1.943a19.643 19.643 0 0 0-4.377 3.656 2.294 2.294 0 0 0-.117 2.71c.079.117.156.211.313.384a19.311 19.311 0 0 0 3.76 3.205.17.17 0 0 1 .05.039c0 .004-.527.513-1.173 1.132a98.39 98.39 0 0 0-1.243 1.204.682.682 0 0 0-.187.496c0 .177.033.284.127.423.046.068.152.17.225.216a.76.76 0 0 0 .81-.014c.033-.022.156-.132.274-.245l1.48-1.42c1.078-1.035 1.278-1.224 1.342-1.262a.803.803 0 0 0 .242-.236c.038-.057.281-.295 1.236-1.21.761-.73 1.214-1.158 1.258-1.188a.711.711 0 0 0 .192-.184c.044-.066 4.869-4.7 4.955-4.758a.812.812 0 0 0 .208-.2c.044-.059 1.053-1.036 2.068-2.001l.35-.337 2.14-2.058a214.003 214.003 0 0 0 2.026-1.959.762.762 0 0 0 .096-.704.778.778 0 0 0-.412-.432.828.828 0 0 0-.456-.04m-9.23 4.305a8.724 8.724 0 0 0-2.04.35 12.82 12.82 0 0 0-2.802 1.215 17.766 17.766 0 0 0-3.29 2.456c-.32.299-.923.919-1.046 1.075a.795.795 0 0 0-.128.257.661.661 0 0 0-.021.223c0 .143.002.153.031.24.055.158.08.193.353.49.313.342.82.843 1.21 1.196a18.3 18.3 0 0 0 2.419 1.828l.111.07.07-.067 1.79-1.716.02-.02-.062-.138a4.489 4.489 0 0 1-.38-1.398 6.985 6.985 0 0 1 0-.845c.114-1.046.538-1.945 1.258-2.664.711-.71 1.586-1.13 2.612-1.254.176-.022.718-.024.902-.005a4.488 4.488 0 0 1 1.57.466l.116.06.606-.58.606-.583-.069-.026a9.785 9.785 0 0 0-3.837-.63m7.588 1.203a.744.744 0 0 0-.543.423.614.614 0 0 0-.064.338.66.66 0 0 0 .074.315c.063.13.12.187.378.38a17.58 17.58 0 0 1 1.98 1.713c.28.28.609.627.684.724a.795.795 0 0 1 .128.257.654.654 0 0 1 .022.219.644.644 0 0 1-.078.354c-.043.086-.088.143-.258.327a20.5 20.5 0 0 1-1.469 1.417c-2.087 1.803-4.388 2.995-6.475 3.353-.523.09-.904.122-1.468.121-.915 0-1.66-.104-2.506-.35-.222-.065-.288-.076-.393-.069a.737.737 0 0 0-.294.083.71.71 0 0 0-.37.433.794.794 0 0 0-.024.39c.022.1.096.25.164.332.109.132.215.19.49.271.762.225 1.496.352 2.308.4.26.015 1.03.015 1.263 0 1.771-.116 3.578-.707 5.424-1.776 1.603-.928 3.204-2.222 4.504-3.64a2.74 2.74 0 0 0 .305-.374c.514-.77.515-1.778.003-2.544-.095-.143-.154-.213-.415-.494a19.822 19.822 0 0 0-2.616-2.343c-.218-.162-.317-.221-.424-.25a.998.998 0 0 0-.33-.01m-7.223 1.58a2.876 2.876 0 0 0-1.561.608 3.793 3.793 0 0 0-.412.4c-.354.414-.579.93-.654 1.502a3.405 3.405 0 0 0 0 .682c.026.196.094.499.11.492.004-.001.833-.795 1.842-1.764 1.287-1.236 1.83-1.764 1.822-1.769a3.213 3.213 0 0 0-.357-.097 3.185 3.185 0 0 0-.79-.054m3.508 2.04-.071.015a.767.767 0 0 0-.553.533c-.01.035-.019.131-.024.249a2.833 2.833 0 0 1-.135.795c-.14.43-.36.789-.676 1.105-.214.213-.43.372-.682.501a2.69 2.69 0 0 1-1.205.31 1.163 1.163 0 0 0-.268.03.774.774 0 0 0-.519.503.868.868 0 0 0 .019.497c.057.152.21.318.364.396.142.071.246.086.529.072a4.123 4.123 0 0 0 1.707-.442 4.05 4.05 0 0 0 1.076-.763 4.237 4.237 0 0 0 1.26-2.534c.024-.195.035-.567.018-.663a.761.761 0 0 0-.53-.58 1.142 1.142 0 0 0-.31-.024",
|
|
1864
1864
|
clipRule: "evenodd"
|
|
1865
1865
|
})));
|
|
1866
1866
|
};
|
|
1867
1867
|
|
|
1868
|
-
var _path$
|
|
1869
|
-
function _extends$
|
|
1868
|
+
var _path$q;
|
|
1869
|
+
function _extends$B() { _extends$B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
|
|
1870
1870
|
var SvgViewOn = function SvgViewOn(props) {
|
|
1871
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1871
|
+
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
1872
1872
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1873
1873
|
fill: "currentColor",
|
|
1874
1874
|
width: 24,
|
|
1875
1875
|
height: 24
|
|
1876
|
-
}, props), _path$
|
|
1876
|
+
}, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
1877
1877
|
fillRule: "evenodd",
|
|
1878
1878
|
d: "M11.29 4.94c-1.736.113-3.572.72-5.415 1.79a19.375 19.375 0 0 0-3.437 2.567c-.39.362-1.067 1.056-1.23 1.262a2.32 2.32 0 0 0-.473 1.82c.065.386.234.76.48 1.066.104.13.449.498.734.782 1.7 1.698 3.665 3.061 5.62 3.9 1.137.487 2.303.799 3.39.905.604.06 1.478.06 2.083 0 1.203-.118 2.46-.475 3.753-1.066.22-.1.775-.382.994-.503 1.36-.756 2.607-1.672 3.84-2.823.353-.33 1.011-1.007 1.164-1.199a2.32 2.32 0 0 0 .434-2.014 2.326 2.326 0 0 0-.434-.87c-.242-.302-1.027-1.086-1.567-1.567-1.768-1.574-3.746-2.782-5.636-3.441-1.007-.352-1.949-.55-2.904-.61a18.47 18.47 0 0 0-1.396 0m.206 1.493c-1.508.071-3.21.631-4.881 1.605a17.788 17.788 0 0 0-3.664 2.86c-.365.367-.57.588-.624.676a.788.788 0 0 0-.116.472.765.765 0 0 0 .143.417c.09.124.779.832 1.112 1.141 1.256 1.166 2.565 2.093 3.93 2.783 1.19.6 2.333.972 3.438 1.118a9.406 9.406 0 0 0 2.332 0c1.394-.184 2.898-.747 4.39-1.643a17.917 17.917 0 0 0 3.497-2.764c.523-.528.63-.653.69-.808a.74.74 0 0 0 .047-.334.675.675 0 0 0-.08-.32c-.044-.09-.083-.138-.273-.343A19.425 19.425 0 0 0 20.03 9.94c-1.88-1.629-3.94-2.77-5.87-3.254a8.606 8.606 0 0 0-1.69-.254c-.235-.01-.732-.01-.974.001m.312 1.305a4.259 4.259 0 0 0-2.558.999 5.88 5.88 0 0 0-.513.513 4.278 4.278 0 0 0-.977 2.265 6.04 6.04 0 0 0 .004 1.005 4.27 4.27 0 0 0 3.515 3.684c.267.045.376.053.721.053s.455-.008.721-.053a4.268 4.268 0 0 0 3.464-3.377c.061-.308.072-.43.072-.827 0-.397-.01-.52-.072-.827a4.271 4.271 0 0 0-2.063-2.876 4.282 4.282 0 0 0-2.314-.559m-.05 1.507a2.83 2.83 0 0 0-.594.12 2.72 2.72 0 0 0-1.124.688c-.43.434-.696.975-.782 1.592-.02.149-.024.535-.005.672.09.66.353 1.198.804 1.643a2.74 2.74 0 0 0 1.732.795 2.785 2.785 0 0 0 1.531-.327c.234-.129.425-.272.623-.468.453-.448.715-.984.804-1.643a4.061 4.061 0 0 0 0-.634 2.772 2.772 0 0 0-2.349-2.419 3.788 3.788 0 0 0-.64-.02",
|
|
1879
1879
|
clipRule: "evenodd"
|
|
1880
1880
|
})));
|
|
1881
1881
|
};
|
|
1882
1882
|
|
|
1883
|
-
var _path$
|
|
1884
|
-
function _extends$
|
|
1883
|
+
var _path$p;
|
|
1884
|
+
function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
|
|
1885
1885
|
var SvgWeatherCloud = function SvgWeatherCloud(props) {
|
|
1886
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1886
|
+
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
1887
1887
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1888
1888
|
fill: "currentColor",
|
|
1889
1889
|
width: 24,
|
|
1890
1890
|
height: 24
|
|
1891
|
-
}, props), _path$
|
|
1891
|
+
}, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
|
1892
1892
|
fillRule: "evenodd",
|
|
1893
1893
|
d: "M8.376 2.818a.697.697 0 0 0-.423.22.74.74 0 0 0-.185.29l-.026.075-.002 1.15-.003 1.15-.021.003-.194.039a4.914 4.914 0 0 0-1.789.744l-.17.114-.782-.78c-.83-.828-.853-.848-.995-.901a.712.712 0 0 0-.282-.047.65.65 0 0 0-.322.074.767.767 0 0 0-.385.441.63.63 0 0 0-.03.197.714.714 0 0 0 .105.43c.023.04.24.263.828.854l.797.799-.02.027a4.981 4.981 0 0 0-.882 2.121l-.005.021-1.13.003c-1.025.003-1.136.005-1.19.02a.778.778 0 0 0-.542.532.883.883 0 0 0 0 .4.778.778 0 0 0 .542.531c.054.015.168.017 1.187.022l1.127.005.027.149c.115.633.365 1.27.707 1.795a.75.75 0 0 0 1.356-.636 1.957 1.957 0 0 0-.113-.207 3.385 3.385 0 0 1-.52-1.677A3.369 3.369 0 0 1 5.384 9.1 3.433 3.433 0 0 1 6.61 7.71c.46-.296.92-.464 1.458-.536.151-.02.58-.028.732-.014a3.473 3.473 0 0 1 1.496.49c.478.288.841.65 1.157 1.148.049.077.115.169.147.204a.746.746 0 0 0 .954.106.737.737 0 0 0 .336-.594c.01-.157-.024-.28-.123-.448a5.688 5.688 0 0 0-.27-.403c-.005-.003.34-.356.768-.784.47-.472.79-.8.81-.832a.683.683 0 0 0 .128-.427c0-.1-.005-.14-.022-.2a.751.751 0 0 0-.643-.543.739.739 0 0 0-.535.146c-.031.024-.4.387-.819.806l-.762.762-.162-.108a4.982 4.982 0 0 0-1.873-.759L9.236 5.7l-.003-1.14-.003-1.138-.024-.077a.783.783 0 0 0-.523-.509 1.371 1.371 0 0 0-.307-.018m8.122 5.63c-.474.036-.92.116-1.359.245a6.369 6.369 0 0 0-3.15 2.088 6.404 6.404 0 0 0-1.05 1.843c-.03.082-.056.15-.058.152a1.5 1.5 0 0 1-.15-.026 4.256 4.256 0 0 0-3.022.513A4.263 4.263 0 0 0 5.636 16.6a4.259 4.259 0 0 0 3.703 4.552c.26.033.36.034 4.096.034 3.932 0 3.88 0 4.248-.043a6.382 6.382 0 0 0 5.189-4.022 6.343 6.343 0 0 0 .425-2.05 8.773 8.773 0 0 0-.021-.874 6.347 6.347 0 0 0-.63-2.203 6.376 6.376 0 0 0-5.145-3.533 10.502 10.502 0 0 0-1.003-.013m.13 1.499a4.888 4.888 0 0 0-3.592 1.933 4.951 4.951 0 0 0-.978 2.668c-.018.267-.011.497.024.838.021.207.003.327-.069.464a.734.734 0 0 1-.685.413.665.665 0 0 1-.326-.078.763.763 0 0 1-.388-.48 3.923 3.923 0 0 1-.055-.492c-.01-.166-.006-.732.007-.886l.006-.069-.033-.01a2.775 2.775 0 0 0-1.656.11 2.756 2.756 0 0 0-1.662 1.856 2.494 2.494 0 0 0-.09.716c0 .446.093.84.292 1.238.218.435.584.837 1.001 1.098.267.168.62.307.93.367.277.054.004.05 3.908.054 3.642.004 3.916.002 4.208-.032a4.871 4.871 0 0 0 4.249-3.95c.06-.321.078-.534.077-.916a4.41 4.41 0 0 0-.154-1.215 4.89 4.89 0 0 0-2.299-2.994 4.938 4.938 0 0 0-2.716-.633",
|
|
1894
1894
|
clipRule: "evenodd"
|
|
@@ -1896,9 +1896,9 @@ var SvgWeatherCloud = function SvgWeatherCloud(props) {
|
|
|
1896
1896
|
};
|
|
1897
1897
|
|
|
1898
1898
|
var _g$a, _defs$a;
|
|
1899
|
-
function _extends$
|
|
1899
|
+
function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
|
|
1900
1900
|
var SvgWebhooks = function SvgWebhooks(props) {
|
|
1901
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1901
|
+
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
1902
1902
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1903
1903
|
fill: "currentColor",
|
|
1904
1904
|
width: 24,
|
|
@@ -1917,9 +1917,9 @@ var SvgWebhooks = function SvgWebhooks(props) {
|
|
|
1917
1917
|
};
|
|
1918
1918
|
|
|
1919
1919
|
var _g$9, _defs$9;
|
|
1920
|
-
function _extends$
|
|
1920
|
+
function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
|
|
1921
1921
|
var SvgWorkflow = function SvgWorkflow(props) {
|
|
1922
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1922
|
+
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
1923
1923
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1924
1924
|
fill: "currentColor",
|
|
1925
1925
|
width: 24,
|
|
@@ -1936,9 +1936,9 @@ var SvgWorkflow = function SvgWorkflow(props) {
|
|
|
1936
1936
|
};
|
|
1937
1937
|
|
|
1938
1938
|
var _g$8, _defs$8;
|
|
1939
|
-
function _extends$
|
|
1939
|
+
function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
|
|
1940
1940
|
var SvgWorkflowPencil = function SvgWorkflowPencil(props) {
|
|
1941
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1941
|
+
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
1942
1942
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1943
1943
|
fill: "currentColor",
|
|
1944
1944
|
width: 24,
|
|
@@ -1956,53 +1956,53 @@ var SvgWorkflowPencil = function SvgWorkflowPencil(props) {
|
|
|
1956
1956
|
})))));
|
|
1957
1957
|
};
|
|
1958
1958
|
|
|
1959
|
-
var _path$
|
|
1960
|
-
function _extends$
|
|
1959
|
+
var _path$o, _path2$4;
|
|
1960
|
+
function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$w.apply(this, arguments); }
|
|
1961
1961
|
var SvgUpgradeShield = function SvgUpgradeShield(props) {
|
|
1962
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1962
|
+
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
1963
1963
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1964
1964
|
fill: "currentColor",
|
|
1965
1965
|
width: 24,
|
|
1966
1966
|
height: 24
|
|
1967
|
-
}, props), _path$
|
|
1967
|
+
}, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
|
1968
1968
|
fillRule: "evenodd",
|
|
1969
1969
|
d: "M3.346.712c-.445.042-.91.25-1.236.553-.382.355-.598.765-.687 1.303-.015.088-.016.44-.02 4.373-.002 4.323 0 4.61.032 4.915.13 1.21.621 2.436 1.52 3.792 1.055 1.59 2.706 3.326 4.778 5.021a35.552 35.552 0 0 0 2.851 2.116c.329.217.374.245.507.308.567.27 1.25.27 1.818 0 .133-.063.178-.09.507-.308a36.599 36.599 0 0 0 4.013-3.11 33.452 33.452 0 0 0 1.714-1.666c.785-.841 1.405-1.612 1.913-2.378.89-1.345 1.382-2.576 1.51-3.778.032-.307.033-.604.03-4.917-.003-4.661 0-4.301-.054-4.55A2.167 2.167 0 0 0 20.635.71C20.504.698 3.473.7 3.345.712m.033 1.519A.595.595 0 0 0 3.1 2.4a.524.524 0 0 0-.122.164c-.076.154-.07-.278-.067 4.64.003 4.835-.002 4.427.056 4.772.173 1.039.744 2.215 1.682 3.466 1.219 1.623 3.099 3.413 5.35 5.092.678.506 1.562 1.117 1.737 1.2a.632.632 0 0 0 .537-.004c.107-.052.738-.477 1.196-.806 2.1-1.508 3.966-3.18 5.275-4.724 1.31-1.545 2.097-3.004 2.294-4.253.051-.322.047.046.05-4.737.004-4.937.01-4.49-.067-4.647A.53.53 0 0 0 20.9 2.4a.59.59 0 0 0-.294-.173c-.073-.019-.145-.019-8.614-.018h-8.54z",
|
|
1970
1970
|
clipRule: "evenodd"
|
|
1971
|
-
})), _path2$
|
|
1971
|
+
})), _path2$4 || (_path2$4 = /*#__PURE__*/React.createElement("path", {
|
|
1972
1972
|
d: "M11.599 4.423a.745.745 0 0 1 .223-.092.937.937 0 0 1 .341-.004c.085.02.176.056.24.098.077.05 3.672 3.642 3.734 3.732.09.13.125.249.125.423a.695.695 0 0 1-.072.328.775.775 0 0 1-.503.4.878.878 0 0 1-.442-.028c-.132-.047-.113-.029-1.33-1.244a125.035 125.035 0 0 0-1.159-1.151c-.004 0-.008 1.997-.01 4.438l-.002 4.437-.025.074a.783.783 0 0 1-.527.503 1.042 1.042 0 0 1-.384 0 .783.783 0 0 1-.527-.503l-.025-.074-.005-8.89-1.16 1.159C8.869 9.252 8.888 9.233 8.756 9.28a.877.877 0 0 1-.442.028.775.775 0 0 1-.503-.4.695.695 0 0 1-.072-.328c0-.174.035-.294.125-.423.065-.093 3.658-3.685 3.736-3.734"
|
|
1973
1973
|
})));
|
|
1974
1974
|
};
|
|
1975
1975
|
|
|
1976
|
-
var _path$
|
|
1977
|
-
function _extends$
|
|
1976
|
+
var _path$n, _path2$3, _path3$3, _path4$3;
|
|
1977
|
+
function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
|
|
1978
1978
|
var SvgShieldLock = function SvgShieldLock(props) {
|
|
1979
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1979
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
1980
1980
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1981
1981
|
width: 28,
|
|
1982
1982
|
height: 20,
|
|
1983
1983
|
fill: "currentColor"
|
|
1984
|
-
}, props), _path$
|
|
1984
|
+
}, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
|
1985
1985
|
d: "M13.354 8.354a.5.5 0 0 1-.708 0L10.5 6.207V14a.5.5 0 1 1-1 0V6.207L7.354 8.354a.5.5 0 1 1-.708-.708L10 4.293l3.354 3.353a.5.5 0 0 1 0 .708Z"
|
|
1986
|
-
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
1986
|
+
})), _path2$3 || (_path2$3 = /*#__PURE__*/React.createElement("path", {
|
|
1987
1987
|
fillRule: "evenodd",
|
|
1988
1988
|
d: "M3.6 2C2.716 2 2 2.679 2 3.516V9.58c0 1.163.569 2.276 1.311 3.26.748.988 1.713 1.9 2.594 2.67.967.844 2.477 1.787 3.266 2.261a1.617 1.617 0 0 0 1.658 0c.789-.474 2.299-1.417 3.266-2.261.88-.77 1.846-1.682 2.594-2.67C17.43 11.855 18 10.742 18 9.58V3.516C18 2.679 17.284 2 16.4 2H3.6Zm-.533 1.516A.52.52 0 0 1 3.6 3.01h12.8a.52.52 0 0 1 .533.505V9.58c0 .857-.425 1.761-1.112 2.67-.683.905-1.584 1.76-2.45 2.517-.887.775-2.322 1.675-3.113 2.15a.501.501 0 0 1-.516 0c-.791-.475-2.226-1.375-3.114-2.15-.865-.756-1.766-1.612-2.45-2.516-.686-.91-1.111-1.814-1.111-2.671V3.516Z",
|
|
1989
1989
|
clipRule: "evenodd"
|
|
1990
|
-
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
1990
|
+
})), _path3$3 || (_path3$3 = /*#__PURE__*/React.createElement("path", {
|
|
1991
1991
|
d: "M14.039 16.84c.154.663.75 1.16 1.461 1.16h9c.827 0 1.5-.673 1.5-1.5v-7c0-.827-.673-1.5-1.5-1.5H24V6a4.005 4.005 0 0 0-5.358-3.763c.172.28.289.599.335.942A3.004 3.004 0 0 1 23 6v2.001h-4v1h5.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-.455l-.248.218c-.218.19-.46.384-.713.576Z"
|
|
1992
|
-
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
1992
|
+
})), _path4$3 || (_path4$3 = /*#__PURE__*/React.createElement("path", {
|
|
1993
1993
|
d: "M19.646 14.354A.5.5 0 0 1 19.5 14v-2a.5.5 0 0 1 1 0v2a.5.5 0 0 1-.854.354Z"
|
|
1994
1994
|
})));
|
|
1995
1995
|
};
|
|
1996
1996
|
|
|
1997
|
-
var _path$
|
|
1998
|
-
function _extends$
|
|
1997
|
+
var _path$m;
|
|
1998
|
+
function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$u.apply(this, arguments); }
|
|
1999
1999
|
var SvgCloud = function SvgCloud(props) {
|
|
2000
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2000
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
2001
2001
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2002
2002
|
fill: "currentColor",
|
|
2003
2003
|
width: 24,
|
|
2004
2004
|
height: 24
|
|
2005
|
-
}, props), _path$
|
|
2005
|
+
}, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
|
|
2006
2006
|
fillRule: "evenodd",
|
|
2007
2007
|
d: "M8.227 4.22a7.77 7.77 0 0 0-5.845 2.941 7.768 7.768 0 0 0-1.541 3.322 7.062 7.062 0 0 0-.144 1.493c0 .465.022.782.086 1.21a7.788 7.788 0 0 0 6.58 6.518c.255.036.548.061.853.072.41.016 10.026.008 10.182-.008.476-.047.86-.125 1.239-.25a5.332 5.332 0 0 0 1.81-1.016 6.98 6.98 0 0 0 .586-.588 5.303 5.303 0 0 0 1.111-4.744 5.001 5.001 0 0 0-.387-1.06 5.196 5.196 0 0 0-1.048-1.444 5.32 5.32 0 0 0-5.743-1.129.87.87 0 0 1-.087.034.754.754 0 0 1-.053-.132 7.793 7.793 0 0 0-7.598-5.218m-.144 1.512a6.327 6.327 0 0 0-2.74.825A6.322 6.322 0 0 0 3.05 8.834a8.157 8.157 0 0 0-.378.761 6.378 6.378 0 0 0-.452 1.824 9.74 9.74 0 0 0-.005 1.095c.08.86.283 1.577.656 2.321A6.31 6.31 0 0 0 5.48 17.52a6.3 6.3 0 0 0 2.244.715c.374.044.215.043 5.47.043 3.355 0 4.987-.003 5.074-.01a3.818 3.818 0 0 0 3.51-3.374 5.54 5.54 0 0 0 .005-.825 3.985 3.985 0 0 0-.248-1.008 3.811 3.811 0 0 0-2.802-2.343 3.057 3.057 0 0 0-.681-.069 3.453 3.453 0 0 0-1.018.114c-.423.108-.763.261-1.21.546a1.357 1.357 0 0 1-.158.087.762.762 0 0 1-.638-.032.618.618 0 0 1-.169-.132.553.553 0 0 1-.141-.192.85.85 0 0 1-.08-.24 6.347 6.347 0 0 0-.496-1.502 6.288 6.288 0 0 0-5.27-3.568 9.197 9.197 0 0 0-.789.001",
|
|
2008
2008
|
clipRule: "evenodd"
|
|
@@ -2010,9 +2010,9 @@ var SvgCloud = function SvgCloud(props) {
|
|
|
2010
2010
|
};
|
|
2011
2011
|
|
|
2012
2012
|
var _g$7, _defs$7;
|
|
2013
|
-
function _extends$
|
|
2013
|
+
function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$t.apply(this, arguments); }
|
|
2014
2014
|
var SvgBoxesGrid = function SvgBoxesGrid(props) {
|
|
2015
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2015
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
2016
2016
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2017
2017
|
fill: "currentColor",
|
|
2018
2018
|
width: 24,
|
|
@@ -2030,15 +2030,15 @@ var SvgBoxesGrid = function SvgBoxesGrid(props) {
|
|
|
2030
2030
|
})))));
|
|
2031
2031
|
};
|
|
2032
2032
|
|
|
2033
|
-
var _path$
|
|
2034
|
-
function _extends$
|
|
2033
|
+
var _path$l;
|
|
2034
|
+
function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
|
|
2035
2035
|
var SvgDottedLines = function SvgDottedLines(props) {
|
|
2036
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2036
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
2037
2037
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2038
2038
|
fill: "currentColor",
|
|
2039
2039
|
width: 24,
|
|
2040
2040
|
height: 24
|
|
2041
|
-
}, props), _path$
|
|
2041
|
+
}, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
|
|
2042
2042
|
fillRule: "evenodd",
|
|
2043
2043
|
d: "M18.12 4.471a1.1 1.1 0 1 1-2.2 0 1.1 1.1 0 0 1 2.2 0m-1.1 6.12a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2m5.019 0a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2m-3.92 3.919a1.1 1.1 0 1 1-2.2 0 1.1 1.1 0 0 1 2.2 0m-1.1 6.119a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2M12 10.59a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2m-3.92-1.1a1.1 1.1 0 1 1-2.2 0 1.1 1.1 0 0 1 2.2 0m-6.119 1.1a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2",
|
|
2044
2044
|
clipRule: "evenodd"
|
|
@@ -2046,9 +2046,9 @@ var SvgDottedLines = function SvgDottedLines(props) {
|
|
|
2046
2046
|
};
|
|
2047
2047
|
|
|
2048
2048
|
var _g$6, _defs$6;
|
|
2049
|
-
function _extends$
|
|
2049
|
+
function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
|
|
2050
2050
|
var SvgAdd = function SvgAdd(props) {
|
|
2051
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2051
|
+
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
2052
2052
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2053
2053
|
fill: "currentColor",
|
|
2054
2054
|
width: 24,
|
|
@@ -2066,90 +2066,90 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
2066
2066
|
})))));
|
|
2067
2067
|
};
|
|
2068
2068
|
|
|
2069
|
-
var _path$
|
|
2070
|
-
function _extends$
|
|
2069
|
+
var _path$k;
|
|
2070
|
+
function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
|
|
2071
2071
|
var SvgAccessTimeClock = function SvgAccessTimeClock(props) {
|
|
2072
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2072
|
+
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
2073
2073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2074
2074
|
fill: "currentColor",
|
|
2075
2075
|
width: 24,
|
|
2076
2076
|
height: 24
|
|
2077
|
-
}, props), _path$
|
|
2077
|
+
}, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
|
|
2078
2078
|
fillRule: "evenodd",
|
|
2079
2079
|
d: "M11.77 1.408c-1.585.036-3.07.401-4.484 1.103-.871.433-1.604.93-2.361 1.602-.167.148-.664.645-.812.812A10.389 10.389 0 0 0 2.51 7.286 10.429 10.429 0 0 0 1.409 12c0 .58.03.999.108 1.546a10.594 10.594 0 0 0 2.399 5.304c.347.407.828.888 1.234 1.234a10.626 10.626 0 0 0 3.284 1.895c.968.347 1.93.54 2.995.601.408.023 1.065.012 1.502-.025a10.57 10.57 0 0 0 5.919-2.471c.405-.345.89-.83 1.234-1.234a10.627 10.627 0 0 0 2.01-3.62c.276-.864.432-1.714.486-2.659.023-.408.012-1.065-.026-1.502a10.57 10.57 0 0 0-2.47-5.919 13.099 13.099 0 0 0-1.009-1.037 10.4 10.4 0 0 0-2.361-1.602 10.43 10.43 0 0 0-4.138-1.09c-.214-.01-.629-.017-.806-.013m-.245 1.511a9.069 9.069 0 0 0-6.51 3.26 9.096 9.096 0 0 0-.808 10.511 9.233 9.233 0 0 0 2.24 2.51 9.072 9.072 0 0 0 4.392 1.819 9.104 9.104 0 0 0 4.622-.61A9.099 9.099 0 0 0 19.792 7.31a9.232 9.232 0 0 0-2.24-2.51 9.082 9.082 0 0 0-4.036-1.767 9.595 9.595 0 0 0-1.991-.114m.307 4.832a.705.705 0 0 0-.347.19.7.7 0 0 0-.219.388c-.014.068-.015.266-.013 1.953l.003 1.876.027.077c.061.175-.098.008 2.362 2.47a241.09 241.09 0 0 0 2.315 2.301.728.728 0 0 0 .226.112c.061.02.091.023.206.022a.644.644 0 0 0 .307-.056.808.808 0 0 0 .391-.405.617.617 0 0 0 .05-.292.65.65 0 0 0-.09-.36c-.04-.072-.17-.203-2.172-2.208l-2.13-2.131v-1.645c0-1.796.003-1.713-.054-1.85a.799.799 0 0 0-.46-.424.608.608 0 0 0-.21-.028.83.83 0 0 0-.192.01",
|
|
2080
2080
|
clipRule: "evenodd"
|
|
2081
2081
|
})));
|
|
2082
2082
|
};
|
|
2083
2083
|
|
|
2084
|
-
var _path$
|
|
2085
|
-
function _extends$
|
|
2084
|
+
var _path$j;
|
|
2085
|
+
function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
|
|
2086
2086
|
var SvgArrowLeftBack = function SvgArrowLeftBack(props) {
|
|
2087
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2087
|
+
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
2088
2088
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2089
2089
|
fill: "currentColor",
|
|
2090
2090
|
width: 24,
|
|
2091
2091
|
height: 24
|
|
2092
|
-
}, props), _path$
|
|
2092
|
+
}, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
|
|
2093
2093
|
fillRule: "evenodd",
|
|
2094
2094
|
d: "M11.18 1.411a.736.736 0 0 0-.346.154C10.749 1.633.862 11.527.828 11.578a.803.803 0 0 0-.1.211.575.575 0 0 0-.022.211c0 .12.003.15.022.21.028.09.06.153.112.227.062.086 9.98 9.996 10.05 10.04a.697.697 0 0 0 .41.116.617.617 0 0 0 .332-.077.79.79 0 0 0 .363-.391.766.766 0 0 0-.067-.694c-.025-.039-1.37-1.39-4.343-4.365L3.279 12.76l9.686-.003 9.686-.002.077-.022a.783.783 0 0 0 .549-.54 1.04 1.04 0 0 0 0-.384.774.774 0 0 0-.548-.538c-.076-.019-.117-.019-9.768-.019H3.269L7.58 6.938c3.318-3.319 4.32-4.327 4.351-4.375a.77.77 0 0 0 .063-.692.797.797 0 0 0-.508-.445 1.056 1.056 0 0 0-.305-.015",
|
|
2095
2095
|
clipRule: "evenodd"
|
|
2096
2096
|
})));
|
|
2097
2097
|
};
|
|
2098
2098
|
|
|
2099
|
-
var _path$
|
|
2100
|
-
function _extends$
|
|
2099
|
+
var _path$i;
|
|
2100
|
+
function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
|
|
2101
2101
|
var SvgArrowDown = function SvgArrowDown(props) {
|
|
2102
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2102
|
+
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
2103
2103
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2104
2104
|
fill: "currentColor",
|
|
2105
2105
|
width: 24,
|
|
2106
2106
|
height: 24
|
|
2107
|
-
}, props), _path$
|
|
2107
|
+
}, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
|
|
2108
2108
|
fillRule: "evenodd",
|
|
2109
2109
|
d: "M11.846.715a.764.764 0 0 0-.576.556c-.019.076-.019.117-.019 9.768v9.692L6.938 16.42c-2.977-2.977-4.33-4.323-4.37-4.348a.761.761 0 0 0-.822.001.907.907 0 0 0-.255.278.655.655 0 0 0-.084.35c0 .163.035.285.115.41.045.069 9.955 9.987 10.041 10.049a.73.73 0 0 0 .226.112c.062.02.092.022.211.022a.58.58 0 0 0 .211-.022.73.73 0 0 0 .226-.112c.086-.062 9.996-9.98 10.04-10.05a.7.7 0 0 0 .115-.41.623.623 0 0 0-.077-.333.797.797 0 0 0-.386-.361.775.775 0 0 0-.698.066c-.039.025-1.39 1.369-4.364 4.343l-4.308 4.306-.003-9.686-.002-9.686-.022-.077a.784.784 0 0 0-.535-.547 1.034 1.034 0 0 0-.35-.01",
|
|
2110
2110
|
clipRule: "evenodd"
|
|
2111
2111
|
})));
|
|
2112
2112
|
};
|
|
2113
2113
|
|
|
2114
|
-
var _path$
|
|
2115
|
-
function _extends$
|
|
2114
|
+
var _path$h;
|
|
2115
|
+
function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
|
|
2116
2116
|
var SvgArrowRightForward = function SvgArrowRightForward(props) {
|
|
2117
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2117
|
+
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
2118
2118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2119
2119
|
fill: "currentColor",
|
|
2120
2120
|
width: 24,
|
|
2121
2121
|
height: 24
|
|
2122
|
-
}, props), _path$
|
|
2122
|
+
}, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
|
|
2123
2123
|
fillRule: "evenodd",
|
|
2124
2124
|
d: "M12.582 1.411a.832.832 0 0 0-.245.087.932.932 0 0 0-.264.248.761.761 0 0 0-.001.823c.025.039 1.37 1.39 4.348 4.37l4.311 4.312H11.04c-9.65 0-9.692 0-9.768.02a.774.774 0 0 0-.548.537 1.033 1.033 0 0 0 0 .384c.072.26.28.464.549.54l.077.022 9.686.002 9.686.002-4.306 4.309c-2.974 2.975-4.318 4.325-4.343 4.364a.775.775 0 0 0-.066.698.797.797 0 0 0 .36.386.621.621 0 0 0 .335.078.704.704 0 0 0 .41-.115c.069-.045 9.987-9.955 10.049-10.041a.73.73 0 0 0 .112-.226.575.575 0 0 0 .022-.211.58.58 0 0 0-.022-.211.73.73 0 0 0-.112-.226c-.061-.085-9.98-9.996-10.048-10.04a.733.733 0 0 0-.382-.117.918.918 0 0 0-.148.005",
|
|
2125
2125
|
clipRule: "evenodd"
|
|
2126
2126
|
})));
|
|
2127
2127
|
};
|
|
2128
2128
|
|
|
2129
|
-
var _path$
|
|
2130
|
-
function _extends$
|
|
2129
|
+
var _path$g;
|
|
2130
|
+
function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
|
|
2131
2131
|
var SvgArrowUp = function SvgArrowUp(props) {
|
|
2132
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2132
|
+
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
2133
2133
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2134
2134
|
fill: "currentColor",
|
|
2135
2135
|
width: 24,
|
|
2136
2136
|
height: 24
|
|
2137
|
-
}, props), _path$
|
|
2137
|
+
}, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
|
2138
2138
|
fillRule: "evenodd",
|
|
2139
2139
|
d: "M11.863.71a.788.788 0 0 0-.285.118c-.051.034-9.945 9.92-10.013 10.006a.677.677 0 0 0-.157.46c0 .149.013.209.077.34.075.151.23.297.386.36a.77.77 0 0 0 .692-.063c.048-.03 1.056-1.033 4.375-4.35l4.313-4.312v9.692c0 9.65 0 9.692.02 9.768.065.26.276.476.537.548.087.024.297.024.384 0a.783.783 0 0 0 .54-.549l.022-.077.002-9.686.002-9.686 4.308 4.306c2.975 2.973 4.326 4.318 4.365 4.343a.772.772 0 0 0 .697.066.793.793 0 0 0 .387-.36.619.619 0 0 0 .078-.335.704.704 0 0 0-.115-.41C22.433 10.82 12.523.902 12.437.84a.654.654 0 0 0-.408-.135c-.066-.002-.14 0-.166.005",
|
|
2140
2140
|
clipRule: "evenodd"
|
|
2141
2141
|
})));
|
|
2142
2142
|
};
|
|
2143
2143
|
|
|
2144
|
-
var _path$
|
|
2145
|
-
function _extends$
|
|
2144
|
+
var _path$f;
|
|
2145
|
+
function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
|
|
2146
2146
|
var SvgChevronLeftBack = function SvgChevronLeftBack(props) {
|
|
2147
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2147
|
+
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
2148
2148
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2149
2149
|
fill: "currentColor",
|
|
2150
2150
|
width: 24,
|
|
2151
2151
|
height: 24
|
|
2152
|
-
}, props), _path$
|
|
2152
|
+
}, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
|
|
2153
2153
|
fillRule: "evenodd",
|
|
2154
2154
|
d: "M15.852.71a.732.732 0 0 0-.334.155c-.085.068-10.18 10.17-10.232 10.24a1.416 1.416 0 0 0-.304.895c0 .376.124.697.378.98.045.05 2.347 2.355 5.115 5.122 3.415 3.414 5.053 5.044 5.093 5.07a.79.79 0 0 0 .228.105c.082.023.295.022.38 0a.776.776 0 0 0 .53-.515.59.59 0 0 0 .022-.216.586.586 0 0 0-.023-.216.716.716 0 0 0-.095-.202c-.022-.034-1.788-1.808-5.07-5.09L6.504 12l5.036-5.038c3.282-3.283 5.048-5.056 5.07-5.09.05-.077.07-.12.095-.202a.586.586 0 0 0 .023-.216.625.625 0 0 0-.078-.351.792.792 0 0 0-.47-.378 1.162 1.162 0 0 0-.328-.014",
|
|
2155
2155
|
clipRule: "evenodd"
|
|
@@ -2157,9 +2157,9 @@ var SvgChevronLeftBack = function SvgChevronLeftBack(props) {
|
|
|
2157
2157
|
};
|
|
2158
2158
|
|
|
2159
2159
|
var _g$5, _defs$5;
|
|
2160
|
-
function _extends$
|
|
2160
|
+
function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
|
|
2161
2161
|
var SvgBookFlipPageDocumentation = function SvgBookFlipPageDocumentation(props) {
|
|
2162
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2162
|
+
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
2163
2163
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2164
2164
|
fill: "currentColor",
|
|
2165
2165
|
width: 24,
|
|
@@ -2177,15 +2177,15 @@ var SvgBookFlipPageDocumentation = function SvgBookFlipPageDocumentation(props)
|
|
|
2177
2177
|
})))));
|
|
2178
2178
|
};
|
|
2179
2179
|
|
|
2180
|
-
var _path$
|
|
2181
|
-
function _extends$
|
|
2180
|
+
var _path$e;
|
|
2181
|
+
function _extends$j() { _extends$j = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$j.apply(this, arguments); }
|
|
2182
2182
|
var SvgBalanceScale = function SvgBalanceScale(props) {
|
|
2183
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2183
|
+
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
2184
2184
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2185
2185
|
fill: "currentColor",
|
|
2186
2186
|
width: 24,
|
|
2187
2187
|
height: 24
|
|
2188
|
-
}, props), _path$
|
|
2188
|
+
}, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
|
|
2189
2189
|
fillRule: "evenodd",
|
|
2190
2190
|
d: "M11.717 2.127a2.169 2.169 0 0 0-1.72 1.336l-.021.05-2.226.003-2.225.002-.067.023a.802.802 0 0 0-.405.294c-.011.016-.824 1.636-1.806 3.6-1.184 2.368-1.794 3.599-1.81 3.651a.747.747 0 0 0 .75.959.673.673 0 0 0 .304-.079.686.686 0 0 0 .254-.203c.037-.05.404-.774 1.488-2.94L5.67 5.946 7.1 8.807a328.339 328.339 0 0 0 1.467 2.914.756.756 0 0 0 .622.326c.236 0 .47-.121.607-.312a.68.68 0 0 0 .137-.414.499.499 0 0 0-.02-.213c-.02-.07-.322-.68-1.523-3.083l-1.498-3c0-.003.694-.005 1.543-.005H9.98l.013.036c.006.02.04.092.073.162a2.15 2.15 0 0 0 1.13 1.049l.055.022v15.502h-1.73c-1.057 0-1.765.004-1.82.01a.752.752 0 0 0-.552.339.677.677 0 0 0-.114.405c0 .063.004.136.01.163.063.268.27.486.536.564l.075.021h8.688l.075-.021a.751.751 0 0 0 .35-.217.718.718 0 0 0 .195-.422.745.745 0 0 0-.665-.832c-.055-.006-.763-.01-1.82-.01h-1.73V6.29l.055-.022a2.147 2.147 0 0 0 1.204-1.212l.012-.035h1.543c.85 0 1.544.002 1.544.005l-1.498 3c-1.201 2.404-1.502 3.013-1.523 3.083a.5.5 0 0 0-.02.213.68.68 0 0 0 .137.414c.137.191.37.311.607.312a.756.756 0 0 0 .622-.326c.02-.03.68-1.34 1.466-2.914l1.43-2.86 1.44 2.874c1.083 2.168 1.45 2.892 1.487 2.94a.685.685 0 0 0 .254.204.673.673 0 0 0 .303.079.747.747 0 0 0 .751-.96c-.016-.05-.655-1.34-1.81-3.65a823.978 823.978 0 0 0-1.805-3.6.797.797 0 0 0-.396-.29l-.077-.027-2.228-.002-2.229-.003-.007-.026a2.164 2.164 0 0 0-1.737-1.36 2.861 2.861 0 0 0-.557 0m.201 1.488-.072.015a.657.657 0 0 0-.485.781c.05.232.26.443.495.494.056.012.232.012.288 0a.676.676 0 0 0 .495-.499.837.837 0 0 0-.01-.326.677.677 0 0 0-.456-.447 1.02 1.02 0 0 0-.255-.018m-9.842 9.749a.65.65 0 0 0-.262.077.758.758 0 0 0-.325.325c-.076.146-.09.246-.077.533a4.252 4.252 0 0 0 1.642 3.179 4.277 4.277 0 0 0 3.634.776 4.261 4.261 0 0 0 3.245-4.007c.008-.29-.014-.393-.115-.544a.772.772 0 0 0-.444-.323l-.076-.022H5.726c-1.964-.001-3.607.002-3.65.006m12.659 0a.825.825 0 0 0-.258.071.837.837 0 0 0-.363.391c-.043.108-.053.194-.047.42a4.232 4.232 0 0 0 1.246 2.88c.343.343.696.595 1.137.811a4.158 4.158 0 0 0 1.885.437c.966 0 1.901-.328 2.654-.93a4.271 4.271 0 0 0 1.37-1.94c.141-.41.21-.768.229-1.2.013-.29-.002-.393-.077-.538a.745.745 0 0 0-.34-.332c-.168-.083.228-.075-3.792-.076a488.51 488.51 0 0 0-3.644.005m-11.72 1.505a2.768 2.768 0 0 0 1.742 1.848c.306.108.574.153.917.152.225 0 .373-.014.569-.056a2.788 2.788 0 0 0 1.149-.54c.119-.095.344-.318.436-.433a3.07 3.07 0 0 0 .385-.643c.029-.067.12-.32.12-.333 0-.002-1.197-.003-2.66-.003-1.517 0-2.659.003-2.659.008m12.652-.005c0 .013.091.265.12.333.088.204.214.418.36.61.085.113.336.367.451.46.335.266.744.459 1.16.546.354.075.762.077 1.12.006a2.78 2.78 0 0 0 2.108-1.95c0-.005-1.143-.008-2.66-.008-1.462 0-2.659.001-2.659.003",
|
|
2191
2191
|
clipRule: "evenodd"
|
|
@@ -2193,9 +2193,9 @@ var SvgBalanceScale = function SvgBalanceScale(props) {
|
|
|
2193
2193
|
};
|
|
2194
2194
|
|
|
2195
2195
|
var _g$4, _defs$4;
|
|
2196
|
-
function _extends$
|
|
2196
|
+
function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
|
|
2197
2197
|
var SvgBrightnessDotCircleFilled = function SvgBrightnessDotCircleFilled(props) {
|
|
2198
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2198
|
+
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
2199
2199
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2200
2200
|
fill: "currentColor",
|
|
2201
2201
|
width: 24,
|
|
@@ -2213,15 +2213,15 @@ var SvgBrightnessDotCircleFilled = function SvgBrightnessDotCircleFilled(props)
|
|
|
2213
2213
|
})))));
|
|
2214
2214
|
};
|
|
2215
2215
|
|
|
2216
|
-
var _path$
|
|
2217
|
-
function _extends$
|
|
2216
|
+
var _path$d;
|
|
2217
|
+
function _extends$h() { _extends$h = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$h.apply(this, arguments); }
|
|
2218
2218
|
var SvgMegaphoneCampaignAnnouncement = function SvgMegaphoneCampaignAnnouncement(props) {
|
|
2219
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2219
|
+
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
2220
2220
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2221
2221
|
fill: "currentColor",
|
|
2222
2222
|
width: 24,
|
|
2223
2223
|
height: 24
|
|
2224
|
-
}, props), _path$
|
|
2224
|
+
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
|
2225
2225
|
fillRule: "evenodd",
|
|
2226
2226
|
d: "M19.646 3.052a.748.748 0 0 0-.233.067c-.032.016-.357.228-.723.472-.68.452-1.057.693-1.415.902a19.992 19.992 0 0 1-3.82 1.733 19.993 19.993 0 0 1-5.108.998c-.494.03-.711.035-1.891.04-1.915.005-1.872.004-2.23.066A4.275 4.275 0 0 0 1.21 9.514a4.286 4.286 0 0 0-.44 2.774 4.273 4.273 0 0 0 3.69 3.48c.197.025.512.033 1.22.034.59 0 .685.002.685.013l.02.17c.095.755.292 1.459.607 2.16.372.83.891 1.583 1.539 2.23.177.177.229.22.329.27.111.056.168.067.337.066a.549.549 0 0 0 .225-.027.78.78 0 0 0 .442-.388.628.628 0 0 0 .07-.29.695.695 0 0 0-.06-.342c-.05-.108-.083-.15-.254-.325a6.078 6.078 0 0 1-.615-.71 6.12 6.12 0 0 1-1.119-2.752l-.006-.064.075.004a21.03 21.03 0 0 1 1.52.124 20.223 20.223 0 0 1 7.387 2.393c.588.327.915.531 1.855 1.156.713.473.74.49.89.517a.838.838 0 0 0 .462-.068.778.778 0 0 0 .395-.499c.017-.07.018-.39.018-7.92V3.672l-.022-.075a.77.77 0 0 0-.543-.53.927.927 0 0 0-.27-.015m-.753 2.206a21.405 21.405 0 0 1-4.19 2.122 21.682 21.682 0 0 1-6.785 1.372l-.084.005v5.554l.184.006a21.707 21.707 0 0 1 9.415 2.615c.464.253 1.126.648 1.453.869a.503.503 0 0 0 .09.053c.001-.003.002-2.85 0-6.328l-.002-6.323zM4.766 8.775a2.775 2.775 0 0 0-1.796.848c-.403.427-.647.93-.74 1.523a4.361 4.361 0 0 0-.005.734c.074.51.256.95.554 1.337.106.138.34.376.473.48.38.301.82.491 1.313.57.13.02.161.022.948.025l.813.004V8.765l-.732.001c-.402.001-.775.005-.828.009m17.694.606a.636.636 0 0 0-.255.076.776.776 0 0 0-.387.476l-.02.075-.004 1.45c-.002.928 0 1.484.007 1.546a.72.72 0 0 0 .195.442.747.747 0 0 0 .35.217c.107.03.293.03.401 0a.681.681 0 0 0 .327-.199.7.7 0 0 0 .198-.322l.022-.072.003-1.497c.002-1.033 0-1.519-.008-1.565a.755.755 0 0 0-.829-.627",
|
|
2227
2227
|
clipRule: "evenodd"
|
|
@@ -2229,9 +2229,9 @@ var SvgMegaphoneCampaignAnnouncement = function SvgMegaphoneCampaignAnnouncement
|
|
|
2229
2229
|
};
|
|
2230
2230
|
|
|
2231
2231
|
var _g$3, _defs$3;
|
|
2232
|
-
function _extends$
|
|
2232
|
+
function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
2233
2233
|
var SvgQuestionContactSupportBubble = function SvgQuestionContactSupportBubble(props) {
|
|
2234
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2234
|
+
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
2235
2235
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2236
2236
|
fill: "currentColor",
|
|
2237
2237
|
width: 24,
|
|
@@ -2250,9 +2250,9 @@ var SvgQuestionContactSupportBubble = function SvgQuestionContactSupportBubble(p
|
|
|
2250
2250
|
};
|
|
2251
2251
|
|
|
2252
2252
|
var _g$2, _defs$2;
|
|
2253
|
-
function _extends$
|
|
2253
|
+
function _extends$f() { _extends$f = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$f.apply(this, arguments); }
|
|
2254
2254
|
var SvgScissorsCut = function SvgScissorsCut(props) {
|
|
2255
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2255
|
+
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
2256
2256
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2257
2257
|
fill: "currentColor",
|
|
2258
2258
|
width: 24,
|
|
@@ -2271,9 +2271,9 @@ var SvgScissorsCut = function SvgScissorsCut(props) {
|
|
|
2271
2271
|
};
|
|
2272
2272
|
|
|
2273
2273
|
var _g$1, _defs$1;
|
|
2274
|
-
function _extends$
|
|
2274
|
+
function _extends$e() { _extends$e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$e.apply(this, arguments); }
|
|
2275
2275
|
var SvgCopyPaste = function SvgCopyPaste(props) {
|
|
2276
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2276
|
+
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
2277
2277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2278
2278
|
fill: "currentColor",
|
|
2279
2279
|
width: 24,
|
|
@@ -2292,9 +2292,9 @@ var SvgCopyPaste = function SvgCopyPaste(props) {
|
|
|
2292
2292
|
};
|
|
2293
2293
|
|
|
2294
2294
|
var _g, _defs;
|
|
2295
|
-
function _extends$
|
|
2295
|
+
function _extends$d() { _extends$d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
|
|
2296
2296
|
var SvgInformationCircle = function SvgInformationCircle(props) {
|
|
2297
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2297
|
+
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
2298
2298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2299
2299
|
fill: "currentColor",
|
|
2300
2300
|
width: 24,
|
|
@@ -2312,150 +2312,150 @@ var SvgInformationCircle = function SvgInformationCircle(props) {
|
|
|
2312
2312
|
})))));
|
|
2313
2313
|
};
|
|
2314
2314
|
|
|
2315
|
-
var _path$
|
|
2316
|
-
function _extends$
|
|
2315
|
+
var _path$c;
|
|
2316
|
+
function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
|
|
2317
2317
|
var SvgChevronDown = function SvgChevronDown(props) {
|
|
2318
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2318
|
+
return /*#__PURE__*/React.createElement("svg", _extends$c({
|
|
2319
2319
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2320
2320
|
fill: "currentColor",
|
|
2321
2321
|
width: 24,
|
|
2322
2322
|
height: 24
|
|
2323
|
-
}, props), _path$
|
|
2323
|
+
}, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
|
|
2324
2324
|
fillRule: "evenodd",
|
|
2325
2325
|
d: "M1.313 6.864a.771.771 0 0 0-.594.566c-.02.078-.017.286.005.365a.798.798 0 0 0 .129.26c.076.099 10.178 10.191 10.269 10.259.269.2.546.292.878.292.33 0 .612-.094.878-.292.091-.068 10.193-10.16 10.27-10.26a.7.7 0 0 0 .148-.403.739.739 0 0 0-.278-.63.68.68 0 0 0-.43-.164.71.71 0 0 0-.455.12c-.053.034-1.15 1.126-5.1 5.075L12 17.083l-5.033-5.031c-3.95-3.949-5.047-5.041-5.1-5.075a.713.713 0 0 0-.256-.107 1.022 1.022 0 0 0-.298-.006",
|
|
2326
2326
|
clipRule: "evenodd"
|
|
2327
2327
|
})));
|
|
2328
2328
|
};
|
|
2329
2329
|
|
|
2330
|
-
var _path$
|
|
2331
|
-
function _extends$
|
|
2330
|
+
var _path$b;
|
|
2331
|
+
function _extends$b() { _extends$b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$b.apply(this, arguments); }
|
|
2332
2332
|
var SvgChevronRightForward = function SvgChevronRightForward(props) {
|
|
2333
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2333
|
+
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
2334
2334
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2335
2335
|
fill: "currentColor",
|
|
2336
2336
|
width: 24,
|
|
2337
2337
|
height: 24
|
|
2338
|
-
}, props), _path$
|
|
2338
|
+
}, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
|
|
2339
2339
|
fillRule: "evenodd",
|
|
2340
2340
|
d: "M5.787.71a.789.789 0 0 0-.233.08.633.633 0 0 0-.174.136.553.553 0 0 0-.142.188.62.62 0 0 0-.078.34c0 .173.033.284.122.418.016.024 2.298 2.312 5.07 5.086L15.393 12l-5.04 5.042a1279.502 1279.502 0 0 0-5.07 5.086.676.676 0 0 0-.123.418c0 .149.014.21.078.34.04.08.058.104.142.188a.68.68 0 0 0 .322.196.776.776 0 0 0 .61-.09c.078-.05 10.232-10.203 10.308-10.306a1.46 1.46 0 0 0 0-1.748C16.546 11.025 6.39.87 6.314.822A.784.784 0 0 0 5.787.71",
|
|
2341
2341
|
clipRule: "evenodd"
|
|
2342
2342
|
})));
|
|
2343
2343
|
};
|
|
2344
2344
|
|
|
2345
|
-
var _path$
|
|
2346
|
-
function _extends$
|
|
2345
|
+
var _path$a;
|
|
2346
|
+
function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
|
|
2347
2347
|
var SvgChevronUp = function SvgChevronUp(props) {
|
|
2348
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2348
|
+
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
2349
2349
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2350
2350
|
fill: "currentColor",
|
|
2351
2351
|
width: 24,
|
|
2352
2352
|
height: 24
|
|
2353
|
-
}, props), _path$
|
|
2353
|
+
}, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
|
|
2354
2354
|
fillRule: "evenodd",
|
|
2355
2355
|
d: "M11.914 5.862c-.3.025-.55.117-.786.289C11.024 6.226.872 16.379.82 16.459a.759.759 0 0 0-.03.759c.058.11.202.253.31.31a.669.669 0 0 0 .354.083.673.673 0 0 0 .418-.122c.024-.016 2.312-2.298 5.086-5.07L12 7.378l5.042 5.04c2.774 2.773 5.062 5.055 5.086 5.07a.67.67 0 0 0 .418.123c.147 0 .23-.02.354-.084a.876.876 0 0 0 .31-.31.759.759 0 0 0-.03-.758c-.05-.078-10.192-10.22-10.302-10.303a1.484 1.484 0 0 0-.964-.294",
|
|
2356
2356
|
clipRule: "evenodd"
|
|
2357
2357
|
})));
|
|
2358
2358
|
};
|
|
2359
2359
|
|
|
2360
|
-
var _path$
|
|
2361
|
-
function _extends$
|
|
2360
|
+
var _path$9;
|
|
2361
|
+
function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
|
|
2362
2362
|
var SvgLightbulb = function SvgLightbulb(props) {
|
|
2363
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2363
|
+
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
2364
2364
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2365
2365
|
fill: "currentColor",
|
|
2366
2366
|
width: 24,
|
|
2367
2367
|
height: 24
|
|
2368
|
-
}, props), _path$
|
|
2368
|
+
}, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
|
|
2369
2369
|
fillRule: "evenodd",
|
|
2370
2370
|
d: "M11.597.711a8.476 8.476 0 0 0-4.978 1.914 8.48 8.48 0 0 0-3.106 6.546 8.853 8.853 0 0 0 5.511 8.234l.11.044.006 1.627c.006 1.773.002 1.665.06 1.948a2.863 2.863 0 0 0 3.86 2.069 2.86 2.86 0 0 0 1.483-1.348c.15-.294.24-.578.296-.939.014-.093.016-.277.021-1.73l.006-1.626.11-.045a8.858 8.858 0 0 0 4.885-4.932c.667-1.672.806-3.58.385-5.297a8.545 8.545 0 0 0-1.606-3.274 9.018 9.018 0 0 0-1.203-1.23A8.473 8.473 0 0 0 11.598.71m-.106 1.512a6.967 6.967 0 0 0-2.961.905 7.08 7.08 0 0 0-2.412 2.296 6.961 6.961 0 0 0-1.044 2.88 6.223 6.223 0 0 0-.05.998c.005.383.016.551.055.855a7.355 7.355 0 0 0 2.644 4.748 7.402 7.402 0 0 0 2.102 1.2c.013.005.015-.278.015-2.725v-2.73l-.42-.006c-.352-.005-.44-.009-.545-.025a2.16 2.16 0 0 1-1.83-1.873 2.822 2.822 0 0 1 .006-.562 2.166 2.166 0 0 1 1.4-1.728 2.159 2.159 0 0 1 2.823 1.486c.06.234.066.294.07.768l.005.43h1.3l.005-.43c.005-.474.01-.534.07-.767a2.156 2.156 0 0 1 3.534-1.056c.382.35.612.783.69 1.297.023.145.023.441 0 .594a2.16 2.16 0 0 1-1.824 1.84c-.105.017-.193.02-.545.026l-.42.005v2.731c0 2.447.002 2.73.015 2.725.32-.123.559-.229.825-.365a7.347 7.347 0 0 0 3.921-5.583c.038-.295.05-.48.056-.86a6.27 6.27 0 0 0-.051-.993 6.969 6.969 0 0 0-1.222-3.144 6.984 6.984 0 0 0-4.855-2.903 7.98 7.98 0 0 0-1.358-.034m-2.475 5.63a.6.6 0 0 0-.29.172.6.6 0 0 0-.189.49.817.817 0 0 0 .022.154c.064.21.23.376.446.447.046.015.099.018.444.02l.391.005v-.368c0-.42-.004-.454-.069-.584a.716.716 0 0 0-.274-.282.705.705 0 0 0-.48-.054m5.626 0a.603.603 0 0 0-.29.172.52.52 0 0 0-.123.164c-.065.13-.069.164-.069.584v.368l.391-.004c.345-.003.398-.006.444-.021a.684.684 0 0 0 .446-.447.82.82 0 0 0 .021-.154.595.595 0 0 0-.065-.326.714.714 0 0 0-.274-.282.705.705 0 0 0-.48-.054m-3.295 5.553v2.76h1.306v-5.52h-1.306zm-.7 4.92v.653h2.707v-1.304h-2.708zm.002 2.235c.034.43.295.834.684 1.057.405.232.93.232 1.334 0a1.348 1.348 0 0 0 .683-1.057l.006-.075h-2.713z",
|
|
2371
2371
|
clipRule: "evenodd"
|
|
2372
2372
|
})));
|
|
2373
2373
|
};
|
|
2374
2374
|
|
|
2375
|
-
var _path$
|
|
2376
|
-
function _extends$
|
|
2375
|
+
var _path$8;
|
|
2376
|
+
function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
|
|
2377
2377
|
var SvgMenuThreeDotFilledHorizontal = function SvgMenuThreeDotFilledHorizontal(props) {
|
|
2378
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2378
|
+
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
2379
2379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2380
2380
|
fill: "currentColor",
|
|
2381
2381
|
width: 24,
|
|
2382
2382
|
height: 24
|
|
2383
|
-
}, props), _path$
|
|
2383
|
+
}, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
|
|
2384
2384
|
fillRule: "evenodd",
|
|
2385
2385
|
d: "M3.033 8.755a3.24 3.24 0 0 0-2.496 1.458c-.274.41-.448.882-.515 1.391a4.332 4.332 0 0 0 0 .792 3.25 3.25 0 0 0 .928 1.899 3.23 3.23 0 0 0 2.67.934 3.253 3.253 0 0 0 2.816-2.581c.048-.236.058-.355.058-.648 0-.293-.01-.412-.058-.648a3.253 3.253 0 0 0-3.403-2.597m8.76 0a3.24 3.24 0 0 0-1.991.852 3.242 3.242 0 0 0-.829 3.579 3.271 3.271 0 0 0 2.091 1.928 3.28 3.28 0 0 0 2.122-.087 3.268 3.268 0 0 0 1.841-1.841 3.264 3.264 0 0 0 0-2.372 3.254 3.254 0 0 0-2.84-2.059 2.387 2.387 0 0 0-.394 0m8.804-.003a3.234 3.234 0 0 0-2.137.944 3.217 3.217 0 0 0-.937 1.9 4.362 4.362 0 0 0 0 .807 3.22 3.22 0 0 0 .937 1.901c.365.364.796.629 1.28.786.48.156.988.2 1.482.127a3.226 3.226 0 0 0 1.828-.922c.523-.523.84-1.182.933-1.94a3.93 3.93 0 0 0 .012-.355c0-.258-.008-.359-.044-.566a3.225 3.225 0 0 0-.49-1.224 3.244 3.244 0 0 0-2.864-1.457",
|
|
2386
2386
|
clipRule: "evenodd"
|
|
2387
2387
|
})));
|
|
2388
2388
|
};
|
|
2389
2389
|
|
|
2390
|
-
var _path$
|
|
2391
|
-
function _extends$
|
|
2390
|
+
var _path$7;
|
|
2391
|
+
function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
|
|
2392
2392
|
var SvgUserSingle = function SvgUserSingle(props) {
|
|
2393
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2393
|
+
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
2394
2394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2395
2395
|
fill: "currentColor",
|
|
2396
2396
|
width: 24,
|
|
2397
2397
|
height: 24
|
|
2398
|
-
}, props), _path$
|
|
2398
|
+
}, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
|
|
2399
2399
|
fillRule: "evenodd",
|
|
2400
2400
|
d: "M11.693.711a5.676 5.676 0 0 0-3.215 1.217 6.09 6.09 0 0 0-.939.942 5.672 5.672 0 0 0-1.164 2.775 4.95 4.95 0 0 0-.043.73c0 .307.01.463.043.729a5.674 5.674 0 0 0 4.353 4.8 5.77 5.77 0 0 0 2.562-.004 5.649 5.649 0 0 0 2.688-1.483 5.656 5.656 0 0 0 1.552-2.775c.097-.422.137-.793.137-1.268 0-.316-.008-.46-.042-.73a5.667 5.667 0 0 0-1.348-2.994A5.704 5.704 0 0 0 13.531.912a5.767 5.767 0 0 0-1.838-.2m.01 1.503a4.17 4.17 0 0 0-1.535.416 4.02 4.02 0 0 0-1.115.798c-.348.348-.59.69-.808 1.137-.205.424-.327.84-.39 1.334a6.148 6.148 0 0 0 0 .95 4.25 4.25 0 0 0 .561 1.661 4.188 4.188 0 0 0 3.065 2.004c.141.02.2.022.519.022.32 0 .378-.003.518-.022a4.17 4.17 0 0 0 3.585-3.396 3.25 3.25 0 0 0 .058-.744 3.25 3.25 0 0 0-.058-.744 4.202 4.202 0 0 0-.75-1.735 4.432 4.432 0 0 0-.87-.87 4.204 4.204 0 0 0-2.003-.794 8.12 8.12 0 0 0-.778-.017m0 10.445a9.787 9.787 0 0 0-4.057 1.005 9.712 9.712 0 0 0-2.26 1.527c-.262.232-.68.662-.942.97a9.882 9.882 0 0 0-2.283 5.362 7.72 7.72 0 0 0-.046.788c-.005.285-.004.33.011.398.061.279.28.501.562.572a.897.897 0 0 0 .173.013c.134 0 .22-.02.33-.073a.828.828 0 0 0 .346-.349c.056-.115.063-.157.073-.437a8.362 8.362 0 0 1 1.67-4.91 8.39 8.39 0 0 1 5.333-3.254A8.322 8.322 0 0 1 12 14.16a8.37 8.37 0 0 1 6.226 2.765 8.348 8.348 0 0 1 2.164 5.573c0 .238.048.38.178.533a.751.751 0 0 0 1.306-.322c.015-.067.016-.113.011-.393a9.37 9.37 0 0 0-.3-2.223 9.86 9.86 0 0 0-1.986-3.879 10.499 10.499 0 0 0-1.21-1.22 9.855 9.855 0 0 0-5.796-2.322c-.161-.01-.738-.019-.89-.014",
|
|
2401
2401
|
clipRule: "evenodd"
|
|
2402
2402
|
})));
|
|
2403
2403
|
};
|
|
2404
2404
|
|
|
2405
|
-
var _path$
|
|
2406
|
-
function _extends$
|
|
2405
|
+
var _path$6;
|
|
2406
|
+
function _extends$6() { _extends$6 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
|
|
2407
2407
|
var SvgQuestionMark = function SvgQuestionMark(props) {
|
|
2408
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2408
|
+
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
2409
2409
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2410
2410
|
fill: "currentColor",
|
|
2411
2411
|
width: 24,
|
|
2412
2412
|
height: 24
|
|
2413
|
-
}, props), _path$
|
|
2413
|
+
}, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
|
|
2414
2414
|
fillRule: "evenodd",
|
|
2415
2415
|
d: "M7.007 7.329c0-2.868 2.255-5.156 4.993-5.156 2.738 0 4.993 2.288 4.993 5.156 0 2.242-1.383 4.138-3.297 4.851-1.175.438-2.446 1.5-2.446 3.055v1.739a.75.75 0 0 0 1.5 0v-1.739c0-.654.575-1.315 1.47-1.65 2.501-.932 4.273-3.389 4.273-6.256 0-3.656-2.888-6.656-6.493-6.656-3.606 0-6.493 3-6.493 6.656a.75.75 0 0 0 1.5 0M12 23.369a1.428 1.428 0 1 0 0-2.855 1.428 1.428 0 0 0 0 2.856",
|
|
2416
2416
|
clipRule: "evenodd"
|
|
2417
2417
|
})));
|
|
2418
2418
|
};
|
|
2419
2419
|
|
|
2420
|
-
var _path$
|
|
2421
|
-
function _extends$
|
|
2420
|
+
var _path$5;
|
|
2421
|
+
function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5.apply(this, arguments); }
|
|
2422
2422
|
var SvgShoppingCart = function SvgShoppingCart(props) {
|
|
2423
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2423
|
+
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
2424
2424
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2425
2425
|
fill: "currentColor",
|
|
2426
2426
|
width: 24,
|
|
2427
2427
|
height: 24
|
|
2428
|
-
}, props), _path$
|
|
2428
|
+
}, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
|
|
2429
2429
|
fillRule: "evenodd",
|
|
2430
2430
|
d: "M20.78 1.062a2.148 2.148 0 0 0-1.22.48 2.184 2.184 0 0 0-.743 1.194c-.015.074-.433 2.51-.433 2.529 0 .003-3.54.006-7.865.008l-7.865.002-.093.022a1.494 1.494 0 0 0-.727.396 1.449 1.449 0 0 0-.407 1.275c.02.113 1.397 5.617 1.44 5.752.13.413.348.821.624 1.166.116.145.396.424.541.539a3.58 3.58 0 0 0 1.618.733c.324.057-.128.052 5.704.055 4.95.003 5.33.005 5.33.02 0 .04-.367 2.175-.384 2.234a.594.594 0 0 1-.167.27.679.679 0 0 1-.298.174c-.054.016-.312.017-4.838.022l-4.781.005-.075.025a.798.798 0 0 0-.46.428.777.777 0 0 0 .034.647c.1.177.267.312.453.366l.077.022h4.81c3.843 0 4.826-.003 4.895-.013a2.161 2.161 0 0 0 1.828-1.658c.015-.066.399-2.304.555-3.23a15639.15 15639.15 0 0 1 1.688-9.927c.14-.826.262-1.528.27-1.56a.635.635 0 0 1 .167-.283.625.625 0 0 1 .25-.161l.071-.026.586-.006c.488-.005.596-.008.651-.021a.778.778 0 0 0 .495-.39.755.755 0 0 0-.461-1.068c-.07-.021-.08-.021-.652-.023-.32 0-.598 0-.619.002M2.927 6.782c0 .019 1.338 5.372 1.365 5.463a2.057 2.057 0 0 0 1.784 1.454c.08.008 1.603.01 5.49.008l5.38-.003.589-3.456c.323-1.9.588-3.461.588-3.468 0-.01-1.525-.012-7.598-.012-6.754 0-7.598.002-7.598.014m5.078 13.264a1.103 1.103 0 0 0-.418 2.052 1.103 1.103 0 1 0 .962-1.976 1.046 1.046 0 0 0-.313-.077.799.799 0 0 0-.23.001m7.038 0a1.104 1.104 0 0 0-.926.748c-.082.239-.07.54.031.777a1.103 1.103 0 0 0 2.058-.077c.051-.147.07-.37.046-.528a1.208 1.208 0 0 0-.216-.499 1.21 1.21 0 0 0-.384-.314 1.15 1.15 0 0 0-.609-.107",
|
|
2431
2431
|
clipRule: "evenodd"
|
|
2432
2432
|
})));
|
|
2433
2433
|
};
|
|
2434
2434
|
|
|
2435
|
-
var _path$
|
|
2436
|
-
function _extends$
|
|
2435
|
+
var _path$4;
|
|
2436
|
+
function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
|
|
2437
2437
|
var SvgCloseEyeVisibility = function SvgCloseEyeVisibility(props) {
|
|
2438
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2438
|
+
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
2439
2439
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2440
2440
|
fill: "currentColor",
|
|
2441
2441
|
width: 24,
|
|
2442
2442
|
height: 24
|
|
2443
|
-
}, props), _path$
|
|
2443
|
+
}, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
2444
2444
|
fillRule: "evenodd",
|
|
2445
2445
|
d: "M20.77 2.829a.707.707 0 0 0-.246.105c-.041.027-.736.687-1.977 1.878-1.396 1.34-1.918 1.836-1.933 1.835a1.74 1.74 0 0 1-.188-.076 11.32 11.32 0 0 0-3.284-.877 10.816 10.816 0 0 0-2.179-.025c-1.719.172-3.552.834-5.38 1.943a19.643 19.643 0 0 0-4.377 3.656 2.294 2.294 0 0 0-.117 2.71c.079.117.156.211.313.384a19.311 19.311 0 0 0 3.76 3.205.17.17 0 0 1 .05.039c0 .004-.527.513-1.173 1.132a98.39 98.39 0 0 0-1.243 1.204.682.682 0 0 0-.187.496c0 .177.033.284.127.423.046.068.152.17.225.216a.76.76 0 0 0 .81-.014c.033-.022.156-.132.274-.245l1.48-1.42c1.078-1.035 1.278-1.224 1.342-1.262a.803.803 0 0 0 .242-.236c.038-.057.281-.295 1.236-1.21.761-.73 1.214-1.158 1.258-1.188a.711.711 0 0 0 .192-.184c.044-.066 4.869-4.7 4.955-4.758a.812.812 0 0 0 .208-.2c.044-.059 1.053-1.036 2.068-2.001l.35-.337 2.14-2.058a214.003 214.003 0 0 0 2.026-1.959.762.762 0 0 0 .096-.704.778.778 0 0 0-.412-.432.828.828 0 0 0-.456-.04m-9.23 4.305a8.724 8.724 0 0 0-2.04.35 12.82 12.82 0 0 0-2.802 1.215 17.766 17.766 0 0 0-3.29 2.456c-.32.299-.923.919-1.046 1.075a.795.795 0 0 0-.128.257.661.661 0 0 0-.021.223c0 .143.002.153.031.24.055.158.08.193.353.49.313.342.82.843 1.21 1.196a18.3 18.3 0 0 0 2.419 1.828l.111.07.07-.067 1.79-1.716.02-.02-.062-.138a4.489 4.489 0 0 1-.38-1.398 6.985 6.985 0 0 1 0-.845c.114-1.046.538-1.945 1.258-2.664.711-.71 1.586-1.13 2.612-1.254.176-.022.718-.024.902-.005a4.488 4.488 0 0 1 1.57.466l.116.06.606-.58.606-.583-.069-.026a9.785 9.785 0 0 0-3.837-.63m7.588 1.203a.744.744 0 0 0-.543.423.614.614 0 0 0-.064.338.66.66 0 0 0 .074.315c.063.13.12.187.378.38a17.58 17.58 0 0 1 1.98 1.713c.28.28.609.627.684.724a.795.795 0 0 1 .128.257.654.654 0 0 1 .022.219.644.644 0 0 1-.078.354c-.043.086-.088.143-.258.327a20.5 20.5 0 0 1-1.469 1.417c-2.087 1.803-4.388 2.995-6.475 3.353-.523.09-.904.122-1.468.121-.915 0-1.66-.104-2.506-.35-.222-.065-.288-.076-.393-.069a.737.737 0 0 0-.294.083.71.71 0 0 0-.37.433.794.794 0 0 0-.024.39c.022.1.096.25.164.332.109.132.215.19.49.271.762.225 1.496.352 2.308.4.26.015 1.03.015 1.263 0 1.771-.116 3.578-.707 5.424-1.776 1.603-.928 3.204-2.222 4.504-3.64a2.74 2.74 0 0 0 .305-.374c.514-.77.515-1.778.003-2.544-.095-.143-.154-.213-.415-.494a19.822 19.822 0 0 0-2.616-2.343c-.218-.162-.317-.221-.424-.25a.998.998 0 0 0-.33-.01m-7.223 1.58a2.876 2.876 0 0 0-1.561.608 3.793 3.793 0 0 0-.412.4c-.354.414-.579.93-.654 1.502a3.405 3.405 0 0 0 0 .682c.026.196.094.499.11.492.004-.001.833-.795 1.842-1.764 1.287-1.236 1.83-1.764 1.822-1.769a3.213 3.213 0 0 0-.357-.097 3.185 3.185 0 0 0-.79-.054m3.508 2.04-.071.015a.767.767 0 0 0-.553.533c-.01.035-.019.131-.024.249a2.833 2.833 0 0 1-.135.795c-.14.43-.36.789-.676 1.105-.214.213-.43.372-.682.501a2.69 2.69 0 0 1-1.205.31 1.163 1.163 0 0 0-.268.03.774.774 0 0 0-.519.503.868.868 0 0 0 .019.497c.057.152.21.318.364.396.142.071.246.086.529.072a4.123 4.123 0 0 0 1.707-.442 4.05 4.05 0 0 0 1.076-.763 4.237 4.237 0 0 0 1.26-2.534c.024-.195.035-.567.018-.663a.761.761 0 0 0-.53-.58 1.142 1.142 0 0 0-.31-.024",
|
|
2446
2446
|
clipRule: "evenodd"
|
|
2447
2447
|
})));
|
|
2448
2448
|
};
|
|
2449
2449
|
|
|
2450
|
-
var _path;
|
|
2451
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2450
|
+
var _path$3;
|
|
2451
|
+
function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
|
|
2452
2452
|
var SvgOpenEyeVisibility = function SvgOpenEyeVisibility(props) {
|
|
2453
|
-
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2453
|
+
return /*#__PURE__*/React.createElement("svg", _extends$3({
|
|
2454
2454
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2455
2455
|
fill: "currentColor",
|
|
2456
2456
|
width: 24,
|
|
2457
2457
|
height: 24
|
|
2458
|
-
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
2458
|
+
}, props), _path$3 || (_path$3 = /*#__PURE__*/React.createElement("path", {
|
|
2459
2459
|
fillRule: "evenodd",
|
|
2460
2460
|
d: "M11.29 4.94c-1.736.113-3.572.72-5.415 1.79a19.375 19.375 0 0 0-3.437 2.567c-.39.362-1.067 1.056-1.23 1.262a2.32 2.32 0 0 0-.473 1.82c.065.386.234.76.48 1.066.104.13.449.498.734.782 1.7 1.698 3.665 3.061 5.62 3.9 1.137.487 2.303.799 3.39.905.604.06 1.478.06 2.083 0 1.203-.118 2.46-.475 3.753-1.066.22-.1.775-.382.994-.503 1.36-.756 2.607-1.672 3.84-2.823.353-.33 1.011-1.007 1.164-1.199a2.32 2.32 0 0 0 .434-2.014 2.326 2.326 0 0 0-.434-.87c-.242-.302-1.027-1.086-1.567-1.567-1.768-1.574-3.746-2.782-5.636-3.441-1.007-.352-1.949-.55-2.904-.61a18.47 18.47 0 0 0-1.396 0m.206 1.493c-1.508.071-3.21.631-4.881 1.605a17.788 17.788 0 0 0-3.664 2.86c-.365.367-.57.588-.624.676a.788.788 0 0 0-.116.472.765.765 0 0 0 .143.417c.09.124.779.832 1.112 1.141 1.256 1.166 2.565 2.093 3.93 2.783 1.19.6 2.333.972 3.438 1.118a9.406 9.406 0 0 0 2.332 0c1.394-.184 2.898-.747 4.39-1.643a17.917 17.917 0 0 0 3.497-2.764c.523-.528.63-.653.69-.808a.74.74 0 0 0 .047-.334.675.675 0 0 0-.08-.32c-.044-.09-.083-.138-.273-.343A19.425 19.425 0 0 0 20.03 9.94c-1.88-1.629-3.94-2.77-5.87-3.254a8.606 8.606 0 0 0-1.69-.254c-.235-.01-.732-.01-.974.001m.312 1.305a4.259 4.259 0 0 0-2.558.999 5.88 5.88 0 0 0-.513.513 4.278 4.278 0 0 0-.977 2.265 6.04 6.04 0 0 0 .004 1.005 4.27 4.27 0 0 0 3.515 3.684c.267.045.376.053.721.053s.455-.008.721-.053a4.268 4.268 0 0 0 3.464-3.377c.061-.308.072-.43.072-.827 0-.397-.01-.52-.072-.827a4.271 4.271 0 0 0-2.063-2.876 4.282 4.282 0 0 0-2.314-.559m-.05 1.507a2.83 2.83 0 0 0-.594.12 2.72 2.72 0 0 0-1.124.688c-.43.434-.696.975-.782 1.592-.02.149-.024.535-.005.672.09.66.353 1.198.804 1.643a2.74 2.74 0 0 0 1.732.795 2.785 2.785 0 0 0 1.531-.327c.234-.129.425-.272.623-.468.453-.448.715-.984.804-1.643a4.061 4.061 0 0 0 0-.634 2.772 2.772 0 0 0-2.349-2.419 3.788 3.788 0 0 0-.64-.02",
|
|
2461
2461
|
clipRule: "evenodd"
|
|
@@ -2466,7 +2466,7 @@ var SvgOpenEyeVisibility = function SvgOpenEyeVisibility(props) {
|
|
|
2466
2466
|
|
|
2467
2467
|
declare const icons_ContentCopy: typeof ContentCopy;
|
|
2468
2468
|
declare namespace icons {
|
|
2469
|
-
export { SvgAccessTimeClock as AccessTime, SvgAdd as Add, SvgAlarmBell as AlarmBell, SvgAngle as Angle, SvgAppWindowCode as AppWindowCode, SvgArrowLeftBack as ArrowBack, SvgChevronLeftBack as ArrowBackIos, SvgArrowCircleDown as ArrowCircleDown, SvgArrowDown as ArrowDownward, SvgArrowRightForward as ArrowForward, SvgArrowTopRight as ArrowTopRight, SvgArrowUp as ArrowUpward, SvgAssignmentCircle as Assignment, SvgBookFlipPageDocumentation as AutoStoriesOutlined, SvgBalanceScale as Balance, SvgBashCircle as Bash, SvgBin as Bin, SvgBlockCircle as Block, SvgBlocked as Blocked, SvgBoxes as Boxes, SvgBoxesGrid as BoxesGrid, SvgBrightnessDotCircleFilled as Brightness1, SvgCalendar as Calendar, SvgMegaphoneCampaignAnnouncement as CampaignOutlined, SvgNetworkSearch as Catalog, SvgChecklist as CheckList, SvgCheckmark as CheckMark, SvgClose as Close, SvgCloseCircle as CloseCircle, SvgCloud as Cloud, SvgCoin as Coin, SvgCompass as Compass, SvgQuestionContactSupportBubble as ContactSupportOutlined, icons_ContentCopy as ContentCopy, SvgScissorsCut as ContentCut, SvgCopyPaste as ContentPaste, SvgCopy as Copy, SvgCredit as Credit, SvgModule as CustomBlocks, SvgDashboard as Dashboard, SvgDataTransferVertical as DataTransferVertical, SvgDottedLines as DottedLines, SvgDownload as Download, SvgExternalLink as ExternalLink, SvgImageResolution as ImageResolution, SvgInformationCircle as InfoOutlined, SvgInformation as Information, SvgInvoice as Invoice, SvgChevronDown as KeyboardArrowDown, SvgChevronLeftBack as KeyboardArrowLeft, SvgChevronRightForward as KeyboardArrowRight, SvgChevronUp as KeyboardArrowUp, SvgLayers as Layers, SvgLibrary as Library, SvgLightbulb as LightbulbOutlined, SvgTag as LocalOfferOutlined, SvgLock as Lock, SvgLogo as Logo, SvgMap as Map, SvgMapPin as MapPin, SvgShop as Marketplace, SvgMegaphone as Megaphone, SvgModuleThree as ModuleThree, SvgMenuThreeDotFilledHorizontal as MoreHoriz, SvgMultipleUsers as MultipleUsers, SvgNotificationError as NotificationError, SvgNotificationInfo as NotificationInfo, SvgNotificationSuccess as NotificationSuccess, SvgNotificationWarning as NotificationWarning, SvgPencil as Pencil, SvgUserSingle as Person, SvgPolygon as Polygon, SvgFolderEmpty1 as Projects, SvgQuestionCircle as QuestionCircle, SvgQuestionMark as QuestionMark, SvgResolution as Resolution, SvgSatellite as Satellite, SvgSave as Save, SvgSearch as Search, SvgServerLock as ServerLock, SvgSettingsVertical as SettingsVertical, SvgShield as Shield, SvgShieldLock as ShieldWithLock, SvgShoppingCart as ShoppingCartOutlined, SvgServer2 as Storage, SvgSupportCircle as Support, SvgSupport as SupportClear, SvgSupportHeadphones as SupportHeadphones, SvgSystem as System, SvgTag as Tag, SvgTarget as Target, SvgTransaction as Transaction, SvgUpgradeShield as UpgradeShield, SvgUpload as Upload, SvgUserCircle as User, SvgViewOff as ViewOff, SvgViewOn as ViewOn, SvgCloseEyeVisibility as VisibilityOffOutlined, SvgOpenEyeVisibility as VisibilityOutlined, SvgWeatherCloud as WeatherCloud, SvgWebhooks as Webhooks, SvgWorkflow as Workflow, SvgWorkflowPencil as WorkflowPencil };
|
|
2469
|
+
export { SvgAccessTimeClock as AccessTime, SvgAdd as Add, SvgAlarmBell as AlarmBell, SvgAngle as Angle, SvgAppWindowCode as AppWindowCode, SvgArrowLeftBack as ArrowBack, SvgChevronLeftBack as ArrowBackIos, SvgArrowCircleDown as ArrowCircleDown, SvgArrowDown as ArrowDownward, SvgArrowRightForward as ArrowForward, SvgArrowTopRight as ArrowTopRight, SvgArrowUp as ArrowUpward, SvgAssignmentCircle as Assignment, SvgBookFlipPageDocumentation as AutoStoriesOutlined, SvgBalanceScale as Balance, SvgBashCircle as Bash, SvgBin as Bin, SvgBlockCircle as Block, SvgBlocked as Blocked, SvgBoxes as Boxes, SvgBoxesGrid as BoxesGrid, SvgBrightnessDotCircleFilled as Brightness1, SvgCalendar as Calendar, SvgMegaphoneCampaignAnnouncement as CampaignOutlined, SvgNetworkSearch as Catalog, SvgChecklist as CheckList, SvgCheckmark as CheckMark, SvgClose as Close, SvgCloseCircle as CloseCircle, SvgCloud as Cloud, SvgCoin as Coin, SvgCompass as Compass, SvgQuestionContactSupportBubble as ContactSupportOutlined, icons_ContentCopy as ContentCopy, SvgScissorsCut as ContentCut, SvgCopyPaste as ContentPaste, SvgCopy as Copy, SvgCredit as Credit, SvgModule as CustomBlocks, SvgDashboard as Dashboard, SvgDataTransferVertical as DataTransferVertical, SvgDottedLines as DottedLines, SvgDownload as Download, SvgExternalLink as ExternalLink, SvgImageResolution as ImageResolution, SvgInformationCircle as InfoOutlined, SvgInformation as Information, SvgInvoice as Invoice, SvgChevronDown as KeyboardArrowDown, SvgChevronLeftBack as KeyboardArrowLeft, SvgChevronRightForward as KeyboardArrowRight, SvgChevronUp as KeyboardArrowUp, SvgLayers as Layers, SvgLibrary as Library, SvgLightbulb as LightbulbOutlined, SvgTag as LocalOfferOutlined, SvgLock as Lock, SvgLogo as Logo, SvgMap as Map, SvgMapPin as MapPin, SvgShop as Marketplace, SvgMegaphone as Megaphone, SvgModuleThree as ModuleThree, SvgMenuThreeDotFilledHorizontal as MoreHoriz, SvgMultipleUsers as MultipleUsers, SvgNotificationError as NotificationError, SvgNotificationInfo as NotificationInfo, SvgNotificationSuccess as NotificationSuccess, SvgNotificationWarning as NotificationWarning, SvgPencil as Pencil, SvgUserSingle as Person, SvgPolygon as Polygon, SvgFolderEmpty1 as Projects, SvgQuestionCircle as QuestionCircle, SvgQuestionMark as QuestionMark, SvgResolution as Resolution, SvgSatellite$1 as Satellite, SvgSave as Save, SvgSearch as Search, SvgServerLock as ServerLock, SvgSettingsVertical as SettingsVertical, SvgShield as Shield, SvgShieldLock as ShieldWithLock, SvgShoppingCart as ShoppingCartOutlined, SvgServer2 as Storage, SvgSupportCircle as Support, SvgSupport as SupportClear, SvgSupportHeadphones as SupportHeadphones, SvgSystem as System, SvgTag as Tag, SvgTarget as Target, SvgTransaction as Transaction, SvgUpgradeShield as UpgradeShield, SvgUpload as Upload, SvgUserCircle as User, SvgViewOff as ViewOff, SvgViewOn as ViewOn, SvgCloseEyeVisibility as VisibilityOffOutlined, SvgOpenEyeVisibility as VisibilityOutlined, SvgWeatherCloud as WeatherCloud, SvgWebhooks as Webhooks, SvgWorkflow as Workflow, SvgWorkflowPencil as WorkflowPencil };
|
|
2470
2470
|
}
|
|
2471
2471
|
|
|
2472
2472
|
declare type IconProps = {
|
|
@@ -2478,6 +2478,253 @@ declare type IconProps = {
|
|
|
2478
2478
|
*/
|
|
2479
2479
|
declare const Icon: ({ name, ...props }: IconProps) => JSX.Element;
|
|
2480
2480
|
|
|
2481
|
+
var _path$2, _path2$2, _path3$2, _path4$2, _path5$2, _path6$2, _path7$2, _path8$2, _circle, _path9$2, _path10$2;
|
|
2482
|
+
function _extends$2() { _extends$2 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
|
|
2483
|
+
var SvgFloppyDisk = function SvgFloppyDisk(props) {
|
|
2484
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2({
|
|
2485
|
+
viewBox: "-2 -2 87 87",
|
|
2486
|
+
fill: "none",
|
|
2487
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
2488
|
+
}, props), _path$2 || (_path$2 = /*#__PURE__*/React.createElement("path", {
|
|
2489
|
+
d: "M0 40a40 40 0 1 0 80 0 40 40 0 0 0-80 0Z",
|
|
2490
|
+
fill: "#E9E9EE"
|
|
2491
|
+
})), _path2$2 || (_path2$2 = /*#__PURE__*/React.createElement("path", {
|
|
2492
|
+
d: "M16.19 27.019a10.6 10.6 0 1 1-3.18 20.96 10.6 10.6 0 0 1 3.18-20.96Z",
|
|
2493
|
+
fill: "#A8AABD",
|
|
2494
|
+
stroke: "#262A59",
|
|
2495
|
+
strokeLinecap: "round",
|
|
2496
|
+
strokeLinejoin: "round"
|
|
2497
|
+
})), _path3$2 || (_path3$2 = /*#__PURE__*/React.createElement("path", {
|
|
2498
|
+
d: "M25.154 37.475a10.555 10.555 0 0 1-1.954 6.123l-.06-.04-2.246.755a.935.935 0 0 1-1.139-.473l-1.41-2.81a.939.939 0 0 1 .061-.947l1.433-2.135a.945.945 0 0 0 .07-.9l-1.665-3.75a.983.983 0 0 0-.443-.464l-3.576-1.786a.939.939 0 0 1-.24-1.5l2.104-2.106.1-.423a10.584 10.584 0 0 1 8.965 10.456Zm-8.994.473a1.3 1.3 0 0 1-.595 1.632l-4.326 2.337a1.31 1.31 0 0 1-1.793-.564l-.564-1.138a1.3 1.3 0 0 1 .08-1.31l1.37-2.065c.144-.214.221-.467.222-.725v-1.46a1.3 1.3 0 0 1 1.616-1.257l1.763.434a1.321 1.321 0 0 1 .9.785l1.326 3.331Z",
|
|
2499
|
+
fill: "#fff",
|
|
2500
|
+
stroke: "#262A59"
|
|
2501
|
+
})), _path4$2 || (_path4$2 = /*#__PURE__*/React.createElement("path", {
|
|
2502
|
+
d: "M34.64 13.892a.363.363 0 0 1 .255-.255l4.8-1.309a.363.363 0 0 0 0-.7l-4.8-1.309a.364.364 0 0 1-.255-.255l-1.31-4.8a.364.364 0 0 0-.7 0l-1.308 4.8a.364.364 0 0 1-.255.255l-4.8 1.31a.363.363 0 0 0 0 .7l4.8 1.309a.364.364 0 0 1 .255.256l1.31 4.8a.363.363 0 0 0 .7 0l1.308-4.802Zm20.508 1.729a2.18 2.18 0 0 1 1.531-1.531l2.083-.568a.364.364 0 0 0 0-.7l-2.083-.568a2.18 2.18 0 0 1-1.53-1.531l-.57-2.085a.365.365 0 0 0-.7 0l-.567 2.083a2.182 2.182 0 0 1-1.532 1.531l-2.082.569a.363.363 0 0 0 0 .7l2.082.568a2.185 2.185 0 0 1 1.532 1.531l.568 2.083a.364.364 0 0 0 .7 0l.568-2.082ZM21.002 64.032a2.184 2.184 0 0 1 1.531-1.534l2.083-.568a.364.364 0 0 0 0-.7l-2.083-.568a2.18 2.18 0 0 1-1.531-1.531l-.563-2.083a.364.364 0 0 0-.7 0l-.568 2.083a2.184 2.184 0 0 1-1.531 1.532l-2.083.568a.364.364 0 0 0 0 .7l2.083.567a2.184 2.184 0 0 1 1.531 1.532l.568 2.082a.363.363 0 0 0 .7 0l.563-2.08Z",
|
|
2503
|
+
fill: "#fff",
|
|
2504
|
+
stroke: "#262A59",
|
|
2505
|
+
strokeLinecap: "round",
|
|
2506
|
+
strokeLinejoin: "round"
|
|
2507
|
+
})), _path5$2 || (_path5$2 = /*#__PURE__*/React.createElement("path", {
|
|
2508
|
+
d: "M31 32.272a7 7 0 0 1 2.093-4.992l.277-.273A7 7 0 0 1 38.277 25H73a7 7 0 0 1 7 7v35a7 7 0 0 1-7 7H38a7 7 0 0 1-7-7V32.272Z",
|
|
2509
|
+
fill: "#fff",
|
|
2510
|
+
stroke: "#262A59"
|
|
2511
|
+
})), _path6$2 || (_path6$2 = /*#__PURE__*/React.createElement("path", {
|
|
2512
|
+
d: "M70.006 37.978V25H40.484v12.978a3 3 0 0 0 3 3h23.522a3 3 0 0 0 3-3Z",
|
|
2513
|
+
fill: "#fff",
|
|
2514
|
+
stroke: "#262A59"
|
|
2515
|
+
})), _path7$2 || (_path7$2 = /*#__PURE__*/React.createElement("path", {
|
|
2516
|
+
d: "M59.962 37.978V25H40.484v12.978a3 3 0 0 0 3 3h13.478a3 3 0 0 0 3-3Z",
|
|
2517
|
+
fill: "#A8AABD",
|
|
2518
|
+
stroke: "#262A59"
|
|
2519
|
+
})), _path8$2 || (_path8$2 = /*#__PURE__*/React.createElement("path", {
|
|
2520
|
+
fill: "#fff",
|
|
2521
|
+
stroke: "#262A59",
|
|
2522
|
+
d: "M43.985 27.587h5.326v10.804h-5.326z"
|
|
2523
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
2524
|
+
cx: 55.575,
|
|
2525
|
+
cy: 53.076,
|
|
2526
|
+
r: 7.228,
|
|
2527
|
+
fill: "#A8AABD",
|
|
2528
|
+
stroke: "#262A59"
|
|
2529
|
+
})), _path9$2 || (_path9$2 = /*#__PURE__*/React.createElement("path", {
|
|
2530
|
+
fill: "#fff",
|
|
2531
|
+
stroke: "#262A59",
|
|
2532
|
+
d: "M52.339 49.895h6.323v6.323h-6.323zm-18.178 11.46h3.952v3.952h-3.952z"
|
|
2533
|
+
})), _path10$2 || (_path10$2 = /*#__PURE__*/React.createElement("path", {
|
|
2534
|
+
d: "M37.696 72.152a5 5 0 0 1 5-5h25.609a5 5 0 0 1 5 5V74H37.696v-1.848Z",
|
|
2535
|
+
fill: "#A8AABD",
|
|
2536
|
+
stroke: "#262A59"
|
|
2537
|
+
})));
|
|
2538
|
+
};
|
|
2539
|
+
|
|
2540
|
+
var _path$1, _path2$1, _path3$1, _path4$1, _path5$1, _path6$1, _path7$1, _path8$1, _path9$1, _path10$1, _path11$1, _path12$1, _path13$1, _path14$1, _path15$1, _path16, _path17, _path18;
|
|
2541
|
+
function _extends$1() { _extends$1 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); }
|
|
2542
|
+
var SvgSatellite = function SvgSatellite(props) {
|
|
2543
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1({
|
|
2544
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2545
|
+
fill: "none",
|
|
2546
|
+
viewBox: "5 5 90 90"
|
|
2547
|
+
}, props), _path$1 || (_path$1 = /*#__PURE__*/React.createElement("path", {
|
|
2548
|
+
fill: "#E9E9EE",
|
|
2549
|
+
d: "M7.56 50a40 40 0 1 0 80 0 40 40 0 0 0-80 0Z"
|
|
2550
|
+
})), _path2$1 || (_path2$1 = /*#__PURE__*/React.createElement("path", {
|
|
2551
|
+
fill: "#A8AABD",
|
|
2552
|
+
d: "M10.863 47.077a10.578 10.578 0 0 0 14.623 9.771 10.578 10.578 0 0 0 3.431-17.25 10.578 10.578 0 0 0-18.054 7.479Z"
|
|
2553
|
+
})), _path3$1 || (_path3$1 = /*#__PURE__*/React.createElement("path", {
|
|
2554
|
+
fill: "#fff",
|
|
2555
|
+
d: "M32.015 47.077a10.555 10.555 0 0 1-1.954 6.123l-.06-.04-2.246.755a.934.934 0 0 1-1.139-.473l-1.41-2.81a.938.938 0 0 1 .061-.947L26.7 47.55a.947.947 0 0 0 .07-.9l-1.665-3.75a.983.983 0 0 0-.443-.464l-3.576-1.786a.94.94 0 0 1-.241-1.5l2.105-2.106.1-.423a10.584 10.584 0 0 1 8.965 10.456Zm-8.995.473a1.3 1.3 0 0 1-.594 1.632L18.1 51.519a1.31 1.31 0 0 1-1.793-.564l-.564-1.138a1.3 1.3 0 0 1 .08-1.31l1.37-2.065c.144-.214.221-.467.222-.725v-1.46A1.299 1.299 0 0 1 19.031 43l1.763.434a1.323 1.323 0 0 1 .9.785l1.326 3.331Z"
|
|
2556
|
+
})), _path4$1 || (_path4$1 = /*#__PURE__*/React.createElement("path", {
|
|
2557
|
+
stroke: "#262A59",
|
|
2558
|
+
strokeLinecap: "round",
|
|
2559
|
+
strokeLinejoin: "round",
|
|
2560
|
+
d: "M23.051 36.621a10.6 10.6 0 1 1-3.181 20.96 10.6 10.6 0 0 1 3.181-20.96v0Z"
|
|
2561
|
+
})), _path5$1 || (_path5$1 = /*#__PURE__*/React.createElement("path", {
|
|
2562
|
+
stroke: "#262A59",
|
|
2563
|
+
strokeLinecap: "round",
|
|
2564
|
+
strokeLinejoin: "round",
|
|
2565
|
+
d: "M17.41 45.717v-1.46A1.3 1.3 0 0 1 19.031 43l1.763.434a1.321 1.321 0 0 1 .9.785l1.326 3.331a1.3 1.3 0 0 1-.594 1.632L18.1 51.519a1.31 1.31 0 0 1-1.793-.564l-.564-1.138a1.3 1.3 0 0 1 .08-1.31l1.37-2.065c.142-.215.218-.467.217-.725v0Zm5.54-8.673-2.105 2.106a.94.94 0 0 0 .241 1.5l3.576 1.783c.195.1.351.264.443.464l1.662 3.757a.947.947 0 0 1-.07.9l-1.43 2.136a.938.938 0 0 0-.061.947l1.41 2.81a.935.935 0 0 0 1.139.473L30 53.161"
|
|
2566
|
+
})), _path6$1 || (_path6$1 = /*#__PURE__*/React.createElement("path", {
|
|
2567
|
+
fill: "#fff",
|
|
2568
|
+
stroke: "#262A59",
|
|
2569
|
+
strokeLinecap: "round",
|
|
2570
|
+
strokeLinejoin: "round",
|
|
2571
|
+
d: "M41.5 23.494a.363.363 0 0 1 .255-.255l4.8-1.309a.363.363 0 0 0 0-.7l-4.8-1.309a.364.364 0 0 1-.255-.255l-1.309-4.8a.363.363 0 0 0-.7 0l-1.309 4.8a.364.364 0 0 1-.255.255l-4.8 1.31a.363.363 0 0 0 0 .7l4.8 1.309a.364.364 0 0 1 .255.256l1.31 4.8a.363.363 0 0 0 .7 0l1.308-4.802Zm20.509 1.729a2.18 2.18 0 0 1 1.531-1.531l2.083-.568a.363.363 0 0 0 0-.7l-2.083-.568a2.18 2.18 0 0 1-1.531-1.531l-.569-2.085a.363.363 0 0 0-.7 0l-.567 2.083a2.182 2.182 0 0 1-1.532 1.531l-2.082.569a.362.362 0 0 0 0 .7l2.082.568a2.184 2.184 0 0 1 1.532 1.531l.568 2.083a.363.363 0 0 0 .7 0l.568-2.082ZM27.863 73.634a2.184 2.184 0 0 1 1.531-1.534l2.083-.568a.363.363 0 0 0 0-.7l-2.083-.568a2.18 2.18 0 0 1-1.531-1.531L27.3 66.65a.363.363 0 0 0-.7 0l-.568 2.083a2.184 2.184 0 0 1-1.531 1.532l-2.083.568a.363.363 0 0 0 0 .7l2.083.567a2.184 2.184 0 0 1 1.531 1.532l.568 2.082a.362.362 0 0 0 .7 0l.563-2.08Z"
|
|
2572
|
+
})), _path7$1 || (_path7$1 = /*#__PURE__*/React.createElement("path", {
|
|
2573
|
+
fill: "#A8AABD",
|
|
2574
|
+
d: "m74.2 40.391 6.859 6.859c.145.144.27.307.374.483l2.2-2.2a2.426 2.426 0 0 0 0-3.43l-4.286-4.286a2.426 2.426 0 0 0-3.43 0l-2.2 2.2c.176.104.338.23.483.374Z"
|
|
2575
|
+
})), _path8$1 || (_path8$1 = /*#__PURE__*/React.createElement("path", {
|
|
2576
|
+
stroke: "#262A59",
|
|
2577
|
+
strokeLinecap: "round",
|
|
2578
|
+
strokeLinejoin: "round",
|
|
2579
|
+
d: "m74.2 40.391 6.859 6.859c.145.144.27.307.374.483l2.2-2.2a2.426 2.426 0 0 0 0-3.43l-4.286-4.286a2.426 2.426 0 0 0-3.43 0l-2.2 2.2c.176.104.338.23.483.374v0Z"
|
|
2580
|
+
})), _path9$1 || (_path9$1 = /*#__PURE__*/React.createElement("path", {
|
|
2581
|
+
fill: "#fff",
|
|
2582
|
+
d: "m73.7 58.038 7.359-7.359a2.424 2.424 0 0 0 0-3.429L74.2 40.391a2.424 2.424 0 0 0-3.429 0l-7.362 7.359a1.212 1.212 0 0 0-.355.857v1.567c0 .322-.128.63-.355.858l-1.006 1.006a1.214 1.214 0 0 1-.853.355l-1.564.006c-.32.001-.626.129-.852.354l-7.369 7.354a2.424 2.424 0 0 0 0 3.432l6.855 6.855a2.422 2.422 0 0 0 3.431 0l7.354-7.369a1.21 1.21 0 0 0 .355-.852l.006-1.564c0-.32.129-.627.355-.853l1.006-1.006a1.21 1.21 0 0 1 .857-.355h1.566a1.211 1.211 0 0 0 .86-.357Z"
|
|
2583
|
+
})), _path10$1 || (_path10$1 = /*#__PURE__*/React.createElement("path", {
|
|
2584
|
+
stroke: "#262A59",
|
|
2585
|
+
strokeLinecap: "round",
|
|
2586
|
+
strokeLinejoin: "round",
|
|
2587
|
+
d: "m73.7 58.038 7.359-7.359a2.424 2.424 0 0 0 0-3.429L74.2 40.391a2.424 2.424 0 0 0-3.429 0l-7.362 7.359a1.212 1.212 0 0 0-.355.857v1.567c0 .322-.128.63-.355.858l-1.006 1.006a1.214 1.214 0 0 1-.853.355l-1.564.006c-.32.001-.626.129-.852.354l-7.369 7.354a2.424 2.424 0 0 0 0 3.432l6.855 6.855a2.422 2.422 0 0 0 3.431 0l7.354-7.369a1.21 1.21 0 0 0 .355-.852l.006-1.564c0-.32.129-.627.355-.853l1.006-1.006a1.21 1.21 0 0 1 .857-.355h1.566a1.211 1.211 0 0 0 .86-.357Z"
|
|
2588
|
+
})), _path11$1 || (_path11$1 = /*#__PURE__*/React.createElement("path", {
|
|
2589
|
+
fill: "#fff",
|
|
2590
|
+
d: "M53.231 81.79a8.94 8.94 0 0 0-.894-11.823l-.857-.857a8.94 8.94 0 0 0-11.823-.894 1.208 1.208 0 0 0-.111 1.82L51.411 81.9a1.21 1.21 0 0 0 1.82-.11Z"
|
|
2591
|
+
})), _path12$1 || (_path12$1 = /*#__PURE__*/React.createElement("path", {
|
|
2592
|
+
stroke: "#262A59",
|
|
2593
|
+
strokeLinecap: "round",
|
|
2594
|
+
strokeLinejoin: "round",
|
|
2595
|
+
d: "M53.231 81.79a8.94 8.94 0 0 0-.894-11.823l-.857-.857a8.94 8.94 0 0 0-11.823-.894 1.208 1.208 0 0 0-.111 1.82L51.411 81.9a1.21 1.21 0 0 0 1.82-.11v0Zm-7.753-5.822-2.572 2.572m21.863-24.434 2.572 2.572"
|
|
2596
|
+
})), _path13$1 || (_path13$1 = /*#__PURE__*/React.createElement("path", {
|
|
2597
|
+
fill: "#A8AABD",
|
|
2598
|
+
stroke: "#262A59",
|
|
2599
|
+
strokeLinecap: "round",
|
|
2600
|
+
strokeLinejoin: "round",
|
|
2601
|
+
d: "m39.906 38.674 9.43-9.431 14.147 14.146-9.43 9.431-14.147-14.146Z"
|
|
2602
|
+
})), _path14$1 || (_path14$1 = /*#__PURE__*/React.createElement("path", {
|
|
2603
|
+
stroke: "#262A59",
|
|
2604
|
+
strokeLinecap: "round",
|
|
2605
|
+
strokeLinejoin: "round",
|
|
2606
|
+
d: "m44.621 33.958 14.146 14.147m0-9.431-9.43 9.431m4.715-14.147-9.431 9.431"
|
|
2607
|
+
})), _path15$1 || (_path15$1 = /*#__PURE__*/React.createElement("path", {
|
|
2608
|
+
fill: "#A8AABD",
|
|
2609
|
+
d: "M52.337 69.967a3.03 3.03 0 0 0 4.287 0l.429-.429-5.144-5.144-.429.429a3.03 3.03 0 0 0 0 4.287l.857.857Z"
|
|
2610
|
+
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
2611
|
+
stroke: "#262A59",
|
|
2612
|
+
strokeLinecap: "round",
|
|
2613
|
+
strokeLinejoin: "round",
|
|
2614
|
+
d: "M52.337 69.967a3.03 3.03 0 0 0 4.287 0l.429-.429-5.144-5.144-.429.429a3.03 3.03 0 0 0 0 4.287l.857.857ZM64.34 46.819l-2.143-2.144m-4.716 9.002-2.143-2.143"
|
|
2615
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
2616
|
+
fill: "#A8AABD",
|
|
2617
|
+
stroke: "#262A59",
|
|
2618
|
+
strokeLinecap: "round",
|
|
2619
|
+
strokeLinejoin: "round",
|
|
2620
|
+
d: "m68.628 67.395 9.43-9.431L92.205 72.11l-9.431 9.431-14.146-14.146Z"
|
|
2621
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
2622
|
+
stroke: "#262A59",
|
|
2623
|
+
strokeLinecap: "round",
|
|
2624
|
+
strokeLinejoin: "round",
|
|
2625
|
+
d: "M87.488 76.826 73.342 62.679m9.431 0-9.431 9.431m14.146-4.715-9.43 9.431m-3.43-19.719 2.144 2.143m-9.003 4.716 2.144 2.143"
|
|
2626
|
+
})));
|
|
2627
|
+
};
|
|
2628
|
+
|
|
2629
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15;
|
|
2630
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2631
|
+
var SvgRocketFixing = function SvgRocketFixing(props) {
|
|
2632
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2633
|
+
viewBox: "0 0 100 100",
|
|
2634
|
+
fill: "none",
|
|
2635
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
2636
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
2637
|
+
d: "M1.735 53.557c0 33.703 36.484 54.768 65.672 37.916a43.781 43.781 0 0 0 21.89-37.916c0-33.703-36.484-54.767-65.671-37.916A43.781 43.781 0 0 0 1.735 53.557Z",
|
|
2638
|
+
fill: "#E9E9EE"
|
|
2639
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
2640
|
+
d: "M19.912 80.597c0 1.446 13.576 2.35 24.437 1.627 5.04-.335 8.145-.956 8.145-1.627 0-1.447-13.576-2.351-24.437-1.628-5.04.336-8.145.956-8.145 1.628Z",
|
|
2641
|
+
fill: "#A8AABD"
|
|
2642
|
+
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
2643
|
+
d: "M70.967 38.025a1.022 1.022 0 0 1-.312-1.963l9.185-3.813c.61-.252 1.294.13 1.4.78l.744 4.589a1.021 1.021 0 0 1-1.088 1.182l-9.93-.775ZM61.806 29.463a1.022 1.022 0 0 1-1.962.312L56.03 20.59c-.252-.61.13-1.294.78-1.4l4.59-.744a1.021 1.021 0 0 1 1.181 1.088l-.776 9.93ZM67.858 31.85a1.021 1.021 0 0 1-1.606-1.168l5.336-12.916a1.022 1.022 0 0 1 1.541-.438l5.298 3.82c.537.386.57 1.174.067 1.605l-10.636 9.096ZM24.796 53.347l-.898 1.041a21.828 21.828 0 0 0-4.078 21.4c.52 1.5 1.116 3.175 1.8 5.052a.438.438 0 0 0 .816-.167l.716-6.974a11.621 11.621 0 0 1 4.8-8.266l-3.156-12.086Z",
|
|
2644
|
+
fill: "#A8AABD",
|
|
2645
|
+
stroke: "#262A59",
|
|
2646
|
+
strokeWidth: 1.5,
|
|
2647
|
+
strokeLinecap: "round",
|
|
2648
|
+
strokeLinejoin: "round"
|
|
2649
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
2650
|
+
d: "m47.474 53.32.734.816a21.83 21.83 0 0 1 4.523 21.312c-.49 1.51-1.051 3.198-1.695 5.088a.438.438 0 0 1-.82-.15l-.861-6.959a11.62 11.62 0 0 0-5.431-8.466",
|
|
2651
|
+
fill: "#A8AABD"
|
|
2652
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
2653
|
+
d: "m47.474 53.32.734.816a21.83 21.83 0 0 1 4.523 21.312c-.49 1.51-1.051 3.198-1.695 5.088a.438.438 0 0 1-.82-.15l-.861-6.959a11.62 11.62 0 0 0-5.431-8.466",
|
|
2654
|
+
stroke: "#262A59",
|
|
2655
|
+
strokeWidth: 1.5,
|
|
2656
|
+
strokeLinecap: "round",
|
|
2657
|
+
strokeLinejoin: "round"
|
|
2658
|
+
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
2659
|
+
d: "M35.081 3.4a33.87 33.87 0 0 0-13.11 29.066l4.172 32.42a.425.425 0 0 0 .43.33l9.588-.1 9.588-.1a.425.425 0 0 0 .423-.34l3.721-32.508a33.869 33.869 0 0 0-13.708-28.78.916.916 0 0 0-1.104.011Z",
|
|
2660
|
+
fill: "#fff"
|
|
2661
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
2662
|
+
d: "M23.904 18.69a21.732 21.732 0 0 0 23.773-.249A34.972 34.972 0 0 0 36.185 3.388a.916.916 0 0 0-1.104.011 34.974 34.974 0 0 0-11.177 15.292",
|
|
2663
|
+
fill: "#A8AABD"
|
|
2664
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
2665
|
+
d: "M35.081 3.4a33.87 33.87 0 0 0-13.11 29.066l4.172 32.42a.425.425 0 0 0 .43.33l9.588-.1 9.588-.1a.425.425 0 0 0 .423-.34l3.721-32.508a33.869 33.869 0 0 0-13.708-28.78.916.916 0 0 0-1.104.011Z",
|
|
2666
|
+
stroke: "#262A59",
|
|
2667
|
+
strokeWidth: 1.5,
|
|
2668
|
+
strokeLinecap: "round",
|
|
2669
|
+
strokeLinejoin: "round"
|
|
2670
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
2671
|
+
d: "M35.83 80.535a2.383 2.383 0 0 1-.142-.59l-.286-1.953c-.703-4.783-1.406-9.568-2.217-14.333a10.802 10.802 0 0 1-.133-4.54 3.612 3.612 0 0 1 3.155-2.857 3.62 3.62 0 0 1 3.204 2.846c.291 1.513.262 3.07-.087 4.572-.832 5.334-1.423 10.703-2.14 16.054-.066.497-.437 1.9-1.203 1.051a.907.907 0 0 1-.15-.25Z",
|
|
2672
|
+
fill: "#A8AABD",
|
|
2673
|
+
stroke: "#262A59",
|
|
2674
|
+
strokeWidth: 1.5,
|
|
2675
|
+
strokeLinecap: "round",
|
|
2676
|
+
strokeLinejoin: "round"
|
|
2677
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
2678
|
+
d: "M23.904 18.69a21.732 21.732 0 0 0 23.773-.249A34.972 34.972 0 0 0 36.185 3.388a.916.916 0 0 0-1.104.011 34.974 34.974 0 0 0-11.177 15.292",
|
|
2679
|
+
stroke: "#262A59",
|
|
2680
|
+
strokeWidth: 1.5,
|
|
2681
|
+
strokeLinecap: "round",
|
|
2682
|
+
strokeLinejoin: "round"
|
|
2683
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
2684
|
+
d: "M28.605 40.185c0 5.664 6.131 9.204 11.036 6.372a7.357 7.357 0 0 0 3.679-6.372c0-5.663-6.132-9.203-11.037-6.371a7.357 7.357 0 0 0-3.678 6.371Z",
|
|
2685
|
+
fill: "#A8AABD",
|
|
2686
|
+
stroke: "#262A59",
|
|
2687
|
+
strokeWidth: 1.5,
|
|
2688
|
+
strokeLinecap: "round",
|
|
2689
|
+
strokeLinejoin: "round"
|
|
2690
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
2691
|
+
d: "M31.602 40.185c-.006 3.357 3.625 5.46 6.535 3.787a4.36 4.36 0 0 0 2.186-3.787c.005-3.356-3.626-5.46-6.535-3.786a4.36 4.36 0 0 0-2.186 3.786Z",
|
|
2692
|
+
fill: "#A8AABD"
|
|
2693
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
2694
|
+
d: "M31.602 40.185c-.006 3.357 3.625 5.46 6.535 3.787a4.36 4.36 0 0 0 2.186-3.787c.005-3.356-3.626-5.46-6.535-3.786a4.36 4.36 0 0 0-2.186 3.786Z",
|
|
2695
|
+
stroke: "#262A59",
|
|
2696
|
+
strokeWidth: 1.5,
|
|
2697
|
+
strokeLinecap: "round",
|
|
2698
|
+
strokeLinejoin: "round"
|
|
2699
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
2700
|
+
d: "M97.531 62.314a4.69 4.69 0 0 1-5.814 3.208l-28.723-8.273a12.537 12.537 0 0 1-13.334 4.298 12.213 12.213 0 0 1-3.846-1.88 10.4 10.4 0 0 1-1.002-.801 12.552 12.552 0 0 1-3.547-5.326 1.566 1.566 0 0 1 1.917-2.005l2.832.814 1.095.313 3.358.965c.395.113.82.063 1.178-.138l3.872-2.143a1.555 1.555 0 0 0 .614-2.13l-2.143-3.885a1.526 1.526 0 0 0-.927-.74l-4.248-1.227.589-3.233c.063-.876.076-1.752.076-2.62 7.541-2.273 15.292 2.87 16.128 10.703l28.71 8.283a4.686 4.686 0 0 1 3.215 5.817Z",
|
|
2701
|
+
fill: "#fff",
|
|
2702
|
+
stroke: "#262A59",
|
|
2703
|
+
strokeWidth: 1.5,
|
|
2704
|
+
strokeLinecap: "round",
|
|
2705
|
+
strokeLinejoin: "round"
|
|
2706
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
2707
|
+
d: "M93.013 59.912a1.095 1.095 0 1 0 .957.566 1.094 1.094 0 0 0-.96-.566h.003Z",
|
|
2708
|
+
fill: "#262A59"
|
|
2709
|
+
})));
|
|
2710
|
+
};
|
|
2711
|
+
|
|
2712
|
+
// Custom SVG
|
|
2713
|
+
|
|
2714
|
+
declare namespace illustrations {
|
|
2715
|
+
export { SvgFloppyDisk as FloppyDisk, SvgRocketFixing as RocketFixing, SvgSatellite as Satellite };
|
|
2716
|
+
}
|
|
2717
|
+
|
|
2718
|
+
declare type IllustrationProps = {
|
|
2719
|
+
name: keyof typeof illustrations;
|
|
2720
|
+
size?: SvgIconProps['width'];
|
|
2721
|
+
} & Omit<SvgIconProps, 'children' | 'inheritViewBox' | 'shapeRendering' | 'viewBox' | 'fontSize'>;
|
|
2722
|
+
/**
|
|
2723
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-display-illustrations--docs
|
|
2724
|
+
* Illustrations: https://up-components.up42.com/?path=/docs/illustrations--docs
|
|
2725
|
+
*/
|
|
2726
|
+
declare function Illustration({ name, size, sx, ...props }: IllustrationProps): JSX.Element;
|
|
2727
|
+
|
|
2481
2728
|
declare type BadgeProps = MUIGlobalOmit<BadgeProps$1>;
|
|
2482
2729
|
/**
|
|
2483
2730
|
* Documentation: https://up-components.up42.com/?path=/docs/data-display-badge--docs
|
|
@@ -2697,6 +2944,15 @@ declare const useRemotePagination: (fetchingHook: ({ params }: {
|
|
|
2697
2944
|
[paramName: string]: string;
|
|
2698
2945
|
} | undefined) => UseRemotePaginationResponse;
|
|
2699
2946
|
|
|
2947
|
+
/**
|
|
2948
|
+
* useDebounce is a generic React Hook that returns a debounced version of a given value.
|
|
2949
|
+
* @param {T} value - The value to debounce.
|
|
2950
|
+
* @param {number} [delay=500] - The debouncing delay in milliseconds.
|
|
2951
|
+
* @returns {T} The debounced value.
|
|
2952
|
+
* Documentation: https://up-components.up42.com/?path=/docs/utils--docs#usedebounce
|
|
2953
|
+
*/
|
|
2954
|
+
declare const useDebounce: <T>(value: T, delay?: number) => T;
|
|
2955
|
+
|
|
2700
2956
|
declare type CreateAlertProps = {
|
|
2701
2957
|
title?: string;
|
|
2702
2958
|
message: string | ElementType;
|
|
@@ -2721,4 +2977,4 @@ declare type ContextState = {
|
|
|
2721
2977
|
*/
|
|
2722
2978
|
declare const useAlert: () => ContextState;
|
|
2723
2979
|
|
|
2724
|
-
export { Alert, type AlertProps, Avatar, type AvatarProps, Badge, type BadgeProps, Banner, type BannerProps, Box, type BoxProps, Button, type ButtonProps, Checkbox, type CheckboxProps, CodeInline, type CodeInlineProps, CodeSnippet, type CodeSnippetItemProps, type CodeSnippetProps, ContactBox, type ContactBoxProps, ControlButton, type ControlButtonProps, CopyButton, type CopyButtonProps, type CreateAlertProps, DataGrid, type DataGridProps, type DatePickerDateType, DateTime, type DateTimeProps, Divider, type DividerProps, DocumentationPopover, type DocumentationPopoverProps, EmptyState, type EmptyStateProps, FormCheckbox, type FormCheckboxProps, FormDatePicker, type FormDatePickerProps, FormDateRangePicker, type FormDateRangePickerProps, FormInput, type FormInputProps, FormRadio, type FormRadioProps, FormSelect, type FormSelectProps, FormSwitch, type FormSwitchProps, GridContainer, type GridContainerProps, GridItem, type GridItemProps, Icon, type IconProps, InfoCard, type InfoCardProps, InfoModal, type InfoModalProps, InfoPopover, type InfoPopoverProps, Input, type InputProps, Link, type LinkProps, Loading, type LoadingProps, Menu, MenuItem, type MenuItemProps, type MenuProps, Modal, type ModalProps, NotFound, type NotFoundProps, PageContainer, type PageContainerProps, PageHeader, type PageHeaderProps, type PaginatedResponse, Popover, type PopoverProps, Radio, type RadioProps, Select, type SelectProps, Slider, type SliderProps, Switch, type SwitchProps, Tab, TabGroup, type TabGroupProps, type TabProps, Table, TableBody, type TableBodyProps, TableCell, type TableCellProps, TableContainer, type TableContainerProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TablePagination, type TablePaginationProps, type TableProps, TableRow, type TableRowProps, TableSortLabel, type TableSortLabelProps, Tabs, type TabsProps, Tag, type TagProps, Tooltip, type TooltipProps, Typography, type TypographyProps, UpComponentsProvider, capitalize, copyToClipboard, formatDate, formatFileSize, formatNumber, theme, useAlert, useQueryParams, useRemotePagination };
|
|
2980
|
+
export { Alert, type AlertProps, Avatar, type AvatarProps, Badge, type BadgeProps, Banner, type BannerProps, Box, type BoxProps, Button, type ButtonProps, Checkbox, type CheckboxProps, CodeInline, type CodeInlineProps, CodeSnippet, type CodeSnippetItemProps, type CodeSnippetProps, ContactBox, type ContactBoxProps, ControlButton, type ControlButtonProps, CopyButton, type CopyButtonProps, type CreateAlertProps, DataGrid, type DataGridProps, type DatePickerDateType, DateTime, type DateTimeProps, Divider, type DividerProps, DocumentationPopover, type DocumentationPopoverProps, EmptyState, type EmptyStateProps, FormCheckbox, type FormCheckboxProps, FormDatePicker, type FormDatePickerProps, FormDateRangePicker, type FormDateRangePickerProps, FormInput, type FormInputProps, FormRadio, type FormRadioProps, FormSelect, type FormSelectProps, FormSwitch, type FormSwitchProps, GridContainer, type GridContainerProps, GridItem, type GridItemProps, Icon, type IconProps, Illustration, type IllustrationProps, InfoCard, type InfoCardProps, InfoModal, type InfoModalProps, InfoPopover, type InfoPopoverProps, Input, type InputProps, Link, type LinkProps, Loading, type LoadingProps, Menu, MenuItem, type MenuItemProps, type MenuProps, Modal, type ModalProps, NotFound, type NotFoundProps, PageContainer, type PageContainerProps, PageHeader, type PageHeaderProps, type PaginatedResponse, Popover, type PopoverProps, Radio, type RadioProps, Select, type SelectProps, Slider, type SliderProps, Switch, type SwitchProps, Tab, TabGroup, type TabGroupProps, type TabProps, Table, TableBody, type TableBodyProps, TableCell, type TableCellProps, TableContainer, type TableContainerProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TablePagination, type TablePaginationProps, type TableProps, TableRow, type TableRowProps, TableSortLabel, type TableSortLabelProps, Tabs, type TabsProps, Tag, type TagProps, Tooltip, type TooltipProps, Typography, type TypographyProps, UpComponentsProvider, capitalize, copyToClipboard, formatDate, formatFileSize, formatNumber, theme, useAlert, useDebounce, useQueryParams, useRemotePagination };
|