@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
|
@@ -10,13 +10,26 @@ import Icon from '../Icon.js';
|
|
|
10
10
|
import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
|
|
13
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7,
|
|
14
|
-
const
|
|
13
|
+
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;
|
|
14
|
+
const Search = /*#__PURE__*/React.forwardRef(function Search(_ref, ref) {
|
|
15
15
|
let {
|
|
16
16
|
children,
|
|
17
17
|
size = 16,
|
|
18
18
|
...rest
|
|
19
19
|
} = _ref;
|
|
20
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
21
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
22
|
+
width: size,
|
|
23
|
+
height: size,
|
|
24
|
+
ref: ref,
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
viewBox: "0 0 16 16",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
...rest
|
|
29
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
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"
|
|
31
|
+
})), children);
|
|
32
|
+
}
|
|
20
33
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
21
34
|
width: size,
|
|
22
35
|
height: size,
|
|
@@ -25,14 +38,14 @@ const ShapeIntersect = /*#__PURE__*/React.forwardRef(function ShapeIntersect(_re
|
|
|
25
38
|
viewBox: "0 0 32 32",
|
|
26
39
|
fill: "currentColor",
|
|
27
40
|
...rest
|
|
28
|
-
},
|
|
29
|
-
d: "
|
|
41
|
+
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
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"
|
|
30
43
|
})), children);
|
|
31
44
|
});
|
|
32
45
|
if (process.env.NODE_ENV !== "production") {
|
|
33
|
-
|
|
46
|
+
Search.propTypes = iconPropTypes;
|
|
34
47
|
}
|
|
35
|
-
const
|
|
48
|
+
const SearchAdvanced = /*#__PURE__*/React.forwardRef(function SearchAdvanced(_ref2, ref) {
|
|
36
49
|
let {
|
|
37
50
|
children,
|
|
38
51
|
size = 16,
|
|
@@ -46,14 +59,14 @@ const ShapeJoin = /*#__PURE__*/React.forwardRef(function ShapeJoin(_ref2, ref) {
|
|
|
46
59
|
viewBox: "0 0 32 32",
|
|
47
60
|
fill: "currentColor",
|
|
48
61
|
...rest
|
|
49
|
-
},
|
|
50
|
-
d: "
|
|
62
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
63
|
+
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"
|
|
51
64
|
})), children);
|
|
52
65
|
});
|
|
53
66
|
if (process.env.NODE_ENV !== "production") {
|
|
54
|
-
|
|
67
|
+
SearchAdvanced.propTypes = iconPropTypes;
|
|
55
68
|
}
|
|
56
|
-
const
|
|
69
|
+
const SearchLocate = /*#__PURE__*/React.forwardRef(function SearchLocate(_ref3, ref) {
|
|
57
70
|
let {
|
|
58
71
|
children,
|
|
59
72
|
size = 16,
|
|
@@ -67,14 +80,14 @@ const ShapeUnite = /*#__PURE__*/React.forwardRef(function ShapeUnite(_ref3, ref)
|
|
|
67
80
|
viewBox: "0 0 32 32",
|
|
68
81
|
fill: "currentColor",
|
|
69
82
|
...rest
|
|
70
|
-
},
|
|
71
|
-
d: "
|
|
83
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
84
|
+
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"
|
|
72
85
|
})), children);
|
|
73
86
|
});
|
|
74
87
|
if (process.env.NODE_ENV !== "production") {
|
|
75
|
-
|
|
88
|
+
SearchLocate.propTypes = iconPropTypes;
|
|
76
89
|
}
|
|
77
|
-
const
|
|
90
|
+
const SearchLocateMirror = /*#__PURE__*/React.forwardRef(function SearchLocateMirror(_ref4, ref) {
|
|
78
91
|
let {
|
|
79
92
|
children,
|
|
80
93
|
size = 16,
|
|
@@ -88,15 +101,14 @@ const Shapes = /*#__PURE__*/React.forwardRef(function Shapes(_ref4, ref) {
|
|
|
88
101
|
viewBox: "0 0 32 32",
|
|
89
102
|
fill: "currentColor",
|
|
90
103
|
...rest
|
|
91
|
-
},
|
|
92
|
-
|
|
93
|
-
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"
|
|
104
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
105
|
+
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"
|
|
94
106
|
})), children);
|
|
95
107
|
});
|
|
96
108
|
if (process.env.NODE_ENV !== "production") {
|
|
97
|
-
|
|
109
|
+
SearchLocateMirror.propTypes = iconPropTypes;
|
|
98
110
|
}
|
|
99
|
-
const
|
|
111
|
+
const Security = /*#__PURE__*/React.forwardRef(function Security(_ref5, ref) {
|
|
100
112
|
let {
|
|
101
113
|
children,
|
|
102
114
|
size = 16,
|
|
@@ -110,14 +122,16 @@ const Share = /*#__PURE__*/React.forwardRef(function Share(_ref5, ref) {
|
|
|
110
122
|
viewBox: "0 0 32 32",
|
|
111
123
|
fill: "currentColor",
|
|
112
124
|
...rest
|
|
113
|
-
},
|
|
114
|
-
d: "
|
|
125
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
126
|
+
d: "M14 16.59L11.41 14 10 15.41 14 19.41 22 11.41 20.59 10 14 16.59z"
|
|
127
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
128
|
+
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"
|
|
115
129
|
})), children);
|
|
116
130
|
});
|
|
117
131
|
if (process.env.NODE_ENV !== "production") {
|
|
118
|
-
|
|
132
|
+
Security.propTypes = iconPropTypes;
|
|
119
133
|
}
|
|
120
|
-
const
|
|
134
|
+
const SecurityServices = /*#__PURE__*/React.forwardRef(function SecurityServices(_ref6, ref) {
|
|
121
135
|
let {
|
|
122
136
|
children,
|
|
123
137
|
size = 16,
|
|
@@ -131,14 +145,16 @@ const ShareKnowledge = /*#__PURE__*/React.forwardRef(function ShareKnowledge(_re
|
|
|
131
145
|
viewBox: "0 0 32 32",
|
|
132
146
|
fill: "currentColor",
|
|
133
147
|
...rest
|
|
134
|
-
},
|
|
135
|
-
d: "
|
|
148
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
149
|
+
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"
|
|
150
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
151
|
+
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"
|
|
136
152
|
})), children);
|
|
137
153
|
});
|
|
138
154
|
if (process.env.NODE_ENV !== "production") {
|
|
139
|
-
|
|
155
|
+
SecurityServices.propTypes = iconPropTypes;
|
|
140
156
|
}
|
|
141
|
-
const
|
|
157
|
+
const Select_01 = /*#__PURE__*/React.forwardRef(function Select_01(_ref7, ref) {
|
|
142
158
|
let {
|
|
143
159
|
children,
|
|
144
160
|
size = 16,
|
|
@@ -152,14 +168,14 @@ const ShoppingBag = /*#__PURE__*/React.forwardRef(function ShoppingBag(_ref7, re
|
|
|
152
168
|
viewBox: "0 0 32 32",
|
|
153
169
|
fill: "currentColor",
|
|
154
170
|
...rest
|
|
155
|
-
},
|
|
156
|
-
d: "
|
|
171
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
172
|
+
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"
|
|
157
173
|
})), children);
|
|
158
174
|
});
|
|
159
175
|
if (process.env.NODE_ENV !== "production") {
|
|
160
|
-
|
|
176
|
+
Select_01.propTypes = iconPropTypes;
|
|
161
177
|
}
|
|
162
|
-
const
|
|
178
|
+
const Select_02 = /*#__PURE__*/React.forwardRef(function Select_02(_ref8, ref) {
|
|
163
179
|
let {
|
|
164
180
|
children,
|
|
165
181
|
size = 16,
|
|
@@ -173,22 +189,14 @@ const ShoppingCart = /*#__PURE__*/React.forwardRef(function ShoppingCart(_ref8,
|
|
|
173
189
|
viewBox: "0 0 32 32",
|
|
174
190
|
fill: "currentColor",
|
|
175
191
|
...rest
|
|
176
|
-
},
|
|
177
|
-
|
|
178
|
-
cy: "28",
|
|
179
|
-
r: "2"
|
|
180
|
-
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
181
|
-
cx: "24",
|
|
182
|
-
cy: "28",
|
|
183
|
-
r: "2"
|
|
184
|
-
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
185
|
-
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"
|
|
192
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
193
|
+
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"
|
|
186
194
|
})), children);
|
|
187
195
|
});
|
|
188
196
|
if (process.env.NODE_ENV !== "production") {
|
|
189
|
-
|
|
197
|
+
Select_02.propTypes = iconPropTypes;
|
|
190
198
|
}
|
|
191
|
-
const
|
|
199
|
+
const SelectWindow = /*#__PURE__*/React.forwardRef(function SelectWindow(_ref9, ref) {
|
|
192
200
|
let {
|
|
193
201
|
children,
|
|
194
202
|
size = 16,
|
|
@@ -202,24 +210,14 @@ const ShoppingCartArrowDown = /*#__PURE__*/React.forwardRef(function ShoppingCar
|
|
|
202
210
|
viewBox: "0 0 32 32",
|
|
203
211
|
fill: "currentColor",
|
|
204
212
|
...rest
|
|
205
|
-
},
|
|
206
|
-
|
|
207
|
-
cy: "28",
|
|
208
|
-
r: "2"
|
|
209
|
-
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
210
|
-
cx: "24",
|
|
211
|
-
cy: "28",
|
|
212
|
-
r: "2"
|
|
213
|
-
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
214
|
-
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"
|
|
215
|
-
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
216
|
-
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"
|
|
213
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
214
|
+
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"
|
|
217
215
|
})), children);
|
|
218
216
|
});
|
|
219
217
|
if (process.env.NODE_ENV !== "production") {
|
|
220
|
-
|
|
218
|
+
SelectWindow.propTypes = iconPropTypes;
|
|
221
219
|
}
|
|
222
|
-
const
|
|
220
|
+
const Send = /*#__PURE__*/React.forwardRef(function Send(_ref10, ref) {
|
|
223
221
|
let {
|
|
224
222
|
children,
|
|
225
223
|
size = 16,
|
|
@@ -233,24 +231,14 @@ const ShoppingCartArrowUp = /*#__PURE__*/React.forwardRef(function ShoppingCartA
|
|
|
233
231
|
viewBox: "0 0 32 32",
|
|
234
232
|
fill: "currentColor",
|
|
235
233
|
...rest
|
|
236
|
-
},
|
|
237
|
-
|
|
238
|
-
cy: "28",
|
|
239
|
-
r: "2"
|
|
240
|
-
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
241
|
-
cx: "24",
|
|
242
|
-
cy: "28",
|
|
243
|
-
r: "2"
|
|
244
|
-
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
245
|
-
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"
|
|
246
|
-
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
247
|
-
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"
|
|
234
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
235
|
+
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"
|
|
248
236
|
})), children);
|
|
249
237
|
});
|
|
250
238
|
if (process.env.NODE_ENV !== "production") {
|
|
251
|
-
|
|
239
|
+
Send.propTypes = iconPropTypes;
|
|
252
240
|
}
|
|
253
|
-
const
|
|
241
|
+
const SendAlt = /*#__PURE__*/React.forwardRef(function SendAlt(_ref11, ref) {
|
|
254
242
|
let {
|
|
255
243
|
children,
|
|
256
244
|
size = 16,
|
|
@@ -264,24 +252,14 @@ const ShoppingCartClear = /*#__PURE__*/React.forwardRef(function ShoppingCartCle
|
|
|
264
252
|
viewBox: "0 0 32 32",
|
|
265
253
|
fill: "currentColor",
|
|
266
254
|
...rest
|
|
267
|
-
},
|
|
268
|
-
|
|
269
|
-
cy: "28",
|
|
270
|
-
r: "2"
|
|
271
|
-
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
272
|
-
cx: "24",
|
|
273
|
-
cy: "28",
|
|
274
|
-
r: "2"
|
|
275
|
-
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
276
|
-
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"
|
|
277
|
-
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
278
|
-
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"
|
|
255
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
256
|
+
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"
|
|
279
257
|
})), children);
|
|
280
258
|
});
|
|
281
259
|
if (process.env.NODE_ENV !== "production") {
|
|
282
|
-
|
|
260
|
+
SendAlt.propTypes = iconPropTypes;
|
|
283
261
|
}
|
|
284
|
-
const
|
|
262
|
+
const SendAltFilled = /*#__PURE__*/React.forwardRef(function SendAltFilled(_ref12, ref) {
|
|
285
263
|
let {
|
|
286
264
|
children,
|
|
287
265
|
size = 16,
|
|
@@ -295,24 +273,14 @@ const ShoppingCartError = /*#__PURE__*/React.forwardRef(function ShoppingCartErr
|
|
|
295
273
|
viewBox: "0 0 32 32",
|
|
296
274
|
fill: "currentColor",
|
|
297
275
|
...rest
|
|
298
|
-
},
|
|
299
|
-
|
|
300
|
-
cy: "28",
|
|
301
|
-
r: "2"
|
|
302
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
303
|
-
cx: "24",
|
|
304
|
-
cy: "28",
|
|
305
|
-
r: "2"
|
|
306
|
-
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
307
|
-
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"
|
|
308
|
-
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
309
|
-
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"
|
|
276
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
277
|
+
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"
|
|
310
278
|
})), children);
|
|
311
279
|
});
|
|
312
280
|
if (process.env.NODE_ENV !== "production") {
|
|
313
|
-
|
|
281
|
+
SendAltFilled.propTypes = iconPropTypes;
|
|
314
282
|
}
|
|
315
|
-
const
|
|
283
|
+
const SendFilled = /*#__PURE__*/React.forwardRef(function SendFilled(_ref13, ref) {
|
|
316
284
|
let {
|
|
317
285
|
children,
|
|
318
286
|
size = 16,
|
|
@@ -326,24 +294,14 @@ const ShoppingCartMinus = /*#__PURE__*/React.forwardRef(function ShoppingCartMin
|
|
|
326
294
|
viewBox: "0 0 32 32",
|
|
327
295
|
fill: "currentColor",
|
|
328
296
|
...rest
|
|
329
|
-
},
|
|
330
|
-
|
|
331
|
-
cy: "28",
|
|
332
|
-
r: "2"
|
|
333
|
-
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
334
|
-
cx: "24",
|
|
335
|
-
cy: "28",
|
|
336
|
-
r: "2"
|
|
337
|
-
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
338
|
-
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"
|
|
339
|
-
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
340
|
-
d: "M12 6L12 8 22 8 22 6 12 6z"
|
|
297
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
298
|
+
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"
|
|
341
299
|
})), children);
|
|
342
300
|
});
|
|
343
301
|
if (process.env.NODE_ENV !== "production") {
|
|
344
|
-
|
|
302
|
+
SendFilled.propTypes = iconPropTypes;
|
|
345
303
|
}
|
|
346
|
-
const
|
|
304
|
+
const SendActionUsage = /*#__PURE__*/React.forwardRef(function SendActionUsage(_ref14, ref) {
|
|
347
305
|
let {
|
|
348
306
|
children,
|
|
349
307
|
size = 16,
|
|
@@ -357,24 +315,18 @@ const ShoppingCartPlus = /*#__PURE__*/React.forwardRef(function ShoppingCartPlus
|
|
|
357
315
|
viewBox: "0 0 32 32",
|
|
358
316
|
fill: "currentColor",
|
|
359
317
|
...rest
|
|
360
|
-
},
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
cy: "28",
|
|
367
|
-
r: "2"
|
|
368
|
-
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
369
|
-
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"
|
|
370
|
-
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
371
|
-
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"
|
|
318
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
319
|
+
strokeWidth: "0",
|
|
320
|
+
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"
|
|
321
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
322
|
+
strokeWidth: "0",
|
|
323
|
+
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"
|
|
372
324
|
})), children);
|
|
373
325
|
});
|
|
374
326
|
if (process.env.NODE_ENV !== "production") {
|
|
375
|
-
|
|
327
|
+
SendActionUsage.propTypes = iconPropTypes;
|
|
376
328
|
}
|
|
377
|
-
const
|
|
329
|
+
const SendBackward = /*#__PURE__*/React.forwardRef(function SendBackward(_ref15, ref) {
|
|
378
330
|
let {
|
|
379
331
|
children,
|
|
380
332
|
size = 16,
|
|
@@ -388,16 +340,14 @@ const ShoppingCatalog = /*#__PURE__*/React.forwardRef(function ShoppingCatalog(_
|
|
|
388
340
|
viewBox: "0 0 32 32",
|
|
389
341
|
fill: "currentColor",
|
|
390
342
|
...rest
|
|
391
|
-
},
|
|
392
|
-
d: "
|
|
393
|
-
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
394
|
-
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"
|
|
343
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
344
|
+
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"
|
|
395
345
|
})), children);
|
|
396
346
|
});
|
|
397
347
|
if (process.env.NODE_ENV !== "production") {
|
|
398
|
-
|
|
348
|
+
SendBackward.propTypes = iconPropTypes;
|
|
399
349
|
}
|
|
400
|
-
const
|
|
350
|
+
const SendToBack = /*#__PURE__*/React.forwardRef(function SendToBack(_ref16, ref) {
|
|
401
351
|
let {
|
|
402
352
|
children,
|
|
403
353
|
size = 16,
|
|
@@ -411,14 +361,14 @@ const ShowDataCards = /*#__PURE__*/React.forwardRef(function ShowDataCards(_ref1
|
|
|
411
361
|
viewBox: "0 0 32 32",
|
|
412
362
|
fill: "currentColor",
|
|
413
363
|
...rest
|
|
414
|
-
},
|
|
415
|
-
d: "M28
|
|
364
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
365
|
+
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"
|
|
416
366
|
})), children);
|
|
417
367
|
});
|
|
418
368
|
if (process.env.NODE_ENV !== "production") {
|
|
419
|
-
|
|
369
|
+
SendToBack.propTypes = iconPropTypes;
|
|
420
370
|
}
|
|
421
|
-
const
|
|
371
|
+
const ServerDns = /*#__PURE__*/React.forwardRef(function ServerDns(_ref17, ref) {
|
|
422
372
|
let {
|
|
423
373
|
children,
|
|
424
374
|
size = 16,
|
|
@@ -432,16 +382,18 @@ const ShrinkScreen = /*#__PURE__*/React.forwardRef(function ShrinkScreen(_ref17,
|
|
|
432
382
|
viewBox: "0 0 32 32",
|
|
433
383
|
fill: "currentColor",
|
|
434
384
|
...rest
|
|
435
|
-
},
|
|
436
|
-
d: "
|
|
437
|
-
})),
|
|
438
|
-
|
|
385
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
386
|
+
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"
|
|
387
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
388
|
+
cx: "7",
|
|
389
|
+
cy: "25",
|
|
390
|
+
r: "1"
|
|
439
391
|
})), children);
|
|
440
392
|
});
|
|
441
393
|
if (process.env.NODE_ENV !== "production") {
|
|
442
|
-
|
|
394
|
+
ServerDns.propTypes = iconPropTypes;
|
|
443
395
|
}
|
|
444
|
-
const
|
|
396
|
+
const ServerProxy = /*#__PURE__*/React.forwardRef(function ServerProxy(_ref18, ref) {
|
|
445
397
|
let {
|
|
446
398
|
children,
|
|
447
399
|
size = 16,
|
|
@@ -455,22 +407,20 @@ const ShrinkScreenFilled = /*#__PURE__*/React.forwardRef(function ShrinkScreenFi
|
|
|
455
407
|
viewBox: "0 0 32 32",
|
|
456
408
|
fill: "currentColor",
|
|
457
409
|
...rest
|
|
458
|
-
},
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
})),
|
|
465
|
-
d: "
|
|
466
|
-
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
467
|
-
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"
|
|
410
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
411
|
+
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"
|
|
412
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
413
|
+
cx: "9",
|
|
414
|
+
cy: "25",
|
|
415
|
+
r: "1"
|
|
416
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
417
|
+
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"
|
|
468
418
|
})), children);
|
|
469
419
|
});
|
|
470
420
|
if (process.env.NODE_ENV !== "production") {
|
|
471
|
-
|
|
421
|
+
ServerProxy.propTypes = iconPropTypes;
|
|
472
422
|
}
|
|
473
|
-
const
|
|
423
|
+
const ServerTime = /*#__PURE__*/React.forwardRef(function ServerTime(_ref19, ref) {
|
|
474
424
|
let {
|
|
475
425
|
children,
|
|
476
426
|
size = 16,
|
|
@@ -484,14 +434,22 @@ const Shuffle = /*#__PURE__*/React.forwardRef(function Shuffle(_ref19, ref) {
|
|
|
484
434
|
viewBox: "0 0 32 32",
|
|
485
435
|
fill: "currentColor",
|
|
486
436
|
...rest
|
|
487
|
-
},
|
|
488
|
-
d: "
|
|
437
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
438
|
+
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"
|
|
439
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
440
|
+
cx: "7",
|
|
441
|
+
cy: "25",
|
|
442
|
+
r: "1"
|
|
443
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
444
|
+
d: "M19 11.586L17 9.586 17 6 15 6 15 10.414 17.586 13 19 11.586z"
|
|
445
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
446
|
+
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"
|
|
489
447
|
})), children);
|
|
490
448
|
});
|
|
491
449
|
if (process.env.NODE_ENV !== "production") {
|
|
492
|
-
|
|
450
|
+
ServerTime.propTypes = iconPropTypes;
|
|
493
451
|
}
|
|
494
|
-
const
|
|
452
|
+
const ServiceDesk = /*#__PURE__*/React.forwardRef(function ServiceDesk(_ref20, ref) {
|
|
495
453
|
let {
|
|
496
454
|
children,
|
|
497
455
|
size = 16,
|
|
@@ -505,14 +463,15 @@ const Shuttle = /*#__PURE__*/React.forwardRef(function Shuttle(_ref20, ref) {
|
|
|
505
463
|
viewBox: "0 0 32 32",
|
|
506
464
|
fill: "currentColor",
|
|
507
465
|
...rest
|
|
508
|
-
},
|
|
509
|
-
d: "
|
|
466
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
467
|
+
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",
|
|
468
|
+
transform: "translate(0 .005)"
|
|
510
469
|
})), children);
|
|
511
470
|
});
|
|
512
471
|
if (process.env.NODE_ENV !== "production") {
|
|
513
|
-
|
|
472
|
+
ServiceDesk.propTypes = iconPropTypes;
|
|
514
473
|
}
|
|
515
|
-
const
|
|
474
|
+
const ServiceId = /*#__PURE__*/React.forwardRef(function ServiceId(_ref21, ref) {
|
|
516
475
|
let {
|
|
517
476
|
children,
|
|
518
477
|
size = 16,
|
|
@@ -526,14 +485,16 @@ const SidePanelClose = /*#__PURE__*/React.forwardRef(function SidePanelClose(_re
|
|
|
526
485
|
viewBox: "0 0 32 32",
|
|
527
486
|
fill: "currentColor",
|
|
528
487
|
...rest
|
|
529
|
-
},
|
|
530
|
-
d: "
|
|
488
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
489
|
+
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"
|
|
490
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
491
|
+
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"
|
|
531
492
|
})), children);
|
|
532
493
|
});
|
|
533
494
|
if (process.env.NODE_ENV !== "production") {
|
|
534
|
-
|
|
495
|
+
ServiceId.propTypes = iconPropTypes;
|
|
535
496
|
}
|
|
536
|
-
const
|
|
497
|
+
const ServiceLevels = /*#__PURE__*/React.forwardRef(function ServiceLevels(_ref22, ref) {
|
|
537
498
|
let {
|
|
538
499
|
children,
|
|
539
500
|
size = 16,
|
|
@@ -547,14 +508,30 @@ const SidePanelCloseFilled = /*#__PURE__*/React.forwardRef(function SidePanelClo
|
|
|
547
508
|
viewBox: "0 0 32 32",
|
|
548
509
|
fill: "currentColor",
|
|
549
510
|
...rest
|
|
550
|
-
},
|
|
551
|
-
|
|
511
|
+
}, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
512
|
+
cx: "7",
|
|
513
|
+
cy: "19",
|
|
514
|
+
r: "1"
|
|
515
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
516
|
+
cx: "16",
|
|
517
|
+
cy: "11",
|
|
518
|
+
r: "1"
|
|
519
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
520
|
+
cx: "25",
|
|
521
|
+
cy: "19",
|
|
522
|
+
r: "1"
|
|
523
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
524
|
+
cx: "10",
|
|
525
|
+
cy: "14",
|
|
526
|
+
r: "1"
|
|
527
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
528
|
+
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"
|
|
552
529
|
})), children);
|
|
553
530
|
});
|
|
554
531
|
if (process.env.NODE_ENV !== "production") {
|
|
555
|
-
|
|
532
|
+
ServiceLevels.propTypes = iconPropTypes;
|
|
556
533
|
}
|
|
557
|
-
const
|
|
534
|
+
const SessionBorderControl = /*#__PURE__*/React.forwardRef(function SessionBorderControl(_ref23, ref) {
|
|
558
535
|
let {
|
|
559
536
|
children,
|
|
560
537
|
size = 16,
|
|
@@ -568,19 +545,34 @@ const SidePanelOpen = /*#__PURE__*/React.forwardRef(function SidePanelOpen(_ref2
|
|
|
568
545
|
viewBox: "0 0 32 32",
|
|
569
546
|
fill: "currentColor",
|
|
570
547
|
...rest
|
|
571
|
-
},
|
|
572
|
-
d: "
|
|
548
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
549
|
+
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"
|
|
573
550
|
})), children);
|
|
574
551
|
});
|
|
575
552
|
if (process.env.NODE_ENV !== "production") {
|
|
576
|
-
|
|
553
|
+
SessionBorderControl.propTypes = iconPropTypes;
|
|
577
554
|
}
|
|
578
|
-
const
|
|
555
|
+
const Settings = /*#__PURE__*/React.forwardRef(function Settings(_ref24, ref) {
|
|
579
556
|
let {
|
|
580
557
|
children,
|
|
581
558
|
size = 16,
|
|
582
559
|
...rest
|
|
583
560
|
} = _ref24;
|
|
561
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
562
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
563
|
+
width: size,
|
|
564
|
+
height: size,
|
|
565
|
+
ref: ref,
|
|
566
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
567
|
+
viewBox: "0 0 16 16",
|
|
568
|
+
fill: "currentColor",
|
|
569
|
+
...rest
|
|
570
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
571
|
+
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"
|
|
572
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
573
|
+
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"
|
|
574
|
+
})), children);
|
|
575
|
+
}
|
|
584
576
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
585
577
|
width: size,
|
|
586
578
|
height: size,
|
|
@@ -589,14 +581,16 @@ const SidePanelOpenFilled = /*#__PURE__*/React.forwardRef(function SidePanelOpen
|
|
|
589
581
|
viewBox: "0 0 32 32",
|
|
590
582
|
fill: "currentColor",
|
|
591
583
|
...rest
|
|
592
|
-
},
|
|
593
|
-
d: "
|
|
584
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
585
|
+
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"
|
|
586
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
587
|
+
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"
|
|
594
588
|
})), children);
|
|
595
589
|
});
|
|
596
590
|
if (process.env.NODE_ENV !== "production") {
|
|
597
|
-
|
|
591
|
+
Settings.propTypes = iconPropTypes;
|
|
598
592
|
}
|
|
599
|
-
const
|
|
593
|
+
const SettingsAdjust = /*#__PURE__*/React.forwardRef(function SettingsAdjust(_ref25, ref) {
|
|
600
594
|
let {
|
|
601
595
|
children,
|
|
602
596
|
size = 16,
|
|
@@ -610,16 +604,14 @@ const Sight = /*#__PURE__*/React.forwardRef(function Sight(_ref25, ref) {
|
|
|
610
604
|
viewBox: "0 0 32 32",
|
|
611
605
|
fill: "currentColor",
|
|
612
606
|
...rest
|
|
613
|
-
},
|
|
614
|
-
d: "
|
|
615
|
-
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
616
|
-
d: "M19 12H23V14H19z"
|
|
607
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
608
|
+
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"
|
|
617
609
|
})), children);
|
|
618
610
|
});
|
|
619
611
|
if (process.env.NODE_ENV !== "production") {
|
|
620
|
-
|
|
612
|
+
SettingsAdjust.propTypes = iconPropTypes;
|
|
621
613
|
}
|
|
622
|
-
const
|
|
614
|
+
const SettingsCheck = /*#__PURE__*/React.forwardRef(function SettingsCheck(_ref26, ref) {
|
|
623
615
|
let {
|
|
624
616
|
children,
|
|
625
617
|
size = 16,
|
|
@@ -633,14 +625,18 @@ const Sigma = /*#__PURE__*/React.forwardRef(function Sigma(_ref26, ref) {
|
|
|
633
625
|
viewBox: "0 0 32 32",
|
|
634
626
|
fill: "currentColor",
|
|
635
627
|
...rest
|
|
636
|
-
},
|
|
637
|
-
d: "
|
|
628
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
629
|
+
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"
|
|
630
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
631
|
+
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"
|
|
632
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
633
|
+
d: "M23 26.18L20.41 23.59 19 25 23 29 30 22 28.59 20.59 23 26.18z"
|
|
638
634
|
})), children);
|
|
639
635
|
});
|
|
640
636
|
if (process.env.NODE_ENV !== "production") {
|
|
641
|
-
|
|
637
|
+
SettingsCheck.propTypes = iconPropTypes;
|
|
642
638
|
}
|
|
643
|
-
const
|
|
639
|
+
const SettingsEdit = /*#__PURE__*/React.forwardRef(function SettingsEdit(_ref27, ref) {
|
|
644
640
|
let {
|
|
645
641
|
children,
|
|
646
642
|
size = 16,
|
|
@@ -654,14 +650,16 @@ const SignalStrength = /*#__PURE__*/React.forwardRef(function SignalStrength(_re
|
|
|
654
650
|
viewBox: "0 0 32 32",
|
|
655
651
|
fill: "currentColor",
|
|
656
652
|
...rest
|
|
657
|
-
},
|
|
658
|
-
d: "
|
|
653
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
654
|
+
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"
|
|
655
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
656
|
+
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"
|
|
659
657
|
})), children);
|
|
660
658
|
});
|
|
661
659
|
if (process.env.NODE_ENV !== "production") {
|
|
662
|
-
|
|
660
|
+
SettingsEdit.propTypes = iconPropTypes;
|
|
663
661
|
}
|
|
664
|
-
const
|
|
662
|
+
const SettingsServices = /*#__PURE__*/React.forwardRef(function SettingsServices(_ref28, ref) {
|
|
665
663
|
let {
|
|
666
664
|
children,
|
|
667
665
|
size = 16,
|
|
@@ -675,16 +673,18 @@ const SimCard = /*#__PURE__*/React.forwardRef(function SimCard(_ref28, ref) {
|
|
|
675
673
|
viewBox: "0 0 32 32",
|
|
676
674
|
fill: "currentColor",
|
|
677
675
|
...rest
|
|
678
|
-
},
|
|
679
|
-
d: "
|
|
680
|
-
})),
|
|
681
|
-
d: "
|
|
676
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
677
|
+
d: "M29,25H27V23h1V19H24v1H22V18a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v6A1,1,0,0,1,29,25Z"
|
|
678
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
679
|
+
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"
|
|
680
|
+
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
681
|
+
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"
|
|
682
682
|
})), children);
|
|
683
683
|
});
|
|
684
684
|
if (process.env.NODE_ENV !== "production") {
|
|
685
|
-
|
|
685
|
+
SettingsServices.propTypes = iconPropTypes;
|
|
686
686
|
}
|
|
687
|
-
const
|
|
687
|
+
const SettingsView = /*#__PURE__*/React.forwardRef(function SettingsView(_ref29, ref) {
|
|
688
688
|
let {
|
|
689
689
|
children,
|
|
690
690
|
size = 16,
|
|
@@ -698,14 +698,20 @@ const SkillLevel = /*#__PURE__*/React.forwardRef(function SkillLevel(_ref29, ref
|
|
|
698
698
|
viewBox: "0 0 32 32",
|
|
699
699
|
fill: "currentColor",
|
|
700
700
|
...rest
|
|
701
|
-
},
|
|
702
|
-
|
|
701
|
+
}, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
702
|
+
cx: "23",
|
|
703
|
+
cy: "24",
|
|
704
|
+
r: "2"
|
|
705
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
706
|
+
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"
|
|
707
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
708
|
+
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"
|
|
703
709
|
})), children);
|
|
704
710
|
});
|
|
705
711
|
if (process.env.NODE_ENV !== "production") {
|
|
706
|
-
|
|
712
|
+
SettingsView.propTypes = iconPropTypes;
|
|
707
713
|
}
|
|
708
|
-
const
|
|
714
|
+
const ShapeExcept = /*#__PURE__*/React.forwardRef(function ShapeExcept(_ref30, ref) {
|
|
709
715
|
let {
|
|
710
716
|
children,
|
|
711
717
|
size = 16,
|
|
@@ -719,14 +725,14 @@ const SkillLevelAdvanced = /*#__PURE__*/React.forwardRef(function SkillLevelAdva
|
|
|
719
725
|
viewBox: "0 0 32 32",
|
|
720
726
|
fill: "currentColor",
|
|
721
727
|
...rest
|
|
722
|
-
},
|
|
723
|
-
d: "
|
|
728
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
729
|
+
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"
|
|
724
730
|
})), children);
|
|
725
731
|
});
|
|
726
732
|
if (process.env.NODE_ENV !== "production") {
|
|
727
|
-
|
|
733
|
+
ShapeExcept.propTypes = iconPropTypes;
|
|
728
734
|
}
|
|
729
|
-
const
|
|
735
|
+
const ShapeExclude = /*#__PURE__*/React.forwardRef(function ShapeExclude(_ref31, ref) {
|
|
730
736
|
let {
|
|
731
737
|
children,
|
|
732
738
|
size = 16,
|
|
@@ -740,14 +746,16 @@ const SkillLevelBasic = /*#__PURE__*/React.forwardRef(function SkillLevelBasic(_
|
|
|
740
746
|
viewBox: "0 0 32 32",
|
|
741
747
|
fill: "currentColor",
|
|
742
748
|
...rest
|
|
743
|
-
},
|
|
744
|
-
d: "
|
|
749
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
750
|
+
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"
|
|
751
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
752
|
+
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"
|
|
745
753
|
})), children);
|
|
746
754
|
});
|
|
747
755
|
if (process.env.NODE_ENV !== "production") {
|
|
748
|
-
|
|
756
|
+
ShapeExclude.propTypes = iconPropTypes;
|
|
749
757
|
}
|
|
750
|
-
const
|
|
758
|
+
const ShapeIntersect = /*#__PURE__*/React.forwardRef(function ShapeIntersect(_ref32, ref) {
|
|
751
759
|
let {
|
|
752
760
|
children,
|
|
753
761
|
size = 16,
|
|
@@ -761,14 +769,14 @@ const SkillLevelIntermediate = /*#__PURE__*/React.forwardRef(function SkillLevel
|
|
|
761
769
|
viewBox: "0 0 32 32",
|
|
762
770
|
fill: "currentColor",
|
|
763
771
|
...rest
|
|
764
|
-
},
|
|
765
|
-
d: "
|
|
772
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
773
|
+
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"
|
|
766
774
|
})), children);
|
|
767
775
|
});
|
|
768
776
|
if (process.env.NODE_ENV !== "production") {
|
|
769
|
-
|
|
777
|
+
ShapeIntersect.propTypes = iconPropTypes;
|
|
770
778
|
}
|
|
771
|
-
const
|
|
779
|
+
const ShapeJoin = /*#__PURE__*/React.forwardRef(function ShapeJoin(_ref33, ref) {
|
|
772
780
|
let {
|
|
773
781
|
children,
|
|
774
782
|
size = 16,
|
|
@@ -782,14 +790,14 @@ const SkipBack = /*#__PURE__*/React.forwardRef(function SkipBack(_ref33, ref) {
|
|
|
782
790
|
viewBox: "0 0 32 32",
|
|
783
791
|
fill: "currentColor",
|
|
784
792
|
...rest
|
|
785
|
-
},
|
|
786
|
-
d: "
|
|
793
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
794
|
+
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"
|
|
787
795
|
})), children);
|
|
788
796
|
});
|
|
789
797
|
if (process.env.NODE_ENV !== "production") {
|
|
790
|
-
|
|
798
|
+
ShapeJoin.propTypes = iconPropTypes;
|
|
791
799
|
}
|
|
792
|
-
const
|
|
800
|
+
const ShapeUnite = /*#__PURE__*/React.forwardRef(function ShapeUnite(_ref34, ref) {
|
|
793
801
|
let {
|
|
794
802
|
children,
|
|
795
803
|
size = 16,
|
|
@@ -803,14 +811,14 @@ const SkipBackFilled = /*#__PURE__*/React.forwardRef(function SkipBackFilled(_re
|
|
|
803
811
|
viewBox: "0 0 32 32",
|
|
804
812
|
fill: "currentColor",
|
|
805
813
|
...rest
|
|
806
|
-
},
|
|
807
|
-
d: "
|
|
814
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
815
|
+
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"
|
|
808
816
|
})), children);
|
|
809
817
|
});
|
|
810
818
|
if (process.env.NODE_ENV !== "production") {
|
|
811
|
-
|
|
819
|
+
ShapeUnite.propTypes = iconPropTypes;
|
|
812
820
|
}
|
|
813
|
-
const
|
|
821
|
+
const Shapes = /*#__PURE__*/React.forwardRef(function Shapes(_ref35, ref) {
|
|
814
822
|
let {
|
|
815
823
|
children,
|
|
816
824
|
size = 16,
|
|
@@ -824,19 +832,15 @@ const SkipBackOutline = /*#__PURE__*/React.forwardRef(function SkipBackOutline(_
|
|
|
824
832
|
viewBox: "0 0 32 32",
|
|
825
833
|
fill: "currentColor",
|
|
826
834
|
...rest
|
|
827
|
-
},
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
d: "M9 10H11V22H9z",
|
|
831
|
-
transform: "rotate(-180 10 16)"
|
|
832
|
-
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
833
|
-
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"
|
|
835
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
836
|
+
strokeWidth: "0",
|
|
837
|
+
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"
|
|
834
838
|
})), children);
|
|
835
839
|
});
|
|
836
840
|
if (process.env.NODE_ENV !== "production") {
|
|
837
|
-
|
|
841
|
+
Shapes.propTypes = iconPropTypes;
|
|
838
842
|
}
|
|
839
|
-
const
|
|
843
|
+
const Share = /*#__PURE__*/React.forwardRef(function Share(_ref36, ref) {
|
|
840
844
|
let {
|
|
841
845
|
children,
|
|
842
846
|
size = 16,
|
|
@@ -850,23 +854,14 @@ const SkipBackOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipBackOut
|
|
|
850
854
|
viewBox: "0 0 32 32",
|
|
851
855
|
fill: "currentColor",
|
|
852
856
|
...rest
|
|
853
|
-
},
|
|
854
|
-
d: "
|
|
855
|
-
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
856
|
-
d: "M22 19.301L22 12.699 16.059 16 22 19.301z"
|
|
857
|
-
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
858
|
-
fill: "none",
|
|
859
|
-
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"
|
|
860
|
-
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
861
|
-
fill: "none",
|
|
862
|
-
d: "M8 10H10V22H8z",
|
|
863
|
-
transform: "rotate(-180 9 16)"
|
|
857
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
858
|
+
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"
|
|
864
859
|
})), children);
|
|
865
860
|
});
|
|
866
861
|
if (process.env.NODE_ENV !== "production") {
|
|
867
|
-
|
|
862
|
+
Share.propTypes = iconPropTypes;
|
|
868
863
|
}
|
|
869
|
-
const
|
|
864
|
+
const ShareKnowledge = /*#__PURE__*/React.forwardRef(function ShareKnowledge(_ref37, ref) {
|
|
870
865
|
let {
|
|
871
866
|
children,
|
|
872
867
|
size = 16,
|
|
@@ -880,19 +875,14 @@ const SkipBackOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipBackOutl
|
|
|
880
875
|
viewBox: "0 0 32 32",
|
|
881
876
|
fill: "currentColor",
|
|
882
877
|
...rest
|
|
883
|
-
},
|
|
884
|
-
d: "
|
|
885
|
-
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
886
|
-
d: "M9 10H11V22H9z",
|
|
887
|
-
transform: "rotate(-180 10 16)"
|
|
888
|
-
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
889
|
-
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"
|
|
878
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
879
|
+
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"
|
|
890
880
|
})), children);
|
|
891
881
|
});
|
|
892
882
|
if (process.env.NODE_ENV !== "production") {
|
|
893
|
-
|
|
883
|
+
ShareKnowledge.propTypes = iconPropTypes;
|
|
894
884
|
}
|
|
895
|
-
const
|
|
885
|
+
const ShoppingBag = /*#__PURE__*/React.forwardRef(function ShoppingBag(_ref38, ref) {
|
|
896
886
|
let {
|
|
897
887
|
children,
|
|
898
888
|
size = 16,
|
|
@@ -907,20 +897,13 @@ const SkipBackSolidFilled = /*#__PURE__*/React.forwardRef(function SkipBackSolid
|
|
|
907
897
|
fill: "currentColor",
|
|
908
898
|
...rest
|
|
909
899
|
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
910
|
-
d: "
|
|
911
|
-
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
912
|
-
fill: "none",
|
|
913
|
-
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"
|
|
914
|
-
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
915
|
-
fill: "none",
|
|
916
|
-
d: "M8 10H10V22H8z",
|
|
917
|
-
transform: "rotate(-180 9 16)"
|
|
900
|
+
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"
|
|
918
901
|
})), children);
|
|
919
902
|
});
|
|
920
903
|
if (process.env.NODE_ENV !== "production") {
|
|
921
|
-
|
|
904
|
+
ShoppingBag.propTypes = iconPropTypes;
|
|
922
905
|
}
|
|
923
|
-
const
|
|
906
|
+
const ShoppingCart = /*#__PURE__*/React.forwardRef(function ShoppingCart(_ref39, ref) {
|
|
924
907
|
let {
|
|
925
908
|
children,
|
|
926
909
|
size = 16,
|
|
@@ -934,14 +917,22 @@ const SkipForward = /*#__PURE__*/React.forwardRef(function SkipForward(_ref39, r
|
|
|
934
917
|
viewBox: "0 0 32 32",
|
|
935
918
|
fill: "currentColor",
|
|
936
919
|
...rest
|
|
937
|
-
},
|
|
938
|
-
|
|
920
|
+
}, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
921
|
+
cx: "10",
|
|
922
|
+
cy: "28",
|
|
923
|
+
r: "2"
|
|
924
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
925
|
+
cx: "24",
|
|
926
|
+
cy: "28",
|
|
927
|
+
r: "2"
|
|
928
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
929
|
+
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"
|
|
939
930
|
})), children);
|
|
940
931
|
});
|
|
941
932
|
if (process.env.NODE_ENV !== "production") {
|
|
942
|
-
|
|
933
|
+
ShoppingCart.propTypes = iconPropTypes;
|
|
943
934
|
}
|
|
944
|
-
const
|
|
935
|
+
const ShoppingCartArrowDown = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowDown(_ref40, ref) {
|
|
945
936
|
let {
|
|
946
937
|
children,
|
|
947
938
|
size = 16,
|
|
@@ -955,14 +946,24 @@ const SkipForwardFilled = /*#__PURE__*/React.forwardRef(function SkipForwardFill
|
|
|
955
946
|
viewBox: "0 0 32 32",
|
|
956
947
|
fill: "currentColor",
|
|
957
948
|
...rest
|
|
958
|
-
},
|
|
959
|
-
|
|
949
|
+
}, _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
950
|
+
cx: "10",
|
|
951
|
+
cy: "28",
|
|
952
|
+
r: "2"
|
|
953
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
954
|
+
cx: "24",
|
|
955
|
+
cy: "28",
|
|
956
|
+
r: "2"
|
|
957
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
958
|
+
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"
|
|
959
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
960
|
+
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"
|
|
960
961
|
})), children);
|
|
961
962
|
});
|
|
962
963
|
if (process.env.NODE_ENV !== "production") {
|
|
963
|
-
|
|
964
|
+
ShoppingCartArrowDown.propTypes = iconPropTypes;
|
|
964
965
|
}
|
|
965
|
-
const
|
|
966
|
+
const ShoppingCartArrowUp = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowUp(_ref41, ref) {
|
|
966
967
|
let {
|
|
967
968
|
children,
|
|
968
969
|
size = 16,
|
|
@@ -976,16 +977,24 @@ const SkipForwardOutline = /*#__PURE__*/React.forwardRef(function SkipForwardOut
|
|
|
976
977
|
viewBox: "0 0 32 32",
|
|
977
978
|
fill: "currentColor",
|
|
978
979
|
...rest
|
|
979
|
-
},
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
980
|
+
}, _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
981
|
+
cx: "10",
|
|
982
|
+
cy: "28",
|
|
983
|
+
r: "2"
|
|
984
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
985
|
+
cx: "24",
|
|
986
|
+
cy: "28",
|
|
987
|
+
r: "2"
|
|
988
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
989
|
+
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"
|
|
990
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
991
|
+
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"
|
|
983
992
|
})), children);
|
|
984
993
|
});
|
|
985
994
|
if (process.env.NODE_ENV !== "production") {
|
|
986
|
-
|
|
995
|
+
ShoppingCartArrowUp.propTypes = iconPropTypes;
|
|
987
996
|
}
|
|
988
|
-
const
|
|
997
|
+
const ShoppingCartClear = /*#__PURE__*/React.forwardRef(function ShoppingCartClear(_ref42, ref) {
|
|
989
998
|
let {
|
|
990
999
|
children,
|
|
991
1000
|
size = 16,
|
|
@@ -999,19 +1008,24 @@ const SkipForwardOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipForw
|
|
|
999
1008
|
viewBox: "0 0 32 32",
|
|
1000
1009
|
fill: "currentColor",
|
|
1001
1010
|
...rest
|
|
1002
|
-
},
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
})),
|
|
1007
|
-
|
|
1008
|
-
|
|
1011
|
+
}, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
1012
|
+
cx: "10",
|
|
1013
|
+
cy: "28",
|
|
1014
|
+
r: "2"
|
|
1015
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
1016
|
+
cx: "24",
|
|
1017
|
+
cy: "28",
|
|
1018
|
+
r: "2"
|
|
1019
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
1020
|
+
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"
|
|
1021
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
1022
|
+
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"
|
|
1009
1023
|
})), children);
|
|
1010
1024
|
});
|
|
1011
1025
|
if (process.env.NODE_ENV !== "production") {
|
|
1012
|
-
|
|
1026
|
+
ShoppingCartClear.propTypes = iconPropTypes;
|
|
1013
1027
|
}
|
|
1014
|
-
const
|
|
1028
|
+
const ShoppingCartError = /*#__PURE__*/React.forwardRef(function ShoppingCartError(_ref43, ref) {
|
|
1015
1029
|
let {
|
|
1016
1030
|
children,
|
|
1017
1031
|
size = 16,
|
|
@@ -1025,16 +1039,24 @@ const SkipForwardOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipForwa
|
|
|
1025
1039
|
viewBox: "0 0 32 32",
|
|
1026
1040
|
fill: "currentColor",
|
|
1027
1041
|
...rest
|
|
1028
|
-
},
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1042
|
+
}, _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
1043
|
+
cx: "10",
|
|
1044
|
+
cy: "28",
|
|
1045
|
+
r: "2"
|
|
1046
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
1047
|
+
cx: "24",
|
|
1048
|
+
cy: "28",
|
|
1049
|
+
r: "2"
|
|
1050
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
1051
|
+
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"
|
|
1052
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
1053
|
+
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"
|
|
1032
1054
|
})), children);
|
|
1033
1055
|
});
|
|
1034
1056
|
if (process.env.NODE_ENV !== "production") {
|
|
1035
|
-
|
|
1057
|
+
ShoppingCartError.propTypes = iconPropTypes;
|
|
1036
1058
|
}
|
|
1037
|
-
const
|
|
1059
|
+
const ShoppingCartMinus = /*#__PURE__*/React.forwardRef(function ShoppingCartMinus(_ref44, ref) {
|
|
1038
1060
|
let {
|
|
1039
1061
|
children,
|
|
1040
1062
|
size = 16,
|
|
@@ -1048,17 +1070,24 @@ const SkipForwardSolidFilled = /*#__PURE__*/React.forwardRef(function SkipForwar
|
|
|
1048
1070
|
viewBox: "0 0 32 32",
|
|
1049
1071
|
fill: "currentColor",
|
|
1050
1072
|
...rest
|
|
1051
|
-
},
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1073
|
+
}, _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
1074
|
+
cx: "10",
|
|
1075
|
+
cy: "28",
|
|
1076
|
+
r: "2"
|
|
1077
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
1078
|
+
cx: "24",
|
|
1079
|
+
cy: "28",
|
|
1080
|
+
r: "2"
|
|
1081
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1082
|
+
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"
|
|
1083
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1084
|
+
d: "M12 6L12 8 22 8 22 6 12 6z"
|
|
1056
1085
|
})), children);
|
|
1057
1086
|
});
|
|
1058
1087
|
if (process.env.NODE_ENV !== "production") {
|
|
1059
|
-
|
|
1088
|
+
ShoppingCartMinus.propTypes = iconPropTypes;
|
|
1060
1089
|
}
|
|
1061
|
-
const
|
|
1090
|
+
const ShoppingCartPlus = /*#__PURE__*/React.forwardRef(function ShoppingCartPlus(_ref45, ref) {
|
|
1062
1091
|
let {
|
|
1063
1092
|
children,
|
|
1064
1093
|
size = 16,
|
|
@@ -1072,16 +1101,24 @@ const Sleet = /*#__PURE__*/React.forwardRef(function Sleet(_ref45, ref) {
|
|
|
1072
1101
|
viewBox: "0 0 32 32",
|
|
1073
1102
|
fill: "currentColor",
|
|
1074
1103
|
...rest
|
|
1075
|
-
},
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1104
|
+
}, _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
1105
|
+
cx: "10",
|
|
1106
|
+
cy: "28",
|
|
1107
|
+
r: "2"
|
|
1108
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
1109
|
+
cx: "24",
|
|
1110
|
+
cy: "28",
|
|
1111
|
+
r: "2"
|
|
1112
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1113
|
+
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"
|
|
1114
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1115
|
+
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"
|
|
1079
1116
|
})), children);
|
|
1080
1117
|
});
|
|
1081
1118
|
if (process.env.NODE_ENV !== "production") {
|
|
1082
|
-
|
|
1119
|
+
ShoppingCartPlus.propTypes = iconPropTypes;
|
|
1083
1120
|
}
|
|
1084
|
-
const
|
|
1121
|
+
const ShoppingCatalog = /*#__PURE__*/React.forwardRef(function ShoppingCatalog(_ref46, ref) {
|
|
1085
1122
|
let {
|
|
1086
1123
|
children,
|
|
1087
1124
|
size = 16,
|
|
@@ -1095,22 +1132,16 @@ const Slisor = /*#__PURE__*/React.forwardRef(function Slisor(_ref46, ref) {
|
|
|
1095
1132
|
viewBox: "0 0 32 32",
|
|
1096
1133
|
fill: "currentColor",
|
|
1097
1134
|
...rest
|
|
1098
|
-
},
|
|
1099
|
-
d: "
|
|
1100
|
-
})),
|
|
1101
|
-
|
|
1102
|
-
cy: "25",
|
|
1103
|
-
r: "1"
|
|
1104
|
-
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1105
|
-
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"
|
|
1106
|
-
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1107
|
-
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"
|
|
1135
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1136
|
+
d: "M17 24H21V28H17zM24 24H28V28H24zM17 17H21V21H17zM24 17H28V21H24z"
|
|
1137
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1138
|
+
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"
|
|
1108
1139
|
})), children);
|
|
1109
1140
|
});
|
|
1110
1141
|
if (process.env.NODE_ENV !== "production") {
|
|
1111
|
-
|
|
1142
|
+
ShoppingCatalog.propTypes = iconPropTypes;
|
|
1112
1143
|
}
|
|
1113
|
-
const
|
|
1144
|
+
const ShowDataCards = /*#__PURE__*/React.forwardRef(function ShowDataCards(_ref47, ref) {
|
|
1114
1145
|
let {
|
|
1115
1146
|
children,
|
|
1116
1147
|
size = 16,
|
|
@@ -1124,14 +1155,14 @@ const Slm = /*#__PURE__*/React.forwardRef(function Slm(_ref47, ref) {
|
|
|
1124
1155
|
viewBox: "0 0 32 32",
|
|
1125
1156
|
fill: "currentColor",
|
|
1126
1157
|
...rest
|
|
1127
|
-
},
|
|
1128
|
-
d: "M28
|
|
1158
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1159
|
+
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"
|
|
1129
1160
|
})), children);
|
|
1130
1161
|
});
|
|
1131
1162
|
if (process.env.NODE_ENV !== "production") {
|
|
1132
|
-
|
|
1163
|
+
ShowDataCards.propTypes = iconPropTypes;
|
|
1133
1164
|
}
|
|
1134
|
-
const
|
|
1165
|
+
const ShrinkScreen = /*#__PURE__*/React.forwardRef(function ShrinkScreen(_ref48, ref) {
|
|
1135
1166
|
let {
|
|
1136
1167
|
children,
|
|
1137
1168
|
size = 16,
|
|
@@ -1145,14 +1176,16 @@ const Smell = /*#__PURE__*/React.forwardRef(function Smell(_ref48, ref) {
|
|
|
1145
1176
|
viewBox: "0 0 32 32",
|
|
1146
1177
|
fill: "currentColor",
|
|
1147
1178
|
...rest
|
|
1148
|
-
},
|
|
1149
|
-
d: "
|
|
1179
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1180
|
+
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"
|
|
1181
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1182
|
+
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"
|
|
1150
1183
|
})), children);
|
|
1151
1184
|
});
|
|
1152
1185
|
if (process.env.NODE_ENV !== "production") {
|
|
1153
|
-
|
|
1186
|
+
ShrinkScreen.propTypes = iconPropTypes;
|
|
1154
1187
|
}
|
|
1155
|
-
const
|
|
1188
|
+
const ShrinkScreenFilled = /*#__PURE__*/React.forwardRef(function ShrinkScreenFilled(_ref49, ref) {
|
|
1156
1189
|
let {
|
|
1157
1190
|
children,
|
|
1158
1191
|
size = 16,
|
|
@@ -1166,14 +1199,22 @@ const Smoke = /*#__PURE__*/React.forwardRef(function Smoke(_ref49, ref) {
|
|
|
1166
1199
|
viewBox: "0 0 32 32",
|
|
1167
1200
|
fill: "currentColor",
|
|
1168
1201
|
...rest
|
|
1169
|
-
},
|
|
1170
|
-
|
|
1202
|
+
}, _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
|
1203
|
+
width: "15",
|
|
1204
|
+
height: "10",
|
|
1205
|
+
x: "15",
|
|
1206
|
+
y: "18",
|
|
1207
|
+
rx: "2"
|
|
1208
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1209
|
+
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"
|
|
1210
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1211
|
+
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"
|
|
1171
1212
|
})), children);
|
|
1172
1213
|
});
|
|
1173
1214
|
if (process.env.NODE_ENV !== "production") {
|
|
1174
|
-
|
|
1215
|
+
ShrinkScreenFilled.propTypes = iconPropTypes;
|
|
1175
1216
|
}
|
|
1176
|
-
const
|
|
1217
|
+
const Shuffle = /*#__PURE__*/React.forwardRef(function Shuffle(_ref50, ref) {
|
|
1177
1218
|
let {
|
|
1178
1219
|
children,
|
|
1179
1220
|
size = 16,
|
|
@@ -1187,18 +1228,14 @@ const WatsonHealthSmoothing = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
1187
1228
|
viewBox: "0 0 32 32",
|
|
1188
1229
|
fill: "currentColor",
|
|
1189
1230
|
...rest
|
|
1190
|
-
},
|
|
1191
|
-
|
|
1192
|
-
cy: "16",
|
|
1193
|
-
r: "5"
|
|
1194
|
-
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1195
|
-
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"
|
|
1231
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1232
|
+
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"
|
|
1196
1233
|
})), children);
|
|
1197
1234
|
});
|
|
1198
1235
|
if (process.env.NODE_ENV !== "production") {
|
|
1199
|
-
|
|
1236
|
+
Shuffle.propTypes = iconPropTypes;
|
|
1200
1237
|
}
|
|
1201
|
-
const
|
|
1238
|
+
const Shuttle = /*#__PURE__*/React.forwardRef(function Shuttle(_ref51, ref) {
|
|
1202
1239
|
let {
|
|
1203
1240
|
children,
|
|
1204
1241
|
size = 16,
|
|
@@ -1212,18 +1249,14 @@ const WatsonHealthSmoothingCursor = /*#__PURE__*/React.forwardRef(function Watso
|
|
|
1212
1249
|
viewBox: "0 0 32 32",
|
|
1213
1250
|
fill: "currentColor",
|
|
1214
1251
|
...rest
|
|
1215
|
-
},
|
|
1216
|
-
|
|
1217
|
-
cy: "18",
|
|
1218
|
-
r: "4"
|
|
1219
|
-
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1220
|
-
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"
|
|
1252
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1253
|
+
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"
|
|
1221
1254
|
})), children);
|
|
1222
1255
|
});
|
|
1223
1256
|
if (process.env.NODE_ENV !== "production") {
|
|
1224
|
-
|
|
1257
|
+
Shuttle.propTypes = iconPropTypes;
|
|
1225
1258
|
}
|
|
1226
|
-
const
|
|
1259
|
+
const SidePanelClose = /*#__PURE__*/React.forwardRef(function SidePanelClose(_ref52, ref) {
|
|
1227
1260
|
let {
|
|
1228
1261
|
children,
|
|
1229
1262
|
size = 16,
|
|
@@ -1237,22 +1270,14 @@ const Snooze = /*#__PURE__*/React.forwardRef(function Snooze(_ref52, ref) {
|
|
|
1237
1270
|
viewBox: "0 0 32 32",
|
|
1238
1271
|
fill: "currentColor",
|
|
1239
1272
|
...rest
|
|
1240
|
-
},
|
|
1241
|
-
d: "
|
|
1242
|
-
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1243
|
-
d: "M24.5 3.965H26.499V9.036999999999999H24.5z",
|
|
1244
|
-
transform: "rotate(-44.945 25.5 6.5)"
|
|
1245
|
-
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1246
|
-
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"
|
|
1247
|
-
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1248
|
-
d: "M3.965 5.501H9.036999999999999V7.5H3.965z",
|
|
1249
|
-
transform: "rotate(-45.055 6.5 6.5)"
|
|
1273
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1274
|
+
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"
|
|
1250
1275
|
})), children);
|
|
1251
1276
|
});
|
|
1252
1277
|
if (process.env.NODE_ENV !== "production") {
|
|
1253
|
-
|
|
1278
|
+
SidePanelClose.propTypes = iconPropTypes;
|
|
1254
1279
|
}
|
|
1255
|
-
const
|
|
1280
|
+
const SidePanelCloseFilled = /*#__PURE__*/React.forwardRef(function SidePanelCloseFilled(_ref53, ref) {
|
|
1256
1281
|
let {
|
|
1257
1282
|
children,
|
|
1258
1283
|
size = 16,
|
|
@@ -1266,14 +1291,14 @@ const Snow = /*#__PURE__*/React.forwardRef(function Snow(_ref53, ref) {
|
|
|
1266
1291
|
viewBox: "0 0 32 32",
|
|
1267
1292
|
fill: "currentColor",
|
|
1268
1293
|
...rest
|
|
1269
|
-
},
|
|
1270
|
-
d: "
|
|
1294
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1295
|
+
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"
|
|
1271
1296
|
})), children);
|
|
1272
1297
|
});
|
|
1273
1298
|
if (process.env.NODE_ENV !== "production") {
|
|
1274
|
-
|
|
1299
|
+
SidePanelCloseFilled.propTypes = iconPropTypes;
|
|
1275
1300
|
}
|
|
1276
|
-
const
|
|
1301
|
+
const SidePanelOpen = /*#__PURE__*/React.forwardRef(function SidePanelOpen(_ref54, ref) {
|
|
1277
1302
|
let {
|
|
1278
1303
|
children,
|
|
1279
1304
|
size = 16,
|
|
@@ -1287,16 +1312,14 @@ const SnowBlizzard = /*#__PURE__*/React.forwardRef(function SnowBlizzard(_ref54,
|
|
|
1287
1312
|
viewBox: "0 0 32 32",
|
|
1288
1313
|
fill: "currentColor",
|
|
1289
1314
|
...rest
|
|
1290
|
-
},
|
|
1291
|
-
d: "
|
|
1292
|
-
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1293
|
-
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"
|
|
1315
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1316
|
+
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"
|
|
1294
1317
|
})), children);
|
|
1295
1318
|
});
|
|
1296
1319
|
if (process.env.NODE_ENV !== "production") {
|
|
1297
|
-
|
|
1320
|
+
SidePanelOpen.propTypes = iconPropTypes;
|
|
1298
1321
|
}
|
|
1299
|
-
const
|
|
1322
|
+
const SidePanelOpenFilled = /*#__PURE__*/React.forwardRef(function SidePanelOpenFilled(_ref55, ref) {
|
|
1300
1323
|
let {
|
|
1301
1324
|
children,
|
|
1302
1325
|
size = 16,
|
|
@@ -1310,16 +1333,14 @@ const SnowHeavy = /*#__PURE__*/React.forwardRef(function SnowHeavy(_ref55, ref)
|
|
|
1310
1333
|
viewBox: "0 0 32 32",
|
|
1311
1334
|
fill: "currentColor",
|
|
1312
1335
|
...rest
|
|
1313
|
-
},
|
|
1314
|
-
d: "
|
|
1315
|
-
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1316
|
-
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"
|
|
1336
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1337
|
+
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"
|
|
1317
1338
|
})), children);
|
|
1318
1339
|
});
|
|
1319
1340
|
if (process.env.NODE_ENV !== "production") {
|
|
1320
|
-
|
|
1341
|
+
SidePanelOpenFilled.propTypes = iconPropTypes;
|
|
1321
1342
|
}
|
|
1322
|
-
const
|
|
1343
|
+
const Sight = /*#__PURE__*/React.forwardRef(function Sight(_ref56, ref) {
|
|
1323
1344
|
let {
|
|
1324
1345
|
children,
|
|
1325
1346
|
size = 16,
|
|
@@ -1333,25 +1354,16 @@ const SnowScattered = /*#__PURE__*/React.forwardRef(function SnowScattered(_ref5
|
|
|
1333
1354
|
viewBox: "0 0 32 32",
|
|
1334
1355
|
fill: "currentColor",
|
|
1335
1356
|
...rest
|
|
1336
|
-
},
|
|
1337
|
-
d: "
|
|
1338
|
-
})),
|
|
1339
|
-
d: "
|
|
1340
|
-
transform: "rotate(-45 28.232 4.768)"
|
|
1341
|
-
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1342
|
-
d: "M26.732 16.233H29.732V18.233H26.732z",
|
|
1343
|
-
transform: "rotate(-135 28.232 17.233)"
|
|
1344
|
-
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1345
|
-
d: "M12.268 3.768H15.268V5.768H12.268z",
|
|
1346
|
-
transform: "rotate(-135 13.768 4.768)"
|
|
1347
|
-
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1348
|
-
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"
|
|
1357
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1358
|
+
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"
|
|
1359
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1360
|
+
d: "M19 12H23V14H19z"
|
|
1349
1361
|
})), children);
|
|
1350
1362
|
});
|
|
1351
1363
|
if (process.env.NODE_ENV !== "production") {
|
|
1352
|
-
|
|
1364
|
+
Sight.propTypes = iconPropTypes;
|
|
1353
1365
|
}
|
|
1354
|
-
const
|
|
1366
|
+
const Sigma = /*#__PURE__*/React.forwardRef(function Sigma(_ref57, ref) {
|
|
1355
1367
|
let {
|
|
1356
1368
|
children,
|
|
1357
1369
|
size = 16,
|
|
@@ -1365,14 +1377,14 @@ const SnowScatteredNight = /*#__PURE__*/React.forwardRef(function SnowScatteredN
|
|
|
1365
1377
|
viewBox: "0 0 32 32",
|
|
1366
1378
|
fill: "currentColor",
|
|
1367
1379
|
...rest
|
|
1368
|
-
},
|
|
1369
|
-
d: "
|
|
1380
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1381
|
+
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"
|
|
1370
1382
|
})), children);
|
|
1371
1383
|
});
|
|
1372
1384
|
if (process.env.NODE_ENV !== "production") {
|
|
1373
|
-
|
|
1385
|
+
Sigma.propTypes = iconPropTypes;
|
|
1374
1386
|
}
|
|
1375
|
-
const
|
|
1387
|
+
const SignalStrength = /*#__PURE__*/React.forwardRef(function SignalStrength(_ref58, ref) {
|
|
1376
1388
|
let {
|
|
1377
1389
|
children,
|
|
1378
1390
|
size = 16,
|
|
@@ -1386,16 +1398,14 @@ const SnowDensity = /*#__PURE__*/React.forwardRef(function SnowDensity(_ref58, r
|
|
|
1386
1398
|
viewBox: "0 0 32 32",
|
|
1387
1399
|
fill: "currentColor",
|
|
1388
1400
|
...rest
|
|
1389
|
-
},
|
|
1390
|
-
d: "
|
|
1391
|
-
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1392
|
-
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"
|
|
1401
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1402
|
+
d: "M26 6H28V26H26zM18 11H20V26H18zM11 16H13V26H11zM4 20H6V26H4z"
|
|
1393
1403
|
})), children);
|
|
1394
1404
|
});
|
|
1395
1405
|
if (process.env.NODE_ENV !== "production") {
|
|
1396
|
-
|
|
1406
|
+
SignalStrength.propTypes = iconPropTypes;
|
|
1397
1407
|
}
|
|
1398
|
-
const
|
|
1408
|
+
const SimCard = /*#__PURE__*/React.forwardRef(function SimCard(_ref59, ref) {
|
|
1399
1409
|
let {
|
|
1400
1410
|
children,
|
|
1401
1411
|
size = 16,
|
|
@@ -1409,14 +1419,16 @@ const Snowflake = /*#__PURE__*/React.forwardRef(function Snowflake(_ref59, ref)
|
|
|
1409
1419
|
viewBox: "0 0 32 32",
|
|
1410
1420
|
fill: "currentColor",
|
|
1411
1421
|
...rest
|
|
1412
|
-
},
|
|
1413
|
-
d: "M21.
|
|
1422
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1423
|
+
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"
|
|
1424
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1425
|
+
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"
|
|
1414
1426
|
})), children);
|
|
1415
1427
|
});
|
|
1416
1428
|
if (process.env.NODE_ENV !== "production") {
|
|
1417
|
-
|
|
1429
|
+
SimCard.propTypes = iconPropTypes;
|
|
1418
1430
|
}
|
|
1419
|
-
const
|
|
1431
|
+
const SkillLevel = /*#__PURE__*/React.forwardRef(function SkillLevel(_ref60, ref) {
|
|
1420
1432
|
let {
|
|
1421
1433
|
children,
|
|
1422
1434
|
size = 16,
|
|
@@ -1430,21 +1442,14 @@ const Soccer = /*#__PURE__*/React.forwardRef(function Soccer(_ref60, ref) {
|
|
|
1430
1442
|
viewBox: "0 0 32 32",
|
|
1431
1443
|
fill: "currentColor",
|
|
1432
1444
|
...rest
|
|
1433
|
-
},
|
|
1434
|
-
|
|
1435
|
-
cy: "28",
|
|
1436
|
-
r: "2"
|
|
1437
|
-
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1438
|
-
d: "M7.55 17.5H15.45V19.5H7.55z",
|
|
1439
|
-
transform: "rotate(-45 11.5 18.5)"
|
|
1440
|
-
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1441
|
-
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"
|
|
1445
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1446
|
+
d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8zM4 28H8V20H4z"
|
|
1442
1447
|
})), children);
|
|
1443
1448
|
});
|
|
1444
1449
|
if (process.env.NODE_ENV !== "production") {
|
|
1445
|
-
|
|
1450
|
+
SkillLevel.propTypes = iconPropTypes;
|
|
1446
1451
|
}
|
|
1447
|
-
const
|
|
1452
|
+
const SkillLevelAdvanced = /*#__PURE__*/React.forwardRef(function SkillLevelAdvanced(_ref61, ref) {
|
|
1448
1453
|
let {
|
|
1449
1454
|
children,
|
|
1450
1455
|
size = 16,
|
|
@@ -1458,14 +1463,14 @@ const SoftwareResource = /*#__PURE__*/React.forwardRef(function SoftwareResource
|
|
|
1458
1463
|
viewBox: "0 0 32 32",
|
|
1459
1464
|
fill: "currentColor",
|
|
1460
1465
|
...rest
|
|
1461
|
-
},
|
|
1462
|
-
d: "
|
|
1466
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1467
|
+
d: "M30 30H22V4h8zM20 30H12V12h8zM10 30H2V18h8z"
|
|
1463
1468
|
})), children);
|
|
1464
1469
|
});
|
|
1465
1470
|
if (process.env.NODE_ENV !== "production") {
|
|
1466
|
-
|
|
1471
|
+
SkillLevelAdvanced.propTypes = iconPropTypes;
|
|
1467
1472
|
}
|
|
1468
|
-
const
|
|
1473
|
+
const SkillLevelBasic = /*#__PURE__*/React.forwardRef(function SkillLevelBasic(_ref62, ref) {
|
|
1469
1474
|
let {
|
|
1470
1475
|
children,
|
|
1471
1476
|
size = 16,
|
|
@@ -1479,14 +1484,14 @@ const SoftwareResourceCluster = /*#__PURE__*/React.forwardRef(function SoftwareR
|
|
|
1479
1484
|
viewBox: "0 0 32 32",
|
|
1480
1485
|
fill: "currentColor",
|
|
1481
1486
|
...rest
|
|
1482
|
-
},
|
|
1483
|
-
d: "
|
|
1487
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1488
|
+
d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8z"
|
|
1484
1489
|
})), children);
|
|
1485
1490
|
});
|
|
1486
1491
|
if (process.env.NODE_ENV !== "production") {
|
|
1487
|
-
|
|
1492
|
+
SkillLevelBasic.propTypes = iconPropTypes;
|
|
1488
1493
|
}
|
|
1489
|
-
const
|
|
1494
|
+
const SkillLevelIntermediate = /*#__PURE__*/React.forwardRef(function SkillLevelIntermediate(_ref63, ref) {
|
|
1490
1495
|
let {
|
|
1491
1496
|
children,
|
|
1492
1497
|
size = 16,
|
|
@@ -1500,32 +1505,14 @@ const SoftwareResourceResource = /*#__PURE__*/React.forwardRef(function Software
|
|
|
1500
1505
|
viewBox: "0 0 32 32",
|
|
1501
1506
|
fill: "currentColor",
|
|
1502
1507
|
...rest
|
|
1503
|
-
},
|
|
1504
|
-
d: "
|
|
1505
|
-
transform: "rotate(-45.001 9.293 9.293)"
|
|
1506
|
-
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1507
|
-
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"
|
|
1508
|
-
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1509
|
-
d: "M8.3 20.3H10.3V25.1H8.3z",
|
|
1510
|
-
transform: "rotate(-45.001 9.293 22.707)"
|
|
1511
|
-
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1512
|
-
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"
|
|
1513
|
-
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1514
|
-
d: "M20.3 21.7H25.1V23.7H20.3z",
|
|
1515
|
-
transform: "rotate(-45.001 22.707 22.707)"
|
|
1516
|
-
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1517
|
-
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"
|
|
1518
|
-
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1519
|
-
d: "M21.7 6.9H23.7V11.7H21.7z",
|
|
1520
|
-
transform: "rotate(-45.001 22.707 9.293)"
|
|
1521
|
-
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1522
|
-
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"
|
|
1508
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1509
|
+
d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zM10 30H2V18h8z"
|
|
1523
1510
|
})), children);
|
|
1524
1511
|
});
|
|
1525
1512
|
if (process.env.NODE_ENV !== "production") {
|
|
1526
|
-
|
|
1513
|
+
SkillLevelIntermediate.propTypes = iconPropTypes;
|
|
1527
1514
|
}
|
|
1528
|
-
const
|
|
1515
|
+
const SkipBack = /*#__PURE__*/React.forwardRef(function SkipBack(_ref64, ref) {
|
|
1529
1516
|
let {
|
|
1530
1517
|
children,
|
|
1531
1518
|
size = 16,
|
|
@@ -1539,48 +1526,14 @@ const SoilMoisture = /*#__PURE__*/React.forwardRef(function SoilMoisture(_ref64,
|
|
|
1539
1526
|
viewBox: "0 0 32 32",
|
|
1540
1527
|
fill: "currentColor",
|
|
1541
1528
|
...rest
|
|
1542
|
-
},
|
|
1543
|
-
d: "
|
|
1544
|
-
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
1545
|
-
cx: "5",
|
|
1546
|
-
cy: "13",
|
|
1547
|
-
r: "1"
|
|
1548
|
-
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
1549
|
-
cx: "11",
|
|
1550
|
-
cy: "19",
|
|
1551
|
-
r: "1"
|
|
1552
|
-
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
1553
|
-
cx: "15",
|
|
1554
|
-
cy: "25",
|
|
1555
|
-
r: "1"
|
|
1556
|
-
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
1557
|
-
cx: "17",
|
|
1558
|
-
cy: "15",
|
|
1559
|
-
r: "1"
|
|
1560
|
-
})), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
1561
|
-
cx: "13",
|
|
1562
|
-
cy: "11",
|
|
1563
|
-
r: "1"
|
|
1564
|
-
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
1565
|
-
cx: "27",
|
|
1566
|
-
cy: "11",
|
|
1567
|
-
r: "1"
|
|
1568
|
-
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
1569
|
-
cx: "9",
|
|
1570
|
-
cy: "27",
|
|
1571
|
-
r: "1"
|
|
1572
|
-
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
1573
|
-
cx: "3",
|
|
1574
|
-
cy: "21",
|
|
1575
|
-
r: "1"
|
|
1576
|
-
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1577
|
-
d: "M2 6H30V8H2z"
|
|
1529
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1530
|
+
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"
|
|
1578
1531
|
})), children);
|
|
1579
1532
|
});
|
|
1580
1533
|
if (process.env.NODE_ENV !== "production") {
|
|
1581
|
-
|
|
1534
|
+
SkipBack.propTypes = iconPropTypes;
|
|
1582
1535
|
}
|
|
1583
|
-
const
|
|
1536
|
+
const SkipBackFilled = /*#__PURE__*/React.forwardRef(function SkipBackFilled(_ref65, ref) {
|
|
1584
1537
|
let {
|
|
1585
1538
|
children,
|
|
1586
1539
|
size = 16,
|
|
@@ -1594,14 +1547,14 @@ const SoilMoistureField = /*#__PURE__*/React.forwardRef(function SoilMoistureFie
|
|
|
1594
1547
|
viewBox: "0 0 32 32",
|
|
1595
1548
|
fill: "currentColor",
|
|
1596
1549
|
...rest
|
|
1597
|
-
},
|
|
1598
|
-
d: "
|
|
1550
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1551
|
+
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"
|
|
1599
1552
|
})), children);
|
|
1600
1553
|
});
|
|
1601
1554
|
if (process.env.NODE_ENV !== "production") {
|
|
1602
|
-
|
|
1555
|
+
SkipBackFilled.propTypes = iconPropTypes;
|
|
1603
1556
|
}
|
|
1604
|
-
const
|
|
1557
|
+
const SkipBackOutline = /*#__PURE__*/React.forwardRef(function SkipBackOutline(_ref66, ref) {
|
|
1605
1558
|
let {
|
|
1606
1559
|
children,
|
|
1607
1560
|
size = 16,
|
|
@@ -1615,18 +1568,19 @@ const SoilMoistureGlobal = /*#__PURE__*/React.forwardRef(function SoilMoistureGl
|
|
|
1615
1568
|
viewBox: "0 0 32 32",
|
|
1616
1569
|
fill: "currentColor",
|
|
1617
1570
|
...rest
|
|
1618
|
-
},
|
|
1619
|
-
d: "
|
|
1620
|
-
})),
|
|
1621
|
-
d: "
|
|
1622
|
-
|
|
1623
|
-
|
|
1571
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1572
|
+
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"
|
|
1573
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1574
|
+
d: "M9 10H11V22H9z",
|
|
1575
|
+
transform: "rotate(-180 10 16)"
|
|
1576
|
+
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1577
|
+
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"
|
|
1624
1578
|
})), children);
|
|
1625
1579
|
});
|
|
1626
1580
|
if (process.env.NODE_ENV !== "production") {
|
|
1627
|
-
|
|
1581
|
+
SkipBackOutline.propTypes = iconPropTypes;
|
|
1628
1582
|
}
|
|
1629
|
-
const
|
|
1583
|
+
const SkipBackOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipBackOutlineFilled(_ref67, ref) {
|
|
1630
1584
|
let {
|
|
1631
1585
|
children,
|
|
1632
1586
|
size = 16,
|
|
@@ -1640,42 +1594,23 @@ const SoilTemperature = /*#__PURE__*/React.forwardRef(function SoilTemperature(_
|
|
|
1640
1594
|
viewBox: "0 0 32 32",
|
|
1641
1595
|
fill: "currentColor",
|
|
1642
1596
|
...rest
|
|
1643
|
-
},
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
})),
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
r: "1"
|
|
1655
|
-
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
1656
|
-
cx: "17",
|
|
1657
|
-
cy: "15",
|
|
1658
|
-
r: "1"
|
|
1659
|
-
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
1660
|
-
cx: "13",
|
|
1661
|
-
cy: "11",
|
|
1662
|
-
r: "1"
|
|
1663
|
-
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
1664
|
-
cx: "9",
|
|
1665
|
-
cy: "27",
|
|
1666
|
-
r: "1"
|
|
1667
|
-
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
|
1668
|
-
cx: "3",
|
|
1669
|
-
cy: "21",
|
|
1670
|
-
r: "1"
|
|
1671
|
-
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1672
|
-
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"
|
|
1597
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1598
|
+
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"
|
|
1599
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1600
|
+
d: "M22 19.301L22 12.699 16.059 16 22 19.301z"
|
|
1601
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1602
|
+
fill: "none",
|
|
1603
|
+
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"
|
|
1604
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1605
|
+
fill: "none",
|
|
1606
|
+
d: "M8 10H10V22H8z",
|
|
1607
|
+
transform: "rotate(-180 9 16)"
|
|
1673
1608
|
})), children);
|
|
1674
1609
|
});
|
|
1675
1610
|
if (process.env.NODE_ENV !== "production") {
|
|
1676
|
-
|
|
1611
|
+
SkipBackOutlineFilled.propTypes = iconPropTypes;
|
|
1677
1612
|
}
|
|
1678
|
-
const
|
|
1613
|
+
const SkipBackOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipBackOutlineSolid(_ref68, ref) {
|
|
1679
1614
|
let {
|
|
1680
1615
|
children,
|
|
1681
1616
|
size = 16,
|
|
@@ -1689,14 +1624,19 @@ const SoilTemperatureField = /*#__PURE__*/React.forwardRef(function SoilTemperat
|
|
|
1689
1624
|
viewBox: "0 0 32 32",
|
|
1690
1625
|
fill: "currentColor",
|
|
1691
1626
|
...rest
|
|
1692
|
-
},
|
|
1693
|
-
d: "
|
|
1627
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1628
|
+
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"
|
|
1629
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1630
|
+
d: "M9 10H11V22H9z",
|
|
1631
|
+
transform: "rotate(-180 10 16)"
|
|
1632
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1633
|
+
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"
|
|
1694
1634
|
})), children);
|
|
1695
1635
|
});
|
|
1696
1636
|
if (process.env.NODE_ENV !== "production") {
|
|
1697
|
-
|
|
1637
|
+
SkipBackOutlineSolid.propTypes = iconPropTypes;
|
|
1698
1638
|
}
|
|
1699
|
-
const
|
|
1639
|
+
const SkipBackSolidFilled = /*#__PURE__*/React.forwardRef(function SkipBackSolidFilled(_ref69, ref) {
|
|
1700
1640
|
let {
|
|
1701
1641
|
children,
|
|
1702
1642
|
size = 16,
|
|
@@ -1710,18 +1650,21 @@ const SoilTemperatureGlobal = /*#__PURE__*/React.forwardRef(function SoilTempera
|
|
|
1710
1650
|
viewBox: "0 0 32 32",
|
|
1711
1651
|
fill: "currentColor",
|
|
1712
1652
|
...rest
|
|
1713
|
-
},
|
|
1714
|
-
d: "
|
|
1715
|
-
})),
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1653
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1654
|
+
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"
|
|
1655
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1656
|
+
fill: "none",
|
|
1657
|
+
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"
|
|
1658
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1659
|
+
fill: "none",
|
|
1660
|
+
d: "M8 10H10V22H8z",
|
|
1661
|
+
transform: "rotate(-180 9 16)"
|
|
1719
1662
|
})), children);
|
|
1720
1663
|
});
|
|
1721
1664
|
if (process.env.NODE_ENV !== "production") {
|
|
1722
|
-
|
|
1665
|
+
SkipBackSolidFilled.propTypes = iconPropTypes;
|
|
1723
1666
|
}
|
|
1724
|
-
const
|
|
1667
|
+
const SkipForward = /*#__PURE__*/React.forwardRef(function SkipForward(_ref70, ref) {
|
|
1725
1668
|
let {
|
|
1726
1669
|
children,
|
|
1727
1670
|
size = 16,
|
|
@@ -1735,20 +1678,14 @@ const SolarPanel = /*#__PURE__*/React.forwardRef(function SolarPanel(_ref70, ref
|
|
|
1735
1678
|
viewBox: "0 0 32 32",
|
|
1736
1679
|
fill: "currentColor",
|
|
1737
1680
|
...rest
|
|
1738
|
-
},
|
|
1739
|
-
d: "
|
|
1740
|
-
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1741
|
-
d: "M5.343 4.343H7.343V8.343H5.343z",
|
|
1742
|
-
transform: "rotate(-45 6.343 6.343)"
|
|
1743
|
-
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1744
|
-
d: "M16.657 4.343H18.657V8.343H16.657z",
|
|
1745
|
-
transform: "rotate(-135 17.657 6.343)"
|
|
1681
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1682
|
+
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"
|
|
1746
1683
|
})), children);
|
|
1747
1684
|
});
|
|
1748
1685
|
if (process.env.NODE_ENV !== "production") {
|
|
1749
|
-
|
|
1686
|
+
SkipForward.propTypes = iconPropTypes;
|
|
1750
1687
|
}
|
|
1751
|
-
const
|
|
1688
|
+
const SkipForwardFilled = /*#__PURE__*/React.forwardRef(function SkipForwardFilled(_ref71, ref) {
|
|
1752
1689
|
let {
|
|
1753
1690
|
children,
|
|
1754
1691
|
size = 16,
|
|
@@ -1762,14 +1699,14 @@ const SortAscending = /*#__PURE__*/React.forwardRef(function SortAscending(_ref7
|
|
|
1762
1699
|
viewBox: "0 0 32 32",
|
|
1763
1700
|
fill: "currentColor",
|
|
1764
1701
|
...rest
|
|
1765
|
-
},
|
|
1766
|
-
d: "
|
|
1702
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1703
|
+
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"
|
|
1767
1704
|
})), children);
|
|
1768
1705
|
});
|
|
1769
1706
|
if (process.env.NODE_ENV !== "production") {
|
|
1770
|
-
|
|
1707
|
+
SkipForwardFilled.propTypes = iconPropTypes;
|
|
1771
1708
|
}
|
|
1772
|
-
const
|
|
1709
|
+
const SkipForwardOutline = /*#__PURE__*/React.forwardRef(function SkipForwardOutline(_ref72, ref) {
|
|
1773
1710
|
let {
|
|
1774
1711
|
children,
|
|
1775
1712
|
size = 16,
|
|
@@ -1783,14 +1720,16 @@ const SortDescending = /*#__PURE__*/React.forwardRef(function SortDescending(_re
|
|
|
1783
1720
|
viewBox: "0 0 32 32",
|
|
1784
1721
|
fill: "currentColor",
|
|
1785
1722
|
...rest
|
|
1786
|
-
},
|
|
1787
|
-
d: "
|
|
1723
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1724
|
+
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"
|
|
1725
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1726
|
+
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"
|
|
1788
1727
|
})), children);
|
|
1789
1728
|
});
|
|
1790
1729
|
if (process.env.NODE_ENV !== "production") {
|
|
1791
|
-
|
|
1730
|
+
SkipForwardOutline.propTypes = iconPropTypes;
|
|
1792
1731
|
}
|
|
1793
|
-
const
|
|
1732
|
+
const SkipForwardOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineFilled(_ref73, ref) {
|
|
1794
1733
|
let {
|
|
1795
1734
|
children,
|
|
1796
1735
|
size = 16,
|
|
@@ -1804,14 +1743,19 @@ const SortRemove = /*#__PURE__*/React.forwardRef(function SortRemove(_ref73, ref
|
|
|
1804
1743
|
viewBox: "0 0 32 32",
|
|
1805
1744
|
fill: "currentColor",
|
|
1806
1745
|
...rest
|
|
1807
|
-
},
|
|
1808
|
-
d: "
|
|
1746
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1747
|
+
d: "M10 19.301L15.941 16 10 12.699 10 19.301z"
|
|
1748
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1749
|
+
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"
|
|
1750
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1751
|
+
fill: "none",
|
|
1752
|
+
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"
|
|
1809
1753
|
})), children);
|
|
1810
1754
|
});
|
|
1811
1755
|
if (process.env.NODE_ENV !== "production") {
|
|
1812
|
-
|
|
1756
|
+
SkipForwardOutlineFilled.propTypes = iconPropTypes;
|
|
1813
1757
|
}
|
|
1814
|
-
const
|
|
1758
|
+
const SkipForwardOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineSolid(_ref74, ref) {
|
|
1815
1759
|
let {
|
|
1816
1760
|
children,
|
|
1817
1761
|
size = 16,
|
|
@@ -1825,16 +1769,16 @@ const SpellCheck = /*#__PURE__*/React.forwardRef(function SpellCheck(_ref74, ref
|
|
|
1825
1769
|
viewBox: "0 0 32 32",
|
|
1826
1770
|
fill: "currentColor",
|
|
1827
1771
|
...rest
|
|
1828
|
-
},
|
|
1829
|
-
d: "
|
|
1830
|
-
})),
|
|
1831
|
-
d: "
|
|
1772
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1773
|
+
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"
|
|
1774
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1775
|
+
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"
|
|
1832
1776
|
})), children);
|
|
1833
1777
|
});
|
|
1834
1778
|
if (process.env.NODE_ENV !== "production") {
|
|
1835
|
-
|
|
1779
|
+
SkipForwardOutlineSolid.propTypes = iconPropTypes;
|
|
1836
1780
|
}
|
|
1837
|
-
const
|
|
1781
|
+
const SkipForwardSolidFilled = /*#__PURE__*/React.forwardRef(function SkipForwardSolidFilled(_ref75, ref) {
|
|
1838
1782
|
let {
|
|
1839
1783
|
children,
|
|
1840
1784
|
size = 16,
|
|
@@ -1848,14 +1792,17 @@ const WatsonHealthSpineLabel = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
1848
1792
|
viewBox: "0 0 32 32",
|
|
1849
1793
|
fill: "currentColor",
|
|
1850
1794
|
...rest
|
|
1851
|
-
},
|
|
1852
|
-
d: "
|
|
1795
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1796
|
+
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"
|
|
1797
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1798
|
+
fill: "none",
|
|
1799
|
+
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"
|
|
1853
1800
|
})), children);
|
|
1854
1801
|
});
|
|
1855
1802
|
if (process.env.NODE_ENV !== "production") {
|
|
1856
|
-
|
|
1803
|
+
SkipForwardSolidFilled.propTypes = iconPropTypes;
|
|
1857
1804
|
}
|
|
1858
|
-
const
|
|
1805
|
+
const Sleet = /*#__PURE__*/React.forwardRef(function Sleet(_ref76, ref) {
|
|
1859
1806
|
let {
|
|
1860
1807
|
children,
|
|
1861
1808
|
size = 16,
|
|
@@ -1869,16 +1816,16 @@ const Split = /*#__PURE__*/React.forwardRef(function Split(_ref76, ref) {
|
|
|
1869
1816
|
viewBox: "0 0 32 32",
|
|
1870
1817
|
fill: "currentColor",
|
|
1871
1818
|
...rest
|
|
1872
|
-
},
|
|
1873
|
-
d: "
|
|
1874
|
-
})),
|
|
1875
|
-
d: "
|
|
1819
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1820
|
+
d: "M6 24H8V26H6zM8 26H10V28H8zM10 28H12V30H10zM10 24H12V26H10zM6 28H8V30H6z"
|
|
1821
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1822
|
+
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"
|
|
1876
1823
|
})), children);
|
|
1877
1824
|
});
|
|
1878
1825
|
if (process.env.NODE_ENV !== "production") {
|
|
1879
|
-
|
|
1826
|
+
Sleet.propTypes = iconPropTypes;
|
|
1880
1827
|
}
|
|
1881
|
-
const
|
|
1828
|
+
const Slisor = /*#__PURE__*/React.forwardRef(function Slisor(_ref77, ref) {
|
|
1882
1829
|
let {
|
|
1883
1830
|
children,
|
|
1884
1831
|
size = 16,
|
|
@@ -1892,14 +1839,22 @@ const WatsonHealthSplitDiscard = /*#__PURE__*/React.forwardRef(function WatsonHe
|
|
|
1892
1839
|
viewBox: "0 0 32 32",
|
|
1893
1840
|
fill: "currentColor",
|
|
1894
1841
|
...rest
|
|
1895
|
-
},
|
|
1896
|
-
d: "M28,
|
|
1842
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1843
|
+
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"
|
|
1844
|
+
})), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
1845
|
+
cx: "7",
|
|
1846
|
+
cy: "25",
|
|
1847
|
+
r: "1"
|
|
1848
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1849
|
+
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"
|
|
1850
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1851
|
+
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"
|
|
1897
1852
|
})), children);
|
|
1898
1853
|
});
|
|
1899
1854
|
if (process.env.NODE_ENV !== "production") {
|
|
1900
|
-
|
|
1855
|
+
Slisor.propTypes = iconPropTypes;
|
|
1901
1856
|
}
|
|
1902
|
-
const
|
|
1857
|
+
const Slm = /*#__PURE__*/React.forwardRef(function Slm(_ref78, ref) {
|
|
1903
1858
|
let {
|
|
1904
1859
|
children,
|
|
1905
1860
|
size = 16,
|
|
@@ -1913,14 +1868,14 @@ const SplitScreen = /*#__PURE__*/React.forwardRef(function SplitScreen(_ref78, r
|
|
|
1913
1868
|
viewBox: "0 0 32 32",
|
|
1914
1869
|
fill: "currentColor",
|
|
1915
1870
|
...rest
|
|
1916
|
-
},
|
|
1917
|
-
d: "
|
|
1871
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1872
|
+
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"
|
|
1918
1873
|
})), children);
|
|
1919
1874
|
});
|
|
1920
1875
|
if (process.env.NODE_ENV !== "production") {
|
|
1921
|
-
|
|
1876
|
+
Slm.propTypes = iconPropTypes;
|
|
1922
1877
|
}
|
|
1923
|
-
const
|
|
1878
|
+
const Smell = /*#__PURE__*/React.forwardRef(function Smell(_ref79, ref) {
|
|
1924
1879
|
let {
|
|
1925
1880
|
children,
|
|
1926
1881
|
size = 16,
|
|
@@ -1934,16 +1889,14 @@ const SprayPaint = /*#__PURE__*/React.forwardRef(function SprayPaint(_ref79, ref
|
|
|
1934
1889
|
viewBox: "0 0 32 32",
|
|
1935
1890
|
fill: "currentColor",
|
|
1936
1891
|
...rest
|
|
1937
|
-
},
|
|
1938
|
-
d: "M22
|
|
1939
|
-
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1940
|
-
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"
|
|
1892
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1893
|
+
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"
|
|
1941
1894
|
})), children);
|
|
1942
1895
|
});
|
|
1943
1896
|
if (process.env.NODE_ENV !== "production") {
|
|
1944
|
-
|
|
1897
|
+
Smell.propTypes = iconPropTypes;
|
|
1945
1898
|
}
|
|
1946
|
-
const
|
|
1899
|
+
const Smoke = /*#__PURE__*/React.forwardRef(function Smoke(_ref80, ref) {
|
|
1947
1900
|
let {
|
|
1948
1901
|
children,
|
|
1949
1902
|
size = 16,
|
|
@@ -1957,14 +1910,14 @@ const Sprout = /*#__PURE__*/React.forwardRef(function Sprout(_ref80, ref) {
|
|
|
1957
1910
|
viewBox: "0 0 32 32",
|
|
1958
1911
|
fill: "currentColor",
|
|
1959
1912
|
...rest
|
|
1960
|
-
},
|
|
1961
|
-
d: "
|
|
1913
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1914
|
+
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"
|
|
1962
1915
|
})), children);
|
|
1963
1916
|
});
|
|
1964
1917
|
if (process.env.NODE_ENV !== "production") {
|
|
1965
|
-
|
|
1918
|
+
Smoke.propTypes = iconPropTypes;
|
|
1966
1919
|
}
|
|
1967
|
-
const
|
|
1920
|
+
const WatsonHealthSmoothing = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothing(_ref81, ref) {
|
|
1968
1921
|
let {
|
|
1969
1922
|
children,
|
|
1970
1923
|
size = 16,
|
|
@@ -1978,14 +1931,18 @@ const Sql = /*#__PURE__*/React.forwardRef(function Sql(_ref81, ref) {
|
|
|
1978
1931
|
viewBox: "0 0 32 32",
|
|
1979
1932
|
fill: "currentColor",
|
|
1980
1933
|
...rest
|
|
1981
|
-
},
|
|
1982
|
-
|
|
1934
|
+
}, _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
1935
|
+
cx: "16",
|
|
1936
|
+
cy: "16",
|
|
1937
|
+
r: "5"
|
|
1938
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1939
|
+
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"
|
|
1983
1940
|
})), children);
|
|
1984
1941
|
});
|
|
1985
1942
|
if (process.env.NODE_ENV !== "production") {
|
|
1986
|
-
|
|
1943
|
+
WatsonHealthSmoothing.propTypes = iconPropTypes;
|
|
1987
1944
|
}
|
|
1988
|
-
const
|
|
1945
|
+
const WatsonHealthSmoothingCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothingCursor(_ref82, ref) {
|
|
1989
1946
|
let {
|
|
1990
1947
|
children,
|
|
1991
1948
|
size = 16,
|
|
@@ -1999,15 +1956,18 @@ const SquareOutline = /*#__PURE__*/React.forwardRef(function SquareOutline(_ref8
|
|
|
1999
1956
|
viewBox: "0 0 32 32",
|
|
2000
1957
|
fill: "currentColor",
|
|
2001
1958
|
...rest
|
|
2002
|
-
},
|
|
2003
|
-
|
|
2004
|
-
|
|
1959
|
+
}, _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
1960
|
+
cx: "18",
|
|
1961
|
+
cy: "18",
|
|
1962
|
+
r: "4"
|
|
1963
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1964
|
+
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"
|
|
2005
1965
|
})), children);
|
|
2006
1966
|
});
|
|
2007
1967
|
if (process.env.NODE_ENV !== "production") {
|
|
2008
|
-
|
|
1968
|
+
WatsonHealthSmoothingCursor.propTypes = iconPropTypes;
|
|
2009
1969
|
}
|
|
2010
|
-
const
|
|
1970
|
+
const Snooze = /*#__PURE__*/React.forwardRef(function Snooze(_ref83, ref) {
|
|
2011
1971
|
let {
|
|
2012
1972
|
children,
|
|
2013
1973
|
size = 16,
|
|
@@ -2021,49 +1981,43 @@ const SquareSolid = /*#__PURE__*/React.forwardRef(function SquareSolid(_ref83, r
|
|
|
2021
1981
|
viewBox: "0 0 32 32",
|
|
2022
1982
|
fill: "currentColor",
|
|
2023
1983
|
...rest
|
|
2024
|
-
},
|
|
2025
|
-
|
|
2026
|
-
|
|
1984
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1985
|
+
d: "M20 14L20 12 12 12 12 14 17.5 14 12 20 12 22 20 22 20 20 14.507 20 20 14z"
|
|
1986
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1987
|
+
d: "M24.5 3.965H26.499V9.036999999999999H24.5z",
|
|
1988
|
+
transform: "rotate(-44.945 25.5 6.5)"
|
|
1989
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1990
|
+
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"
|
|
1991
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1992
|
+
d: "M3.965 5.501H9.036999999999999V7.5H3.965z",
|
|
1993
|
+
transform: "rotate(-45.055 6.5 6.5)"
|
|
2027
1994
|
})), children);
|
|
2028
1995
|
});
|
|
2029
1996
|
if (process.env.NODE_ENV !== "production") {
|
|
2030
|
-
|
|
1997
|
+
Snooze.propTypes = iconPropTypes;
|
|
2031
1998
|
}
|
|
2032
|
-
const
|
|
1999
|
+
const Snow = /*#__PURE__*/React.forwardRef(function Snow(_ref84, ref) {
|
|
2033
2000
|
let {
|
|
2034
2001
|
children,
|
|
2035
2002
|
size = 16,
|
|
2036
2003
|
...rest
|
|
2037
2004
|
} = _ref84;
|
|
2038
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
2039
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2040
|
-
width: size,
|
|
2041
|
-
height: size,
|
|
2042
|
-
ref: ref,
|
|
2043
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2044
|
-
viewBox: "0 0 16 16",
|
|
2045
|
-
fill: "currentColor",
|
|
2046
|
-
...rest
|
|
2047
|
-
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2048
|
-
d: "M3 3H13V13H3z"
|
|
2049
|
-
})), children);
|
|
2050
|
-
}
|
|
2051
2005
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2052
2006
|
width: size,
|
|
2053
2007
|
height: size,
|
|
2054
2008
|
ref: ref,
|
|
2055
2009
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2056
|
-
viewBox: "0 0
|
|
2010
|
+
viewBox: "0 0 32 32",
|
|
2057
2011
|
fill: "currentColor",
|
|
2058
2012
|
...rest
|
|
2059
|
-
},
|
|
2060
|
-
d: "
|
|
2013
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
2014
|
+
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"
|
|
2061
2015
|
})), children);
|
|
2062
2016
|
});
|
|
2063
2017
|
if (process.env.NODE_ENV !== "production") {
|
|
2064
|
-
|
|
2018
|
+
Snow.propTypes = iconPropTypes;
|
|
2065
2019
|
}
|
|
2066
|
-
const
|
|
2020
|
+
const SnowBlizzard = /*#__PURE__*/React.forwardRef(function SnowBlizzard(_ref85, ref) {
|
|
2067
2021
|
let {
|
|
2068
2022
|
children,
|
|
2069
2023
|
size = 16,
|
|
@@ -2077,14 +2031,16 @@ const StackLimitation = /*#__PURE__*/React.forwardRef(function StackLimitation(_
|
|
|
2077
2031
|
viewBox: "0 0 32 32",
|
|
2078
2032
|
fill: "currentColor",
|
|
2079
2033
|
...rest
|
|
2080
|
-
},
|
|
2081
|
-
d: "
|
|
2034
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
2035
|
+
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"
|
|
2036
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
2037
|
+
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"
|
|
2082
2038
|
})), children);
|
|
2083
2039
|
});
|
|
2084
2040
|
if (process.env.NODE_ENV !== "production") {
|
|
2085
|
-
|
|
2041
|
+
SnowBlizzard.propTypes = iconPropTypes;
|
|
2086
2042
|
}
|
|
2087
|
-
const
|
|
2043
|
+
const SnowHeavy = /*#__PURE__*/React.forwardRef(function SnowHeavy(_ref86, ref) {
|
|
2088
2044
|
let {
|
|
2089
2045
|
children,
|
|
2090
2046
|
size = 16,
|
|
@@ -2098,16 +2054,16 @@ const WatsonHealthStackedMove = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
2098
2054
|
viewBox: "0 0 32 32",
|
|
2099
2055
|
fill: "currentColor",
|
|
2100
2056
|
...rest
|
|
2101
|
-
},
|
|
2102
|
-
d: "
|
|
2103
|
-
})),
|
|
2104
|
-
d: "
|
|
2057
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
2058
|
+
d: "M4 26H6V28H4zM6 28H8V30H6zM8 30H10V32H8zM8 26H10V28H8zM4 30H6V32H4zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM14 26H16V28H14zM16 28H18V30H16zM18 30H20V32H18zM18 26H20V28H18zM14 30H16V32H14z"
|
|
2059
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
2060
|
+
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"
|
|
2105
2061
|
})), children);
|
|
2106
2062
|
});
|
|
2107
2063
|
if (process.env.NODE_ENV !== "production") {
|
|
2108
|
-
|
|
2064
|
+
SnowHeavy.propTypes = iconPropTypes;
|
|
2109
2065
|
}
|
|
2110
|
-
const
|
|
2066
|
+
const SnowScattered = /*#__PURE__*/React.forwardRef(function SnowScattered(_ref87, ref) {
|
|
2111
2067
|
let {
|
|
2112
2068
|
children,
|
|
2113
2069
|
size = 16,
|
|
@@ -2121,18 +2077,25 @@ const WatsonHealthStackedScrolling_1 = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
2121
2077
|
viewBox: "0 0 32 32",
|
|
2122
2078
|
fill: "currentColor",
|
|
2123
2079
|
...rest
|
|
2124
|
-
},
|
|
2125
|
-
d: "
|
|
2126
|
-
})),
|
|
2127
|
-
d: "
|
|
2128
|
-
|
|
2129
|
-
|
|
2080
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2081
|
+
d: "M2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2zM20 26H22V28H20zM22 28H24V30H22zM24 30H26V32H24zM24 26H26V28H24zM20 30H22V32H20zM11 26H13V28H11zM13 28H15V30H13zM15 30H17V32H15zM15 26H17V28H15zM11 30H13V32H11zM20 0H22V3H20zM29 10.001H32V12.001H29z"
|
|
2082
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2083
|
+
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
2084
|
+
transform: "rotate(-45 28.232 4.768)"
|
|
2085
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2086
|
+
d: "M26.732 16.233H29.732V18.233H26.732z",
|
|
2087
|
+
transform: "rotate(-135 28.232 17.233)"
|
|
2088
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2089
|
+
d: "M12.268 3.768H15.268V5.768H12.268z",
|
|
2090
|
+
transform: "rotate(-135 13.768 4.768)"
|
|
2091
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2092
|
+
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"
|
|
2130
2093
|
})), children);
|
|
2131
2094
|
});
|
|
2132
2095
|
if (process.env.NODE_ENV !== "production") {
|
|
2133
|
-
|
|
2096
|
+
SnowScattered.propTypes = iconPropTypes;
|
|
2134
2097
|
}
|
|
2135
|
-
const
|
|
2098
|
+
const SnowScatteredNight = /*#__PURE__*/React.forwardRef(function SnowScatteredNight(_ref88, ref) {
|
|
2136
2099
|
let {
|
|
2137
2100
|
children,
|
|
2138
2101
|
size = 16,
|
|
@@ -2146,18 +2109,14 @@ const WatsonHealthStackedScrolling_2 = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
2146
2109
|
viewBox: "0 0 32 32",
|
|
2147
2110
|
fill: "currentColor",
|
|
2148
2111
|
...rest
|
|
2149
|
-
},
|
|
2150
|
-
d: "
|
|
2151
|
-
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2152
|
-
d: "M27,21H25V9H17V7h8a2,2,0,0,1,2,2Z"
|
|
2153
|
-
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2154
|
-
d: "M32,16H30V4H22V2h8a2,2,0,0,1,2,2Z"
|
|
2112
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2113
|
+
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"
|
|
2155
2114
|
})), children);
|
|
2156
2115
|
});
|
|
2157
2116
|
if (process.env.NODE_ENV !== "production") {
|
|
2158
|
-
|
|
2117
|
+
SnowScatteredNight.propTypes = iconPropTypes;
|
|
2159
2118
|
}
|
|
2160
|
-
const
|
|
2119
|
+
const SnowDensity = /*#__PURE__*/React.forwardRef(function SnowDensity(_ref89, ref) {
|
|
2161
2120
|
let {
|
|
2162
2121
|
children,
|
|
2163
2122
|
size = 16,
|
|
@@ -2171,32 +2130,21 @@ const Stamp = /*#__PURE__*/React.forwardRef(function Stamp(_ref89, ref) {
|
|
|
2171
2130
|
viewBox: "0 0 32 32",
|
|
2172
2131
|
fill: "currentColor",
|
|
2173
2132
|
...rest
|
|
2174
|
-
},
|
|
2175
|
-
d: "
|
|
2133
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2134
|
+
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"
|
|
2135
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2136
|
+
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"
|
|
2176
2137
|
})), children);
|
|
2177
2138
|
});
|
|
2178
2139
|
if (process.env.NODE_ENV !== "production") {
|
|
2179
|
-
|
|
2140
|
+
SnowDensity.propTypes = iconPropTypes;
|
|
2180
2141
|
}
|
|
2181
|
-
const
|
|
2142
|
+
const Snowflake = /*#__PURE__*/React.forwardRef(function Snowflake(_ref90, ref) {
|
|
2182
2143
|
let {
|
|
2183
2144
|
children,
|
|
2184
2145
|
size = 16,
|
|
2185
2146
|
...rest
|
|
2186
2147
|
} = _ref90;
|
|
2187
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2188
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2189
|
-
width: size,
|
|
2190
|
-
height: size,
|
|
2191
|
-
ref: ref,
|
|
2192
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2193
|
-
viewBox: "0 0 16 16",
|
|
2194
|
-
fill: "currentColor",
|
|
2195
|
-
...rest
|
|
2196
|
-
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2197
|
-
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"
|
|
2198
|
-
})), children);
|
|
2199
|
-
}
|
|
2200
2148
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2201
2149
|
width: size,
|
|
2202
2150
|
height: size,
|
|
@@ -2205,32 +2153,19 @@ const Star = /*#__PURE__*/React.forwardRef(function Star(_ref90, ref) {
|
|
|
2205
2153
|
viewBox: "0 0 32 32",
|
|
2206
2154
|
fill: "currentColor",
|
|
2207
2155
|
...rest
|
|
2208
|
-
},
|
|
2209
|
-
d: "
|
|
2156
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2157
|
+
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"
|
|
2210
2158
|
})), children);
|
|
2211
2159
|
});
|
|
2212
2160
|
if (process.env.NODE_ENV !== "production") {
|
|
2213
|
-
|
|
2161
|
+
Snowflake.propTypes = iconPropTypes;
|
|
2214
2162
|
}
|
|
2215
|
-
const
|
|
2163
|
+
const Soccer = /*#__PURE__*/React.forwardRef(function Soccer(_ref91, ref) {
|
|
2216
2164
|
let {
|
|
2217
2165
|
children,
|
|
2218
2166
|
size = 16,
|
|
2219
2167
|
...rest
|
|
2220
2168
|
} = _ref91;
|
|
2221
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2222
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2223
|
-
width: size,
|
|
2224
|
-
height: size,
|
|
2225
|
-
ref: ref,
|
|
2226
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2227
|
-
viewBox: "0 0 16 16",
|
|
2228
|
-
fill: "currentColor",
|
|
2229
|
-
...rest
|
|
2230
|
-
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2231
|
-
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"
|
|
2232
|
-
})), children);
|
|
2233
|
-
}
|
|
2234
2169
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2235
2170
|
width: size,
|
|
2236
2171
|
height: size,
|
|
@@ -2239,32 +2174,26 @@ const StarFilled = /*#__PURE__*/React.forwardRef(function StarFilled(_ref91, ref
|
|
|
2239
2174
|
viewBox: "0 0 32 32",
|
|
2240
2175
|
fill: "currentColor",
|
|
2241
2176
|
...rest
|
|
2242
|
-
},
|
|
2243
|
-
|
|
2177
|
+
}, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
2178
|
+
cx: "17",
|
|
2179
|
+
cy: "28",
|
|
2180
|
+
r: "2"
|
|
2181
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2182
|
+
d: "M7.55 17.5H15.45V19.5H7.55z",
|
|
2183
|
+
transform: "rotate(-45 11.5 18.5)"
|
|
2184
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2185
|
+
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"
|
|
2244
2186
|
})), children);
|
|
2245
2187
|
});
|
|
2246
2188
|
if (process.env.NODE_ENV !== "production") {
|
|
2247
|
-
|
|
2189
|
+
Soccer.propTypes = iconPropTypes;
|
|
2248
2190
|
}
|
|
2249
|
-
const
|
|
2191
|
+
const SoftwareResource = /*#__PURE__*/React.forwardRef(function SoftwareResource(_ref92, ref) {
|
|
2250
2192
|
let {
|
|
2251
2193
|
children,
|
|
2252
2194
|
size = 16,
|
|
2253
2195
|
...rest
|
|
2254
2196
|
} = _ref92;
|
|
2255
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2256
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2257
|
-
width: size,
|
|
2258
|
-
height: size,
|
|
2259
|
-
ref: ref,
|
|
2260
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2261
|
-
viewBox: "0 0 16 16",
|
|
2262
|
-
fill: "currentColor",
|
|
2263
|
-
...rest
|
|
2264
|
-
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2265
|
-
d: "M5.7 5.6L0.6 6.3 4.3 9.9 3.5 15 8 12.6 8 1z"
|
|
2266
|
-
})), children);
|
|
2267
|
-
}
|
|
2268
2197
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2269
2198
|
width: size,
|
|
2270
2199
|
height: size,
|
|
@@ -2273,14 +2202,14 @@ const StarHalf = /*#__PURE__*/React.forwardRef(function StarHalf(_ref92, ref) {
|
|
|
2273
2202
|
viewBox: "0 0 32 32",
|
|
2274
2203
|
fill: "currentColor",
|
|
2275
2204
|
...rest
|
|
2276
|
-
},
|
|
2277
|
-
d: "
|
|
2205
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2206
|
+
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"
|
|
2278
2207
|
})), children);
|
|
2279
2208
|
});
|
|
2280
2209
|
if (process.env.NODE_ENV !== "production") {
|
|
2281
|
-
|
|
2210
|
+
SoftwareResource.propTypes = iconPropTypes;
|
|
2282
2211
|
}
|
|
2283
|
-
const
|
|
2212
|
+
const SoftwareResourceCluster = /*#__PURE__*/React.forwardRef(function SoftwareResourceCluster(_ref93, ref) {
|
|
2284
2213
|
let {
|
|
2285
2214
|
children,
|
|
2286
2215
|
size = 16,
|
|
@@ -2294,16 +2223,14 @@ const StarReview = /*#__PURE__*/React.forwardRef(function StarReview(_ref93, ref
|
|
|
2294
2223
|
viewBox: "0 0 32 32",
|
|
2295
2224
|
fill: "currentColor",
|
|
2296
2225
|
...rest
|
|
2297
|
-
},
|
|
2298
|
-
d: "
|
|
2299
|
-
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2300
|
-
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"
|
|
2226
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2227
|
+
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"
|
|
2301
2228
|
})), children);
|
|
2302
2229
|
});
|
|
2303
2230
|
if (process.env.NODE_ENV !== "production") {
|
|
2304
|
-
|
|
2231
|
+
SoftwareResourceCluster.propTypes = iconPropTypes;
|
|
2305
2232
|
}
|
|
2306
|
-
const
|
|
2233
|
+
const SoftwareResourceResource = /*#__PURE__*/React.forwardRef(function SoftwareResourceResource(_ref94, ref) {
|
|
2307
2234
|
let {
|
|
2308
2235
|
children,
|
|
2309
2236
|
size = 16,
|
|
@@ -2317,16 +2244,32 @@ const WatsonHealthStatusAcknowledge = /*#__PURE__*/React.forwardRef(function Wat
|
|
|
2317
2244
|
viewBox: "0 0 32 32",
|
|
2318
2245
|
fill: "currentColor",
|
|
2319
2246
|
...rest
|
|
2320
|
-
},
|
|
2321
|
-
d: "
|
|
2322
|
-
|
|
2323
|
-
|
|
2247
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2248
|
+
d: "M6.9 8.3H11.7V10.3H6.9z",
|
|
2249
|
+
transform: "rotate(-45.001 9.293 9.293)"
|
|
2250
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2251
|
+
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"
|
|
2252
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2253
|
+
d: "M8.3 20.3H10.3V25.1H8.3z",
|
|
2254
|
+
transform: "rotate(-45.001 9.293 22.707)"
|
|
2255
|
+
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2256
|
+
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"
|
|
2257
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2258
|
+
d: "M20.3 21.7H25.1V23.7H20.3z",
|
|
2259
|
+
transform: "rotate(-45.001 22.707 22.707)"
|
|
2260
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2261
|
+
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"
|
|
2262
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2263
|
+
d: "M21.7 6.9H23.7V11.7H21.7z",
|
|
2264
|
+
transform: "rotate(-45.001 22.707 9.293)"
|
|
2265
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2266
|
+
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"
|
|
2324
2267
|
})), children);
|
|
2325
2268
|
});
|
|
2326
2269
|
if (process.env.NODE_ENV !== "production") {
|
|
2327
|
-
|
|
2270
|
+
SoftwareResourceResource.propTypes = iconPropTypes;
|
|
2328
2271
|
}
|
|
2329
|
-
const
|
|
2272
|
+
const SoilMoisture = /*#__PURE__*/React.forwardRef(function SoilMoisture(_ref95, ref) {
|
|
2330
2273
|
let {
|
|
2331
2274
|
children,
|
|
2332
2275
|
size = 16,
|
|
@@ -2340,14 +2283,48 @@ const WatsonHealthStatusChange = /*#__PURE__*/React.forwardRef(function WatsonHe
|
|
|
2340
2283
|
viewBox: "0 0 32 32",
|
|
2341
2284
|
fill: "currentColor",
|
|
2342
2285
|
...rest
|
|
2343
|
-
},
|
|
2344
|
-
d: "
|
|
2286
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2287
|
+
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"
|
|
2288
|
+
})), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
|
2289
|
+
cx: "5",
|
|
2290
|
+
cy: "13",
|
|
2291
|
+
r: "1"
|
|
2292
|
+
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
|
2293
|
+
cx: "11",
|
|
2294
|
+
cy: "19",
|
|
2295
|
+
r: "1"
|
|
2296
|
+
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
2297
|
+
cx: "15",
|
|
2298
|
+
cy: "25",
|
|
2299
|
+
r: "1"
|
|
2300
|
+
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
2301
|
+
cx: "17",
|
|
2302
|
+
cy: "15",
|
|
2303
|
+
r: "1"
|
|
2304
|
+
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
2305
|
+
cx: "13",
|
|
2306
|
+
cy: "11",
|
|
2307
|
+
r: "1"
|
|
2308
|
+
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
2309
|
+
cx: "27",
|
|
2310
|
+
cy: "11",
|
|
2311
|
+
r: "1"
|
|
2312
|
+
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
|
2313
|
+
cx: "9",
|
|
2314
|
+
cy: "27",
|
|
2315
|
+
r: "1"
|
|
2316
|
+
})), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
|
|
2317
|
+
cx: "3",
|
|
2318
|
+
cy: "21",
|
|
2319
|
+
r: "1"
|
|
2320
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2321
|
+
d: "M2 6H30V8H2z"
|
|
2345
2322
|
})), children);
|
|
2346
2323
|
});
|
|
2347
2324
|
if (process.env.NODE_ENV !== "production") {
|
|
2348
|
-
|
|
2325
|
+
SoilMoisture.propTypes = iconPropTypes;
|
|
2349
2326
|
}
|
|
2350
|
-
const
|
|
2327
|
+
const SoilMoistureField = /*#__PURE__*/React.forwardRef(function SoilMoistureField(_ref96, ref) {
|
|
2351
2328
|
let {
|
|
2352
2329
|
children,
|
|
2353
2330
|
size = 16,
|
|
@@ -2361,16 +2338,14 @@ const WatsonHealthStatusPartialFail = /*#__PURE__*/React.forwardRef(function Wat
|
|
|
2361
2338
|
viewBox: "0 0 32 32",
|
|
2362
2339
|
fill: "currentColor",
|
|
2363
2340
|
...rest
|
|
2364
|
-
},
|
|
2365
|
-
d: "
|
|
2366
|
-
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2367
|
-
d: "M30,16H28A12,12,0,0,0,4,16H2a14,14,0,0,1,28,0Z"
|
|
2341
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2342
|
+
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"
|
|
2368
2343
|
})), children);
|
|
2369
2344
|
});
|
|
2370
2345
|
if (process.env.NODE_ENV !== "production") {
|
|
2371
|
-
|
|
2346
|
+
SoilMoistureField.propTypes = iconPropTypes;
|
|
2372
2347
|
}
|
|
2373
|
-
const
|
|
2348
|
+
const SoilMoistureGlobal = /*#__PURE__*/React.forwardRef(function SoilMoistureGlobal(_ref97, ref) {
|
|
2374
2349
|
let {
|
|
2375
2350
|
children,
|
|
2376
2351
|
size = 16,
|
|
@@ -2384,16 +2359,18 @@ const WatsonHealthStatusResolved = /*#__PURE__*/React.forwardRef(function Watson
|
|
|
2384
2359
|
viewBox: "0 0 32 32",
|
|
2385
2360
|
fill: "currentColor",
|
|
2386
2361
|
...rest
|
|
2387
|
-
},
|
|
2388
|
-
d: "
|
|
2389
|
-
})),
|
|
2390
|
-
d: "
|
|
2362
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2363
|
+
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"
|
|
2364
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2365
|
+
d: "M16,24H14A12.0137,12.0137,0,0,1,26,12h4v2H26A10.0113,10.0113,0,0,0,16,24Z"
|
|
2366
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2367
|
+
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"
|
|
2391
2368
|
})), children);
|
|
2392
2369
|
});
|
|
2393
2370
|
if (process.env.NODE_ENV !== "production") {
|
|
2394
|
-
|
|
2371
|
+
SoilMoistureGlobal.propTypes = iconPropTypes;
|
|
2395
2372
|
}
|
|
2396
|
-
const
|
|
2373
|
+
const SoilTemperature = /*#__PURE__*/React.forwardRef(function SoilTemperature(_ref98, ref) {
|
|
2397
2374
|
let {
|
|
2398
2375
|
children,
|
|
2399
2376
|
size = 16,
|
|
@@ -2407,16 +2384,42 @@ const StayInside = /*#__PURE__*/React.forwardRef(function StayInside(_ref98, ref
|
|
|
2407
2384
|
viewBox: "0 0 32 32",
|
|
2408
2385
|
fill: "currentColor",
|
|
2409
2386
|
...rest
|
|
2410
|
-
},
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2387
|
+
}, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
|
2388
|
+
cx: "5",
|
|
2389
|
+
cy: "13",
|
|
2390
|
+
r: "1"
|
|
2391
|
+
})), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
|
|
2392
|
+
cx: "11",
|
|
2393
|
+
cy: "19",
|
|
2394
|
+
r: "1"
|
|
2395
|
+
})), _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
|
|
2396
|
+
cx: "15",
|
|
2397
|
+
cy: "25",
|
|
2398
|
+
r: "1"
|
|
2399
|
+
})), _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
|
|
2400
|
+
cx: "17",
|
|
2401
|
+
cy: "15",
|
|
2402
|
+
r: "1"
|
|
2403
|
+
})), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
|
|
2404
|
+
cx: "13",
|
|
2405
|
+
cy: "11",
|
|
2406
|
+
r: "1"
|
|
2407
|
+
})), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
|
|
2408
|
+
cx: "9",
|
|
2409
|
+
cy: "27",
|
|
2410
|
+
r: "1"
|
|
2411
|
+
})), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
|
|
2412
|
+
cx: "3",
|
|
2413
|
+
cy: "21",
|
|
2414
|
+
r: "1"
|
|
2415
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2416
|
+
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"
|
|
2414
2417
|
})), children);
|
|
2415
2418
|
});
|
|
2416
2419
|
if (process.env.NODE_ENV !== "production") {
|
|
2417
|
-
|
|
2420
|
+
SoilTemperature.propTypes = iconPropTypes;
|
|
2418
2421
|
}
|
|
2419
|
-
const
|
|
2422
|
+
const SoilTemperatureField = /*#__PURE__*/React.forwardRef(function SoilTemperatureField(_ref99, ref) {
|
|
2420
2423
|
let {
|
|
2421
2424
|
children,
|
|
2422
2425
|
size = 16,
|
|
@@ -2430,14 +2433,14 @@ const StemLeafPlot = /*#__PURE__*/React.forwardRef(function StemLeafPlot(_ref99,
|
|
|
2430
2433
|
viewBox: "0 0 32 32",
|
|
2431
2434
|
fill: "currentColor",
|
|
2432
2435
|
...rest
|
|
2433
|
-
},
|
|
2434
|
-
d: "
|
|
2436
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2437
|
+
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"
|
|
2435
2438
|
})), children);
|
|
2436
2439
|
});
|
|
2437
2440
|
if (process.env.NODE_ENV !== "production") {
|
|
2438
|
-
|
|
2441
|
+
SoilTemperatureField.propTypes = iconPropTypes;
|
|
2439
2442
|
}
|
|
2440
|
-
const
|
|
2443
|
+
const SoilTemperatureGlobal = /*#__PURE__*/React.forwardRef(function SoilTemperatureGlobal(_ref100, ref) {
|
|
2441
2444
|
let {
|
|
2442
2445
|
children,
|
|
2443
2446
|
size = 16,
|
|
@@ -2451,32 +2454,23 @@ const Stethoscope = /*#__PURE__*/React.forwardRef(function Stethoscope(_ref100,
|
|
|
2451
2454
|
viewBox: "0 0 32 32",
|
|
2452
2455
|
fill: "currentColor",
|
|
2453
2456
|
...rest
|
|
2454
|
-
},
|
|
2455
|
-
d: "
|
|
2457
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2458
|
+
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"
|
|
2459
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2460
|
+
d: "M11,24H9A17.0192,17.0192,0,0,1,26,7h4V9H26A15.017,15.017,0,0,0,11,24Z"
|
|
2461
|
+
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2462
|
+
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"
|
|
2456
2463
|
})), children);
|
|
2457
2464
|
});
|
|
2458
2465
|
if (process.env.NODE_ENV !== "production") {
|
|
2459
|
-
|
|
2466
|
+
SoilTemperatureGlobal.propTypes = iconPropTypes;
|
|
2460
2467
|
}
|
|
2461
|
-
const
|
|
2468
|
+
const SolarPanel = /*#__PURE__*/React.forwardRef(function SolarPanel(_ref101, ref) {
|
|
2462
2469
|
let {
|
|
2463
2470
|
children,
|
|
2464
2471
|
size = 16,
|
|
2465
2472
|
...rest
|
|
2466
2473
|
} = _ref101;
|
|
2467
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2468
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2469
|
-
width: size,
|
|
2470
|
-
height: size,
|
|
2471
|
-
ref: ref,
|
|
2472
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2473
|
-
viewBox: "0 0 16 16",
|
|
2474
|
-
fill: "currentColor",
|
|
2475
|
-
...rest
|
|
2476
|
-
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2477
|
-
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"
|
|
2478
|
-
})), children);
|
|
2479
|
-
}
|
|
2480
2474
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2481
2475
|
width: size,
|
|
2482
2476
|
height: size,
|
|
@@ -2485,32 +2479,25 @@ const Stop = /*#__PURE__*/React.forwardRef(function Stop(_ref101, ref) {
|
|
|
2485
2479
|
viewBox: "0 0 32 32",
|
|
2486
2480
|
fill: "currentColor",
|
|
2487
2481
|
...rest
|
|
2488
|
-
},
|
|
2489
|
-
d: "
|
|
2482
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2483
|
+
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"
|
|
2484
|
+
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2485
|
+
d: "M5.343 4.343H7.343V8.343H5.343z",
|
|
2486
|
+
transform: "rotate(-45 6.343 6.343)"
|
|
2487
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2488
|
+
d: "M16.657 4.343H18.657V8.343H16.657z",
|
|
2489
|
+
transform: "rotate(-135 17.657 6.343)"
|
|
2490
2490
|
})), children);
|
|
2491
2491
|
});
|
|
2492
2492
|
if (process.env.NODE_ENV !== "production") {
|
|
2493
|
-
|
|
2493
|
+
SolarPanel.propTypes = iconPropTypes;
|
|
2494
2494
|
}
|
|
2495
|
-
const
|
|
2495
|
+
const SortAscending = /*#__PURE__*/React.forwardRef(function SortAscending(_ref102, ref) {
|
|
2496
2496
|
let {
|
|
2497
2497
|
children,
|
|
2498
2498
|
size = 16,
|
|
2499
2499
|
...rest
|
|
2500
2500
|
} = _ref102;
|
|
2501
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2502
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2503
|
-
width: size,
|
|
2504
|
-
height: size,
|
|
2505
|
-
ref: ref,
|
|
2506
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2507
|
-
viewBox: "0 0 16 16",
|
|
2508
|
-
fill: "currentColor",
|
|
2509
|
-
...rest
|
|
2510
|
-
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2511
|
-
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"
|
|
2512
|
-
})), children);
|
|
2513
|
-
}
|
|
2514
2501
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2515
2502
|
width: size,
|
|
2516
2503
|
height: size,
|
|
@@ -2519,14 +2506,14 @@ const StopFilled = /*#__PURE__*/React.forwardRef(function StopFilled(_ref102, re
|
|
|
2519
2506
|
viewBox: "0 0 32 32",
|
|
2520
2507
|
fill: "currentColor",
|
|
2521
2508
|
...rest
|
|
2522
|
-
},
|
|
2523
|
-
d: "
|
|
2509
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2510
|
+
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"
|
|
2524
2511
|
})), children);
|
|
2525
2512
|
});
|
|
2526
2513
|
if (process.env.NODE_ENV !== "production") {
|
|
2527
|
-
|
|
2514
|
+
SortAscending.propTypes = iconPropTypes;
|
|
2528
2515
|
}
|
|
2529
|
-
const
|
|
2516
|
+
const SortDescending = /*#__PURE__*/React.forwardRef(function SortDescending(_ref103, ref) {
|
|
2530
2517
|
let {
|
|
2531
2518
|
children,
|
|
2532
2519
|
size = 16,
|
|
@@ -2540,34 +2527,19 @@ const StopFilledAlt = /*#__PURE__*/React.forwardRef(function StopFilledAlt(_ref1
|
|
|
2540
2527
|
viewBox: "0 0 32 32",
|
|
2541
2528
|
fill: "currentColor",
|
|
2542
2529
|
...rest
|
|
2543
|
-
},
|
|
2544
|
-
d: "
|
|
2530
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2531
|
+
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"
|
|
2545
2532
|
})), children);
|
|
2546
2533
|
});
|
|
2547
2534
|
if (process.env.NODE_ENV !== "production") {
|
|
2548
|
-
|
|
2535
|
+
SortDescending.propTypes = iconPropTypes;
|
|
2549
2536
|
}
|
|
2550
|
-
const
|
|
2537
|
+
const SortRemove = /*#__PURE__*/React.forwardRef(function SortRemove(_ref104, ref) {
|
|
2551
2538
|
let {
|
|
2552
2539
|
children,
|
|
2553
2540
|
size = 16,
|
|
2554
2541
|
...rest
|
|
2555
2542
|
} = _ref104;
|
|
2556
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2557
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2558
|
-
width: size,
|
|
2559
|
-
height: size,
|
|
2560
|
-
ref: ref,
|
|
2561
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2562
|
-
viewBox: "0 0 16 16",
|
|
2563
|
-
fill: "currentColor",
|
|
2564
|
-
...rest
|
|
2565
|
-
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2566
|
-
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"
|
|
2567
|
-
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2568
|
-
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"
|
|
2569
|
-
})), children);
|
|
2570
|
-
}
|
|
2571
2543
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2572
2544
|
width: size,
|
|
2573
2545
|
height: size,
|
|
@@ -2576,36 +2548,19 @@ const StopOutline = /*#__PURE__*/React.forwardRef(function StopOutline(_ref104,
|
|
|
2576
2548
|
viewBox: "0 0 32 32",
|
|
2577
2549
|
fill: "currentColor",
|
|
2578
2550
|
...rest
|
|
2579
|
-
},
|
|
2580
|
-
d: "
|
|
2581
|
-
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2582
|
-
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"
|
|
2551
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2552
|
+
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"
|
|
2583
2553
|
})), children);
|
|
2584
2554
|
});
|
|
2585
2555
|
if (process.env.NODE_ENV !== "production") {
|
|
2586
|
-
|
|
2556
|
+
SortRemove.propTypes = iconPropTypes;
|
|
2587
2557
|
}
|
|
2588
|
-
const
|
|
2558
|
+
const SpellCheck = /*#__PURE__*/React.forwardRef(function SpellCheck(_ref105, ref) {
|
|
2589
2559
|
let {
|
|
2590
2560
|
children,
|
|
2591
2561
|
size = 16,
|
|
2592
2562
|
...rest
|
|
2593
2563
|
} = _ref105;
|
|
2594
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2595
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2596
|
-
width: size,
|
|
2597
|
-
height: size,
|
|
2598
|
-
ref: ref,
|
|
2599
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2600
|
-
viewBox: "0 0 16 16",
|
|
2601
|
-
fill: "currentColor",
|
|
2602
|
-
...rest
|
|
2603
|
-
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2604
|
-
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"
|
|
2605
|
-
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2606
|
-
d: "M6 6H10V10H6z"
|
|
2607
|
-
})), children);
|
|
2608
|
-
}
|
|
2609
2564
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2610
2565
|
width: size,
|
|
2611
2566
|
height: size,
|
|
@@ -2614,16 +2569,16 @@ const StopOutlineFilled = /*#__PURE__*/React.forwardRef(function StopOutlineFill
|
|
|
2614
2569
|
viewBox: "0 0 32 32",
|
|
2615
2570
|
fill: "currentColor",
|
|
2616
2571
|
...rest
|
|
2617
|
-
},
|
|
2618
|
-
d: "
|
|
2619
|
-
})),
|
|
2620
|
-
d: "M12
|
|
2572
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2573
|
+
d: "M20,22h2L17,10H15L10,22h2l1.24-3h5.53Zm-5.93-5,1.82-4.42h.25L18,17Z"
|
|
2574
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2575
|
+
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"
|
|
2621
2576
|
})), children);
|
|
2622
2577
|
});
|
|
2623
2578
|
if (process.env.NODE_ENV !== "production") {
|
|
2624
|
-
|
|
2579
|
+
SpellCheck.propTypes = iconPropTypes;
|
|
2625
2580
|
}
|
|
2626
|
-
const
|
|
2581
|
+
const WatsonHealthSpineLabel = /*#__PURE__*/React.forwardRef(function WatsonHealthSpineLabel(_ref106, ref) {
|
|
2627
2582
|
let {
|
|
2628
2583
|
children,
|
|
2629
2584
|
size = 16,
|
|
@@ -2637,14 +2592,14 @@ const StopSign = /*#__PURE__*/React.forwardRef(function StopSign(_ref106, ref) {
|
|
|
2637
2592
|
viewBox: "0 0 32 32",
|
|
2638
2593
|
fill: "currentColor",
|
|
2639
2594
|
...rest
|
|
2640
|
-
},
|
|
2641
|
-
d: "
|
|
2595
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2596
|
+
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"
|
|
2642
2597
|
})), children);
|
|
2643
2598
|
});
|
|
2644
2599
|
if (process.env.NODE_ENV !== "production") {
|
|
2645
|
-
|
|
2600
|
+
WatsonHealthSpineLabel.propTypes = iconPropTypes;
|
|
2646
2601
|
}
|
|
2647
|
-
const
|
|
2602
|
+
const Split = /*#__PURE__*/React.forwardRef(function Split(_ref107, ref) {
|
|
2648
2603
|
let {
|
|
2649
2604
|
children,
|
|
2650
2605
|
size = 16,
|
|
@@ -2658,14 +2613,16 @@ const StopSignFilled = /*#__PURE__*/React.forwardRef(function StopSignFilled(_re
|
|
|
2658
2613
|
viewBox: "0 0 32 32",
|
|
2659
2614
|
fill: "currentColor",
|
|
2660
2615
|
...rest
|
|
2661
|
-
},
|
|
2662
|
-
d: "
|
|
2616
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2617
|
+
d: "M15 20H17V24H15zM15 14H17V18H15zM15 8H17V12H15z"
|
|
2618
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2619
|
+
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"
|
|
2663
2620
|
})), children);
|
|
2664
2621
|
});
|
|
2665
2622
|
if (process.env.NODE_ENV !== "production") {
|
|
2666
|
-
|
|
2623
|
+
Split.propTypes = iconPropTypes;
|
|
2667
2624
|
}
|
|
2668
|
-
const
|
|
2625
|
+
const WatsonHealthSplitDiscard = /*#__PURE__*/React.forwardRef(function WatsonHealthSplitDiscard(_ref108, ref) {
|
|
2669
2626
|
let {
|
|
2670
2627
|
children,
|
|
2671
2628
|
size = 16,
|
|
@@ -2679,16 +2636,14 @@ const StoragePool = /*#__PURE__*/React.forwardRef(function StoragePool(_ref108,
|
|
|
2679
2636
|
viewBox: "0 0 32 32",
|
|
2680
2637
|
fill: "currentColor",
|
|
2681
2638
|
...rest
|
|
2682
|
-
},
|
|
2683
|
-
d: "M28,
|
|
2684
|
-
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2685
|
-
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"
|
|
2639
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2640
|
+
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"
|
|
2686
2641
|
})), children);
|
|
2687
2642
|
});
|
|
2688
2643
|
if (process.env.NODE_ENV !== "production") {
|
|
2689
|
-
|
|
2644
|
+
WatsonHealthSplitDiscard.propTypes = iconPropTypes;
|
|
2690
2645
|
}
|
|
2691
|
-
const
|
|
2646
|
+
const SplitScreen = /*#__PURE__*/React.forwardRef(function SplitScreen(_ref109, ref) {
|
|
2692
2647
|
let {
|
|
2693
2648
|
children,
|
|
2694
2649
|
size = 16,
|
|
@@ -2702,22 +2657,14 @@ const StorageRequest = /*#__PURE__*/React.forwardRef(function StorageRequest(_re
|
|
|
2702
2657
|
viewBox: "0 0 32 32",
|
|
2703
2658
|
fill: "currentColor",
|
|
2704
2659
|
...rest
|
|
2705
|
-
},
|
|
2706
|
-
d: "
|
|
2707
|
-
})), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
|
|
2708
|
-
cx: "7",
|
|
2709
|
-
cy: "12",
|
|
2710
|
-
r: "1"
|
|
2711
|
-
})), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
|
2712
|
-
cx: "7",
|
|
2713
|
-
cy: "20",
|
|
2714
|
-
r: "1"
|
|
2660
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2661
|
+
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"
|
|
2715
2662
|
})), children);
|
|
2716
2663
|
});
|
|
2717
2664
|
if (process.env.NODE_ENV !== "production") {
|
|
2718
|
-
|
|
2665
|
+
SplitScreen.propTypes = iconPropTypes;
|
|
2719
2666
|
}
|
|
2720
|
-
const
|
|
2667
|
+
const SprayPaint = /*#__PURE__*/React.forwardRef(function SprayPaint(_ref110, ref) {
|
|
2721
2668
|
let {
|
|
2722
2669
|
children,
|
|
2723
2670
|
size = 16,
|
|
@@ -2731,14 +2678,16 @@ const Store = /*#__PURE__*/React.forwardRef(function Store(_ref110, ref) {
|
|
|
2731
2678
|
viewBox: "0 0 32 32",
|
|
2732
2679
|
fill: "currentColor",
|
|
2733
2680
|
...rest
|
|
2734
|
-
},
|
|
2735
|
-
d: "
|
|
2681
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2682
|
+
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"
|
|
2683
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2684
|
+
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"
|
|
2736
2685
|
})), children);
|
|
2737
2686
|
});
|
|
2738
2687
|
if (process.env.NODE_ENV !== "production") {
|
|
2739
|
-
|
|
2688
|
+
SprayPaint.propTypes = iconPropTypes;
|
|
2740
2689
|
}
|
|
2741
|
-
const
|
|
2690
|
+
const Sprout = /*#__PURE__*/React.forwardRef(function Sprout(_ref111, ref) {
|
|
2742
2691
|
let {
|
|
2743
2692
|
children,
|
|
2744
2693
|
size = 16,
|
|
@@ -2752,14 +2701,14 @@ const StormTracker = /*#__PURE__*/React.forwardRef(function StormTracker(_ref111
|
|
|
2752
2701
|
viewBox: "0 0 32 32",
|
|
2753
2702
|
fill: "currentColor",
|
|
2754
2703
|
...rest
|
|
2755
|
-
},
|
|
2756
|
-
d: "
|
|
2704
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2705
|
+
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"
|
|
2757
2706
|
})), children);
|
|
2758
2707
|
});
|
|
2759
2708
|
if (process.env.NODE_ENV !== "production") {
|
|
2760
|
-
|
|
2709
|
+
Sprout.propTypes = iconPropTypes;
|
|
2761
2710
|
}
|
|
2762
|
-
const
|
|
2711
|
+
const SpyreAccelerator = /*#__PURE__*/React.forwardRef(function SpyreAccelerator(_ref112, ref) {
|
|
2763
2712
|
let {
|
|
2764
2713
|
children,
|
|
2765
2714
|
size = 16,
|
|
@@ -2773,18 +2722,14 @@ const StrategyPlay = /*#__PURE__*/React.forwardRef(function StrategyPlay(_ref112
|
|
|
2773
2722
|
viewBox: "0 0 32 32",
|
|
2774
2723
|
fill: "currentColor",
|
|
2775
2724
|
...rest
|
|
2776
|
-
},
|
|
2777
|
-
|
|
2778
|
-
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"
|
|
2779
|
-
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2780
|
-
strokeWidth: "0",
|
|
2781
|
-
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"
|
|
2725
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2726
|
+
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"
|
|
2782
2727
|
})), children);
|
|
2783
2728
|
});
|
|
2784
2729
|
if (process.env.NODE_ENV !== "production") {
|
|
2785
|
-
|
|
2730
|
+
SpyreAccelerator.propTypes = iconPropTypes;
|
|
2786
2731
|
}
|
|
2787
|
-
const
|
|
2732
|
+
const Sql = /*#__PURE__*/React.forwardRef(function Sql(_ref113, ref) {
|
|
2788
2733
|
let {
|
|
2789
2734
|
children,
|
|
2790
2735
|
size = 16,
|
|
@@ -2798,16 +2743,14 @@ const Strawberry = /*#__PURE__*/React.forwardRef(function Strawberry(_ref113, re
|
|
|
2798
2743
|
viewBox: "0 0 32 32",
|
|
2799
2744
|
fill: "currentColor",
|
|
2800
2745
|
...rest
|
|
2801
|
-
},
|
|
2802
|
-
d: "
|
|
2803
|
-
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2804
|
-
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"
|
|
2746
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2747
|
+
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"
|
|
2805
2748
|
})), children);
|
|
2806
2749
|
});
|
|
2807
2750
|
if (process.env.NODE_ENV !== "production") {
|
|
2808
|
-
|
|
2751
|
+
Sql.propTypes = iconPropTypes;
|
|
2809
2752
|
}
|
|
2810
|
-
const
|
|
2753
|
+
const SquareOutline = /*#__PURE__*/React.forwardRef(function SquareOutline(_ref114, ref) {
|
|
2811
2754
|
let {
|
|
2812
2755
|
children,
|
|
2813
2756
|
size = 16,
|
|
@@ -2821,14 +2764,15 @@ const WatsonHealthStressBreathEditor = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
2821
2764
|
viewBox: "0 0 32 32",
|
|
2822
2765
|
fill: "currentColor",
|
|
2823
2766
|
...rest
|
|
2824
|
-
},
|
|
2825
|
-
|
|
2767
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2768
|
+
strokeWidth: "0",
|
|
2769
|
+
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"
|
|
2826
2770
|
})), children);
|
|
2827
2771
|
});
|
|
2828
2772
|
if (process.env.NODE_ENV !== "production") {
|
|
2829
|
-
|
|
2773
|
+
SquareOutline.propTypes = iconPropTypes;
|
|
2830
2774
|
}
|
|
2831
|
-
const
|
|
2775
|
+
const SquareSolid = /*#__PURE__*/React.forwardRef(function SquareSolid(_ref115, ref) {
|
|
2832
2776
|
let {
|
|
2833
2777
|
children,
|
|
2834
2778
|
size = 16,
|
|
@@ -2842,35 +2786,49 @@ const StringInteger = /*#__PURE__*/React.forwardRef(function StringInteger(_ref1
|
|
|
2842
2786
|
viewBox: "0 0 32 32",
|
|
2843
2787
|
fill: "currentColor",
|
|
2844
2788
|
...rest
|
|
2845
|
-
},
|
|
2846
|
-
|
|
2789
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2790
|
+
fill: "none",
|
|
2791
|
+
d: "M0 32V0h32v32z"
|
|
2847
2792
|
})), children);
|
|
2848
2793
|
});
|
|
2849
2794
|
if (process.env.NODE_ENV !== "production") {
|
|
2850
|
-
|
|
2795
|
+
SquareSolid.propTypes = iconPropTypes;
|
|
2851
2796
|
}
|
|
2852
|
-
const
|
|
2797
|
+
const SquareFill = /*#__PURE__*/React.forwardRef(function SquareFill(_ref116, ref) {
|
|
2853
2798
|
let {
|
|
2854
2799
|
children,
|
|
2855
2800
|
size = 16,
|
|
2856
2801
|
...rest
|
|
2857
2802
|
} = _ref116;
|
|
2803
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
2804
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2805
|
+
width: size,
|
|
2806
|
+
height: size,
|
|
2807
|
+
ref: ref,
|
|
2808
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2809
|
+
viewBox: "0 0 16 16",
|
|
2810
|
+
fill: "currentColor",
|
|
2811
|
+
...rest
|
|
2812
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2813
|
+
d: "M3 3H13V13H3z"
|
|
2814
|
+
})), children);
|
|
2815
|
+
}
|
|
2858
2816
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2859
2817
|
width: size,
|
|
2860
2818
|
height: size,
|
|
2861
2819
|
ref: ref,
|
|
2862
2820
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2863
|
-
viewBox: "0 0
|
|
2821
|
+
viewBox: "0 0 16 16",
|
|
2864
2822
|
fill: "currentColor",
|
|
2865
2823
|
...rest
|
|
2866
|
-
},
|
|
2867
|
-
d: "
|
|
2824
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2825
|
+
d: "M3 3H13V13H3z"
|
|
2868
2826
|
})), children);
|
|
2869
2827
|
});
|
|
2870
2828
|
if (process.env.NODE_ENV !== "production") {
|
|
2871
|
-
|
|
2829
|
+
SquareFill.propTypes = iconPropTypes;
|
|
2872
2830
|
}
|
|
2873
|
-
const
|
|
2831
|
+
const StackLimitation = /*#__PURE__*/React.forwardRef(function StackLimitation(_ref117, ref) {
|
|
2874
2832
|
let {
|
|
2875
2833
|
children,
|
|
2876
2834
|
size = 16,
|
|
@@ -2884,14 +2842,14 @@ const WatsonHealthStudyNext = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
2884
2842
|
viewBox: "0 0 32 32",
|
|
2885
2843
|
fill: "currentColor",
|
|
2886
2844
|
...rest
|
|
2887
|
-
},
|
|
2888
|
-
d: "
|
|
2845
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2846
|
+
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"
|
|
2889
2847
|
})), children);
|
|
2890
2848
|
});
|
|
2891
2849
|
if (process.env.NODE_ENV !== "production") {
|
|
2892
|
-
|
|
2850
|
+
StackLimitation.propTypes = iconPropTypes;
|
|
2893
2851
|
}
|
|
2894
|
-
const
|
|
2852
|
+
const WatsonHealthStackedMove = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedMove(_ref118, ref) {
|
|
2895
2853
|
let {
|
|
2896
2854
|
children,
|
|
2897
2855
|
size = 16,
|
|
@@ -2905,14 +2863,16 @@ const WatsonHealthStudyPrevious = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
2905
2863
|
viewBox: "0 0 32 32",
|
|
2906
2864
|
fill: "currentColor",
|
|
2907
2865
|
...rest
|
|
2908
|
-
},
|
|
2909
|
-
d: "
|
|
2866
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2867
|
+
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"
|
|
2868
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2869
|
+
d: "M26,6,24.59,7.41,27,10H22V6a2,2,0,0,0-2-2H10V6H20V20h2V12h5l-2.41,2.59L26,16l5-5Z"
|
|
2910
2870
|
})), children);
|
|
2911
2871
|
});
|
|
2912
2872
|
if (process.env.NODE_ENV !== "production") {
|
|
2913
|
-
|
|
2873
|
+
WatsonHealthStackedMove.propTypes = iconPropTypes;
|
|
2914
2874
|
}
|
|
2915
|
-
const
|
|
2875
|
+
const WatsonHealthStackedScrolling_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedScrolling_1(_ref119, ref) {
|
|
2916
2876
|
let {
|
|
2917
2877
|
children,
|
|
2918
2878
|
size = 16,
|
|
@@ -2926,16 +2886,18 @@ const WatsonHealthStudyRead = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
2926
2886
|
viewBox: "0 0 32 32",
|
|
2927
2887
|
fill: "currentColor",
|
|
2928
2888
|
...rest
|
|
2929
|
-
},
|
|
2930
|
-
d: "
|
|
2931
|
-
})),
|
|
2932
|
-
d: "
|
|
2889
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2890
|
+
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"
|
|
2891
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2892
|
+
d: "M25,23H23V9H9V7H23a2,2,0,0,1,2,2Z"
|
|
2893
|
+
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2894
|
+
d: "M30,16H28V4H16V2H28a2,2,0,0,1,2,2Z"
|
|
2933
2895
|
})), children);
|
|
2934
2896
|
});
|
|
2935
2897
|
if (process.env.NODE_ENV !== "production") {
|
|
2936
|
-
|
|
2898
|
+
WatsonHealthStackedScrolling_1.propTypes = iconPropTypes;
|
|
2937
2899
|
}
|
|
2938
|
-
const
|
|
2900
|
+
const WatsonHealthStackedScrolling_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedScrolling_2(_ref120, ref) {
|
|
2939
2901
|
let {
|
|
2940
2902
|
children,
|
|
2941
2903
|
size = 16,
|
|
@@ -2949,16 +2911,18 @@ const WatsonHealthStudySkip = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
2949
2911
|
viewBox: "0 0 32 32",
|
|
2950
2912
|
fill: "currentColor",
|
|
2951
2913
|
...rest
|
|
2952
|
-
},
|
|
2953
|
-
d: "
|
|
2954
|
-
})),
|
|
2955
|
-
d: "
|
|
2914
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2915
|
+
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"
|
|
2916
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2917
|
+
d: "M27,21H25V9H17V7h8a2,2,0,0,1,2,2Z"
|
|
2918
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2919
|
+
d: "M32,16H30V4H22V2h8a2,2,0,0,1,2,2Z"
|
|
2956
2920
|
})), children);
|
|
2957
2921
|
});
|
|
2958
2922
|
if (process.env.NODE_ENV !== "production") {
|
|
2959
|
-
|
|
2923
|
+
WatsonHealthStackedScrolling_2.propTypes = iconPropTypes;
|
|
2960
2924
|
}
|
|
2961
|
-
const
|
|
2925
|
+
const Stamp = /*#__PURE__*/React.forwardRef(function Stamp(_ref121, ref) {
|
|
2962
2926
|
let {
|
|
2963
2927
|
children,
|
|
2964
2928
|
size = 16,
|
|
@@ -2972,23 +2936,32 @@ const WatsonHealthStudyTransfer = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
2972
2936
|
viewBox: "0 0 32 32",
|
|
2973
2937
|
fill: "currentColor",
|
|
2974
2938
|
...rest
|
|
2975
|
-
},
|
|
2976
|
-
d: "
|
|
2977
|
-
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2978
|
-
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"
|
|
2979
|
-
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2980
|
-
d: "M19,24h9V4H8V16H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V24a2,2,0,0,1-2,2H19Z"
|
|
2939
|
+
}, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2940
|
+
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"
|
|
2981
2941
|
})), children);
|
|
2982
2942
|
});
|
|
2983
2943
|
if (process.env.NODE_ENV !== "production") {
|
|
2984
|
-
|
|
2944
|
+
Stamp.propTypes = iconPropTypes;
|
|
2985
2945
|
}
|
|
2986
|
-
const
|
|
2946
|
+
const Star = /*#__PURE__*/React.forwardRef(function Star(_ref122, ref) {
|
|
2987
2947
|
let {
|
|
2988
2948
|
children,
|
|
2989
2949
|
size = 16,
|
|
2990
2950
|
...rest
|
|
2991
2951
|
} = _ref122;
|
|
2952
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2953
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2954
|
+
width: size,
|
|
2955
|
+
height: size,
|
|
2956
|
+
ref: ref,
|
|
2957
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2958
|
+
viewBox: "0 0 16 16",
|
|
2959
|
+
fill: "currentColor",
|
|
2960
|
+
...rest
|
|
2961
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2962
|
+
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"
|
|
2963
|
+
})), children);
|
|
2964
|
+
}
|
|
2992
2965
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2993
2966
|
width: size,
|
|
2994
2967
|
height: size,
|
|
@@ -2997,21 +2970,32 @@ const WatsonHealthStudyUnread = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
2997
2970
|
viewBox: "0 0 32 32",
|
|
2998
2971
|
fill: "currentColor",
|
|
2999
2972
|
...rest
|
|
3000
|
-
},
|
|
3001
|
-
d: "
|
|
3002
|
-
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
3003
|
-
d: "M15,24H4V4H24V15h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H15Z"
|
|
2973
|
+
}, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2974
|
+
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"
|
|
3004
2975
|
})), children);
|
|
3005
2976
|
});
|
|
3006
2977
|
if (process.env.NODE_ENV !== "production") {
|
|
3007
|
-
|
|
2978
|
+
Star.propTypes = iconPropTypes;
|
|
3008
2979
|
}
|
|
3009
|
-
const
|
|
2980
|
+
const StarFilled = /*#__PURE__*/React.forwardRef(function StarFilled(_ref123, ref) {
|
|
3010
2981
|
let {
|
|
3011
2982
|
children,
|
|
3012
2983
|
size = 16,
|
|
3013
2984
|
...rest
|
|
3014
2985
|
} = _ref123;
|
|
2986
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2987
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2988
|
+
width: size,
|
|
2989
|
+
height: size,
|
|
2990
|
+
ref: ref,
|
|
2991
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2992
|
+
viewBox: "0 0 16 16",
|
|
2993
|
+
fill: "currentColor",
|
|
2994
|
+
...rest
|
|
2995
|
+
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2996
|
+
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"
|
|
2997
|
+
})), children);
|
|
2998
|
+
}
|
|
3015
2999
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
3016
3000
|
width: size,
|
|
3017
3001
|
height: size,
|
|
@@ -3020,21 +3004,32 @@ const WatsonHealthStudyView = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
3020
3004
|
viewBox: "0 0 32 32",
|
|
3021
3005
|
fill: "currentColor",
|
|
3022
3006
|
...rest
|
|
3023
|
-
},
|
|
3024
|
-
d: "
|
|
3025
|
-
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
3026
|
-
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"
|
|
3007
|
+
}, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
3008
|
+
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"
|
|
3027
3009
|
})), children);
|
|
3028
3010
|
});
|
|
3029
3011
|
if (process.env.NODE_ENV !== "production") {
|
|
3030
|
-
|
|
3012
|
+
StarFilled.propTypes = iconPropTypes;
|
|
3031
3013
|
}
|
|
3032
|
-
const
|
|
3014
|
+
const StarHalf = /*#__PURE__*/React.forwardRef(function StarHalf(_ref124, ref) {
|
|
3033
3015
|
let {
|
|
3034
3016
|
children,
|
|
3035
3017
|
size = 16,
|
|
3036
3018
|
...rest
|
|
3037
3019
|
} = _ref124;
|
|
3020
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
3021
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
3022
|
+
width: size,
|
|
3023
|
+
height: size,
|
|
3024
|
+
ref: ref,
|
|
3025
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3026
|
+
viewBox: "0 0 16 16",
|
|
3027
|
+
fill: "currentColor",
|
|
3028
|
+
...rest
|
|
3029
|
+
}, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
3030
|
+
d: "M5.7 5.6L0.6 6.3 4.3 9.9 3.5 15 8 12.6 8 1z"
|
|
3031
|
+
})), children);
|
|
3032
|
+
}
|
|
3038
3033
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
3039
3034
|
width: size,
|
|
3040
3035
|
height: size,
|
|
@@ -3043,14 +3038,14 @@ const WatsonHealthSubVolume = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
3043
3038
|
viewBox: "0 0 32 32",
|
|
3044
3039
|
fill: "currentColor",
|
|
3045
3040
|
...rest
|
|
3046
|
-
},
|
|
3047
|
-
d: "
|
|
3041
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
3042
|
+
d: "M11.45 11.22L1.28 12.7 8.64 19.87 6.9 30 16 25.22 16 2 11.45 11.22z"
|
|
3048
3043
|
})), children);
|
|
3049
3044
|
});
|
|
3050
3045
|
if (process.env.NODE_ENV !== "production") {
|
|
3051
|
-
|
|
3046
|
+
StarHalf.propTypes = iconPropTypes;
|
|
3052
3047
|
}
|
|
3053
|
-
const
|
|
3048
|
+
const StarReview = /*#__PURE__*/React.forwardRef(function StarReview(_ref125, ref) {
|
|
3054
3049
|
let {
|
|
3055
3050
|
children,
|
|
3056
3051
|
size = 16,
|
|
@@ -3064,13 +3059,14 @@ const Subclassification = /*#__PURE__*/React.forwardRef(function Subclassificati
|
|
|
3064
3059
|
viewBox: "0 0 32 32",
|
|
3065
3060
|
fill: "currentColor",
|
|
3066
3061
|
...rest
|
|
3067
|
-
},
|
|
3068
|
-
|
|
3069
|
-
|
|
3062
|
+
}, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
3063
|
+
d: "M18 26H26V28H18zM18 22H30V24H18zM18 18H30V20H18z"
|
|
3064
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
3065
|
+
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"
|
|
3070
3066
|
})), children);
|
|
3071
3067
|
});
|
|
3072
3068
|
if (process.env.NODE_ENV !== "production") {
|
|
3073
|
-
|
|
3069
|
+
StarReview.propTypes = iconPropTypes;
|
|
3074
3070
|
}
|
|
3075
3071
|
|
|
3076
|
-
export { ShapeIntersect, ShapeJoin, ShapeUnite, Shapes, Share, ShareKnowledge, ShoppingBag, ShoppingCart, ShoppingCartArrowDown, ShoppingCartArrowUp, ShoppingCartClear, ShoppingCartError, ShoppingCartMinus, ShoppingCartPlus, ShoppingCatalog, ShowDataCards, ShrinkScreen, ShrinkScreenFilled, Shuffle, Shuttle, SidePanelClose, SidePanelCloseFilled, SidePanelOpen, SidePanelOpenFilled, Sight, Sigma, SignalStrength, SimCard, SkillLevel, SkillLevelAdvanced, SkillLevelBasic, SkillLevelIntermediate, SkipBack, SkipBackFilled, SkipBackOutline, SkipBackOutlineFilled, SkipBackOutlineSolid, SkipBackSolidFilled, SkipForward, SkipForwardFilled, SkipForwardOutline, SkipForwardOutlineFilled, SkipForwardOutlineSolid, SkipForwardSolidFilled, Sleet, Slisor, Slm, Smell, Smoke, Snooze, Snow, SnowBlizzard, SnowDensity, SnowHeavy, SnowScattered, SnowScatteredNight, Snowflake, Soccer, SoftwareResource, SoftwareResourceCluster, SoftwareResourceResource, SoilMoisture, SoilMoistureField, SoilMoistureGlobal, SoilTemperature, SoilTemperatureField, SoilTemperatureGlobal, SolarPanel, SortAscending, SortDescending, SortRemove, SpellCheck, Split, SplitScreen, SprayPaint, Sprout, Sql, SquareFill, SquareOutline, SquareSolid, StackLimitation, Stamp, Star, StarFilled, StarHalf, StarReview,
|
|
3072
|
+
export { Search, SearchAdvanced, SearchLocate, SearchLocateMirror, Security, SecurityServices, SelectWindow, Select_01, Select_02, Send, SendActionUsage, SendAlt, SendAltFilled, SendBackward, SendFilled, SendToBack, ServerDns, ServerProxy, ServerTime, ServiceDesk, ServiceId, ServiceLevels, SessionBorderControl, Settings, SettingsAdjust, SettingsCheck, SettingsEdit, SettingsServices, SettingsView, ShapeExcept, ShapeExclude, ShapeIntersect, ShapeJoin, ShapeUnite, Shapes, Share, ShareKnowledge, ShoppingBag, ShoppingCart, ShoppingCartArrowDown, ShoppingCartArrowUp, ShoppingCartClear, ShoppingCartError, ShoppingCartMinus, ShoppingCartPlus, ShoppingCatalog, ShowDataCards, ShrinkScreen, ShrinkScreenFilled, Shuffle, Shuttle, SidePanelClose, SidePanelCloseFilled, SidePanelOpen, SidePanelOpenFilled, Sight, Sigma, SignalStrength, SimCard, SkillLevel, SkillLevelAdvanced, SkillLevelBasic, SkillLevelIntermediate, SkipBack, SkipBackFilled, SkipBackOutline, SkipBackOutlineFilled, SkipBackOutlineSolid, SkipBackSolidFilled, SkipForward, SkipForwardFilled, SkipForwardOutline, SkipForwardOutlineFilled, SkipForwardOutlineSolid, SkipForwardSolidFilled, Sleet, Slisor, Slm, Smell, Smoke, Snooze, Snow, SnowBlizzard, SnowDensity, SnowHeavy, SnowScattered, SnowScatteredNight, Snowflake, Soccer, SoftwareResource, SoftwareResourceCluster, SoftwareResourceResource, SoilMoisture, SoilMoistureField, SoilMoistureGlobal, SoilTemperature, SoilTemperatureField, SoilTemperatureGlobal, SolarPanel, SortAscending, SortDescending, SortRemove, SpellCheck, Split, SplitScreen, SprayPaint, Sprout, SpyreAccelerator, Sql, SquareFill, SquareOutline, SquareSolid, StackLimitation, Stamp, Star, StarFilled, StarHalf, StarReview, WatsonHealthSmoothing, WatsonHealthSmoothingCursor, WatsonHealthSpineLabel, WatsonHealthSplitDiscard, WatsonHealthStackedMove, WatsonHealthStackedScrolling_1, WatsonHealthStackedScrolling_2 };
|