@carbon/icons-react 11.40.0-rc.0 → 11.40.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/es/CircleOutline.d.ts +11 -0
- package/es/CircleOutline.js +39 -0
- package/es/DiamondOutline.d.ts +11 -0
- package/es/DiamondOutline.js +39 -0
- package/es/DiamondSolid.d.ts +11 -0
- package/es/DiamondSolid.js +39 -0
- package/es/HexagonOutline.d.ts +11 -0
- package/es/HexagonOutline.js +39 -0
- package/es/HexagonSolid.d.ts +11 -0
- package/es/HexagonSolid.js +39 -0
- package/es/HexagonVerticalOutline.d.ts +11 -0
- package/es/HexagonVerticalOutline.js +39 -0
- package/es/HexagonVerticalSolid.d.ts +11 -0
- package/es/HexagonVerticalSolid.js +39 -0
- package/es/PentagonDownOutline.d.ts +11 -0
- package/es/PentagonDownOutline.js +39 -0
- package/es/PentagonDownSolid.d.ts +11 -0
- package/es/PentagonDownSolid.js +39 -0
- package/es/PentagonLeftOutline.d.ts +11 -0
- package/es/PentagonLeftOutline.js +39 -0
- package/es/PentagonLeftSolid.d.ts +11 -0
- package/es/PentagonLeftSolid.js +39 -0
- package/es/PentagonOutline.d.ts +11 -0
- package/es/PentagonOutline.js +39 -0
- package/es/PentagonRightOutline.d.ts +11 -0
- package/es/PentagonRightOutline.js +39 -0
- package/es/PentagonRightSolid.d.ts +11 -0
- package/es/PentagonRightSolid.js +39 -0
- package/es/PentagonSolid.d.ts +11 -0
- package/es/PentagonSolid.js +39 -0
- package/es/SquareOutline.d.ts +11 -0
- package/es/SquareOutline.js +39 -0
- package/es/SquareSolid.d.ts +11 -0
- package/es/SquareSolid.js +35 -0
- package/es/TriangleDownOutline.d.ts +11 -0
- package/es/TriangleDownOutline.js +39 -0
- package/es/TriangleDownSolid.d.ts +11 -0
- package/es/TriangleDownSolid.js +39 -0
- package/es/TriangleLeftOutline.d.ts +11 -0
- package/es/TriangleLeftOutline.js +39 -0
- package/es/TriangleLeftSolid.d.ts +11 -0
- package/es/TriangleLeftSolid.js +39 -0
- package/es/TriangleOutline.d.ts +11 -0
- package/es/TriangleOutline.js +39 -0
- package/es/TriangleRightOutline.d.ts +11 -0
- package/es/TriangleRightOutline.js +39 -0
- package/es/TriangleRightSolid.d.ts +11 -0
- package/es/TriangleRightSolid.js +39 -0
- package/es/TriangleSolid.d.ts +11 -0
- package/es/TriangleSolid.js +39 -0
- package/es/generated/bucket-10.d.ts +8 -8
- package/es/generated/bucket-10.js +608 -595
- package/es/generated/bucket-11.d.ts +16 -16
- package/es/generated/bucket-11.js +642 -648
- package/es/generated/bucket-12.d.ts +16 -16
- package/es/generated/bucket-12.js +857 -850
- package/es/generated/bucket-13.d.ts +16 -16
- package/es/generated/bucket-13.js +799 -798
- package/es/generated/bucket-14.d.ts +18 -18
- package/es/generated/bucket-14.js +923 -937
- package/es/generated/bucket-15.d.ts +18 -18
- package/es/generated/bucket-15.js +733 -738
- package/es/generated/bucket-16.d.ts +26 -26
- package/es/generated/bucket-16.js +762 -799
- package/es/generated/bucket-17.d.ts +26 -2
- package/es/generated/bucket-17.js +1030 -450
- package/es/generated/bucket-18.d.ts +11 -0
- package/es/generated/bucket-18.js +38 -0
- package/es/generated/bucket-3.d.ts +2 -2
- package/es/generated/bucket-3.js +438 -437
- package/es/generated/bucket-4.d.ts +4 -4
- package/es/generated/bucket-4.js +495 -501
- package/es/generated/bucket-5.d.ts +4 -4
- package/es/generated/bucket-5.js +527 -519
- package/es/generated/bucket-6.d.ts +4 -4
- package/es/generated/bucket-6.js +512 -538
- package/es/generated/bucket-7.d.ts +8 -8
- package/es/generated/bucket-7.js +697 -694
- package/es/generated/bucket-8.d.ts +8 -8
- package/es/generated/bucket-8.js +685 -682
- package/es/generated/bucket-9.d.ts +8 -8
- package/es/generated/bucket-9.js +593 -590
- package/es/index.d.ts +1 -0
- package/es/index.js +16 -15
- package/lib/CircleOutline.d.ts +11 -0
- package/lib/CircleOutline.js +45 -0
- package/lib/DiamondOutline.d.ts +11 -0
- package/lib/DiamondOutline.js +45 -0
- package/lib/DiamondSolid.d.ts +11 -0
- package/lib/DiamondSolid.js +45 -0
- package/lib/HexagonOutline.d.ts +11 -0
- package/lib/HexagonOutline.js +45 -0
- package/lib/HexagonSolid.d.ts +11 -0
- package/lib/HexagonSolid.js +45 -0
- package/lib/HexagonVerticalOutline.d.ts +11 -0
- package/lib/HexagonVerticalOutline.js +45 -0
- package/lib/HexagonVerticalSolid.d.ts +11 -0
- package/lib/HexagonVerticalSolid.js +45 -0
- package/lib/PentagonDownOutline.d.ts +11 -0
- package/lib/PentagonDownOutline.js +45 -0
- package/lib/PentagonDownSolid.d.ts +11 -0
- package/lib/PentagonDownSolid.js +45 -0
- package/lib/PentagonLeftOutline.d.ts +11 -0
- package/lib/PentagonLeftOutline.js +45 -0
- package/lib/PentagonLeftSolid.d.ts +11 -0
- package/lib/PentagonLeftSolid.js +45 -0
- package/lib/PentagonOutline.d.ts +11 -0
- package/lib/PentagonOutline.js +45 -0
- package/lib/PentagonRightOutline.d.ts +11 -0
- package/lib/PentagonRightOutline.js +45 -0
- package/lib/PentagonRightSolid.d.ts +11 -0
- package/lib/PentagonRightSolid.js +45 -0
- package/lib/PentagonSolid.d.ts +11 -0
- package/lib/PentagonSolid.js +45 -0
- package/lib/SquareOutline.d.ts +11 -0
- package/lib/SquareOutline.js +45 -0
- package/lib/SquareSolid.d.ts +11 -0
- package/lib/SquareSolid.js +41 -0
- package/lib/TriangleDownOutline.d.ts +11 -0
- package/lib/TriangleDownOutline.js +45 -0
- package/lib/TriangleDownSolid.d.ts +11 -0
- package/lib/TriangleDownSolid.js +45 -0
- package/lib/TriangleLeftOutline.d.ts +11 -0
- package/lib/TriangleLeftOutline.js +45 -0
- package/lib/TriangleLeftSolid.d.ts +11 -0
- package/lib/TriangleLeftSolid.js +45 -0
- package/lib/TriangleOutline.d.ts +11 -0
- package/lib/TriangleOutline.js +45 -0
- package/lib/TriangleRightOutline.d.ts +11 -0
- package/lib/TriangleRightOutline.js +45 -0
- package/lib/TriangleRightSolid.d.ts +11 -0
- package/lib/TriangleRightSolid.js +45 -0
- package/lib/TriangleSolid.d.ts +11 -0
- package/lib/TriangleSolid.js +45 -0
- package/lib/generated/bucket-10.d.ts +8 -8
- package/lib/generated/bucket-10.js +614 -601
- package/lib/generated/bucket-11.d.ts +16 -16
- package/lib/generated/bucket-11.js +656 -662
- package/lib/generated/bucket-12.d.ts +16 -16
- package/lib/generated/bucket-12.js +871 -864
- package/lib/generated/bucket-13.d.ts +16 -16
- package/lib/generated/bucket-13.js +813 -812
- package/lib/generated/bucket-14.d.ts +18 -18
- package/lib/generated/bucket-14.js +939 -953
- package/lib/generated/bucket-15.d.ts +18 -18
- package/lib/generated/bucket-15.js +749 -754
- package/lib/generated/bucket-16.d.ts +26 -26
- package/lib/generated/bucket-16.js +786 -823
- package/lib/generated/bucket-17.d.ts +26 -2
- package/lib/generated/bucket-17.js +1054 -450
- package/lib/generated/bucket-18.d.ts +11 -0
- package/lib/generated/bucket-18.js +46 -0
- package/lib/generated/bucket-3.d.ts +2 -2
- package/lib/generated/bucket-3.js +438 -437
- package/lib/generated/bucket-4.d.ts +4 -4
- package/lib/generated/bucket-4.js +497 -503
- package/lib/generated/bucket-5.d.ts +4 -4
- package/lib/generated/bucket-5.js +529 -521
- package/lib/generated/bucket-6.d.ts +4 -4
- package/lib/generated/bucket-6.js +514 -540
- package/lib/generated/bucket-7.d.ts +8 -8
- package/lib/generated/bucket-7.js +703 -700
- package/lib/generated/bucket-8.d.ts +8 -8
- package/lib/generated/bucket-8.js +691 -688
- package/lib/generated/bucket-9.d.ts +8 -8
- package/lib/generated/bucket-9.js +599 -596
- package/lib/index.d.ts +1 -0
- package/lib/index.js +169 -143
- package/package.json +4 -4
|
@@ -12,8 +12,8 @@ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
|
12
12
|
import '@carbon/icon-helpers';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
|
|
15
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7,
|
|
16
|
-
const
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _circle, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _switch, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _circle2, _circle3, _circle4, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _circle5, _path142, _circle6, _path143, _path144, _circle7, _path145, _path146, _path147, _path148, _path149, _circle8, _circle9, _circle10, _circle11, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _circle12, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _circle13, _circle14, _path176, _circle15, _circle16, _path177, _path178, _circle17, _circle18, _path179, _path180, _circle19, _circle20, _path181, _path182, _circle21, _circle22, _path183, _path184, _circle23, _circle24, _path185, _path186, _circle25, _circle26, _path187, _path188, _path189, _path190, _path191;
|
|
16
|
+
const Rewind_5 = /*#__PURE__*/React.forwardRef(function Rewind_5(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
19
19
|
size = 16,
|
|
@@ -28,13 +28,15 @@ const RotateClockwiseFilled = /*#__PURE__*/React.forwardRef(function RotateClock
|
|
|
28
28
|
fill: "currentColor",
|
|
29
29
|
...rest
|
|
30
30
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
d: "
|
|
31
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
32
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M18.58,15.58H15.13L15,18.15H15a4.83,4.83,0,0,1,.26-.45,1.59,1.59,0,0,1,.33-.35,1.53,1.53,0,0,1,.44-.23,2,2,0,0,1,.6-.08,2.54,2.54,0,0,1,.92.16,2.06,2.06,0,0,1,.74.48,2.28,2.28,0,0,1,.5.77,2.73,2.73,0,0,1,.18,1,2.87,2.87,0,0,1-.19,1.07,2.36,2.36,0,0,1-.55.84,2.44,2.44,0,0,1-.89.55,3.23,3.23,0,0,1-1.21.2,3.79,3.79,0,0,1-.94-.11,3,3,0,0,1-.74-.32,2.45,2.45,0,0,1-.55-.45,4.13,4.13,0,0,1-.41-.55l1.06-.81.27.41a1.82,1.82,0,0,0,.34.34,1.59,1.59,0,0,0,.43.22,1.52,1.52,0,0,0,.55.08,1.29,1.29,0,0,0,1-.36,1.41,1.41,0,0,0,.33-1V19.5a1.18,1.18,0,0,0-1.28-1.27,1.44,1.44,0,0,0-.77.18,1.94,1.94,0,0,0-.48.39l-1.19-.17.29-4.31h4.52Z"
|
|
32
34
|
})), children);
|
|
33
35
|
});
|
|
34
36
|
if (process.env.NODE_ENV !== "production") {
|
|
35
|
-
|
|
37
|
+
Rewind_5.propTypes = iconPropTypes;
|
|
36
38
|
}
|
|
37
|
-
const
|
|
39
|
+
const RightPanelClose = /*#__PURE__*/React.forwardRef(function RightPanelClose(_ref2, ref) {
|
|
38
40
|
let {
|
|
39
41
|
children,
|
|
40
42
|
size = 16,
|
|
@@ -48,14 +50,15 @@ const RotateCounterclockwise = /*#__PURE__*/React.forwardRef(function RotateCoun
|
|
|
48
50
|
viewBox: "0 0 32 32",
|
|
49
51
|
fill: "currentColor",
|
|
50
52
|
...rest
|
|
51
|
-
},
|
|
52
|
-
|
|
53
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
strokeWidth: "0",
|
|
55
|
+
d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
53
56
|
})), children);
|
|
54
57
|
});
|
|
55
58
|
if (process.env.NODE_ENV !== "production") {
|
|
56
|
-
|
|
59
|
+
RightPanelClose.propTypes = iconPropTypes;
|
|
57
60
|
}
|
|
58
|
-
const
|
|
61
|
+
const RightPanelCloseFilled = /*#__PURE__*/React.forwardRef(function RightPanelCloseFilled(_ref3, ref) {
|
|
59
62
|
let {
|
|
60
63
|
children,
|
|
61
64
|
size = 16,
|
|
@@ -69,14 +72,15 @@ const RotateCounterclockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateC
|
|
|
69
72
|
viewBox: "0 0 32 32",
|
|
70
73
|
fill: "currentColor",
|
|
71
74
|
...rest
|
|
72
|
-
},
|
|
73
|
-
|
|
75
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
76
|
+
strokeWidth: "0",
|
|
77
|
+
d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
74
78
|
})), children);
|
|
75
79
|
});
|
|
76
80
|
if (process.env.NODE_ENV !== "production") {
|
|
77
|
-
|
|
81
|
+
RightPanelCloseFilled.propTypes = iconPropTypes;
|
|
78
82
|
}
|
|
79
|
-
const
|
|
83
|
+
const RightPanelOpen = /*#__PURE__*/React.forwardRef(function RightPanelOpen(_ref4, ref) {
|
|
80
84
|
let {
|
|
81
85
|
children,
|
|
82
86
|
size = 16,
|
|
@@ -90,14 +94,15 @@ const RotateCounterclockwiseAltFilled = /*#__PURE__*/React.forwardRef(function R
|
|
|
90
94
|
viewBox: "0 0 32 32",
|
|
91
95
|
fill: "currentColor",
|
|
92
96
|
...rest
|
|
93
|
-
},
|
|
94
|
-
|
|
97
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
98
|
+
strokeWidth: "0",
|
|
99
|
+
d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
95
100
|
})), children);
|
|
96
101
|
});
|
|
97
102
|
if (process.env.NODE_ENV !== "production") {
|
|
98
|
-
|
|
103
|
+
RightPanelOpen.propTypes = iconPropTypes;
|
|
99
104
|
}
|
|
100
|
-
const
|
|
105
|
+
const RightPanelOpenFilled = /*#__PURE__*/React.forwardRef(function RightPanelOpenFilled(_ref5, ref) {
|
|
101
106
|
let {
|
|
102
107
|
children,
|
|
103
108
|
size = 16,
|
|
@@ -111,14 +116,15 @@ const RotateCounterclockwiseFilled = /*#__PURE__*/React.forwardRef(function Rota
|
|
|
111
116
|
viewBox: "0 0 32 32",
|
|
112
117
|
fill: "currentColor",
|
|
113
118
|
...rest
|
|
114
|
-
},
|
|
115
|
-
|
|
119
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
120
|
+
strokeWidth: "0",
|
|
121
|
+
d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
116
122
|
})), children);
|
|
117
123
|
});
|
|
118
124
|
if (process.env.NODE_ENV !== "production") {
|
|
119
|
-
|
|
125
|
+
RightPanelOpenFilled.propTypes = iconPropTypes;
|
|
120
126
|
}
|
|
121
|
-
const
|
|
127
|
+
const Road = /*#__PURE__*/React.forwardRef(function Road(_ref6, ref) {
|
|
122
128
|
let {
|
|
123
129
|
children,
|
|
124
130
|
size = 16,
|
|
@@ -132,14 +138,18 @@ const Router = /*#__PURE__*/React.forwardRef(function Router(_ref6, ref) {
|
|
|
132
138
|
viewBox: "0 0 32 32",
|
|
133
139
|
fill: "currentColor",
|
|
134
140
|
...rest
|
|
135
|
-
},
|
|
136
|
-
d: "
|
|
141
|
+
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
142
|
+
d: "M13 13H19V15H13z"
|
|
143
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
144
|
+
d: "M25.4409 8L24.1687 3.45A2.009 2.009 0 0022.2456 2H9.7544A2.0089 2.0089 0 007.8313 3.4507L6.5315 8H4v2H6v7a2.0025 2.0025 0 002 2v3h2V19H22v3h2V19a2.0025 2.0025 0 002-2V10h2V8zM9.7544 4H22.2458l1.4285 5H8.3257zM24 13H22v2h2v2H8V15h2V13H8V11H24zM2 16H4V30H2zM28 16H30V30H28z"
|
|
145
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
146
|
+
d: "M15 21H17V24H15zM15 26H17V30H15z"
|
|
137
147
|
})), children);
|
|
138
148
|
});
|
|
139
149
|
if (process.env.NODE_ENV !== "production") {
|
|
140
|
-
|
|
150
|
+
Road.propTypes = iconPropTypes;
|
|
141
151
|
}
|
|
142
|
-
const
|
|
152
|
+
const RoadWeather = /*#__PURE__*/React.forwardRef(function RoadWeather(_ref7, ref) {
|
|
143
153
|
let {
|
|
144
154
|
children,
|
|
145
155
|
size = 16,
|
|
@@ -153,14 +163,16 @@ const RouterVoice = /*#__PURE__*/React.forwardRef(function RouterVoice(_ref7, re
|
|
|
153
163
|
viewBox: "0 0 32 32",
|
|
154
164
|
fill: "currentColor",
|
|
155
165
|
...rest
|
|
156
|
-
},
|
|
157
|
-
d: "
|
|
166
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
167
|
+
d: "M16 31H14v-.228a3.0135 3.0135 0 00-1.9468-2.8091L8.5215 26.6384A3.9034 3.9034 0 016 23H8a1.8946 1.8946 0 001.2236 1.7659L12.7554 26.09A5.0226 5.0226 0 0116 30.772zM30 31H28v-.228a3.0135 3.0135 0 00-1.9468-2.8091l-3.5317-1.3245A3.9034 3.9034 0 0120 23h2a1.8946 1.8946 0 001.2236 1.7659L26.7554 26.09A5.0226 5.0226 0 0130 30.772zM11 13H17V15H11z"
|
|
168
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
169
|
+
d: "M23.4409,8,22.1687,3.45A2.009,2.009,0,0,0,20.2456,2H7.7544A2.0089,2.0089,0,0,0,5.8313,3.4507L4.5315,8H2v2H4v7a2.0025,2.0025,0,0,0,2,2v2H8V19H20v2h2V19a2.0025,2.0025,0,0,0,2-2V10h2V8ZM7.7544,4H20.2458l1.4285,5H6.3257ZM22,13H20v2h2v2H6V15H8V13H6V11H22Z"
|
|
158
170
|
})), children);
|
|
159
171
|
});
|
|
160
172
|
if (process.env.NODE_ENV !== "production") {
|
|
161
|
-
|
|
173
|
+
RoadWeather.propTypes = iconPropTypes;
|
|
162
174
|
}
|
|
163
|
-
const
|
|
175
|
+
const Roadmap = /*#__PURE__*/React.forwardRef(function Roadmap(_ref8, ref) {
|
|
164
176
|
let {
|
|
165
177
|
children,
|
|
166
178
|
size = 16,
|
|
@@ -174,20 +186,14 @@ const RouterWifi = /*#__PURE__*/React.forwardRef(function RouterWifi(_ref8, ref)
|
|
|
174
186
|
viewBox: "0 0 32 32",
|
|
175
187
|
fill: "currentColor",
|
|
176
188
|
...rest
|
|
177
|
-
},
|
|
178
|
-
|
|
179
|
-
cy: "13.5",
|
|
180
|
-
r: "1.5"
|
|
181
|
-
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
182
|
-
d: "M19.5356,10.4648a5,5,0,0,0-7.0717,0L11.05,9.0508a6.9992,6.9992,0,0,1,9.9,0Z"
|
|
183
|
-
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
184
|
-
d: "M23.0713 6.929a10 10 0 00-14.1426 0L7.5146 5.5144a12.0011 12.0011 0 0116.9708 0zM21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11z"
|
|
189
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
190
|
+
d: "M12 30H4a2.0023 2.0023 0 01-2-2V24a2.0023 2.0023 0 012-2h8a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0112 30zM4 24v4h8V24zM28 20H12a2.0023 2.0023 0 01-2-2V14a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0128 20zM12 14v4H28V14zM16 10H4A2.0023 2.0023 0 012 8V4A2.0023 2.0023 0 014 2H16a2.0023 2.0023 0 012 2V8A2.0023 2.0023 0 0116 10zM4 4V8H16V4z"
|
|
185
191
|
})), children);
|
|
186
192
|
});
|
|
187
193
|
if (process.env.NODE_ENV !== "production") {
|
|
188
|
-
|
|
194
|
+
Roadmap.propTypes = iconPropTypes;
|
|
189
195
|
}
|
|
190
|
-
const
|
|
196
|
+
const Rocket = /*#__PURE__*/React.forwardRef(function Rocket(_ref9, ref) {
|
|
191
197
|
let {
|
|
192
198
|
children,
|
|
193
199
|
size = 16,
|
|
@@ -201,14 +207,17 @@ const Row = /*#__PURE__*/React.forwardRef(function Row(_ref9, ref) {
|
|
|
201
207
|
viewBox: "0 0 32 32",
|
|
202
208
|
fill: "currentColor",
|
|
203
209
|
...rest
|
|
204
|
-
},
|
|
205
|
-
d: "
|
|
210
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
211
|
+
d: "M6.34 19H17.65V21H6.34z",
|
|
212
|
+
transform: "rotate(-45 11.995 20.002)"
|
|
213
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
214
|
+
d: "M17,30a1,1,0,0,1-.37-.07,1,1,0,0,1-.62-.79l-1-7,2-.28.75,5.27L21,24.52V17a1,1,0,0,1,.29-.71l4.07-4.07A8.94,8.94,0,0,0,28,5.86V4H26.14a8.94,8.94,0,0,0-6.36,2.64l-4.07,4.07A1,1,0,0,1,15,11H7.48L4.87,14.26l5.27.75-.28,2-7-1a1,1,0,0,1-.79-.62,1,1,0,0,1,.15-1l4-5A1,1,0,0,1,7,9h7.59l3.77-3.78A10.92,10.92,0,0,1,26.14,2H28a2,2,0,0,1,2,2V5.86a10.92,10.92,0,0,1-3.22,7.78L23,17.41V25a1,1,0,0,1-.38.78l-5,4A1,1,0,0,1,17,30Z"
|
|
206
215
|
})), children);
|
|
207
216
|
});
|
|
208
217
|
if (process.env.NODE_ENV !== "production") {
|
|
209
|
-
|
|
218
|
+
Rocket.propTypes = iconPropTypes;
|
|
210
219
|
}
|
|
211
|
-
const
|
|
220
|
+
const Rotate = /*#__PURE__*/React.forwardRef(function Rotate(_ref10, ref) {
|
|
212
221
|
let {
|
|
213
222
|
children,
|
|
214
223
|
size = 16,
|
|
@@ -222,14 +231,14 @@ const RowCollapse = /*#__PURE__*/React.forwardRef(function RowCollapse(_ref10, r
|
|
|
222
231
|
viewBox: "0 0 32 32",
|
|
223
232
|
fill: "currentColor",
|
|
224
233
|
...rest
|
|
225
|
-
},
|
|
226
|
-
d: "
|
|
234
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
235
|
+
d: "M17.91 26.82l.35 2a12.9 12.9 0 004.24-1.54l-1-1.73A10.88 10.88 0 0117.91 26.82zM24.42 23.07L26 24.35a13 13 0 002.24-3.91l-1.87-.68A11 11 0 0124.42 23.07zM9.5 27.25a12.9 12.9 0 004.24 1.54l.35-2a10.88 10.88 0 01-3.59-1.3zM5.67 19.76l-1.87.68A13 13 0 006 24.35l.32-.26 1.22-1h0a11 11 0 01-1.91-3.31zM29 16a12.85 12.85 0 00-.8-4.44l-1.87.68A11.18 11.18 0 0127 16zM26 7.65a13 13 0 00-20 0V4H4v8h8V10H6.81A11 11 0 0124.42 8.93z"
|
|
227
236
|
})), children);
|
|
228
237
|
});
|
|
229
238
|
if (process.env.NODE_ENV !== "production") {
|
|
230
|
-
|
|
239
|
+
Rotate.propTypes = iconPropTypes;
|
|
231
240
|
}
|
|
232
|
-
const
|
|
241
|
+
const WatsonHealthRotate_180 = /*#__PURE__*/React.forwardRef(function WatsonHealthRotate_180(_ref11, ref) {
|
|
233
242
|
let {
|
|
234
243
|
children,
|
|
235
244
|
size = 16,
|
|
@@ -243,16 +252,14 @@ const RowDelete = /*#__PURE__*/React.forwardRef(function RowDelete(_ref11, ref)
|
|
|
243
252
|
viewBox: "0 0 32 32",
|
|
244
253
|
fill: "currentColor",
|
|
245
254
|
...rest
|
|
246
|
-
},
|
|
247
|
-
d: "
|
|
248
|
-
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
249
|
-
d: "M4,14V8H18V6H4A2.0023,2.0023,0,0,0,2,8v6a2.0023,2.0023,0,0,0,2,2H26V14Z"
|
|
255
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
256
|
+
d: "M14.0913 26.8235l-.3467 1.968a12.8956 12.8956 0 01-4.24-1.5418l1-1.7307A10.9086 10.9086 0 0014.0913 26.8235zM7.5767 23.0682L6.0449 24.3533a12.9811 12.9811 0 01-2.25-3.9112l1.8775-.6834A10.9808 10.9808 0 007.5767 23.0682zM22.4951 27.25a12.8956 12.8956 0 01-4.24 1.5418l-.3467-1.968a10.9086 10.9086 0 003.5869-1.3045zM26.3271 19.7587l1.8775.6834a12.9811 12.9811 0 01-2.2495 3.9112l-.3115-.2614-1.22-1.0237h0a10.9822 10.9822 0 001.9038-3.3093zM13.6616 5.2559c-.1592.0346-.3144.08-.4712.1215-.2131.0562-.4258.1138-.6335.1822-.1643.0547-.325.1167-.4859.1782-.1926.0742-.3835.1509-.57.2349-.1611.0727-.3193.15-.4763.23q-.2677.1363-.5262.2867c-.153.0893-.3046.18-.4531.2758-.1679.1089-.3308.2242-.4922.3413-.1406.1026-.2817.2037-.417.3125-.1616.1294-.3156.2676-.47.4063-.1225.11-.2478.2168-.3652.332-.1668.1636-.3223.3379-.4785.5117A10.9438 10.9438 0 005 16H3A12.9363 12.9363 0 016.05 7.65l-.0047-.0039c.0918-.1094.197-.2061.2925-.3125.1841-.2051.3672-.41.5635-.603.1382-.1358.2856-.2613.43-.3907.1831-.1645.3657-.3286.5581-.4824.1592-.1279.3244-.2466.4895-.3667.1921-.14.3855-.2768.5854-.4062.1743-.1128.3523-.2188.5322-.3238q.3081-.1786.6253-.3408c.1846-.0942.37-.1846.56-.27.2224-.1.449-.1914.678-.2793.1894-.0723.3777-.1455.5713-.209.2463-.0815.498-.1494.7507-.2163.1848-.0493.3674-.1025.5554-.1431.29-.0634.5865-.1074.8833-.1508.159-.023.3145-.0552.4754-.0728A12.9331 12.9331 0 0126 7.7031V4h2v8H20V10h5.1885A10.961 10.961 0 0016 5a11.1114 11.1114 0 00-1.189.0669c-.1362.0146-.268.042-.4026.0615C14.1575 5.165 13.907 5.2026 13.6616 5.2559z"
|
|
250
257
|
})), children);
|
|
251
258
|
});
|
|
252
259
|
if (process.env.NODE_ENV !== "production") {
|
|
253
|
-
|
|
260
|
+
WatsonHealthRotate_180.propTypes = iconPropTypes;
|
|
254
261
|
}
|
|
255
|
-
const
|
|
262
|
+
const WatsonHealthRotate_360 = /*#__PURE__*/React.forwardRef(function WatsonHealthRotate_360(_ref12, ref) {
|
|
256
263
|
let {
|
|
257
264
|
children,
|
|
258
265
|
size = 16,
|
|
@@ -266,14 +273,14 @@ const RowExpand = /*#__PURE__*/React.forwardRef(function RowExpand(_ref12, ref)
|
|
|
266
273
|
viewBox: "0 0 32 32",
|
|
267
274
|
fill: "currentColor",
|
|
268
275
|
...rest
|
|
269
|
-
},
|
|
270
|
-
d: "
|
|
276
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
277
|
+
d: "M25.95,7.65l.0047-.0039c-.0918-.1094-.197-.2061-.2925-.3125-.1841-.2051-.3672-.41-.5635-.603-.1382-.1358-.2856-.2613-.43-.3907-.1831-.1645-.3657-.3286-.5581-.4824-.1592-.1279-.3244-.2466-.4895-.3667-.1921-.14-.3855-.2768-.5854-.4062-.1743-.1128-.3523-.2188-.5322-.3238q-.3081-.1786-.6253-.3408c-.1846-.0942-.37-.1846-.56-.27-.2224-.1-.449-.1914-.678-.2793-.1894-.0723-.3777-.1455-.5713-.209-.2463-.0815-.498-.1494-.7507-.2163-.1848-.0493-.3674-.1025-.5554-.1431-.29-.0634-.5865-.1074-.8833-.1508-.159-.023-.3145-.0552-.4754-.0728A12.9331,12.9331,0,0,0,6,7.7031V4H4v8h8V10H6.8115A10.961,10.961,0,0,1,16,5a11.1114,11.1114,0,0,1,1.189.0669c.1362.0146.268.042.4026.0615.2509.0366.5014.0742.7468.1275.1592.0346.3144.08.4712.1215.2131.0562.4258.1138.6335.1822.1643.0547.325.1167.4859.1782.1926.0742.3835.1509.5705.2349.1611.0727.3193.15.4763.23q.2677.1363.5262.2867c.153.0893.3046.18.4531.2758.1679.1089.3308.2242.4922.3413.1406.1026.2817.2037.417.3125.1616.1294.3156.2676.47.4063.1225.11.2478.2168.3652.332.1668.1636.3223.3379.4785.5117A10.9928,10.9928,0,1,1,5,16H3A13,13,0,1,0,25.95,7.65Z"
|
|
271
278
|
})), children);
|
|
272
279
|
});
|
|
273
280
|
if (process.env.NODE_ENV !== "production") {
|
|
274
|
-
|
|
281
|
+
WatsonHealthRotate_360.propTypes = iconPropTypes;
|
|
275
282
|
}
|
|
276
|
-
const
|
|
283
|
+
const RotateClockwise = /*#__PURE__*/React.forwardRef(function RotateClockwise(_ref13, ref) {
|
|
277
284
|
let {
|
|
278
285
|
children,
|
|
279
286
|
size = 16,
|
|
@@ -287,14 +294,14 @@ const RowInsert = /*#__PURE__*/React.forwardRef(function RowInsert(_ref13, ref)
|
|
|
287
294
|
viewBox: "0 0 32 32",
|
|
288
295
|
fill: "currentColor",
|
|
289
296
|
...rest
|
|
290
|
-
},
|
|
291
|
-
d: "M28
|
|
297
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
298
|
+
d: "M28 30H16a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM16 16V28H28.0012L28 16zM15 2L13.59 3.41 16.17 6H11a7.0078 7.0078 0 00-7 7v5H6V13a5.0057 5.0057 0 015-5h5.17l-2.58 2.59L15 12l5-5z"
|
|
292
299
|
})), children);
|
|
293
300
|
});
|
|
294
301
|
if (process.env.NODE_ENV !== "production") {
|
|
295
|
-
|
|
302
|
+
RotateClockwise.propTypes = iconPropTypes;
|
|
296
303
|
}
|
|
297
|
-
const
|
|
304
|
+
const RotateClockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateClockwiseAlt(_ref14, ref) {
|
|
298
305
|
let {
|
|
299
306
|
children,
|
|
300
307
|
size = 16,
|
|
@@ -308,16 +315,14 @@ const Rss = /*#__PURE__*/React.forwardRef(function Rss(_ref14, ref) {
|
|
|
308
315
|
viewBox: "0 0 32 32",
|
|
309
316
|
fill: "currentColor",
|
|
310
317
|
...rest
|
|
311
|
-
},
|
|
312
|
-
d: "
|
|
313
|
-
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
314
|
-
d: "M22,24h-2c0-6.6-5.4-12-12-12v-2C15.7,10,22,16.3,22,24z"
|
|
318
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
319
|
+
d: "M16 30H4a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0116 30zM4 16V28H16.0012L16 16zM30 15l-1.41-1.41L26 16.17V11a7.0078 7.0078 0 00-7-7H14V6h5a5.0057 5.0057 0 015 5v5.17l-2.59-2.58L20 15l5 5z"
|
|
315
320
|
})), children);
|
|
316
321
|
});
|
|
317
322
|
if (process.env.NODE_ENV !== "production") {
|
|
318
|
-
|
|
323
|
+
RotateClockwiseAlt.propTypes = iconPropTypes;
|
|
319
324
|
}
|
|
320
|
-
const
|
|
325
|
+
const RotateClockwiseAltFilled = /*#__PURE__*/React.forwardRef(function RotateClockwiseAltFilled(_ref15, ref) {
|
|
321
326
|
let {
|
|
322
327
|
children,
|
|
323
328
|
size = 16,
|
|
@@ -331,16 +336,14 @@ const Rule = /*#__PURE__*/React.forwardRef(function Rule(_ref15, ref) {
|
|
|
331
336
|
viewBox: "0 0 32 32",
|
|
332
337
|
fill: "currentColor",
|
|
333
338
|
...rest
|
|
334
|
-
},
|
|
335
|
-
d: "
|
|
336
|
-
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
337
|
-
d: "M16,30,9.8242,26.7071A10.9815,10.9815,0,0,1,4,17V4A2.0022,2.0022,0,0,1,6,2H26a2.0022,2.0022,0,0,1,2,2V17a10.9815,10.9815,0,0,1-5.8242,9.7069ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z"
|
|
339
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
340
|
+
d: "M16 30H4a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0116 30zM30 15l-1.41-1.41L26 16.17V11a7.0078 7.0078 0 00-7-7H14V6h5a5.0057 5.0057 0 015 5v5.17l-2.59-2.58L20 15l5 5z"
|
|
338
341
|
})), children);
|
|
339
342
|
});
|
|
340
343
|
if (process.env.NODE_ENV !== "production") {
|
|
341
|
-
|
|
344
|
+
RotateClockwiseAltFilled.propTypes = iconPropTypes;
|
|
342
345
|
}
|
|
343
|
-
const
|
|
346
|
+
const RotateClockwiseFilled = /*#__PURE__*/React.forwardRef(function RotateClockwiseFilled(_ref16, ref) {
|
|
344
347
|
let {
|
|
345
348
|
children,
|
|
346
349
|
size = 16,
|
|
@@ -354,16 +357,14 @@ const RuleCancelled = /*#__PURE__*/React.forwardRef(function RuleCancelled(_ref1
|
|
|
354
357
|
viewBox: "0 0 32 32",
|
|
355
358
|
fill: "currentColor",
|
|
356
359
|
...rest
|
|
357
|
-
},
|
|
358
|
-
d: "
|
|
359
|
-
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
360
|
-
d: "M14,27.7334l-5.2344-2.791A8.9858,8.9858,0,0,1,4,17V4H24l0,11h2L26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,30Z"
|
|
360
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
361
|
+
d: "M28 30H16a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM15 2L13.59 3.41 16.17 6H11a7.0078 7.0078 0 00-7 7v5H6V13a5.0057 5.0057 0 015-5h5.17l-2.58 2.59L15 12l5-5z"
|
|
361
362
|
})), children);
|
|
362
363
|
});
|
|
363
364
|
if (process.env.NODE_ENV !== "production") {
|
|
364
|
-
|
|
365
|
+
RotateClockwiseFilled.propTypes = iconPropTypes;
|
|
365
366
|
}
|
|
366
|
-
const
|
|
367
|
+
const RotateCounterclockwise = /*#__PURE__*/React.forwardRef(function RotateCounterclockwise(_ref17, ref) {
|
|
367
368
|
let {
|
|
368
369
|
children,
|
|
369
370
|
size = 16,
|
|
@@ -377,16 +378,14 @@ const RuleDataQuality = /*#__PURE__*/React.forwardRef(function RuleDataQuality(_
|
|
|
377
378
|
viewBox: "0 0 32 32",
|
|
378
379
|
fill: "currentColor",
|
|
379
380
|
...rest
|
|
380
|
-
},
|
|
381
|
-
d: "
|
|
382
|
-
}),
|
|
383
|
-
d: "M14,27.7l-5.2-2.8C5.8,23.4,4,20.3,4,17V4h20v11h2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7L14,30 V27.7z"
|
|
384
|
-
})))), children);
|
|
381
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
382
|
+
d: "M2 28V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H4A2.0023 2.0023 0 012 28zM4 16L3.9988 28H16V16zM17 2l1.41 1.41L15.83 6H21a7.0078 7.0078 0 017 7v5H26V13a5.0057 5.0057 0 00-5-5H15.83l2.58 2.59L17 12 12 7z"
|
|
383
|
+
})), children);
|
|
385
384
|
});
|
|
386
385
|
if (process.env.NODE_ENV !== "production") {
|
|
387
|
-
|
|
386
|
+
RotateCounterclockwise.propTypes = iconPropTypes;
|
|
388
387
|
}
|
|
389
|
-
const
|
|
388
|
+
const RotateCounterclockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseAlt(_ref18, ref) {
|
|
390
389
|
let {
|
|
391
390
|
children,
|
|
392
391
|
size = 16,
|
|
@@ -400,16 +399,14 @@ const RuleDraft = /*#__PURE__*/React.forwardRef(function RuleDraft(_ref18, ref)
|
|
|
400
399
|
viewBox: "0 0 32 32",
|
|
401
400
|
fill: "currentColor",
|
|
402
401
|
...rest
|
|
403
|
-
},
|
|
404
|
-
d: "
|
|
405
|
-
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
406
|
-
d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z"
|
|
402
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
403
|
+
d: "M14 28V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H16A2.0023 2.0023 0 0114 28zm2-12l-.0012 12H28V16zM2 15l1.41-1.41L6 16.17V11a7.0078 7.0078 0 017-7h5V6H13a5.0057 5.0057 0 00-5 5v5.17l2.59-2.58L12 15 7 20z"
|
|
407
404
|
})), children);
|
|
408
405
|
});
|
|
409
406
|
if (process.env.NODE_ENV !== "production") {
|
|
410
|
-
|
|
407
|
+
RotateCounterclockwiseAlt.propTypes = iconPropTypes;
|
|
411
408
|
}
|
|
412
|
-
const
|
|
409
|
+
const RotateCounterclockwiseAltFilled = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseAltFilled(_ref19, ref) {
|
|
413
410
|
let {
|
|
414
411
|
children,
|
|
415
412
|
size = 16,
|
|
@@ -424,20 +421,13 @@ const RuleFilled = /*#__PURE__*/React.forwardRef(function RuleFilled(_ref19, ref
|
|
|
424
421
|
fill: "currentColor",
|
|
425
422
|
...rest
|
|
426
423
|
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
427
|
-
|
|
428
|
-
d: "M9 16H23V18H9z",
|
|
429
|
-
"data-icon-path": "inner-path"
|
|
430
|
-
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
431
|
-
fill: "none",
|
|
432
|
-
d: "M9 10H23V12H9z"
|
|
433
|
-
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
434
|
-
d: "M26,2H6A2.0023,2.0023,0,0,0,4,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L16,30l6.1758-3.293A10.9814,10.9814,0,0,0,28,17V4A2.0023,2.0023,0,0,0,26,2ZM23,18H9V16H23Zm0-6H9V10H23Z"
|
|
424
|
+
d: "M14 28V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H16A2.0023 2.0023 0 0114 28zM2 15l1.41-1.41L6 16.17V11a7.0078 7.0078 0 017-7h5V6H13a5.0057 5.0057 0 00-5 5v5.17l2.59-2.58L12 15 7 20z"
|
|
435
425
|
})), children);
|
|
436
426
|
});
|
|
437
427
|
if (process.env.NODE_ENV !== "production") {
|
|
438
|
-
|
|
428
|
+
RotateCounterclockwiseAltFilled.propTypes = iconPropTypes;
|
|
439
429
|
}
|
|
440
|
-
const
|
|
430
|
+
const RotateCounterclockwiseFilled = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseFilled(_ref20, ref) {
|
|
441
431
|
let {
|
|
442
432
|
children,
|
|
443
433
|
size = 16,
|
|
@@ -451,16 +441,14 @@ const RuleLocked = /*#__PURE__*/React.forwardRef(function RuleLocked(_ref20, ref
|
|
|
451
441
|
viewBox: "0 0 32 32",
|
|
452
442
|
fill: "currentColor",
|
|
453
443
|
...rest
|
|
454
|
-
},
|
|
455
|
-
d: "
|
|
456
|
-
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
457
|
-
d: "M26,4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7l5.2,2.8v-2.3l-4.2-2.3C5.8,23.4,4,20.3,4,17V4h20v8h2V4z"
|
|
444
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
445
|
+
d: "M2 28V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H4A2.0023 2.0023 0 012 28zM17 2l1.41 1.41L15.83 6H21a7.0078 7.0078 0 017 7v5H26V13a5.0057 5.0057 0 00-5-5H15.83l2.58 2.59L17 12 12 7z"
|
|
458
446
|
})), children);
|
|
459
447
|
});
|
|
460
448
|
if (process.env.NODE_ENV !== "production") {
|
|
461
|
-
|
|
449
|
+
RotateCounterclockwiseFilled.propTypes = iconPropTypes;
|
|
462
450
|
}
|
|
463
|
-
const
|
|
451
|
+
const Router = /*#__PURE__*/React.forwardRef(function Router(_ref21, ref) {
|
|
464
452
|
let {
|
|
465
453
|
children,
|
|
466
454
|
size = 16,
|
|
@@ -474,16 +462,14 @@ const RulePartial = /*#__PURE__*/React.forwardRef(function RulePartial(_ref21, r
|
|
|
474
462
|
viewBox: "0 0 32 32",
|
|
475
463
|
fill: "currentColor",
|
|
476
464
|
...rest
|
|
477
|
-
},
|
|
478
|
-
d: "
|
|
479
|
-
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
480
|
-
d: "M26,4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7l5.2,2.8v-2.3l-4.2-2.3C5.8,23.4,4,20.3,4,17V4h20v9h2V4z"
|
|
465
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
466
|
+
d: "M21 7L16 2 11 7 12.409 8.419 15 5.847 15 13 17 13 17 5.794 19.591 8.419 21 7zM21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11z"
|
|
481
467
|
})), children);
|
|
482
468
|
});
|
|
483
469
|
if (process.env.NODE_ENV !== "production") {
|
|
484
|
-
|
|
470
|
+
Router.propTypes = iconPropTypes;
|
|
485
471
|
}
|
|
486
|
-
const
|
|
472
|
+
const RouterVoice = /*#__PURE__*/React.forwardRef(function RouterVoice(_ref22, ref) {
|
|
487
473
|
let {
|
|
488
474
|
children,
|
|
489
475
|
size = 16,
|
|
@@ -497,18 +483,14 @@ const RuleTest = /*#__PURE__*/React.forwardRef(function RuleTest(_ref22, ref) {
|
|
|
497
483
|
viewBox: "0 0 32 32",
|
|
498
484
|
fill: "currentColor",
|
|
499
485
|
...rest
|
|
500
|
-
},
|
|
501
|
-
d: "
|
|
502
|
-
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
503
|
-
d: "M26 24.586L24 22.586 24 20 22 20 22 23.414 24.586 26 26 24.586zM8 16H14V18H8zM8 10H20V12H8z"
|
|
504
|
-
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
505
|
-
d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z"
|
|
486
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
487
|
+
d: "M21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11zM12.4289 5.8227v1.63a1.1269 1.1269 0 01-.6767 1.026l-1.39.5967A1.1218 1.1218 0 019.14 8.8424L7.3208 7.0233a1.1165 1.1165 0 01.0125-1.579l.0348-.0328c7.393-6.527 14.6913-2.0374 17.2127-.0473a1.1166 1.1166 0 01.1746 1.5693 1.1011 1.1011 0 01-.0873.0971L22.9108 8.7878a1.1114 1.1114 0 01-1.2225.2329l-1.39-.5967a1.1112 1.1112 0 01-.68-1.0223v-1.63S15.9726 3.0648 12.4289 5.8227z"
|
|
506
488
|
})), children);
|
|
507
489
|
});
|
|
508
490
|
if (process.env.NODE_ENV !== "production") {
|
|
509
|
-
|
|
491
|
+
RouterVoice.propTypes = iconPropTypes;
|
|
510
492
|
}
|
|
511
|
-
const
|
|
493
|
+
const RouterWifi = /*#__PURE__*/React.forwardRef(function RouterWifi(_ref23, ref) {
|
|
512
494
|
let {
|
|
513
495
|
children,
|
|
514
496
|
size = 16,
|
|
@@ -522,14 +504,20 @@ const Ruler = /*#__PURE__*/React.forwardRef(function Ruler(_ref23, ref) {
|
|
|
522
504
|
viewBox: "0 0 32 32",
|
|
523
505
|
fill: "currentColor",
|
|
524
506
|
...rest
|
|
525
|
-
},
|
|
526
|
-
|
|
507
|
+
}, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
508
|
+
cx: "16",
|
|
509
|
+
cy: "13.5",
|
|
510
|
+
r: "1.5"
|
|
511
|
+
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
512
|
+
d: "M19.5356,10.4648a5,5,0,0,0-7.0717,0L11.05,9.0508a6.9992,6.9992,0,0,1,9.9,0Z"
|
|
513
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
514
|
+
d: "M23.0713 6.929a10 10 0 00-14.1426 0L7.5146 5.5144a12.0011 12.0011 0 0116.9708 0zM21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11z"
|
|
527
515
|
})), children);
|
|
528
516
|
});
|
|
529
517
|
if (process.env.NODE_ENV !== "production") {
|
|
530
|
-
|
|
518
|
+
RouterWifi.propTypes = iconPropTypes;
|
|
531
519
|
}
|
|
532
|
-
const
|
|
520
|
+
const Row = /*#__PURE__*/React.forwardRef(function Row(_ref24, ref) {
|
|
533
521
|
let {
|
|
534
522
|
children,
|
|
535
523
|
size = 16,
|
|
@@ -543,14 +531,14 @@ const RulerAlt = /*#__PURE__*/React.forwardRef(function RulerAlt(_ref24, ref) {
|
|
|
543
531
|
viewBox: "0 0 32 32",
|
|
544
532
|
fill: "currentColor",
|
|
545
533
|
...rest
|
|
546
|
-
},
|
|
547
|
-
d: "
|
|
534
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
535
|
+
d: "M4 24H28V26H4zM26 18H6V14H26v4m2 0V14a2 2 0 00-2-2H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2zM4 6H28V8H4z"
|
|
548
536
|
})), children);
|
|
549
537
|
});
|
|
550
538
|
if (process.env.NODE_ENV !== "production") {
|
|
551
|
-
|
|
539
|
+
Row.propTypes = iconPropTypes;
|
|
552
540
|
}
|
|
553
|
-
const
|
|
541
|
+
const RowCollapse = /*#__PURE__*/React.forwardRef(function RowCollapse(_ref25, ref) {
|
|
554
542
|
let {
|
|
555
543
|
children,
|
|
556
544
|
size = 16,
|
|
@@ -564,18 +552,14 @@ const Run = /*#__PURE__*/React.forwardRef(function Run(_ref25, ref) {
|
|
|
564
552
|
viewBox: "0 0 32 32",
|
|
565
553
|
fill: "currentColor",
|
|
566
554
|
...rest
|
|
567
|
-
},
|
|
568
|
-
d: "
|
|
569
|
-
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
570
|
-
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V12H28V6A2,2,0,0,0,26,4ZM6,10V6H26v4Z"
|
|
571
|
-
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
572
|
-
d: "M19 19L19 25 24 22 19 19z"
|
|
555
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
556
|
+
d: "M26 20H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2V22A2 2 0 0026 20zm0 6H6V22H26zM17 7.828L19.586 10.414 21 9 16 4 11 9 12.414 10.414 15 7.828 15 14 4 14 4 16 28 16 28 14 17 14 17 7.828z"
|
|
573
557
|
})), children);
|
|
574
558
|
});
|
|
575
559
|
if (process.env.NODE_ENV !== "production") {
|
|
576
|
-
|
|
560
|
+
RowCollapse.propTypes = iconPropTypes;
|
|
577
561
|
}
|
|
578
|
-
const
|
|
562
|
+
const RowDelete = /*#__PURE__*/React.forwardRef(function RowDelete(_ref26, ref) {
|
|
579
563
|
let {
|
|
580
564
|
children,
|
|
581
565
|
size = 16,
|
|
@@ -589,18 +573,16 @@ const RunMirror = /*#__PURE__*/React.forwardRef(function RunMirror(_ref26, ref)
|
|
|
589
573
|
viewBox: "0 0 32 32",
|
|
590
574
|
fill: "currentColor",
|
|
591
575
|
...rest
|
|
592
|
-
},
|
|
593
|
-
d: "
|
|
594
|
-
})),
|
|
595
|
-
d: "
|
|
596
|
-
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
597
|
-
d: "M4,6v6h22v14h-4v2h4c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H6C4.9,4,4,4.9,4,6z M6,10V6h20v4H6z"
|
|
576
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
577
|
+
d: "M24 30H4a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0124 30zM4 22H3.9985L4 28H24V22zM30 3.41L28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z"
|
|
578
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
579
|
+
d: "M4,14V8H18V6H4A2.0023,2.0023,0,0,0,2,8v6a2.0023,2.0023,0,0,0,2,2H26V14Z"
|
|
598
580
|
})), children);
|
|
599
581
|
});
|
|
600
582
|
if (process.env.NODE_ENV !== "production") {
|
|
601
|
-
|
|
583
|
+
RowDelete.propTypes = iconPropTypes;
|
|
602
584
|
}
|
|
603
|
-
const
|
|
585
|
+
const RowExpand = /*#__PURE__*/React.forwardRef(function RowExpand(_ref27, ref) {
|
|
604
586
|
let {
|
|
605
587
|
children,
|
|
606
588
|
size = 16,
|
|
@@ -614,18 +596,14 @@ const Running = /*#__PURE__*/React.forwardRef(function Running(_ref27, ref) {
|
|
|
614
596
|
viewBox: "0 0 32 32",
|
|
615
597
|
fill: "currentColor",
|
|
616
598
|
...rest
|
|
617
|
-
},
|
|
618
|
-
d: "
|
|
619
|
-
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
620
|
-
d: "m28.5859,9l-5.5859,5.5859-6.0012-6.0015c-.392-.3918-.9073-.5865-1.422-.5845-.5096.002-1.0185.1968-1.4063.5845l-6.1704,6.1753,1.4143,1.4141,6.1704-6.1748,6.7083,6.708c.1951.1953.4512.293.707.293s.512-.0977.707-.293l6.293-6.293-1.4141-1.4141Z"
|
|
621
|
-
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
622
|
-
d: "m22.5,9c-1.9299,0-3.5-1.5701-3.5-3.5s1.5701-3.5,3.5-3.5,3.5,1.5701,3.5,3.5-1.5701,3.5-3.5,3.5Zm0-5c-.8271,0-1.5.6729-1.5,1.5s.6729,1.5,1.5,1.5,1.5-.6729,1.5-1.5-.6729-1.5-1.5-1.5Z"
|
|
599
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
600
|
+
d: "M4 18L15 18 15 24.172 12.414 21.586 11 23 16 28 21 23 19.586 21.586 17 24.172 17 18 28 18 28 16 4 16 4 18zM26 4H6A2 2 0 004 6v4a2 2 0 002 2H26a2 2 0 002-2V6A2 2 0 0026 4zm0 6H6V6H26z"
|
|
623
601
|
})), children);
|
|
624
602
|
});
|
|
625
603
|
if (process.env.NODE_ENV !== "production") {
|
|
626
|
-
|
|
604
|
+
RowExpand.propTypes = iconPropTypes;
|
|
627
605
|
}
|
|
628
|
-
const
|
|
606
|
+
const RowInsert = /*#__PURE__*/React.forwardRef(function RowInsert(_ref28, ref) {
|
|
629
607
|
let {
|
|
630
608
|
children,
|
|
631
609
|
size = 16,
|
|
@@ -639,14 +617,14 @@ const QS = /*#__PURE__*/React.forwardRef(function QS(_ref28, ref) {
|
|
|
639
617
|
viewBox: "0 0 32 32",
|
|
640
618
|
fill: "currentColor",
|
|
641
619
|
...rest
|
|
642
|
-
},
|
|
643
|
-
d: "
|
|
620
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
621
|
+
d: "M28 12H10a2.0021 2.0021 0 01-2-2V4a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 12zM10 4v6H28V4zM28 30H10a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 30zM10 22v6H28V22zM9 16L3.414 10.414 2 11.828 6.172 16 2 20.172 3.414 21.586 9 16z"
|
|
644
622
|
})), children);
|
|
645
623
|
});
|
|
646
624
|
if (process.env.NODE_ENV !== "production") {
|
|
647
|
-
|
|
625
|
+
RowInsert.propTypes = iconPropTypes;
|
|
648
626
|
}
|
|
649
|
-
const
|
|
627
|
+
const Rss = /*#__PURE__*/React.forwardRef(function Rss(_ref29, ref) {
|
|
650
628
|
let {
|
|
651
629
|
children,
|
|
652
630
|
size = 16,
|
|
@@ -660,14 +638,16 @@ const QSAlt = /*#__PURE__*/React.forwardRef(function QSAlt(_ref29, ref) {
|
|
|
660
638
|
viewBox: "0 0 32 32",
|
|
661
639
|
fill: "currentColor",
|
|
662
640
|
...rest
|
|
663
|
-
},
|
|
664
|
-
d: "
|
|
641
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
642
|
+
d: "M8 18c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6C14 20.7 11.3 18 8 18zM8 28c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4C12 26.2 10.2 28 8 28zM30 24h-2C28 13 19 4 8 4V2C20.1 2 30 11.9 30 24z"
|
|
643
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
644
|
+
d: "M22,24h-2c0-6.6-5.4-12-12-12v-2C15.7,10,22,16.3,22,24z"
|
|
665
645
|
})), children);
|
|
666
646
|
});
|
|
667
647
|
if (process.env.NODE_ENV !== "production") {
|
|
668
|
-
|
|
648
|
+
Rss.propTypes = iconPropTypes;
|
|
669
649
|
}
|
|
670
|
-
const
|
|
650
|
+
const Rule = /*#__PURE__*/React.forwardRef(function Rule(_ref30, ref) {
|
|
671
651
|
let {
|
|
672
652
|
children,
|
|
673
653
|
size = 16,
|
|
@@ -681,14 +661,16 @@ const SailboatCoastal = /*#__PURE__*/React.forwardRef(function SailboatCoastal(_
|
|
|
681
661
|
viewBox: "0 0 32 32",
|
|
682
662
|
fill: "currentColor",
|
|
683
663
|
...rest
|
|
684
|
-
},
|
|
685
|
-
d: "
|
|
664
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
665
|
+
d: "M10 16H22V18H10zM10 10H22V12H10z"
|
|
666
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
667
|
+
d: "M16,30,9.8242,26.7071A10.9815,10.9815,0,0,1,4,17V4A2.0022,2.0022,0,0,1,6,2H26a2.0022,2.0022,0,0,1,2,2V17a10.9815,10.9815,0,0,1-5.8242,9.7069ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z"
|
|
686
668
|
})), children);
|
|
687
669
|
});
|
|
688
670
|
if (process.env.NODE_ENV !== "production") {
|
|
689
|
-
|
|
671
|
+
Rule.propTypes = iconPropTypes;
|
|
690
672
|
}
|
|
691
|
-
const
|
|
673
|
+
const RuleCancelled = /*#__PURE__*/React.forwardRef(function RuleCancelled(_ref31, ref) {
|
|
692
674
|
let {
|
|
693
675
|
children,
|
|
694
676
|
size = 16,
|
|
@@ -702,16 +684,16 @@ const SailboatOffshore = /*#__PURE__*/React.forwardRef(function SailboatOffshore
|
|
|
702
684
|
viewBox: "0 0 32 32",
|
|
703
685
|
fill: "currentColor",
|
|
704
686
|
...rest
|
|
705
|
-
},
|
|
706
|
-
d: "
|
|
707
|
-
})),
|
|
708
|
-
d: "
|
|
687
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
688
|
+
d: "M30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24zM8 16H18V18H8zM8 10H20V12H8z"
|
|
689
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
690
|
+
d: "M14,27.7334l-5.2344-2.791A8.9858,8.9858,0,0,1,4,17V4H24l0,11h2L26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,30Z"
|
|
709
691
|
})), children);
|
|
710
692
|
});
|
|
711
693
|
if (process.env.NODE_ENV !== "production") {
|
|
712
|
-
|
|
694
|
+
RuleCancelled.propTypes = iconPropTypes;
|
|
713
695
|
}
|
|
714
|
-
const
|
|
696
|
+
const RuleDataQuality = /*#__PURE__*/React.forwardRef(function RuleDataQuality(_ref32, ref) {
|
|
715
697
|
let {
|
|
716
698
|
children,
|
|
717
699
|
size = 16,
|
|
@@ -725,14 +707,16 @@ const SalesOps = /*#__PURE__*/React.forwardRef(function SalesOps(_ref32, ref) {
|
|
|
725
707
|
viewBox: "0 0 32 32",
|
|
726
708
|
fill: "currentColor",
|
|
727
709
|
...rest
|
|
728
|
-
},
|
|
729
|
-
d: "M30
|
|
730
|
-
})
|
|
710
|
+
}, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
711
|
+
d: "M30 28.6l-2.8-2.8C27.7 25 28 24 28 23c0-2.8-2.2-5-5-5s-5 2.2-5 5 2.2 5 5 5c1 0 2-.3 2.8-.8l2.8 2.8L30 28.6zM20 23c0-1.7 1.3-3 3-3s3 1.3 3 3-1.3 3-3 3S20 24.7 20 23zM8 16H18V18H8zM8 10H20V12H8z"
|
|
712
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
713
|
+
d: "M14,27.7l-5.2-2.8C5.8,23.4,4,20.3,4,17V4h20v11h2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7L14,30 V27.7z"
|
|
714
|
+
})))), children);
|
|
731
715
|
});
|
|
732
716
|
if (process.env.NODE_ENV !== "production") {
|
|
733
|
-
|
|
717
|
+
RuleDataQuality.propTypes = iconPropTypes;
|
|
734
718
|
}
|
|
735
|
-
const
|
|
719
|
+
const RuleDraft = /*#__PURE__*/React.forwardRef(function RuleDraft(_ref33, ref) {
|
|
736
720
|
let {
|
|
737
721
|
children,
|
|
738
722
|
size = 16,
|
|
@@ -746,14 +730,16 @@ const SankeyDiagram = /*#__PURE__*/React.forwardRef(function SankeyDiagram(_ref3
|
|
|
746
730
|
viewBox: "0 0 32 32",
|
|
747
731
|
fill: "currentColor",
|
|
748
732
|
...rest
|
|
749
|
-
},
|
|
750
|
-
d: "
|
|
733
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
734
|
+
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM8 16H18V18H8zM8 10H20V12H8z"
|
|
735
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
736
|
+
d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z"
|
|
751
737
|
})), children);
|
|
752
738
|
});
|
|
753
739
|
if (process.env.NODE_ENV !== "production") {
|
|
754
|
-
|
|
740
|
+
RuleDraft.propTypes = iconPropTypes;
|
|
755
741
|
}
|
|
756
|
-
const
|
|
742
|
+
const RuleFilled = /*#__PURE__*/React.forwardRef(function RuleFilled(_ref34, ref) {
|
|
757
743
|
let {
|
|
758
744
|
children,
|
|
759
745
|
size = 16,
|
|
@@ -767,14 +753,21 @@ const SankeyDiagramAlt = /*#__PURE__*/React.forwardRef(function SankeyDiagramAlt
|
|
|
767
753
|
viewBox: "0 0 32 32",
|
|
768
754
|
fill: "currentColor",
|
|
769
755
|
...rest
|
|
770
|
-
},
|
|
771
|
-
|
|
756
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
757
|
+
fill: "none",
|
|
758
|
+
d: "M9 16H23V18H9z",
|
|
759
|
+
"data-icon-path": "inner-path"
|
|
760
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
761
|
+
fill: "none",
|
|
762
|
+
d: "M9 10H23V12H9z"
|
|
763
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
764
|
+
d: "M26,2H6A2.0023,2.0023,0,0,0,4,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L16,30l6.1758-3.293A10.9814,10.9814,0,0,0,28,17V4A2.0023,2.0023,0,0,0,26,2ZM23,18H9V16H23Zm0-6H9V10H23Z"
|
|
772
765
|
})), children);
|
|
773
766
|
});
|
|
774
767
|
if (process.env.NODE_ENV !== "production") {
|
|
775
|
-
|
|
768
|
+
RuleFilled.propTypes = iconPropTypes;
|
|
776
769
|
}
|
|
777
|
-
const
|
|
770
|
+
const RuleLocked = /*#__PURE__*/React.forwardRef(function RuleLocked(_ref35, ref) {
|
|
778
771
|
let {
|
|
779
772
|
children,
|
|
780
773
|
size = 16,
|
|
@@ -788,14 +781,16 @@ const Satellite = /*#__PURE__*/React.forwardRef(function Satellite(_ref35, ref)
|
|
|
788
781
|
viewBox: "0 0 32 32",
|
|
789
782
|
fill: "currentColor",
|
|
790
783
|
...rest
|
|
791
|
-
},
|
|
792
|
-
d: "
|
|
784
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
785
|
+
d: "M28 22v-3c0-2.2-1.8-4-4-4s-4 1.8-4 4v3c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-5C30 22.9 29.1 22 28 22zM22 19c0-1.1.9-2 2-2s2 .9 2 2v3h-4V19zM20 29v-5h8v5H20zM8 16H14V18H8zM8 10H20V12H8z"
|
|
786
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
787
|
+
d: "M26,4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7l5.2,2.8v-2.3l-4.2-2.3C5.8,23.4,4,20.3,4,17V4h20v8h2V4z"
|
|
793
788
|
})), children);
|
|
794
789
|
});
|
|
795
790
|
if (process.env.NODE_ENV !== "production") {
|
|
796
|
-
|
|
791
|
+
RuleLocked.propTypes = iconPropTypes;
|
|
797
792
|
}
|
|
798
|
-
const
|
|
793
|
+
const RulePartial = /*#__PURE__*/React.forwardRef(function RulePartial(_ref36, ref) {
|
|
799
794
|
let {
|
|
800
795
|
children,
|
|
801
796
|
size = 16,
|
|
@@ -809,16 +804,16 @@ const SatelliteRadar = /*#__PURE__*/React.forwardRef(function SatelliteRadar(_re
|
|
|
809
804
|
viewBox: "0 0 32 32",
|
|
810
805
|
fill: "currentColor",
|
|
811
806
|
...rest
|
|
812
|
-
},
|
|
813
|
-
d: "
|
|
814
|
-
})),
|
|
815
|
-
d: "M26
|
|
807
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
808
|
+
d: "M23 16c-3.9 0-7 3.1-7 7s3.1 7 7 7 7-3.1 7-7S26.9 16 23 16zM23 28V18c2.8 0 5 2.2 5 5S25.8 28 23 28zM8 16H14V18H8zM8 10H20V12H8z"
|
|
809
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
810
|
+
d: "M26,4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7l5.2,2.8v-2.3l-4.2-2.3C5.8,23.4,4,20.3,4,17V4h20v9h2V4z"
|
|
816
811
|
})), children);
|
|
817
812
|
});
|
|
818
813
|
if (process.env.NODE_ENV !== "production") {
|
|
819
|
-
|
|
814
|
+
RulePartial.propTypes = iconPropTypes;
|
|
820
815
|
}
|
|
821
|
-
const
|
|
816
|
+
const RuleTest = /*#__PURE__*/React.forwardRef(function RuleTest(_ref37, ref) {
|
|
822
817
|
let {
|
|
823
818
|
children,
|
|
824
819
|
size = 16,
|
|
@@ -832,58 +827,23 @@ const SatelliteWeather = /*#__PURE__*/React.forwardRef(function SatelliteWeather
|
|
|
832
827
|
viewBox: "0 0 32 32",
|
|
833
828
|
fill: "currentColor",
|
|
834
829
|
...rest
|
|
835
|
-
},
|
|
836
|
-
d: "
|
|
830
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
831
|
+
d: "M23,30a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,23,30Zm0-12a5,5,0,1,0,5,5A5.0055,5.0055,0,0,0,23,18Z"
|
|
832
|
+
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
833
|
+
d: "M26 24.586L24 22.586 24 20 22 20 22 23.414 24.586 26 26 24.586zM8 16H14V18H8zM8 10H20V12H8z"
|
|
834
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
835
|
+
d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z"
|
|
837
836
|
})), children);
|
|
838
837
|
});
|
|
839
838
|
if (process.env.NODE_ENV !== "production") {
|
|
840
|
-
|
|
839
|
+
RuleTest.propTypes = iconPropTypes;
|
|
841
840
|
}
|
|
842
|
-
const
|
|
841
|
+
const Ruler = /*#__PURE__*/React.forwardRef(function Ruler(_ref38, ref) {
|
|
843
842
|
let {
|
|
844
843
|
children,
|
|
845
844
|
size = 16,
|
|
846
845
|
...rest
|
|
847
846
|
} = _ref38;
|
|
848
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
849
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
850
|
-
width: size,
|
|
851
|
-
height: size,
|
|
852
|
-
ref: ref,
|
|
853
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
854
|
-
viewBox: "0 0 16 16",
|
|
855
|
-
fill: "currentColor",
|
|
856
|
-
...rest
|
|
857
|
-
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
858
|
-
d: "M13.9,4.6l-2.5-2.5C11.3,2.1,11.1,2,11,2H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V5 C14,4.9,13.9,4.7,13.9,4.6z M6,3h4v2H6V3z M10,13H6V9h4V13z M11,13V9c0-0.6-0.4-1-1-1H6C5.4,8,5,8.4,5,9v4H3V3h2v2c0,0.6,0.4,1,1,1 h4c0.6,0,1-0.4,1-1V3.2l2,2V13H11z"
|
|
859
|
-
})), children);
|
|
860
|
-
}
|
|
861
|
-
if (size === 20 || size === "20" || size === "20px") {
|
|
862
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
863
|
-
width: size,
|
|
864
|
-
height: size,
|
|
865
|
-
ref: ref,
|
|
866
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
867
|
-
viewBox: "0 0 20 20",
|
|
868
|
-
fill: "currentColor",
|
|
869
|
-
...rest
|
|
870
|
-
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
871
|
-
d: "M17.8,5.5l-3.3-3.3C14.3,2.1,14.2,2,14,2H3.3C2.6,2,2,2.6,2,3.3v13.3C2,17.4,2.6,18,3.3,18h13.3c0.7,0,1.4-0.5,1.4-1.2V6.1 C18,5.7,17.9,5.7,17.8,5.5z M7.3,3.3h5.3v3.3H7.3V3.3z M12.7,16.7H7.3v-5.3h5.3L12.7,16.7L12.7,16.7z M14,16.7v-5.3 c0-0.7-0.6-1.3-1.3-1.3H7.3C6.6,10,6,10.6,6,11.3v5.3H3.3V3.3H6v3.3C6,7.4,6.6,8,7.3,8h5.3C13.4,8,14,7.4,14,6.7v-3l2.7,2.7v10.4 L14,16.7L14,16.7z"
|
|
872
|
-
})), children);
|
|
873
|
-
}
|
|
874
|
-
if (size === 24 || size === "24" || size === "24px") {
|
|
875
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
876
|
-
width: size,
|
|
877
|
-
height: size,
|
|
878
|
-
ref: ref,
|
|
879
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
880
|
-
viewBox: "0 0 24 24",
|
|
881
|
-
fill: "currentColor",
|
|
882
|
-
...rest
|
|
883
|
-
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
884
|
-
d: "M20.8,7L17,3.2C16.9,3.1,16.7,3,16.5,3h-12C3.7,3,3,3.7,3,4.5v15C3,20.3,3.7,21,4.5,21h15c0.8,0,1.5-0.7,1.5-1.5v-12 C21,7.3,20.9,7.1,20.8,7z M9,4.5h6v3H9V4.5z M15,19.5H9v-6h6V19.5z M16.5,19.5v-6c0-0.8-0.7-1.5-1.5-1.5H9c-0.8,0-1.5,0.7-1.5,1.5v6 h-3v-15h3v3C7.5,8.3,8.2,9,9,9h6c0.8,0,1.5-0.7,1.5-1.5V4.8l3,3v11.7H16.5z"
|
|
885
|
-
})), children);
|
|
886
|
-
}
|
|
887
847
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
888
848
|
width: size,
|
|
889
849
|
height: size,
|
|
@@ -892,14 +852,14 @@ const Save = /*#__PURE__*/React.forwardRef(function Save(_ref38, ref) {
|
|
|
892
852
|
viewBox: "0 0 32 32",
|
|
893
853
|
fill: "currentColor",
|
|
894
854
|
...rest
|
|
895
|
-
},
|
|
896
|
-
d: "
|
|
855
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
856
|
+
d: "M29,10H3a1,1,0,0,0-1,1V21a1,1,0,0,0,1,1H29a1,1,0,0,0,1-1V11A1,1,0,0,0,29,10ZM28,20H4V12H8v4h2V12h5v4h2V12h5v4h2V12h4Z"
|
|
897
857
|
})), children);
|
|
898
858
|
});
|
|
899
859
|
if (process.env.NODE_ENV !== "production") {
|
|
900
|
-
|
|
860
|
+
Ruler.propTypes = iconPropTypes;
|
|
901
861
|
}
|
|
902
|
-
const
|
|
862
|
+
const RulerAlt = /*#__PURE__*/React.forwardRef(function RulerAlt(_ref39, ref) {
|
|
903
863
|
let {
|
|
904
864
|
children,
|
|
905
865
|
size = 16,
|
|
@@ -913,18 +873,14 @@ const WatsonHealthSaveAnnotation = /*#__PURE__*/React.forwardRef(function Watson
|
|
|
913
873
|
viewBox: "0 0 32 32",
|
|
914
874
|
fill: "currentColor",
|
|
915
875
|
...rest
|
|
916
|
-
},
|
|
917
|
-
d: "
|
|
918
|
-
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
919
|
-
d: "M28,20H25V18h3V4H8V7H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
|
|
920
|
-
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
921
|
-
d: "M20 6H26V8H20zM22 10H26V12H22z"
|
|
876
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
877
|
+
d: "M29.41,21.67,10.34,2.58a2,2,0,0,0-2.83,0L2.59,7.51a2,2,0,0,0,0,2.82L21.66,29.42a2,2,0,0,0,1.42.58,2,2,0,0,0,1.41-.58l4.92-4.93A2,2,0,0,0,29.41,21.67ZM23.08,28,4,8.92,8.92,4l3.79,3.79L10.46,10l1.41,1.41L14.12,9.2l4.13,4.13L16,15.58,17.42,17l2.25-2.25,4.13,4.13-2.25,2.25L23,22.54l2.25-2.25L28,23.08Z"
|
|
922
878
|
})), children);
|
|
923
879
|
});
|
|
924
880
|
if (process.env.NODE_ENV !== "production") {
|
|
925
|
-
|
|
881
|
+
RulerAlt.propTypes = iconPropTypes;
|
|
926
882
|
}
|
|
927
|
-
const
|
|
883
|
+
const Run = /*#__PURE__*/React.forwardRef(function Run(_ref40, ref) {
|
|
928
884
|
let {
|
|
929
885
|
children,
|
|
930
886
|
size = 16,
|
|
@@ -938,16 +894,18 @@ const WatsonHealthSaveImage = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
938
894
|
viewBox: "0 0 32 32",
|
|
939
895
|
fill: "currentColor",
|
|
940
896
|
...rest
|
|
941
|
-
},
|
|
942
|
-
d: "M21
|
|
943
|
-
})),
|
|
944
|
-
d: "
|
|
897
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
898
|
+
d: "M21,16a6,6,0,1,1-6,6,6,6,0,0,1,6-6m0-2a8,8,0,1,0,8,8,8,8,0,0,0-8-8Z"
|
|
899
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
900
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V12H28V6A2,2,0,0,0,26,4ZM6,10V6H26v4Z"
|
|
901
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
902
|
+
d: "M19 19L19 25 24 22 19 19z"
|
|
945
903
|
})), children);
|
|
946
904
|
});
|
|
947
905
|
if (process.env.NODE_ENV !== "production") {
|
|
948
|
-
|
|
906
|
+
Run.propTypes = iconPropTypes;
|
|
949
907
|
}
|
|
950
|
-
const
|
|
908
|
+
const RunMirror = /*#__PURE__*/React.forwardRef(function RunMirror(_ref41, ref) {
|
|
951
909
|
let {
|
|
952
910
|
children,
|
|
953
911
|
size = 16,
|
|
@@ -961,16 +919,18 @@ const SaveModel = /*#__PURE__*/React.forwardRef(function SaveModel(_ref41, ref)
|
|
|
961
919
|
viewBox: "0 0 32 32",
|
|
962
920
|
fill: "currentColor",
|
|
963
921
|
...rest
|
|
964
|
-
},
|
|
965
|
-
d: "
|
|
966
|
-
})),
|
|
967
|
-
d: "
|
|
922
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
923
|
+
d: "M9 19L9 25 14 22z"
|
|
924
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
925
|
+
d: "M11,16c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S7.7,16,11,16 M11,14c-4.4,0-8,3.6-8,8s3.6,8,8,8s8-3.6,8-8S15.4,14,11,14 L11,14z"
|
|
926
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
927
|
+
d: "M4,6v6h22v14h-4v2h4c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H6C4.9,4,4,4.9,4,6z M6,10V6h20v4H6z"
|
|
968
928
|
})), children);
|
|
969
929
|
});
|
|
970
930
|
if (process.env.NODE_ENV !== "production") {
|
|
971
|
-
|
|
931
|
+
RunMirror.propTypes = iconPropTypes;
|
|
972
932
|
}
|
|
973
|
-
const
|
|
933
|
+
const Running = /*#__PURE__*/React.forwardRef(function Running(_ref42, ref) {
|
|
974
934
|
let {
|
|
975
935
|
children,
|
|
976
936
|
size = 16,
|
|
@@ -984,18 +944,18 @@ const WatsonHealthSaveSeries = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
984
944
|
viewBox: "0 0 32 32",
|
|
985
945
|
fill: "currentColor",
|
|
986
946
|
...rest
|
|
987
|
-
},
|
|
988
|
-
d: "
|
|
989
|
-
})),
|
|
990
|
-
d: "
|
|
991
|
-
})),
|
|
992
|
-
d: "
|
|
947
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
948
|
+
d: "m21.707,20.293l-5-5c-.1951-.1953-.451-.293-.707-.293s-.512.0977-.707.293L2,28.5859l1.4143,1.4141,12.5857-12.5859,3.5857,3.5859-5.5857,5.5859,1.4143,1.4141,2.292-2.292,4.0007-4.001c.1953-.1953.293-.4512.293-.707s-.0977-.5117-.293-.707Z"
|
|
949
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
950
|
+
d: "m28.5859,9l-5.5859,5.5859-6.0012-6.0015c-.392-.3918-.9073-.5865-1.422-.5845-.5096.002-1.0185.1968-1.4063.5845l-6.1704,6.1753,1.4143,1.4141,6.1704-6.1748,6.7083,6.708c.1951.1953.4512.293.707.293s.512-.0977.707-.293l6.293-6.293-1.4141-1.4141Z"
|
|
951
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
952
|
+
d: "m22.5,9c-1.9299,0-3.5-1.5701-3.5-3.5s1.5701-3.5,3.5-3.5,3.5,1.5701,3.5,3.5-1.5701,3.5-3.5,3.5Zm0-5c-.8271,0-1.5.6729-1.5,1.5s.6729,1.5,1.5,1.5,1.5-.6729,1.5-1.5-.6729-1.5-1.5-1.5Z"
|
|
993
953
|
})), children);
|
|
994
954
|
});
|
|
995
955
|
if (process.env.NODE_ENV !== "production") {
|
|
996
|
-
|
|
956
|
+
Running.propTypes = iconPropTypes;
|
|
997
957
|
}
|
|
998
|
-
const
|
|
958
|
+
const QS = /*#__PURE__*/React.forwardRef(function QS(_ref43, ref) {
|
|
999
959
|
let {
|
|
1000
960
|
children,
|
|
1001
961
|
size = 16,
|
|
@@ -1009,16 +969,14 @@ const Scale = /*#__PURE__*/React.forwardRef(function Scale(_ref43, ref) {
|
|
|
1009
969
|
viewBox: "0 0 32 32",
|
|
1010
970
|
fill: "currentColor",
|
|
1011
971
|
...rest
|
|
1012
|
-
},
|
|
1013
|
-
d: "
|
|
1014
|
-
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1015
|
-
d: "M19,21v2h6a2,2,0,0,0,2-2V7a2,2,0,0,0-2-2H11A2,2,0,0,0,9,7v6h2V7H25V21"
|
|
972
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
973
|
+
d: "M18,23H12V21h6V17H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z"
|
|
1016
974
|
})), children);
|
|
1017
975
|
});
|
|
1018
976
|
if (process.env.NODE_ENV !== "production") {
|
|
1019
|
-
|
|
977
|
+
QS.propTypes = iconPropTypes;
|
|
1020
978
|
}
|
|
1021
|
-
const
|
|
979
|
+
const QSAlt = /*#__PURE__*/React.forwardRef(function QSAlt(_ref44, ref) {
|
|
1022
980
|
let {
|
|
1023
981
|
children,
|
|
1024
982
|
size = 16,
|
|
@@ -1032,14 +990,14 @@ const Scales = /*#__PURE__*/React.forwardRef(function Scales(_ref44, ref) {
|
|
|
1032
990
|
viewBox: "0 0 32 32",
|
|
1033
991
|
fill: "currentColor",
|
|
1034
992
|
...rest
|
|
1035
|
-
},
|
|
1036
|
-
d: "
|
|
993
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
994
|
+
d: "M24 9L22 9 22 7 20 7 20 9 18 9 18 11 20 11 20 17 22 17 22 11 24 11 24 9zM14 23H8V21h6V17H10a2 2 0 01-2-2V11a2 2 0 012-2h6v2H10v4h4a2 2 0 012 2v4A2 2 0 0114 23z"
|
|
1037
995
|
})), children);
|
|
1038
996
|
});
|
|
1039
997
|
if (process.env.NODE_ENV !== "production") {
|
|
1040
|
-
|
|
998
|
+
QSAlt.propTypes = iconPropTypes;
|
|
1041
999
|
}
|
|
1042
|
-
const
|
|
1000
|
+
const SailboatCoastal = /*#__PURE__*/React.forwardRef(function SailboatCoastal(_ref45, ref) {
|
|
1043
1001
|
let {
|
|
1044
1002
|
children,
|
|
1045
1003
|
size = 16,
|
|
@@ -1053,14 +1011,14 @@ const ScalesTipped = /*#__PURE__*/React.forwardRef(function ScalesTipped(_ref45,
|
|
|
1053
1011
|
viewBox: "0 0 32 32",
|
|
1054
1012
|
fill: "currentColor",
|
|
1055
1013
|
...rest
|
|
1056
|
-
},
|
|
1057
|
-
d: "
|
|
1014
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1015
|
+
d: "M24.7808,26,25.97,21.2422A1,1,0,0,0,25,20H20V17h5a1,1,0,0,0,.9082-1.4189l-6-13a1.0006,1.0006,0,0,0-1.7021-.19L8.2075,15.3906A1,1,0,0,0,9,17h9v3H7a1,1,0,0,0-.97,1.2422L7.2192,26H2v2H30V26ZM20,7.5527,23.437,15H20ZM11.0308,15,18,5.94V15ZM22.7192,26H9.2808l-1-4H23.7192Z"
|
|
1058
1016
|
})), children);
|
|
1059
1017
|
});
|
|
1060
1018
|
if (process.env.NODE_ENV !== "production") {
|
|
1061
|
-
|
|
1019
|
+
SailboatCoastal.propTypes = iconPropTypes;
|
|
1062
1020
|
}
|
|
1063
|
-
const
|
|
1021
|
+
const SailboatOffshore = /*#__PURE__*/React.forwardRef(function SailboatOffshore(_ref46, ref) {
|
|
1064
1022
|
let {
|
|
1065
1023
|
children,
|
|
1066
1024
|
size = 16,
|
|
@@ -1074,14 +1032,16 @@ const Scalpel = /*#__PURE__*/React.forwardRef(function Scalpel(_ref46, ref) {
|
|
|
1074
1032
|
viewBox: "0 0 32 32",
|
|
1075
1033
|
fill: "currentColor",
|
|
1076
1034
|
...rest
|
|
1077
|
-
},
|
|
1078
|
-
d: "
|
|
1035
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1036
|
+
d: "M6.9692,25H9.0308l-.75-3H23.7192l-.75,3h2.0616l.9394-3.7578A1,1,0,0,0,25,20H20V17h5a1,1,0,0,0,.9082-1.4189l-6-13a1.0006,1.0006,0,0,0-1.7021-.19L8.2075,15.3906A1,1,0,0,0,9,17h9v3H7a1,1,0,0,0-.97,1.2422ZM20,7.5527,23.437,15H20ZM11.0308,15,18,5.94V15Z"
|
|
1037
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1038
|
+
d: "M26.9058,25.751A2.998,2.998,0,0,1,24,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,20,25a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,16,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,12,25a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,8,28a2.998,2.998,0,0,1-2.9058-2.249l-1.9365.498A4.9965,4.9965,0,0,0,8,30a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,24,30a4.9965,4.9965,0,0,0,4.8423-3.751Z"
|
|
1079
1039
|
})), children);
|
|
1080
1040
|
});
|
|
1081
1041
|
if (process.env.NODE_ENV !== "production") {
|
|
1082
|
-
|
|
1042
|
+
SailboatOffshore.propTypes = iconPropTypes;
|
|
1083
1043
|
}
|
|
1084
|
-
const
|
|
1044
|
+
const SalesOps = /*#__PURE__*/React.forwardRef(function SalesOps(_ref47, ref) {
|
|
1085
1045
|
let {
|
|
1086
1046
|
children,
|
|
1087
1047
|
size = 16,
|
|
@@ -1095,14 +1055,14 @@ const WatsonHealthScalpelCursor = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
1095
1055
|
viewBox: "0 0 32 32",
|
|
1096
1056
|
fill: "currentColor",
|
|
1097
1057
|
...rest
|
|
1098
|
-
},
|
|
1099
|
-
d: "
|
|
1058
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1059
|
+
d: "M30 6v-2h-3v-2h-2v2h-1c-1.1028 0-2 .8975-2 2v2c0 1.1025.8972 2 2 2h4v2h-6v2h3v2h2v-2h1c1.1028 0 2-.8975 2-2v-2c0-1.1025-.8972-2-2-2h-4v-2h6zM24 20v2h2.5859l-3.5857 3.5859-2.2917-2.293c-.1875-.1875-.4419-.293-.707-.293h-.0015c-.2651 0-.5183.1055-.7058.293l-5.2942 5.293 1.4143 1.4141 4.5867-4.5859 2.2917 2.293c.1875.1875.4419.293.7073.293.2651 0 .5195-.1055.707-.293l4.293-4.293v2.5859h2v-6h-6zM4 30h-2v-5c0-3.8599 3.1401-7 7-7h6c1.9885 0 3.8901.8502 5.217 2.3328l-1.4902 1.334c-.948-1.0592-2.3064-1.6667-3.7268-1.6667h-6c-2.7571 0-5 2.243-5 5v5zM12 16c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm0-12c2.7615 0 5 2.2385 5 5s-2.2385 5-5 5-5-2.2385-5-5c.0032-2.7601 2.2399-4.9968 5-5z"
|
|
1100
1060
|
})), children);
|
|
1101
1061
|
});
|
|
1102
1062
|
if (process.env.NODE_ENV !== "production") {
|
|
1103
|
-
|
|
1063
|
+
SalesOps.propTypes = iconPropTypes;
|
|
1104
1064
|
}
|
|
1105
|
-
const
|
|
1065
|
+
const SankeyDiagram = /*#__PURE__*/React.forwardRef(function SankeyDiagram(_ref48, ref) {
|
|
1106
1066
|
let {
|
|
1107
1067
|
children,
|
|
1108
1068
|
size = 16,
|
|
@@ -1116,14 +1076,14 @@ const WatsonHealthScalpelLasso = /*#__PURE__*/React.forwardRef(function WatsonHe
|
|
|
1116
1076
|
viewBox: "0 0 32 32",
|
|
1117
1077
|
fill: "currentColor",
|
|
1118
1078
|
...rest
|
|
1119
|
-
},
|
|
1120
|
-
d: "M28.
|
|
1079
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1080
|
+
d: "M28,2V8.0439c-1.9634.1968-6.3162,1.2325-10.5637,6.2764-.198-.2768-.3982-.5464-.5882-.8506C11.9736,5.6714,6.3191,4.2759,4,4.042V2H2V30H4V26.0464a14.8661,14.8661,0,0,0,9.9185-3.96C18.47,27.46,25.2363,28.0381,27.9341,28.0381c.0244,0,.0422-.001.0659-.001V30h2V2Zm0,8.0552v9.99a12.8834,12.8834,0,0,1-9.2756-4.1328C22.5032,11.2666,26.2915,10.26,28,10.0552ZM15.1519,14.53c.3242.5185.663.9907,1.0078,1.4409-.3384.4741-.6753.9707-1.0078,1.5029a16.1346,16.1346,0,0,1-1.0313,1.4531c-.0825-.1372-.1675-.27-.2466-.4126C9.3279,10.3315,5.7871,8.4438,4,8.0684V6.0508C5.9932,6.2905,10.8228,7.6035,15.1519,14.53ZM4,24.0488V10.1406c1.3254.4644,4.2034,2.2847,8.126,9.3448.1894.3413.396.6523.6.9667A12.8784,12.8784,0,0,1,4,24.0488Zm11.3179-3.4209a18.0563,18.0563,0,0,0,1.53-2.0937c.2212-.354.4454-.67.6687-.9951A14.8686,14.8686,0,0,0,28,22.0425v3.9863C25.67,26.019,19.374,25.5088,15.3179,20.6279Z"
|
|
1121
1081
|
})), children);
|
|
1122
1082
|
});
|
|
1123
1083
|
if (process.env.NODE_ENV !== "production") {
|
|
1124
|
-
|
|
1084
|
+
SankeyDiagram.propTypes = iconPropTypes;
|
|
1125
1085
|
}
|
|
1126
|
-
const
|
|
1086
|
+
const SankeyDiagramAlt = /*#__PURE__*/React.forwardRef(function SankeyDiagramAlt(_ref49, ref) {
|
|
1127
1087
|
let {
|
|
1128
1088
|
children,
|
|
1129
1089
|
size = 16,
|
|
@@ -1137,14 +1097,14 @@ const WatsonHealthScalpelSelect = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
1137
1097
|
viewBox: "0 0 32 32",
|
|
1138
1098
|
fill: "currentColor",
|
|
1139
1099
|
...rest
|
|
1140
|
-
},
|
|
1141
|
-
d: "
|
|
1100
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1101
|
+
d: "M30,2H2V16H8.1113a7.0359,7.0359,0,0,1,3.13.7393L15.7637,19l-4.522,2.2607A7.0359,7.0359,0,0,1,8.1113,22H2v8H9.2231a9.0446,9.0446,0,0,0,4.0249-.95L21.87,24.7393A7.0359,7.0359,0,0,1,25,24h5V14H25a7.0359,7.0359,0,0,1-3.13-.7393L15.3481,10H30ZM8,4H24V8H8ZM4,4H6V14H4ZM4,24H6v4H4Zm16.9751-1.05-8.6216,4.3105A7.0359,7.0359,0,0,1,9.2231,28H8V24h.1113a9.0446,9.0446,0,0,0,4.0249-.95L18,20.1182l1.8638.9316a9.0446,9.0446,0,0,0,4.0249.95H24v.0586A9.0515,9.0515,0,0,0,20.9751,22.95ZM28,22H26V16h2ZM12.3535,10.7393l8.6216,4.31A9.0515,9.0515,0,0,0,24,15.9414V20h-.1113a7.0359,7.0359,0,0,1-3.13-.7393l-8.6221-4.31A9.0446,9.0446,0,0,0,8.1113,14H8V10H9.2231A7.0359,7.0359,0,0,1,12.3535,10.7393ZM28,8H26V4h2Z"
|
|
1142
1102
|
})), children);
|
|
1143
1103
|
});
|
|
1144
1104
|
if (process.env.NODE_ENV !== "production") {
|
|
1145
|
-
|
|
1105
|
+
SankeyDiagramAlt.propTypes = iconPropTypes;
|
|
1146
1106
|
}
|
|
1147
|
-
const
|
|
1107
|
+
const Satellite = /*#__PURE__*/React.forwardRef(function Satellite(_ref50, ref) {
|
|
1148
1108
|
let {
|
|
1149
1109
|
children,
|
|
1150
1110
|
size = 16,
|
|
@@ -1158,16 +1118,14 @@ const Scan = /*#__PURE__*/React.forwardRef(function Scan(_ref50, ref) {
|
|
|
1158
1118
|
viewBox: "0 0 32 32",
|
|
1159
1119
|
fill: "currentColor",
|
|
1160
1120
|
...rest
|
|
1161
|
-
},
|
|
1162
|
-
d: "
|
|
1163
|
-
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1164
|
-
d: "M15 9H17V23H15zM27 9H29V23H27zM21 9H23V23H21z"
|
|
1121
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1122
|
+
d: "M22.9141,16.5l2.7929-2.793a.9994.9994,0,0,0,0-1.414L23.4141,10,25.5,7.9141,28.5859,11,30,9.5859,22.4141,2,21,3.4141,24.0859,6.5,22,8.5859,19.707,6.293a.9994.9994,0,0,0-1.414,0L15.5,9.0859,8.707,2.293a.9994.9994,0,0,0-1.414,0l-5,5a.9994.9994,0,0,0,0,1.414L9.0859,15.5,6.293,18.293a.9994.9994,0,0,0,0,1.414L8.5859,22,6.5,24.0859,3.4141,21,2,22.4141,9.5859,30,11,28.5859,7.9141,25.5,10,23.4141l2.293,2.2929a.9995.9995,0,0,0,1.414,0L16.5,22.9141l6.793,6.7929a.9995.9995,0,0,0,1.414,0l5-5a.9994.9994,0,0,0,0-1.414ZM4.4141,8,8,4.4141,10.0859,6.5,6.5,10.0859Zm3.5,3.5L11.5,7.9141,14.0859,10.5,10.5,14.0859ZM13,23.5859,8.4141,19,19,8.4141,23.5859,13ZM17.9141,21.5,21.5,17.9141,24.0859,20.5,20.5,24.0859ZM24,27.5859,21.9141,25.5,25.5,21.9141,27.5859,24Z"
|
|
1165
1123
|
})), children);
|
|
1166
1124
|
});
|
|
1167
1125
|
if (process.env.NODE_ENV !== "production") {
|
|
1168
|
-
|
|
1126
|
+
Satellite.propTypes = iconPropTypes;
|
|
1169
1127
|
}
|
|
1170
|
-
const
|
|
1128
|
+
const SatelliteRadar = /*#__PURE__*/React.forwardRef(function SatelliteRadar(_ref51, ref) {
|
|
1171
1129
|
let {
|
|
1172
1130
|
children,
|
|
1173
1131
|
size = 16,
|
|
@@ -1181,14 +1139,16 @@ const ScanAlt = /*#__PURE__*/React.forwardRef(function ScanAlt(_ref51, ref) {
|
|
|
1181
1139
|
viewBox: "0 0 32 32",
|
|
1182
1140
|
fill: "currentColor",
|
|
1183
1141
|
...rest
|
|
1184
|
-
},
|
|
1185
|
-
d: "
|
|
1142
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1143
|
+
d: "M30,14H28A10.0113,10.0113,0,0,0,18,4V2A12.0137,12.0137,0,0,1,30,14Z"
|
|
1144
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1145
|
+
d: "M26 14H24a6.0067 6.0067 0 00-6-6V6A8.0092 8.0092 0 0126 14zM16 28V24.96a9.9124 9.9124 0 007.3179-2.208 1.8482 1.8482 0 00.6777-1.3344 1.8 1.8 0 00-.5239-1.36L18.4141 15 21 12.4141 19.5859 11 17 13.5859 11.9419 8.5273a1.8145 1.8145 0 00-1.36-.5229 1.845 1.845 0 00-1.3339.6782 9.9566 9.9566 0 00-.5127 11.95L6.2793 28H2v2H30V28zM10.68 10.0938L21.9058 21.32A8.0011 8.0011 0 0110.68 10.0938zM14 28H8.3875l1.8757-5.627A9.9894 9.9894 0 0014 24.5435z"
|
|
1186
1146
|
})), children);
|
|
1187
1147
|
});
|
|
1188
1148
|
if (process.env.NODE_ENV !== "production") {
|
|
1189
|
-
|
|
1149
|
+
SatelliteRadar.propTypes = iconPropTypes;
|
|
1190
1150
|
}
|
|
1191
|
-
const
|
|
1151
|
+
const SatelliteWeather = /*#__PURE__*/React.forwardRef(function SatelliteWeather(_ref52, ref) {
|
|
1192
1152
|
let {
|
|
1193
1153
|
children,
|
|
1194
1154
|
size = 16,
|
|
@@ -1202,19 +1162,58 @@ const ScanDisabled = /*#__PURE__*/React.forwardRef(function ScanDisabled(_ref52,
|
|
|
1202
1162
|
viewBox: "0 0 32 32",
|
|
1203
1163
|
fill: "currentColor",
|
|
1204
1164
|
...rest
|
|
1205
|
-
},
|
|
1206
|
-
d: "
|
|
1165
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1166
|
+
d: "M26.5 12H19a4 4 0 010-8h.0835A4.7864 4.7864 0 0123 2a4.9816 4.9816 0 014.6543 3.2034A3.4667 3.4667 0 0130 8.5 3.5041 3.5041 0 0126.5 12zM19 6a2 2 0 000 4h7.5A1.5017 1.5017 0 0028 8.5a1.4855 1.4855 0 00-1.2778-1.4739L26.061 6.927l-.1616-.6487a2.9568 2.9568 0 00-5.4873-.7121L20.1143 6zM13 28V24.8882a7.9363 7.9363 0 004.707-2.2818.9995.9995 0 000-1.414L13.4644 16.95 16 14.4141 14.5859 13 12.05 15.5356 7.8076 11.293a.9994.9994 0 00-1.414 0 7.9993 7.9993 0 000 11.3134c.1621.1622.3327.3125.5058.459L4.4321 28H2v2H30V28zm-2 0H6.6685L8.59 24.1567A7.8927 7.8927 0 0011 24.873zM7.8076 21.1924a6.0036 6.0036 0 01-.6489-7.72l8.3686 8.3681a6.0026 6.0026 0 01-7.72-.6484z"
|
|
1207
1167
|
})), children);
|
|
1208
1168
|
});
|
|
1209
1169
|
if (process.env.NODE_ENV !== "production") {
|
|
1210
|
-
|
|
1170
|
+
SatelliteWeather.propTypes = iconPropTypes;
|
|
1211
1171
|
}
|
|
1212
|
-
const
|
|
1172
|
+
const Save = /*#__PURE__*/React.forwardRef(function Save(_ref53, ref) {
|
|
1213
1173
|
let {
|
|
1214
1174
|
children,
|
|
1215
1175
|
size = 16,
|
|
1216
1176
|
...rest
|
|
1217
1177
|
} = _ref53;
|
|
1178
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1179
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1180
|
+
width: size,
|
|
1181
|
+
height: size,
|
|
1182
|
+
ref: ref,
|
|
1183
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1184
|
+
viewBox: "0 0 16 16",
|
|
1185
|
+
fill: "currentColor",
|
|
1186
|
+
...rest
|
|
1187
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1188
|
+
d: "M13.9,4.6l-2.5-2.5C11.3,2.1,11.1,2,11,2H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V5 C14,4.9,13.9,4.7,13.9,4.6z M6,3h4v2H6V3z M10,13H6V9h4V13z M11,13V9c0-0.6-0.4-1-1-1H6C5.4,8,5,8.4,5,9v4H3V3h2v2c0,0.6,0.4,1,1,1 h4c0.6,0,1-0.4,1-1V3.2l2,2V13H11z"
|
|
1189
|
+
})), children);
|
|
1190
|
+
}
|
|
1191
|
+
if (size === 20 || size === "20" || size === "20px") {
|
|
1192
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1193
|
+
width: size,
|
|
1194
|
+
height: size,
|
|
1195
|
+
ref: ref,
|
|
1196
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1197
|
+
viewBox: "0 0 20 20",
|
|
1198
|
+
fill: "currentColor",
|
|
1199
|
+
...rest
|
|
1200
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1201
|
+
d: "M17.8,5.5l-3.3-3.3C14.3,2.1,14.2,2,14,2H3.3C2.6,2,2,2.6,2,3.3v13.3C2,17.4,2.6,18,3.3,18h13.3c0.7,0,1.4-0.5,1.4-1.2V6.1 C18,5.7,17.9,5.7,17.8,5.5z M7.3,3.3h5.3v3.3H7.3V3.3z M12.7,16.7H7.3v-5.3h5.3L12.7,16.7L12.7,16.7z M14,16.7v-5.3 c0-0.7-0.6-1.3-1.3-1.3H7.3C6.6,10,6,10.6,6,11.3v5.3H3.3V3.3H6v3.3C6,7.4,6.6,8,7.3,8h5.3C13.4,8,14,7.4,14,6.7v-3l2.7,2.7v10.4 L14,16.7L14,16.7z"
|
|
1202
|
+
})), children);
|
|
1203
|
+
}
|
|
1204
|
+
if (size === 24 || size === "24" || size === "24px") {
|
|
1205
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1206
|
+
width: size,
|
|
1207
|
+
height: size,
|
|
1208
|
+
ref: ref,
|
|
1209
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1210
|
+
viewBox: "0 0 24 24",
|
|
1211
|
+
fill: "currentColor",
|
|
1212
|
+
...rest
|
|
1213
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1214
|
+
d: "M20.8,7L17,3.2C16.9,3.1,16.7,3,16.5,3h-12C3.7,3,3,3.7,3,4.5v15C3,20.3,3.7,21,4.5,21h15c0.8,0,1.5-0.7,1.5-1.5v-12 C21,7.3,20.9,7.1,20.8,7z M9,4.5h6v3H9V4.5z M15,19.5H9v-6h6V19.5z M16.5,19.5v-6c0-0.8-0.7-1.5-1.5-1.5H9c-0.8,0-1.5,0.7-1.5,1.5v6 h-3v-15h3v3C7.5,8.3,8.2,9,9,9h6c0.8,0,1.5-0.7,1.5-1.5V4.8l3,3v11.7H16.5z"
|
|
1215
|
+
})), children);
|
|
1216
|
+
}
|
|
1218
1217
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1219
1218
|
width: size,
|
|
1220
1219
|
height: size,
|
|
@@ -1223,26 +1222,14 @@ const ScatterMatrix = /*#__PURE__*/React.forwardRef(function ScatterMatrix(_ref5
|
|
|
1223
1222
|
viewBox: "0 0 32 32",
|
|
1224
1223
|
fill: "currentColor",
|
|
1225
1224
|
...rest
|
|
1226
|
-
},
|
|
1227
|
-
|
|
1228
|
-
cy: "9.5",
|
|
1229
|
-
r: "2.5"
|
|
1230
|
-
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
1231
|
-
cx: "9.5",
|
|
1232
|
-
cy: "22.5",
|
|
1233
|
-
r: "2.5"
|
|
1234
|
-
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
1235
|
-
cx: "22.5",
|
|
1236
|
-
cy: "22.5",
|
|
1237
|
-
r: "2.5"
|
|
1238
|
-
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1239
|
-
d: "M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,13H17V4H28ZM15,4V15H4V4ZM4,17H15V28H4ZM17,28V17H28V28Z"
|
|
1225
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1226
|
+
d: "M27.71,9.29l-5-5A1,1,0,0,0,22,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V10A1,1,0,0,0,27.71,9.29ZM12,6h8v4H12Zm8,20H12V18h8Zm2,0V18a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2v8H6V6h4v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V6.41l4,4V26Z"
|
|
1240
1227
|
})), children);
|
|
1241
1228
|
});
|
|
1242
1229
|
if (process.env.NODE_ENV !== "production") {
|
|
1243
|
-
|
|
1230
|
+
Save.propTypes = iconPropTypes;
|
|
1244
1231
|
}
|
|
1245
|
-
const
|
|
1232
|
+
const WatsonHealthSaveAnnotation = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveAnnotation(_ref54, ref) {
|
|
1246
1233
|
let {
|
|
1247
1234
|
children,
|
|
1248
1235
|
size = 16,
|
|
@@ -1256,14 +1243,18 @@ const Schematics = /*#__PURE__*/React.forwardRef(function Schematics(_ref54, ref
|
|
|
1256
1243
|
viewBox: "0 0 32 32",
|
|
1257
1244
|
fill: "currentColor",
|
|
1258
1245
|
...rest
|
|
1259
|
-
},
|
|
1260
|
-
d: "
|
|
1246
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1247
|
+
d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z"
|
|
1248
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1249
|
+
d: "M28,20H25V18h3V4H8V7H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
|
|
1250
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1251
|
+
d: "M20 6H26V8H20zM22 10H26V12H22z"
|
|
1261
1252
|
})), children);
|
|
1262
1253
|
});
|
|
1263
1254
|
if (process.env.NODE_ENV !== "production") {
|
|
1264
|
-
|
|
1255
|
+
WatsonHealthSaveAnnotation.propTypes = iconPropTypes;
|
|
1265
1256
|
}
|
|
1266
|
-
const
|
|
1257
|
+
const WatsonHealthSaveImage = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveImage(_ref55, ref) {
|
|
1267
1258
|
let {
|
|
1268
1259
|
children,
|
|
1269
1260
|
size = 16,
|
|
@@ -1277,14 +1268,16 @@ const ScisControlTower = /*#__PURE__*/React.forwardRef(function ScisControlTower
|
|
|
1277
1268
|
viewBox: "0 0 32 32",
|
|
1278
1269
|
fill: "currentColor",
|
|
1279
1270
|
...rest
|
|
1280
|
-
},
|
|
1281
|
-
d: "
|
|
1271
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1272
|
+
d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z"
|
|
1273
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1274
|
+
d: "M28,20H25V18h3V4H14V7H12V4a2,2,0,0,1,2-2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
|
|
1282
1275
|
})), children);
|
|
1283
1276
|
});
|
|
1284
1277
|
if (process.env.NODE_ENV !== "production") {
|
|
1285
|
-
|
|
1278
|
+
WatsonHealthSaveImage.propTypes = iconPropTypes;
|
|
1286
1279
|
}
|
|
1287
|
-
const
|
|
1280
|
+
const SaveModel = /*#__PURE__*/React.forwardRef(function SaveModel(_ref56, ref) {
|
|
1288
1281
|
let {
|
|
1289
1282
|
children,
|
|
1290
1283
|
size = 16,
|
|
@@ -1299,17 +1292,15 @@ const ScisTransparentSupply = /*#__PURE__*/React.forwardRef(function ScisTranspa
|
|
|
1299
1292
|
fill: "currentColor",
|
|
1300
1293
|
...rest
|
|
1301
1294
|
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1302
|
-
d: "
|
|
1295
|
+
d: "M26,20l1.4272,1.9028L23,26.9629l-4.4272-5.06L20,20h6m1-2H19l-3,4,7,8,7-8-3-4Z"
|
|
1303
1296
|
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1304
|
-
d: "
|
|
1305
|
-
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1306
|
-
d: "M23.5,4H9V1H1V9H9V6H23.5a4.5,4.5,0,0,1,0,9H23v2h.5a6.5,6.5,0,0,0,0-13ZM7,7H3V3H7Z"
|
|
1297
|
+
d: "M16,26H12V18h2V16H12a2,2,0,0,0-2,2v8H6V6h4v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V6.41l4,4V16h2V10a1,1,0,0,0-.29-.71l-5-5A.9989.9989,0,0,0,22,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H16ZM12,6h8v4H12Z"
|
|
1307
1298
|
})), children);
|
|
1308
1299
|
});
|
|
1309
1300
|
if (process.env.NODE_ENV !== "production") {
|
|
1310
|
-
|
|
1301
|
+
SaveModel.propTypes = iconPropTypes;
|
|
1311
1302
|
}
|
|
1312
|
-
const
|
|
1303
|
+
const WatsonHealthSaveSeries = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveSeries(_ref57, ref) {
|
|
1313
1304
|
let {
|
|
1314
1305
|
children,
|
|
1315
1306
|
size = 16,
|
|
@@ -1323,14 +1314,18 @@ const Scooter = /*#__PURE__*/React.forwardRef(function Scooter(_ref57, ref) {
|
|
|
1323
1314
|
viewBox: "0 0 32 32",
|
|
1324
1315
|
fill: "currentColor",
|
|
1325
1316
|
...rest
|
|
1326
|
-
},
|
|
1327
|
-
d: "
|
|
1317
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1318
|
+
d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z"
|
|
1319
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1320
|
+
d: "M27,21H25V7H11V5H25a2,2,0,0,1,2,2Z"
|
|
1321
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1322
|
+
d: "M32,14H30V2H18V0H30a2,2,0,0,1,2,2Z"
|
|
1328
1323
|
})), children);
|
|
1329
1324
|
});
|
|
1330
1325
|
if (process.env.NODE_ENV !== "production") {
|
|
1331
|
-
|
|
1326
|
+
WatsonHealthSaveSeries.propTypes = iconPropTypes;
|
|
1332
1327
|
}
|
|
1333
|
-
const
|
|
1328
|
+
const Scale = /*#__PURE__*/React.forwardRef(function Scale(_ref58, ref) {
|
|
1334
1329
|
let {
|
|
1335
1330
|
children,
|
|
1336
1331
|
size = 16,
|
|
@@ -1344,16 +1339,16 @@ const ScooterFront = /*#__PURE__*/React.forwardRef(function ScooterFront(_ref58,
|
|
|
1344
1339
|
viewBox: "0 0 32 32",
|
|
1345
1340
|
fill: "currentColor",
|
|
1346
1341
|
...rest
|
|
1347
|
-
},
|
|
1348
|
-
d: "
|
|
1349
|
-
})),
|
|
1350
|
-
d: "
|
|
1342
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1343
|
+
d: "M13,17H7a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V19A2,2,0,0,0,13,17ZM7,25V19h6v6Z"
|
|
1344
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1345
|
+
d: "M19,21v2h6a2,2,0,0,0,2-2V7a2,2,0,0,0-2-2H11A2,2,0,0,0,9,7v6h2V7H25V21"
|
|
1351
1346
|
})), children);
|
|
1352
1347
|
});
|
|
1353
1348
|
if (process.env.NODE_ENV !== "production") {
|
|
1354
|
-
|
|
1349
|
+
Scale.propTypes = iconPropTypes;
|
|
1355
1350
|
}
|
|
1356
|
-
const
|
|
1351
|
+
const Scales = /*#__PURE__*/React.forwardRef(function Scales(_ref59, ref) {
|
|
1357
1352
|
let {
|
|
1358
1353
|
children,
|
|
1359
1354
|
size = 16,
|
|
@@ -1367,14 +1362,14 @@ const Screen = /*#__PURE__*/React.forwardRef(function Screen(_ref59, ref) {
|
|
|
1367
1362
|
viewBox: "0 0 32 32",
|
|
1368
1363
|
fill: "currentColor",
|
|
1369
1364
|
...rest
|
|
1370
|
-
},
|
|
1371
|
-
d: "
|
|
1365
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1366
|
+
d: "M20,16a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L25.896,7.5562a.8913.8913,0,0,0-.0454-.0816A1,1,0,0,0,25,7H18.8218A3.0155,3.0155,0,0,0,17,5.1841V2H15V5.1841A3.0155,3.0155,0,0,0,13.1782,7H7a1,1,0,0,0-.8945.5527l-4,8A1,1,0,0,0,2,16a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L8.6182,9h4.56A3.0147,3.0147,0,0,0,15,10.8154V28H6v2H26V28H17V10.8159A3.0155,3.0155,0,0,0,18.8218,9h4.56l-3.2763,6.5527A1,1,0,0,0,20,16ZM7,19a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,7,19Zm2.3821-4H4.6179L7,10.2363ZM16,9a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,9Zm9,10a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,25,19Zm0-8.7637L27.3821,15H22.6179Z"
|
|
1372
1367
|
})), children);
|
|
1373
1368
|
});
|
|
1374
1369
|
if (process.env.NODE_ENV !== "production") {
|
|
1375
|
-
|
|
1370
|
+
Scales.propTypes = iconPropTypes;
|
|
1376
1371
|
}
|
|
1377
|
-
const
|
|
1372
|
+
const ScalesTipped = /*#__PURE__*/React.forwardRef(function ScalesTipped(_ref60, ref) {
|
|
1378
1373
|
let {
|
|
1379
1374
|
children,
|
|
1380
1375
|
size = 16,
|
|
@@ -1388,14 +1383,14 @@ const ScreenOff = /*#__PURE__*/React.forwardRef(function ScreenOff(_ref60, ref)
|
|
|
1388
1383
|
viewBox: "0 0 32 32",
|
|
1389
1384
|
fill: "currentColor",
|
|
1390
1385
|
...rest
|
|
1391
|
-
},
|
|
1392
|
-
d: "
|
|
1386
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1387
|
+
d: "M20,13a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473l-4-8a1,1,0,0,0-1.2109-.5014l-6.3308,2.11A3.0322,3.0322,0,0,0,17,5.1841V2H15V5.1841a2.9949,2.9949,0,0,0-1.9956,2.76l-6.3208,2.107a1,1,0,0,0-.5781.5014l-4,8A1,1,0,0,0,2,19a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L8.41,11.584l5.237-1.7456A3.0285,3.0285,0,0,0,15,10.8154V28H6v2H26V28H17V10.8159a2.9951,2.9951,0,0,0,1.9956-2.76l4.03-1.3438-2.92,5.8408A1,1,0,0,0,20,13ZM7,22a2.9956,2.9956,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,7,22Zm2.3821-4H4.6179L7,13.2363ZM16,9a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,9Zm9,7a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,25,16Zm0-8.7637L27.3821,12H22.6179Z"
|
|
1393
1388
|
})), children);
|
|
1394
1389
|
});
|
|
1395
1390
|
if (process.env.NODE_ENV !== "production") {
|
|
1396
|
-
|
|
1391
|
+
ScalesTipped.propTypes = iconPropTypes;
|
|
1397
1392
|
}
|
|
1398
|
-
const
|
|
1393
|
+
const Scalpel = /*#__PURE__*/React.forwardRef(function Scalpel(_ref61, ref) {
|
|
1399
1394
|
let {
|
|
1400
1395
|
children,
|
|
1401
1396
|
size = 16,
|
|
@@ -1409,16 +1404,14 @@ const ScreenMap = /*#__PURE__*/React.forwardRef(function ScreenMap(_ref61, ref)
|
|
|
1409
1404
|
viewBox: "0 0 32 32",
|
|
1410
1405
|
fill: "currentColor",
|
|
1411
1406
|
...rest
|
|
1412
|
-
},
|
|
1413
|
-
d: "
|
|
1414
|
-
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1415
|
-
d: "M28,3H4c-1.1028,0-2,.8975-2,2V21c0,1.1025,.8972,2,2,2H12v4h-4v2h12v-8H4V5H28v14h2V5c0-1.1025-.8972-2-2-2Zm-10,24h-4v-4h4v4Z"
|
|
1407
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1408
|
+
d: "M28.83,5.17a4.1,4.1,0,0,0-5.66,0L.34,28H9.59a5,5,0,0,0,3.53-1.46L28.83,10.83a4,4,0,0,0,0-5.66ZM12.29,18.88l2.09-2.09,2.83,2.83-2.09,2.09Zm-.58,6.24A3,3,0,0,1,9.59,26H5.17l5.71-5.71,2.83,2.83ZM27.41,9.41l-8.79,8.8-2.83-2.83,8.8-8.79a2,2,0,0,1,2.82,0,2,2,0,0,1,0,2.82Z"
|
|
1416
1409
|
})), children);
|
|
1417
1410
|
});
|
|
1418
1411
|
if (process.env.NODE_ENV !== "production") {
|
|
1419
|
-
|
|
1412
|
+
Scalpel.propTypes = iconPropTypes;
|
|
1420
1413
|
}
|
|
1421
|
-
const
|
|
1414
|
+
const WatsonHealthScalpelCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelCursor(_ref62, ref) {
|
|
1422
1415
|
let {
|
|
1423
1416
|
children,
|
|
1424
1417
|
size = 16,
|
|
@@ -1433,17 +1426,13 @@ const ScreenMapSet = /*#__PURE__*/React.forwardRef(function ScreenMapSet(_ref62,
|
|
|
1433
1426
|
fill: "currentColor",
|
|
1434
1427
|
...rest
|
|
1435
1428
|
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1436
|
-
d: "
|
|
1437
|
-
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1438
|
-
d: "M7,7H29v12h2V7c0-1.1025-.8972-2-2-2H7c-1.1028,0-2,.8975-2,2v15c0,1.1025,.8972,2,2,2h7v4h-4v2h12v-8H7V7Zm13,21h-4v-4h4v4Z"
|
|
1439
|
-
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1440
|
-
d: "M26,3V1H3C1.8972,1,1,1.8965,1,3v15H3V3H26Z"
|
|
1429
|
+
d: "M28.8281 7.1338a4.0941 4.0941 0 00-5.6562 0L.3433 29.9619H9.5889a4.9682 4.9682 0 003.5356-1.4648L28.8281 12.79a3.9984 3.9984 0 000-5.6562zM12.2928 20.8406l2.086-2.0858 2.8293 2.8293L15.1224 23.67zM11.71 27.083a2.9824 2.9824 0 01-2.1215.8789H5.1714l5.7073-5.7072 2.83 2.83zM27.4141 11.376L18.6221 20.17l-2.8293-2.8292 8.7931-8.7928a2.0471 2.0471 0 012.8282 0 1.9993 1.9993 0 010 2.8281zM13 4L4 4 4 13 6 13 6 6 13 6 13 4z"
|
|
1441
1430
|
})), children);
|
|
1442
1431
|
});
|
|
1443
1432
|
if (process.env.NODE_ENV !== "production") {
|
|
1444
|
-
|
|
1433
|
+
WatsonHealthScalpelCursor.propTypes = iconPropTypes;
|
|
1445
1434
|
}
|
|
1446
|
-
const
|
|
1435
|
+
const WatsonHealthScalpelLasso = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelLasso(_ref63, ref) {
|
|
1447
1436
|
let {
|
|
1448
1437
|
children,
|
|
1449
1438
|
size = 16,
|
|
@@ -1457,16 +1446,14 @@ const Script = /*#__PURE__*/React.forwardRef(function Script(_ref63, ref) {
|
|
|
1457
1446
|
viewBox: "0 0 32 32",
|
|
1458
1447
|
fill: "currentColor",
|
|
1459
1448
|
...rest
|
|
1460
|
-
},
|
|
1461
|
-
d: "
|
|
1462
|
-
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1463
|
-
d: "M14,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v6h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h6ZM18,4.4,23.6,10H18Z"
|
|
1449
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1450
|
+
d: "M28.8281 7.1338a4.0941 4.0941 0 00-5.6562 0L.3433 29.9619H9.5889a4.9682 4.9682 0 003.5356-1.4648L28.8281 12.79a3.9984 3.9984 0 000-5.6562zM12.2928 20.8406l2.086-2.0858 2.8293 2.8293L15.1224 23.67zM11.71 27.083a2.9824 2.9824 0 01-2.1215.8789H5.1714l5.7073-5.7072 2.83 2.83zM27.4141 11.376L18.6221 20.17l-2.8293-2.8292 8.7931-8.7928a2.0471 2.0471 0 012.8282 0 1.9993 1.9993 0 010 2.8281zM11 2H7a4.9843 4.9843 0 00-3.8633 8.1528A2.9586 2.9586 0 003 11a2.9945 2.9945 0 002 2.8154V14a2.0025 2.0025 0 01-2 2H2v2H3a4.0045 4.0045 0 004-4v-.1841A2.9959 2.9959 0 008.8157 12H11A5 5 0 0011 2zM6 12a1 1 0 111-1A1.0009 1.0009 0 016 12zm5-2H8.8157A2.974 2.974 0 004.394 8.4746 2.9908 2.9908 0 017 4h4a3 3 0 010 6z"
|
|
1464
1451
|
})), children);
|
|
1465
1452
|
});
|
|
1466
1453
|
if (process.env.NODE_ENV !== "production") {
|
|
1467
|
-
|
|
1454
|
+
WatsonHealthScalpelLasso.propTypes = iconPropTypes;
|
|
1468
1455
|
}
|
|
1469
|
-
const
|
|
1456
|
+
const WatsonHealthScalpelSelect = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelSelect(_ref64, ref) {
|
|
1470
1457
|
let {
|
|
1471
1458
|
children,
|
|
1472
1459
|
size = 16,
|
|
@@ -1480,14 +1467,14 @@ const ScriptReference = /*#__PURE__*/React.forwardRef(function ScriptReference(_
|
|
|
1480
1467
|
viewBox: "0 0 32 32",
|
|
1481
1468
|
fill: "currentColor",
|
|
1482
1469
|
...rest
|
|
1483
|
-
},
|
|
1484
|
-
d: "
|
|
1470
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1471
|
+
d: "M28.8281 7.1719a4.0941 4.0941 0 00-5.6562 0L.3433 30H9.5889a4.9682 4.9682 0 003.5356-1.4648L28.8281 12.8281a3.9984 3.9984 0 000-5.6562zM12.2928 20.8787l2.086-2.0859 2.8293 2.8294-2.0857 2.0862zM11.71 27.1211A2.9824 2.9824 0 019.5889 28H5.1714l5.7073-5.7072 2.83 2.83zm15.7037-15.707l-8.792 8.7939-2.8293-2.8292 8.7931-8.7929a2.0473 2.0473 0 012.8282 0 1.9995 1.9995 0 010 2.8282zM15 2a2.9948 2.9948 0 00-2.8157 2H7.8156A2.9925 2.9925 0 104 7.8154v4.3687a3 3 0 102 0V7.8159A2.9959 2.9959 0 007.8156 6h4.3686A2.9947 2.9947 0 1015 2zM5 16a1 1 0 111-1A1.0008 1.0008 0 015 16zM5 6A1 1 0 116 5 1.0008 1.0008 0 015 6zM15 6a1 1 0 111-1A1.0008 1.0008 0 0115 6z"
|
|
1485
1472
|
})), children);
|
|
1486
1473
|
});
|
|
1487
1474
|
if (process.env.NODE_ENV !== "production") {
|
|
1488
|
-
|
|
1475
|
+
WatsonHealthScalpelSelect.propTypes = iconPropTypes;
|
|
1489
1476
|
}
|
|
1490
|
-
const
|
|
1477
|
+
const Scan = /*#__PURE__*/React.forwardRef(function Scan(_ref65, ref) {
|
|
1491
1478
|
let {
|
|
1492
1479
|
children,
|
|
1493
1480
|
size = 16,
|
|
@@ -1501,32 +1488,21 @@ const Sdk = /*#__PURE__*/React.forwardRef(function Sdk(_ref65, ref) {
|
|
|
1501
1488
|
viewBox: "0 0 32 32",
|
|
1502
1489
|
fill: "currentColor",
|
|
1503
1490
|
...rest
|
|
1504
|
-
},
|
|
1505
|
-
d: "
|
|
1491
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1492
|
+
d: "M21,29H5a2,2,0,0,1-2-2V5A2,2,0,0,1,5,3H21V5H5V27H21Z"
|
|
1493
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1494
|
+
d: "M15 9H17V23H15zM27 9H29V23H27zM21 9H23V23H21z"
|
|
1506
1495
|
})), children);
|
|
1507
1496
|
});
|
|
1508
1497
|
if (process.env.NODE_ENV !== "production") {
|
|
1509
|
-
|
|
1498
|
+
Scan.propTypes = iconPropTypes;
|
|
1510
1499
|
}
|
|
1511
|
-
const
|
|
1500
|
+
const ScanAlt = /*#__PURE__*/React.forwardRef(function ScanAlt(_ref66, ref) {
|
|
1512
1501
|
let {
|
|
1513
1502
|
children,
|
|
1514
1503
|
size = 16,
|
|
1515
1504
|
...rest
|
|
1516
1505
|
} = _ref66;
|
|
1517
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1518
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
1519
|
-
width: size,
|
|
1520
|
-
height: size,
|
|
1521
|
-
ref: ref,
|
|
1522
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1523
|
-
viewBox: "0 0 16 16",
|
|
1524
|
-
fill: "currentColor",
|
|
1525
|
-
...rest
|
|
1526
|
-
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1527
|
-
d: "M15,14.3L10.7,10c1.9-2.3,1.6-5.8-0.7-7.7S4.2,0.7,2.3,3S0.7,8.8,3,10.7c2,1.7,5,1.7,7,0l4.3,4.3L15,14.3z M2,6.5 C2,4,4,2,6.5,2S11,4,11,6.5S9,11,6.5,11S2,9,2,6.5z"
|
|
1528
|
-
})), children);
|
|
1529
|
-
}
|
|
1530
1506
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1531
1507
|
width: size,
|
|
1532
1508
|
height: size,
|
|
@@ -1535,14 +1511,14 @@ const Search = /*#__PURE__*/React.forwardRef(function Search(_ref66, ref) {
|
|
|
1535
1511
|
viewBox: "0 0 32 32",
|
|
1536
1512
|
fill: "currentColor",
|
|
1537
1513
|
...rest
|
|
1538
|
-
},
|
|
1539
|
-
d: "
|
|
1514
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1515
|
+
d: "M22 24H10a2 2 0 01-2-2V19h2v3H22V19h2v3A2 2 0 0122 24zM2 15H30V17H2zM24 13H22V10H10v3H8V10a2 2 0 012-2H22a2 2 0 012 2zM30 10L28 10 28 4 22 4 22 2 30 2 30 10zM4 10L2 10 2 2 10 2 10 4 4 4 4 10zM10 30L2 30 2 22 4 22 4 28 10 28 10 30zM30 30L22 30 22 28 28 28 28 22 30 22 30 30z"
|
|
1540
1516
|
})), children);
|
|
1541
1517
|
});
|
|
1542
1518
|
if (process.env.NODE_ENV !== "production") {
|
|
1543
|
-
|
|
1519
|
+
ScanAlt.propTypes = iconPropTypes;
|
|
1544
1520
|
}
|
|
1545
|
-
const
|
|
1521
|
+
const ScanDisabled = /*#__PURE__*/React.forwardRef(function ScanDisabled(_ref67, ref) {
|
|
1546
1522
|
let {
|
|
1547
1523
|
children,
|
|
1548
1524
|
size = 16,
|
|
@@ -1556,14 +1532,14 @@ const SearchAdvanced = /*#__PURE__*/React.forwardRef(function SearchAdvanced(_re
|
|
|
1556
1532
|
viewBox: "0 0 32 32",
|
|
1557
1533
|
fill: "currentColor",
|
|
1558
1534
|
...rest
|
|
1559
|
-
},
|
|
1560
|
-
d: "
|
|
1561
|
-
})), children);
|
|
1535
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1536
|
+
d: "M29.3826 2.0762a.9993.9993 0 00-1.09.2168l-26 26A1 1 0 003 30h8V28H5.4143l4-4H22a2.0021 2.0021 0 002-2V9.4146l4-4V11h2V3A1 1 0 0029.3826 2.0762zM22 22H11.4143L22 11.4146zM10 17.7554V10h7.7554l2-2H10a2.0025 2.0025 0 00-2 2v9.7554zM11 2L2 2 2 11 4 11 4 4 11 4 11 2zM21 30L30 30 30 21 28 21 28 28 21 28 21 30zM4 23.755L4 21 2 21 2 25.754 4 23.755zM25.755 2L21 2 21 4 23.755 4 25.755 2z"
|
|
1537
|
+
})), children);
|
|
1562
1538
|
});
|
|
1563
1539
|
if (process.env.NODE_ENV !== "production") {
|
|
1564
|
-
|
|
1540
|
+
ScanDisabled.propTypes = iconPropTypes;
|
|
1565
1541
|
}
|
|
1566
|
-
const
|
|
1542
|
+
const ScatterMatrix = /*#__PURE__*/React.forwardRef(function ScatterMatrix(_ref68, ref) {
|
|
1567
1543
|
let {
|
|
1568
1544
|
children,
|
|
1569
1545
|
size = 16,
|
|
@@ -1577,14 +1553,26 @@ const SearchLocate = /*#__PURE__*/React.forwardRef(function SearchLocate(_ref68,
|
|
|
1577
1553
|
viewBox: "0 0 32 32",
|
|
1578
1554
|
fill: "currentColor",
|
|
1579
1555
|
...rest
|
|
1580
|
-
},
|
|
1581
|
-
|
|
1556
|
+
}, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
1557
|
+
cx: "9.5",
|
|
1558
|
+
cy: "9.5",
|
|
1559
|
+
r: "2.5"
|
|
1560
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
1561
|
+
cx: "9.5",
|
|
1562
|
+
cy: "22.5",
|
|
1563
|
+
r: "2.5"
|
|
1564
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
1565
|
+
cx: "22.5",
|
|
1566
|
+
cy: "22.5",
|
|
1567
|
+
r: "2.5"
|
|
1568
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1569
|
+
d: "M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,13H17V4H28ZM15,4V15H4V4ZM4,17H15V28H4ZM17,28V17H28V28Z"
|
|
1582
1570
|
})), children);
|
|
1583
1571
|
});
|
|
1584
1572
|
if (process.env.NODE_ENV !== "production") {
|
|
1585
|
-
|
|
1573
|
+
ScatterMatrix.propTypes = iconPropTypes;
|
|
1586
1574
|
}
|
|
1587
|
-
const
|
|
1575
|
+
const Schematics = /*#__PURE__*/React.forwardRef(function Schematics(_ref69, ref) {
|
|
1588
1576
|
let {
|
|
1589
1577
|
children,
|
|
1590
1578
|
size = 16,
|
|
@@ -1598,14 +1586,14 @@ const SearchLocateMirror = /*#__PURE__*/React.forwardRef(function SearchLocateMi
|
|
|
1598
1586
|
viewBox: "0 0 32 32",
|
|
1599
1587
|
fill: "currentColor",
|
|
1600
1588
|
...rest
|
|
1601
|
-
},
|
|
1602
|
-
d: "
|
|
1589
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1590
|
+
d: "M27,19.001A4.0056,4.0056,0,0,0,22.9991,15H9.0011A2.0031,2.0031,0,0,1,7,12.9991V9.858A3.9949,3.9949,0,0,0,9.8581,7h12.284a4,4,0,1,0,0-2H9.8581A3.9916,3.9916,0,1,0,5,9.858v3.1411A4.0057,4.0057,0,0,0,9.0011,17h13.998A2.003,2.003,0,0,1,25,19.001V22H22v3H9.8581a4,4,0,1,0,0,2H22v3h8V22H27ZM26,4a2,2,0,1,1-2,2A2.0019,2.0019,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.0019,2.0019,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.002,2.002,0,0,1,6,28Zm22-4v4H24V24Z"
|
|
1603
1591
|
})), children);
|
|
1604
1592
|
});
|
|
1605
1593
|
if (process.env.NODE_ENV !== "production") {
|
|
1606
|
-
|
|
1594
|
+
Schematics.propTypes = iconPropTypes;
|
|
1607
1595
|
}
|
|
1608
|
-
const
|
|
1596
|
+
const ScisControlTower = /*#__PURE__*/React.forwardRef(function ScisControlTower(_ref70, ref) {
|
|
1609
1597
|
let {
|
|
1610
1598
|
children,
|
|
1611
1599
|
size = 16,
|
|
@@ -1619,16 +1607,14 @@ const Security = /*#__PURE__*/React.forwardRef(function Security(_ref70, ref) {
|
|
|
1619
1607
|
viewBox: "0 0 32 32",
|
|
1620
1608
|
fill: "currentColor",
|
|
1621
1609
|
...rest
|
|
1622
|
-
},
|
|
1623
|
-
d: "
|
|
1624
|
-
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1625
|
-
d: "M16,30,9.8242,26.7071A10.9818,10.9818,0,0,1,4,17V4A2.0021,2.0021,0,0,1,6,2H26a2.0021,2.0021,0,0,1,2,2V17a10.9818,10.9818,0,0,1-5.8242,9.7071ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z"
|
|
1610
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1611
|
+
d: "M27,19c-0.3,0-0.7,0.1-1,0.2L20.4,12c1-1.1,1.6-2.5,1.6-4c0-3.3-2.7-6-6-6s-6,2.7-6,6c0,1.6,0.6,3,1.6,4L6,19.2 C5.7,19.1,5.3,19,5,19c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.6-0.2-1.1-0.5-1.6l5.6-7.1c0.6,0.3,1.2,0.5,1.9,0.6v10.3 c-1.2,0.4-2,1.5-2,2.8c0,1.7,1.3,3,3,3s3-1.3,3-3c0-1.3-0.8-2.4-2-2.8V13.9c0.7-0.1,1.3-0.3,1.9-0.6l5.6,7.1c-0.3,0.5-0.5,1-0.5,1.6 c0,1.7,1.3,3,3,3s3-1.3,3-3S28.7,19,27,19z M16,4c2.2,0,4,1.8,4,4s-1.8,4-4,4s-4-1.8-4-4S13.8,4,16,4z M5,23c-0.6,0-1-0.4-1-1 s0.4-1,1-1s1,0.4,1,1S5.6,23,5,23z M16,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S16.6,28,16,28z M27,23c-0.6,0-1-0.4-1-1s0.4-1,1-1 s1,0.4,1,1S27.6,23,27,23z"
|
|
1626
1612
|
})), children);
|
|
1627
1613
|
});
|
|
1628
1614
|
if (process.env.NODE_ENV !== "production") {
|
|
1629
|
-
|
|
1615
|
+
ScisControlTower.propTypes = iconPropTypes;
|
|
1630
1616
|
}
|
|
1631
|
-
const
|
|
1617
|
+
const ScisTransparentSupply = /*#__PURE__*/React.forwardRef(function ScisTransparentSupply(_ref71, ref) {
|
|
1632
1618
|
let {
|
|
1633
1619
|
children,
|
|
1634
1620
|
size = 16,
|
|
@@ -1642,16 +1628,18 @@ const SecurityServices = /*#__PURE__*/React.forwardRef(function SecurityServices
|
|
|
1642
1628
|
viewBox: "0 0 32 32",
|
|
1643
1629
|
fill: "currentColor",
|
|
1644
1630
|
...rest
|
|
1645
|
-
},
|
|
1646
|
-
d: "
|
|
1647
|
-
})),
|
|
1648
|
-
d: "
|
|
1631
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1632
|
+
d: "M23,23v3H8.5a4.5,4.5,0,0,1,0-9H9V15H8.5a6.5,6.5,0,0,0,0,13H23v3h8V23Zm6,6H25V25h4Z"
|
|
1633
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1634
|
+
d: "M21 22H19V19H13v3H11V19a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2zM16 16a3 3 0 113-3A3.0033 3.0033 0 0116 16zm0-4a1 1 0 101 1A1.0013 1.0013 0 0016 12z"
|
|
1635
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1636
|
+
d: "M23.5,4H9V1H1V9H9V6H23.5a4.5,4.5,0,0,1,0,9H23v2h.5a6.5,6.5,0,0,0,0-13ZM7,7H3V3H7Z"
|
|
1649
1637
|
})), children);
|
|
1650
1638
|
});
|
|
1651
1639
|
if (process.env.NODE_ENV !== "production") {
|
|
1652
|
-
|
|
1640
|
+
ScisTransparentSupply.propTypes = iconPropTypes;
|
|
1653
1641
|
}
|
|
1654
|
-
const
|
|
1642
|
+
const Scooter = /*#__PURE__*/React.forwardRef(function Scooter(_ref72, ref) {
|
|
1655
1643
|
let {
|
|
1656
1644
|
children,
|
|
1657
1645
|
size = 16,
|
|
@@ -1665,14 +1653,14 @@ const Select_01 = /*#__PURE__*/React.forwardRef(function Select_01(_ref72, ref)
|
|
|
1665
1653
|
viewBox: "0 0 32 32",
|
|
1666
1654
|
fill: "currentColor",
|
|
1667
1655
|
...rest
|
|
1668
|
-
},
|
|
1669
|
-
d: "
|
|
1656
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1657
|
+
d: "M26 28a4 4 0 114-4A4.0045 4.0045 0 0126 28zm0-6a2 2 0 102 2A2.0023 2.0023 0 0026 22zM24 8H18v2h6a1 1 0 010 2H21a1 1 0 00-.98 1.1963l.9241 4.6211L18.4338 22h-2.69l-2.5723-8.5752A1.988 1.988 0 0011.2559 12H6v2h5.2561l.6 2H7a5.0057 5.0057 0 00-5 5v2a1 1 0 001 1H4a4 4 0 008 0h7a1 1 0 00.8574-.4854l3-5a1 1 0 00.1231-.7109L22.22 14H24a3 3 0 000-6zM8 26a2.0025 2.0025 0 01-2-2h4A2.0025 2.0025 0 018 26zM4 22V21a3.0033 3.0033 0 013-3h5.4561l1.2 4z"
|
|
1670
1658
|
})), children);
|
|
1671
1659
|
});
|
|
1672
1660
|
if (process.env.NODE_ENV !== "production") {
|
|
1673
|
-
|
|
1661
|
+
Scooter.propTypes = iconPropTypes;
|
|
1674
1662
|
}
|
|
1675
|
-
const
|
|
1663
|
+
const ScooterFront = /*#__PURE__*/React.forwardRef(function ScooterFront(_ref73, ref) {
|
|
1676
1664
|
let {
|
|
1677
1665
|
children,
|
|
1678
1666
|
size = 16,
|
|
@@ -1686,14 +1674,16 @@ const Select_02 = /*#__PURE__*/React.forwardRef(function Select_02(_ref73, ref)
|
|
|
1686
1674
|
viewBox: "0 0 32 32",
|
|
1687
1675
|
fill: "currentColor",
|
|
1688
1676
|
...rest
|
|
1689
|
-
},
|
|
1690
|
-
d: "
|
|
1677
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1678
|
+
d: "M15 19H17V28H15z"
|
|
1679
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1680
|
+
d: "M23,10V8H20a2.0025,2.0025,0,0,0-2-2H14a2.0025,2.0025,0,0,0-2,2H9v2h3v4.1841A2.9957,2.9957,0,0,0,10,17v7h2V17a1.0008,1.0008,0,0,1,1-1h6a1.0008,1.0008,0,0,1,1,1v7h2V17a2.9957,2.9957,0,0,0-2-2.8159V10ZM18,8v6H14V8Z"
|
|
1691
1681
|
})), children);
|
|
1692
1682
|
});
|
|
1693
1683
|
if (process.env.NODE_ENV !== "production") {
|
|
1694
|
-
|
|
1684
|
+
ScooterFront.propTypes = iconPropTypes;
|
|
1695
1685
|
}
|
|
1696
|
-
const
|
|
1686
|
+
const Screen = /*#__PURE__*/React.forwardRef(function Screen(_ref74, ref) {
|
|
1697
1687
|
let {
|
|
1698
1688
|
children,
|
|
1699
1689
|
size = 16,
|
|
@@ -1707,14 +1697,14 @@ const SelectWindow = /*#__PURE__*/React.forwardRef(function SelectWindow(_ref74,
|
|
|
1707
1697
|
viewBox: "0 0 32 32",
|
|
1708
1698
|
fill: "currentColor",
|
|
1709
1699
|
...rest
|
|
1710
|
-
},
|
|
1711
|
-
d: "
|
|
1700
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1701
|
+
d: "M28,4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM18,28H14V24h4Zm10-6H4V6H28Z"
|
|
1712
1702
|
})), children);
|
|
1713
1703
|
});
|
|
1714
1704
|
if (process.env.NODE_ENV !== "production") {
|
|
1715
|
-
|
|
1705
|
+
Screen.propTypes = iconPropTypes;
|
|
1716
1706
|
}
|
|
1717
|
-
const
|
|
1707
|
+
const ScreenOff = /*#__PURE__*/React.forwardRef(function ScreenOff(_ref75, ref) {
|
|
1718
1708
|
let {
|
|
1719
1709
|
children,
|
|
1720
1710
|
size = 16,
|
|
@@ -1728,14 +1718,14 @@ const Send = /*#__PURE__*/React.forwardRef(function Send(_ref75, ref) {
|
|
|
1728
1718
|
viewBox: "0 0 32 32",
|
|
1729
1719
|
fill: "currentColor",
|
|
1730
1720
|
...rest
|
|
1731
|
-
},
|
|
1732
|
-
d: "
|
|
1721
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1722
|
+
d: "M28,22H11.41L30,3.41,28.59,2l-2,2H4A2,2,0,0,0,2,6V22H4V6H24.59L2,28.59,3.41,30l6-6H12v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V9H28ZM18,28H14V24h4Z"
|
|
1733
1723
|
})), children);
|
|
1734
1724
|
});
|
|
1735
1725
|
if (process.env.NODE_ENV !== "production") {
|
|
1736
|
-
|
|
1726
|
+
ScreenOff.propTypes = iconPropTypes;
|
|
1737
1727
|
}
|
|
1738
|
-
const
|
|
1728
|
+
const ScreenMap = /*#__PURE__*/React.forwardRef(function ScreenMap(_ref76, ref) {
|
|
1739
1729
|
let {
|
|
1740
1730
|
children,
|
|
1741
1731
|
size = 16,
|
|
@@ -1749,14 +1739,16 @@ const SendAlt = /*#__PURE__*/React.forwardRef(function SendAlt(_ref76, ref) {
|
|
|
1749
1739
|
viewBox: "0 0 32 32",
|
|
1750
1740
|
fill: "currentColor",
|
|
1751
1741
|
...rest
|
|
1752
|
-
},
|
|
1753
|
-
d: "
|
|
1742
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1743
|
+
d: "M22 25H30V27H22zM22 21H30V23H22zM18.4141 11L23 11 23 9 15 9 15 17 17 17 17 12.4141 23.5859 19 25 17.5859 18.4141 11z"
|
|
1744
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1745
|
+
d: "M28,3H4c-1.1028,0-2,.8975-2,2V21c0,1.1025,.8972,2,2,2H12v4h-4v2h12v-8H4V5H28v14h2V5c0-1.1025-.8972-2-2-2Zm-10,24h-4v-4h4v4Z"
|
|
1754
1746
|
})), children);
|
|
1755
1747
|
});
|
|
1756
1748
|
if (process.env.NODE_ENV !== "production") {
|
|
1757
|
-
|
|
1749
|
+
ScreenMap.propTypes = iconPropTypes;
|
|
1758
1750
|
}
|
|
1759
|
-
const
|
|
1751
|
+
const ScreenMapSet = /*#__PURE__*/React.forwardRef(function ScreenMapSet(_ref77, ref) {
|
|
1760
1752
|
let {
|
|
1761
1753
|
children,
|
|
1762
1754
|
size = 16,
|
|
@@ -1770,14 +1762,18 @@ const SendAltFilled = /*#__PURE__*/React.forwardRef(function SendAltFilled(_ref7
|
|
|
1770
1762
|
viewBox: "0 0 32 32",
|
|
1771
1763
|
fill: "currentColor",
|
|
1772
1764
|
...rest
|
|
1773
|
-
},
|
|
1774
|
-
d: "
|
|
1765
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1766
|
+
d: "M24 26H31V28H24zM24 22H31V24H24zM20.4141 12L25 12 25 10 17 10 17 18 19 18 19 13.4141 25.5859 20 27 18.5859 20.4141 12z"
|
|
1767
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1768
|
+
d: "M7,7H29v12h2V7c0-1.1025-.8972-2-2-2H7c-1.1028,0-2,.8975-2,2v15c0,1.1025,.8972,2,2,2h7v4h-4v2h12v-8H7V7Zm13,21h-4v-4h4v4Z"
|
|
1769
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1770
|
+
d: "M26,3V1H3C1.8972,1,1,1.8965,1,3v15H3V3H26Z"
|
|
1775
1771
|
})), children);
|
|
1776
1772
|
});
|
|
1777
1773
|
if (process.env.NODE_ENV !== "production") {
|
|
1778
|
-
|
|
1774
|
+
ScreenMapSet.propTypes = iconPropTypes;
|
|
1779
1775
|
}
|
|
1780
|
-
const
|
|
1776
|
+
const Script = /*#__PURE__*/React.forwardRef(function Script(_ref78, ref) {
|
|
1781
1777
|
let {
|
|
1782
1778
|
children,
|
|
1783
1779
|
size = 16,
|
|
@@ -1791,14 +1787,16 @@ const SendFilled = /*#__PURE__*/React.forwardRef(function SendFilled(_ref78, ref
|
|
|
1791
1787
|
viewBox: "0 0 32 32",
|
|
1792
1788
|
fill: "currentColor",
|
|
1793
1789
|
...rest
|
|
1794
|
-
},
|
|
1795
|
-
d: "
|
|
1790
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1791
|
+
d: "M18.83 26L21.41 23.42 20 22 16 26 20 30 21.42 28.59 18.83 26zM27.17 26L24.59 28.58 26 30 30 26 26 22 24.58 23.41 27.17 26z"
|
|
1792
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1793
|
+
d: "M14,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v6h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h6ZM18,4.4,23.6,10H18Z"
|
|
1796
1794
|
})), children);
|
|
1797
1795
|
});
|
|
1798
1796
|
if (process.env.NODE_ENV !== "production") {
|
|
1799
|
-
|
|
1797
|
+
Script.propTypes = iconPropTypes;
|
|
1800
1798
|
}
|
|
1801
|
-
const
|
|
1799
|
+
const ScriptReference = /*#__PURE__*/React.forwardRef(function ScriptReference(_ref79, ref) {
|
|
1802
1800
|
let {
|
|
1803
1801
|
children,
|
|
1804
1802
|
size = 16,
|
|
@@ -1812,14 +1810,14 @@ const SendBackward = /*#__PURE__*/React.forwardRef(function SendBackward(_ref79,
|
|
|
1812
1810
|
viewBox: "0 0 32 32",
|
|
1813
1811
|
fill: "currentColor",
|
|
1814
1812
|
...rest
|
|
1815
|
-
},
|
|
1816
|
-
d: "M4
|
|
1813
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1814
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM27.17 26L24.59 28.58 26 30 30 26 26 22 24.58 23.41 27.17 26zM18.83 26L21.41 23.42 20 22 16 26 20 30 21.42 28.59 18.83 26zM25.7 9.3l-7-7A.9087.9087 0 0018 2H8A2.0058 2.0058 0 006 4V16H8V4h8v6a2.0058 2.0058 0 002 2h6v6h2V10A.9092.9092 0 0025.7 9.3zM18 10V4.4L23.6 10z"
|
|
1817
1815
|
})), children);
|
|
1818
1816
|
});
|
|
1819
1817
|
if (process.env.NODE_ENV !== "production") {
|
|
1820
|
-
|
|
1818
|
+
ScriptReference.propTypes = iconPropTypes;
|
|
1821
1819
|
}
|
|
1822
|
-
const
|
|
1820
|
+
const Sdk = /*#__PURE__*/React.forwardRef(function Sdk(_ref80, ref) {
|
|
1823
1821
|
let {
|
|
1824
1822
|
children,
|
|
1825
1823
|
size = 16,
|
|
@@ -1833,19 +1831,32 @@ const SendToBack = /*#__PURE__*/React.forwardRef(function SendToBack(_ref80, ref
|
|
|
1833
1831
|
viewBox: "0 0 32 32",
|
|
1834
1832
|
fill: "currentColor",
|
|
1835
1833
|
...rest
|
|
1836
|
-
},
|
|
1837
|
-
d: "
|
|
1834
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1835
|
+
d: "M30 9L27.9 9 24 15.6 24 9 22 9 22 23 24 23 24 18.7 24.9 17.2 27.9 23 30 23 26.1 15.4 30 9zM16 23H12V9h4a4.0118 4.0118 0 014 4v6A4.0118 4.0118 0 0116 23zm-2-2h2a2.0059 2.0059 0 002-2V13a2.0059 2.0059 0 00-2-2H14zM8 23H2V21H8V17H4a2.0059 2.0059 0 01-2-2V11A2.0059 2.0059 0 014 9h6v2H4v4H8a2.0059 2.0059 0 012 2v4A2.0059 2.0059 0 018 23z"
|
|
1838
1836
|
})), children);
|
|
1839
1837
|
});
|
|
1840
1838
|
if (process.env.NODE_ENV !== "production") {
|
|
1841
|
-
|
|
1839
|
+
Sdk.propTypes = iconPropTypes;
|
|
1842
1840
|
}
|
|
1843
|
-
const
|
|
1841
|
+
const Search = /*#__PURE__*/React.forwardRef(function Search(_ref81, ref) {
|
|
1844
1842
|
let {
|
|
1845
1843
|
children,
|
|
1846
1844
|
size = 16,
|
|
1847
1845
|
...rest
|
|
1848
1846
|
} = _ref81;
|
|
1847
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1848
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1849
|
+
width: size,
|
|
1850
|
+
height: size,
|
|
1851
|
+
ref: ref,
|
|
1852
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1853
|
+
viewBox: "0 0 16 16",
|
|
1854
|
+
fill: "currentColor",
|
|
1855
|
+
...rest
|
|
1856
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1857
|
+
d: "M15,14.3L10.7,10c1.9-2.3,1.6-5.8-0.7-7.7S4.2,0.7,2.3,3S0.7,8.8,3,10.7c2,1.7,5,1.7,7,0l4.3,4.3L15,14.3z M2,6.5 C2,4,4,2,6.5,2S11,4,11,6.5S9,11,6.5,11S2,9,2,6.5z"
|
|
1858
|
+
})), children);
|
|
1859
|
+
}
|
|
1849
1860
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1850
1861
|
width: size,
|
|
1851
1862
|
height: size,
|
|
@@ -1854,18 +1865,14 @@ const ServerDns = /*#__PURE__*/React.forwardRef(function ServerDns(_ref81, ref)
|
|
|
1854
1865
|
viewBox: "0 0 32 32",
|
|
1855
1866
|
fill: "currentColor",
|
|
1856
1867
|
...rest
|
|
1857
|
-
},
|
|
1858
|
-
d: "
|
|
1859
|
-
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
1860
|
-
cx: "7",
|
|
1861
|
-
cy: "25",
|
|
1862
|
-
r: "1"
|
|
1868
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1869
|
+
d: "M29,27.5859l-7.5521-7.5521a11.0177,11.0177,0,1,0-1.4141,1.4141L27.5859,29ZM4,13a9,9,0,1,1,9,9A9.01,9.01,0,0,1,4,13Z"
|
|
1863
1870
|
})), children);
|
|
1864
1871
|
});
|
|
1865
1872
|
if (process.env.NODE_ENV !== "production") {
|
|
1866
|
-
|
|
1873
|
+
Search.propTypes = iconPropTypes;
|
|
1867
1874
|
}
|
|
1868
|
-
const
|
|
1875
|
+
const SearchAdvanced = /*#__PURE__*/React.forwardRef(function SearchAdvanced(_ref82, ref) {
|
|
1869
1876
|
let {
|
|
1870
1877
|
children,
|
|
1871
1878
|
size = 16,
|
|
@@ -1879,20 +1886,14 @@ const ServerProxy = /*#__PURE__*/React.forwardRef(function ServerProxy(_ref82, r
|
|
|
1879
1886
|
viewBox: "0 0 32 32",
|
|
1880
1887
|
fill: "currentColor",
|
|
1881
1888
|
...rest
|
|
1882
|
-
},
|
|
1883
|
-
d: "
|
|
1884
|
-
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
1885
|
-
cx: "9",
|
|
1886
|
-
cy: "25",
|
|
1887
|
-
r: "1"
|
|
1888
|
-
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1889
|
-
d: "M26,2,24.59,3.41,27.17,6H22.315A6.9835,6.9835,0,0,0,9.08,10H4.83L7.41,7.41,6,6,1,11l5,5,1.41-1.41L4.83,12H9.685A6.9835,6.9835,0,0,0,22.92,8h4.25l-2.58,2.59L26,12l5-5ZM21,9a4.983,4.983,0,0,1-8.9745,3H16V10H11.1011a4.9852,4.9852,0,0,1,8.8734-4H16V8h4.8989A5.0019,5.0019,0,0,1,21,9Z"
|
|
1889
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1890
|
+
d: "M30 6L26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6zM24 28.5859l-5.9751-5.9751a9.0234 9.0234 0 10-1.4141 1.4141L22.5859 30zM4 17a7 7 0 117 7A7.0078 7.0078 0 014 17z"
|
|
1890
1891
|
})), children);
|
|
1891
1892
|
});
|
|
1892
1893
|
if (process.env.NODE_ENV !== "production") {
|
|
1893
|
-
|
|
1894
|
+
SearchAdvanced.propTypes = iconPropTypes;
|
|
1894
1895
|
}
|
|
1895
|
-
const
|
|
1896
|
+
const SearchLocate = /*#__PURE__*/React.forwardRef(function SearchLocate(_ref83, ref) {
|
|
1896
1897
|
let {
|
|
1897
1898
|
children,
|
|
1898
1899
|
size = 16,
|
|
@@ -1906,22 +1907,14 @@ const ServerTime = /*#__PURE__*/React.forwardRef(function ServerTime(_ref83, ref
|
|
|
1906
1907
|
viewBox: "0 0 32 32",
|
|
1907
1908
|
fill: "currentColor",
|
|
1908
1909
|
...rest
|
|
1909
|
-
},
|
|
1910
|
-
d: "
|
|
1911
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
1912
|
-
cx: "7",
|
|
1913
|
-
cy: "25",
|
|
1914
|
-
r: "1"
|
|
1915
|
-
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1916
|
-
d: "M19 11.586L17 9.586 17 6 15 6 15 10.414 17.586 13 19 11.586z"
|
|
1917
|
-
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1918
|
-
d: "M16,18a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,18ZM16,4a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,4Z"
|
|
1910
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1911
|
+
d: "M30 28.5859l-4.6885-4.6884a8.028 8.028 0 10-1.414 1.414L28.5859 30zM19 25a6 6 0 116-6A6.0066 6.0066 0 0119 25zM2 12H10V14H2zM2 2H18V4H2zM2 7H18V9H2z"
|
|
1919
1912
|
})), children);
|
|
1920
1913
|
});
|
|
1921
1914
|
if (process.env.NODE_ENV !== "production") {
|
|
1922
|
-
|
|
1915
|
+
SearchLocate.propTypes = iconPropTypes;
|
|
1923
1916
|
}
|
|
1924
|
-
const
|
|
1917
|
+
const SearchLocateMirror = /*#__PURE__*/React.forwardRef(function SearchLocateMirror(_ref84, ref) {
|
|
1925
1918
|
let {
|
|
1926
1919
|
children,
|
|
1927
1920
|
size = 16,
|
|
@@ -1936,14 +1929,13 @@ const ServiceDesk = /*#__PURE__*/React.forwardRef(function ServiceDesk(_ref84, r
|
|
|
1936
1929
|
fill: "currentColor",
|
|
1937
1930
|
...rest
|
|
1938
1931
|
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1939
|
-
d: "
|
|
1940
|
-
transform: "translate(0 .005)"
|
|
1932
|
+
d: "M21 28.6l-4.7-4.7c1.1-1.4 1.7-3.1 1.7-4.9 0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8c1.8 0 3.5-.6 4.9-1.7l4.7 4.7L21 28.6zM10 25c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6S13.3 25 10 25zM22 12H30V14H22zM14 7H30V9H14zM14 2H30V4H14z"
|
|
1941
1933
|
})), children);
|
|
1942
1934
|
});
|
|
1943
1935
|
if (process.env.NODE_ENV !== "production") {
|
|
1944
|
-
|
|
1936
|
+
SearchLocateMirror.propTypes = iconPropTypes;
|
|
1945
1937
|
}
|
|
1946
|
-
const
|
|
1938
|
+
const Security = /*#__PURE__*/React.forwardRef(function Security(_ref85, ref) {
|
|
1947
1939
|
let {
|
|
1948
1940
|
children,
|
|
1949
1941
|
size = 16,
|
|
@@ -1958,15 +1950,15 @@ const ServiceId = /*#__PURE__*/React.forwardRef(function ServiceId(_ref85, ref)
|
|
|
1958
1950
|
fill: "currentColor",
|
|
1959
1951
|
...rest
|
|
1960
1952
|
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1961
|
-
d: "
|
|
1953
|
+
d: "M14 16.59L11.41 14 10 15.41 14 19.41 22 11.41 20.59 10 14 16.59z"
|
|
1962
1954
|
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1963
|
-
d: "
|
|
1955
|
+
d: "M16,30,9.8242,26.7071A10.9818,10.9818,0,0,1,4,17V4A2.0021,2.0021,0,0,1,6,2H26a2.0021,2.0021,0,0,1,2,2V17a10.9818,10.9818,0,0,1-5.8242,9.7071ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z"
|
|
1964
1956
|
})), children);
|
|
1965
1957
|
});
|
|
1966
1958
|
if (process.env.NODE_ENV !== "production") {
|
|
1967
|
-
|
|
1959
|
+
Security.propTypes = iconPropTypes;
|
|
1968
1960
|
}
|
|
1969
|
-
const
|
|
1961
|
+
const SecurityServices = /*#__PURE__*/React.forwardRef(function SecurityServices(_ref86, ref) {
|
|
1970
1962
|
let {
|
|
1971
1963
|
children,
|
|
1972
1964
|
size = 16,
|
|
@@ -1980,30 +1972,16 @@ const ServiceLevels = /*#__PURE__*/React.forwardRef(function ServiceLevels(_ref8
|
|
|
1980
1972
|
viewBox: "0 0 32 32",
|
|
1981
1973
|
fill: "currentColor",
|
|
1982
1974
|
...rest
|
|
1983
|
-
},
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
1988
|
-
cx: "16",
|
|
1989
|
-
cy: "11",
|
|
1990
|
-
r: "1"
|
|
1991
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
1992
|
-
cx: "25",
|
|
1993
|
-
cy: "19",
|
|
1994
|
-
r: "1"
|
|
1995
|
-
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
1996
|
-
cx: "10",
|
|
1997
|
-
cy: "14",
|
|
1998
|
-
r: "1"
|
|
1999
|
-
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
2000
|
-
d: "M30 20h-2c0-1.2616-.1946-2.5042-.5786-3.6929l1.9033-.6146c.448 1.3876.6753 2.8369.6753 4.3075zM29.8508 8.9775l-2.4368 2.4365-.0005-.0005c-.3621.3623-.8621.5864-1.4136.5864-1.103 0-2-.897-2-2 0-.5518.2241-1.0518.5864-1.4136l-.0005-.0005 2.4368-2.4365c-.3284-.0879-.667-.1494-1.0227-.1494-2.2056 0-4 1.7944-4 4 0 .7393.2153 1.4238.5669 2.019l-4.5479 4.5479c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056 0-4 1.7944-4 4s1.7944 4 4 4 4-1.7944 4-4c0-.7397-.2153-1.4243-.5669-2.019l4.5479-4.5479c.595.3516 1.2795.5669 2.019.5669 2.2056 0 4-1.7944 4-4 0-.3555-.0615-.6943-.1492-1.0225zm-13.8508 13.0225c-1.103 0-2-.8975-2-2s.897-2 2-2 2 .8975 2 2-.897 2-2 2zM4 20h-2c0-7.7196 6.2803-14 14-14 1.4707 0 2.9199.2272 4.3074.6754l-.6147 1.9031c-1.1885-.3838-2.4309-.5785-3.6926-.5785-6.6167 0-12 5.3832-12 12z"
|
|
1975
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1976
|
+
d: "M30,24V22H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,18.1011V16H22v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,22H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,27.8989V30h2V27.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,24Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,26Z"
|
|
1977
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1978
|
+
d: "M14,26.667l-3.2344-1.7246A8.9858,8.9858,0,0,1,6,17V4H26V14h2V4a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,28.9336Z"
|
|
2001
1979
|
})), children);
|
|
2002
1980
|
});
|
|
2003
1981
|
if (process.env.NODE_ENV !== "production") {
|
|
2004
|
-
|
|
1982
|
+
SecurityServices.propTypes = iconPropTypes;
|
|
2005
1983
|
}
|
|
2006
|
-
const
|
|
1984
|
+
const Select_01 = /*#__PURE__*/React.forwardRef(function Select_01(_ref87, ref) {
|
|
2007
1985
|
let {
|
|
2008
1986
|
children,
|
|
2009
1987
|
size = 16,
|
|
@@ -2017,34 +1995,19 @@ const SessionBorderControl = /*#__PURE__*/React.forwardRef(function SessionBorde
|
|
|
2017
1995
|
viewBox: "0 0 32 32",
|
|
2018
1996
|
fill: "currentColor",
|
|
2019
1997
|
...rest
|
|
2020
|
-
},
|
|
2021
|
-
d: "
|
|
1998
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1999
|
+
d: "M12 6L8 6 8 2 6 2 6 6 2 6 2 8 6 8 6 12 8 12 8 8 12 8 12 6zM16 6H20V8H16zM24 6V8h4v4h2V8a2 2 0 00-2-2zM6 16H8V20H6zM8 28V24H6v4a2 2 0 002 2h4V28zM28 16H30V20H28zM16 28H20V30H16zM28 24v4H24v2h4a2 2 0 002-2V24z"
|
|
2022
2000
|
})), children);
|
|
2023
2001
|
});
|
|
2024
2002
|
if (process.env.NODE_ENV !== "production") {
|
|
2025
|
-
|
|
2003
|
+
Select_01.propTypes = iconPropTypes;
|
|
2026
2004
|
}
|
|
2027
|
-
const
|
|
2005
|
+
const Select_02 = /*#__PURE__*/React.forwardRef(function Select_02(_ref88, ref) {
|
|
2028
2006
|
let {
|
|
2029
2007
|
children,
|
|
2030
2008
|
size = 16,
|
|
2031
2009
|
...rest
|
|
2032
2010
|
} = _ref88;
|
|
2033
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2034
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2035
|
-
width: size,
|
|
2036
|
-
height: size,
|
|
2037
|
-
ref: ref,
|
|
2038
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2039
|
-
viewBox: "0 0 16 16",
|
|
2040
|
-
fill: "currentColor",
|
|
2041
|
-
...rest
|
|
2042
|
-
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
2043
|
-
d: "M13.5,8.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l1-0.8c0.4-0.3,0.4-0.9,0.2-1.3l-1.2-2C13.3,3.2,13,3,12.6,3 c-0.1,0-0.2,0-0.3,0.1l-1.2,0.4c-0.2-0.1-0.4-0.3-0.7-0.4l-0.3-1.3C10.1,1.3,9.7,1,9.2,1H6.8c-0.5,0-0.9,0.3-1,0.8L5.6,3.1 C5.3,3.2,5.1,3.3,4.9,3.4L3.7,3C3.6,3,3.5,3,3.4,3C3,3,2.7,3.2,2.5,3.5l-1.2,2C1.1,5.9,1.2,6.4,1.6,6.8l0.9,0.9c0,0.1,0,0.3,0,0.4 c0,0.1,0,0.3,0,0.4L1.6,9.2c-0.4,0.3-0.5,0.9-0.2,1.3l1.2,2C2.7,12.8,3,13,3.4,13c0.1,0,0.2,0,0.3-0.1l1.2-0.4 c0.2,0.1,0.4,0.3,0.7,0.4l0.3,1.3c0.1,0.5,0.5,0.8,1,0.8h2.4c0.5,0,0.9-0.3,1-0.8l0.3-1.3c0.2-0.1,0.4-0.2,0.7-0.4l1.2,0.4 c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.2,0.9-0.5l1.1-2c0.2-0.4,0.2-0.9-0.2-1.3L13.5,8.4z M12.6,12l-1.7-0.6c-0.4,0.3-0.9,0.6-1.4,0.8 L9.2,14H6.8l-0.4-1.8c-0.5-0.2-0.9-0.5-1.4-0.8L3.4,12l-1.2-2l1.4-1.2c-0.1-0.5-0.1-1.1,0-1.6L2.2,6l1.2-2l1.7,0.6 C5.5,4.2,6,4,6.5,3.8L6.8,2h2.4l0.4,1.8c0.5,0.2,0.9,0.5,1.4,0.8L12.6,4l1.2,2l-1.4,1.2c0.1,0.5,0.1,1.1,0,1.6l1.4,1.2L12.6,12z"
|
|
2044
|
-
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
2045
|
-
d: "M8,11c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3C11,9.6,9.7,11,8,11C8,11,8,11,8,11z M8,6C6.9,6,6,6.8,6,7.9C6,7.9,6,8,6,8 c0,1.1,0.8,2,1.9,2c0,0,0.1,0,0.1,0c1.1,0,2-0.8,2-1.9c0,0,0-0.1,0-0.1C10,6.9,9.2,6,8,6C8.1,6,8,6,8,6z"
|
|
2046
|
-
})), children);
|
|
2047
|
-
}
|
|
2048
2011
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2049
2012
|
width: size,
|
|
2050
2013
|
height: size,
|
|
@@ -2053,16 +2016,14 @@ const Settings = /*#__PURE__*/React.forwardRef(function Settings(_ref88, ref) {
|
|
|
2053
2016
|
viewBox: "0 0 32 32",
|
|
2054
2017
|
fill: "currentColor",
|
|
2055
2018
|
...rest
|
|
2056
|
-
},
|
|
2057
|
-
d: "
|
|
2058
|
-
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
2059
|
-
d: "M16,22a6,6,0,1,1,6-6A5.94,5.94,0,0,1,16,22Zm0-10a3.91,3.91,0,0,0-4,4,3.91,3.91,0,0,0,4,4,3.91,3.91,0,0,0,4-4A3.91,3.91,0,0,0,16,12Z"
|
|
2019
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
2020
|
+
d: "M12 6L8 6 8 2 6 2 6 6 2 6 2 8 6 8 6 12 8 12 8 8 12 8 12 6zM30 10V4H24V6H16V8h8v2h2V24H24v2H10V24H8V16H6v8H4v6h6V28H24v2h6V24H28V10zM8 28H6V26H8zm20 0H26V26h2zM26 6h2V8H26z"
|
|
2060
2021
|
})), children);
|
|
2061
2022
|
});
|
|
2062
2023
|
if (process.env.NODE_ENV !== "production") {
|
|
2063
|
-
|
|
2024
|
+
Select_02.propTypes = iconPropTypes;
|
|
2064
2025
|
}
|
|
2065
|
-
const
|
|
2026
|
+
const SelectWindow = /*#__PURE__*/React.forwardRef(function SelectWindow(_ref89, ref) {
|
|
2066
2027
|
let {
|
|
2067
2028
|
children,
|
|
2068
2029
|
size = 16,
|
|
@@ -2076,14 +2037,14 @@ const SettingsAdjust = /*#__PURE__*/React.forwardRef(function SettingsAdjust(_re
|
|
|
2076
2037
|
viewBox: "0 0 32 32",
|
|
2077
2038
|
fill: "currentColor",
|
|
2078
2039
|
...rest
|
|
2079
|
-
},
|
|
2080
|
-
d: "
|
|
2040
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
2041
|
+
d: "M8 26H4a2.0021 2.0021 0 01-2-2V20H4v4H8zM2 12H4V16H2zM26 8H24V4H20V2h4a2.0021 2.0021 0 012 2zM12 2H16V4H12zM4 8H2V4A2.0021 2.0021 0 014 2H8V4H4zM27 32a.9967.9967 0 01-.707-.293l-6.1377-6.1377L16.832 30.5547a1 1 0 01-1.79-.2676l-6-20A1 1 0 0110.2871 9.042l20 6a1 1 0 01.2676 1.79l-4.9854 3.3233L31.707 26.293a.9994.9994 0 010 1.414l-4 4A.9967.9967 0 0127 32zm0-2.4141L29.5859 27 22.431 19.845l5.2458-3.4978L11.4917 11.4917l4.8555 16.1851L19.845 22.431z"
|
|
2081
2042
|
})), children);
|
|
2082
2043
|
});
|
|
2083
2044
|
if (process.env.NODE_ENV !== "production") {
|
|
2084
|
-
|
|
2045
|
+
SelectWindow.propTypes = iconPropTypes;
|
|
2085
2046
|
}
|
|
2086
|
-
const
|
|
2047
|
+
const Send = /*#__PURE__*/React.forwardRef(function Send(_ref90, ref) {
|
|
2087
2048
|
let {
|
|
2088
2049
|
children,
|
|
2089
2050
|
size = 16,
|
|
@@ -2097,18 +2058,14 @@ const SettingsCheck = /*#__PURE__*/React.forwardRef(function SettingsCheck(_ref9
|
|
|
2097
2058
|
viewBox: "0 0 32 32",
|
|
2098
2059
|
fill: "currentColor",
|
|
2099
2060
|
...rest
|
|
2100
|
-
},
|
|
2101
|
-
d: "
|
|
2102
|
-
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2103
|
-
d: "M29.3047,11.044,26.9441,6.9562a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583L20.3215,3.608A2,2,0,0,0,18.36,2H13.64A2,2,0,0,0,11.6785,3.608l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0616a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.044a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4947,5,15.7447,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025L5.0559,25.044a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H18V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713L6.7878,24.044l-2.36-4.0878,2.7253-2.3951a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.044,6.7886,7.9562l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.044Z"
|
|
2104
|
-
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2105
|
-
d: "M23 26.18L20.41 23.59 19 25 23 29 30 22 28.59 20.59 23 26.18z"
|
|
2061
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
2062
|
+
d: "M27.45,15.11l-22-11a1,1,0,0,0-1.08.12,1,1,0,0,0-.33,1L7,16,4,26.74A1,1,0,0,0,5,28a1,1,0,0,0,.45-.11l22-11a1,1,0,0,0,0-1.78Zm-20.9,10L8.76,17H18V15H8.76L6.55,6.89,24.76,16Z"
|
|
2106
2063
|
})), children);
|
|
2107
2064
|
});
|
|
2108
2065
|
if (process.env.NODE_ENV !== "production") {
|
|
2109
|
-
|
|
2066
|
+
Send.propTypes = iconPropTypes;
|
|
2110
2067
|
}
|
|
2111
|
-
const
|
|
2068
|
+
const SendAlt = /*#__PURE__*/React.forwardRef(function SendAlt(_ref91, ref) {
|
|
2112
2069
|
let {
|
|
2113
2070
|
children,
|
|
2114
2071
|
size = 16,
|
|
@@ -2122,16 +2079,14 @@ const SettingsEdit = /*#__PURE__*/React.forwardRef(function SettingsEdit(_ref91,
|
|
|
2122
2079
|
viewBox: "0 0 32 32",
|
|
2123
2080
|
fill: "currentColor",
|
|
2124
2081
|
...rest
|
|
2125
|
-
},
|
|
2126
|
-
d: "
|
|
2127
|
-
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2128
|
-
d: "m27.5474,12.0005l1.7322-1-2.3354-4.0444c-.3652-.6328-1.0334-1.0005-1.7322-1.0005-.2134,0-.4294.0342-.6406.106l-2.4341.8232c-.418-.2812-.856-.5352-1.312-.7583l-.5037-2.5186c-.187-.9351-1.0078-1.6079-1.9612-1.6079h-4.7207c-.9534,0-1.7742.6729-1.9612,1.6079l-.5037,2.5186c-.459.2246-.9062.4692-1.3267.7534l-2.4194-.8184c-.2112-.0718-.4272-.106-.6406-.106-.6987,0-1.3669.3677-1.7322,1.0005l-2.3606,4.0879c-.4766.8257-.3042,1.873.4119,2.5024l1.9309,1.6968c-.0171.2515-.0381.5015-.0381.7568,0,.2578.0103.5127.0278.7656l-1.9207,1.688c-.7161.6294-.8884,1.6768-.4119,2.5024l2.3606,4.0879c.3652.6328,1.0334,1.0005,1.7322,1.0005.2134,0,.4297-.0342.6406-.106l2.4341-.8232c.418.2817.856.5352,1.312.7583l.5037,2.5186c.187.9351,1.0078,1.6079,1.9612,1.6079h2.3604v-2h-2.3604l-.7102-3.5508c-.9753-.356-1.9026-.9062-2.6948-1.5713l-3.4468,1.166-2.3604-4.0879,2.7253-2.395c-.1838-1.043-.1914-2.083-.0071-3.1279l-2.7183-2.3892,2.3611-4.0879,3.4268,1.1592c.8032-.6763,1.7295-1.2051,2.7141-1.5645l.7102-3.5508h4.7207l.7102,3.5508c.9753.356,1.9023.9062,2.6948,1.5713l3.4468-1.166,2.3352,4.0444Z"
|
|
2082
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
2083
|
+
d: "M27.71,4.29a1,1,0,0,0-1.05-.23l-22,8a1,1,0,0,0,0,1.87l9.6,3.84,3.84,9.6A1,1,0,0,0,19,28h0a1,1,0,0,0,.92-.66l8-22A1,1,0,0,0,27.71,4.29ZM19,24.2l-2.79-7L21,12.41,19.59,11l-4.83,4.83L7.8,13,25.33,6.67Z"
|
|
2129
2084
|
})), children);
|
|
2130
2085
|
});
|
|
2131
2086
|
if (process.env.NODE_ENV !== "production") {
|
|
2132
|
-
|
|
2087
|
+
SendAlt.propTypes = iconPropTypes;
|
|
2133
2088
|
}
|
|
2134
|
-
const
|
|
2089
|
+
const SendAltFilled = /*#__PURE__*/React.forwardRef(function SendAltFilled(_ref92, ref) {
|
|
2135
2090
|
let {
|
|
2136
2091
|
children,
|
|
2137
2092
|
size = 16,
|
|
@@ -2145,18 +2100,14 @@ const SettingsServices = /*#__PURE__*/React.forwardRef(function SettingsServices
|
|
|
2145
2100
|
viewBox: "0 0 32 32",
|
|
2146
2101
|
fill: "currentColor",
|
|
2147
2102
|
...rest
|
|
2148
|
-
},
|
|
2149
|
-
d: "
|
|
2150
|
-
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2151
|
-
d: "M24 30H18a1 1 0 01-1-1V23a1 1 0 011-1h6a1 1 0 011 1v6A1 1 0 0124 30zm-5-2h4V24H19zM15 19.8579A3.9934 3.9934 0 1120 16h2a6 6 0 10-7 5.91z"
|
|
2152
|
-
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2153
|
-
d: "M28.89,13.55l-2.31,2.03-1.42-1.42,2.41-2.12L25.21,7.96,21.77,9.12a9.3684,9.3684,0,0,0-2.7-1.57L18.36,4H13.64l-.71,3.55a8.8609,8.8609,0,0,0-2.71,1.57L6.79,7.96,4.43,12.04l2.72,2.39a8.8948,8.8948,0,0,0,0,3.13l-2.72,2.4,2.36,4.08,3.44-1.16a9.3684,9.3684,0,0,0,2.7,1.57L13.64,28H15v2H13.64a2.0007,2.0007,0,0,1-1.96-1.61l-.51-2.52a11.412,11.412,0,0,1-1.31-.75l-2.43.82a2.038,2.038,0,0,1-.64.1,1.973,1.973,0,0,1-1.73-1L2.7,20.96a2,2,0,0,1,.41-2.51l1.92-1.68C5.01,16.51,5,16.26,5,16s.02-.51.04-.76L3.11,13.55a2,2,0,0,1-.41-2.51L5.06,6.96a1.973,1.973,0,0,1,1.73-1,2.038,2.038,0,0,1,.64.1l2.42.82a11.5416,11.5416,0,0,1,1.32-.75l.51-2.52A2.0007,2.0007,0,0,1,13.64,2h4.72a2.0007,2.0007,0,0,1,1.96,1.61l.51,2.52a11.412,11.412,0,0,1,1.31.75l2.43-.82a2.038,2.038,0,0,1,.64-.1,1.973,1.973,0,0,1,1.73,1l2.36,4.08A2,2,0,0,1,28.89,13.55Z"
|
|
2103
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
2104
|
+
d: "M27.71,4.29a1,1,0,0,0-1.05-.23l-22,8a1,1,0,0,0,0,1.87l8.59,3.43L19.59,11,21,12.41l-6.37,6.37,3.44,8.59A1,1,0,0,0,19,28h0a1,1,0,0,0,.92-.66l8-22A1,1,0,0,0,27.71,4.29Z"
|
|
2154
2105
|
})), children);
|
|
2155
2106
|
});
|
|
2156
2107
|
if (process.env.NODE_ENV !== "production") {
|
|
2157
|
-
|
|
2108
|
+
SendAltFilled.propTypes = iconPropTypes;
|
|
2158
2109
|
}
|
|
2159
|
-
const
|
|
2110
|
+
const SendFilled = /*#__PURE__*/React.forwardRef(function SendFilled(_ref93, ref) {
|
|
2160
2111
|
let {
|
|
2161
2112
|
children,
|
|
2162
2113
|
size = 16,
|
|
@@ -2170,20 +2121,14 @@ const SettingsView = /*#__PURE__*/React.forwardRef(function SettingsView(_ref93,
|
|
|
2170
2121
|
viewBox: "0 0 32 32",
|
|
2171
2122
|
fill: "currentColor",
|
|
2172
2123
|
...rest
|
|
2173
|
-
},
|
|
2174
|
-
|
|
2175
|
-
cy: "24",
|
|
2176
|
-
r: "2"
|
|
2177
|
-
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2178
|
-
d: "M30.7769 23.4785A8.64 8.64 0 0023 18a8.64 8.64 0 00-7.7769 5.4785L15 24l.2231.5215A8.64 8.64 0 0023 30a8.64 8.64 0 007.7769-5.4785L31 24zM23 28a4 4 0 114-4A4.0045 4.0045 0 0123 28zM12.3989 20.8A6 6 0 1122 16H20a4 4 0 10-6.4 3.2z"
|
|
2179
|
-
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2180
|
-
d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H15V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z"
|
|
2124
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2125
|
+
d: "M27.45,15.11l-22-11a1,1,0,0,0-1.08.12,1,1,0,0,0-.33,1L6.69,15H18v2H6.69L4,26.74A1,1,0,0,0,5,28a1,1,0,0,0,.45-.11l22-11a1,1,0,0,0,0-1.78Z"
|
|
2181
2126
|
})), children);
|
|
2182
2127
|
});
|
|
2183
2128
|
if (process.env.NODE_ENV !== "production") {
|
|
2184
|
-
|
|
2129
|
+
SendFilled.propTypes = iconPropTypes;
|
|
2185
2130
|
}
|
|
2186
|
-
const
|
|
2131
|
+
const SendBackward = /*#__PURE__*/React.forwardRef(function SendBackward(_ref94, ref) {
|
|
2187
2132
|
let {
|
|
2188
2133
|
children,
|
|
2189
2134
|
size = 16,
|
|
@@ -2197,14 +2142,14 @@ const ShapeExcept = /*#__PURE__*/React.forwardRef(function ShapeExcept(_ref94, r
|
|
|
2197
2142
|
viewBox: "0 0 32 32",
|
|
2198
2143
|
fill: "currentColor",
|
|
2199
2144
|
...rest
|
|
2200
|
-
},
|
|
2201
|
-
d: "
|
|
2145
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2146
|
+
d: "M4 7H2V4A2.0023 2.0023 0 014 2H7V4H4zM7 22H4a2.0023 2.0023 0 01-2-2V17H4v3H7zM2 10H4V14H2zM22 7H20V4H17V2h3a2.0023 2.0023 0 012 2zM10 2H14V4H10zM28 30H12a2.0023 2.0023 0 01-2-2V12a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM12 12V28H28V12z"
|
|
2202
2147
|
})), children);
|
|
2203
2148
|
});
|
|
2204
2149
|
if (process.env.NODE_ENV !== "production") {
|
|
2205
|
-
|
|
2150
|
+
SendBackward.propTypes = iconPropTypes;
|
|
2206
2151
|
}
|
|
2207
|
-
const
|
|
2152
|
+
const SendToBack = /*#__PURE__*/React.forwardRef(function SendToBack(_ref95, ref) {
|
|
2208
2153
|
let {
|
|
2209
2154
|
children,
|
|
2210
2155
|
size = 16,
|
|
@@ -2218,16 +2163,14 @@ const ShapeExclude = /*#__PURE__*/React.forwardRef(function ShapeExclude(_ref95,
|
|
|
2218
2163
|
viewBox: "0 0 32 32",
|
|
2219
2164
|
fill: "currentColor",
|
|
2220
2165
|
...rest
|
|
2221
|
-
},
|
|
2222
|
-
d: "
|
|
2223
|
-
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2224
|
-
d: "M28,10H22V20a2,2,0,0,1-2,2H10v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10Z"
|
|
2166
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2167
|
+
d: "M28,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6v6a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V12A2.0023,2.0023,0,0,0,28,10ZM12,28V12H28l.0015,16Z"
|
|
2225
2168
|
})), children);
|
|
2226
2169
|
});
|
|
2227
2170
|
if (process.env.NODE_ENV !== "production") {
|
|
2228
|
-
|
|
2171
|
+
SendToBack.propTypes = iconPropTypes;
|
|
2229
2172
|
}
|
|
2230
|
-
const
|
|
2173
|
+
const ServerDns = /*#__PURE__*/React.forwardRef(function ServerDns(_ref96, ref) {
|
|
2231
2174
|
let {
|
|
2232
2175
|
children,
|
|
2233
2176
|
size = 16,
|
|
@@ -2241,14 +2184,18 @@ const ShapeIntersect = /*#__PURE__*/React.forwardRef(function ShapeIntersect(_re
|
|
|
2241
2184
|
viewBox: "0 0 32 32",
|
|
2242
2185
|
fill: "currentColor",
|
|
2243
2186
|
...rest
|
|
2244
|
-
},
|
|
2245
|
-
d: "
|
|
2187
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2188
|
+
d: "M16 2a8 8 0 108 8A8.0092 8.0092 0 0016 2zm5.91 7H19.4724a15.2457 15.2457 0 00-.7917-4.36A6.0088 6.0088 0 0121.91 9zM16.022 15.999h-.0076c-.3813-.1206-1.3091-1.8213-1.479-4.999h2.9292C17.2952 14.1763 16.3711 15.877 16.022 15.999zM14.5354 9c.1694-3.1763 1.0935-4.877 1.4426-4.999h.0076c.3813.1206 1.3091 1.8213 1.479 4.999zM13.3193 4.64A15.2457 15.2457 0 0012.5276 9H10.09A6.0088 6.0088 0 0113.3193 4.64zM10.09 11h2.4373a15.2457 15.2457 0 00.7917 4.36A6.0088 6.0088 0 0110.09 11zm8.59 4.36A15.2457 15.2457 0 0019.4724 11H21.91A6.0088 6.0088 0 0118.6807 15.36zM28 30H4a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 30zM4 22v6H28V22z"
|
|
2189
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
2190
|
+
cx: "7",
|
|
2191
|
+
cy: "25",
|
|
2192
|
+
r: "1"
|
|
2246
2193
|
})), children);
|
|
2247
2194
|
});
|
|
2248
2195
|
if (process.env.NODE_ENV !== "production") {
|
|
2249
|
-
|
|
2196
|
+
ServerDns.propTypes = iconPropTypes;
|
|
2250
2197
|
}
|
|
2251
|
-
const
|
|
2198
|
+
const ServerProxy = /*#__PURE__*/React.forwardRef(function ServerProxy(_ref97, ref) {
|
|
2252
2199
|
let {
|
|
2253
2200
|
children,
|
|
2254
2201
|
size = 16,
|
|
@@ -2262,14 +2209,20 @@ const ShapeJoin = /*#__PURE__*/React.forwardRef(function ShapeJoin(_ref97, ref)
|
|
|
2262
2209
|
viewBox: "0 0 32 32",
|
|
2263
2210
|
fill: "currentColor",
|
|
2264
2211
|
...rest
|
|
2265
|
-
},
|
|
2266
|
-
d: "
|
|
2212
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2213
|
+
d: "M6,30H26a2,2,0,0,0,2-2V22a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v6A2,2,0,0,0,6,30Zm0-8H26v6H6Z"
|
|
2214
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
2215
|
+
cx: "9",
|
|
2216
|
+
cy: "25",
|
|
2217
|
+
r: "1"
|
|
2218
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2219
|
+
d: "M26,2,24.59,3.41,27.17,6H22.315A6.9835,6.9835,0,0,0,9.08,10H4.83L7.41,7.41,6,6,1,11l5,5,1.41-1.41L4.83,12H9.685A6.9835,6.9835,0,0,0,22.92,8h4.25l-2.58,2.59L26,12l5-5ZM21,9a4.983,4.983,0,0,1-8.9745,3H16V10H11.1011a4.9852,4.9852,0,0,1,8.8734-4H16V8h4.8989A5.0019,5.0019,0,0,1,21,9Z"
|
|
2267
2220
|
})), children);
|
|
2268
2221
|
});
|
|
2269
2222
|
if (process.env.NODE_ENV !== "production") {
|
|
2270
|
-
|
|
2223
|
+
ServerProxy.propTypes = iconPropTypes;
|
|
2271
2224
|
}
|
|
2272
|
-
const
|
|
2225
|
+
const ServerTime = /*#__PURE__*/React.forwardRef(function ServerTime(_ref98, ref) {
|
|
2273
2226
|
let {
|
|
2274
2227
|
children,
|
|
2275
2228
|
size = 16,
|
|
@@ -2283,14 +2236,22 @@ const ShapeUnite = /*#__PURE__*/React.forwardRef(function ShapeUnite(_ref98, ref
|
|
|
2283
2236
|
viewBox: "0 0 32 32",
|
|
2284
2237
|
fill: "currentColor",
|
|
2285
2238
|
...rest
|
|
2286
|
-
},
|
|
2287
|
-
d: "M28,
|
|
2239
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2240
|
+
d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30ZM4,22v6H28V22Z"
|
|
2241
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
2242
|
+
cx: "7",
|
|
2243
|
+
cy: "25",
|
|
2244
|
+
r: "1"
|
|
2245
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2246
|
+
d: "M19 11.586L17 9.586 17 6 15 6 15 10.414 17.586 13 19 11.586z"
|
|
2247
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2248
|
+
d: "M16,18a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,18ZM16,4a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,4Z"
|
|
2288
2249
|
})), children);
|
|
2289
2250
|
});
|
|
2290
2251
|
if (process.env.NODE_ENV !== "production") {
|
|
2291
|
-
|
|
2252
|
+
ServerTime.propTypes = iconPropTypes;
|
|
2292
2253
|
}
|
|
2293
|
-
const
|
|
2254
|
+
const ServiceDesk = /*#__PURE__*/React.forwardRef(function ServiceDesk(_ref99, ref) {
|
|
2294
2255
|
let {
|
|
2295
2256
|
children,
|
|
2296
2257
|
size = 16,
|
|
@@ -2304,14 +2265,15 @@ const Share = /*#__PURE__*/React.forwardRef(function Share(_ref99, ref) {
|
|
|
2304
2265
|
viewBox: "0 0 32 32",
|
|
2305
2266
|
fill: "currentColor",
|
|
2306
2267
|
...rest
|
|
2307
|
-
},
|
|
2308
|
-
d: "
|
|
2268
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2269
|
+
d: "M28,24V22A12.01,12.01,0,0,0,17,10.0507V8h3V6H12V8h3v2.0507A12.01,12.01,0,0,0,4,22v2H2v2H30V24ZM16,12a10.0167,10.0167,0,0,1,9.7984,8H6.2015A10.0165,10.0165,0,0,1,16,12ZM6,22H26v2H6Z",
|
|
2270
|
+
transform: "translate(0 .005)"
|
|
2309
2271
|
})), children);
|
|
2310
2272
|
});
|
|
2311
2273
|
if (process.env.NODE_ENV !== "production") {
|
|
2312
|
-
|
|
2274
|
+
ServiceDesk.propTypes = iconPropTypes;
|
|
2313
2275
|
}
|
|
2314
|
-
const
|
|
2276
|
+
const ServiceId = /*#__PURE__*/React.forwardRef(function ServiceId(_ref100, ref) {
|
|
2315
2277
|
let {
|
|
2316
2278
|
children,
|
|
2317
2279
|
size = 16,
|
|
@@ -2325,14 +2287,16 @@ const ShareKnowledge = /*#__PURE__*/React.forwardRef(function ShareKnowledge(_re
|
|
|
2325
2287
|
viewBox: "0 0 32 32",
|
|
2326
2288
|
fill: "currentColor",
|
|
2327
2289
|
...rest
|
|
2328
|
-
},
|
|
2329
|
-
d: "
|
|
2290
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2291
|
+
d: "M30 24v-2h-2.101c-.13-.637-.384-1.229-.732-1.753l1.49-1.49-1.414-1.414-1.49 1.49c-.524-.348-1.116-.602-1.753-.732V16h-2v2.101c-.637.13-1.229.384-1.753.732l-1.49-1.49-1.414 1.414 1.49 1.49c-.348.524-.602 1.116-.732 1.753H16v2h2.101c.13.637.384 1.229.732 1.753l-1.49 1.49 1.414 1.414 1.49-1.49c.524.348 1.116.602 1.753.732V30h2v-2.101c.637-.13 1.229-.384 1.753-.732l1.49 1.49 1.414-1.414-1.49-1.49c.348-.524.602-1.116.732-1.753H30zM23 26c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3S24.654 26 23 26zM12 6H16V8H12z"
|
|
2292
|
+
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2293
|
+
d: "M6,28V4h16v9h2V4c0-1.103-0.897-2-2-2H6C4.897,2,4,2.897,4,4v24c0,1.103,0.897,2,2,2h8v-2H6z"
|
|
2330
2294
|
})), children);
|
|
2331
2295
|
});
|
|
2332
2296
|
if (process.env.NODE_ENV !== "production") {
|
|
2333
|
-
|
|
2297
|
+
ServiceId.propTypes = iconPropTypes;
|
|
2334
2298
|
}
|
|
2335
|
-
const
|
|
2299
|
+
const ServiceLevels = /*#__PURE__*/React.forwardRef(function ServiceLevels(_ref101, ref) {
|
|
2336
2300
|
let {
|
|
2337
2301
|
children,
|
|
2338
2302
|
size = 16,
|
|
@@ -2346,14 +2310,30 @@ const ShoppingBag = /*#__PURE__*/React.forwardRef(function ShoppingBag(_ref101,
|
|
|
2346
2310
|
viewBox: "0 0 32 32",
|
|
2347
2311
|
fill: "currentColor",
|
|
2348
2312
|
...rest
|
|
2349
|
-
},
|
|
2350
|
-
|
|
2313
|
+
}, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
2314
|
+
cx: "7",
|
|
2315
|
+
cy: "19",
|
|
2316
|
+
r: "1"
|
|
2317
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
2318
|
+
cx: "16",
|
|
2319
|
+
cy: "11",
|
|
2320
|
+
r: "1"
|
|
2321
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
2322
|
+
cx: "25",
|
|
2323
|
+
cy: "19",
|
|
2324
|
+
r: "1"
|
|
2325
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
2326
|
+
cx: "10",
|
|
2327
|
+
cy: "14",
|
|
2328
|
+
r: "1"
|
|
2329
|
+
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2330
|
+
d: "M30 20h-2c0-1.2616-.1946-2.5042-.5786-3.6929l1.9033-.6146c.448 1.3876.6753 2.8369.6753 4.3075zM29.8508 8.9775l-2.4368 2.4365-.0005-.0005c-.3621.3623-.8621.5864-1.4136.5864-1.103 0-2-.897-2-2 0-.5518.2241-1.0518.5864-1.4136l-.0005-.0005 2.4368-2.4365c-.3284-.0879-.667-.1494-1.0227-.1494-2.2056 0-4 1.7944-4 4 0 .7393.2153 1.4238.5669 2.019l-4.5479 4.5479c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056 0-4 1.7944-4 4s1.7944 4 4 4 4-1.7944 4-4c0-.7397-.2153-1.4243-.5669-2.019l4.5479-4.5479c.595.3516 1.2795.5669 2.019.5669 2.2056 0 4-1.7944 4-4 0-.3555-.0615-.6943-.1492-1.0225zm-13.8508 13.0225c-1.103 0-2-.8975-2-2s.897-2 2-2 2 .8975 2 2-.897 2-2 2zM4 20h-2c0-7.7196 6.2803-14 14-14 1.4707 0 2.9199.2272 4.3074.6754l-.6147 1.9031c-1.1885-.3838-2.4309-.5785-3.6926-.5785-6.6167 0-12 5.3832-12 12z"
|
|
2351
2331
|
})), children);
|
|
2352
2332
|
});
|
|
2353
2333
|
if (process.env.NODE_ENV !== "production") {
|
|
2354
|
-
|
|
2334
|
+
ServiceLevels.propTypes = iconPropTypes;
|
|
2355
2335
|
}
|
|
2356
|
-
const
|
|
2336
|
+
const SessionBorderControl = /*#__PURE__*/React.forwardRef(function SessionBorderControl(_ref102, ref) {
|
|
2357
2337
|
let {
|
|
2358
2338
|
children,
|
|
2359
2339
|
size = 16,
|
|
@@ -2367,27 +2347,34 @@ const ShoppingCart = /*#__PURE__*/React.forwardRef(function ShoppingCart(_ref102
|
|
|
2367
2347
|
viewBox: "0 0 32 32",
|
|
2368
2348
|
fill: "currentColor",
|
|
2369
2349
|
...rest
|
|
2370
|
-
},
|
|
2371
|
-
|
|
2372
|
-
cy: "28",
|
|
2373
|
-
r: "2"
|
|
2374
|
-
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
2375
|
-
cx: "24",
|
|
2376
|
-
cy: "28",
|
|
2377
|
-
r: "2"
|
|
2378
|
-
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2379
|
-
d: "M28,7H5.82L5,2.8A1,1,0,0,0,4,2H0V4H3.18L7,23.2A1,1,0,0,0,8,24H26V22H8.82L8,18H26a1,1,0,0,0,1-.78l2-9A1,1,0,0,0,28,7Zm-2.8,9H7.62L6.22,9H26.75Z"
|
|
2350
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2351
|
+
d: "M26,8,24.59,9.41,27.17,12H16a5.967,5.967,0,0,0-4,1.54V6.83l2.59,2.58L16,8,11,3,6,8,7.41,9.41,10,6.83V18a5.969,5.969,0,0,0,1.54,4H4.83l2.58-2.59L6,18,1,23l5,5,1.41-1.41L4.83,24H16A5.99,5.99,0,0,0,20.46,14h6.71l-2.58,2.59L26,18l5-5ZM20,18a4,4,0,1,1-4-4A4.0045,4.0045,0,0,1,20,18Z"
|
|
2380
2352
|
})), children);
|
|
2381
2353
|
});
|
|
2382
2354
|
if (process.env.NODE_ENV !== "production") {
|
|
2383
|
-
|
|
2355
|
+
SessionBorderControl.propTypes = iconPropTypes;
|
|
2384
2356
|
}
|
|
2385
|
-
const
|
|
2357
|
+
const Settings = /*#__PURE__*/React.forwardRef(function Settings(_ref103, ref) {
|
|
2386
2358
|
let {
|
|
2387
2359
|
children,
|
|
2388
2360
|
size = 16,
|
|
2389
2361
|
...rest
|
|
2390
2362
|
} = _ref103;
|
|
2363
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2364
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2365
|
+
width: size,
|
|
2366
|
+
height: size,
|
|
2367
|
+
ref: ref,
|
|
2368
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2369
|
+
viewBox: "0 0 16 16",
|
|
2370
|
+
fill: "currentColor",
|
|
2371
|
+
...rest
|
|
2372
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2373
|
+
d: "M13.5,8.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l1-0.8c0.4-0.3,0.4-0.9,0.2-1.3l-1.2-2C13.3,3.2,13,3,12.6,3 c-0.1,0-0.2,0-0.3,0.1l-1.2,0.4c-0.2-0.1-0.4-0.3-0.7-0.4l-0.3-1.3C10.1,1.3,9.7,1,9.2,1H6.8c-0.5,0-0.9,0.3-1,0.8L5.6,3.1 C5.3,3.2,5.1,3.3,4.9,3.4L3.7,3C3.6,3,3.5,3,3.4,3C3,3,2.7,3.2,2.5,3.5l-1.2,2C1.1,5.9,1.2,6.4,1.6,6.8l0.9,0.9c0,0.1,0,0.3,0,0.4 c0,0.1,0,0.3,0,0.4L1.6,9.2c-0.4,0.3-0.5,0.9-0.2,1.3l1.2,2C2.7,12.8,3,13,3.4,13c0.1,0,0.2,0,0.3-0.1l1.2-0.4 c0.2,0.1,0.4,0.3,0.7,0.4l0.3,1.3c0.1,0.5,0.5,0.8,1,0.8h2.4c0.5,0,0.9-0.3,1-0.8l0.3-1.3c0.2-0.1,0.4-0.2,0.7-0.4l1.2,0.4 c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.2,0.9-0.5l1.1-2c0.2-0.4,0.2-0.9-0.2-1.3L13.5,8.4z M12.6,12l-1.7-0.6c-0.4,0.3-0.9,0.6-1.4,0.8 L9.2,14H6.8l-0.4-1.8c-0.5-0.2-0.9-0.5-1.4-0.8L3.4,12l-1.2-2l1.4-1.2c-0.1-0.5-0.1-1.1,0-1.6L2.2,6l1.2-2l1.7,0.6 C5.5,4.2,6,4,6.5,3.8L6.8,2h2.4l0.4,1.8c0.5,0.2,0.9,0.5,1.4,0.8L12.6,4l1.2,2l-1.4,1.2c0.1,0.5,0.1,1.1,0,1.6l1.4,1.2L12.6,12z"
|
|
2374
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2375
|
+
d: "M8,11c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3C11,9.6,9.7,11,8,11C8,11,8,11,8,11z M8,6C6.9,6,6,6.8,6,7.9C6,7.9,6,8,6,8 c0,1.1,0.8,2,1.9,2c0,0,0.1,0,0.1,0c1.1,0,2-0.8,2-1.9c0,0,0-0.1,0-0.1C10,6.9,9.2,6,8,6C8.1,6,8,6,8,6z"
|
|
2376
|
+
})), children);
|
|
2377
|
+
}
|
|
2391
2378
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2392
2379
|
width: size,
|
|
2393
2380
|
height: size,
|
|
@@ -2396,24 +2383,16 @@ const ShoppingCartArrowDown = /*#__PURE__*/React.forwardRef(function ShoppingCar
|
|
|
2396
2383
|
viewBox: "0 0 32 32",
|
|
2397
2384
|
fill: "currentColor",
|
|
2398
2385
|
...rest
|
|
2399
|
-
},
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
2404
|
-
cx: "24",
|
|
2405
|
-
cy: "28",
|
|
2406
|
-
r: "2"
|
|
2407
|
-
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2408
|
-
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
2409
|
-
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2410
|
-
d: "M21.586 6.586L18 10.172 18 2 16 2 16 10.172 12.414 6.586 11 8 17 14 23 8 21.586 6.586z"
|
|
2386
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2387
|
+
d: "M27,16.76c0-.25,0-.5,0-.76s0-.51,0-.77l1.92-1.68A2,2,0,0,0,29.3,11L26.94,7a2,2,0,0,0-1.73-1,2,2,0,0,0-.64.1l-2.43.82a11.35,11.35,0,0,0-1.31-.75l-.51-2.52a2,2,0,0,0-2-1.61H13.64a2,2,0,0,0-2,1.61l-.51,2.52a11.48,11.48,0,0,0-1.32.75L7.43,6.06A2,2,0,0,0,6.79,6,2,2,0,0,0,5.06,7L2.7,11a2,2,0,0,0,.41,2.51L5,15.24c0,.25,0,.5,0,.76s0,.51,0,.77L3.11,18.45A2,2,0,0,0,2.7,21L5.06,25a2,2,0,0,0,1.73,1,2,2,0,0,0,.64-.1l2.43-.82a11.35,11.35,0,0,0,1.31.75l.51,2.52a2,2,0,0,0,2,1.61h4.72a2,2,0,0,0,2-1.61l.51-2.52a11.48,11.48,0,0,0,1.32-.75l2.42.82a2,2,0,0,0,.64.1,2,2,0,0,0,1.73-1L29.3,21a2,2,0,0,0-.41-2.51ZM25.21,24l-3.43-1.16a8.86,8.86,0,0,1-2.71,1.57L18.36,28H13.64l-.71-3.55a9.36,9.36,0,0,1-2.7-1.57L6.79,24,4.43,20l2.72-2.4a8.9,8.9,0,0,1,0-3.13L4.43,12,6.79,8l3.43,1.16a8.86,8.86,0,0,1,2.71-1.57L13.64,4h4.72l.71,3.55a9.36,9.36,0,0,1,2.7,1.57L25.21,8,27.57,12l-2.72,2.4a8.9,8.9,0,0,1,0,3.13L27.57,20Z"
|
|
2388
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2389
|
+
d: "M16,22a6,6,0,1,1,6-6A5.94,5.94,0,0,1,16,22Zm0-10a3.91,3.91,0,0,0-4,4,3.91,3.91,0,0,0,4,4,3.91,3.91,0,0,0,4-4A3.91,3.91,0,0,0,16,12Z"
|
|
2411
2390
|
})), children);
|
|
2412
2391
|
});
|
|
2413
2392
|
if (process.env.NODE_ENV !== "production") {
|
|
2414
|
-
|
|
2393
|
+
Settings.propTypes = iconPropTypes;
|
|
2415
2394
|
}
|
|
2416
|
-
const
|
|
2395
|
+
const SettingsAdjust = /*#__PURE__*/React.forwardRef(function SettingsAdjust(_ref104, ref) {
|
|
2417
2396
|
let {
|
|
2418
2397
|
children,
|
|
2419
2398
|
size = 16,
|
|
@@ -2427,24 +2406,14 @@ const ShoppingCartArrowUp = /*#__PURE__*/React.forwardRef(function ShoppingCartA
|
|
|
2427
2406
|
viewBox: "0 0 32 32",
|
|
2428
2407
|
fill: "currentColor",
|
|
2429
2408
|
...rest
|
|
2430
|
-
},
|
|
2431
|
-
|
|
2432
|
-
cy: "28",
|
|
2433
|
-
r: "2"
|
|
2434
|
-
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
2435
|
-
cx: "24",
|
|
2436
|
-
cy: "28",
|
|
2437
|
-
r: "2"
|
|
2438
|
-
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2439
|
-
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
2440
|
-
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2441
|
-
d: "M21.586 9.414L18 5.828 18 14 16 14 16 5.828 12.414 9.414 11 8 17 2 23 8 21.586 9.414z"
|
|
2409
|
+
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2410
|
+
d: "M30 8h-4.1c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2v2h14.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30V8zM21 12c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S22.7 12 21 12zM2 24h4.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30v-2H15.9c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2V24zM11 20c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3S9.3 20 11 20z"
|
|
2442
2411
|
})), children);
|
|
2443
2412
|
});
|
|
2444
2413
|
if (process.env.NODE_ENV !== "production") {
|
|
2445
|
-
|
|
2414
|
+
SettingsAdjust.propTypes = iconPropTypes;
|
|
2446
2415
|
}
|
|
2447
|
-
const
|
|
2416
|
+
const SettingsCheck = /*#__PURE__*/React.forwardRef(function SettingsCheck(_ref105, ref) {
|
|
2448
2417
|
let {
|
|
2449
2418
|
children,
|
|
2450
2419
|
size = 16,
|
|
@@ -2458,24 +2427,18 @@ const ShoppingCartClear = /*#__PURE__*/React.forwardRef(function ShoppingCartCle
|
|
|
2458
2427
|
viewBox: "0 0 32 32",
|
|
2459
2428
|
fill: "currentColor",
|
|
2460
2429
|
...rest
|
|
2461
|
-
},
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
})),
|
|
2466
|
-
|
|
2467
|
-
cy: "28",
|
|
2468
|
-
r: "2"
|
|
2469
|
-
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2470
|
-
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
2471
|
-
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2472
|
-
d: "M18.41 8L22 4.41 20.59 3 17 6.59 13.41 3 12 4.41 15.59 8 12 11.59 13.41 13 17 9.41 20.59 13 22 11.59 18.41 8z"
|
|
2430
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2431
|
+
d: "M16,22a6,6,0,1,1,6-6A5.9364,5.9364,0,0,1,16,22Zm0-10a3.9123,3.9123,0,0,0-4,4,3.9123,3.9123,0,0,0,4,4,3.9123,3.9123,0,0,0,4-4A3.9123,3.9123,0,0,0,16,12Z"
|
|
2432
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2433
|
+
d: "M29.3047,11.044,26.9441,6.9562a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583L20.3215,3.608A2,2,0,0,0,18.36,2H13.64A2,2,0,0,0,11.6785,3.608l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0616a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.044a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4947,5,15.7447,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025L5.0559,25.044a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H18V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713L6.7878,24.044l-2.36-4.0878,2.7253-2.3951a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.044,6.7886,7.9562l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.044Z"
|
|
2434
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2435
|
+
d: "M23 26.18L20.41 23.59 19 25 23 29 30 22 28.59 20.59 23 26.18z"
|
|
2473
2436
|
})), children);
|
|
2474
2437
|
});
|
|
2475
2438
|
if (process.env.NODE_ENV !== "production") {
|
|
2476
|
-
|
|
2439
|
+
SettingsCheck.propTypes = iconPropTypes;
|
|
2477
2440
|
}
|
|
2478
|
-
const
|
|
2441
|
+
const SettingsEdit = /*#__PURE__*/React.forwardRef(function SettingsEdit(_ref106, ref) {
|
|
2479
2442
|
let {
|
|
2480
2443
|
children,
|
|
2481
2444
|
size = 16,
|
|
@@ -2489,24 +2452,16 @@ const ShoppingCartError = /*#__PURE__*/React.forwardRef(function ShoppingCartErr
|
|
|
2489
2452
|
viewBox: "0 0 32 32",
|
|
2490
2453
|
fill: "currentColor",
|
|
2491
2454
|
...rest
|
|
2492
|
-
},
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
2497
|
-
cx: "24",
|
|
2498
|
-
cy: "28",
|
|
2499
|
-
r: "2"
|
|
2500
|
-
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2501
|
-
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
2502
|
-
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2503
|
-
d: "M17,2a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,17,2Zm0,2a3.9521,3.9521,0,0,1,2.019.5669L13.5669,10.019A3.9529,3.9529,0,0,1,13,8,4.0045,4.0045,0,0,1,17,4Zm0,8a3.9521,3.9521,0,0,1-2.019-.5669L20.4331,5.981A3.9529,3.9529,0,0,1,21,8,4.0045,4.0045,0,0,1,17,12Z"
|
|
2455
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2456
|
+
d: "M31.707 19.2929l-3-3c-.3906-.3906-1.0234-.3906-1.4141 0l-9.293 9.293v4.4141h4.4141l9.293-9.293c.3906-.3906.3906-1.0234 0-1.4141zm-10.1211 8.707h-1.5859v-1.5859l5-5 1.5859 1.5859-5 5zm6.4141-6.4141l-1.5859-1.5859 1.5859-1.5859 1.5859 1.5859-1.5859 1.5859zM16 22c-3.3643 0-6-2.6357-6-6s2.6357-6 6-6 6 2.6357 6 6-2.6357 6-6 6zm0-10c-2.2803 0-4 1.7197-4 4s1.7197 4 4 4 4-1.7197 4-4-1.7197-4-4-4z"
|
|
2457
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2458
|
+
d: "m27.5474,12.0005l1.7322-1-2.3354-4.0444c-.3652-.6328-1.0334-1.0005-1.7322-1.0005-.2134,0-.4294.0342-.6406.106l-2.4341.8232c-.418-.2812-.856-.5352-1.312-.7583l-.5037-2.5186c-.187-.9351-1.0078-1.6079-1.9612-1.6079h-4.7207c-.9534,0-1.7742.6729-1.9612,1.6079l-.5037,2.5186c-.459.2246-.9062.4692-1.3267.7534l-2.4194-.8184c-.2112-.0718-.4272-.106-.6406-.106-.6987,0-1.3669.3677-1.7322,1.0005l-2.3606,4.0879c-.4766.8257-.3042,1.873.4119,2.5024l1.9309,1.6968c-.0171.2515-.0381.5015-.0381.7568,0,.2578.0103.5127.0278.7656l-1.9207,1.688c-.7161.6294-.8884,1.6768-.4119,2.5024l2.3606,4.0879c.3652.6328,1.0334,1.0005,1.7322,1.0005.2134,0,.4297-.0342.6406-.106l2.4341-.8232c.418.2817.856.5352,1.312.7583l.5037,2.5186c.187.9351,1.0078,1.6079,1.9612,1.6079h2.3604v-2h-2.3604l-.7102-3.5508c-.9753-.356-1.9026-.9062-2.6948-1.5713l-3.4468,1.166-2.3604-4.0879,2.7253-2.395c-.1838-1.043-.1914-2.083-.0071-3.1279l-2.7183-2.3892,2.3611-4.0879,3.4268,1.1592c.8032-.6763,1.7295-1.2051,2.7141-1.5645l.7102-3.5508h4.7207l.7102,3.5508c.9753.356,1.9023.9062,2.6948,1.5713l3.4468-1.166,2.3352,4.0444Z"
|
|
2504
2459
|
})), children);
|
|
2505
2460
|
});
|
|
2506
2461
|
if (process.env.NODE_ENV !== "production") {
|
|
2507
|
-
|
|
2462
|
+
SettingsEdit.propTypes = iconPropTypes;
|
|
2508
2463
|
}
|
|
2509
|
-
const
|
|
2464
|
+
const SettingsServices = /*#__PURE__*/React.forwardRef(function SettingsServices(_ref107, ref) {
|
|
2510
2465
|
let {
|
|
2511
2466
|
children,
|
|
2512
2467
|
size = 16,
|
|
@@ -2520,24 +2475,18 @@ const ShoppingCartMinus = /*#__PURE__*/React.forwardRef(function ShoppingCartMin
|
|
|
2520
2475
|
viewBox: "0 0 32 32",
|
|
2521
2476
|
fill: "currentColor",
|
|
2522
2477
|
...rest
|
|
2523
|
-
},
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
})),
|
|
2528
|
-
|
|
2529
|
-
cy: "28",
|
|
2530
|
-
r: "2"
|
|
2531
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2532
|
-
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
2533
|
-
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2534
|
-
d: "M12 6L12 8 22 8 22 6 12 6z"
|
|
2478
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2479
|
+
d: "M29,25H27V23h1V19H24v1H22V18a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v6A1,1,0,0,1,29,25Z"
|
|
2480
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2481
|
+
d: "M24 30H18a1 1 0 01-1-1V23a1 1 0 011-1h6a1 1 0 011 1v6A1 1 0 0124 30zm-5-2h4V24H19zM15 19.8579A3.9934 3.9934 0 1120 16h2a6 6 0 10-7 5.91z"
|
|
2482
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2483
|
+
d: "M28.89,13.55l-2.31,2.03-1.42-1.42,2.41-2.12L25.21,7.96,21.77,9.12a9.3684,9.3684,0,0,0-2.7-1.57L18.36,4H13.64l-.71,3.55a8.8609,8.8609,0,0,0-2.71,1.57L6.79,7.96,4.43,12.04l2.72,2.39a8.8948,8.8948,0,0,0,0,3.13l-2.72,2.4,2.36,4.08,3.44-1.16a9.3684,9.3684,0,0,0,2.7,1.57L13.64,28H15v2H13.64a2.0007,2.0007,0,0,1-1.96-1.61l-.51-2.52a11.412,11.412,0,0,1-1.31-.75l-2.43.82a2.038,2.038,0,0,1-.64.1,1.973,1.973,0,0,1-1.73-1L2.7,20.96a2,2,0,0,1,.41-2.51l1.92-1.68C5.01,16.51,5,16.26,5,16s.02-.51.04-.76L3.11,13.55a2,2,0,0,1-.41-2.51L5.06,6.96a1.973,1.973,0,0,1,1.73-1,2.038,2.038,0,0,1,.64.1l2.42.82a11.5416,11.5416,0,0,1,1.32-.75l.51-2.52A2.0007,2.0007,0,0,1,13.64,2h4.72a2.0007,2.0007,0,0,1,1.96,1.61l.51,2.52a11.412,11.412,0,0,1,1.31.75l2.43-.82a2.038,2.038,0,0,1,.64-.1,1.973,1.973,0,0,1,1.73,1l2.36,4.08A2,2,0,0,1,28.89,13.55Z"
|
|
2535
2484
|
})), children);
|
|
2536
2485
|
});
|
|
2537
2486
|
if (process.env.NODE_ENV !== "production") {
|
|
2538
|
-
|
|
2487
|
+
SettingsServices.propTypes = iconPropTypes;
|
|
2539
2488
|
}
|
|
2540
|
-
const
|
|
2489
|
+
const SettingsView = /*#__PURE__*/React.forwardRef(function SettingsView(_ref108, ref) {
|
|
2541
2490
|
let {
|
|
2542
2491
|
children,
|
|
2543
2492
|
size = 16,
|
|
@@ -2551,24 +2500,20 @@ const ShoppingCartPlus = /*#__PURE__*/React.forwardRef(function ShoppingCartPlus
|
|
|
2551
2500
|
viewBox: "0 0 32 32",
|
|
2552
2501
|
fill: "currentColor",
|
|
2553
2502
|
...rest
|
|
2554
|
-
},
|
|
2555
|
-
cx: "
|
|
2556
|
-
cy: "
|
|
2557
|
-
r: "2"
|
|
2558
|
-
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
2559
|
-
cx: "24",
|
|
2560
|
-
cy: "28",
|
|
2503
|
+
}, _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
2504
|
+
cx: "23",
|
|
2505
|
+
cy: "24",
|
|
2561
2506
|
r: "2"
|
|
2562
|
-
})),
|
|
2563
|
-
d: "
|
|
2564
|
-
})),
|
|
2565
|
-
d: "
|
|
2507
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2508
|
+
d: "M30.7769 23.4785A8.64 8.64 0 0023 18a8.64 8.64 0 00-7.7769 5.4785L15 24l.2231.5215A8.64 8.64 0 0023 30a8.64 8.64 0 007.7769-5.4785L31 24zM23 28a4 4 0 114-4A4.0045 4.0045 0 0123 28zM12.3989 20.8A6 6 0 1122 16H20a4 4 0 10-6.4 3.2z"
|
|
2509
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2510
|
+
d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H15V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z"
|
|
2566
2511
|
})), children);
|
|
2567
2512
|
});
|
|
2568
2513
|
if (process.env.NODE_ENV !== "production") {
|
|
2569
|
-
|
|
2514
|
+
SettingsView.propTypes = iconPropTypes;
|
|
2570
2515
|
}
|
|
2571
|
-
const
|
|
2516
|
+
const ShapeExcept = /*#__PURE__*/React.forwardRef(function ShapeExcept(_ref109, ref) {
|
|
2572
2517
|
let {
|
|
2573
2518
|
children,
|
|
2574
2519
|
size = 16,
|
|
@@ -2582,16 +2527,14 @@ const ShoppingCatalog = /*#__PURE__*/React.forwardRef(function ShoppingCatalog(_
|
|
|
2582
2527
|
viewBox: "0 0 32 32",
|
|
2583
2528
|
fill: "currentColor",
|
|
2584
2529
|
...rest
|
|
2585
|
-
},
|
|
2586
|
-
d: "
|
|
2587
|
-
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2588
|
-
d: "M28,11h-6V7c0-1.7-1.3-3-3-3h-6c-1.7,0-3,1.3-3,3v4H4c-0.6,0-1,0.4-1,1c0,0.1,0,0.1,0,0.2l1.9,12.1c0.1,1,1,1.7,2,1.7H15v-2 H6.9L5.2,13H28V11z M12,7c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1v4h-8V7z"
|
|
2530
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2531
|
+
d: "M28,10H22V4a2.0023,2.0023,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM12,20V12h8v8ZM3.9988,4H20v6H12a2.0023,2.0023,0,0,0-2,2v8H4Z"
|
|
2589
2532
|
})), children);
|
|
2590
2533
|
});
|
|
2591
2534
|
if (process.env.NODE_ENV !== "production") {
|
|
2592
|
-
|
|
2535
|
+
ShapeExcept.propTypes = iconPropTypes;
|
|
2593
2536
|
}
|
|
2594
|
-
const
|
|
2537
|
+
const ShapeExclude = /*#__PURE__*/React.forwardRef(function ShapeExclude(_ref110, ref) {
|
|
2595
2538
|
let {
|
|
2596
2539
|
children,
|
|
2597
2540
|
size = 16,
|
|
@@ -2605,14 +2548,16 @@ const ShowDataCards = /*#__PURE__*/React.forwardRef(function ShowDataCards(_ref1
|
|
|
2605
2548
|
viewBox: "0 0 32 32",
|
|
2606
2549
|
fill: "currentColor",
|
|
2607
2550
|
...rest
|
|
2608
|
-
},
|
|
2609
|
-
d: "
|
|
2551
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2552
|
+
d: "M12,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6V12A2,2,0,0,1,12,10Z"
|
|
2553
|
+
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2554
|
+
d: "M28,10H22V20a2,2,0,0,1-2,2H10v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10Z"
|
|
2610
2555
|
})), children);
|
|
2611
2556
|
});
|
|
2612
2557
|
if (process.env.NODE_ENV !== "production") {
|
|
2613
|
-
|
|
2558
|
+
ShapeExclude.propTypes = iconPropTypes;
|
|
2614
2559
|
}
|
|
2615
|
-
const
|
|
2560
|
+
const ShapeIntersect = /*#__PURE__*/React.forwardRef(function ShapeIntersect(_ref111, ref) {
|
|
2616
2561
|
let {
|
|
2617
2562
|
children,
|
|
2618
2563
|
size = 16,
|
|
@@ -2626,16 +2571,14 @@ const ShrinkScreen = /*#__PURE__*/React.forwardRef(function ShrinkScreen(_ref111
|
|
|
2626
2571
|
viewBox: "0 0 32 32",
|
|
2627
2572
|
fill: "currentColor",
|
|
2628
2573
|
...rest
|
|
2629
|
-
},
|
|
2630
|
-
d: "M28
|
|
2631
|
-
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2632
|
-
d: "M13,22H4a2.0023,2.0023,0,0,1-2-2V7A2.002,2.002,0,0,1,4,5H26a2.0023,2.0023,0,0,1,2,2v9H26V7H4V20h9Z"
|
|
2574
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2575
|
+
d: "M28,10H22V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V12A2.0025,2.0025,0,0,0,28,10ZM4,20V4H20v6H12a2.0025,2.0025,0,0,0-2,2v8Zm8,8V22h8a2.0025,2.0025,0,0,0,2-2V12h6V28Z"
|
|
2633
2576
|
})), children);
|
|
2634
2577
|
});
|
|
2635
2578
|
if (process.env.NODE_ENV !== "production") {
|
|
2636
|
-
|
|
2579
|
+
ShapeIntersect.propTypes = iconPropTypes;
|
|
2637
2580
|
}
|
|
2638
|
-
const
|
|
2581
|
+
const ShapeJoin = /*#__PURE__*/React.forwardRef(function ShapeJoin(_ref112, ref) {
|
|
2639
2582
|
let {
|
|
2640
2583
|
children,
|
|
2641
2584
|
size = 16,
|
|
@@ -2649,22 +2592,14 @@ const ShrinkScreenFilled = /*#__PURE__*/React.forwardRef(function ShrinkScreenFi
|
|
|
2649
2592
|
viewBox: "0 0 32 32",
|
|
2650
2593
|
fill: "currentColor",
|
|
2651
2594
|
...rest
|
|
2652
|
-
},
|
|
2653
|
-
|
|
2654
|
-
height: "10",
|
|
2655
|
-
x: "15",
|
|
2656
|
-
y: "18",
|
|
2657
|
-
rx: "2"
|
|
2658
|
-
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2659
|
-
d: "M12 10L12 13.586 7.707 9.293 6.293 10.707 10.586 15 7 15 7 17 14 17 14 10 12 10z"
|
|
2660
|
-
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2661
|
-
d: "M13,22H4a2.0023,2.0023,0,0,1-2-2V7A2.002,2.002,0,0,1,4,5H26a2.0023,2.0023,0,0,1,2,2v9H26V7H4V20h9Z"
|
|
2595
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2596
|
+
d: "M28,10H22V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V12A2.0025,2.0025,0,0,0,28,10ZM4,20V4h6V20Zm18,8V12h6V28Z"
|
|
2662
2597
|
})), children);
|
|
2663
2598
|
});
|
|
2664
2599
|
if (process.env.NODE_ENV !== "production") {
|
|
2665
|
-
|
|
2600
|
+
ShapeJoin.propTypes = iconPropTypes;
|
|
2666
2601
|
}
|
|
2667
|
-
const
|
|
2602
|
+
const ShapeUnite = /*#__PURE__*/React.forwardRef(function ShapeUnite(_ref113, ref) {
|
|
2668
2603
|
let {
|
|
2669
2604
|
children,
|
|
2670
2605
|
size = 16,
|
|
@@ -2678,14 +2613,14 @@ const Shuffle = /*#__PURE__*/React.forwardRef(function Shuffle(_ref113, ref) {
|
|
|
2678
2613
|
viewBox: "0 0 32 32",
|
|
2679
2614
|
fill: "currentColor",
|
|
2680
2615
|
...rest
|
|
2681
|
-
},
|
|
2682
|
-
d: "
|
|
2616
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2617
|
+
d: "M28,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10Z"
|
|
2683
2618
|
})), children);
|
|
2684
2619
|
});
|
|
2685
2620
|
if (process.env.NODE_ENV !== "production") {
|
|
2686
|
-
|
|
2621
|
+
ShapeUnite.propTypes = iconPropTypes;
|
|
2687
2622
|
}
|
|
2688
|
-
const
|
|
2623
|
+
const Share = /*#__PURE__*/React.forwardRef(function Share(_ref114, ref) {
|
|
2689
2624
|
let {
|
|
2690
2625
|
children,
|
|
2691
2626
|
size = 16,
|
|
@@ -2699,14 +2634,14 @@ const Shuttle = /*#__PURE__*/React.forwardRef(function Shuttle(_ref114, ref) {
|
|
|
2699
2634
|
viewBox: "0 0 32 32",
|
|
2700
2635
|
fill: "currentColor",
|
|
2701
2636
|
...rest
|
|
2702
|
-
},
|
|
2703
|
-
d: "
|
|
2637
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2638
|
+
d: "M23,20a5,5,0,0,0-3.89,1.89L11.8,17.32a4.46,4.46,0,0,0,0-2.64l7.31-4.57A5,5,0,1,0,18,7a4.79,4.79,0,0,0,.2,1.32l-7.31,4.57a5,5,0,1,0,0,6.22l7.31,4.57A4.79,4.79,0,0,0,18,25a5,5,0,1,0,5-5ZM23,4a3,3,0,1,1-3,3A3,3,0,0,1,23,4ZM7,19a3,3,0,1,1,3-3A3,3,0,0,1,7,19Zm16,9a3,3,0,1,1,3-3A3,3,0,0,1,23,28Z"
|
|
2704
2639
|
})), children);
|
|
2705
2640
|
});
|
|
2706
2641
|
if (process.env.NODE_ENV !== "production") {
|
|
2707
|
-
|
|
2642
|
+
Share.propTypes = iconPropTypes;
|
|
2708
2643
|
}
|
|
2709
|
-
const
|
|
2644
|
+
const ShareKnowledge = /*#__PURE__*/React.forwardRef(function ShareKnowledge(_ref115, ref) {
|
|
2710
2645
|
let {
|
|
2711
2646
|
children,
|
|
2712
2647
|
size = 16,
|
|
@@ -2720,14 +2655,14 @@ const SidePanelClose = /*#__PURE__*/React.forwardRef(function SidePanelClose(_re
|
|
|
2720
2655
|
viewBox: "0 0 32 32",
|
|
2721
2656
|
fill: "currentColor",
|
|
2722
2657
|
...rest
|
|
2723
|
-
},
|
|
2724
|
-
d: "
|
|
2658
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2659
|
+
d: "M27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM20 20a4 4 0 104-4A4 4 0 0020 20zm6 0a2 2 0 11-2-2A2 2 0 0126 20zM6 21V20H4v1a7 7 0 007 7h3V26H11A5 5 0 016 21zM19 10H26V12H19zM19 6H29V8H19zM19 2H29V4H19zM11 11H5a3 3 0 00-3 3v2H4V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0011 11zM8 10A4 4 0 104 6 4 4 0 008 10zM8 4A2 2 0 116 6 2 2 0 018 4z"
|
|
2725
2660
|
})), children);
|
|
2726
2661
|
});
|
|
2727
2662
|
if (process.env.NODE_ENV !== "production") {
|
|
2728
|
-
|
|
2663
|
+
ShareKnowledge.propTypes = iconPropTypes;
|
|
2729
2664
|
}
|
|
2730
|
-
const
|
|
2665
|
+
const ShoppingBag = /*#__PURE__*/React.forwardRef(function ShoppingBag(_ref116, ref) {
|
|
2731
2666
|
let {
|
|
2732
2667
|
children,
|
|
2733
2668
|
size = 16,
|
|
@@ -2741,14 +2676,14 @@ const SidePanelCloseFilled = /*#__PURE__*/React.forwardRef(function SidePanelClo
|
|
|
2741
2676
|
viewBox: "0 0 32 32",
|
|
2742
2677
|
fill: "currentColor",
|
|
2743
2678
|
...rest
|
|
2744
|
-
},
|
|
2745
|
-
d: "M28,
|
|
2679
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2680
|
+
d: "M28.76,11.35A1,1,0,0,0,28,11H22V7a3,3,0,0,0-3-3H13a3,3,0,0,0-3,3v4H4a1,1,0,0,0-1,1.15L4.88,24.3a2,2,0,0,0,2,1.7H25.14a2,2,0,0,0,2-1.7L29,12.15A1,1,0,0,0,28.76,11.35ZM12,7a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v4H12ZM25.14,24H6.86L5.17,13H26.83Z"
|
|
2746
2681
|
})), children);
|
|
2747
2682
|
});
|
|
2748
2683
|
if (process.env.NODE_ENV !== "production") {
|
|
2749
|
-
|
|
2684
|
+
ShoppingBag.propTypes = iconPropTypes;
|
|
2750
2685
|
}
|
|
2751
|
-
const
|
|
2686
|
+
const ShoppingCart = /*#__PURE__*/React.forwardRef(function ShoppingCart(_ref117, ref) {
|
|
2752
2687
|
let {
|
|
2753
2688
|
children,
|
|
2754
2689
|
size = 16,
|
|
@@ -2762,14 +2697,22 @@ const SidePanelOpen = /*#__PURE__*/React.forwardRef(function SidePanelOpen(_ref1
|
|
|
2762
2697
|
viewBox: "0 0 32 32",
|
|
2763
2698
|
fill: "currentColor",
|
|
2764
2699
|
...rest
|
|
2765
|
-
},
|
|
2766
|
-
|
|
2700
|
+
}, _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
2701
|
+
cx: "10",
|
|
2702
|
+
cy: "28",
|
|
2703
|
+
r: "2"
|
|
2704
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
2705
|
+
cx: "24",
|
|
2706
|
+
cy: "28",
|
|
2707
|
+
r: "2"
|
|
2708
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2709
|
+
d: "M28,7H5.82L5,2.8A1,1,0,0,0,4,2H0V4H3.18L7,23.2A1,1,0,0,0,8,24H26V22H8.82L8,18H26a1,1,0,0,0,1-.78l2-9A1,1,0,0,0,28,7Zm-2.8,9H7.62L6.22,9H26.75Z"
|
|
2767
2710
|
})), children);
|
|
2768
2711
|
});
|
|
2769
2712
|
if (process.env.NODE_ENV !== "production") {
|
|
2770
|
-
|
|
2713
|
+
ShoppingCart.propTypes = iconPropTypes;
|
|
2771
2714
|
}
|
|
2772
|
-
const
|
|
2715
|
+
const ShoppingCartArrowDown = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowDown(_ref118, ref) {
|
|
2773
2716
|
let {
|
|
2774
2717
|
children,
|
|
2775
2718
|
size = 16,
|
|
@@ -2783,14 +2726,24 @@ const SidePanelOpenFilled = /*#__PURE__*/React.forwardRef(function SidePanelOpen
|
|
|
2783
2726
|
viewBox: "0 0 32 32",
|
|
2784
2727
|
fill: "currentColor",
|
|
2785
2728
|
...rest
|
|
2786
|
-
},
|
|
2787
|
-
|
|
2729
|
+
}, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
2730
|
+
cx: "10",
|
|
2731
|
+
cy: "28",
|
|
2732
|
+
r: "2"
|
|
2733
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
2734
|
+
cx: "24",
|
|
2735
|
+
cy: "28",
|
|
2736
|
+
r: "2"
|
|
2737
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2738
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
2739
|
+
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2740
|
+
d: "M21.586 6.586L18 10.172 18 2 16 2 16 10.172 12.414 6.586 11 8 17 14 23 8 21.586 6.586z"
|
|
2788
2741
|
})), children);
|
|
2789
2742
|
});
|
|
2790
2743
|
if (process.env.NODE_ENV !== "production") {
|
|
2791
|
-
|
|
2744
|
+
ShoppingCartArrowDown.propTypes = iconPropTypes;
|
|
2792
2745
|
}
|
|
2793
|
-
const
|
|
2746
|
+
const ShoppingCartArrowUp = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowUp(_ref119, ref) {
|
|
2794
2747
|
let {
|
|
2795
2748
|
children,
|
|
2796
2749
|
size = 16,
|
|
@@ -2804,16 +2757,24 @@ const Sight = /*#__PURE__*/React.forwardRef(function Sight(_ref119, ref) {
|
|
|
2804
2757
|
viewBox: "0 0 32 32",
|
|
2805
2758
|
fill: "currentColor",
|
|
2806
2759
|
...rest
|
|
2807
|
-
},
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2760
|
+
}, _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
2761
|
+
cx: "10",
|
|
2762
|
+
cy: "28",
|
|
2763
|
+
r: "2"
|
|
2764
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
2765
|
+
cx: "24",
|
|
2766
|
+
cy: "28",
|
|
2767
|
+
r: "2"
|
|
2768
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2769
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
2770
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2771
|
+
d: "M21.586 9.414L18 5.828 18 14 16 14 16 5.828 12.414 9.414 11 8 17 2 23 8 21.586 9.414z"
|
|
2811
2772
|
})), children);
|
|
2812
2773
|
});
|
|
2813
2774
|
if (process.env.NODE_ENV !== "production") {
|
|
2814
|
-
|
|
2775
|
+
ShoppingCartArrowUp.propTypes = iconPropTypes;
|
|
2815
2776
|
}
|
|
2816
|
-
const
|
|
2777
|
+
const ShoppingCartClear = /*#__PURE__*/React.forwardRef(function ShoppingCartClear(_ref120, ref) {
|
|
2817
2778
|
let {
|
|
2818
2779
|
children,
|
|
2819
2780
|
size = 16,
|
|
@@ -2827,14 +2788,24 @@ const Sigma = /*#__PURE__*/React.forwardRef(function Sigma(_ref120, ref) {
|
|
|
2827
2788
|
viewBox: "0 0 32 32",
|
|
2828
2789
|
fill: "currentColor",
|
|
2829
2790
|
...rest
|
|
2830
|
-
},
|
|
2831
|
-
|
|
2791
|
+
}, _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
2792
|
+
cx: "10",
|
|
2793
|
+
cy: "28",
|
|
2794
|
+
r: "2"
|
|
2795
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
2796
|
+
cx: "24",
|
|
2797
|
+
cy: "28",
|
|
2798
|
+
r: "2"
|
|
2799
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2800
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
2801
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2802
|
+
d: "M18.41 8L22 4.41 20.59 3 17 6.59 13.41 3 12 4.41 15.59 8 12 11.59 13.41 13 17 9.41 20.59 13 22 11.59 18.41 8z"
|
|
2832
2803
|
})), children);
|
|
2833
2804
|
});
|
|
2834
2805
|
if (process.env.NODE_ENV !== "production") {
|
|
2835
|
-
|
|
2806
|
+
ShoppingCartClear.propTypes = iconPropTypes;
|
|
2836
2807
|
}
|
|
2837
|
-
const
|
|
2808
|
+
const ShoppingCartError = /*#__PURE__*/React.forwardRef(function ShoppingCartError(_ref121, ref) {
|
|
2838
2809
|
let {
|
|
2839
2810
|
children,
|
|
2840
2811
|
size = 16,
|
|
@@ -2848,14 +2819,24 @@ const SignalStrength = /*#__PURE__*/React.forwardRef(function SignalStrength(_re
|
|
|
2848
2819
|
viewBox: "0 0 32 32",
|
|
2849
2820
|
fill: "currentColor",
|
|
2850
2821
|
...rest
|
|
2851
|
-
},
|
|
2852
|
-
|
|
2822
|
+
}, _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
2823
|
+
cx: "10",
|
|
2824
|
+
cy: "28",
|
|
2825
|
+
r: "2"
|
|
2826
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
2827
|
+
cx: "24",
|
|
2828
|
+
cy: "28",
|
|
2829
|
+
r: "2"
|
|
2830
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2831
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
2832
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2833
|
+
d: "M17,2a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,17,2Zm0,2a3.9521,3.9521,0,0,1,2.019.5669L13.5669,10.019A3.9529,3.9529,0,0,1,13,8,4.0045,4.0045,0,0,1,17,4Zm0,8a3.9521,3.9521,0,0,1-2.019-.5669L20.4331,5.981A3.9529,3.9529,0,0,1,21,8,4.0045,4.0045,0,0,1,17,12Z"
|
|
2853
2834
|
})), children);
|
|
2854
2835
|
});
|
|
2855
2836
|
if (process.env.NODE_ENV !== "production") {
|
|
2856
|
-
|
|
2837
|
+
ShoppingCartError.propTypes = iconPropTypes;
|
|
2857
2838
|
}
|
|
2858
|
-
const
|
|
2839
|
+
const ShoppingCartMinus = /*#__PURE__*/React.forwardRef(function ShoppingCartMinus(_ref122, ref) {
|
|
2859
2840
|
let {
|
|
2860
2841
|
children,
|
|
2861
2842
|
size = 16,
|
|
@@ -2869,16 +2850,24 @@ const SimCard = /*#__PURE__*/React.forwardRef(function SimCard(_ref122, ref) {
|
|
|
2869
2850
|
viewBox: "0 0 32 32",
|
|
2870
2851
|
fill: "currentColor",
|
|
2871
2852
|
...rest
|
|
2872
|
-
},
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2853
|
+
}, _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
2854
|
+
cx: "10",
|
|
2855
|
+
cy: "28",
|
|
2856
|
+
r: "2"
|
|
2857
|
+
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
2858
|
+
cx: "24",
|
|
2859
|
+
cy: "28",
|
|
2860
|
+
r: "2"
|
|
2861
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2862
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
2863
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2864
|
+
d: "M12 6L12 8 22 8 22 6 12 6z"
|
|
2876
2865
|
})), children);
|
|
2877
2866
|
});
|
|
2878
2867
|
if (process.env.NODE_ENV !== "production") {
|
|
2879
|
-
|
|
2868
|
+
ShoppingCartMinus.propTypes = iconPropTypes;
|
|
2880
2869
|
}
|
|
2881
|
-
const
|
|
2870
|
+
const ShoppingCartPlus = /*#__PURE__*/React.forwardRef(function ShoppingCartPlus(_ref123, ref) {
|
|
2882
2871
|
let {
|
|
2883
2872
|
children,
|
|
2884
2873
|
size = 16,
|
|
@@ -2892,14 +2881,24 @@ const SkillLevel = /*#__PURE__*/React.forwardRef(function SkillLevel(_ref123, re
|
|
|
2892
2881
|
viewBox: "0 0 32 32",
|
|
2893
2882
|
fill: "currentColor",
|
|
2894
2883
|
...rest
|
|
2895
|
-
},
|
|
2896
|
-
|
|
2884
|
+
}, _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
2885
|
+
cx: "10",
|
|
2886
|
+
cy: "28",
|
|
2887
|
+
r: "2"
|
|
2888
|
+
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
2889
|
+
cx: "24",
|
|
2890
|
+
cy: "28",
|
|
2891
|
+
r: "2"
|
|
2892
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2893
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
2894
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2895
|
+
d: "M18 6L18 2 16 2 16 6 12 6 12 8 16 8 16 12 18 12 18 8 22 8 22 6 18 6z"
|
|
2897
2896
|
})), children);
|
|
2898
2897
|
});
|
|
2899
2898
|
if (process.env.NODE_ENV !== "production") {
|
|
2900
|
-
|
|
2899
|
+
ShoppingCartPlus.propTypes = iconPropTypes;
|
|
2901
2900
|
}
|
|
2902
|
-
const
|
|
2901
|
+
const ShoppingCatalog = /*#__PURE__*/React.forwardRef(function ShoppingCatalog(_ref124, ref) {
|
|
2903
2902
|
let {
|
|
2904
2903
|
children,
|
|
2905
2904
|
size = 16,
|
|
@@ -2914,13 +2913,15 @@ const SkillLevelAdvanced = /*#__PURE__*/React.forwardRef(function SkillLevelAdva
|
|
|
2914
2913
|
fill: "currentColor",
|
|
2915
2914
|
...rest
|
|
2916
2915
|
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2917
|
-
d: "
|
|
2916
|
+
d: "M17 24H21V28H17zM24 24H28V28H24zM17 17H21V21H17zM24 17H28V21H24z"
|
|
2917
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2918
|
+
d: "M28,11h-6V7c0-1.7-1.3-3-3-3h-6c-1.7,0-3,1.3-3,3v4H4c-0.6,0-1,0.4-1,1c0,0.1,0,0.1,0,0.2l1.9,12.1c0.1,1,1,1.7,2,1.7H15v-2 H6.9L5.2,13H28V11z M12,7c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1v4h-8V7z"
|
|
2918
2919
|
})), children);
|
|
2919
2920
|
});
|
|
2920
2921
|
if (process.env.NODE_ENV !== "production") {
|
|
2921
|
-
|
|
2922
|
+
ShoppingCatalog.propTypes = iconPropTypes;
|
|
2922
2923
|
}
|
|
2923
|
-
const
|
|
2924
|
+
const ShowDataCards = /*#__PURE__*/React.forwardRef(function ShowDataCards(_ref125, ref) {
|
|
2924
2925
|
let {
|
|
2925
2926
|
children,
|
|
2926
2927
|
size = 16,
|
|
@@ -2934,12 +2935,12 @@ const SkillLevelBasic = /*#__PURE__*/React.forwardRef(function SkillLevelBasic(_
|
|
|
2934
2935
|
viewBox: "0 0 32 32",
|
|
2935
2936
|
fill: "currentColor",
|
|
2936
2937
|
...rest
|
|
2937
|
-
},
|
|
2938
|
-
d: "
|
|
2938
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2939
|
+
d: "M28 10H4A2.0022 2.0022 0 012 8V4A2.0021 2.0021 0 014 2H28a2.0021 2.0021 0 012 2V8A2.0022 2.0022 0 0128 10zM4 4V8H28V4zM28 30H4a2.0022 2.0022 0 01-2-2V24a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v4A2.0022 2.0022 0 0128 30zM4 24v4H28V24zM28 20H4a2.0022 2.0022 0 01-2-2V14a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v4A2.0022 2.0022 0 0128 20zM4 14v4H28V14z"
|
|
2939
2940
|
})), children);
|
|
2940
2941
|
});
|
|
2941
2942
|
if (process.env.NODE_ENV !== "production") {
|
|
2942
|
-
|
|
2943
|
+
ShowDataCards.propTypes = iconPropTypes;
|
|
2943
2944
|
}
|
|
2944
2945
|
|
|
2945
|
-
export { QS, QSAlt, RotateClockwiseFilled, RotateCounterclockwise, RotateCounterclockwiseAlt, RotateCounterclockwiseAltFilled, RotateCounterclockwiseFilled, Router, RouterVoice, RouterWifi, Row, RowCollapse, RowDelete, RowExpand, RowInsert, Rss, Rule, RuleCancelled, RuleDataQuality, RuleDraft, RuleFilled, RuleLocked, RulePartial, RuleTest, Ruler, RulerAlt, Run, RunMirror, Running, SailboatCoastal, SailboatOffshore, SalesOps, SankeyDiagram, SankeyDiagramAlt, Satellite, SatelliteRadar, SatelliteWeather, Save, SaveModel, Scale, Scales, ScalesTipped, Scalpel, Scan, ScanAlt, ScanDisabled, ScatterMatrix, Schematics, ScisControlTower, ScisTransparentSupply, Scooter, ScooterFront, Screen, ScreenMap, ScreenMapSet, ScreenOff, Script, ScriptReference, Sdk, Search, SearchAdvanced, SearchLocate, SearchLocateMirror, Security, SecurityServices, SelectWindow, Select_01, Select_02, Send, SendAlt, SendAltFilled, SendBackward, SendFilled, SendToBack, ServerDns, ServerProxy, ServerTime, ServiceDesk, ServiceId, ServiceLevels, SessionBorderControl, Settings, SettingsAdjust, SettingsCheck, SettingsEdit, SettingsServices, SettingsView, ShapeExcept, ShapeExclude, ShapeIntersect, ShapeJoin, ShapeUnite, Share, ShareKnowledge, ShoppingBag, ShoppingCart, ShoppingCartArrowDown, ShoppingCartArrowUp, ShoppingCartClear, ShoppingCartError, ShoppingCartMinus, ShoppingCartPlus, ShoppingCatalog, ShowDataCards,
|
|
2946
|
+
export { QS, QSAlt, Rewind_5, RightPanelClose, RightPanelCloseFilled, RightPanelOpen, RightPanelOpenFilled, Road, RoadWeather, Roadmap, Rocket, Rotate, RotateClockwise, RotateClockwiseAlt, RotateClockwiseAltFilled, RotateClockwiseFilled, RotateCounterclockwise, RotateCounterclockwiseAlt, RotateCounterclockwiseAltFilled, RotateCounterclockwiseFilled, Router, RouterVoice, RouterWifi, Row, RowCollapse, RowDelete, RowExpand, RowInsert, Rss, Rule, RuleCancelled, RuleDataQuality, RuleDraft, RuleFilled, RuleLocked, RulePartial, RuleTest, Ruler, RulerAlt, Run, RunMirror, Running, SailboatCoastal, SailboatOffshore, SalesOps, SankeyDiagram, SankeyDiagramAlt, Satellite, SatelliteRadar, SatelliteWeather, Save, SaveModel, Scale, Scales, ScalesTipped, Scalpel, Scan, ScanAlt, ScanDisabled, ScatterMatrix, Schematics, ScisControlTower, ScisTransparentSupply, Scooter, ScooterFront, Screen, ScreenMap, ScreenMapSet, ScreenOff, Script, ScriptReference, Sdk, Search, SearchAdvanced, SearchLocate, SearchLocateMirror, Security, SecurityServices, SelectWindow, Select_01, Select_02, Send, SendAlt, SendAltFilled, SendBackward, SendFilled, SendToBack, ServerDns, ServerProxy, ServerTime, ServiceDesk, ServiceId, ServiceLevels, SessionBorderControl, Settings, SettingsAdjust, SettingsCheck, SettingsEdit, SettingsServices, SettingsView, ShapeExcept, ShapeExclude, ShapeIntersect, ShapeJoin, ShapeUnite, Share, ShareKnowledge, ShoppingBag, ShoppingCart, ShoppingCartArrowDown, ShoppingCartArrowUp, ShoppingCartClear, ShoppingCartError, ShoppingCartMinus, ShoppingCartPlus, ShoppingCatalog, ShowDataCards, WatsonHealthRotate_180, WatsonHealthRotate_360, WatsonHealthSaveAnnotation, WatsonHealthSaveImage, WatsonHealthSaveSeries, WatsonHealthScalpelCursor, WatsonHealthScalpelLasso, WatsonHealthScalpelSelect };
|