@carbon-labs/react-animated-header 0.2.0 → 0.4.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/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/es/__stories__/data/index.d.ts +19 -9
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/es/components/AnimatedHeader/AnimatedHeader.js +76 -65
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +10 -8
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/es/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
- package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
- package/lib/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/lib/__stories__/data/index.d.ts +19 -9
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/lib/components/AnimatedHeader/AnimatedHeader.js +75 -64
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +11 -9
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/lib/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
- package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
- package/package.json +2 -2
- package/scss/AnimatedHeader/animated-header.scss +31 -17
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +12 -5
- package/scss/Tiles/GlassTile/glass-tile.scss +17 -3
- /package/es/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
- /package/lib/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
|
@@ -12,13 +12,26 @@ var Icon = require('../Icon.js');
|
|
|
12
12
|
var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
|
|
13
13
|
require('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, _circle, _path22, _circle2, _path23, _path24, _circle3, _path25, _path26, _path27, _path28, _path29, _circle4, _circle5, _circle6, _circle7, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _circle8, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _circle9, _circle10, _path57, _circle11, _circle12, _path58, _path59, _circle13, _circle14, _path60, _path61, _circle15, _circle16, _path62, _path63, _circle17, _circle18, _path64, _path65, _circle19, _circle20, _path66, _path67, _circle21, _circle22, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _rect, _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, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _circle23, _path122, _path123, _path124, _path125, _path126, _circle24, _path127, _circle25, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _circle26, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _circle27, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _circle34, _path160, _path161, _path162, _path163, _path164, _circle35, _circle36, _circle37, _circle38, _circle39, _circle40, _circle41, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209;
|
|
16
|
+
const Search = /*#__PURE__*/React.forwardRef(function Search(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
19
19
|
size = 16,
|
|
20
20
|
...rest
|
|
21
21
|
} = _ref;
|
|
22
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
23
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
24
|
+
width: size,
|
|
25
|
+
height: size,
|
|
26
|
+
ref: ref,
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
viewBox: "0 0 16 16",
|
|
29
|
+
fill: "currentColor",
|
|
30
|
+
...rest
|
|
31
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
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"
|
|
33
|
+
})), children);
|
|
34
|
+
}
|
|
22
35
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
23
36
|
width: size,
|
|
24
37
|
height: size,
|
|
@@ -27,14 +40,14 @@ const ShapeIntersect = /*#__PURE__*/React.forwardRef(function ShapeIntersect(_re
|
|
|
27
40
|
viewBox: "0 0 32 32",
|
|
28
41
|
fill: "currentColor",
|
|
29
42
|
...rest
|
|
30
|
-
},
|
|
31
|
-
d: "
|
|
43
|
+
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
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"
|
|
32
45
|
})), children);
|
|
33
46
|
});
|
|
34
47
|
if (process.env.NODE_ENV !== "production") {
|
|
35
|
-
|
|
48
|
+
Search.propTypes = iconPropTypes4cbeb95d.i;
|
|
36
49
|
}
|
|
37
|
-
const
|
|
50
|
+
const SearchAdvanced = /*#__PURE__*/React.forwardRef(function SearchAdvanced(_ref2, ref) {
|
|
38
51
|
let {
|
|
39
52
|
children,
|
|
40
53
|
size = 16,
|
|
@@ -48,14 +61,14 @@ const ShapeJoin = /*#__PURE__*/React.forwardRef(function ShapeJoin(_ref2, ref) {
|
|
|
48
61
|
viewBox: "0 0 32 32",
|
|
49
62
|
fill: "currentColor",
|
|
50
63
|
...rest
|
|
51
|
-
},
|
|
52
|
-
d: "
|
|
64
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
65
|
+
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"
|
|
53
66
|
})), children);
|
|
54
67
|
});
|
|
55
68
|
if (process.env.NODE_ENV !== "production") {
|
|
56
|
-
|
|
69
|
+
SearchAdvanced.propTypes = iconPropTypes4cbeb95d.i;
|
|
57
70
|
}
|
|
58
|
-
const
|
|
71
|
+
const SearchLocate = /*#__PURE__*/React.forwardRef(function SearchLocate(_ref3, ref) {
|
|
59
72
|
let {
|
|
60
73
|
children,
|
|
61
74
|
size = 16,
|
|
@@ -69,14 +82,14 @@ const ShapeUnite = /*#__PURE__*/React.forwardRef(function ShapeUnite(_ref3, ref)
|
|
|
69
82
|
viewBox: "0 0 32 32",
|
|
70
83
|
fill: "currentColor",
|
|
71
84
|
...rest
|
|
72
|
-
},
|
|
73
|
-
d: "
|
|
85
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
86
|
+
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"
|
|
74
87
|
})), children);
|
|
75
88
|
});
|
|
76
89
|
if (process.env.NODE_ENV !== "production") {
|
|
77
|
-
|
|
90
|
+
SearchLocate.propTypes = iconPropTypes4cbeb95d.i;
|
|
78
91
|
}
|
|
79
|
-
const
|
|
92
|
+
const SearchLocateMirror = /*#__PURE__*/React.forwardRef(function SearchLocateMirror(_ref4, ref) {
|
|
80
93
|
let {
|
|
81
94
|
children,
|
|
82
95
|
size = 16,
|
|
@@ -90,15 +103,14 @@ const Shapes = /*#__PURE__*/React.forwardRef(function Shapes(_ref4, ref) {
|
|
|
90
103
|
viewBox: "0 0 32 32",
|
|
91
104
|
fill: "currentColor",
|
|
92
105
|
...rest
|
|
93
|
-
},
|
|
94
|
-
|
|
95
|
-
d: "M5 16h-2v11c0 1.1045.8954 2 2 2h8v-2H5v-11zM28 29h-11c-.3535 0-.6809-.1866-.8608-.4911-.0927-.1568-.1392-.3328-.1392-.5089 0-.1658.0412-.3317.1238-.4819l5.5-10c.1898-.3451.5333-.5178.8762-.5181.3434-.0003.6861.1724.8762.5181l5.5 10c.0826.1502.1238.3162.1238.4819 0 .1762-.0465.3521-.1392.5089-.1799.3044-.5073.4911-.8608.4911zm-9.3088-2h7.6177l-3.8088-6.9249-3.8088 6.9249zM27 3h-11v2h11v13.9922h2V5c0-1.1045-.8954-2-2-2zM11 3h-6c-1.1046 0-2 .8955-2 2v6c0 1.1045.8954 2 2 2h6c1.1046 0 2-.8955 2-2v-6c0-1.1045-.8954-2-2-2zm0 8h-6v-6h6v6z"
|
|
106
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
107
|
+
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"
|
|
96
108
|
})), children);
|
|
97
109
|
});
|
|
98
110
|
if (process.env.NODE_ENV !== "production") {
|
|
99
|
-
|
|
111
|
+
SearchLocateMirror.propTypes = iconPropTypes4cbeb95d.i;
|
|
100
112
|
}
|
|
101
|
-
const
|
|
113
|
+
const Security = /*#__PURE__*/React.forwardRef(function Security(_ref5, ref) {
|
|
102
114
|
let {
|
|
103
115
|
children,
|
|
104
116
|
size = 16,
|
|
@@ -112,14 +124,16 @@ const Share = /*#__PURE__*/React.forwardRef(function Share(_ref5, ref) {
|
|
|
112
124
|
viewBox: "0 0 32 32",
|
|
113
125
|
fill: "currentColor",
|
|
114
126
|
...rest
|
|
115
|
-
},
|
|
116
|
-
d: "
|
|
127
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
128
|
+
d: "M14 16.59L11.41 14 10 15.41 14 19.41 22 11.41 20.59 10 14 16.59z"
|
|
129
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
130
|
+
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"
|
|
117
131
|
})), children);
|
|
118
132
|
});
|
|
119
133
|
if (process.env.NODE_ENV !== "production") {
|
|
120
|
-
|
|
134
|
+
Security.propTypes = iconPropTypes4cbeb95d.i;
|
|
121
135
|
}
|
|
122
|
-
const
|
|
136
|
+
const SecurityServices = /*#__PURE__*/React.forwardRef(function SecurityServices(_ref6, ref) {
|
|
123
137
|
let {
|
|
124
138
|
children,
|
|
125
139
|
size = 16,
|
|
@@ -133,14 +147,16 @@ const ShareKnowledge = /*#__PURE__*/React.forwardRef(function ShareKnowledge(_re
|
|
|
133
147
|
viewBox: "0 0 32 32",
|
|
134
148
|
fill: "currentColor",
|
|
135
149
|
...rest
|
|
136
|
-
},
|
|
137
|
-
d: "
|
|
150
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
151
|
+
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"
|
|
152
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
153
|
+
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"
|
|
138
154
|
})), children);
|
|
139
155
|
});
|
|
140
156
|
if (process.env.NODE_ENV !== "production") {
|
|
141
|
-
|
|
157
|
+
SecurityServices.propTypes = iconPropTypes4cbeb95d.i;
|
|
142
158
|
}
|
|
143
|
-
const
|
|
159
|
+
const Select_01 = /*#__PURE__*/React.forwardRef(function Select_01(_ref7, ref) {
|
|
144
160
|
let {
|
|
145
161
|
children,
|
|
146
162
|
size = 16,
|
|
@@ -154,14 +170,14 @@ const ShoppingBag = /*#__PURE__*/React.forwardRef(function ShoppingBag(_ref7, re
|
|
|
154
170
|
viewBox: "0 0 32 32",
|
|
155
171
|
fill: "currentColor",
|
|
156
172
|
...rest
|
|
157
|
-
},
|
|
158
|
-
d: "
|
|
173
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
174
|
+
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"
|
|
159
175
|
})), children);
|
|
160
176
|
});
|
|
161
177
|
if (process.env.NODE_ENV !== "production") {
|
|
162
|
-
|
|
178
|
+
Select_01.propTypes = iconPropTypes4cbeb95d.i;
|
|
163
179
|
}
|
|
164
|
-
const
|
|
180
|
+
const Select_02 = /*#__PURE__*/React.forwardRef(function Select_02(_ref8, ref) {
|
|
165
181
|
let {
|
|
166
182
|
children,
|
|
167
183
|
size = 16,
|
|
@@ -175,22 +191,14 @@ const ShoppingCart = /*#__PURE__*/React.forwardRef(function ShoppingCart(_ref8,
|
|
|
175
191
|
viewBox: "0 0 32 32",
|
|
176
192
|
fill: "currentColor",
|
|
177
193
|
...rest
|
|
178
|
-
},
|
|
179
|
-
|
|
180
|
-
cy: "28",
|
|
181
|
-
r: "2"
|
|
182
|
-
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
183
|
-
cx: "24",
|
|
184
|
-
cy: "28",
|
|
185
|
-
r: "2"
|
|
186
|
-
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
187
|
-
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"
|
|
194
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
195
|
+
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"
|
|
188
196
|
})), children);
|
|
189
197
|
});
|
|
190
198
|
if (process.env.NODE_ENV !== "production") {
|
|
191
|
-
|
|
199
|
+
Select_02.propTypes = iconPropTypes4cbeb95d.i;
|
|
192
200
|
}
|
|
193
|
-
const
|
|
201
|
+
const SelectWindow = /*#__PURE__*/React.forwardRef(function SelectWindow(_ref9, ref) {
|
|
194
202
|
let {
|
|
195
203
|
children,
|
|
196
204
|
size = 16,
|
|
@@ -204,24 +212,14 @@ const ShoppingCartArrowDown = /*#__PURE__*/React.forwardRef(function ShoppingCar
|
|
|
204
212
|
viewBox: "0 0 32 32",
|
|
205
213
|
fill: "currentColor",
|
|
206
214
|
...rest
|
|
207
|
-
},
|
|
208
|
-
|
|
209
|
-
cy: "28",
|
|
210
|
-
r: "2"
|
|
211
|
-
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
212
|
-
cx: "24",
|
|
213
|
-
cy: "28",
|
|
214
|
-
r: "2"
|
|
215
|
-
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
216
|
-
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"
|
|
217
|
-
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
218
|
-
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"
|
|
215
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
216
|
+
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"
|
|
219
217
|
})), children);
|
|
220
218
|
});
|
|
221
219
|
if (process.env.NODE_ENV !== "production") {
|
|
222
|
-
|
|
220
|
+
SelectWindow.propTypes = iconPropTypes4cbeb95d.i;
|
|
223
221
|
}
|
|
224
|
-
const
|
|
222
|
+
const Send = /*#__PURE__*/React.forwardRef(function Send(_ref10, ref) {
|
|
225
223
|
let {
|
|
226
224
|
children,
|
|
227
225
|
size = 16,
|
|
@@ -235,24 +233,14 @@ const ShoppingCartArrowUp = /*#__PURE__*/React.forwardRef(function ShoppingCartA
|
|
|
235
233
|
viewBox: "0 0 32 32",
|
|
236
234
|
fill: "currentColor",
|
|
237
235
|
...rest
|
|
238
|
-
},
|
|
239
|
-
|
|
240
|
-
cy: "28",
|
|
241
|
-
r: "2"
|
|
242
|
-
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
243
|
-
cx: "24",
|
|
244
|
-
cy: "28",
|
|
245
|
-
r: "2"
|
|
246
|
-
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
247
|
-
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"
|
|
248
|
-
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
249
|
-
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"
|
|
236
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
237
|
+
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"
|
|
250
238
|
})), children);
|
|
251
239
|
});
|
|
252
240
|
if (process.env.NODE_ENV !== "production") {
|
|
253
|
-
|
|
241
|
+
Send.propTypes = iconPropTypes4cbeb95d.i;
|
|
254
242
|
}
|
|
255
|
-
const
|
|
243
|
+
const SendAlt = /*#__PURE__*/React.forwardRef(function SendAlt(_ref11, ref) {
|
|
256
244
|
let {
|
|
257
245
|
children,
|
|
258
246
|
size = 16,
|
|
@@ -266,24 +254,14 @@ const ShoppingCartClear = /*#__PURE__*/React.forwardRef(function ShoppingCartCle
|
|
|
266
254
|
viewBox: "0 0 32 32",
|
|
267
255
|
fill: "currentColor",
|
|
268
256
|
...rest
|
|
269
|
-
},
|
|
270
|
-
|
|
271
|
-
cy: "28",
|
|
272
|
-
r: "2"
|
|
273
|
-
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
274
|
-
cx: "24",
|
|
275
|
-
cy: "28",
|
|
276
|
-
r: "2"
|
|
277
|
-
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
278
|
-
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"
|
|
279
|
-
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
280
|
-
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"
|
|
257
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
258
|
+
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"
|
|
281
259
|
})), children);
|
|
282
260
|
});
|
|
283
261
|
if (process.env.NODE_ENV !== "production") {
|
|
284
|
-
|
|
262
|
+
SendAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
285
263
|
}
|
|
286
|
-
const
|
|
264
|
+
const SendAltFilled = /*#__PURE__*/React.forwardRef(function SendAltFilled(_ref12, ref) {
|
|
287
265
|
let {
|
|
288
266
|
children,
|
|
289
267
|
size = 16,
|
|
@@ -297,24 +275,14 @@ const ShoppingCartError = /*#__PURE__*/React.forwardRef(function ShoppingCartErr
|
|
|
297
275
|
viewBox: "0 0 32 32",
|
|
298
276
|
fill: "currentColor",
|
|
299
277
|
...rest
|
|
300
|
-
},
|
|
301
|
-
|
|
302
|
-
cy: "28",
|
|
303
|
-
r: "2"
|
|
304
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
305
|
-
cx: "24",
|
|
306
|
-
cy: "28",
|
|
307
|
-
r: "2"
|
|
308
|
-
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
309
|
-
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"
|
|
310
|
-
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
311
|
-
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"
|
|
278
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
279
|
+
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"
|
|
312
280
|
})), children);
|
|
313
281
|
});
|
|
314
282
|
if (process.env.NODE_ENV !== "production") {
|
|
315
|
-
|
|
283
|
+
SendAltFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
316
284
|
}
|
|
317
|
-
const
|
|
285
|
+
const SendFilled = /*#__PURE__*/React.forwardRef(function SendFilled(_ref13, ref) {
|
|
318
286
|
let {
|
|
319
287
|
children,
|
|
320
288
|
size = 16,
|
|
@@ -328,24 +296,14 @@ const ShoppingCartMinus = /*#__PURE__*/React.forwardRef(function ShoppingCartMin
|
|
|
328
296
|
viewBox: "0 0 32 32",
|
|
329
297
|
fill: "currentColor",
|
|
330
298
|
...rest
|
|
331
|
-
},
|
|
332
|
-
|
|
333
|
-
cy: "28",
|
|
334
|
-
r: "2"
|
|
335
|
-
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
336
|
-
cx: "24",
|
|
337
|
-
cy: "28",
|
|
338
|
-
r: "2"
|
|
339
|
-
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
340
|
-
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"
|
|
341
|
-
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
342
|
-
d: "M12 6L12 8 22 8 22 6 12 6z"
|
|
299
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
300
|
+
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"
|
|
343
301
|
})), children);
|
|
344
302
|
});
|
|
345
303
|
if (process.env.NODE_ENV !== "production") {
|
|
346
|
-
|
|
304
|
+
SendFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
347
305
|
}
|
|
348
|
-
const
|
|
306
|
+
const SendActionUsage = /*#__PURE__*/React.forwardRef(function SendActionUsage(_ref14, ref) {
|
|
349
307
|
let {
|
|
350
308
|
children,
|
|
351
309
|
size = 16,
|
|
@@ -359,24 +317,18 @@ const ShoppingCartPlus = /*#__PURE__*/React.forwardRef(function ShoppingCartPlus
|
|
|
359
317
|
viewBox: "0 0 32 32",
|
|
360
318
|
fill: "currentColor",
|
|
361
319
|
...rest
|
|
362
|
-
},
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
cy: "28",
|
|
369
|
-
r: "2"
|
|
370
|
-
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
371
|
-
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"
|
|
372
|
-
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
373
|
-
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"
|
|
320
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
321
|
+
strokeWidth: "0",
|
|
322
|
+
d: "m9,21c-.5523,0-1-.4477-1-1v-8c0-.5523.4477-1,1-1h11.1716c.5304,0,1.0391.2107,1.4142.5858l4.4142,4.4142-4.4142,4.4142c-.3751.3751-.8838.5858-1.4142.5858h-11.1715Z"
|
|
323
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
324
|
+
strokeWidth: "0",
|
|
325
|
+
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
|
374
326
|
})), children);
|
|
375
327
|
});
|
|
376
328
|
if (process.env.NODE_ENV !== "production") {
|
|
377
|
-
|
|
329
|
+
SendActionUsage.propTypes = iconPropTypes4cbeb95d.i;
|
|
378
330
|
}
|
|
379
|
-
const
|
|
331
|
+
const SendBackward = /*#__PURE__*/React.forwardRef(function SendBackward(_ref15, ref) {
|
|
380
332
|
let {
|
|
381
333
|
children,
|
|
382
334
|
size = 16,
|
|
@@ -390,16 +342,14 @@ const ShoppingCatalog = /*#__PURE__*/React.forwardRef(function ShoppingCatalog(_
|
|
|
390
342
|
viewBox: "0 0 32 32",
|
|
391
343
|
fill: "currentColor",
|
|
392
344
|
...rest
|
|
393
|
-
},
|
|
394
|
-
d: "
|
|
395
|
-
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
396
|
-
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"
|
|
345
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
346
|
+
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"
|
|
397
347
|
})), children);
|
|
398
348
|
});
|
|
399
349
|
if (process.env.NODE_ENV !== "production") {
|
|
400
|
-
|
|
350
|
+
SendBackward.propTypes = iconPropTypes4cbeb95d.i;
|
|
401
351
|
}
|
|
402
|
-
const
|
|
352
|
+
const SendToBack = /*#__PURE__*/React.forwardRef(function SendToBack(_ref16, ref) {
|
|
403
353
|
let {
|
|
404
354
|
children,
|
|
405
355
|
size = 16,
|
|
@@ -413,14 +363,14 @@ const ShowDataCards = /*#__PURE__*/React.forwardRef(function ShowDataCards(_ref1
|
|
|
413
363
|
viewBox: "0 0 32 32",
|
|
414
364
|
fill: "currentColor",
|
|
415
365
|
...rest
|
|
416
|
-
},
|
|
417
|
-
d: "M28
|
|
366
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
367
|
+
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"
|
|
418
368
|
})), children);
|
|
419
369
|
});
|
|
420
370
|
if (process.env.NODE_ENV !== "production") {
|
|
421
|
-
|
|
371
|
+
SendToBack.propTypes = iconPropTypes4cbeb95d.i;
|
|
422
372
|
}
|
|
423
|
-
const
|
|
373
|
+
const ServerDns = /*#__PURE__*/React.forwardRef(function ServerDns(_ref17, ref) {
|
|
424
374
|
let {
|
|
425
375
|
children,
|
|
426
376
|
size = 16,
|
|
@@ -434,16 +384,18 @@ const ShrinkScreen = /*#__PURE__*/React.forwardRef(function ShrinkScreen(_ref17,
|
|
|
434
384
|
viewBox: "0 0 32 32",
|
|
435
385
|
fill: "currentColor",
|
|
436
386
|
...rest
|
|
437
|
-
},
|
|
438
|
-
d: "
|
|
439
|
-
})),
|
|
440
|
-
|
|
387
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
388
|
+
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"
|
|
389
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
390
|
+
cx: "7",
|
|
391
|
+
cy: "25",
|
|
392
|
+
r: "1"
|
|
441
393
|
})), children);
|
|
442
394
|
});
|
|
443
395
|
if (process.env.NODE_ENV !== "production") {
|
|
444
|
-
|
|
396
|
+
ServerDns.propTypes = iconPropTypes4cbeb95d.i;
|
|
445
397
|
}
|
|
446
|
-
const
|
|
398
|
+
const ServerProxy = /*#__PURE__*/React.forwardRef(function ServerProxy(_ref18, ref) {
|
|
447
399
|
let {
|
|
448
400
|
children,
|
|
449
401
|
size = 16,
|
|
@@ -457,22 +409,20 @@ const ShrinkScreenFilled = /*#__PURE__*/React.forwardRef(function ShrinkScreenFi
|
|
|
457
409
|
viewBox: "0 0 32 32",
|
|
458
410
|
fill: "currentColor",
|
|
459
411
|
...rest
|
|
460
|
-
},
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
})),
|
|
467
|
-
d: "
|
|
468
|
-
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
469
|
-
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"
|
|
412
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
413
|
+
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"
|
|
414
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
415
|
+
cx: "9",
|
|
416
|
+
cy: "25",
|
|
417
|
+
r: "1"
|
|
418
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
419
|
+
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"
|
|
470
420
|
})), children);
|
|
471
421
|
});
|
|
472
422
|
if (process.env.NODE_ENV !== "production") {
|
|
473
|
-
|
|
423
|
+
ServerProxy.propTypes = iconPropTypes4cbeb95d.i;
|
|
474
424
|
}
|
|
475
|
-
const
|
|
425
|
+
const ServerTime = /*#__PURE__*/React.forwardRef(function ServerTime(_ref19, ref) {
|
|
476
426
|
let {
|
|
477
427
|
children,
|
|
478
428
|
size = 16,
|
|
@@ -486,14 +436,22 @@ const Shuffle = /*#__PURE__*/React.forwardRef(function Shuffle(_ref19, ref) {
|
|
|
486
436
|
viewBox: "0 0 32 32",
|
|
487
437
|
fill: "currentColor",
|
|
488
438
|
...rest
|
|
489
|
-
},
|
|
490
|
-
d: "
|
|
439
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
440
|
+
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"
|
|
441
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
442
|
+
cx: "7",
|
|
443
|
+
cy: "25",
|
|
444
|
+
r: "1"
|
|
445
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
446
|
+
d: "M19 11.586L17 9.586 17 6 15 6 15 10.414 17.586 13 19 11.586z"
|
|
447
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
448
|
+
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"
|
|
491
449
|
})), children);
|
|
492
450
|
});
|
|
493
451
|
if (process.env.NODE_ENV !== "production") {
|
|
494
|
-
|
|
452
|
+
ServerTime.propTypes = iconPropTypes4cbeb95d.i;
|
|
495
453
|
}
|
|
496
|
-
const
|
|
454
|
+
const ServiceDesk = /*#__PURE__*/React.forwardRef(function ServiceDesk(_ref20, ref) {
|
|
497
455
|
let {
|
|
498
456
|
children,
|
|
499
457
|
size = 16,
|
|
@@ -507,14 +465,15 @@ const Shuttle = /*#__PURE__*/React.forwardRef(function Shuttle(_ref20, ref) {
|
|
|
507
465
|
viewBox: "0 0 32 32",
|
|
508
466
|
fill: "currentColor",
|
|
509
467
|
...rest
|
|
510
|
-
},
|
|
511
|
-
d: "
|
|
468
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
469
|
+
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",
|
|
470
|
+
transform: "translate(0 .005)"
|
|
512
471
|
})), children);
|
|
513
472
|
});
|
|
514
473
|
if (process.env.NODE_ENV !== "production") {
|
|
515
|
-
|
|
474
|
+
ServiceDesk.propTypes = iconPropTypes4cbeb95d.i;
|
|
516
475
|
}
|
|
517
|
-
const
|
|
476
|
+
const ServiceId = /*#__PURE__*/React.forwardRef(function ServiceId(_ref21, ref) {
|
|
518
477
|
let {
|
|
519
478
|
children,
|
|
520
479
|
size = 16,
|
|
@@ -528,14 +487,16 @@ const SidePanelClose = /*#__PURE__*/React.forwardRef(function SidePanelClose(_re
|
|
|
528
487
|
viewBox: "0 0 32 32",
|
|
529
488
|
fill: "currentColor",
|
|
530
489
|
...rest
|
|
531
|
-
},
|
|
532
|
-
d: "
|
|
490
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
491
|
+
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"
|
|
492
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
493
|
+
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"
|
|
533
494
|
})), children);
|
|
534
495
|
});
|
|
535
496
|
if (process.env.NODE_ENV !== "production") {
|
|
536
|
-
|
|
497
|
+
ServiceId.propTypes = iconPropTypes4cbeb95d.i;
|
|
537
498
|
}
|
|
538
|
-
const
|
|
499
|
+
const ServiceLevels = /*#__PURE__*/React.forwardRef(function ServiceLevels(_ref22, ref) {
|
|
539
500
|
let {
|
|
540
501
|
children,
|
|
541
502
|
size = 16,
|
|
@@ -549,14 +510,30 @@ const SidePanelCloseFilled = /*#__PURE__*/React.forwardRef(function SidePanelClo
|
|
|
549
510
|
viewBox: "0 0 32 32",
|
|
550
511
|
fill: "currentColor",
|
|
551
512
|
...rest
|
|
552
|
-
},
|
|
553
|
-
|
|
513
|
+
}, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
514
|
+
cx: "7",
|
|
515
|
+
cy: "19",
|
|
516
|
+
r: "1"
|
|
517
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
518
|
+
cx: "16",
|
|
519
|
+
cy: "11",
|
|
520
|
+
r: "1"
|
|
521
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
522
|
+
cx: "25",
|
|
523
|
+
cy: "19",
|
|
524
|
+
r: "1"
|
|
525
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
526
|
+
cx: "10",
|
|
527
|
+
cy: "14",
|
|
528
|
+
r: "1"
|
|
529
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
530
|
+
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"
|
|
554
531
|
})), children);
|
|
555
532
|
});
|
|
556
533
|
if (process.env.NODE_ENV !== "production") {
|
|
557
|
-
|
|
534
|
+
ServiceLevels.propTypes = iconPropTypes4cbeb95d.i;
|
|
558
535
|
}
|
|
559
|
-
const
|
|
536
|
+
const SessionBorderControl = /*#__PURE__*/React.forwardRef(function SessionBorderControl(_ref23, ref) {
|
|
560
537
|
let {
|
|
561
538
|
children,
|
|
562
539
|
size = 16,
|
|
@@ -570,19 +547,34 @@ const SidePanelOpen = /*#__PURE__*/React.forwardRef(function SidePanelOpen(_ref2
|
|
|
570
547
|
viewBox: "0 0 32 32",
|
|
571
548
|
fill: "currentColor",
|
|
572
549
|
...rest
|
|
573
|
-
},
|
|
574
|
-
d: "
|
|
550
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
551
|
+
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"
|
|
575
552
|
})), children);
|
|
576
553
|
});
|
|
577
554
|
if (process.env.NODE_ENV !== "production") {
|
|
578
|
-
|
|
555
|
+
SessionBorderControl.propTypes = iconPropTypes4cbeb95d.i;
|
|
579
556
|
}
|
|
580
|
-
const
|
|
557
|
+
const Settings = /*#__PURE__*/React.forwardRef(function Settings(_ref24, ref) {
|
|
581
558
|
let {
|
|
582
559
|
children,
|
|
583
560
|
size = 16,
|
|
584
561
|
...rest
|
|
585
562
|
} = _ref24;
|
|
563
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
564
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
565
|
+
width: size,
|
|
566
|
+
height: size,
|
|
567
|
+
ref: ref,
|
|
568
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
569
|
+
viewBox: "0 0 16 16",
|
|
570
|
+
fill: "currentColor",
|
|
571
|
+
...rest
|
|
572
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
573
|
+
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"
|
|
574
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
575
|
+
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"
|
|
576
|
+
})), children);
|
|
577
|
+
}
|
|
586
578
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
587
579
|
width: size,
|
|
588
580
|
height: size,
|
|
@@ -591,14 +583,16 @@ const SidePanelOpenFilled = /*#__PURE__*/React.forwardRef(function SidePanelOpen
|
|
|
591
583
|
viewBox: "0 0 32 32",
|
|
592
584
|
fill: "currentColor",
|
|
593
585
|
...rest
|
|
594
|
-
},
|
|
595
|
-
d: "
|
|
586
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
587
|
+
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"
|
|
588
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
589
|
+
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"
|
|
596
590
|
})), children);
|
|
597
591
|
});
|
|
598
592
|
if (process.env.NODE_ENV !== "production") {
|
|
599
|
-
|
|
593
|
+
Settings.propTypes = iconPropTypes4cbeb95d.i;
|
|
600
594
|
}
|
|
601
|
-
const
|
|
595
|
+
const SettingsAdjust = /*#__PURE__*/React.forwardRef(function SettingsAdjust(_ref25, ref) {
|
|
602
596
|
let {
|
|
603
597
|
children,
|
|
604
598
|
size = 16,
|
|
@@ -612,16 +606,14 @@ const Sight = /*#__PURE__*/React.forwardRef(function Sight(_ref25, ref) {
|
|
|
612
606
|
viewBox: "0 0 32 32",
|
|
613
607
|
fill: "currentColor",
|
|
614
608
|
...rest
|
|
615
|
-
},
|
|
616
|
-
d: "
|
|
617
|
-
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
618
|
-
d: "M19 12H23V14H19z"
|
|
609
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
610
|
+
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"
|
|
619
611
|
})), children);
|
|
620
612
|
});
|
|
621
613
|
if (process.env.NODE_ENV !== "production") {
|
|
622
|
-
|
|
614
|
+
SettingsAdjust.propTypes = iconPropTypes4cbeb95d.i;
|
|
623
615
|
}
|
|
624
|
-
const
|
|
616
|
+
const SettingsCheck = /*#__PURE__*/React.forwardRef(function SettingsCheck(_ref26, ref) {
|
|
625
617
|
let {
|
|
626
618
|
children,
|
|
627
619
|
size = 16,
|
|
@@ -635,14 +627,18 @@ const Sigma = /*#__PURE__*/React.forwardRef(function Sigma(_ref26, ref) {
|
|
|
635
627
|
viewBox: "0 0 32 32",
|
|
636
628
|
fill: "currentColor",
|
|
637
629
|
...rest
|
|
638
|
-
},
|
|
639
|
-
d: "
|
|
630
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
631
|
+
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"
|
|
632
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
633
|
+
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"
|
|
634
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
635
|
+
d: "M23 26.18L20.41 23.59 19 25 23 29 30 22 28.59 20.59 23 26.18z"
|
|
640
636
|
})), children);
|
|
641
637
|
});
|
|
642
638
|
if (process.env.NODE_ENV !== "production") {
|
|
643
|
-
|
|
639
|
+
SettingsCheck.propTypes = iconPropTypes4cbeb95d.i;
|
|
644
640
|
}
|
|
645
|
-
const
|
|
641
|
+
const SettingsEdit = /*#__PURE__*/React.forwardRef(function SettingsEdit(_ref27, ref) {
|
|
646
642
|
let {
|
|
647
643
|
children,
|
|
648
644
|
size = 16,
|
|
@@ -656,14 +652,16 @@ const SignalStrength = /*#__PURE__*/React.forwardRef(function SignalStrength(_re
|
|
|
656
652
|
viewBox: "0 0 32 32",
|
|
657
653
|
fill: "currentColor",
|
|
658
654
|
...rest
|
|
659
|
-
},
|
|
660
|
-
d: "
|
|
655
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
656
|
+
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"
|
|
657
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
658
|
+
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"
|
|
661
659
|
})), children);
|
|
662
660
|
});
|
|
663
661
|
if (process.env.NODE_ENV !== "production") {
|
|
664
|
-
|
|
662
|
+
SettingsEdit.propTypes = iconPropTypes4cbeb95d.i;
|
|
665
663
|
}
|
|
666
|
-
const
|
|
664
|
+
const SettingsServices = /*#__PURE__*/React.forwardRef(function SettingsServices(_ref28, ref) {
|
|
667
665
|
let {
|
|
668
666
|
children,
|
|
669
667
|
size = 16,
|
|
@@ -677,16 +675,18 @@ const SimCard = /*#__PURE__*/React.forwardRef(function SimCard(_ref28, ref) {
|
|
|
677
675
|
viewBox: "0 0 32 32",
|
|
678
676
|
fill: "currentColor",
|
|
679
677
|
...rest
|
|
680
|
-
},
|
|
681
|
-
d: "
|
|
682
|
-
})),
|
|
683
|
-
d: "
|
|
678
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
679
|
+
d: "M29,25H27V23h1V19H24v1H22V18a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v6A1,1,0,0,1,29,25Z"
|
|
680
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
681
|
+
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"
|
|
682
|
+
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
683
|
+
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"
|
|
684
684
|
})), children);
|
|
685
685
|
});
|
|
686
686
|
if (process.env.NODE_ENV !== "production") {
|
|
687
|
-
|
|
687
|
+
SettingsServices.propTypes = iconPropTypes4cbeb95d.i;
|
|
688
688
|
}
|
|
689
|
-
const
|
|
689
|
+
const SettingsView = /*#__PURE__*/React.forwardRef(function SettingsView(_ref29, ref) {
|
|
690
690
|
let {
|
|
691
691
|
children,
|
|
692
692
|
size = 16,
|
|
@@ -700,14 +700,20 @@ const SkillLevel = /*#__PURE__*/React.forwardRef(function SkillLevel(_ref29, ref
|
|
|
700
700
|
viewBox: "0 0 32 32",
|
|
701
701
|
fill: "currentColor",
|
|
702
702
|
...rest
|
|
703
|
-
},
|
|
704
|
-
|
|
703
|
+
}, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
704
|
+
cx: "23",
|
|
705
|
+
cy: "24",
|
|
706
|
+
r: "2"
|
|
707
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
708
|
+
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"
|
|
709
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
710
|
+
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"
|
|
705
711
|
})), children);
|
|
706
712
|
});
|
|
707
713
|
if (process.env.NODE_ENV !== "production") {
|
|
708
|
-
|
|
714
|
+
SettingsView.propTypes = iconPropTypes4cbeb95d.i;
|
|
709
715
|
}
|
|
710
|
-
const
|
|
716
|
+
const ShapeExcept = /*#__PURE__*/React.forwardRef(function ShapeExcept(_ref30, ref) {
|
|
711
717
|
let {
|
|
712
718
|
children,
|
|
713
719
|
size = 16,
|
|
@@ -721,14 +727,14 @@ const SkillLevelAdvanced = /*#__PURE__*/React.forwardRef(function SkillLevelAdva
|
|
|
721
727
|
viewBox: "0 0 32 32",
|
|
722
728
|
fill: "currentColor",
|
|
723
729
|
...rest
|
|
724
|
-
},
|
|
725
|
-
d: "
|
|
730
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
731
|
+
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"
|
|
726
732
|
})), children);
|
|
727
733
|
});
|
|
728
734
|
if (process.env.NODE_ENV !== "production") {
|
|
729
|
-
|
|
735
|
+
ShapeExcept.propTypes = iconPropTypes4cbeb95d.i;
|
|
730
736
|
}
|
|
731
|
-
const
|
|
737
|
+
const ShapeExclude = /*#__PURE__*/React.forwardRef(function ShapeExclude(_ref31, ref) {
|
|
732
738
|
let {
|
|
733
739
|
children,
|
|
734
740
|
size = 16,
|
|
@@ -742,14 +748,16 @@ const SkillLevelBasic = /*#__PURE__*/React.forwardRef(function SkillLevelBasic(_
|
|
|
742
748
|
viewBox: "0 0 32 32",
|
|
743
749
|
fill: "currentColor",
|
|
744
750
|
...rest
|
|
745
|
-
},
|
|
746
|
-
d: "
|
|
751
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
752
|
+
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"
|
|
753
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
754
|
+
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"
|
|
747
755
|
})), children);
|
|
748
756
|
});
|
|
749
757
|
if (process.env.NODE_ENV !== "production") {
|
|
750
|
-
|
|
758
|
+
ShapeExclude.propTypes = iconPropTypes4cbeb95d.i;
|
|
751
759
|
}
|
|
752
|
-
const
|
|
760
|
+
const ShapeIntersect = /*#__PURE__*/React.forwardRef(function ShapeIntersect(_ref32, ref) {
|
|
753
761
|
let {
|
|
754
762
|
children,
|
|
755
763
|
size = 16,
|
|
@@ -763,14 +771,14 @@ const SkillLevelIntermediate = /*#__PURE__*/React.forwardRef(function SkillLevel
|
|
|
763
771
|
viewBox: "0 0 32 32",
|
|
764
772
|
fill: "currentColor",
|
|
765
773
|
...rest
|
|
766
|
-
},
|
|
767
|
-
d: "
|
|
774
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
775
|
+
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"
|
|
768
776
|
})), children);
|
|
769
777
|
});
|
|
770
778
|
if (process.env.NODE_ENV !== "production") {
|
|
771
|
-
|
|
779
|
+
ShapeIntersect.propTypes = iconPropTypes4cbeb95d.i;
|
|
772
780
|
}
|
|
773
|
-
const
|
|
781
|
+
const ShapeJoin = /*#__PURE__*/React.forwardRef(function ShapeJoin(_ref33, ref) {
|
|
774
782
|
let {
|
|
775
783
|
children,
|
|
776
784
|
size = 16,
|
|
@@ -784,14 +792,14 @@ const SkipBack = /*#__PURE__*/React.forwardRef(function SkipBack(_ref33, ref) {
|
|
|
784
792
|
viewBox: "0 0 32 32",
|
|
785
793
|
fill: "currentColor",
|
|
786
794
|
...rest
|
|
787
|
-
},
|
|
788
|
-
d: "
|
|
795
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
796
|
+
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"
|
|
789
797
|
})), children);
|
|
790
798
|
});
|
|
791
799
|
if (process.env.NODE_ENV !== "production") {
|
|
792
|
-
|
|
800
|
+
ShapeJoin.propTypes = iconPropTypes4cbeb95d.i;
|
|
793
801
|
}
|
|
794
|
-
const
|
|
802
|
+
const ShapeUnite = /*#__PURE__*/React.forwardRef(function ShapeUnite(_ref34, ref) {
|
|
795
803
|
let {
|
|
796
804
|
children,
|
|
797
805
|
size = 16,
|
|
@@ -805,14 +813,14 @@ const SkipBackFilled = /*#__PURE__*/React.forwardRef(function SkipBackFilled(_re
|
|
|
805
813
|
viewBox: "0 0 32 32",
|
|
806
814
|
fill: "currentColor",
|
|
807
815
|
...rest
|
|
808
|
-
},
|
|
809
|
-
d: "
|
|
816
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
817
|
+
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"
|
|
810
818
|
})), children);
|
|
811
819
|
});
|
|
812
820
|
if (process.env.NODE_ENV !== "production") {
|
|
813
|
-
|
|
821
|
+
ShapeUnite.propTypes = iconPropTypes4cbeb95d.i;
|
|
814
822
|
}
|
|
815
|
-
const
|
|
823
|
+
const Shapes = /*#__PURE__*/React.forwardRef(function Shapes(_ref35, ref) {
|
|
816
824
|
let {
|
|
817
825
|
children,
|
|
818
826
|
size = 16,
|
|
@@ -826,19 +834,15 @@ const SkipBackOutline = /*#__PURE__*/React.forwardRef(function SkipBackOutline(_
|
|
|
826
834
|
viewBox: "0 0 32 32",
|
|
827
835
|
fill: "currentColor",
|
|
828
836
|
...rest
|
|
829
|
-
},
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
d: "M9 10H11V22H9z",
|
|
833
|
-
transform: "rotate(-180 10 16)"
|
|
834
|
-
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
835
|
-
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
837
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
838
|
+
strokeWidth: "0",
|
|
839
|
+
d: "M5 16h-2v11c0 1.1045.8954 2 2 2h8v-2H5v-11zM28 29h-11c-.3535 0-.6809-.1866-.8608-.4911-.0927-.1568-.1392-.3328-.1392-.5089 0-.1658.0412-.3317.1238-.4819l5.5-10c.1898-.3451.5333-.5178.8762-.5181.3434-.0003.6861.1724.8762.5181l5.5 10c.0826.1502.1238.3162.1238.4819 0 .1762-.0465.3521-.1392.5089-.1799.3044-.5073.4911-.8608.4911zm-9.3088-2h7.6177l-3.8088-6.9249-3.8088 6.9249zM27 3h-11v2h11v13.9922h2V5c0-1.1045-.8954-2-2-2zM11 3h-6c-1.1046 0-2 .8955-2 2v6c0 1.1045.8954 2 2 2h6c1.1046 0 2-.8955 2-2v-6c0-1.1045-.8954-2-2-2zm0 8h-6v-6h6v6z"
|
|
836
840
|
})), children);
|
|
837
841
|
});
|
|
838
842
|
if (process.env.NODE_ENV !== "production") {
|
|
839
|
-
|
|
843
|
+
Shapes.propTypes = iconPropTypes4cbeb95d.i;
|
|
840
844
|
}
|
|
841
|
-
const
|
|
845
|
+
const Share = /*#__PURE__*/React.forwardRef(function Share(_ref36, ref) {
|
|
842
846
|
let {
|
|
843
847
|
children,
|
|
844
848
|
size = 16,
|
|
@@ -852,23 +856,14 @@ const SkipBackOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipBackOut
|
|
|
852
856
|
viewBox: "0 0 32 32",
|
|
853
857
|
fill: "currentColor",
|
|
854
858
|
...rest
|
|
855
|
-
},
|
|
856
|
-
d: "
|
|
857
|
-
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
858
|
-
d: "M22 19.301L22 12.699 16.059 16 22 19.301z"
|
|
859
|
-
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
860
|
-
fill: "none",
|
|
861
|
-
d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3005V12.7Z"
|
|
862
|
-
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
863
|
-
fill: "none",
|
|
864
|
-
d: "M8 10H10V22H8z",
|
|
865
|
-
transform: "rotate(-180 9 16)"
|
|
859
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
860
|
+
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"
|
|
866
861
|
})), children);
|
|
867
862
|
});
|
|
868
863
|
if (process.env.NODE_ENV !== "production") {
|
|
869
|
-
|
|
864
|
+
Share.propTypes = iconPropTypes4cbeb95d.i;
|
|
870
865
|
}
|
|
871
|
-
const
|
|
866
|
+
const ShareKnowledge = /*#__PURE__*/React.forwardRef(function ShareKnowledge(_ref37, ref) {
|
|
872
867
|
let {
|
|
873
868
|
children,
|
|
874
869
|
size = 16,
|
|
@@ -882,19 +877,14 @@ const SkipBackOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipBackOutl
|
|
|
882
877
|
viewBox: "0 0 32 32",
|
|
883
878
|
fill: "currentColor",
|
|
884
879
|
...rest
|
|
885
|
-
},
|
|
886
|
-
d: "
|
|
887
|
-
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
888
|
-
d: "M9 10H11V22H9z",
|
|
889
|
-
transform: "rotate(-180 10 16)"
|
|
890
|
-
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
891
|
-
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
880
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
881
|
+
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"
|
|
892
882
|
})), children);
|
|
893
883
|
});
|
|
894
884
|
if (process.env.NODE_ENV !== "production") {
|
|
895
|
-
|
|
885
|
+
ShareKnowledge.propTypes = iconPropTypes4cbeb95d.i;
|
|
896
886
|
}
|
|
897
|
-
const
|
|
887
|
+
const ShoppingBag = /*#__PURE__*/React.forwardRef(function ShoppingBag(_ref38, ref) {
|
|
898
888
|
let {
|
|
899
889
|
children,
|
|
900
890
|
size = 16,
|
|
@@ -909,20 +899,13 @@ const SkipBackSolidFilled = /*#__PURE__*/React.forwardRef(function SkipBackSolid
|
|
|
909
899
|
fill: "currentColor",
|
|
910
900
|
...rest
|
|
911
901
|
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
912
|
-
d: "
|
|
913
|
-
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
914
|
-
fill: "none",
|
|
915
|
-
d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Z"
|
|
916
|
-
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
917
|
-
fill: "none",
|
|
918
|
-
d: "M8 10H10V22H8z",
|
|
919
|
-
transform: "rotate(-180 9 16)"
|
|
902
|
+
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"
|
|
920
903
|
})), children);
|
|
921
904
|
});
|
|
922
905
|
if (process.env.NODE_ENV !== "production") {
|
|
923
|
-
|
|
906
|
+
ShoppingBag.propTypes = iconPropTypes4cbeb95d.i;
|
|
924
907
|
}
|
|
925
|
-
const
|
|
908
|
+
const ShoppingCart = /*#__PURE__*/React.forwardRef(function ShoppingCart(_ref39, ref) {
|
|
926
909
|
let {
|
|
927
910
|
children,
|
|
928
911
|
size = 16,
|
|
@@ -936,14 +919,22 @@ const SkipForward = /*#__PURE__*/React.forwardRef(function SkipForward(_ref39, r
|
|
|
936
919
|
viewBox: "0 0 32 32",
|
|
937
920
|
fill: "currentColor",
|
|
938
921
|
...rest
|
|
939
|
-
},
|
|
940
|
-
|
|
922
|
+
}, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
923
|
+
cx: "10",
|
|
924
|
+
cy: "28",
|
|
925
|
+
r: "2"
|
|
926
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
927
|
+
cx: "24",
|
|
928
|
+
cy: "28",
|
|
929
|
+
r: "2"
|
|
930
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
931
|
+
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"
|
|
941
932
|
})), children);
|
|
942
933
|
});
|
|
943
934
|
if (process.env.NODE_ENV !== "production") {
|
|
944
|
-
|
|
935
|
+
ShoppingCart.propTypes = iconPropTypes4cbeb95d.i;
|
|
945
936
|
}
|
|
946
|
-
const
|
|
937
|
+
const ShoppingCartArrowDown = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowDown(_ref40, ref) {
|
|
947
938
|
let {
|
|
948
939
|
children,
|
|
949
940
|
size = 16,
|
|
@@ -957,14 +948,24 @@ const SkipForwardFilled = /*#__PURE__*/React.forwardRef(function SkipForwardFill
|
|
|
957
948
|
viewBox: "0 0 32 32",
|
|
958
949
|
fill: "currentColor",
|
|
959
950
|
...rest
|
|
960
|
-
},
|
|
961
|
-
|
|
951
|
+
}, _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
952
|
+
cx: "10",
|
|
953
|
+
cy: "28",
|
|
954
|
+
r: "2"
|
|
955
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
956
|
+
cx: "24",
|
|
957
|
+
cy: "28",
|
|
958
|
+
r: "2"
|
|
959
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
960
|
+
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"
|
|
961
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
962
|
+
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"
|
|
962
963
|
})), children);
|
|
963
964
|
});
|
|
964
965
|
if (process.env.NODE_ENV !== "production") {
|
|
965
|
-
|
|
966
|
+
ShoppingCartArrowDown.propTypes = iconPropTypes4cbeb95d.i;
|
|
966
967
|
}
|
|
967
|
-
const
|
|
968
|
+
const ShoppingCartArrowUp = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowUp(_ref41, ref) {
|
|
968
969
|
let {
|
|
969
970
|
children,
|
|
970
971
|
size = 16,
|
|
@@ -978,16 +979,24 @@ const SkipForwardOutline = /*#__PURE__*/React.forwardRef(function SkipForwardOut
|
|
|
978
979
|
viewBox: "0 0 32 32",
|
|
979
980
|
fill: "currentColor",
|
|
980
981
|
...rest
|
|
981
|
-
},
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
982
|
+
}, _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
983
|
+
cx: "10",
|
|
984
|
+
cy: "28",
|
|
985
|
+
r: "2"
|
|
986
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
987
|
+
cx: "24",
|
|
988
|
+
cy: "28",
|
|
989
|
+
r: "2"
|
|
990
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
991
|
+
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"
|
|
992
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
993
|
+
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"
|
|
985
994
|
})), children);
|
|
986
995
|
});
|
|
987
996
|
if (process.env.NODE_ENV !== "production") {
|
|
988
|
-
|
|
997
|
+
ShoppingCartArrowUp.propTypes = iconPropTypes4cbeb95d.i;
|
|
989
998
|
}
|
|
990
|
-
const
|
|
999
|
+
const ShoppingCartClear = /*#__PURE__*/React.forwardRef(function ShoppingCartClear(_ref42, ref) {
|
|
991
1000
|
let {
|
|
992
1001
|
children,
|
|
993
1002
|
size = 16,
|
|
@@ -1001,19 +1010,24 @@ const SkipForwardOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipForw
|
|
|
1001
1010
|
viewBox: "0 0 32 32",
|
|
1002
1011
|
fill: "currentColor",
|
|
1003
1012
|
...rest
|
|
1004
|
-
},
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
})),
|
|
1009
|
-
|
|
1010
|
-
|
|
1013
|
+
}, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
1014
|
+
cx: "10",
|
|
1015
|
+
cy: "28",
|
|
1016
|
+
r: "2"
|
|
1017
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
1018
|
+
cx: "24",
|
|
1019
|
+
cy: "28",
|
|
1020
|
+
r: "2"
|
|
1021
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
1022
|
+
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"
|
|
1023
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
1024
|
+
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"
|
|
1011
1025
|
})), children);
|
|
1012
1026
|
});
|
|
1013
1027
|
if (process.env.NODE_ENV !== "production") {
|
|
1014
|
-
|
|
1028
|
+
ShoppingCartClear.propTypes = iconPropTypes4cbeb95d.i;
|
|
1015
1029
|
}
|
|
1016
|
-
const
|
|
1030
|
+
const ShoppingCartError = /*#__PURE__*/React.forwardRef(function ShoppingCartError(_ref43, ref) {
|
|
1017
1031
|
let {
|
|
1018
1032
|
children,
|
|
1019
1033
|
size = 16,
|
|
@@ -1027,16 +1041,24 @@ const SkipForwardOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipForwa
|
|
|
1027
1041
|
viewBox: "0 0 32 32",
|
|
1028
1042
|
fill: "currentColor",
|
|
1029
1043
|
...rest
|
|
1030
|
-
},
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1044
|
+
}, _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
1045
|
+
cx: "10",
|
|
1046
|
+
cy: "28",
|
|
1047
|
+
r: "2"
|
|
1048
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
1049
|
+
cx: "24",
|
|
1050
|
+
cy: "28",
|
|
1051
|
+
r: "2"
|
|
1052
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
1053
|
+
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"
|
|
1054
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
1055
|
+
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"
|
|
1034
1056
|
})), children);
|
|
1035
1057
|
});
|
|
1036
1058
|
if (process.env.NODE_ENV !== "production") {
|
|
1037
|
-
|
|
1059
|
+
ShoppingCartError.propTypes = iconPropTypes4cbeb95d.i;
|
|
1038
1060
|
}
|
|
1039
|
-
const
|
|
1061
|
+
const ShoppingCartMinus = /*#__PURE__*/React.forwardRef(function ShoppingCartMinus(_ref44, ref) {
|
|
1040
1062
|
let {
|
|
1041
1063
|
children,
|
|
1042
1064
|
size = 16,
|
|
@@ -1050,17 +1072,24 @@ const SkipForwardSolidFilled = /*#__PURE__*/React.forwardRef(function SkipForwar
|
|
|
1050
1072
|
viewBox: "0 0 32 32",
|
|
1051
1073
|
fill: "currentColor",
|
|
1052
1074
|
...rest
|
|
1053
|
-
},
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1075
|
+
}, _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
1076
|
+
cx: "10",
|
|
1077
|
+
cy: "28",
|
|
1078
|
+
r: "2"
|
|
1079
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
1080
|
+
cx: "24",
|
|
1081
|
+
cy: "28",
|
|
1082
|
+
r: "2"
|
|
1083
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1084
|
+
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"
|
|
1085
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1086
|
+
d: "M12 6L12 8 22 8 22 6 12 6z"
|
|
1058
1087
|
})), children);
|
|
1059
1088
|
});
|
|
1060
1089
|
if (process.env.NODE_ENV !== "production") {
|
|
1061
|
-
|
|
1090
|
+
ShoppingCartMinus.propTypes = iconPropTypes4cbeb95d.i;
|
|
1062
1091
|
}
|
|
1063
|
-
const
|
|
1092
|
+
const ShoppingCartPlus = /*#__PURE__*/React.forwardRef(function ShoppingCartPlus(_ref45, ref) {
|
|
1064
1093
|
let {
|
|
1065
1094
|
children,
|
|
1066
1095
|
size = 16,
|
|
@@ -1074,16 +1103,24 @@ const Sleet = /*#__PURE__*/React.forwardRef(function Sleet(_ref45, ref) {
|
|
|
1074
1103
|
viewBox: "0 0 32 32",
|
|
1075
1104
|
fill: "currentColor",
|
|
1076
1105
|
...rest
|
|
1077
|
-
},
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1106
|
+
}, _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
1107
|
+
cx: "10",
|
|
1108
|
+
cy: "28",
|
|
1109
|
+
r: "2"
|
|
1110
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
1111
|
+
cx: "24",
|
|
1112
|
+
cy: "28",
|
|
1113
|
+
r: "2"
|
|
1114
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1115
|
+
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"
|
|
1116
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1117
|
+
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"
|
|
1081
1118
|
})), children);
|
|
1082
1119
|
});
|
|
1083
1120
|
if (process.env.NODE_ENV !== "production") {
|
|
1084
|
-
|
|
1121
|
+
ShoppingCartPlus.propTypes = iconPropTypes4cbeb95d.i;
|
|
1085
1122
|
}
|
|
1086
|
-
const
|
|
1123
|
+
const ShoppingCatalog = /*#__PURE__*/React.forwardRef(function ShoppingCatalog(_ref46, ref) {
|
|
1087
1124
|
let {
|
|
1088
1125
|
children,
|
|
1089
1126
|
size = 16,
|
|
@@ -1097,22 +1134,16 @@ const Slisor = /*#__PURE__*/React.forwardRef(function Slisor(_ref46, ref) {
|
|
|
1097
1134
|
viewBox: "0 0 32 32",
|
|
1098
1135
|
fill: "currentColor",
|
|
1099
1136
|
...rest
|
|
1100
|
-
},
|
|
1101
|
-
d: "
|
|
1102
|
-
})),
|
|
1103
|
-
|
|
1104
|
-
cy: "25",
|
|
1105
|
-
r: "1"
|
|
1106
|
-
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1107
|
-
d: "M16,22a1.0005,1.0005,0,0,1-.4473-.1055l-10-5,.8946-1.789L16,19.8821l9.5527-4.7766.8946,1.789-10,5A1.0005,1.0005,0,0,1,16,22Z"
|
|
1108
|
-
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1109
|
-
d: "M16,16a1.0005,1.0005,0,0,1-.4473-.1055l-10-5a1,1,0,0,1,0-1.789l10-5a1.0008,1.0008,0,0,1,.8946,0l10,5a1,1,0,0,1,0,1.789l-10,5A1.0005,1.0005,0,0,1,16,16ZM8.2358,10,16,13.8821,23.7642,10,16,6.1179Z"
|
|
1137
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1138
|
+
d: "M17 24H21V28H17zM24 24H28V28H24zM17 17H21V21H17zM24 17H28V21H24z"
|
|
1139
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1140
|
+
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"
|
|
1110
1141
|
})), children);
|
|
1111
1142
|
});
|
|
1112
1143
|
if (process.env.NODE_ENV !== "production") {
|
|
1113
|
-
|
|
1144
|
+
ShoppingCatalog.propTypes = iconPropTypes4cbeb95d.i;
|
|
1114
1145
|
}
|
|
1115
|
-
const
|
|
1146
|
+
const ShowDataCards = /*#__PURE__*/React.forwardRef(function ShowDataCards(_ref47, ref) {
|
|
1116
1147
|
let {
|
|
1117
1148
|
children,
|
|
1118
1149
|
size = 16,
|
|
@@ -1126,14 +1157,14 @@ const Slm = /*#__PURE__*/React.forwardRef(function Slm(_ref47, ref) {
|
|
|
1126
1157
|
viewBox: "0 0 32 32",
|
|
1127
1158
|
fill: "currentColor",
|
|
1128
1159
|
...rest
|
|
1129
|
-
},
|
|
1130
|
-
d: "M28
|
|
1160
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1161
|
+
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"
|
|
1131
1162
|
})), children);
|
|
1132
1163
|
});
|
|
1133
1164
|
if (process.env.NODE_ENV !== "production") {
|
|
1134
|
-
|
|
1165
|
+
ShowDataCards.propTypes = iconPropTypes4cbeb95d.i;
|
|
1135
1166
|
}
|
|
1136
|
-
const
|
|
1167
|
+
const ShrinkScreen = /*#__PURE__*/React.forwardRef(function ShrinkScreen(_ref48, ref) {
|
|
1137
1168
|
let {
|
|
1138
1169
|
children,
|
|
1139
1170
|
size = 16,
|
|
@@ -1147,14 +1178,16 @@ const Smell = /*#__PURE__*/React.forwardRef(function Smell(_ref48, ref) {
|
|
|
1147
1178
|
viewBox: "0 0 32 32",
|
|
1148
1179
|
fill: "currentColor",
|
|
1149
1180
|
...rest
|
|
1150
|
-
},
|
|
1151
|
-
d: "
|
|
1181
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1182
|
+
d: "M28 28H17a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2H28a2.0027 2.0027 0 012 2v6A2.0027 2.0027 0 0128 28zM17 20v6H28.002L28 20zM12 10L12 13.586 7.707 9.293 6.293 10.707 10.586 15 7 15 7 17 14 17 14 10 12 10z"
|
|
1183
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1184
|
+
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"
|
|
1152
1185
|
})), children);
|
|
1153
1186
|
});
|
|
1154
1187
|
if (process.env.NODE_ENV !== "production") {
|
|
1155
|
-
|
|
1188
|
+
ShrinkScreen.propTypes = iconPropTypes4cbeb95d.i;
|
|
1156
1189
|
}
|
|
1157
|
-
const
|
|
1190
|
+
const ShrinkScreenFilled = /*#__PURE__*/React.forwardRef(function ShrinkScreenFilled(_ref49, ref) {
|
|
1158
1191
|
let {
|
|
1159
1192
|
children,
|
|
1160
1193
|
size = 16,
|
|
@@ -1168,14 +1201,22 @@ const Smoke = /*#__PURE__*/React.forwardRef(function Smoke(_ref49, ref) {
|
|
|
1168
1201
|
viewBox: "0 0 32 32",
|
|
1169
1202
|
fill: "currentColor",
|
|
1170
1203
|
...rest
|
|
1171
|
-
},
|
|
1172
|
-
|
|
1204
|
+
}, _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
|
1205
|
+
width: "15",
|
|
1206
|
+
height: "10",
|
|
1207
|
+
x: "15",
|
|
1208
|
+
y: "18",
|
|
1209
|
+
rx: "2"
|
|
1210
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1211
|
+
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"
|
|
1212
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1213
|
+
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"
|
|
1173
1214
|
})), children);
|
|
1174
1215
|
});
|
|
1175
1216
|
if (process.env.NODE_ENV !== "production") {
|
|
1176
|
-
|
|
1217
|
+
ShrinkScreenFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1177
1218
|
}
|
|
1178
|
-
const
|
|
1219
|
+
const Shuffle = /*#__PURE__*/React.forwardRef(function Shuffle(_ref50, ref) {
|
|
1179
1220
|
let {
|
|
1180
1221
|
children,
|
|
1181
1222
|
size = 16,
|
|
@@ -1189,18 +1230,14 @@ const WatsonHealthSmoothing = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
1189
1230
|
viewBox: "0 0 32 32",
|
|
1190
1231
|
fill: "currentColor",
|
|
1191
1232
|
...rest
|
|
1192
|
-
},
|
|
1193
|
-
|
|
1194
|
-
cy: "16",
|
|
1195
|
-
r: "5"
|
|
1196
|
-
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1197
|
-
d: "M7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM2.7 20.4a14.4029 14.4029 0 002 3.9l1.6-1.2a12.8867 12.8867 0 01-1.7-3.3zM7.8 27.3a14.4029 14.4029 0 003.9 2l.6-1.9A12.8867 12.8867 0 019 25.7zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.526 11.526 0 0123 25.7zM27.4 19.7l1.9.6A15.4747 15.4747 0 0030 16H28A11.4756 11.4756 0 0127.4 19.7zM29.2 11.6a14.4029 14.4029 0 00-2-3.9L25.6 8.9a12.8867 12.8867 0 011.7 3.3zM24.1 4.6a14.4029 14.4029 0 00-3.9-2l-.6 1.9a12.8867 12.8867 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.4756 11.4756 0 0116 28v2A21.4206 21.4206 0 0020.3 29.3z"
|
|
1233
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1234
|
+
d: "M22.59,19.41,26.17,23H19.55l-4.37-7,4.37-7h6.62l-3.58,3.59L24,14l6-6L24,2,22.59,3.41,26.17,7H19.55a2,2,0,0,0-1.69.94L14,14.11,10.14,7.94A2,2,0,0,0,8.45,7H2V9H8.45l4.37,7L8.45,23H2v2H8.45a2,2,0,0,0,1.69-.94L14,17.89l3.86,6.17a2,2,0,0,0,1.69.94h6.62l-3.58,3.59L24,30l6-6-6-6Z"
|
|
1198
1235
|
})), children);
|
|
1199
1236
|
});
|
|
1200
1237
|
if (process.env.NODE_ENV !== "production") {
|
|
1201
|
-
|
|
1238
|
+
Shuffle.propTypes = iconPropTypes4cbeb95d.i;
|
|
1202
1239
|
}
|
|
1203
|
-
const
|
|
1240
|
+
const Shuttle = /*#__PURE__*/React.forwardRef(function Shuttle(_ref51, ref) {
|
|
1204
1241
|
let {
|
|
1205
1242
|
children,
|
|
1206
1243
|
size = 16,
|
|
@@ -1214,18 +1251,14 @@ const WatsonHealthSmoothingCursor = /*#__PURE__*/React.forwardRef(function Watso
|
|
|
1214
1251
|
viewBox: "0 0 32 32",
|
|
1215
1252
|
fill: "currentColor",
|
|
1216
1253
|
...rest
|
|
1217
|
-
},
|
|
1218
|
-
|
|
1219
|
-
cy: "18",
|
|
1220
|
-
r: "4"
|
|
1221
|
-
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1222
|
-
d: "M18 30a11.8932 11.8932 0 01-4.1035-.72L14.58 27.4A9.9725 9.9725 0 0018 28zM22.1484 29.2637l-.6914-1.877a9.9556 9.9556 0 002.9973-1.748l1.2916 1.5268A11.9525 11.9525 0 0122.1484 29.2637zM10.2893 27.1951A12.0141 12.0141 0 017.61 24.0078l1.73-1.0029a10.0236 10.0236 0 002.2347 2.6584zM28.4133 23.967l-1.7343-.9956a9.9159 9.9159 0 001.176-3.2641l1.9712.3388A11.8956 11.8956 0 0128.4133 23.967zM6.1821 20.0925A12.1282 12.1282 0 016.1777 15.93l1.9707.3423a10.1214 10.1214 0 00.0035 3.4738zM27.8447 16.2339a9.9019 9.9019 0 00-1.1953-3.2564l1.7285-1.0063a11.9029 11.9029 0 011.4361 3.9121zM9.3313 13.0107l-1.7324-.999a12.01 12.01 0 012.6738-3.1931l1.2886 1.53A10.01 10.01 0 009.3313 13.0107zM24.4094 10.3237a9.96 9.96 0 00-3.0088-1.7309l.68-1.8809a11.9491 11.9491 0 013.6118 2.0772zM14.562 8.6064l-.6875-1.8779A12.1031 12.1031 0 0118 6V8A10.0875 10.0875 0 0014.562 8.6064zM11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
|
1254
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1255
|
+
d: "M29.81,16l-7-9.56A1,1,0,0,0,22,6H3A1,1,0,0,0,2,7V24a1,1,0,0,0,1,1H5.14a4,4,0,0,0,7.72,0h6.28a4,4,0,0,0,7.72,0H29a1,1,0,0,0,1-1V16.56A1,1,0,0,0,29.81,16ZM20,8h1.49l5.13,7H20ZM4,8H18v7H4ZM9,26a2,2,0,1,1,2-2A2,2,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2,2,0,0,1,23,26Zm5-3H26.86a4,4,0,0,0-7.72,0H12.86a4,4,0,0,0-7.72,0H4V17H28Z"
|
|
1223
1256
|
})), children);
|
|
1224
1257
|
});
|
|
1225
1258
|
if (process.env.NODE_ENV !== "production") {
|
|
1226
|
-
|
|
1259
|
+
Shuttle.propTypes = iconPropTypes4cbeb95d.i;
|
|
1227
1260
|
}
|
|
1228
|
-
const
|
|
1261
|
+
const SidePanelClose = /*#__PURE__*/React.forwardRef(function SidePanelClose(_ref52, ref) {
|
|
1229
1262
|
let {
|
|
1230
1263
|
children,
|
|
1231
1264
|
size = 16,
|
|
@@ -1239,22 +1272,14 @@ const Snooze = /*#__PURE__*/React.forwardRef(function Snooze(_ref52, ref) {
|
|
|
1239
1272
|
viewBox: "0 0 32 32",
|
|
1240
1273
|
fill: "currentColor",
|
|
1241
1274
|
...rest
|
|
1242
|
-
},
|
|
1243
|
-
d: "
|
|
1244
|
-
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1245
|
-
d: "M24.5 3.965H26.499V9.036999999999999H24.5z",
|
|
1246
|
-
transform: "rotate(-44.945 25.5 6.5)"
|
|
1247
|
-
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1248
|
-
d: "M16,28A11,11,0,1,1,27,17,11.0125,11.0125,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9.01,9.01,0,0,0,16,8Z"
|
|
1249
|
-
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1250
|
-
d: "M3.965 5.501H9.036999999999999V7.5H3.965z",
|
|
1251
|
-
transform: "rotate(-45.055 6.5 6.5)"
|
|
1275
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1276
|
+
d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M10,26H4V6h6V26z M28,15H17.8 l3.6-3.6L20,10l-6,6l6,6l1.4-1.4L17.8,17H28v9H12V6h16V15z"
|
|
1252
1277
|
})), children);
|
|
1253
1278
|
});
|
|
1254
1279
|
if (process.env.NODE_ENV !== "production") {
|
|
1255
|
-
|
|
1280
|
+
SidePanelClose.propTypes = iconPropTypes4cbeb95d.i;
|
|
1256
1281
|
}
|
|
1257
|
-
const
|
|
1282
|
+
const SidePanelCloseFilled = /*#__PURE__*/React.forwardRef(function SidePanelCloseFilled(_ref53, ref) {
|
|
1258
1283
|
let {
|
|
1259
1284
|
children,
|
|
1260
1285
|
size = 16,
|
|
@@ -1268,14 +1293,14 @@ const Snow = /*#__PURE__*/React.forwardRef(function Snow(_ref53, ref) {
|
|
|
1268
1293
|
viewBox: "0 0 32 32",
|
|
1269
1294
|
fill: "currentColor",
|
|
1270
1295
|
...rest
|
|
1271
|
-
},
|
|
1272
|
-
d: "
|
|
1296
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1297
|
+
d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M28,15H17.8l3.6-3.6L20,10l-6,6l6,6 l1.4-1.4L17.8,17H28v9H12V6h16V15z"
|
|
1273
1298
|
})), children);
|
|
1274
1299
|
});
|
|
1275
1300
|
if (process.env.NODE_ENV !== "production") {
|
|
1276
|
-
|
|
1301
|
+
SidePanelCloseFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1277
1302
|
}
|
|
1278
|
-
const
|
|
1303
|
+
const SidePanelOpen = /*#__PURE__*/React.forwardRef(function SidePanelOpen(_ref54, ref) {
|
|
1279
1304
|
let {
|
|
1280
1305
|
children,
|
|
1281
1306
|
size = 16,
|
|
@@ -1289,16 +1314,14 @@ const SnowBlizzard = /*#__PURE__*/React.forwardRef(function SnowBlizzard(_ref54,
|
|
|
1289
1314
|
viewBox: "0 0 32 32",
|
|
1290
1315
|
fill: "currentColor",
|
|
1291
1316
|
...rest
|
|
1292
|
-
},
|
|
1293
|
-
d: "
|
|
1294
|
-
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1295
|
-
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z"
|
|
1317
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1318
|
+
d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M10,26H4V6h6V26z M28,26H12v-9h10.2 l-3.6,3.6L20,22l6-6l-6-6l-1.4,1.4l3.6,3.6H12V6h16V26z"
|
|
1296
1319
|
})), children);
|
|
1297
1320
|
});
|
|
1298
1321
|
if (process.env.NODE_ENV !== "production") {
|
|
1299
|
-
|
|
1322
|
+
SidePanelOpen.propTypes = iconPropTypes4cbeb95d.i;
|
|
1300
1323
|
}
|
|
1301
|
-
const
|
|
1324
|
+
const SidePanelOpenFilled = /*#__PURE__*/React.forwardRef(function SidePanelOpenFilled(_ref55, ref) {
|
|
1302
1325
|
let {
|
|
1303
1326
|
children,
|
|
1304
1327
|
size = 16,
|
|
@@ -1312,16 +1335,14 @@ const SnowHeavy = /*#__PURE__*/React.forwardRef(function SnowHeavy(_ref55, ref)
|
|
|
1312
1335
|
viewBox: "0 0 32 32",
|
|
1313
1336
|
fill: "currentColor",
|
|
1314
1337
|
...rest
|
|
1315
|
-
},
|
|
1316
|
-
d: "
|
|
1317
|
-
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1318
|
-
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z"
|
|
1338
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1339
|
+
d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M28,26H12v-9h10.2l-3.6,3.6L20,22 l6-6l-6-6l-1.4,1.4l3.6,3.6H12V6h16V26z"
|
|
1319
1340
|
})), children);
|
|
1320
1341
|
});
|
|
1321
1342
|
if (process.env.NODE_ENV !== "production") {
|
|
1322
|
-
|
|
1343
|
+
SidePanelOpenFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1323
1344
|
}
|
|
1324
|
-
const
|
|
1345
|
+
const Sight = /*#__PURE__*/React.forwardRef(function Sight(_ref56, ref) {
|
|
1325
1346
|
let {
|
|
1326
1347
|
children,
|
|
1327
1348
|
size = 16,
|
|
@@ -1335,25 +1356,16 @@ const SnowScattered = /*#__PURE__*/React.forwardRef(function SnowScattered(_ref5
|
|
|
1335
1356
|
viewBox: "0 0 32 32",
|
|
1336
1357
|
fill: "currentColor",
|
|
1337
1358
|
...rest
|
|
1338
|
-
},
|
|
1339
|
-
d: "
|
|
1340
|
-
})),
|
|
1341
|
-
d: "
|
|
1342
|
-
transform: "rotate(-45 28.232 4.768)"
|
|
1343
|
-
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1344
|
-
d: "M26.732 16.233H29.732V18.233H26.732z",
|
|
1345
|
-
transform: "rotate(-135 28.232 17.233)"
|
|
1346
|
-
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1347
|
-
d: "M12.268 3.768H15.268V5.768H12.268z",
|
|
1348
|
-
transform: "rotate(-135 13.768 4.768)"
|
|
1349
|
-
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1350
|
-
d: "M27,11A5.9852,5.9852,0,0,0,16.1431,7.5083,7.3737,7.3737,0,0,0,13.5,7a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,24H19a5.9672,5.9672,0,0,0,5.5667-8.2A5.9722,5.9722,0,0,0,27,11ZM19,22H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,22Zm4.5222-7.9131a5.9592,5.9592,0,0,0-2.8728-1.8428,7.5212,7.5212,0,0,0-2.7224-3.78,3.9869,3.9869,0,1,1,5.5952,5.6225Z"
|
|
1359
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1360
|
+
d: "M10 12H12V14H10zM6 12H8V14H6zM2 12H4V14H2zM26 30H24V27H20a5.0055 5.0055 0 01-5-5V20.7207l-2.3162-.772a1 1 0 01-.5412-1.4631L15 13.7229V11a9.01 9.01 0 019-9h5V4H24a7.0078 7.0078 0 00-7 7v3a.9991.9991 0 01-.1426.5144l-2.3586 3.9312 1.8174.6057A1 1 0 0117 20v2a3.0033 3.0033 0 003 3h5a1 1 0 011 1z"
|
|
1361
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1362
|
+
d: "M19 12H23V14H19z"
|
|
1351
1363
|
})), children);
|
|
1352
1364
|
});
|
|
1353
1365
|
if (process.env.NODE_ENV !== "production") {
|
|
1354
|
-
|
|
1366
|
+
Sight.propTypes = iconPropTypes4cbeb95d.i;
|
|
1355
1367
|
}
|
|
1356
|
-
const
|
|
1368
|
+
const Sigma = /*#__PURE__*/React.forwardRef(function Sigma(_ref57, ref) {
|
|
1357
1369
|
let {
|
|
1358
1370
|
children,
|
|
1359
1371
|
size = 16,
|
|
@@ -1367,14 +1379,14 @@ const SnowScatteredNight = /*#__PURE__*/React.forwardRef(function SnowScatteredN
|
|
|
1367
1379
|
viewBox: "0 0 32 32",
|
|
1368
1380
|
fill: "currentColor",
|
|
1369
1381
|
...rest
|
|
1370
|
-
},
|
|
1371
|
-
d: "
|
|
1382
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1383
|
+
d: "M24 5L7 5 7 7.414 15.586 16 7 24.586 7 27 24 27 24 25 9.414 25 18.414 16 9.414 7 24 7 24 5z"
|
|
1372
1384
|
})), children);
|
|
1373
1385
|
});
|
|
1374
1386
|
if (process.env.NODE_ENV !== "production") {
|
|
1375
|
-
|
|
1387
|
+
Sigma.propTypes = iconPropTypes4cbeb95d.i;
|
|
1376
1388
|
}
|
|
1377
|
-
const
|
|
1389
|
+
const SignalStrength = /*#__PURE__*/React.forwardRef(function SignalStrength(_ref58, ref) {
|
|
1378
1390
|
let {
|
|
1379
1391
|
children,
|
|
1380
1392
|
size = 16,
|
|
@@ -1388,16 +1400,14 @@ const SnowDensity = /*#__PURE__*/React.forwardRef(function SnowDensity(_ref58, r
|
|
|
1388
1400
|
viewBox: "0 0 32 32",
|
|
1389
1401
|
fill: "currentColor",
|
|
1390
1402
|
...rest
|
|
1391
|
-
},
|
|
1392
|
-
d: "
|
|
1393
|
-
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1394
|
-
d: "M20.6 16.8L19.4 15.2 17 17 17 14 15 14 15 17 12.6 15.2 11.4 16.8 14.333 19 11.4 21.2 12.6 22.8 15 21 15 24 17 24 17 21 19.4 22.8 20.6 21.2 17.667 19 20.6 16.8z"
|
|
1403
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1404
|
+
d: "M26 6H28V26H26zM18 11H20V26H18zM11 16H13V26H11zM4 20H6V26H4z"
|
|
1395
1405
|
})), children);
|
|
1396
1406
|
});
|
|
1397
1407
|
if (process.env.NODE_ENV !== "production") {
|
|
1398
|
-
|
|
1408
|
+
SignalStrength.propTypes = iconPropTypes4cbeb95d.i;
|
|
1399
1409
|
}
|
|
1400
|
-
const
|
|
1410
|
+
const SimCard = /*#__PURE__*/React.forwardRef(function SimCard(_ref59, ref) {
|
|
1401
1411
|
let {
|
|
1402
1412
|
children,
|
|
1403
1413
|
size = 16,
|
|
@@ -1411,14 +1421,16 @@ const Snowflake = /*#__PURE__*/React.forwardRef(function Snowflake(_ref59, ref)
|
|
|
1411
1421
|
viewBox: "0 0 32 32",
|
|
1412
1422
|
fill: "currentColor",
|
|
1413
1423
|
...rest
|
|
1414
|
-
},
|
|
1415
|
-
d: "M21.
|
|
1424
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1425
|
+
d: "M21,9H8a2.0023,2.0023,0,0,0-2,2V21a2.0023,2.0023,0,0,0,2,2H21a2.0023,2.0023,0,0,0,2-2V11A2.0023,2.0023,0,0,0,21,9Zm0,4H18V11h3Zm-3,2h3v2H18Zm-2-4V21H13V14a1,1,0,0,0-1-1H8V11Zm-5,6H8V15h3ZM8,19h3v2H8Zm10,2V19h3v2Z"
|
|
1426
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1427
|
+
d: "M23.5317,27H4a2.0021,2.0021,0,0,1-2-2V7A2.0021,2.0021,0,0,1,4,5H28a2.0021,2.0021,0,0,1,2,2V19.6379a2.0044,2.0044,0,0,1-.4639,1.2808L25.0679,26.28A1.9944,1.9944,0,0,1,23.5317,27ZM4,7V25H23.5317L28,19.6379V7Z"
|
|
1416
1428
|
})), children);
|
|
1417
1429
|
});
|
|
1418
1430
|
if (process.env.NODE_ENV !== "production") {
|
|
1419
|
-
|
|
1431
|
+
SimCard.propTypes = iconPropTypes4cbeb95d.i;
|
|
1420
1432
|
}
|
|
1421
|
-
const
|
|
1433
|
+
const SkillLevel = /*#__PURE__*/React.forwardRef(function SkillLevel(_ref60, ref) {
|
|
1422
1434
|
let {
|
|
1423
1435
|
children,
|
|
1424
1436
|
size = 16,
|
|
@@ -1432,21 +1444,14 @@ const Soccer = /*#__PURE__*/React.forwardRef(function Soccer(_ref60, ref) {
|
|
|
1432
1444
|
viewBox: "0 0 32 32",
|
|
1433
1445
|
fill: "currentColor",
|
|
1434
1446
|
...rest
|
|
1435
|
-
},
|
|
1436
|
-
|
|
1437
|
-
cy: "28",
|
|
1438
|
-
r: "2"
|
|
1439
|
-
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1440
|
-
d: "M7.55 17.5H15.45V19.5H7.55z",
|
|
1441
|
-
transform: "rotate(-45 11.5 18.5)"
|
|
1442
|
-
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1443
|
-
d: "M28 16.584L19.4143 8H6v2H18.5857l3 3L6 28.5859 7.4141 30 23 14.415 26.584 18 23 21.5859 24.4141 23 28 19.416A2.0044 2.0044 0 0028 16.584zM24.5 9A3.5 3.5 0 1128 5.5 3.504 3.504 0 0124.5 9zm0-5A1.5 1.5 0 1026 5.5 1.5017 1.5017 0 0024.5 4z"
|
|
1447
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1448
|
+
d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8zM4 28H8V20H4z"
|
|
1444
1449
|
})), children);
|
|
1445
1450
|
});
|
|
1446
1451
|
if (process.env.NODE_ENV !== "production") {
|
|
1447
|
-
|
|
1452
|
+
SkillLevel.propTypes = iconPropTypes4cbeb95d.i;
|
|
1448
1453
|
}
|
|
1449
|
-
const
|
|
1454
|
+
const SkillLevelAdvanced = /*#__PURE__*/React.forwardRef(function SkillLevelAdvanced(_ref61, ref) {
|
|
1450
1455
|
let {
|
|
1451
1456
|
children,
|
|
1452
1457
|
size = 16,
|
|
@@ -1460,14 +1465,14 @@ const SoftwareResource = /*#__PURE__*/React.forwardRef(function SoftwareResource
|
|
|
1460
1465
|
viewBox: "0 0 32 32",
|
|
1461
1466
|
fill: "currentColor",
|
|
1462
1467
|
...rest
|
|
1463
|
-
},
|
|
1464
|
-
d: "
|
|
1468
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1469
|
+
d: "M30 30H22V4h8zM20 30H12V12h8zM10 30H2V18h8z"
|
|
1465
1470
|
})), children);
|
|
1466
1471
|
});
|
|
1467
1472
|
if (process.env.NODE_ENV !== "production") {
|
|
1468
|
-
|
|
1473
|
+
SkillLevelAdvanced.propTypes = iconPropTypes4cbeb95d.i;
|
|
1469
1474
|
}
|
|
1470
|
-
const
|
|
1475
|
+
const SkillLevelBasic = /*#__PURE__*/React.forwardRef(function SkillLevelBasic(_ref62, ref) {
|
|
1471
1476
|
let {
|
|
1472
1477
|
children,
|
|
1473
1478
|
size = 16,
|
|
@@ -1481,14 +1486,14 @@ const SoftwareResourceCluster = /*#__PURE__*/React.forwardRef(function SoftwareR
|
|
|
1481
1486
|
viewBox: "0 0 32 32",
|
|
1482
1487
|
fill: "currentColor",
|
|
1483
1488
|
...rest
|
|
1484
|
-
},
|
|
1485
|
-
d: "
|
|
1489
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1490
|
+
d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8z"
|
|
1486
1491
|
})), children);
|
|
1487
1492
|
});
|
|
1488
1493
|
if (process.env.NODE_ENV !== "production") {
|
|
1489
|
-
|
|
1494
|
+
SkillLevelBasic.propTypes = iconPropTypes4cbeb95d.i;
|
|
1490
1495
|
}
|
|
1491
|
-
const
|
|
1496
|
+
const SkillLevelIntermediate = /*#__PURE__*/React.forwardRef(function SkillLevelIntermediate(_ref63, ref) {
|
|
1492
1497
|
let {
|
|
1493
1498
|
children,
|
|
1494
1499
|
size = 16,
|
|
@@ -1502,32 +1507,14 @@ const SoftwareResourceResource = /*#__PURE__*/React.forwardRef(function Software
|
|
|
1502
1507
|
viewBox: "0 0 32 32",
|
|
1503
1508
|
fill: "currentColor",
|
|
1504
1509
|
...rest
|
|
1505
|
-
},
|
|
1506
|
-
d: "
|
|
1507
|
-
transform: "rotate(-45.001 9.293 9.293)"
|
|
1508
|
-
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1509
|
-
d: "M4.9,19.7l-2.3-2.3C2.2,17,2,16.5,2,16s0.2-1,0.6-1.4l2.3-2.3l1.4,1.4L4,16l2.3,2.3L4.9,19.7z"
|
|
1510
|
-
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1511
|
-
d: "M8.3 20.3H10.3V25.1H8.3z",
|
|
1512
|
-
transform: "rotate(-45.001 9.293 22.707)"
|
|
1513
|
-
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1514
|
-
d: "M16,30c-0.5,0-1-0.2-1.4-0.6l-2.3-2.3l1.4-1.4L16,28l2.3-2.3l1.4,1.4l-2.3,2.3C17,29.8,16.5,30,16,30z"
|
|
1515
|
-
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1516
|
-
d: "M20.3 21.7H25.1V23.7H20.3z",
|
|
1517
|
-
transform: "rotate(-45.001 22.707 22.707)"
|
|
1518
|
-
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1519
|
-
d: "M27.1,19.7l-1.4-1.4L28,16l-2.3-2.3l1.4-1.4l2.3,2.3C29.8,15,30,15.5,30,16s-0.2,1-0.6,1.4L27.1,19.7z"
|
|
1520
|
-
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1521
|
-
d: "M21.7 6.9H23.7V11.7H21.7z",
|
|
1522
|
-
transform: "rotate(-45.001 22.707 9.293)"
|
|
1523
|
-
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1524
|
-
d: "M16,2c-0.5,0-1,0.2-1.4,0.6l-2.3,2.3l1.4,1.4L16,4l2.3,2.3l1.4-1.4l-2.3-2.3C17,2.2,16.5,2,16,2z"
|
|
1510
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1511
|
+
d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zM10 30H2V18h8z"
|
|
1525
1512
|
})), children);
|
|
1526
1513
|
});
|
|
1527
1514
|
if (process.env.NODE_ENV !== "production") {
|
|
1528
|
-
|
|
1515
|
+
SkillLevelIntermediate.propTypes = iconPropTypes4cbeb95d.i;
|
|
1529
1516
|
}
|
|
1530
|
-
const
|
|
1517
|
+
const SkipBack = /*#__PURE__*/React.forwardRef(function SkipBack(_ref64, ref) {
|
|
1531
1518
|
let {
|
|
1532
1519
|
children,
|
|
1533
1520
|
size = 16,
|
|
@@ -1541,48 +1528,14 @@ const SoilMoisture = /*#__PURE__*/React.forwardRef(function SoilMoisture(_ref64,
|
|
|
1541
1528
|
viewBox: "0 0 32 32",
|
|
1542
1529
|
fill: "currentColor",
|
|
1543
1530
|
...rest
|
|
1544
|
-
},
|
|
1545
|
-
d: "
|
|
1546
|
-
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
1547
|
-
cx: "5",
|
|
1548
|
-
cy: "13",
|
|
1549
|
-
r: "1"
|
|
1550
|
-
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
1551
|
-
cx: "11",
|
|
1552
|
-
cy: "19",
|
|
1553
|
-
r: "1"
|
|
1554
|
-
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
1555
|
-
cx: "15",
|
|
1556
|
-
cy: "25",
|
|
1557
|
-
r: "1"
|
|
1558
|
-
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
1559
|
-
cx: "17",
|
|
1560
|
-
cy: "15",
|
|
1561
|
-
r: "1"
|
|
1562
|
-
})), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
1563
|
-
cx: "13",
|
|
1564
|
-
cy: "11",
|
|
1565
|
-
r: "1"
|
|
1566
|
-
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
1567
|
-
cx: "27",
|
|
1568
|
-
cy: "11",
|
|
1569
|
-
r: "1"
|
|
1570
|
-
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
1571
|
-
cx: "9",
|
|
1572
|
-
cy: "27",
|
|
1573
|
-
r: "1"
|
|
1574
|
-
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
1575
|
-
cx: "3",
|
|
1576
|
-
cy: "21",
|
|
1577
|
-
r: "1"
|
|
1578
|
-
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1579
|
-
d: "M2 6H30V8H2z"
|
|
1531
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1532
|
+
d: "M27 28a1 1 0 01-.5-.13l-19-11a1 1 0 010-1.74l19-11a1 1 0 011 0A1 1 0 0128 5V27a1 1 0 01-1 1zM10 16l16 9.27V6.73zM2 4H4V28H2z"
|
|
1580
1533
|
})), children);
|
|
1581
1534
|
});
|
|
1582
1535
|
if (process.env.NODE_ENV !== "production") {
|
|
1583
|
-
|
|
1536
|
+
SkipBack.propTypes = iconPropTypes4cbeb95d.i;
|
|
1584
1537
|
}
|
|
1585
|
-
const
|
|
1538
|
+
const SkipBackFilled = /*#__PURE__*/React.forwardRef(function SkipBackFilled(_ref65, ref) {
|
|
1586
1539
|
let {
|
|
1587
1540
|
children,
|
|
1588
1541
|
size = 16,
|
|
@@ -1596,14 +1549,14 @@ const SoilMoistureField = /*#__PURE__*/React.forwardRef(function SoilMoistureFie
|
|
|
1596
1549
|
viewBox: "0 0 32 32",
|
|
1597
1550
|
fill: "currentColor",
|
|
1598
1551
|
...rest
|
|
1599
|
-
},
|
|
1600
|
-
d: "
|
|
1552
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1553
|
+
d: "M27 28a.9975.9975 0 01-.501-.1348l-19-11a1 1 0 010-1.73l19-11A1 1 0 0128 5V27a1 1 0 01-1 1zM2 4H4V28H2z"
|
|
1601
1554
|
})), children);
|
|
1602
1555
|
});
|
|
1603
1556
|
if (process.env.NODE_ENV !== "production") {
|
|
1604
|
-
|
|
1557
|
+
SkipBackFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1605
1558
|
}
|
|
1606
|
-
const
|
|
1559
|
+
const SkipBackOutline = /*#__PURE__*/React.forwardRef(function SkipBackOutline(_ref66, ref) {
|
|
1607
1560
|
let {
|
|
1608
1561
|
children,
|
|
1609
1562
|
size = 16,
|
|
@@ -1617,18 +1570,19 @@ const SoilMoistureGlobal = /*#__PURE__*/React.forwardRef(function SoilMoistureGl
|
|
|
1617
1570
|
viewBox: "0 0 32 32",
|
|
1618
1571
|
fill: "currentColor",
|
|
1619
1572
|
...rest
|
|
1620
|
-
},
|
|
1621
|
-
d: "
|
|
1622
|
-
})),
|
|
1623
|
-
d: "
|
|
1624
|
-
|
|
1625
|
-
|
|
1573
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1574
|
+
d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7485l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3006V12.7Z"
|
|
1575
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1576
|
+
d: "M9 10H11V22H9z",
|
|
1577
|
+
transform: "rotate(-180 10 16)"
|
|
1578
|
+
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1579
|
+
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
1626
1580
|
})), children);
|
|
1627
1581
|
});
|
|
1628
1582
|
if (process.env.NODE_ENV !== "production") {
|
|
1629
|
-
|
|
1583
|
+
SkipBackOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
1630
1584
|
}
|
|
1631
|
-
const
|
|
1585
|
+
const SkipBackOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipBackOutlineFilled(_ref67, ref) {
|
|
1632
1586
|
let {
|
|
1633
1587
|
children,
|
|
1634
1588
|
size = 16,
|
|
@@ -1642,42 +1596,23 @@ const SoilTemperature = /*#__PURE__*/React.forwardRef(function SoilTemperature(_
|
|
|
1642
1596
|
viewBox: "0 0 32 32",
|
|
1643
1597
|
fill: "currentColor",
|
|
1644
1598
|
...rest
|
|
1645
|
-
},
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
})),
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
r: "1"
|
|
1657
|
-
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
1658
|
-
cx: "17",
|
|
1659
|
-
cy: "15",
|
|
1660
|
-
r: "1"
|
|
1661
|
-
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
1662
|
-
cx: "13",
|
|
1663
|
-
cy: "11",
|
|
1664
|
-
r: "1"
|
|
1665
|
-
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
1666
|
-
cx: "9",
|
|
1667
|
-
cy: "27",
|
|
1668
|
-
r: "1"
|
|
1669
|
-
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
|
1670
|
-
cx: "3",
|
|
1671
|
-
cy: "21",
|
|
1672
|
-
r: "1"
|
|
1673
|
-
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1674
|
-
d: "M25 30a4.9863 4.9863 0 01-3-8.98V15a3 3 0 016 0v6.02A4.9863 4.9863 0 0125 30zm0-16a1.0011 1.0011 0 00-1 1v7.13l-.4971.2893A2.9676 2.9676 0 0022 25a3 3 0 006 0 2.9676 2.9676 0 00-1.5029-2.5811L26 22.13V15A1.0011 1.0011 0 0025 14zM2 6H30V8H2z"
|
|
1599
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1600
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM10,22H8V10h2Zm14-1a1,1,0,0,1-1.4858.874l-9-5a1,1,0,0,1,0-1.748l9-5A1,1,0,0,1,24,11Z"
|
|
1601
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1602
|
+
d: "M22 19.301L22 12.699 16.059 16 22 19.301z"
|
|
1603
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1604
|
+
fill: "none",
|
|
1605
|
+
d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3005V12.7Z"
|
|
1606
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1607
|
+
fill: "none",
|
|
1608
|
+
d: "M8 10H10V22H8z",
|
|
1609
|
+
transform: "rotate(-180 9 16)"
|
|
1675
1610
|
})), children);
|
|
1676
1611
|
});
|
|
1677
1612
|
if (process.env.NODE_ENV !== "production") {
|
|
1678
|
-
|
|
1613
|
+
SkipBackOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1679
1614
|
}
|
|
1680
|
-
const
|
|
1615
|
+
const SkipBackOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipBackOutlineSolid(_ref68, ref) {
|
|
1681
1616
|
let {
|
|
1682
1617
|
children,
|
|
1683
1618
|
size = 16,
|
|
@@ -1691,14 +1626,19 @@ const SoilTemperatureField = /*#__PURE__*/React.forwardRef(function SoilTemperat
|
|
|
1691
1626
|
viewBox: "0 0 32 32",
|
|
1692
1627
|
fill: "currentColor",
|
|
1693
1628
|
...rest
|
|
1694
|
-
},
|
|
1695
|
-
d: "
|
|
1629
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1630
|
+
d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7485l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Z"
|
|
1631
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1632
|
+
d: "M9 10H11V22H9z",
|
|
1633
|
+
transform: "rotate(-180 10 16)"
|
|
1634
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1635
|
+
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
1696
1636
|
})), children);
|
|
1697
1637
|
});
|
|
1698
1638
|
if (process.env.NODE_ENV !== "production") {
|
|
1699
|
-
|
|
1639
|
+
SkipBackOutlineSolid.propTypes = iconPropTypes4cbeb95d.i;
|
|
1700
1640
|
}
|
|
1701
|
-
const
|
|
1641
|
+
const SkipBackSolidFilled = /*#__PURE__*/React.forwardRef(function SkipBackSolidFilled(_ref69, ref) {
|
|
1702
1642
|
let {
|
|
1703
1643
|
children,
|
|
1704
1644
|
size = 16,
|
|
@@ -1712,18 +1652,21 @@ const SoilTemperatureGlobal = /*#__PURE__*/React.forwardRef(function SoilTempera
|
|
|
1712
1652
|
viewBox: "0 0 32 32",
|
|
1713
1653
|
fill: "currentColor",
|
|
1714
1654
|
...rest
|
|
1715
|
-
},
|
|
1716
|
-
d: "
|
|
1717
|
-
})),
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1655
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1656
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM10,22H8V10h2Zm14-1a1,1,0,0,1-1.4858.874l-9-5a1,1,0,0,1,0-1.748l9-5A1,1,0,0,1,24,11Z"
|
|
1657
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1658
|
+
fill: "none",
|
|
1659
|
+
d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Z"
|
|
1660
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1661
|
+
fill: "none",
|
|
1662
|
+
d: "M8 10H10V22H8z",
|
|
1663
|
+
transform: "rotate(-180 9 16)"
|
|
1721
1664
|
})), children);
|
|
1722
1665
|
});
|
|
1723
1666
|
if (process.env.NODE_ENV !== "production") {
|
|
1724
|
-
|
|
1667
|
+
SkipBackSolidFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1725
1668
|
}
|
|
1726
|
-
const
|
|
1669
|
+
const SkipForward = /*#__PURE__*/React.forwardRef(function SkipForward(_ref70, ref) {
|
|
1727
1670
|
let {
|
|
1728
1671
|
children,
|
|
1729
1672
|
size = 16,
|
|
@@ -1737,20 +1680,14 @@ const SolarPanel = /*#__PURE__*/React.forwardRef(function SolarPanel(_ref70, ref
|
|
|
1737
1680
|
viewBox: "0 0 32 32",
|
|
1738
1681
|
fill: "currentColor",
|
|
1739
1682
|
...rest
|
|
1740
|
-
},
|
|
1741
|
-
d: "
|
|
1742
|
-
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1743
|
-
d: "M5.343 4.343H7.343V8.343H5.343z",
|
|
1744
|
-
transform: "rotate(-45 6.343 6.343)"
|
|
1745
|
-
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1746
|
-
d: "M16.657 4.343H18.657V8.343H16.657z",
|
|
1747
|
-
transform: "rotate(-135 17.657 6.343)"
|
|
1683
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1684
|
+
d: "M5 28a1 1 0 01-1-1V5a1 1 0 01.5-.87 1 1 0 011 0l19 11a1 1 0 010 1.74l-19 11A1 1 0 015 28zM6 6.73V25.27L22 16zM28 4H30V28H28z"
|
|
1748
1685
|
})), children);
|
|
1749
1686
|
});
|
|
1750
1687
|
if (process.env.NODE_ENV !== "production") {
|
|
1751
|
-
|
|
1688
|
+
SkipForward.propTypes = iconPropTypes4cbeb95d.i;
|
|
1752
1689
|
}
|
|
1753
|
-
const
|
|
1690
|
+
const SkipForwardFilled = /*#__PURE__*/React.forwardRef(function SkipForwardFilled(_ref71, ref) {
|
|
1754
1691
|
let {
|
|
1755
1692
|
children,
|
|
1756
1693
|
size = 16,
|
|
@@ -1764,14 +1701,14 @@ const SortAscending = /*#__PURE__*/React.forwardRef(function SortAscending(_ref7
|
|
|
1764
1701
|
viewBox: "0 0 32 32",
|
|
1765
1702
|
fill: "currentColor",
|
|
1766
1703
|
...rest
|
|
1767
|
-
},
|
|
1768
|
-
d: "
|
|
1704
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1705
|
+
d: "M28 4H30V28H28zM5 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 015 28z"
|
|
1769
1706
|
})), children);
|
|
1770
1707
|
});
|
|
1771
1708
|
if (process.env.NODE_ENV !== "production") {
|
|
1772
|
-
|
|
1709
|
+
SkipForwardFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1773
1710
|
}
|
|
1774
|
-
const
|
|
1711
|
+
const SkipForwardOutline = /*#__PURE__*/React.forwardRef(function SkipForwardOutline(_ref72, ref) {
|
|
1775
1712
|
let {
|
|
1776
1713
|
children,
|
|
1777
1714
|
size = 16,
|
|
@@ -1785,14 +1722,16 @@ const SortDescending = /*#__PURE__*/React.forwardRef(function SortDescending(_re
|
|
|
1785
1722
|
viewBox: "0 0 32 32",
|
|
1786
1723
|
fill: "currentColor",
|
|
1787
1724
|
...rest
|
|
1788
|
-
},
|
|
1789
|
-
d: "
|
|
1725
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1726
|
+
d: "M21 10H23V22H21zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8742l9 5a1 1 0 010 1.7485l-9 5a1.0009 1.0009 0 01-.9931-.0125zM10 12.7v6.6011L15.9409 16z"
|
|
1727
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1728
|
+
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
1790
1729
|
})), children);
|
|
1791
1730
|
});
|
|
1792
1731
|
if (process.env.NODE_ENV !== "production") {
|
|
1793
|
-
|
|
1732
|
+
SkipForwardOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
1794
1733
|
}
|
|
1795
|
-
const
|
|
1734
|
+
const SkipForwardOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineFilled(_ref73, ref) {
|
|
1796
1735
|
let {
|
|
1797
1736
|
children,
|
|
1798
1737
|
size = 16,
|
|
@@ -1806,14 +1745,19 @@ const SortRemove = /*#__PURE__*/React.forwardRef(function SortRemove(_ref73, ref
|
|
|
1806
1745
|
viewBox: "0 0 32 32",
|
|
1807
1746
|
fill: "currentColor",
|
|
1808
1747
|
...rest
|
|
1809
|
-
},
|
|
1810
|
-
d: "
|
|
1748
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1749
|
+
d: "M10 19.301L15.941 16 10 12.699 10 19.301z"
|
|
1750
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1751
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm2.4858,14.874-9,5A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.874l9,5a1,1,0,0,1,0,1.748ZM24,22H22V10h2Z"
|
|
1752
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1753
|
+
fill: "none",
|
|
1754
|
+
d: "M22 10H24V22H22zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8743l9 5a1 1 0 010 1.7486l-9 5a1.0009 1.0009 0 01-.9931-.0125zM10 12.7v6.601L15.9409 16z"
|
|
1811
1755
|
})), children);
|
|
1812
1756
|
});
|
|
1813
1757
|
if (process.env.NODE_ENV !== "production") {
|
|
1814
|
-
|
|
1758
|
+
SkipForwardOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1815
1759
|
}
|
|
1816
|
-
const
|
|
1760
|
+
const SkipForwardOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineSolid(_ref74, ref) {
|
|
1817
1761
|
let {
|
|
1818
1762
|
children,
|
|
1819
1763
|
size = 16,
|
|
@@ -1827,16 +1771,16 @@ const SpellCheck = /*#__PURE__*/React.forwardRef(function SpellCheck(_ref74, ref
|
|
|
1827
1771
|
viewBox: "0 0 32 32",
|
|
1828
1772
|
fill: "currentColor",
|
|
1829
1773
|
...rest
|
|
1830
|
-
},
|
|
1831
|
-
d: "
|
|
1832
|
-
})),
|
|
1833
|
-
d: "
|
|
1774
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1775
|
+
d: "M21 10H23V22H21zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8742l9 5a1 1 0 010 1.7485l-9 5a1.0009 1.0009 0 01-.9931-.0125z"
|
|
1776
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1777
|
+
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
1834
1778
|
})), children);
|
|
1835
1779
|
});
|
|
1836
1780
|
if (process.env.NODE_ENV !== "production") {
|
|
1837
|
-
|
|
1781
|
+
SkipForwardOutlineSolid.propTypes = iconPropTypes4cbeb95d.i;
|
|
1838
1782
|
}
|
|
1839
|
-
const
|
|
1783
|
+
const SkipForwardSolidFilled = /*#__PURE__*/React.forwardRef(function SkipForwardSolidFilled(_ref75, ref) {
|
|
1840
1784
|
let {
|
|
1841
1785
|
children,
|
|
1842
1786
|
size = 16,
|
|
@@ -1850,14 +1794,17 @@ const WatsonHealthSpineLabel = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
1850
1794
|
viewBox: "0 0 32 32",
|
|
1851
1795
|
fill: "currentColor",
|
|
1852
1796
|
...rest
|
|
1853
|
-
},
|
|
1854
|
-
d: "
|
|
1797
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1798
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm2.4858,14.874-9,5A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.874l9,5a1,1,0,0,1,0,1.748ZM24,22H22V10h2Z"
|
|
1799
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1800
|
+
fill: "none",
|
|
1801
|
+
d: "M22 10H24V22H22zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8743l9 5a1 1 0 010 1.7486l-9 5a1.0009 1.0009 0 01-.9931-.0125z"
|
|
1855
1802
|
})), children);
|
|
1856
1803
|
});
|
|
1857
1804
|
if (process.env.NODE_ENV !== "production") {
|
|
1858
|
-
|
|
1805
|
+
SkipForwardSolidFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1859
1806
|
}
|
|
1860
|
-
const
|
|
1807
|
+
const Sleet = /*#__PURE__*/React.forwardRef(function Sleet(_ref76, ref) {
|
|
1861
1808
|
let {
|
|
1862
1809
|
children,
|
|
1863
1810
|
size = 16,
|
|
@@ -1871,16 +1818,16 @@ const Split = /*#__PURE__*/React.forwardRef(function Split(_ref76, ref) {
|
|
|
1871
1818
|
viewBox: "0 0 32 32",
|
|
1872
1819
|
fill: "currentColor",
|
|
1873
1820
|
...rest
|
|
1874
|
-
},
|
|
1875
|
-
d: "
|
|
1876
|
-
})),
|
|
1877
|
-
d: "
|
|
1821
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1822
|
+
d: "M6 24H8V26H6zM8 26H10V28H8zM10 28H12V30H10zM10 24H12V26H10zM6 28H8V30H6z"
|
|
1823
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1824
|
+
d: "M21 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 0121 30zM24.8008 9.1362a8.9943 8.9943 0 00-17.6006 0A6.4973 6.4973 0 008.5 22h8.8818L16.106 24.5527a1 1 0 101.7885.8946L19.6177 22H23.5A6.4974 6.4974 0 0024.8008 9.1362zM23.5 20H8.5a4.4975 4.4975 0 01-.356-8.981l.8155-.0639.0991-.812a6.9938 6.9938 0 0113.8838 0l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 20z"
|
|
1878
1825
|
})), children);
|
|
1879
1826
|
});
|
|
1880
1827
|
if (process.env.NODE_ENV !== "production") {
|
|
1881
|
-
|
|
1828
|
+
Sleet.propTypes = iconPropTypes4cbeb95d.i;
|
|
1882
1829
|
}
|
|
1883
|
-
const
|
|
1830
|
+
const Slisor = /*#__PURE__*/React.forwardRef(function Slisor(_ref77, ref) {
|
|
1884
1831
|
let {
|
|
1885
1832
|
children,
|
|
1886
1833
|
size = 16,
|
|
@@ -1894,14 +1841,22 @@ const WatsonHealthSplitDiscard = /*#__PURE__*/React.forwardRef(function WatsonHe
|
|
|
1894
1841
|
viewBox: "0 0 32 32",
|
|
1895
1842
|
fill: "currentColor",
|
|
1896
1843
|
...rest
|
|
1897
|
-
},
|
|
1898
|
-
d: "M28,
|
|
1844
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1845
|
+
d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
|
|
1846
|
+
})), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
1847
|
+
cx: "7",
|
|
1848
|
+
cy: "25",
|
|
1849
|
+
r: "1"
|
|
1850
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1851
|
+
d: "M16,22a1.0005,1.0005,0,0,1-.4473-.1055l-10-5,.8946-1.789L16,19.8821l9.5527-4.7766.8946,1.789-10,5A1.0005,1.0005,0,0,1,16,22Z"
|
|
1852
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1853
|
+
d: "M16,16a1.0005,1.0005,0,0,1-.4473-.1055l-10-5a1,1,0,0,1,0-1.789l10-5a1.0008,1.0008,0,0,1,.8946,0l10,5a1,1,0,0,1,0,1.789l-10,5A1.0005,1.0005,0,0,1,16,16ZM8.2358,10,16,13.8821,23.7642,10,16,6.1179Z"
|
|
1899
1854
|
})), children);
|
|
1900
1855
|
});
|
|
1901
1856
|
if (process.env.NODE_ENV !== "production") {
|
|
1902
|
-
|
|
1857
|
+
Slisor.propTypes = iconPropTypes4cbeb95d.i;
|
|
1903
1858
|
}
|
|
1904
|
-
const
|
|
1859
|
+
const Slm = /*#__PURE__*/React.forwardRef(function Slm(_ref78, ref) {
|
|
1905
1860
|
let {
|
|
1906
1861
|
children,
|
|
1907
1862
|
size = 16,
|
|
@@ -1915,14 +1870,14 @@ const SplitScreen = /*#__PURE__*/React.forwardRef(function SplitScreen(_ref78, r
|
|
|
1915
1870
|
viewBox: "0 0 32 32",
|
|
1916
1871
|
fill: "currentColor",
|
|
1917
1872
|
...rest
|
|
1918
|
-
},
|
|
1919
|
-
d: "
|
|
1873
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1874
|
+
d: "M28 9L26.5 14 26 16 25.5 14 24 9 22 9 22 23 24 23 24 15 23.8 13 24.4 15 26 19.6 27.6 15 28.2 13 28 15 28 23 30 23 30 9zM14 21L14 9 12 9 12 23 20 23 20 21zM8 23H2v-2h6v-4H4c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h6v2H4v4h4c1.1 0 2 .9 2 2v4C10 22.1 9.1 23 8 23z"
|
|
1920
1875
|
})), children);
|
|
1921
1876
|
});
|
|
1922
1877
|
if (process.env.NODE_ENV !== "production") {
|
|
1923
|
-
|
|
1878
|
+
Slm.propTypes = iconPropTypes4cbeb95d.i;
|
|
1924
1879
|
}
|
|
1925
|
-
const
|
|
1880
|
+
const Smell = /*#__PURE__*/React.forwardRef(function Smell(_ref79, ref) {
|
|
1926
1881
|
let {
|
|
1927
1882
|
children,
|
|
1928
1883
|
size = 16,
|
|
@@ -1936,16 +1891,14 @@ const SprayPaint = /*#__PURE__*/React.forwardRef(function SprayPaint(_ref79, ref
|
|
|
1936
1891
|
viewBox: "0 0 32 32",
|
|
1937
1892
|
fill: "currentColor",
|
|
1938
1893
|
...rest
|
|
1939
|
-
},
|
|
1940
|
-
d: "M22
|
|
1941
|
-
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1942
|
-
d: "M28 8H26V3H19V8H17a2.002 2.002 0 00-2 2V28a2.0023 2.0023 0 002 2H28a2.0027 2.0027 0 002-2V10A2.0023 2.0023 0 0028 8zM21 5h3V8H21zM17 28V10H28l.002 18zM2 14H5V17H2zM7 9H10V12H7zM2 9H5V12H2zM12 4H15V7H12zM7 4H10V7H7zM2 4H5V7H2z"
|
|
1894
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1895
|
+
d: "M22,15V10H20v7h2a3,3,0,0,1,0,6H21V21H19v2a3,3,0,0,1-6,0V21H11v2H10a3,3,0,0,1,0-6h2V9a3,3,0,0,1,3-3h1V4H15a5,5,0,0,0-5,5v6a5,5,0,0,0,0,10h1.42a5,5,0,0,0,9.16,0H22a5,5,0,0,0,0-10Z"
|
|
1943
1896
|
})), children);
|
|
1944
1897
|
});
|
|
1945
1898
|
if (process.env.NODE_ENV !== "production") {
|
|
1946
|
-
|
|
1899
|
+
Smell.propTypes = iconPropTypes4cbeb95d.i;
|
|
1947
1900
|
}
|
|
1948
|
-
const
|
|
1901
|
+
const Smoke = /*#__PURE__*/React.forwardRef(function Smoke(_ref80, ref) {
|
|
1949
1902
|
let {
|
|
1950
1903
|
children,
|
|
1951
1904
|
size = 16,
|
|
@@ -1959,14 +1912,14 @@ const Sprout = /*#__PURE__*/React.forwardRef(function Sprout(_ref80, ref) {
|
|
|
1959
1912
|
viewBox: "0 0 32 32",
|
|
1960
1913
|
fill: "currentColor",
|
|
1961
1914
|
...rest
|
|
1962
|
-
},
|
|
1963
|
-
d: "
|
|
1915
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1916
|
+
d: "M27.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762a6.9956 6.9956 0 00-1.2446-5.6668L23.2 5.6a1 1 0 111.6-1.2l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L27.8 26.4A1 1 0 0127.001 28zM22.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762a6.9956 6.9956 0 00-1.2446-5.6668L18.2 5.6a1 1 0 111.6-1.2l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L22.8 26.4A1 1 0 0122.001 28zM17.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762a6.9956 6.9956 0 00-1.2446-5.6668L13.2 5.6a1 1 0 111.6-1.2l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L17.8 26.4A1 1 0 0117.001 28zM12.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762A6.9956 6.9956 0 009.0142 6.6855L8.2 5.6A1 1 0 119.8 4.4l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L12.8 26.4A1 1 0 0112.001 28zM7.001 28A.998.998 0 016.2 27.6l-.8145-1.086a8.9976 8.9976 0 01-1.6-7.2856l1.4736-6.8762A6.9956 6.9956 0 004.0142 6.6855L3.2 5.6A1 1 0 114.8 4.4l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856L5.7412 19.6474a6.9956 6.9956 0 001.2446 5.6668L7.8 26.4A1 1 0 017.001 28z"
|
|
1964
1917
|
})), children);
|
|
1965
1918
|
});
|
|
1966
1919
|
if (process.env.NODE_ENV !== "production") {
|
|
1967
|
-
|
|
1920
|
+
Smoke.propTypes = iconPropTypes4cbeb95d.i;
|
|
1968
1921
|
}
|
|
1969
|
-
const
|
|
1922
|
+
const WatsonHealthSmoothing = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothing(_ref81, ref) {
|
|
1970
1923
|
let {
|
|
1971
1924
|
children,
|
|
1972
1925
|
size = 16,
|
|
@@ -1980,14 +1933,18 @@ const Sql = /*#__PURE__*/React.forwardRef(function Sql(_ref81, ref) {
|
|
|
1980
1933
|
viewBox: "0 0 32 32",
|
|
1981
1934
|
fill: "currentColor",
|
|
1982
1935
|
...rest
|
|
1983
|
-
},
|
|
1984
|
-
|
|
1936
|
+
}, _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
1937
|
+
cx: "16",
|
|
1938
|
+
cy: "16",
|
|
1939
|
+
r: "5"
|
|
1940
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1941
|
+
d: "M7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM2.7 20.4a14.4029 14.4029 0 002 3.9l1.6-1.2a12.8867 12.8867 0 01-1.7-3.3zM7.8 27.3a14.4029 14.4029 0 003.9 2l.6-1.9A12.8867 12.8867 0 019 25.7zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.526 11.526 0 0123 25.7zM27.4 19.7l1.9.6A15.4747 15.4747 0 0030 16H28A11.4756 11.4756 0 0127.4 19.7zM29.2 11.6a14.4029 14.4029 0 00-2-3.9L25.6 8.9a12.8867 12.8867 0 011.7 3.3zM24.1 4.6a14.4029 14.4029 0 00-3.9-2l-.6 1.9a12.8867 12.8867 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.4756 11.4756 0 0116 28v2A21.4206 21.4206 0 0020.3 29.3z"
|
|
1985
1942
|
})), children);
|
|
1986
1943
|
});
|
|
1987
1944
|
if (process.env.NODE_ENV !== "production") {
|
|
1988
|
-
|
|
1945
|
+
WatsonHealthSmoothing.propTypes = iconPropTypes4cbeb95d.i;
|
|
1989
1946
|
}
|
|
1990
|
-
const
|
|
1947
|
+
const WatsonHealthSmoothingCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothingCursor(_ref82, ref) {
|
|
1991
1948
|
let {
|
|
1992
1949
|
children,
|
|
1993
1950
|
size = 16,
|
|
@@ -2001,15 +1958,18 @@ const SquareOutline = /*#__PURE__*/React.forwardRef(function SquareOutline(_ref8
|
|
|
2001
1958
|
viewBox: "0 0 32 32",
|
|
2002
1959
|
fill: "currentColor",
|
|
2003
1960
|
...rest
|
|
2004
|
-
},
|
|
2005
|
-
|
|
2006
|
-
|
|
1961
|
+
}, _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
1962
|
+
cx: "18",
|
|
1963
|
+
cy: "18",
|
|
1964
|
+
r: "4"
|
|
1965
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1966
|
+
d: "M18 30a11.8932 11.8932 0 01-4.1035-.72L14.58 27.4A9.9725 9.9725 0 0018 28zM22.1484 29.2637l-.6914-1.877a9.9556 9.9556 0 002.9973-1.748l1.2916 1.5268A11.9525 11.9525 0 0122.1484 29.2637zM10.2893 27.1951A12.0141 12.0141 0 017.61 24.0078l1.73-1.0029a10.0236 10.0236 0 002.2347 2.6584zM28.4133 23.967l-1.7343-.9956a9.9159 9.9159 0 001.176-3.2641l1.9712.3388A11.8956 11.8956 0 0128.4133 23.967zM6.1821 20.0925A12.1282 12.1282 0 016.1777 15.93l1.9707.3423a10.1214 10.1214 0 00.0035 3.4738zM27.8447 16.2339a9.9019 9.9019 0 00-1.1953-3.2564l1.7285-1.0063a11.9029 11.9029 0 011.4361 3.9121zM9.3313 13.0107l-1.7324-.999a12.01 12.01 0 012.6738-3.1931l1.2886 1.53A10.01 10.01 0 009.3313 13.0107zM24.4094 10.3237a9.96 9.96 0 00-3.0088-1.7309l.68-1.8809a11.9491 11.9491 0 013.6118 2.0772zM14.562 8.6064l-.6875-1.8779A12.1031 12.1031 0 0118 6V8A10.0875 10.0875 0 0014.562 8.6064zM11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
|
2007
1967
|
})), children);
|
|
2008
1968
|
});
|
|
2009
1969
|
if (process.env.NODE_ENV !== "production") {
|
|
2010
|
-
|
|
1970
|
+
WatsonHealthSmoothingCursor.propTypes = iconPropTypes4cbeb95d.i;
|
|
2011
1971
|
}
|
|
2012
|
-
const
|
|
1972
|
+
const Snooze = /*#__PURE__*/React.forwardRef(function Snooze(_ref83, ref) {
|
|
2013
1973
|
let {
|
|
2014
1974
|
children,
|
|
2015
1975
|
size = 16,
|
|
@@ -2023,49 +1983,43 @@ const SquareSolid = /*#__PURE__*/React.forwardRef(function SquareSolid(_ref83, r
|
|
|
2023
1983
|
viewBox: "0 0 32 32",
|
|
2024
1984
|
fill: "currentColor",
|
|
2025
1985
|
...rest
|
|
2026
|
-
},
|
|
2027
|
-
|
|
2028
|
-
|
|
1986
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1987
|
+
d: "M20 14L20 12 12 12 12 14 17.5 14 12 20 12 22 20 22 20 20 14.507 20 20 14z"
|
|
1988
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1989
|
+
d: "M24.5 3.965H26.499V9.036999999999999H24.5z",
|
|
1990
|
+
transform: "rotate(-44.945 25.5 6.5)"
|
|
1991
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1992
|
+
d: "M16,28A11,11,0,1,1,27,17,11.0125,11.0125,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9.01,9.01,0,0,0,16,8Z"
|
|
1993
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1994
|
+
d: "M3.965 5.501H9.036999999999999V7.5H3.965z",
|
|
1995
|
+
transform: "rotate(-45.055 6.5 6.5)"
|
|
2029
1996
|
})), children);
|
|
2030
1997
|
});
|
|
2031
1998
|
if (process.env.NODE_ENV !== "production") {
|
|
2032
|
-
|
|
1999
|
+
Snooze.propTypes = iconPropTypes4cbeb95d.i;
|
|
2033
2000
|
}
|
|
2034
|
-
const
|
|
2001
|
+
const Snow = /*#__PURE__*/React.forwardRef(function Snow(_ref84, ref) {
|
|
2035
2002
|
let {
|
|
2036
2003
|
children,
|
|
2037
2004
|
size = 16,
|
|
2038
2005
|
...rest
|
|
2039
2006
|
} = _ref84;
|
|
2040
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
2041
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2042
|
-
width: size,
|
|
2043
|
-
height: size,
|
|
2044
|
-
ref: ref,
|
|
2045
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2046
|
-
viewBox: "0 0 16 16",
|
|
2047
|
-
fill: "currentColor",
|
|
2048
|
-
...rest
|
|
2049
|
-
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2050
|
-
d: "M3 3H13V13H3z"
|
|
2051
|
-
})), children);
|
|
2052
|
-
}
|
|
2053
2007
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2054
2008
|
width: size,
|
|
2055
2009
|
height: size,
|
|
2056
2010
|
ref: ref,
|
|
2057
2011
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2058
|
-
viewBox: "0 0
|
|
2012
|
+
viewBox: "0 0 32 32",
|
|
2059
2013
|
fill: "currentColor",
|
|
2060
2014
|
...rest
|
|
2061
|
-
},
|
|
2062
|
-
d: "
|
|
2015
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
2016
|
+
d: "M23.5 22H8.5A6.5 6.5 0 017.2 9.14a9 9 0 0117.6 0A6.5 6.5 0 0123.5 22zM16 4a7 7 0 00-6.94 6.14L9 11 8.14 11a4.5 4.5 0 00.36 9h15a4.5 4.5 0 00.36-9L23 11l-.1-.82A7 7 0 0016 4zM12 25.05L10.95 24 9.5 25.45 8.05 24 7 25.05 8.45 26.5 7 27.95 8.05 29 9.5 27.55 10.95 29 12 27.95 10.55 26.5 12 25.05zM26 25.05L24.95 24 23.5 25.45 22.05 24 21 25.05 22.45 26.5 21 27.95 22.05 29 23.5 27.55 24.95 29 26 27.95 24.55 26.5 26 25.05zM19 27.05L17.95 26 16.5 27.45 15.05 26 14 27.05 15.45 28.5 14 29.95 15.05 31 16.5 29.55 17.95 31 19 29.95 17.55 28.5 19 27.05z"
|
|
2063
2017
|
})), children);
|
|
2064
2018
|
});
|
|
2065
2019
|
if (process.env.NODE_ENV !== "production") {
|
|
2066
|
-
|
|
2020
|
+
Snow.propTypes = iconPropTypes4cbeb95d.i;
|
|
2067
2021
|
}
|
|
2068
|
-
const
|
|
2022
|
+
const SnowBlizzard = /*#__PURE__*/React.forwardRef(function SnowBlizzard(_ref85, ref) {
|
|
2069
2023
|
let {
|
|
2070
2024
|
children,
|
|
2071
2025
|
size = 16,
|
|
@@ -2079,14 +2033,16 @@ const StackLimitation = /*#__PURE__*/React.forwardRef(function StackLimitation(_
|
|
|
2079
2033
|
viewBox: "0 0 32 32",
|
|
2080
2034
|
fill: "currentColor",
|
|
2081
2035
|
...rest
|
|
2082
|
-
},
|
|
2083
|
-
d: "
|
|
2036
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
2037
|
+
d: "M13 10H15V12H13zM15 12H17V14H15zM17 14H19V16H17zM17 10H19V12H17zM13 14H15V16H13zM3 26H5V28H3zM5 28H7V30H5zM7 30H9V32H7zM7 26H9V28H7zM3 30H5V32H3zM23 26H25V28H23zM25 28H27V30H25zM27 30H29V32H27zM27 26H29V28H27zM23 30H25V32H23zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM13 26H15V28H13zM15 28H17V30H15zM17 30H19V32H17zM17 26H19V28H17zM13 30H15V32H13z"
|
|
2038
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
2039
|
+
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z"
|
|
2084
2040
|
})), children);
|
|
2085
2041
|
});
|
|
2086
2042
|
if (process.env.NODE_ENV !== "production") {
|
|
2087
|
-
|
|
2043
|
+
SnowBlizzard.propTypes = iconPropTypes4cbeb95d.i;
|
|
2088
2044
|
}
|
|
2089
|
-
const
|
|
2045
|
+
const SnowHeavy = /*#__PURE__*/React.forwardRef(function SnowHeavy(_ref86, ref) {
|
|
2090
2046
|
let {
|
|
2091
2047
|
children,
|
|
2092
2048
|
size = 16,
|
|
@@ -2100,16 +2056,16 @@ const WatsonHealthStackedMove = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
2100
2056
|
viewBox: "0 0 32 32",
|
|
2101
2057
|
fill: "currentColor",
|
|
2102
2058
|
...rest
|
|
2103
|
-
},
|
|
2104
|
-
d: "
|
|
2105
|
-
})),
|
|
2106
|
-
d: "
|
|
2059
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
2060
|
+
d: "M4 26H6V28H4zM6 28H8V30H6zM8 30H10V32H8zM8 26H10V28H8zM4 30H6V32H4zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM14 26H16V28H14zM16 28H18V30H16zM18 30H20V32H18zM18 26H20V28H18zM14 30H16V32H14z"
|
|
2061
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
2062
|
+
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z"
|
|
2107
2063
|
})), children);
|
|
2108
2064
|
});
|
|
2109
2065
|
if (process.env.NODE_ENV !== "production") {
|
|
2110
|
-
|
|
2066
|
+
SnowHeavy.propTypes = iconPropTypes4cbeb95d.i;
|
|
2111
2067
|
}
|
|
2112
|
-
const
|
|
2068
|
+
const SnowScattered = /*#__PURE__*/React.forwardRef(function SnowScattered(_ref87, ref) {
|
|
2113
2069
|
let {
|
|
2114
2070
|
children,
|
|
2115
2071
|
size = 16,
|
|
@@ -2123,18 +2079,25 @@ const WatsonHealthStackedScrolling_1 = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
2123
2079
|
viewBox: "0 0 32 32",
|
|
2124
2080
|
fill: "currentColor",
|
|
2125
2081
|
...rest
|
|
2126
|
-
},
|
|
2127
|
-
d: "
|
|
2128
|
-
})),
|
|
2129
|
-
d: "
|
|
2130
|
-
|
|
2131
|
-
|
|
2082
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2083
|
+
d: "M2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2zM20 26H22V28H20zM22 28H24V30H22zM24 30H26V32H24zM24 26H26V28H24zM20 30H22V32H20zM11 26H13V28H11zM13 28H15V30H13zM15 30H17V32H15zM15 26H17V28H15zM11 30H13V32H11zM20 0H22V3H20zM29 10.001H32V12.001H29z"
|
|
2084
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2085
|
+
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
2086
|
+
transform: "rotate(-45 28.232 4.768)"
|
|
2087
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2088
|
+
d: "M26.732 16.233H29.732V18.233H26.732z",
|
|
2089
|
+
transform: "rotate(-135 28.232 17.233)"
|
|
2090
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2091
|
+
d: "M12.268 3.768H15.268V5.768H12.268z",
|
|
2092
|
+
transform: "rotate(-135 13.768 4.768)"
|
|
2093
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2094
|
+
d: "M27,11A5.9852,5.9852,0,0,0,16.1431,7.5083,7.3737,7.3737,0,0,0,13.5,7a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,24H19a5.9672,5.9672,0,0,0,5.5667-8.2A5.9722,5.9722,0,0,0,27,11ZM19,22H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,22Zm4.5222-7.9131a5.9592,5.9592,0,0,0-2.8728-1.8428,7.5212,7.5212,0,0,0-2.7224-3.78,3.9869,3.9869,0,1,1,5.5952,5.6225Z"
|
|
2132
2095
|
})), children);
|
|
2133
2096
|
});
|
|
2134
2097
|
if (process.env.NODE_ENV !== "production") {
|
|
2135
|
-
|
|
2098
|
+
SnowScattered.propTypes = iconPropTypes4cbeb95d.i;
|
|
2136
2099
|
}
|
|
2137
|
-
const
|
|
2100
|
+
const SnowScatteredNight = /*#__PURE__*/React.forwardRef(function SnowScatteredNight(_ref88, ref) {
|
|
2138
2101
|
let {
|
|
2139
2102
|
children,
|
|
2140
2103
|
size = 16,
|
|
@@ -2148,18 +2111,14 @@ const WatsonHealthStackedScrolling_2 = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
2148
2111
|
viewBox: "0 0 32 32",
|
|
2149
2112
|
fill: "currentColor",
|
|
2150
2113
|
...rest
|
|
2151
|
-
},
|
|
2152
|
-
d: "
|
|
2153
|
-
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2154
|
-
d: "M27,21H25V9H17V7h8a2,2,0,0,1,2,2Z"
|
|
2155
|
-
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2156
|
-
d: "M32,16H30V4H22V2h8a2,2,0,0,1,2,2Z"
|
|
2114
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2115
|
+
d: "M2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2zM20 26H22V28H20zM22 28H24V30H22zM24 30H26V32H24zM24 26H26V28H24zM20 30H22V32H20zM11 26H13V28H11zM13 28H15V30H13zM15 30H17V32H15zM15 26H17V28H15zM11 30H13V32H11zM29.8439 13.0347a1.517 1.517 0 00-1.23-.8658 5.3552 5.3552 0 01-3.4095-1.7158 6.4655 6.4655 0 01-1.286-6.3926 1.6025 1.6025 0 00-.2989-1.5459 1.4543 1.4543 0 00-1.36-.4931l-.0191.0039a7.7685 7.7685 0 00-5.8847 5.5737A7.3706 7.3706 0 0013.5 7a7.5511 7.5511 0 00-7.1494 5.2441A5.9926 5.9926 0 008 24H19a6.0066 6.0066 0 006-6c0-.0571-.0123-.1113-.0139-.1685a7.5076 7.5076 0 004.7611-3.2768A1.5369 1.5369 0 0029.8439 13.0347zM19 22H8a3.9926 3.9926 0 01-.6733-7.9292l.663-.1128.1456-.6562a5.496 5.496 0 0110.7294 0l.1456.6562.6626.1128A3.9925 3.9925 0 0119 22zm5.5974-6.1289a5.9661 5.9661 0 00-3.948-3.627 7.49 7.49 0 00-2.489-3.58 5.9018 5.9018 0 013.6381-4.4473 8.4577 8.4577 0 001.94 7.5967A7.4007 7.4007 0 0027.64 14.041 5.4487 5.4487 0 0124.5974 15.8711z"
|
|
2157
2116
|
})), children);
|
|
2158
2117
|
});
|
|
2159
2118
|
if (process.env.NODE_ENV !== "production") {
|
|
2160
|
-
|
|
2119
|
+
SnowScatteredNight.propTypes = iconPropTypes4cbeb95d.i;
|
|
2161
2120
|
}
|
|
2162
|
-
const
|
|
2121
|
+
const SnowDensity = /*#__PURE__*/React.forwardRef(function SnowDensity(_ref89, ref) {
|
|
2163
2122
|
let {
|
|
2164
2123
|
children,
|
|
2165
2124
|
size = 16,
|
|
@@ -2173,32 +2132,21 @@ const Stamp = /*#__PURE__*/React.forwardRef(function Stamp(_ref89, ref) {
|
|
|
2173
2132
|
viewBox: "0 0 32 32",
|
|
2174
2133
|
fill: "currentColor",
|
|
2175
2134
|
...rest
|
|
2176
|
-
},
|
|
2177
|
-
d: "
|
|
2135
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2136
|
+
d: "M16,28a9.0114,9.0114,0,0,1-9-9,9.9843,9.9843,0,0,1,1.4941-4.9554L15.1528,3.4367a1.04,1.04,0,0,1,1.6944,0l6.6289,10.5564A10.0633,10.0633,0,0,1,25,19,9.0114,9.0114,0,0,1,16,28ZM16,5.8483l-5.7817,9.2079A7.9771,7.9771,0,0,0,9,19a7,7,0,0,0,14,0,8.0615,8.0615,0,0,0-1.248-3.9953Z"
|
|
2137
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2138
|
+
d: "M20.6 16.8L19.4 15.2 17 17 17 14 15 14 15 17 12.6 15.2 11.4 16.8 14.333 19 11.4 21.2 12.6 22.8 15 21 15 24 17 24 17 21 19.4 22.8 20.6 21.2 17.667 19 20.6 16.8z"
|
|
2178
2139
|
})), children);
|
|
2179
2140
|
});
|
|
2180
2141
|
if (process.env.NODE_ENV !== "production") {
|
|
2181
|
-
|
|
2142
|
+
SnowDensity.propTypes = iconPropTypes4cbeb95d.i;
|
|
2182
2143
|
}
|
|
2183
|
-
const
|
|
2144
|
+
const Snowflake = /*#__PURE__*/React.forwardRef(function Snowflake(_ref90, ref) {
|
|
2184
2145
|
let {
|
|
2185
2146
|
children,
|
|
2186
2147
|
size = 16,
|
|
2187
2148
|
...rest
|
|
2188
2149
|
} = _ref90;
|
|
2189
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2190
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2191
|
-
width: size,
|
|
2192
|
-
height: size,
|
|
2193
|
-
ref: ref,
|
|
2194
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2195
|
-
viewBox: "0 0 16 16",
|
|
2196
|
-
fill: "currentColor",
|
|
2197
|
-
...rest
|
|
2198
|
-
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2199
|
-
d: "M8,3.3l1.4,2.8l0.2,0.5l0.5,0.1l3.1,0.4L11,9.2l-0.4,0.4l0.1,0.5l0.5,3.1l-2.8-1.4L8,11.5l-0.5,0.2l-2.8,1.4l0.5-3.1 l0.1-0.5L5,9.2L2.8,7l3.1-0.4l0.5-0.1L6.6,6L8,3.3 M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7 L8,1z"
|
|
2200
|
-
})), children);
|
|
2201
|
-
}
|
|
2202
2150
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2203
2151
|
width: size,
|
|
2204
2152
|
height: size,
|
|
@@ -2207,32 +2155,19 @@ const Star = /*#__PURE__*/React.forwardRef(function Star(_ref90, ref) {
|
|
|
2207
2155
|
viewBox: "0 0 32 32",
|
|
2208
2156
|
fill: "currentColor",
|
|
2209
2157
|
...rest
|
|
2210
|
-
},
|
|
2211
|
-
d: "
|
|
2158
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2159
|
+
d: "M21.4148,12H28V10H23.4148l4.5857-4.5854L26.5864,4,22,8.5869V4H20v6.5869L18.5867,12H17V8H15v4H13.4133L12,10.5869V4H10V8.5869L5.4136,4,4,5.4146,8.5852,10H4v2h6.5852L12,13.415V15H8v2h4v1.5869L10.5867,20H4v2H8.5867L4,26.5864l1.4141,1.4141L10,23.415V28h2V21.415L13.4148,20H15v4h2V20h1.5852L20,21.415V28h2V23.415l4.5854,4.5855L28,26.5864,23.4133,22H28V20H21.4133L20,18.5869V17h4V15H20V13.415ZM18,18H14V14h4Z"
|
|
2212
2160
|
})), children);
|
|
2213
2161
|
});
|
|
2214
2162
|
if (process.env.NODE_ENV !== "production") {
|
|
2215
|
-
|
|
2163
|
+
Snowflake.propTypes = iconPropTypes4cbeb95d.i;
|
|
2216
2164
|
}
|
|
2217
|
-
const
|
|
2165
|
+
const Soccer = /*#__PURE__*/React.forwardRef(function Soccer(_ref91, ref) {
|
|
2218
2166
|
let {
|
|
2219
2167
|
children,
|
|
2220
2168
|
size = 16,
|
|
2221
2169
|
...rest
|
|
2222
2170
|
} = _ref91;
|
|
2223
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2224
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2225
|
-
width: size,
|
|
2226
|
-
height: size,
|
|
2227
|
-
ref: ref,
|
|
2228
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2229
|
-
viewBox: "0 0 16 16",
|
|
2230
|
-
fill: "currentColor",
|
|
2231
|
-
...rest
|
|
2232
|
-
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2233
|
-
d: "M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7L8,1z"
|
|
2234
|
-
})), children);
|
|
2235
|
-
}
|
|
2236
2171
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2237
2172
|
width: size,
|
|
2238
2173
|
height: size,
|
|
@@ -2241,32 +2176,26 @@ const StarFilled = /*#__PURE__*/React.forwardRef(function StarFilled(_ref91, ref
|
|
|
2241
2176
|
viewBox: "0 0 32 32",
|
|
2242
2177
|
fill: "currentColor",
|
|
2243
2178
|
...rest
|
|
2244
|
-
},
|
|
2245
|
-
|
|
2179
|
+
}, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
2180
|
+
cx: "17",
|
|
2181
|
+
cy: "28",
|
|
2182
|
+
r: "2"
|
|
2183
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2184
|
+
d: "M7.55 17.5H15.45V19.5H7.55z",
|
|
2185
|
+
transform: "rotate(-45 11.5 18.5)"
|
|
2186
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2187
|
+
d: "M28 16.584L19.4143 8H6v2H18.5857l3 3L6 28.5859 7.4141 30 23 14.415 26.584 18 23 21.5859 24.4141 23 28 19.416A2.0044 2.0044 0 0028 16.584zM24.5 9A3.5 3.5 0 1128 5.5 3.504 3.504 0 0124.5 9zm0-5A1.5 1.5 0 1026 5.5 1.5017 1.5017 0 0024.5 4z"
|
|
2246
2188
|
})), children);
|
|
2247
2189
|
});
|
|
2248
2190
|
if (process.env.NODE_ENV !== "production") {
|
|
2249
|
-
|
|
2191
|
+
Soccer.propTypes = iconPropTypes4cbeb95d.i;
|
|
2250
2192
|
}
|
|
2251
|
-
const
|
|
2193
|
+
const SoftwareResource = /*#__PURE__*/React.forwardRef(function SoftwareResource(_ref92, ref) {
|
|
2252
2194
|
let {
|
|
2253
2195
|
children,
|
|
2254
2196
|
size = 16,
|
|
2255
2197
|
...rest
|
|
2256
2198
|
} = _ref92;
|
|
2257
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2258
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2259
|
-
width: size,
|
|
2260
|
-
height: size,
|
|
2261
|
-
ref: ref,
|
|
2262
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2263
|
-
viewBox: "0 0 16 16",
|
|
2264
|
-
fill: "currentColor",
|
|
2265
|
-
...rest
|
|
2266
|
-
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2267
|
-
d: "M5.7 5.6L0.6 6.3 4.3 9.9 3.5 15 8 12.6 8 1z"
|
|
2268
|
-
})), children);
|
|
2269
|
-
}
|
|
2270
2199
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2271
2200
|
width: size,
|
|
2272
2201
|
height: size,
|
|
@@ -2275,14 +2204,14 @@ const StarHalf = /*#__PURE__*/React.forwardRef(function StarHalf(_ref92, ref) {
|
|
|
2275
2204
|
viewBox: "0 0 32 32",
|
|
2276
2205
|
fill: "currentColor",
|
|
2277
2206
|
...rest
|
|
2278
|
-
},
|
|
2279
|
-
d: "
|
|
2207
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2208
|
+
d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z"
|
|
2280
2209
|
})), children);
|
|
2281
2210
|
});
|
|
2282
2211
|
if (process.env.NODE_ENV !== "production") {
|
|
2283
|
-
|
|
2212
|
+
SoftwareResource.propTypes = iconPropTypes4cbeb95d.i;
|
|
2284
2213
|
}
|
|
2285
|
-
const
|
|
2214
|
+
const SoftwareResourceCluster = /*#__PURE__*/React.forwardRef(function SoftwareResourceCluster(_ref93, ref) {
|
|
2286
2215
|
let {
|
|
2287
2216
|
children,
|
|
2288
2217
|
size = 16,
|
|
@@ -2296,16 +2225,14 @@ const StarReview = /*#__PURE__*/React.forwardRef(function StarReview(_ref93, ref
|
|
|
2296
2225
|
viewBox: "0 0 32 32",
|
|
2297
2226
|
fill: "currentColor",
|
|
2298
2227
|
...rest
|
|
2299
|
-
},
|
|
2300
|
-
d: "
|
|
2301
|
-
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2302
|
-
d: "M20.549 11.217L16 2 11.451 11.217 1.28 12.695 8.64 19.87 6.902 30 14 26.269 14 24.009 9.559 26.344 10.611 20.208 10.789 19.171 10.036 18.438 5.578 14.091 11.739 13.196 12.779 13.045 13.245 12.102 16 6.519 18.755 12.102 19.221 13.045 20.261 13.196 27.715 14.281 28 12.3 20.549 11.217z"
|
|
2228
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2229
|
+
d: "M24 21c-.5 0-1-.2-1.4-.6l-3-3C19.2 17 19 16.5 19 16s.2-1 .6-1.4l3-3C23 11.2 23.5 11 24 11c.5 0 1 .2 1.4.6l3 3C28.8 15 29 15.5 29 16c0 .5-.2 1-.6 1.4l-3 3C25 20.8 24.5 21 24 21zM24 13l-3 3 3 3 3-3L24 13zM16 13c-.5 0-1-.2-1.4-.6l-3-3C11.2 9 11 8.5 11 8s.2-1 .6-1.4l3-3C15 3.2 15.5 3 16 3c.5 0 1 .2 1.4.6l3 3C20.8 7 21 7.5 21 8c0 .5-.2 1-.6 1.4l-3 3C17 12.8 16.5 13 16 13zM16 5l-3 3 3 3 3-3L16 5zM16 29c-.5 0-1-.2-1.4-.6l-3-3C11.2 25 11 24.5 11 24s.2-1 .6-1.4l3-3C15 19.2 15.5 19 16 19c.5 0 1 .2 1.4.6l3 3C20.8 23 21 23.5 21 24c0 .5-.2 1-.6 1.4l-3 3C17 28.8 16.5 29 16 29zM16 21l-3 3 3 3 3-3L16 21zM8 21c-.5 0-1-.2-1.4-.6l-3-3C3.2 17 3 16.5 3 16s.2-1 .6-1.4l3-3C7 11.2 7.5 11 8 11c.5 0 1 .2 1.4.6l3 3C12.8 15 13 15.5 13 16c0 .5-.2 1-.6 1.4l-3 3C9 20.8 8.5 21 8 21zM8 13l-3 3 3 3 3-3L8 13z"
|
|
2303
2230
|
})), children);
|
|
2304
2231
|
});
|
|
2305
2232
|
if (process.env.NODE_ENV !== "production") {
|
|
2306
|
-
|
|
2233
|
+
SoftwareResourceCluster.propTypes = iconPropTypes4cbeb95d.i;
|
|
2307
2234
|
}
|
|
2308
|
-
const
|
|
2235
|
+
const SoftwareResourceResource = /*#__PURE__*/React.forwardRef(function SoftwareResourceResource(_ref94, ref) {
|
|
2309
2236
|
let {
|
|
2310
2237
|
children,
|
|
2311
2238
|
size = 16,
|
|
@@ -2319,16 +2246,32 @@ const WatsonHealthStatusAcknowledge = /*#__PURE__*/React.forwardRef(function Wat
|
|
|
2319
2246
|
viewBox: "0 0 32 32",
|
|
2320
2247
|
fill: "currentColor",
|
|
2321
2248
|
...rest
|
|
2322
|
-
},
|
|
2323
|
-
d: "
|
|
2324
|
-
|
|
2325
|
-
|
|
2249
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2250
|
+
d: "M6.9 8.3H11.7V10.3H6.9z",
|
|
2251
|
+
transform: "rotate(-45.001 9.293 9.293)"
|
|
2252
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2253
|
+
d: "M4.9,19.7l-2.3-2.3C2.2,17,2,16.5,2,16s0.2-1,0.6-1.4l2.3-2.3l1.4,1.4L4,16l2.3,2.3L4.9,19.7z"
|
|
2254
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2255
|
+
d: "M8.3 20.3H10.3V25.1H8.3z",
|
|
2256
|
+
transform: "rotate(-45.001 9.293 22.707)"
|
|
2257
|
+
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2258
|
+
d: "M16,30c-0.5,0-1-0.2-1.4-0.6l-2.3-2.3l1.4-1.4L16,28l2.3-2.3l1.4,1.4l-2.3,2.3C17,29.8,16.5,30,16,30z"
|
|
2259
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2260
|
+
d: "M20.3 21.7H25.1V23.7H20.3z",
|
|
2261
|
+
transform: "rotate(-45.001 22.707 22.707)"
|
|
2262
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2263
|
+
d: "M27.1,19.7l-1.4-1.4L28,16l-2.3-2.3l1.4-1.4l2.3,2.3C29.8,15,30,15.5,30,16s-0.2,1-0.6,1.4L27.1,19.7z"
|
|
2264
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2265
|
+
d: "M21.7 6.9H23.7V11.7H21.7z",
|
|
2266
|
+
transform: "rotate(-45.001 22.707 9.293)"
|
|
2267
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2268
|
+
d: "M16,2c-0.5,0-1,0.2-1.4,0.6l-2.3,2.3l1.4,1.4L16,4l2.3,2.3l1.4-1.4l-2.3-2.3C17,2.2,16.5,2,16,2z"
|
|
2326
2269
|
})), children);
|
|
2327
2270
|
});
|
|
2328
2271
|
if (process.env.NODE_ENV !== "production") {
|
|
2329
|
-
|
|
2272
|
+
SoftwareResourceResource.propTypes = iconPropTypes4cbeb95d.i;
|
|
2330
2273
|
}
|
|
2331
|
-
const
|
|
2274
|
+
const SoilMoisture = /*#__PURE__*/React.forwardRef(function SoilMoisture(_ref95, ref) {
|
|
2332
2275
|
let {
|
|
2333
2276
|
children,
|
|
2334
2277
|
size = 16,
|
|
@@ -2342,14 +2285,48 @@ const WatsonHealthStatusChange = /*#__PURE__*/React.forwardRef(function WatsonHe
|
|
|
2342
2285
|
viewBox: "0 0 32 32",
|
|
2343
2286
|
fill: "currentColor",
|
|
2344
2287
|
...rest
|
|
2345
|
-
},
|
|
2346
|
-
d: "
|
|
2288
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2289
|
+
d: "M24.5,28A5.385,5.385,0,0,1,19,22.751a5.3837,5.3837,0,0,1,.874-2.8308L23.49,14.5383a1.217,1.217,0,0,1,2.02,0L29.06,19.8154A5.4923,5.4923,0,0,1,30,22.751,5.385,5.385,0,0,1,24.5,28Zm0-11.38-2.9356,4.3672A3.3586,3.3586,0,0,0,21,22.751a3.51,3.51,0,0,0,7,0,3.4356,3.4356,0,0,0-.63-1.867Z"
|
|
2290
|
+
})), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
|
2291
|
+
cx: "5",
|
|
2292
|
+
cy: "13",
|
|
2293
|
+
r: "1"
|
|
2294
|
+
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
|
2295
|
+
cx: "11",
|
|
2296
|
+
cy: "19",
|
|
2297
|
+
r: "1"
|
|
2298
|
+
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
2299
|
+
cx: "15",
|
|
2300
|
+
cy: "25",
|
|
2301
|
+
r: "1"
|
|
2302
|
+
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
2303
|
+
cx: "17",
|
|
2304
|
+
cy: "15",
|
|
2305
|
+
r: "1"
|
|
2306
|
+
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
2307
|
+
cx: "13",
|
|
2308
|
+
cy: "11",
|
|
2309
|
+
r: "1"
|
|
2310
|
+
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
2311
|
+
cx: "27",
|
|
2312
|
+
cy: "11",
|
|
2313
|
+
r: "1"
|
|
2314
|
+
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
|
2315
|
+
cx: "9",
|
|
2316
|
+
cy: "27",
|
|
2317
|
+
r: "1"
|
|
2318
|
+
})), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
|
|
2319
|
+
cx: "3",
|
|
2320
|
+
cy: "21",
|
|
2321
|
+
r: "1"
|
|
2322
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2323
|
+
d: "M2 6H30V8H2z"
|
|
2347
2324
|
})), children);
|
|
2348
2325
|
});
|
|
2349
2326
|
if (process.env.NODE_ENV !== "production") {
|
|
2350
|
-
|
|
2327
|
+
SoilMoisture.propTypes = iconPropTypes4cbeb95d.i;
|
|
2351
2328
|
}
|
|
2352
|
-
const
|
|
2329
|
+
const SoilMoistureField = /*#__PURE__*/React.forwardRef(function SoilMoistureField(_ref96, ref) {
|
|
2353
2330
|
let {
|
|
2354
2331
|
children,
|
|
2355
2332
|
size = 16,
|
|
@@ -2363,16 +2340,14 @@ const WatsonHealthStatusPartialFail = /*#__PURE__*/React.forwardRef(function Wat
|
|
|
2363
2340
|
viewBox: "0 0 32 32",
|
|
2364
2341
|
fill: "currentColor",
|
|
2365
2342
|
...rest
|
|
2366
|
-
},
|
|
2367
|
-
d: "
|
|
2368
|
-
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2369
|
-
d: "M30,16H28A12,12,0,0,0,4,16H2a14,14,0,0,1,28,0Z"
|
|
2343
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2344
|
+
d: "M24.5 30a5.202 5.202 0 01-4.626-8.08L23.49 16.5382a1.217 1.217 0 012.02 0L29.06 21.8154A5.4921 5.4921 0 0130 24.751 5.385 5.385 0 0124.5 30zm0-11.38l-2.9356 4.3672A3.2079 3.2079 0 0024.5 28 3.3855 3.3855 0 0028 24.751a3.4354 3.4354 0 00-.63-1.867zM11 16V11h1a4.0045 4.0045 0 004-4V4H13a3.9779 3.9779 0 00-2.7468 1.1067A6.0034 6.0034 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.002 2.002 0 0113 6zM8 9A4.0045 4.0045 0 014 5V4H5A4.0045 4.0045 0 019 8V9zM2 21H16V23H2zM2 26H16V28H2z"
|
|
2370
2345
|
})), children);
|
|
2371
2346
|
});
|
|
2372
2347
|
if (process.env.NODE_ENV !== "production") {
|
|
2373
|
-
|
|
2348
|
+
SoilMoistureField.propTypes = iconPropTypes4cbeb95d.i;
|
|
2374
2349
|
}
|
|
2375
|
-
const
|
|
2350
|
+
const SoilMoistureGlobal = /*#__PURE__*/React.forwardRef(function SoilMoistureGlobal(_ref97, ref) {
|
|
2376
2351
|
let {
|
|
2377
2352
|
children,
|
|
2378
2353
|
size = 16,
|
|
@@ -2386,16 +2361,18 @@ const WatsonHealthStatusResolved = /*#__PURE__*/React.forwardRef(function Watson
|
|
|
2386
2361
|
viewBox: "0 0 32 32",
|
|
2387
2362
|
fill: "currentColor",
|
|
2388
2363
|
...rest
|
|
2389
|
-
},
|
|
2390
|
-
d: "
|
|
2391
|
-
})),
|
|
2392
|
-
d: "
|
|
2364
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2365
|
+
d: "M25 30a4.7347 4.7347 0 01-4.2075-7.35l3.3687-5.1942a1 1 0 011.6779 0l3.3152 5.11A4.9753 4.9753 0 0130 25.2231 4.8979 4.8979 0 0125 30zm0-10.1629l-2.5078 3.8662A2.9264 2.9264 0 1028 25.2231a2.96 2.96 0 00-.5444-1.6028zM11 24H9A17.0192 17.0192 0 0126 7h4V9H26A15.017 15.017 0 0011 24z"
|
|
2366
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2367
|
+
d: "M16,24H14A12.0137,12.0137,0,0,1,26,12h4v2H26A10.0113,10.0113,0,0,0,16,24Z"
|
|
2368
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2369
|
+
d: "M26,2A21.8625,21.8625,0,0,0,13.9993,5.5757,21.856,21.856,0,0,0,2,2V4A19.8735,19.8735,0,0,1,12.2622,6.835,22.1514,22.1514,0,0,0,9.9475,8.979,17.001,17.001,0,0,0,2,7V9a15.0142,15.0142,0,0,1,6.6191,1.5366,22.0768,22.0768,0,0,0-1.7016,2.5371A12.0319,12.0319,0,0,0,2,12v2a9.8838,9.8838,0,0,1,4.0007.8506A21.861,21.861,0,0,0,4,24H6A20.0226,20.0226,0,0,1,26,4h4V2Z"
|
|
2393
2370
|
})), children);
|
|
2394
2371
|
});
|
|
2395
2372
|
if (process.env.NODE_ENV !== "production") {
|
|
2396
|
-
|
|
2373
|
+
SoilMoistureGlobal.propTypes = iconPropTypes4cbeb95d.i;
|
|
2397
2374
|
}
|
|
2398
|
-
const
|
|
2375
|
+
const SoilTemperature = /*#__PURE__*/React.forwardRef(function SoilTemperature(_ref98, ref) {
|
|
2399
2376
|
let {
|
|
2400
2377
|
children,
|
|
2401
2378
|
size = 16,
|
|
@@ -2409,16 +2386,42 @@ const StayInside = /*#__PURE__*/React.forwardRef(function StayInside(_ref98, ref
|
|
|
2409
2386
|
viewBox: "0 0 32 32",
|
|
2410
2387
|
fill: "currentColor",
|
|
2411
2388
|
...rest
|
|
2412
|
-
},
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2389
|
+
}, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
|
2390
|
+
cx: "5",
|
|
2391
|
+
cy: "13",
|
|
2392
|
+
r: "1"
|
|
2393
|
+
})), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
|
|
2394
|
+
cx: "11",
|
|
2395
|
+
cy: "19",
|
|
2396
|
+
r: "1"
|
|
2397
|
+
})), _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
|
|
2398
|
+
cx: "15",
|
|
2399
|
+
cy: "25",
|
|
2400
|
+
r: "1"
|
|
2401
|
+
})), _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
|
|
2402
|
+
cx: "17",
|
|
2403
|
+
cy: "15",
|
|
2404
|
+
r: "1"
|
|
2405
|
+
})), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
|
|
2406
|
+
cx: "13",
|
|
2407
|
+
cy: "11",
|
|
2408
|
+
r: "1"
|
|
2409
|
+
})), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
|
|
2410
|
+
cx: "9",
|
|
2411
|
+
cy: "27",
|
|
2412
|
+
r: "1"
|
|
2413
|
+
})), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
|
|
2414
|
+
cx: "3",
|
|
2415
|
+
cy: "21",
|
|
2416
|
+
r: "1"
|
|
2417
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2418
|
+
d: "M25 30a4.9863 4.9863 0 01-3-8.98V15a3 3 0 016 0v6.02A4.9863 4.9863 0 0125 30zm0-16a1.0011 1.0011 0 00-1 1v7.13l-.4971.2893A2.9676 2.9676 0 0022 25a3 3 0 006 0 2.9676 2.9676 0 00-1.5029-2.5811L26 22.13V15A1.0011 1.0011 0 0025 14zM2 6H30V8H2z"
|
|
2416
2419
|
})), children);
|
|
2417
2420
|
});
|
|
2418
2421
|
if (process.env.NODE_ENV !== "production") {
|
|
2419
|
-
|
|
2422
|
+
SoilTemperature.propTypes = iconPropTypes4cbeb95d.i;
|
|
2420
2423
|
}
|
|
2421
|
-
const
|
|
2424
|
+
const SoilTemperatureField = /*#__PURE__*/React.forwardRef(function SoilTemperatureField(_ref99, ref) {
|
|
2422
2425
|
let {
|
|
2423
2426
|
children,
|
|
2424
2427
|
size = 16,
|
|
@@ -2432,14 +2435,14 @@ const StemLeafPlot = /*#__PURE__*/React.forwardRef(function StemLeafPlot(_ref99,
|
|
|
2432
2435
|
viewBox: "0 0 32 32",
|
|
2433
2436
|
fill: "currentColor",
|
|
2434
2437
|
...rest
|
|
2435
|
-
},
|
|
2436
|
-
d: "
|
|
2438
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2439
|
+
d: "M11 16V11h1a4.0045 4.0045 0 004-4V4H13a3.9779 3.9779 0 00-2.7468 1.1067A6.0034 6.0034 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.002 2.002 0 0113 6zM8 9A4.0045 4.0045 0 014 5V4H5A4.0045 4.0045 0 019 8V9zM2 21H16V23H2zM2 26H16V28H2zM25 30a4.9863 4.9863 0 01-3-8.98V15a3 3 0 016 0v6.02A4.9863 4.9863 0 0125 30zm0-16a1.0011 1.0011 0 00-1 1v7.13l-.4971.2893A2.9676 2.9676 0 0022 25a3 3 0 006 0 2.9676 2.9676 0 00-1.5029-2.5811L26 22.13V15A1.0011 1.0011 0 0025 14z"
|
|
2437
2440
|
})), children);
|
|
2438
2441
|
});
|
|
2439
2442
|
if (process.env.NODE_ENV !== "production") {
|
|
2440
|
-
|
|
2443
|
+
SoilTemperatureField.propTypes = iconPropTypes4cbeb95d.i;
|
|
2441
2444
|
}
|
|
2442
|
-
const
|
|
2445
|
+
const SoilTemperatureGlobal = /*#__PURE__*/React.forwardRef(function SoilTemperatureGlobal(_ref100, ref) {
|
|
2443
2446
|
let {
|
|
2444
2447
|
children,
|
|
2445
2448
|
size = 16,
|
|
@@ -2453,32 +2456,23 @@ const Stethoscope = /*#__PURE__*/React.forwardRef(function Stethoscope(_ref100,
|
|
|
2453
2456
|
viewBox: "0 0 32 32",
|
|
2454
2457
|
fill: "currentColor",
|
|
2455
2458
|
...rest
|
|
2456
|
-
},
|
|
2457
|
-
d: "
|
|
2459
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2460
|
+
d: "M25 30a4.9863 4.9863 0 01-3-8.98V15a3 3 0 016 0v6.02A4.9863 4.9863 0 0125 30zm0-16a1.0011 1.0011 0 00-1 1v7.13l-.4971.2893A2.9676 2.9676 0 0022 25a3 3 0 006 0 2.9676 2.9676 0 00-1.5029-2.5811L26 22.13V15A1.0011 1.0011 0 0025 14zM16 24H14a11.89 11.89 0 013.7642-8.7271l1.373 1.4542A9.909 9.909 0 0016 24z"
|
|
2461
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2462
|
+
d: "M11,24H9A17.0192,17.0192,0,0,1,26,7h4V9H26A15.017,15.017,0,0,0,11,24Z"
|
|
2463
|
+
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2464
|
+
d: "M26,2A21.8625,21.8625,0,0,0,13.9993,5.5757,21.856,21.856,0,0,0,2,2V4A19.8735,19.8735,0,0,1,12.2622,6.835,22.1514,22.1514,0,0,0,9.9475,8.979,17.001,17.001,0,0,0,2,7V9a15.0142,15.0142,0,0,1,6.6191,1.5366,22.0768,22.0768,0,0,0-1.7016,2.5371A12.0319,12.0319,0,0,0,2,12v2a9.8838,9.8838,0,0,1,4.0007.8506A21.861,21.861,0,0,0,4,24H6A20.0226,20.0226,0,0,1,26,4h4V2Z"
|
|
2458
2465
|
})), children);
|
|
2459
2466
|
});
|
|
2460
2467
|
if (process.env.NODE_ENV !== "production") {
|
|
2461
|
-
|
|
2468
|
+
SoilTemperatureGlobal.propTypes = iconPropTypes4cbeb95d.i;
|
|
2462
2469
|
}
|
|
2463
|
-
const
|
|
2470
|
+
const SolarPanel = /*#__PURE__*/React.forwardRef(function SolarPanel(_ref101, ref) {
|
|
2464
2471
|
let {
|
|
2465
2472
|
children,
|
|
2466
2473
|
size = 16,
|
|
2467
2474
|
...rest
|
|
2468
2475
|
} = _ref101;
|
|
2469
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2470
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2471
|
-
width: size,
|
|
2472
|
-
height: size,
|
|
2473
|
-
ref: ref,
|
|
2474
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2475
|
-
viewBox: "0 0 16 16",
|
|
2476
|
-
fill: "currentColor",
|
|
2477
|
-
...rest
|
|
2478
|
-
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2479
|
-
d: "M12,4v8H4V4H12 M12,3H4C3.4,3,3,3.4,3,4v8c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1V4C13,3.4,12.6,3,12,3z"
|
|
2480
|
-
})), children);
|
|
2481
|
-
}
|
|
2482
2476
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2483
2477
|
width: size,
|
|
2484
2478
|
height: size,
|
|
@@ -2487,32 +2481,25 @@ const Stop = /*#__PURE__*/React.forwardRef(function Stop(_ref101, ref) {
|
|
|
2487
2481
|
viewBox: "0 0 32 32",
|
|
2488
2482
|
fill: "currentColor",
|
|
2489
2483
|
...rest
|
|
2490
|
-
},
|
|
2491
|
-
d: "
|
|
2484
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2485
|
+
d: "M30 26V14H13V26h5v2H2v2H30V28H25V26zm-5-2V21h3v3zm-2-3v3H20V21zm-3-2V16h3v3zm8 0H25V16h3zM18 16v3H15V16zm-3 8V21h3v3zm8 4H20V26h3zM9.3328 14.981A4 4 0 1116 12H14a2 2 0 10-3.3333 1.4907zM11 2H13V6H11zM2 11H6V13H2z"
|
|
2486
|
+
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2487
|
+
d: "M5.343 4.343H7.343V8.343H5.343z",
|
|
2488
|
+
transform: "rotate(-45 6.343 6.343)"
|
|
2489
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2490
|
+
d: "M16.657 4.343H18.657V8.343H16.657z",
|
|
2491
|
+
transform: "rotate(-135 17.657 6.343)"
|
|
2492
2492
|
})), children);
|
|
2493
2493
|
});
|
|
2494
2494
|
if (process.env.NODE_ENV !== "production") {
|
|
2495
|
-
|
|
2495
|
+
SolarPanel.propTypes = iconPropTypes4cbeb95d.i;
|
|
2496
2496
|
}
|
|
2497
|
-
const
|
|
2497
|
+
const SortAscending = /*#__PURE__*/React.forwardRef(function SortAscending(_ref102, ref) {
|
|
2498
2498
|
let {
|
|
2499
2499
|
children,
|
|
2500
2500
|
size = 16,
|
|
2501
2501
|
...rest
|
|
2502
2502
|
} = _ref102;
|
|
2503
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2504
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2505
|
-
width: size,
|
|
2506
|
-
height: size,
|
|
2507
|
-
ref: ref,
|
|
2508
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2509
|
-
viewBox: "0 0 16 16",
|
|
2510
|
-
fill: "currentColor",
|
|
2511
|
-
...rest
|
|
2512
|
-
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2513
|
-
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z"
|
|
2514
|
-
})), children);
|
|
2515
|
-
}
|
|
2516
2503
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2517
2504
|
width: size,
|
|
2518
2505
|
height: size,
|
|
@@ -2521,14 +2508,14 @@ const StopFilled = /*#__PURE__*/React.forwardRef(function StopFilled(_ref102, re
|
|
|
2521
2508
|
viewBox: "0 0 32 32",
|
|
2522
2509
|
fill: "currentColor",
|
|
2523
2510
|
...rest
|
|
2524
|
-
},
|
|
2525
|
-
d: "
|
|
2511
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2512
|
+
d: "M18 22L19.414 20.586 23 24.172 23 4 25 4 25 24.172 28.586 20.586 30 22 24 28 18 22zM2 18H16V20H2zM6 12H16V14H6zM10 6H16V8H10z"
|
|
2526
2513
|
})), children);
|
|
2527
2514
|
});
|
|
2528
2515
|
if (process.env.NODE_ENV !== "production") {
|
|
2529
|
-
|
|
2516
|
+
SortAscending.propTypes = iconPropTypes4cbeb95d.i;
|
|
2530
2517
|
}
|
|
2531
|
-
const
|
|
2518
|
+
const SortDescending = /*#__PURE__*/React.forwardRef(function SortDescending(_ref103, ref) {
|
|
2532
2519
|
let {
|
|
2533
2520
|
children,
|
|
2534
2521
|
size = 16,
|
|
@@ -2542,34 +2529,19 @@ const StopFilledAlt = /*#__PURE__*/React.forwardRef(function StopFilledAlt(_ref1
|
|
|
2542
2529
|
viewBox: "0 0 32 32",
|
|
2543
2530
|
fill: "currentColor",
|
|
2544
2531
|
...rest
|
|
2545
|
-
},
|
|
2546
|
-
d: "
|
|
2532
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2533
|
+
d: "M18 22L19.414 20.586 23 24.172 23 4 25 4 25 24.172 28.586 20.586 30 22 24 28 18 22zM2 6H16V8H2zM6 12H16V14H6zM10 18H16V20H10z"
|
|
2547
2534
|
})), children);
|
|
2548
2535
|
});
|
|
2549
2536
|
if (process.env.NODE_ENV !== "production") {
|
|
2550
|
-
|
|
2537
|
+
SortDescending.propTypes = iconPropTypes4cbeb95d.i;
|
|
2551
2538
|
}
|
|
2552
|
-
const
|
|
2539
|
+
const SortRemove = /*#__PURE__*/React.forwardRef(function SortRemove(_ref104, ref) {
|
|
2553
2540
|
let {
|
|
2554
2541
|
children,
|
|
2555
2542
|
size = 16,
|
|
2556
2543
|
...rest
|
|
2557
2544
|
} = _ref104;
|
|
2558
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2559
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2560
|
-
width: size,
|
|
2561
|
-
height: size,
|
|
2562
|
-
ref: ref,
|
|
2563
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2564
|
-
viewBox: "0 0 16 16",
|
|
2565
|
-
fill: "currentColor",
|
|
2566
|
-
...rest
|
|
2567
|
-
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2568
|
-
d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z"
|
|
2569
|
-
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2570
|
-
d: "M10,6v4H6V6H10 M10,5H6C5.4,5,5,5.4,5,6v4c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1V6C11,5.4,10.6,5,10,5z"
|
|
2571
|
-
})), children);
|
|
2572
|
-
}
|
|
2573
2545
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2574
2546
|
width: size,
|
|
2575
2547
|
height: size,
|
|
@@ -2578,36 +2550,19 @@ const StopOutline = /*#__PURE__*/React.forwardRef(function StopOutline(_ref104,
|
|
|
2578
2550
|
viewBox: "0 0 32 32",
|
|
2579
2551
|
fill: "currentColor",
|
|
2580
2552
|
...rest
|
|
2581
|
-
},
|
|
2582
|
-
d: "
|
|
2583
|
-
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2584
|
-
d: "M20,12v8H12V12h8m0-2H12a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V12a2,2,0,0,0-2-2Z"
|
|
2553
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2554
|
+
d: "M30 19.415L28.586 18 25 21.587 21.414 18 20 19.415 23.586 23 20 26.586 21.414 28 25 24.414 28.586 28 30 26.586 26.414 23 30 19.415zM10 18H16V20H10zM2 6H16V8H2zM6 12H16V14H6z"
|
|
2585
2555
|
})), children);
|
|
2586
2556
|
});
|
|
2587
2557
|
if (process.env.NODE_ENV !== "production") {
|
|
2588
|
-
|
|
2558
|
+
SortRemove.propTypes = iconPropTypes4cbeb95d.i;
|
|
2589
2559
|
}
|
|
2590
|
-
const
|
|
2560
|
+
const SpellCheck = /*#__PURE__*/React.forwardRef(function SpellCheck(_ref105, ref) {
|
|
2591
2561
|
let {
|
|
2592
2562
|
children,
|
|
2593
2563
|
size = 16,
|
|
2594
2564
|
...rest
|
|
2595
2565
|
} = _ref105;
|
|
2596
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2597
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2598
|
-
width: size,
|
|
2599
|
-
height: size,
|
|
2600
|
-
ref: ref,
|
|
2601
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2602
|
-
viewBox: "0 0 16 16",
|
|
2603
|
-
fill: "currentColor",
|
|
2604
|
-
...rest
|
|
2605
|
-
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2606
|
-
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z"
|
|
2607
|
-
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2608
|
-
d: "M6 6H10V10H6z"
|
|
2609
|
-
})), children);
|
|
2610
|
-
}
|
|
2611
2566
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2612
2567
|
width: size,
|
|
2613
2568
|
height: size,
|
|
@@ -2616,16 +2571,16 @@ const StopOutlineFilled = /*#__PURE__*/React.forwardRef(function StopOutlineFill
|
|
|
2616
2571
|
viewBox: "0 0 32 32",
|
|
2617
2572
|
fill: "currentColor",
|
|
2618
2573
|
...rest
|
|
2619
|
-
},
|
|
2620
|
-
d: "
|
|
2621
|
-
})),
|
|
2622
|
-
d: "M12
|
|
2574
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2575
|
+
d: "M20,22h2L17,10H15L10,22h2l1.24-3h5.53Zm-5.93-5,1.82-4.42h.25L18,17Z"
|
|
2576
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2577
|
+
d: "M12 28H6a2 2 0 01-2-2V6A2 2 0 016 4H26a2 2 0 012 2V17H26V6H6V26h6zM23 27.18L20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z"
|
|
2623
2578
|
})), children);
|
|
2624
2579
|
});
|
|
2625
2580
|
if (process.env.NODE_ENV !== "production") {
|
|
2626
|
-
|
|
2581
|
+
SpellCheck.propTypes = iconPropTypes4cbeb95d.i;
|
|
2627
2582
|
}
|
|
2628
|
-
const
|
|
2583
|
+
const WatsonHealthSpineLabel = /*#__PURE__*/React.forwardRef(function WatsonHealthSpineLabel(_ref106, ref) {
|
|
2629
2584
|
let {
|
|
2630
2585
|
children,
|
|
2631
2586
|
size = 16,
|
|
@@ -2639,14 +2594,14 @@ const StopSign = /*#__PURE__*/React.forwardRef(function StopSign(_ref106, ref) {
|
|
|
2639
2594
|
viewBox: "0 0 32 32",
|
|
2640
2595
|
fill: "currentColor",
|
|
2641
2596
|
...rest
|
|
2642
|
-
},
|
|
2643
|
-
d: "
|
|
2597
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2598
|
+
d: "M3 11L3 13 8.59 13 2.29 19.29 3.71 20.71 10 14.41 10 20 12 20 12 11 3 11zM26 13H23V12H21v1H18a2 2 0 00-2 2v2a2 2 0 002 2h3v1h2V19h3a2 2 0 002-2V15A2 2 0 0026 13zm-8 4V15h8v2zM26 23H23V22H21v1H18a2 2 0 00-2 2v2a2 2 0 002 2h3v1h2V29h3a2 2 0 002-2V25A2 2 0 0026 23zm-8 4V25h8v2zM26 3H23V2H21V3H18a2 2 0 00-2 2V7a2 2 0 002 2h3v1h2V9h3a2 2 0 002-2V5A2 2 0 0026 3zM18 7V5h8V7z"
|
|
2644
2599
|
})), children);
|
|
2645
2600
|
});
|
|
2646
2601
|
if (process.env.NODE_ENV !== "production") {
|
|
2647
|
-
|
|
2602
|
+
WatsonHealthSpineLabel.propTypes = iconPropTypes4cbeb95d.i;
|
|
2648
2603
|
}
|
|
2649
|
-
const
|
|
2604
|
+
const Split = /*#__PURE__*/React.forwardRef(function Split(_ref107, ref) {
|
|
2650
2605
|
let {
|
|
2651
2606
|
children,
|
|
2652
2607
|
size = 16,
|
|
@@ -2660,14 +2615,16 @@ const StopSignFilled = /*#__PURE__*/React.forwardRef(function StopSignFilled(_re
|
|
|
2660
2615
|
viewBox: "0 0 32 32",
|
|
2661
2616
|
fill: "currentColor",
|
|
2662
2617
|
...rest
|
|
2663
|
-
},
|
|
2664
|
-
d: "
|
|
2618
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2619
|
+
d: "M15 20H17V24H15zM15 14H17V18H15zM15 8H17V12H15z"
|
|
2620
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2621
|
+
d: "M28,16A12.01,12.01,0,0,0,17,4.0508V2H15V4.0508a11.99,11.99,0,0,0,0,23.8984V30h2V27.9492A12.01,12.01,0,0,0,28,16ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
|
|
2665
2622
|
})), children);
|
|
2666
2623
|
});
|
|
2667
2624
|
if (process.env.NODE_ENV !== "production") {
|
|
2668
|
-
|
|
2625
|
+
Split.propTypes = iconPropTypes4cbeb95d.i;
|
|
2669
2626
|
}
|
|
2670
|
-
const
|
|
2627
|
+
const WatsonHealthSplitDiscard = /*#__PURE__*/React.forwardRef(function WatsonHealthSplitDiscard(_ref108, ref) {
|
|
2671
2628
|
let {
|
|
2672
2629
|
children,
|
|
2673
2630
|
size = 16,
|
|
@@ -2681,16 +2638,14 @@ const StoragePool = /*#__PURE__*/React.forwardRef(function StoragePool(_ref108,
|
|
|
2681
2638
|
viewBox: "0 0 32 32",
|
|
2682
2639
|
fill: "currentColor",
|
|
2683
2640
|
...rest
|
|
2684
|
-
},
|
|
2685
|
-
d: "M28,
|
|
2686
|
-
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2687
|
-
d: "M17.5 13A3.5 3.5 0 1121 9.5 3.5041 3.5041 0 0117.5 13zm0-5A1.5 1.5 0 1019 9.5 1.5017 1.5017 0 0017.5 8zM14.5 26A3.5 3.5 0 1118 22.5 3.5041 3.5041 0 0114.5 26zm0-5A1.5 1.5 0 1016 22.5 1.5017 1.5017 0 0014.5 21zM9.5 18A3.5 3.5 0 1113 14.5 3.5041 3.5041 0 019.5 18zm0-5A1.5 1.5 0 1011 14.5 1.5017 1.5017 0 009.5 13zM22.5 21A3.5 3.5 0 1126 17.5 3.5041 3.5041 0 0122.5 21zm0-5A1.5 1.5 0 1024 17.5 1.5017 1.5017 0 0022.5 16z"
|
|
2641
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2642
|
+
d: "M28,16A12.01,12.01,0,0,0,17,4.0508V2H15V4.0508a11.99,11.99,0,0,0,0,23.8984V30h2V27.9492A12.01,12.01,0,0,0,28,16ZM16,26V6a10,10,0,0,1,0,20Z"
|
|
2688
2643
|
})), children);
|
|
2689
2644
|
});
|
|
2690
2645
|
if (process.env.NODE_ENV !== "production") {
|
|
2691
|
-
|
|
2646
|
+
WatsonHealthSplitDiscard.propTypes = iconPropTypes4cbeb95d.i;
|
|
2692
2647
|
}
|
|
2693
|
-
const
|
|
2648
|
+
const SplitScreen = /*#__PURE__*/React.forwardRef(function SplitScreen(_ref109, ref) {
|
|
2694
2649
|
let {
|
|
2695
2650
|
children,
|
|
2696
2651
|
size = 16,
|
|
@@ -2704,22 +2659,14 @@ const StorageRequest = /*#__PURE__*/React.forwardRef(function StorageRequest(_re
|
|
|
2704
2659
|
viewBox: "0 0 32 32",
|
|
2705
2660
|
fill: "currentColor",
|
|
2706
2661
|
...rest
|
|
2707
|
-
},
|
|
2708
|
-
d: "
|
|
2709
|
-
})), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
|
|
2710
|
-
cx: "7",
|
|
2711
|
-
cy: "12",
|
|
2712
|
-
r: "1"
|
|
2713
|
-
})), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
|
2714
|
-
cx: "7",
|
|
2715
|
-
cy: "20",
|
|
2716
|
-
r: "1"
|
|
2662
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2663
|
+
d: "M15 4H17V28H15zM10 7V25H4V7h6m0-2H4A2 2 0 002 7V25a2 2 0 002 2h6a2 2 0 002-2V7a2 2 0 00-2-2zM28 7V25H22V7h6m0-2H22a2 2 0 00-2 2V25a2 2 0 002 2h6a2 2 0 002-2V7a2 2 0 00-2-2z"
|
|
2717
2664
|
})), children);
|
|
2718
2665
|
});
|
|
2719
2666
|
if (process.env.NODE_ENV !== "production") {
|
|
2720
|
-
|
|
2667
|
+
SplitScreen.propTypes = iconPropTypes4cbeb95d.i;
|
|
2721
2668
|
}
|
|
2722
|
-
const
|
|
2669
|
+
const SprayPaint = /*#__PURE__*/React.forwardRef(function SprayPaint(_ref110, ref) {
|
|
2723
2670
|
let {
|
|
2724
2671
|
children,
|
|
2725
2672
|
size = 16,
|
|
@@ -2733,14 +2680,16 @@ const Store = /*#__PURE__*/React.forwardRef(function Store(_ref110, ref) {
|
|
|
2733
2680
|
viewBox: "0 0 32 32",
|
|
2734
2681
|
fill: "currentColor",
|
|
2735
2682
|
...rest
|
|
2736
|
-
},
|
|
2737
|
-
d: "
|
|
2683
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2684
|
+
d: "M22.5,23A4.5,4.5,0,1,1,27,18.5,4.505,4.505,0,0,1,22.5,23Zm0-7A2.5,2.5,0,1,0,25,18.5,2.5026,2.5026,0,0,0,22.5,16Z"
|
|
2685
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2686
|
+
d: "M28 8H26V3H19V8H17a2.002 2.002 0 00-2 2V28a2.0023 2.0023 0 002 2H28a2.0027 2.0027 0 002-2V10A2.0023 2.0023 0 0028 8zM21 5h3V8H21zM17 28V10H28l.002 18zM2 14H5V17H2zM7 9H10V12H7zM2 9H5V12H2zM12 4H15V7H12zM7 4H10V7H7zM2 4H5V7H2z"
|
|
2738
2687
|
})), children);
|
|
2739
2688
|
});
|
|
2740
2689
|
if (process.env.NODE_ENV !== "production") {
|
|
2741
|
-
|
|
2690
|
+
SprayPaint.propTypes = iconPropTypes4cbeb95d.i;
|
|
2742
2691
|
}
|
|
2743
|
-
const
|
|
2692
|
+
const Sprout = /*#__PURE__*/React.forwardRef(function Sprout(_ref111, ref) {
|
|
2744
2693
|
let {
|
|
2745
2694
|
children,
|
|
2746
2695
|
size = 16,
|
|
@@ -2754,14 +2703,14 @@ const StormTracker = /*#__PURE__*/React.forwardRef(function StormTracker(_ref111
|
|
|
2754
2703
|
viewBox: "0 0 32 32",
|
|
2755
2704
|
fill: "currentColor",
|
|
2756
2705
|
...rest
|
|
2757
|
-
},
|
|
2758
|
-
d: "
|
|
2706
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2707
|
+
d: "M25,2A11.01,11.01,0,0,0,14.7549,9.0244,6.9939,6.9939,0,0,0,9,6H6V9a7.0078,7.0078,0,0,0,7,7h1v9.0493a9.9229,9.9229,0,0,0-6.071,2.8794l1.414,1.4141a8,8,0,0,1,12.3086,1.2134l1.6616-1.1128A9.98,9.98,0,0,0,16,25.062V16h1A11.0125,11.0125,0,0,0,28,5V2ZM13,14A5.0057,5.0057,0,0,1,8,9V8H9a5.0054,5.0054,0,0,1,5,5v1ZM26,5a9.01,9.01,0,0,1-9,9H16V13a9.01,9.01,0,0,1,9-9h1Z"
|
|
2759
2708
|
})), children);
|
|
2760
2709
|
});
|
|
2761
2710
|
if (process.env.NODE_ENV !== "production") {
|
|
2762
|
-
|
|
2711
|
+
Sprout.propTypes = iconPropTypes4cbeb95d.i;
|
|
2763
2712
|
}
|
|
2764
|
-
const
|
|
2713
|
+
const SpyreAccelerator = /*#__PURE__*/React.forwardRef(function SpyreAccelerator(_ref112, ref) {
|
|
2765
2714
|
let {
|
|
2766
2715
|
children,
|
|
2767
2716
|
size = 16,
|
|
@@ -2775,18 +2724,14 @@ const StrategyPlay = /*#__PURE__*/React.forwardRef(function StrategyPlay(_ref112
|
|
|
2775
2724
|
viewBox: "0 0 32 32",
|
|
2776
2725
|
fill: "currentColor",
|
|
2777
2726
|
...rest
|
|
2778
|
-
},
|
|
2779
|
-
|
|
2780
|
-
d: "M12 3.415L10.586 2 7 5.587 3.414 2 2 3.415 5.586 7 2 10.586 3.414 12 7 8.414 10.586 12 12 10.586 8.414 7 12 3.415zM25 2l-5 5 1.4089 1.4189 2.5911-2.625v9.2061H8c-1.1028 0-2 .8975-2 2v3.1011c-2.2793.4644-4 2.4844-4 4.8989 0 2.7568 2.2429 5 5 5s5-2.2432 5-5c0-2.4146-1.7207-4.4346-4-4.8989v-3.1011h16c1.1028 0 2-.8975 2-2V5.8472l2.5911 2.5718 1.4089-1.4189-5-5zm-15 23c0 1.6543-1.3457 3-3 3s-3-1.3457-3-3 1.3457-3 3-3 3 1.3457 3 3z"
|
|
2781
|
-
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2782
|
-
strokeWidth: "0",
|
|
2783
|
-
d: "M30 21.415L28.586 20 25 23.587 21.414 20 20 21.415 23.586 25 20 28.586 21.414 30 25 26.414 28.586 30 30 28.586 26.414 25 30 21.415z"
|
|
2727
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2728
|
+
d: "M7,17c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM7,13c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM13,17c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM13,13c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM25,17c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM25,13c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM2,7v17h6v-3h3v4h16v-4h3V7H2ZM25,23h-12v-2h12v2ZM28,19H6v3h-2v-13h24v10ZM22,11h-6v6h6v-6ZM20,15h-2v-2h2v2Z"
|
|
2784
2729
|
})), children);
|
|
2785
2730
|
});
|
|
2786
2731
|
if (process.env.NODE_ENV !== "production") {
|
|
2787
|
-
|
|
2732
|
+
SpyreAccelerator.propTypes = iconPropTypes4cbeb95d.i;
|
|
2788
2733
|
}
|
|
2789
|
-
const
|
|
2734
|
+
const Sql = /*#__PURE__*/React.forwardRef(function Sql(_ref113, ref) {
|
|
2790
2735
|
let {
|
|
2791
2736
|
children,
|
|
2792
2737
|
size = 16,
|
|
@@ -2800,16 +2745,14 @@ const Strawberry = /*#__PURE__*/React.forwardRef(function Strawberry(_ref113, re
|
|
|
2800
2745
|
viewBox: "0 0 32 32",
|
|
2801
2746
|
fill: "currentColor",
|
|
2802
2747
|
...rest
|
|
2803
|
-
},
|
|
2804
|
-
d: "
|
|
2805
|
-
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2806
|
-
d: "M9 28a5.169 5.169 0 01-.7441-.054A5.0935 5.0935 0 014 22.8669V11.1985a7.1615 7.1615 0 016.31-7.1653 6.9607 6.9607 0 014.4643 1.0706l7.9688 4.9807a6.98 6.98 0 01-.6885 12.19l-10.88 5.2285A4.9765 4.9765 0 019 28zM11.002 6q-.2484 0-.5005.0241A5.1463 5.1463 0 006 11.1985V22.8669a3.0839 3.0839 0 002.5435 3.1 3.0266 3.0266 0 001.7622-.2649l10.8828-5.23a4.9807 4.9807 0 00.4887-8.6958L13.7046 6.7935A4.9687 4.9687 0 0011.002 6zM26 7H22a4.0045 4.0045 0 01-4-4V2h2V3a2.0021 2.0021 0 002 2h4z"
|
|
2748
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2749
|
+
d: "M24 21L24 9 22 9 22 23 30 23 30 21 24 21zM18 9H14a2 2 0 00-2 2V21a2 2 0 002 2h1v2a2 2 0 002 2h2V25H17V23h1a2 2 0 002-2V11A2 2 0 0018 9zM14 21V11h4V21zM8 23H2V21H8V17H4a2 2 0 01-2-2V11A2 2 0 014 9h6v2H4v4H8a2 2 0 012 2v4A2 2 0 018 23z"
|
|
2807
2750
|
})), children);
|
|
2808
2751
|
});
|
|
2809
2752
|
if (process.env.NODE_ENV !== "production") {
|
|
2810
|
-
|
|
2753
|
+
Sql.propTypes = iconPropTypes4cbeb95d.i;
|
|
2811
2754
|
}
|
|
2812
|
-
const
|
|
2755
|
+
const SquareOutline = /*#__PURE__*/React.forwardRef(function SquareOutline(_ref114, ref) {
|
|
2813
2756
|
let {
|
|
2814
2757
|
children,
|
|
2815
2758
|
size = 16,
|
|
@@ -2823,14 +2766,15 @@ const WatsonHealthStressBreathEditor = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
2823
2766
|
viewBox: "0 0 32 32",
|
|
2824
2767
|
fill: "currentColor",
|
|
2825
2768
|
...rest
|
|
2826
|
-
},
|
|
2827
|
-
|
|
2769
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2770
|
+
strokeWidth: "0",
|
|
2771
|
+
d: "m26,4H6c-1.1046,0-2,.8954-2,2v20c0,1.1046.8954,2,2,2h20c1.1046,0,2-.8954,2-2V6c0-1.1046-.8954-2-2-2ZM6,26V6h20v20H6Z"
|
|
2828
2772
|
})), children);
|
|
2829
2773
|
});
|
|
2830
2774
|
if (process.env.NODE_ENV !== "production") {
|
|
2831
|
-
|
|
2775
|
+
SquareOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
2832
2776
|
}
|
|
2833
|
-
const
|
|
2777
|
+
const SquareSolid = /*#__PURE__*/React.forwardRef(function SquareSolid(_ref115, ref) {
|
|
2834
2778
|
let {
|
|
2835
2779
|
children,
|
|
2836
2780
|
size = 16,
|
|
@@ -2844,35 +2788,49 @@ const StringInteger = /*#__PURE__*/React.forwardRef(function StringInteger(_ref1
|
|
|
2844
2788
|
viewBox: "0 0 32 32",
|
|
2845
2789
|
fill: "currentColor",
|
|
2846
2790
|
...rest
|
|
2847
|
-
},
|
|
2848
|
-
|
|
2791
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2792
|
+
fill: "none",
|
|
2793
|
+
d: "M0 32V0h32v32z"
|
|
2849
2794
|
})), children);
|
|
2850
2795
|
});
|
|
2851
2796
|
if (process.env.NODE_ENV !== "production") {
|
|
2852
|
-
|
|
2797
|
+
SquareSolid.propTypes = iconPropTypes4cbeb95d.i;
|
|
2853
2798
|
}
|
|
2854
|
-
const
|
|
2799
|
+
const SquareFill = /*#__PURE__*/React.forwardRef(function SquareFill(_ref116, ref) {
|
|
2855
2800
|
let {
|
|
2856
2801
|
children,
|
|
2857
2802
|
size = 16,
|
|
2858
2803
|
...rest
|
|
2859
2804
|
} = _ref116;
|
|
2805
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
2806
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2807
|
+
width: size,
|
|
2808
|
+
height: size,
|
|
2809
|
+
ref: ref,
|
|
2810
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2811
|
+
viewBox: "0 0 16 16",
|
|
2812
|
+
fill: "currentColor",
|
|
2813
|
+
...rest
|
|
2814
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2815
|
+
d: "M3 3H13V13H3z"
|
|
2816
|
+
})), children);
|
|
2817
|
+
}
|
|
2860
2818
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2861
2819
|
width: size,
|
|
2862
2820
|
height: size,
|
|
2863
2821
|
ref: ref,
|
|
2864
2822
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2865
|
-
viewBox: "0 0
|
|
2823
|
+
viewBox: "0 0 16 16",
|
|
2866
2824
|
fill: "currentColor",
|
|
2867
2825
|
...rest
|
|
2868
|
-
},
|
|
2869
|
-
d: "
|
|
2826
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2827
|
+
d: "M3 3H13V13H3z"
|
|
2870
2828
|
})), children);
|
|
2871
2829
|
});
|
|
2872
2830
|
if (process.env.NODE_ENV !== "production") {
|
|
2873
|
-
|
|
2831
|
+
SquareFill.propTypes = iconPropTypes4cbeb95d.i;
|
|
2874
2832
|
}
|
|
2875
|
-
const
|
|
2833
|
+
const StackLimitation = /*#__PURE__*/React.forwardRef(function StackLimitation(_ref117, ref) {
|
|
2876
2834
|
let {
|
|
2877
2835
|
children,
|
|
2878
2836
|
size = 16,
|
|
@@ -2886,14 +2844,14 @@ const WatsonHealthStudyNext = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
2886
2844
|
viewBox: "0 0 32 32",
|
|
2887
2845
|
fill: "currentColor",
|
|
2888
2846
|
...rest
|
|
2889
|
-
},
|
|
2890
|
-
d: "
|
|
2847
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2848
|
+
d: "M8 22H16V30H8zM24 12H20v2h4v2H21v2h3v2H20v2h4a2.0027 2.0027 0 002-2V14A2.0023 2.0023 0 0024 12zM16 20H8V12h8zm-6-2h4V14H10zM16 3.41L14.59 2 12 4.59 9.41 2 8 3.41 10.59 6 8 8.59 9.41 10 12 7.41 14.59 10 16 8.59 13.41 6 16 3.41z"
|
|
2891
2849
|
})), children);
|
|
2892
2850
|
});
|
|
2893
2851
|
if (process.env.NODE_ENV !== "production") {
|
|
2894
|
-
|
|
2852
|
+
StackLimitation.propTypes = iconPropTypes4cbeb95d.i;
|
|
2895
2853
|
}
|
|
2896
|
-
const
|
|
2854
|
+
const WatsonHealthStackedMove = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedMove(_ref118, ref) {
|
|
2897
2855
|
let {
|
|
2898
2856
|
children,
|
|
2899
2857
|
size = 16,
|
|
@@ -2907,14 +2865,16 @@ const WatsonHealthStudyPrevious = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
2907
2865
|
viewBox: "0 0 32 32",
|
|
2908
2866
|
fill: "currentColor",
|
|
2909
2867
|
...rest
|
|
2910
|
-
},
|
|
2911
|
-
d: "
|
|
2868
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2869
|
+
d: "M15,28H4a2,2,0,0,1-2-2V11A2,2,0,0,1,4,9H15a2,2,0,0,1,2,2V26A2,2,0,0,1,15,28ZM4,11V26H15V11Z"
|
|
2870
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2871
|
+
d: "M26,6,24.59,7.41,27,10H22V6a2,2,0,0,0-2-2H10V6H20V20h2V12h5l-2.41,2.59L26,16l5-5Z"
|
|
2912
2872
|
})), children);
|
|
2913
2873
|
});
|
|
2914
2874
|
if (process.env.NODE_ENV !== "production") {
|
|
2915
|
-
|
|
2875
|
+
WatsonHealthStackedMove.propTypes = iconPropTypes4cbeb95d.i;
|
|
2916
2876
|
}
|
|
2917
|
-
const
|
|
2877
|
+
const WatsonHealthStackedScrolling_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedScrolling_1(_ref119, ref) {
|
|
2918
2878
|
let {
|
|
2919
2879
|
children,
|
|
2920
2880
|
size = 16,
|
|
@@ -2928,16 +2888,18 @@ const WatsonHealthStudyRead = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
2928
2888
|
viewBox: "0 0 32 32",
|
|
2929
2889
|
fill: "currentColor",
|
|
2930
2890
|
...rest
|
|
2931
|
-
},
|
|
2932
|
-
d: "
|
|
2933
|
-
})),
|
|
2934
|
-
d: "
|
|
2891
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2892
|
+
d: "M18,30H4a2,2,0,0,1-2-2V14a2,2,0,0,1,2-2H18a2,2,0,0,1,2,2V28A2,2,0,0,1,18,30ZM4,14V28H18V14Z"
|
|
2893
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2894
|
+
d: "M25,23H23V9H9V7H23a2,2,0,0,1,2,2Z"
|
|
2895
|
+
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2896
|
+
d: "M30,16H28V4H16V2H28a2,2,0,0,1,2,2Z"
|
|
2935
2897
|
})), children);
|
|
2936
2898
|
});
|
|
2937
2899
|
if (process.env.NODE_ENV !== "production") {
|
|
2938
|
-
|
|
2900
|
+
WatsonHealthStackedScrolling_1.propTypes = iconPropTypes4cbeb95d.i;
|
|
2939
2901
|
}
|
|
2940
|
-
const
|
|
2902
|
+
const WatsonHealthStackedScrolling_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedScrolling_2(_ref120, ref) {
|
|
2941
2903
|
let {
|
|
2942
2904
|
children,
|
|
2943
2905
|
size = 16,
|
|
@@ -2951,16 +2913,18 @@ const WatsonHealthStudySkip = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
2951
2913
|
viewBox: "0 0 32 32",
|
|
2952
2914
|
fill: "currentColor",
|
|
2953
2915
|
...rest
|
|
2954
|
-
},
|
|
2955
|
-
d: "
|
|
2956
|
-
})),
|
|
2957
|
-
d: "
|
|
2916
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2917
|
+
d: "M8 30H2a2 2 0 01-2-2V14a2 2 0 012-2H8a2 2 0 012 2V28A2 2 0 018 30zM2 14V28H8V14zM20 30H14a2 2 0 01-2-2V14a2 2 0 012-2h6a2 2 0 012 2V28A2 2 0 0120 30zM14 14V28h6V14z"
|
|
2918
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2919
|
+
d: "M27,21H25V9H17V7h8a2,2,0,0,1,2,2Z"
|
|
2920
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2921
|
+
d: "M32,16H30V4H22V2h8a2,2,0,0,1,2,2Z"
|
|
2958
2922
|
})), children);
|
|
2959
2923
|
});
|
|
2960
2924
|
if (process.env.NODE_ENV !== "production") {
|
|
2961
|
-
|
|
2925
|
+
WatsonHealthStackedScrolling_2.propTypes = iconPropTypes4cbeb95d.i;
|
|
2962
2926
|
}
|
|
2963
|
-
const
|
|
2927
|
+
const Stamp = /*#__PURE__*/React.forwardRef(function Stamp(_ref121, ref) {
|
|
2964
2928
|
let {
|
|
2965
2929
|
children,
|
|
2966
2930
|
size = 16,
|
|
@@ -2974,23 +2938,32 @@ const WatsonHealthStudyTransfer = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
2974
2938
|
viewBox: "0 0 32 32",
|
|
2975
2939
|
fill: "currentColor",
|
|
2976
2940
|
...rest
|
|
2977
|
-
},
|
|
2978
|
-
d: "
|
|
2979
|
-
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2980
|
-
d: "M2.586 19.414L7.165 24 2.586 28.586 4 30 10 24 4 18 2.586 19.414zM12 14L12 12 17 12 17 10 14 10 14 8 17 8 17 6 19 6 19 8 22 8 22 10 19 10 19 12 24 12 24 14 19 14 19 16 24 16 24 18 19 18 19 20 22 20 22 22 17 22 17 18 14 18 14 16 17 16 17 14 12 14z"
|
|
2981
|
-
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2982
|
-
d: "M19,24h9V4H8V16H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V24a2,2,0,0,1-2,2H19Z"
|
|
2941
|
+
}, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2942
|
+
d: "M26,18H20V14.8982a7.4938,7.4938,0,0,1,1.1587-3.8542,5.9751,5.9751,0,0,0-1.3735-7.7006,5.9968,5.9968,0,0,0-9.6829,3.54,5.91,5.91,0,0,0,.7478,4.175A7.2573,7.2573,0,0,1,12,14.7942V18H6a2.002,2.002,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2v2a2.0025,2.0025,0,0,0,2,2H24a2.0025,2.0025,0,0,0,2-2V26a2.0025,2.0025,0,0,0,2-2V20A2.002,2.002,0,0,0,26,18ZM12.07,7.244a3.9994,3.9994,0,1,1,7.3728,2.7731A9.76,9.76,0,0,0,18.0664,14H13.94a9.5433,9.5433,0,0,0-1.376-3.9736A3.9366,3.9366,0,0,1,12.07,7.244ZM18,16v2H14V16Zm6,12H8V26H24ZM6,24V20H26v4Z"
|
|
2983
2943
|
})), children);
|
|
2984
2944
|
});
|
|
2985
2945
|
if (process.env.NODE_ENV !== "production") {
|
|
2986
|
-
|
|
2946
|
+
Stamp.propTypes = iconPropTypes4cbeb95d.i;
|
|
2987
2947
|
}
|
|
2988
|
-
const
|
|
2948
|
+
const Star = /*#__PURE__*/React.forwardRef(function Star(_ref122, ref) {
|
|
2989
2949
|
let {
|
|
2990
2950
|
children,
|
|
2991
2951
|
size = 16,
|
|
2992
2952
|
...rest
|
|
2993
2953
|
} = _ref122;
|
|
2954
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2955
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2956
|
+
width: size,
|
|
2957
|
+
height: size,
|
|
2958
|
+
ref: ref,
|
|
2959
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2960
|
+
viewBox: "0 0 16 16",
|
|
2961
|
+
fill: "currentColor",
|
|
2962
|
+
...rest
|
|
2963
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2964
|
+
d: "M8,3.3l1.4,2.8l0.2,0.5l0.5,0.1l3.1,0.4L11,9.2l-0.4,0.4l0.1,0.5l0.5,3.1l-2.8-1.4L8,11.5l-0.5,0.2l-2.8,1.4l0.5-3.1 l0.1-0.5L5,9.2L2.8,7l3.1-0.4l0.5-0.1L6.6,6L8,3.3 M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7 L8,1z"
|
|
2965
|
+
})), children);
|
|
2966
|
+
}
|
|
2994
2967
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2995
2968
|
width: size,
|
|
2996
2969
|
height: size,
|
|
@@ -2999,21 +2972,32 @@ const WatsonHealthStudyUnread = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
2999
2972
|
viewBox: "0 0 32 32",
|
|
3000
2973
|
fill: "currentColor",
|
|
3001
2974
|
...rest
|
|
3002
|
-
},
|
|
3003
|
-
d: "
|
|
3004
|
-
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
3005
|
-
d: "M15,24H4V4H24V15h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H15Z"
|
|
2975
|
+
}, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2976
|
+
d: "M16,6.52l2.76,5.58.46,1,1,.15,6.16.89L22,18.44l-.75.73.18,1,1.05,6.13-5.51-2.89L16,23l-.93.49L9.56,26.34l1-6.13.18-1L10,18.44,5.58,14.09l6.16-.89,1-.15.46-1L16,6.52M16,2l-4.55,9.22L1.28,12.69l7.36,7.18L6.9,30,16,25.22,25.1,30,23.36,19.87l7.36-7.17L20.55,11.22Z"
|
|
3006
2977
|
})), children);
|
|
3007
2978
|
});
|
|
3008
2979
|
if (process.env.NODE_ENV !== "production") {
|
|
3009
|
-
|
|
2980
|
+
Star.propTypes = iconPropTypes4cbeb95d.i;
|
|
3010
2981
|
}
|
|
3011
|
-
const
|
|
2982
|
+
const StarFilled = /*#__PURE__*/React.forwardRef(function StarFilled(_ref123, ref) {
|
|
3012
2983
|
let {
|
|
3013
2984
|
children,
|
|
3014
2985
|
size = 16,
|
|
3015
2986
|
...rest
|
|
3016
2987
|
} = _ref123;
|
|
2988
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2989
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2990
|
+
width: size,
|
|
2991
|
+
height: size,
|
|
2992
|
+
ref: ref,
|
|
2993
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2994
|
+
viewBox: "0 0 16 16",
|
|
2995
|
+
fill: "currentColor",
|
|
2996
|
+
...rest
|
|
2997
|
+
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2998
|
+
d: "M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7L8,1z"
|
|
2999
|
+
})), children);
|
|
3000
|
+
}
|
|
3017
3001
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
3018
3002
|
width: size,
|
|
3019
3003
|
height: size,
|
|
@@ -3022,21 +3006,32 @@ const WatsonHealthStudyView = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
3022
3006
|
viewBox: "0 0 32 32",
|
|
3023
3007
|
fill: "currentColor",
|
|
3024
3008
|
...rest
|
|
3025
|
-
},
|
|
3026
|
-
d: "
|
|
3027
|
-
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
3028
|
-
d: "M20,30H4a2.0021,2.0021,0,0,1-2-2V12a2.0021,2.0021,0,0,1,2-2H20a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,20,30ZM4,12V28H20V12Z"
|
|
3009
|
+
}, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
3010
|
+
d: "M16,2l-4.55,9.22L1.28,12.69l7.36,7.18L6.9,30,16,25.22,25.1,30,23.36,19.87l7.36-7.17L20.55,11.22Z"
|
|
3029
3011
|
})), children);
|
|
3030
3012
|
});
|
|
3031
3013
|
if (process.env.NODE_ENV !== "production") {
|
|
3032
|
-
|
|
3014
|
+
StarFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
3033
3015
|
}
|
|
3034
|
-
const
|
|
3016
|
+
const StarHalf = /*#__PURE__*/React.forwardRef(function StarHalf(_ref124, ref) {
|
|
3035
3017
|
let {
|
|
3036
3018
|
children,
|
|
3037
3019
|
size = 16,
|
|
3038
3020
|
...rest
|
|
3039
3021
|
} = _ref124;
|
|
3022
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
3023
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
3024
|
+
width: size,
|
|
3025
|
+
height: size,
|
|
3026
|
+
ref: ref,
|
|
3027
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3028
|
+
viewBox: "0 0 16 16",
|
|
3029
|
+
fill: "currentColor",
|
|
3030
|
+
...rest
|
|
3031
|
+
}, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
3032
|
+
d: "M5.7 5.6L0.6 6.3 4.3 9.9 3.5 15 8 12.6 8 1z"
|
|
3033
|
+
})), children);
|
|
3034
|
+
}
|
|
3040
3035
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
3041
3036
|
width: size,
|
|
3042
3037
|
height: size,
|
|
@@ -3045,14 +3040,14 @@ const WatsonHealthSubVolume = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
3045
3040
|
viewBox: "0 0 32 32",
|
|
3046
3041
|
fill: "currentColor",
|
|
3047
3042
|
...rest
|
|
3048
|
-
},
|
|
3049
|
-
d: "
|
|
3043
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
3044
|
+
d: "M11.45 11.22L1.28 12.7 8.64 19.87 6.9 30 16 25.22 16 2 11.45 11.22z"
|
|
3050
3045
|
})), children);
|
|
3051
3046
|
});
|
|
3052
3047
|
if (process.env.NODE_ENV !== "production") {
|
|
3053
|
-
|
|
3048
|
+
StarHalf.propTypes = iconPropTypes4cbeb95d.i;
|
|
3054
3049
|
}
|
|
3055
|
-
const
|
|
3050
|
+
const StarReview = /*#__PURE__*/React.forwardRef(function StarReview(_ref125, ref) {
|
|
3056
3051
|
let {
|
|
3057
3052
|
children,
|
|
3058
3053
|
size = 16,
|
|
@@ -3066,15 +3061,47 @@ const Subclassification = /*#__PURE__*/React.forwardRef(function Subclassificati
|
|
|
3066
3061
|
viewBox: "0 0 32 32",
|
|
3067
3062
|
fill: "currentColor",
|
|
3068
3063
|
...rest
|
|
3069
|
-
},
|
|
3070
|
-
|
|
3071
|
-
|
|
3064
|
+
}, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
3065
|
+
d: "M18 26H26V28H18zM18 22H30V24H18zM18 18H30V20H18z"
|
|
3066
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
3067
|
+
d: "M20.549 11.217L16 2 11.451 11.217 1.28 12.695 8.64 19.87 6.902 30 14 26.269 14 24.009 9.559 26.344 10.611 20.208 10.789 19.171 10.036 18.438 5.578 14.091 11.739 13.196 12.779 13.045 13.245 12.102 16 6.519 18.755 12.102 19.221 13.045 20.261 13.196 27.715 14.281 28 12.3 20.549 11.217z"
|
|
3072
3068
|
})), children);
|
|
3073
3069
|
});
|
|
3074
3070
|
if (process.env.NODE_ENV !== "production") {
|
|
3075
|
-
|
|
3071
|
+
StarReview.propTypes = iconPropTypes4cbeb95d.i;
|
|
3076
3072
|
}
|
|
3077
3073
|
|
|
3074
|
+
exports.Search = Search;
|
|
3075
|
+
exports.SearchAdvanced = SearchAdvanced;
|
|
3076
|
+
exports.SearchLocate = SearchLocate;
|
|
3077
|
+
exports.SearchLocateMirror = SearchLocateMirror;
|
|
3078
|
+
exports.Security = Security;
|
|
3079
|
+
exports.SecurityServices = SecurityServices;
|
|
3080
|
+
exports.SelectWindow = SelectWindow;
|
|
3081
|
+
exports.Select_01 = Select_01;
|
|
3082
|
+
exports.Select_02 = Select_02;
|
|
3083
|
+
exports.Send = Send;
|
|
3084
|
+
exports.SendActionUsage = SendActionUsage;
|
|
3085
|
+
exports.SendAlt = SendAlt;
|
|
3086
|
+
exports.SendAltFilled = SendAltFilled;
|
|
3087
|
+
exports.SendBackward = SendBackward;
|
|
3088
|
+
exports.SendFilled = SendFilled;
|
|
3089
|
+
exports.SendToBack = SendToBack;
|
|
3090
|
+
exports.ServerDns = ServerDns;
|
|
3091
|
+
exports.ServerProxy = ServerProxy;
|
|
3092
|
+
exports.ServerTime = ServerTime;
|
|
3093
|
+
exports.ServiceDesk = ServiceDesk;
|
|
3094
|
+
exports.ServiceId = ServiceId;
|
|
3095
|
+
exports.ServiceLevels = ServiceLevels;
|
|
3096
|
+
exports.SessionBorderControl = SessionBorderControl;
|
|
3097
|
+
exports.Settings = Settings;
|
|
3098
|
+
exports.SettingsAdjust = SettingsAdjust;
|
|
3099
|
+
exports.SettingsCheck = SettingsCheck;
|
|
3100
|
+
exports.SettingsEdit = SettingsEdit;
|
|
3101
|
+
exports.SettingsServices = SettingsServices;
|
|
3102
|
+
exports.SettingsView = SettingsView;
|
|
3103
|
+
exports.ShapeExcept = ShapeExcept;
|
|
3104
|
+
exports.ShapeExclude = ShapeExclude;
|
|
3078
3105
|
exports.ShapeIntersect = ShapeIntersect;
|
|
3079
3106
|
exports.ShapeJoin = ShapeJoin;
|
|
3080
3107
|
exports.ShapeUnite = ShapeUnite;
|
|
@@ -3151,6 +3178,7 @@ exports.Split = Split;
|
|
|
3151
3178
|
exports.SplitScreen = SplitScreen;
|
|
3152
3179
|
exports.SprayPaint = SprayPaint;
|
|
3153
3180
|
exports.Sprout = Sprout;
|
|
3181
|
+
exports.SpyreAccelerator = SpyreAccelerator;
|
|
3154
3182
|
exports.Sql = Sql;
|
|
3155
3183
|
exports.SquareFill = SquareFill;
|
|
3156
3184
|
exports.SquareOutline = SquareOutline;
|
|
@@ -3161,25 +3189,6 @@ exports.Star = Star;
|
|
|
3161
3189
|
exports.StarFilled = StarFilled;
|
|
3162
3190
|
exports.StarHalf = StarHalf;
|
|
3163
3191
|
exports.StarReview = StarReview;
|
|
3164
|
-
exports.StayInside = StayInside;
|
|
3165
|
-
exports.StemLeafPlot = StemLeafPlot;
|
|
3166
|
-
exports.Stethoscope = Stethoscope;
|
|
3167
|
-
exports.Stop = Stop;
|
|
3168
|
-
exports.StopFilled = StopFilled;
|
|
3169
|
-
exports.StopFilledAlt = StopFilledAlt;
|
|
3170
|
-
exports.StopOutline = StopOutline;
|
|
3171
|
-
exports.StopOutlineFilled = StopOutlineFilled;
|
|
3172
|
-
exports.StopSign = StopSign;
|
|
3173
|
-
exports.StopSignFilled = StopSignFilled;
|
|
3174
|
-
exports.StoragePool = StoragePool;
|
|
3175
|
-
exports.StorageRequest = StorageRequest;
|
|
3176
|
-
exports.Store = Store;
|
|
3177
|
-
exports.StormTracker = StormTracker;
|
|
3178
|
-
exports.StrategyPlay = StrategyPlay;
|
|
3179
|
-
exports.Strawberry = Strawberry;
|
|
3180
|
-
exports.StringInteger = StringInteger;
|
|
3181
|
-
exports.StringText = StringText;
|
|
3182
|
-
exports.Subclassification = Subclassification;
|
|
3183
3192
|
exports.WatsonHealthSmoothing = WatsonHealthSmoothing;
|
|
3184
3193
|
exports.WatsonHealthSmoothingCursor = WatsonHealthSmoothingCursor;
|
|
3185
3194
|
exports.WatsonHealthSpineLabel = WatsonHealthSpineLabel;
|
|
@@ -3187,16 +3196,3 @@ exports.WatsonHealthSplitDiscard = WatsonHealthSplitDiscard;
|
|
|
3187
3196
|
exports.WatsonHealthStackedMove = WatsonHealthStackedMove;
|
|
3188
3197
|
exports.WatsonHealthStackedScrolling_1 = WatsonHealthStackedScrolling_1;
|
|
3189
3198
|
exports.WatsonHealthStackedScrolling_2 = WatsonHealthStackedScrolling_2;
|
|
3190
|
-
exports.WatsonHealthStatusAcknowledge = WatsonHealthStatusAcknowledge;
|
|
3191
|
-
exports.WatsonHealthStatusChange = WatsonHealthStatusChange;
|
|
3192
|
-
exports.WatsonHealthStatusPartialFail = WatsonHealthStatusPartialFail;
|
|
3193
|
-
exports.WatsonHealthStatusResolved = WatsonHealthStatusResolved;
|
|
3194
|
-
exports.WatsonHealthStressBreathEditor = WatsonHealthStressBreathEditor;
|
|
3195
|
-
exports.WatsonHealthStudyNext = WatsonHealthStudyNext;
|
|
3196
|
-
exports.WatsonHealthStudyPrevious = WatsonHealthStudyPrevious;
|
|
3197
|
-
exports.WatsonHealthStudyRead = WatsonHealthStudyRead;
|
|
3198
|
-
exports.WatsonHealthStudySkip = WatsonHealthStudySkip;
|
|
3199
|
-
exports.WatsonHealthStudyTransfer = WatsonHealthStudyTransfer;
|
|
3200
|
-
exports.WatsonHealthStudyUnread = WatsonHealthStudyUnread;
|
|
3201
|
-
exports.WatsonHealthStudyView = WatsonHealthStudyView;
|
|
3202
|
-
exports.WatsonHealthSubVolume = WatsonHealthSubVolume;
|