@carbon/icons-react 11.9.0 → 11.10.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/Plan.js +39 -0
- package/es/generated/bucket-10.js +843 -843
- package/es/generated/bucket-11.js +846 -852
- package/es/generated/bucket-12.js +851 -880
- package/es/generated/bucket-13.js +782 -741
- package/es/generated/bucket-14.js +803 -813
- package/es/generated/bucket-15.js +920 -866
- package/es/generated/bucket-16.js +61 -0
- package/es/generated/bucket-7.js +505 -495
- package/es/generated/bucket-8.js +724 -735
- package/es/generated/bucket-9.js +839 -834
- package/es/index.js +10 -9
- package/es/watson-health/ImageAvailabilityLocal.js +41 -0
- package/es/watson-health/ImageAvailabilityRetrieving.js +41 -0
- package/es/watson-health/ImageAvailabilityUnavailable.js +45 -0
- package/lib/Plan.js +45 -0
- package/lib/generated/bucket-10.js +846 -846
- package/lib/generated/bucket-11.js +849 -855
- package/lib/generated/bucket-12.js +854 -883
- package/lib/generated/bucket-13.js +785 -744
- package/lib/generated/bucket-14.js +806 -816
- package/lib/generated/bucket-15.js +923 -867
- package/lib/generated/bucket-16.js +70 -0
- package/lib/generated/bucket-7.js +507 -497
- package/lib/generated/bucket-8.js +726 -737
- package/lib/generated/bucket-9.js +841 -836
- package/lib/index.js +36 -31
- package/lib/watson-health/ImageAvailabilityLocal.js +47 -0
- package/lib/watson-health/ImageAvailabilityRetrieving.js +47 -0
- package/lib/watson-health/ImageAvailabilityUnavailable.js +51 -0
- package/package.json +3 -3
|
@@ -11,7 +11,7 @@ import React from 'react';
|
|
|
11
11
|
import '@carbon/icon-helpers';
|
|
12
12
|
import 'prop-types';
|
|
13
13
|
|
|
14
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11,
|
|
14
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _circle, _circle2, _circle3, _circle4, _circle5, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _circle6, _circle7, _circle8, _circle9, _circle10, _circle11, _circle12, _circle13, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _circle14, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _circle15, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _circle16, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _circle17, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _switch, _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, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220;
|
|
15
15
|
|
|
16
16
|
var _excluded = ["children", "size"],
|
|
17
17
|
_excluded2 = ["children", "size"],
|
|
@@ -138,7 +138,7 @@ var _excluded = ["children", "size"],
|
|
|
138
138
|
_excluded123 = ["children", "size"],
|
|
139
139
|
_excluded124 = ["children", "size"],
|
|
140
140
|
_excluded125 = ["children", "size"];
|
|
141
|
-
var
|
|
141
|
+
var PreviousOutline = /*#__PURE__*/React.forwardRef(function PreviousOutline(_ref, ref) {
|
|
142
142
|
var children = _ref.children,
|
|
143
143
|
_ref$size = _ref.size,
|
|
144
144
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
@@ -152,18 +152,16 @@ var ProgressBarRound = /*#__PURE__*/React.forwardRef(function ProgressBarRound(_
|
|
|
152
152
|
viewBox: "0 0 32 32",
|
|
153
153
|
fill: "currentColor"
|
|
154
154
|
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
155
|
-
d: "M16
|
|
155
|
+
d: "M16 8L17.43 9.393 11.85 15 24 15 24 17 11.85 17 17.43 22.573 16 24 8 16 16 8z"
|
|
156
156
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
157
|
-
d: "M16,26a10.0162,10.0162,0,0,1-7.4531-3.3325l1.49-1.334A8,8,0,1,0,16,8V6a10,10,0,0,1,0,20Z"
|
|
158
|
-
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
159
157
|
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"
|
|
160
158
|
})), children);
|
|
161
159
|
});
|
|
162
160
|
|
|
163
161
|
if (process.env.NODE_ENV !== "production") {
|
|
164
|
-
|
|
162
|
+
PreviousOutline.propTypes = iconPropTypes;
|
|
165
163
|
}
|
|
166
|
-
var
|
|
164
|
+
var Printer = /*#__PURE__*/React.forwardRef(function Printer(_ref2, ref) {
|
|
167
165
|
var children = _ref2.children,
|
|
168
166
|
_ref2$size = _ref2.size,
|
|
169
167
|
size = _ref2$size === void 0 ? 16 : _ref2$size,
|
|
@@ -176,20 +174,15 @@ var Promote = /*#__PURE__*/React.forwardRef(function Promote(_ref2, ref) {
|
|
|
176
174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
177
175
|
viewBox: "0 0 32 32",
|
|
178
176
|
fill: "currentColor"
|
|
179
|
-
}, rest),
|
|
180
|
-
d: "
|
|
181
|
-
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
182
|
-
d: "M6.3 19H17.6V21H6.3z",
|
|
183
|
-
transform: "rotate(-45.001 12 20)"
|
|
184
|
-
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
185
|
-
d: "M23,22h-2v-5c0-0.3,0.1-0.5,0.3-0.7l4.1-4.1c1.7-1.7,2.6-4,2.6-6.4V4h-1.9c-2.4,0-4.7,0.9-6.4,2.6l-4.1,4.1 C15.5,10.9,15.3,11,15,11H7.5l-2.6,3.3l5.3,0.8l-0.3,2l-7-1c-0.4-0.1-0.7-0.3-0.8-0.6s-0.1-0.7,0.1-1l4-5C6.4,9.1,6.7,9,7,9h7.6 l3.8-3.8C20.4,3.1,23.2,2,26.1,2H28c1.1,0,2,0.9,2,2v1.9c0,2.9-1.1,5.7-3.2,7.8L23,17.4V22z"
|
|
177
|
+
}, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
178
|
+
d: "M28,9H25V3H7V9H4a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2H7v6H25V23h3a2,2,0,0,0,2-2V11A2,2,0,0,0,28,9ZM9,5H23V9H9ZM23,27H9V17H23Zm5-6H25V15H7v6H4V11H28Z"
|
|
186
179
|
})), children);
|
|
187
180
|
});
|
|
188
181
|
|
|
189
182
|
if (process.env.NODE_ENV !== "production") {
|
|
190
|
-
|
|
183
|
+
Printer.propTypes = iconPropTypes;
|
|
191
184
|
}
|
|
192
|
-
var
|
|
185
|
+
var Product = /*#__PURE__*/React.forwardRef(function Product(_ref3, ref) {
|
|
193
186
|
var children = _ref3.children,
|
|
194
187
|
_ref3$size = _ref3.size,
|
|
195
188
|
size = _ref3$size === void 0 ? 16 : _ref3$size,
|
|
@@ -202,15 +195,17 @@ var PropertyRelationship = /*#__PURE__*/React.forwardRef(function PropertyRelati
|
|
|
202
195
|
xmlns: "http://www.w3.org/2000/svg",
|
|
203
196
|
viewBox: "0 0 32 32",
|
|
204
197
|
fill: "currentColor"
|
|
205
|
-
}, rest),
|
|
206
|
-
d: "
|
|
198
|
+
}, rest), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
199
|
+
d: "M8 18H14V20H8zM8 22H18V24H8z"
|
|
200
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
201
|
+
d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM18,6v4H14V6ZM6,26V6h6v6h8V6h6l.0012,20Z"
|
|
207
202
|
})), children);
|
|
208
203
|
});
|
|
209
204
|
|
|
210
205
|
if (process.env.NODE_ENV !== "production") {
|
|
211
|
-
|
|
206
|
+
Product.propTypes = iconPropTypes;
|
|
212
207
|
}
|
|
213
|
-
var
|
|
208
|
+
var ProgressBar = /*#__PURE__*/React.forwardRef(function ProgressBar(_ref4, ref) {
|
|
214
209
|
var children = _ref4.children,
|
|
215
210
|
_ref4$size = _ref4.size,
|
|
216
211
|
size = _ref4$size === void 0 ? 16 : _ref4$size,
|
|
@@ -223,17 +218,17 @@ var Purchase = /*#__PURE__*/React.forwardRef(function Purchase(_ref4, ref) {
|
|
|
223
218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
224
219
|
viewBox: "0 0 32 32",
|
|
225
220
|
fill: "currentColor"
|
|
226
|
-
}, rest),
|
|
227
|
-
d: "M28,
|
|
228
|
-
})),
|
|
229
|
-
d: "M6
|
|
221
|
+
}, rest), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
222
|
+
d: "M28,21H4a2.0021,2.0021,0,0,1-2-2V13a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,21ZM4,13v6H28V13Z"
|
|
223
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
224
|
+
d: "M6 15H20V17H6z"
|
|
230
225
|
})), children);
|
|
231
226
|
});
|
|
232
227
|
|
|
233
228
|
if (process.env.NODE_ENV !== "production") {
|
|
234
|
-
|
|
229
|
+
ProgressBar.propTypes = iconPropTypes;
|
|
235
230
|
}
|
|
236
|
-
var
|
|
231
|
+
var ProgressBarRound = /*#__PURE__*/React.forwardRef(function ProgressBarRound(_ref5, ref) {
|
|
237
232
|
var children = _ref5.children,
|
|
238
233
|
_ref5$size = _ref5.size,
|
|
239
234
|
size = _ref5$size === void 0 ? 16 : _ref5$size,
|
|
@@ -246,17 +241,19 @@ var WatsonHealthQcLaunch = /*#__PURE__*/React.forwardRef(function WatsonHealthQc
|
|
|
246
241
|
xmlns: "http://www.w3.org/2000/svg",
|
|
247
242
|
viewBox: "0 0 32 32",
|
|
248
243
|
fill: "currentColor"
|
|
249
|
-
}, rest),
|
|
250
|
-
d: "
|
|
251
|
-
})),
|
|
252
|
-
d: "
|
|
244
|
+
}, rest), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
245
|
+
d: "M16,22a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,12Z"
|
|
246
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
247
|
+
d: "M16,26a10.0162,10.0162,0,0,1-7.4531-3.3325l1.49-1.334A8,8,0,1,0,16,8V6a10,10,0,0,1,0,20Z"
|
|
248
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
249
|
+
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"
|
|
253
250
|
})), children);
|
|
254
251
|
});
|
|
255
252
|
|
|
256
253
|
if (process.env.NODE_ENV !== "production") {
|
|
257
|
-
|
|
254
|
+
ProgressBarRound.propTypes = iconPropTypes;
|
|
258
255
|
}
|
|
259
|
-
var
|
|
256
|
+
var Promote = /*#__PURE__*/React.forwardRef(function Promote(_ref6, ref) {
|
|
260
257
|
var children = _ref6.children,
|
|
261
258
|
_ref6$size = _ref6.size,
|
|
262
259
|
size = _ref6$size === void 0 ? 16 : _ref6$size,
|
|
@@ -269,35 +266,20 @@ var QqPlot = /*#__PURE__*/React.forwardRef(function QqPlot(_ref6, ref) {
|
|
|
269
266
|
xmlns: "http://www.w3.org/2000/svg",
|
|
270
267
|
viewBox: "0 0 32 32",
|
|
271
268
|
fill: "currentColor"
|
|
272
|
-
}, rest),
|
|
273
|
-
|
|
274
|
-
cy: "4",
|
|
275
|
-
r: "2"
|
|
276
|
-
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
277
|
-
cx: "8",
|
|
278
|
-
cy: "16",
|
|
279
|
-
r: "2"
|
|
280
|
-
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
281
|
-
cx: "28",
|
|
282
|
-
cy: "12",
|
|
283
|
-
r: "2"
|
|
284
|
-
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
285
|
-
cx: "11",
|
|
286
|
-
cy: "7",
|
|
287
|
-
r: "2"
|
|
288
|
-
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
289
|
-
cx: "16",
|
|
290
|
-
cy: "24",
|
|
291
|
-
r: "2"
|
|
269
|
+
}, rest), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
270
|
+
d: "M16 21L17.4 22.4 14.8 25 23 25 23 27 14.8 27 17.4 29.6 16 31 11 26z"
|
|
292
271
|
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
293
|
-
d: "
|
|
272
|
+
d: "M6.3 19H17.6V21H6.3z",
|
|
273
|
+
transform: "rotate(-45.001 12 20)"
|
|
274
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
275
|
+
d: "M23,22h-2v-5c0-0.3,0.1-0.5,0.3-0.7l4.1-4.1c1.7-1.7,2.6-4,2.6-6.4V4h-1.9c-2.4,0-4.7,0.9-6.4,2.6l-4.1,4.1 C15.5,10.9,15.3,11,15,11H7.5l-2.6,3.3l5.3,0.8l-0.3,2l-7-1c-0.4-0.1-0.7-0.3-0.8-0.6s-0.1-0.7,0.1-1l4-5C6.4,9.1,6.7,9,7,9h7.6 l3.8-3.8C20.4,3.1,23.2,2,26.1,2H28c1.1,0,2,0.9,2,2v1.9c0,2.9-1.1,5.7-3.2,7.8L23,17.4V22z"
|
|
294
276
|
})), children);
|
|
295
277
|
});
|
|
296
278
|
|
|
297
279
|
if (process.env.NODE_ENV !== "production") {
|
|
298
|
-
|
|
280
|
+
Promote.propTypes = iconPropTypes;
|
|
299
281
|
}
|
|
300
|
-
var
|
|
282
|
+
var PropertyRelationship = /*#__PURE__*/React.forwardRef(function PropertyRelationship(_ref7, ref) {
|
|
301
283
|
var children = _ref7.children,
|
|
302
284
|
_ref7$size = _ref7.size,
|
|
303
285
|
size = _ref7$size === void 0 ? 16 : _ref7$size,
|
|
@@ -310,37 +292,15 @@ var QrCode = /*#__PURE__*/React.forwardRef(function QrCode(_ref7, ref) {
|
|
|
310
292
|
xmlns: "http://www.w3.org/2000/svg",
|
|
311
293
|
viewBox: "0 0 32 32",
|
|
312
294
|
fill: "currentColor"
|
|
313
|
-
}, rest),
|
|
314
|
-
d: "
|
|
315
|
-
transform: "rotate(-90 25 27)"
|
|
316
|
-
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
317
|
-
d: "M18 22H20V24H18z",
|
|
318
|
-
transform: "rotate(-90 19 23)"
|
|
319
|
-
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
320
|
-
d: "M18 30L22 30 22 28 20 28 20 26 18 26 18 30z"
|
|
321
|
-
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
322
|
-
d: "M25 23H29V25H25z",
|
|
323
|
-
transform: "rotate(-90 27 24)"
|
|
324
|
-
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
325
|
-
d: "M28 26L30 26 30 30 26 30 26 28 28 28 28 26zM26 20L26 18 30 18 30 22 28 22 28 20 26 20zM24 20L22 20 22 24 20 24 20 26 24 26 24 20z"
|
|
326
|
-
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
327
|
-
d: "M19 17H21V21H19z",
|
|
328
|
-
transform: "rotate(-90 20 19)"
|
|
329
|
-
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
330
|
-
d: "M6 22H10V26H6z"
|
|
331
|
-
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
332
|
-
d: "M14 30H2V18H14zM4 28h8V20H4zM22 6H26V10H22z"
|
|
333
|
-
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
334
|
-
d: "M30 14H18V2H30zM20 12h8V4H20zM6 6H10V10H6z"
|
|
335
|
-
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
336
|
-
d: "M14,14H2V2H14ZM4,12h8V4H4Z"
|
|
295
|
+
}, rest), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
296
|
+
d: "M30 16L22 24 20.6 22.6 27.2 16 20.6 9.4 22 8zM12 15H20V17H12zM2 16L10 8 11.4 9.4 4.8 16 11.4 22.6 10 24z"
|
|
337
297
|
})), children);
|
|
338
298
|
});
|
|
339
299
|
|
|
340
300
|
if (process.env.NODE_ENV !== "production") {
|
|
341
|
-
|
|
301
|
+
PropertyRelationship.propTypes = iconPropTypes;
|
|
342
302
|
}
|
|
343
|
-
var
|
|
303
|
+
var Purchase = /*#__PURE__*/React.forwardRef(function Purchase(_ref8, ref) {
|
|
344
304
|
var children = _ref8.children,
|
|
345
305
|
_ref8$size = _ref8.size,
|
|
346
306
|
size = _ref8$size === void 0 ? 16 : _ref8$size,
|
|
@@ -353,45 +313,17 @@ var QuadrantPlot = /*#__PURE__*/React.forwardRef(function QuadrantPlot(_ref8, re
|
|
|
353
313
|
xmlns: "http://www.w3.org/2000/svg",
|
|
354
314
|
viewBox: "0 0 32 32",
|
|
355
315
|
fill: "currentColor"
|
|
356
|
-
}, rest),
|
|
357
|
-
d: "
|
|
358
|
-
})),
|
|
359
|
-
d: "
|
|
360
|
-
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
361
|
-
cx: "11",
|
|
362
|
-
cy: "11",
|
|
363
|
-
r: "2"
|
|
364
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
365
|
-
cx: "11",
|
|
366
|
-
cy: "21",
|
|
367
|
-
r: "2"
|
|
368
|
-
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
369
|
-
cx: "21",
|
|
370
|
-
cy: "21",
|
|
371
|
-
r: "2"
|
|
372
|
-
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
373
|
-
cx: "22",
|
|
374
|
-
cy: "28",
|
|
375
|
-
r: "2"
|
|
376
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
377
|
-
cx: "28",
|
|
378
|
-
cy: "24",
|
|
379
|
-
r: "2"
|
|
380
|
-
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
381
|
-
cx: "4",
|
|
382
|
-
cy: "11",
|
|
383
|
-
r: "2"
|
|
384
|
-
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
385
|
-
cx: "28",
|
|
386
|
-
cy: "4",
|
|
387
|
-
r: "2"
|
|
316
|
+
}, rest), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
317
|
+
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6Zm0,2v3H4V8ZM4,24V13H28V24Z"
|
|
318
|
+
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
319
|
+
d: "M6 20H16V22H6z"
|
|
388
320
|
})), children);
|
|
389
321
|
});
|
|
390
322
|
|
|
391
323
|
if (process.env.NODE_ENV !== "production") {
|
|
392
|
-
|
|
324
|
+
Purchase.propTypes = iconPropTypes;
|
|
393
325
|
}
|
|
394
|
-
var
|
|
326
|
+
var WatsonHealthQcLaunch = /*#__PURE__*/React.forwardRef(function WatsonHealthQcLaunch(_ref9, ref) {
|
|
395
327
|
var children = _ref9.children,
|
|
396
328
|
_ref9$size = _ref9.size,
|
|
397
329
|
size = _ref9$size === void 0 ? 16 : _ref9$size,
|
|
@@ -404,21 +336,17 @@ var Query = /*#__PURE__*/React.forwardRef(function Query(_ref9, ref) {
|
|
|
404
336
|
xmlns: "http://www.w3.org/2000/svg",
|
|
405
337
|
viewBox: "0 0 32 32",
|
|
406
338
|
fill: "currentColor"
|
|
407
|
-
}, rest),
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
412
|
-
d: "M12,12H10V8h2a2,2,0,0,0,0-4H10A2.0023,2.0023,0,0,0,8,6v.5H6V6a4.0045,4.0045,0,0,1,4-4h2a4,4,0,0,1,0,8Z"
|
|
413
|
-
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
414
|
-
d: "M22.4479,21.0337A10.971,10.971,0,0,0,19.9211,4.7446l-.999,1.73A8.9967,8.9967,0,1,1,5,14H3a10.9916,10.9916,0,0,0,18.0338,8.4478L28.5859,30,30,28.5859Z"
|
|
339
|
+
}, rest), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
340
|
+
d: "M25 22H19a2.0023 2.0023 0 01-2-2V10a2.002 2.002 0 012-2h6v2H19V20h6zM13 8H9a2.002 2.002 0 00-2 2V20a2.0023 2.0023 0 002 2h1v2a2.0023 2.0023 0 002 2h2V24H12V22h1a2.0023 2.0023 0 002-2V10A2.002 2.002 0 0013 8zM9 20V10h4V20z"
|
|
341
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
342
|
+
d: "M28,30H4a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V28A2.0027,2.0027,0,0,1,28,30ZM4,4V28H28V4Z"
|
|
415
343
|
})), children);
|
|
416
344
|
});
|
|
417
345
|
|
|
418
346
|
if (process.env.NODE_ENV !== "production") {
|
|
419
|
-
|
|
347
|
+
WatsonHealthQcLaunch.propTypes = iconPropTypes;
|
|
420
348
|
}
|
|
421
|
-
var
|
|
349
|
+
var QqPlot = /*#__PURE__*/React.forwardRef(function QqPlot(_ref10, ref) {
|
|
422
350
|
var children = _ref10.children,
|
|
423
351
|
_ref10$size = _ref10.size,
|
|
424
352
|
size = _ref10$size === void 0 ? 16 : _ref10$size,
|
|
@@ -431,15 +359,35 @@ var QueryQueue = /*#__PURE__*/React.forwardRef(function QueryQueue(_ref10, ref)
|
|
|
431
359
|
xmlns: "http://www.w3.org/2000/svg",
|
|
432
360
|
viewBox: "0 0 32 32",
|
|
433
361
|
fill: "currentColor"
|
|
434
|
-
}, rest),
|
|
435
|
-
|
|
362
|
+
}, rest), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
363
|
+
cx: "20",
|
|
364
|
+
cy: "4",
|
|
365
|
+
r: "2"
|
|
366
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
367
|
+
cx: "8",
|
|
368
|
+
cy: "16",
|
|
369
|
+
r: "2"
|
|
370
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
371
|
+
cx: "28",
|
|
372
|
+
cy: "12",
|
|
373
|
+
r: "2"
|
|
374
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
375
|
+
cx: "11",
|
|
376
|
+
cy: "7",
|
|
377
|
+
r: "2"
|
|
378
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
379
|
+
cx: "16",
|
|
380
|
+
cy: "24",
|
|
381
|
+
r: "2"
|
|
382
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
383
|
+
d: "M30,3.4131,28.5859,2,4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4131Z"
|
|
436
384
|
})), children);
|
|
437
385
|
});
|
|
438
386
|
|
|
439
387
|
if (process.env.NODE_ENV !== "production") {
|
|
440
|
-
|
|
388
|
+
QqPlot.propTypes = iconPropTypes;
|
|
441
389
|
}
|
|
442
|
-
var
|
|
390
|
+
var QrCode = /*#__PURE__*/React.forwardRef(function QrCode(_ref11, ref) {
|
|
443
391
|
var children = _ref11.children,
|
|
444
392
|
_ref11$size = _ref11.size,
|
|
445
393
|
size = _ref11$size === void 0 ? 16 : _ref11$size,
|
|
@@ -452,15 +400,37 @@ var Queued = /*#__PURE__*/React.forwardRef(function Queued(_ref11, ref) {
|
|
|
452
400
|
xmlns: "http://www.w3.org/2000/svg",
|
|
453
401
|
viewBox: "0 0 32 32",
|
|
454
402
|
fill: "currentColor"
|
|
455
|
-
}, rest),
|
|
456
|
-
d: "
|
|
403
|
+
}, rest), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
404
|
+
d: "M24 26H26V28H24z",
|
|
405
|
+
transform: "rotate(-90 25 27)"
|
|
406
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
407
|
+
d: "M18 22H20V24H18z",
|
|
408
|
+
transform: "rotate(-90 19 23)"
|
|
409
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
410
|
+
d: "M18 30L22 30 22 28 20 28 20 26 18 26 18 30z"
|
|
411
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
412
|
+
d: "M25 23H29V25H25z",
|
|
413
|
+
transform: "rotate(-90 27 24)"
|
|
414
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
415
|
+
d: "M28 26L30 26 30 30 26 30 26 28 28 28 28 26zM26 20L26 18 30 18 30 22 28 22 28 20 26 20zM24 20L22 20 22 24 20 24 20 26 24 26 24 20z"
|
|
416
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
417
|
+
d: "M19 17H21V21H19z",
|
|
418
|
+
transform: "rotate(-90 20 19)"
|
|
419
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
420
|
+
d: "M6 22H10V26H6z"
|
|
421
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
422
|
+
d: "M14 30H2V18H14zM4 28h8V20H4zM22 6H26V10H22z"
|
|
423
|
+
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
424
|
+
d: "M30 14H18V2H30zM20 12h8V4H20zM6 6H10V10H6z"
|
|
425
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
426
|
+
d: "M14,14H2V2H14ZM4,12h8V4H4Z"
|
|
457
427
|
})), children);
|
|
458
428
|
});
|
|
459
429
|
|
|
460
430
|
if (process.env.NODE_ENV !== "production") {
|
|
461
|
-
|
|
431
|
+
QrCode.propTypes = iconPropTypes;
|
|
462
432
|
}
|
|
463
|
-
var
|
|
433
|
+
var QuadrantPlot = /*#__PURE__*/React.forwardRef(function QuadrantPlot(_ref12, ref) {
|
|
464
434
|
var children = _ref12.children,
|
|
465
435
|
_ref12$size = _ref12.size,
|
|
466
436
|
size = _ref12$size === void 0 ? 16 : _ref12$size,
|
|
@@ -473,15 +443,45 @@ var Quotes = /*#__PURE__*/React.forwardRef(function Quotes(_ref12, ref) {
|
|
|
473
443
|
xmlns: "http://www.w3.org/2000/svg",
|
|
474
444
|
viewBox: "0 0 32 32",
|
|
475
445
|
fill: "currentColor"
|
|
476
|
-
}, rest),
|
|
477
|
-
d: "
|
|
446
|
+
}, rest), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
447
|
+
d: "M30 15L17 15 17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z"
|
|
448
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
449
|
+
d: "M5 30a3 3 0 113-3A3.0033 3.0033 0 015 30zm0-4a1 1 0 101 1A1.001 1.001 0 005 26zM8 8a3 3 0 113-3A3.0033 3.0033 0 018 8zM8 4A1 1 0 109 5 1.001 1.001 0 008 4zM22 13a3 3 0 113-3A3.0033 3.0033 0 0122 13zm0-4a1 1 0 101 1A1.001 1.001 0 0022 9z"
|
|
450
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
451
|
+
cx: "11",
|
|
452
|
+
cy: "11",
|
|
453
|
+
r: "2"
|
|
454
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
455
|
+
cx: "11",
|
|
456
|
+
cy: "21",
|
|
457
|
+
r: "2"
|
|
458
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
459
|
+
cx: "21",
|
|
460
|
+
cy: "21",
|
|
461
|
+
r: "2"
|
|
462
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
463
|
+
cx: "22",
|
|
464
|
+
cy: "28",
|
|
465
|
+
r: "2"
|
|
466
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
467
|
+
cx: "28",
|
|
468
|
+
cy: "24",
|
|
469
|
+
r: "2"
|
|
470
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
471
|
+
cx: "4",
|
|
472
|
+
cy: "11",
|
|
473
|
+
r: "2"
|
|
474
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
475
|
+
cx: "28",
|
|
476
|
+
cy: "4",
|
|
477
|
+
r: "2"
|
|
478
478
|
})), children);
|
|
479
479
|
});
|
|
480
480
|
|
|
481
481
|
if (process.env.NODE_ENV !== "production") {
|
|
482
|
-
|
|
482
|
+
QuadrantPlot.propTypes = iconPropTypes;
|
|
483
483
|
}
|
|
484
|
-
var
|
|
484
|
+
var Query = /*#__PURE__*/React.forwardRef(function Query(_ref13, ref) {
|
|
485
485
|
var children = _ref13.children,
|
|
486
486
|
_ref13$size = _ref13.size,
|
|
487
487
|
size = _ref13$size === void 0 ? 16 : _ref13$size,
|
|
@@ -494,15 +494,21 @@ var Radar = /*#__PURE__*/React.forwardRef(function Radar(_ref13, ref) {
|
|
|
494
494
|
xmlns: "http://www.w3.org/2000/svg",
|
|
495
495
|
viewBox: "0 0 32 32",
|
|
496
496
|
fill: "currentColor"
|
|
497
|
-
}, rest),
|
|
498
|
-
|
|
497
|
+
}, rest), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
498
|
+
cx: "11",
|
|
499
|
+
cy: "15.5",
|
|
500
|
+
r: "1.5"
|
|
501
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
502
|
+
d: "M12,12H10V8h2a2,2,0,0,0,0-4H10A2.0023,2.0023,0,0,0,8,6v.5H6V6a4.0045,4.0045,0,0,1,4-4h2a4,4,0,0,1,0,8Z"
|
|
503
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
504
|
+
d: "M22.4479,21.0337A10.971,10.971,0,0,0,19.9211,4.7446l-.999,1.73A8.9967,8.9967,0,1,1,5,14H3a10.9916,10.9916,0,0,0,18.0338,8.4478L28.5859,30,30,28.5859Z"
|
|
499
505
|
})), children);
|
|
500
506
|
});
|
|
501
507
|
|
|
502
508
|
if (process.env.NODE_ENV !== "production") {
|
|
503
|
-
|
|
509
|
+
Query.propTypes = iconPropTypes;
|
|
504
510
|
}
|
|
505
|
-
var
|
|
511
|
+
var QueryQueue = /*#__PURE__*/React.forwardRef(function QueryQueue(_ref14, ref) {
|
|
506
512
|
var children = _ref14.children,
|
|
507
513
|
_ref14$size = _ref14.size,
|
|
508
514
|
size = _ref14$size === void 0 ? 16 : _ref14$size,
|
|
@@ -515,15 +521,15 @@ var RadarEnhanced = /*#__PURE__*/React.forwardRef(function RadarEnhanced(_ref14,
|
|
|
515
521
|
xmlns: "http://www.w3.org/2000/svg",
|
|
516
522
|
viewBox: "0 0 32 32",
|
|
517
523
|
fill: "currentColor"
|
|
518
|
-
}, rest),
|
|
519
|
-
d: "
|
|
524
|
+
}, rest), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
525
|
+
d: "M10 6H28V8H10zM10 12H28V14H10zM15 18H28V20H15zM10 24H28V26H10zM4 14L11 19 4 24 4 14z"
|
|
520
526
|
})), children);
|
|
521
527
|
});
|
|
522
528
|
|
|
523
529
|
if (process.env.NODE_ENV !== "production") {
|
|
524
|
-
|
|
530
|
+
QueryQueue.propTypes = iconPropTypes;
|
|
525
531
|
}
|
|
526
|
-
var
|
|
532
|
+
var Queued = /*#__PURE__*/React.forwardRef(function Queued(_ref15, ref) {
|
|
527
533
|
var children = _ref15.children,
|
|
528
534
|
_ref15$size = _ref15.size,
|
|
529
535
|
size = _ref15$size === void 0 ? 16 : _ref15$size,
|
|
@@ -536,15 +542,15 @@ var RadarWeather = /*#__PURE__*/React.forwardRef(function RadarWeather(_ref15, r
|
|
|
536
542
|
xmlns: "http://www.w3.org/2000/svg",
|
|
537
543
|
viewBox: "0 0 32 32",
|
|
538
544
|
fill: "currentColor"
|
|
539
|
-
}, rest),
|
|
540
|
-
d: "
|
|
545
|
+
}, rest), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
546
|
+
d: "M22 20H30V22H22zM22 24H30V26H22zM22 28H30V30H22zM18 24H20V26H18zM18 20H20V22H18zM18 28H20V30H18zM6.8149 8.293A12.0777 12.0777 0 0110.0068 5.62L9.0079 3.89A14.0845 14.0845 0 005.2841 7.0083zM25.1851 8.293l1.5308-1.2847A14.0845 14.0845 0 0022.9921 3.89l-.9989 1.73A12.0777 12.0777 0 0125.1851 8.293zM4.7366 11.9l-1.8772-.6831A13.9019 13.9019 0 002 16H4A11.917 11.917 0 014.7366 11.9zM6.8149 23.707A11.9975 11.9975 0 014.7366 20.1l-1.8772.6831a13.99 13.99 0 002.4247 4.209zM27.2634 11.9A11.917 11.917 0 0128 16h2a13.8971 13.8971 0 00-.8594-4.7827zM13.9182 27.8066A11.8894 11.8894 0 0110.0068 26.38l-.9989 1.73a13.8673 13.8673 0 004.5633 1.664zM13.9182 4.1934a11.3012 11.3012 0 014.1636 0l.347-1.9678a13.187 13.187 0 00-4.8576 0z"
|
|
541
547
|
})), children);
|
|
542
548
|
});
|
|
543
549
|
|
|
544
550
|
if (process.env.NODE_ENV !== "production") {
|
|
545
|
-
|
|
551
|
+
Queued.propTypes = iconPropTypes;
|
|
546
552
|
}
|
|
547
|
-
var
|
|
553
|
+
var Quotes = /*#__PURE__*/React.forwardRef(function Quotes(_ref16, ref) {
|
|
548
554
|
var children = _ref16.children,
|
|
549
555
|
_ref16$size = _ref16.size,
|
|
550
556
|
size = _ref16$size === void 0 ? 16 : _ref16$size,
|
|
@@ -557,17 +563,15 @@ var Radio = /*#__PURE__*/React.forwardRef(function Radio(_ref16, ref) {
|
|
|
557
563
|
xmlns: "http://www.w3.org/2000/svg",
|
|
558
564
|
viewBox: "0 0 32 32",
|
|
559
565
|
fill: "currentColor"
|
|
560
|
-
}, rest),
|
|
561
|
-
d: "
|
|
562
|
-
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
563
|
-
d: "M10 26a4 4 0 114-4A4 4 0 0110 26zm0-6a2 2 0 102 2A2 2 0 0010 20zM7 14H13V16H7zM17 16H26V18H17zM17 20H26V22H17zM17 24H26V26H17z"
|
|
566
|
+
}, rest), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
567
|
+
d: "M12 15H6.11A9 9 0 0110 8.86l1.79-1.2L10.69 6 8.9 7.2A11 11 0 004 16.35V23a2 2 0 002 2h6a2 2 0 002-2V17A2 2 0 0012 15zM26 15H20.11A9 9 0 0124 8.86l1.79-1.2L24.7 6 22.9 7.2A11 11 0 0018 16.35V23a2 2 0 002 2h6a2 2 0 002-2V17A2 2 0 0026 15z"
|
|
564
568
|
})), children);
|
|
565
569
|
});
|
|
566
570
|
|
|
567
571
|
if (process.env.NODE_ENV !== "production") {
|
|
568
|
-
|
|
572
|
+
Quotes.propTypes = iconPropTypes;
|
|
569
573
|
}
|
|
570
|
-
var
|
|
574
|
+
var Radar = /*#__PURE__*/React.forwardRef(function Radar(_ref17, ref) {
|
|
571
575
|
var children = _ref17.children,
|
|
572
576
|
_ref17$size = _ref17.size,
|
|
573
577
|
size = _ref17$size === void 0 ? 16 : _ref17$size,
|
|
@@ -580,17 +584,15 @@ var RadioCombat = /*#__PURE__*/React.forwardRef(function RadioCombat(_ref17, ref
|
|
|
580
584
|
xmlns: "http://www.w3.org/2000/svg",
|
|
581
585
|
viewBox: "0 0 32 32",
|
|
582
586
|
fill: "currentColor"
|
|
583
|
-
}, rest),
|
|
584
|
-
d: "
|
|
585
|
-
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
586
|
-
d: "M20,12h8a2.0023,2.0023,0,0,0,2-2V6a2.0023,2.0023,0,0,0-2-2H20a2.0023,2.0023,0,0,0-2,2V7H12a4.0045,4.0045,0,0,0-4,4v3H6V4H4V14a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V16a2.0023,2.0023,0,0,0-2-2H10V11a2.0023,2.0023,0,0,1,2-2h6v1A2.0023,2.0023,0,0,0,20,12Zm4-6h4v4H24ZM20,6h2v4H20Zm8,22H4V16H28Z"
|
|
587
|
+
}, rest), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
588
|
+
d: "M30,3.4141,28.5859,2,15.293,15.293a1,1,0,0,0,1.414,1.414l4.18-4.1792A5.9956,5.9956,0,1,1,16,10V8a8.011,8.011,0,1,0,6.3164,3.0977L25.1631,8.251A11.881,11.881,0,0,1,28,16,12,12,0,1,1,16,4V2A14,14,0,1,0,30,16a13.8572,13.8572,0,0,0-3.4224-9.1636Z"
|
|
587
589
|
})), children);
|
|
588
590
|
});
|
|
589
591
|
|
|
590
592
|
if (process.env.NODE_ENV !== "production") {
|
|
591
|
-
|
|
593
|
+
Radar.propTypes = iconPropTypes;
|
|
592
594
|
}
|
|
593
|
-
var
|
|
595
|
+
var RadarEnhanced = /*#__PURE__*/React.forwardRef(function RadarEnhanced(_ref18, ref) {
|
|
594
596
|
var children = _ref18.children,
|
|
595
597
|
_ref18$size = _ref18.size,
|
|
596
598
|
size = _ref18$size === void 0 ? 16 : _ref18$size,
|
|
@@ -603,21 +605,15 @@ var RadioPushToTalk = /*#__PURE__*/React.forwardRef(function RadioPushToTalk(_re
|
|
|
603
605
|
xmlns: "http://www.w3.org/2000/svg",
|
|
604
606
|
viewBox: "0 0 32 32",
|
|
605
607
|
fill: "currentColor"
|
|
606
|
-
}, rest),
|
|
607
|
-
d: "
|
|
608
|
-
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
609
|
-
cx: "16",
|
|
610
|
-
cy: "23",
|
|
611
|
-
r: "2"
|
|
612
|
-
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
613
|
-
d: "M22,7H21V2H19V7H10A2.0023,2.0023,0,0,0,8,9v2H6v2H8v2H6v2H8V28a2.0023,2.0023,0,0,0,2,2H22a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,22,7ZM10,28V9H22V28Z"
|
|
608
|
+
}, rest), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
609
|
+
d: "M30,3.4146,28.5854,2,17.2932,13.2925a1,1,0,1,0,1.4141,1.414l3.4543-3.4541A4.9817,4.9817,0,0,1,18,19a5.0385,5.0385,0,0,1-.6074-.05,8.0432,8.0432,0,0,0-4.3421-4.3423A4.9,4.9,0,0,1,18,9V7a7.0078,7.0078,0,0,0-7,7c0,.0234.0056.0469.0059.07A8.0469,8.0469,0,0,0,10,14a7.95,7.95,0,0,0-1.9883.26C8.0095,14.1729,8,14.0879,8,14A10.0114,10.0114,0,0,1,18,4V2A12.0137,12.0137,0,0,0,6,14c0,.355.0171.7061.0471,1.0537A7.9943,7.9943,0,1,0,16.9465,25.9521c.35.03.7019.0479,1.0535.0479A11.9853,11.9853,0,0,0,27.1538,6.2607ZM15.91,21H13.9563a12.029,12.029,0,0,0-1.218-4.332A6.01,6.01,0,0,1,15.91,21ZM4.09,23H6.0435a12.0318,12.0318,0,0,0,1.2182,4.3325A6.01,6.01,0,0,1,4.09,23Zm1.9532-2H4.09a6.01,6.01,0,0,1,3.1714-4.332A12.0321,12.0321,0,0,0,6.0435,21ZM10,27.9858A10.0149,10.0149,0,0,1,8.0552,23h3.89A10.0149,10.0149,0,0,1,10,27.9858ZM8.0552,21A10.0118,10.0118,0,0,1,10,16.0151,10.01,10.01,0,0,1,11.9448,21Zm4.6831,6.3325A12.0318,12.0318,0,0,0,13.9565,23H15.91A6.01,6.01,0,0,1,12.7383,27.3325ZM28,14A10.0114,10.0114,0,0,1,18,24c-.0869,0-.1733-.01-.26-.0117a7.5527,7.5527,0,0,0,.19-2.9942c.0237,0,.0466.0059.07.0059A6.9991,6.9991,0,0,0,23.6055,9.8086l2.1313-2.1314A9.95,9.95,0,0,1,28,14Z"
|
|
614
610
|
})), children);
|
|
615
611
|
});
|
|
616
612
|
|
|
617
613
|
if (process.env.NODE_ENV !== "production") {
|
|
618
|
-
|
|
614
|
+
RadarEnhanced.propTypes = iconPropTypes;
|
|
619
615
|
}
|
|
620
|
-
var
|
|
616
|
+
var RadarWeather = /*#__PURE__*/React.forwardRef(function RadarWeather(_ref19, ref) {
|
|
621
617
|
var children = _ref19.children,
|
|
622
618
|
_ref19$size = _ref19.size,
|
|
623
619
|
size = _ref19$size === void 0 ? 16 : _ref19$size,
|
|
@@ -631,14 +627,14 @@ var RadioButton = /*#__PURE__*/React.forwardRef(function RadioButton(_ref19, ref
|
|
|
631
627
|
viewBox: "0 0 32 32",
|
|
632
628
|
fill: "currentColor"
|
|
633
629
|
}, rest), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
634
|
-
d: "
|
|
630
|
+
d: "M30,3.4146,28.5854,2,17.2932,13.2925a1,1,0,1,0,1.4141,1.414l3.4543-3.4541a4.9646,4.9646,0,0,1-3.8811,7.7193,7.0485,7.0485,0,0,0-5.1438-3.8731A4.9431,4.9431,0,0,1,18,9V7a6.9551,6.9551,0,0,0-6.9087,8.0791,6.93,6.93,0,0,0-2.8525,1.06A9.97,9.97,0,0,1,18,4V2A11.9756,11.9756,0,0,0,6.573,17.6357a6.9293,6.9293,0,0,0-1.3674,2.7061A4.9948,4.9948,0,0,0,7,30H17a4.9921,4.9921,0,0,0,4.9678-4.68A12.0391,12.0391,0,0,0,30,14a11.8678,11.8678,0,0,0-2.8389-7.7466ZM17,28H7a2.9945,2.9945,0,0,1-.6963-5.9082l.6587-.1572.0986-.67a4.9923,4.9923,0,0,1,9.878,0l.0986.6695.6587.1572A2.9945,2.9945,0,0,1,17,28ZM28,14a10.0346,10.0346,0,0,1-6.3118,9.291,4.9577,4.9577,0,0,0-2.0207-2.5,6.9922,6.9922,0,0,0,3.938-10.9824l2.132-2.1318A9.8873,9.8873,0,0,1,28,14Z"
|
|
635
631
|
})), children);
|
|
636
632
|
});
|
|
637
633
|
|
|
638
634
|
if (process.env.NODE_ENV !== "production") {
|
|
639
|
-
|
|
635
|
+
RadarWeather.propTypes = iconPropTypes;
|
|
640
636
|
}
|
|
641
|
-
var
|
|
637
|
+
var Radio = /*#__PURE__*/React.forwardRef(function Radio(_ref20, ref) {
|
|
642
638
|
var children = _ref20.children,
|
|
643
639
|
_ref20$size = _ref20.size,
|
|
644
640
|
size = _ref20$size === void 0 ? 16 : _ref20$size,
|
|
@@ -652,16 +648,16 @@ var RadioButtonChecked = /*#__PURE__*/React.forwardRef(function RadioButtonCheck
|
|
|
652
648
|
viewBox: "0 0 32 32",
|
|
653
649
|
fill: "currentColor"
|
|
654
650
|
}, rest), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
655
|
-
d: "
|
|
651
|
+
d: "M28,10H24V2H22v8H13V8H11v2H8V8H6v2H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM4,28V12H28V28Z"
|
|
656
652
|
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
657
|
-
d: "
|
|
653
|
+
d: "M10 26a4 4 0 114-4A4 4 0 0110 26zm0-6a2 2 0 102 2A2 2 0 0010 20zM7 14H13V16H7zM17 16H26V18H17zM17 20H26V22H17zM17 24H26V26H17z"
|
|
658
654
|
})), children);
|
|
659
655
|
});
|
|
660
656
|
|
|
661
657
|
if (process.env.NODE_ENV !== "production") {
|
|
662
|
-
|
|
658
|
+
Radio.propTypes = iconPropTypes;
|
|
663
659
|
}
|
|
664
|
-
var
|
|
660
|
+
var RadioCombat = /*#__PURE__*/React.forwardRef(function RadioCombat(_ref21, ref) {
|
|
665
661
|
var children = _ref21.children,
|
|
666
662
|
_ref21$size = _ref21.size,
|
|
667
663
|
size = _ref21$size === void 0 ? 16 : _ref21$size,
|
|
@@ -675,14 +671,16 @@ var Rain = /*#__PURE__*/React.forwardRef(function Rain(_ref21, ref) {
|
|
|
675
671
|
viewBox: "0 0 32 32",
|
|
676
672
|
fill: "currentColor"
|
|
677
673
|
}, rest), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
678
|
-
d: "
|
|
674
|
+
d: "M10 26a4 4 0 114-4A4.0045 4.0045 0 0110 26zm0-6a2 2 0 102 2A2.0021 2.0021 0 0010 20zM17 20H26V22H17zM17 24H26V26H17z"
|
|
675
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
676
|
+
d: "M20,12h8a2.0023,2.0023,0,0,0,2-2V6a2.0023,2.0023,0,0,0-2-2H20a2.0023,2.0023,0,0,0-2,2V7H12a4.0045,4.0045,0,0,0-4,4v3H6V4H4V14a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V16a2.0023,2.0023,0,0,0-2-2H10V11a2.0023,2.0023,0,0,1,2-2h6v1A2.0023,2.0023,0,0,0,20,12Zm4-6h4v4H24ZM20,6h2v4H20Zm8,22H4V16H28Z"
|
|
679
677
|
})), children);
|
|
680
678
|
});
|
|
681
679
|
|
|
682
680
|
if (process.env.NODE_ENV !== "production") {
|
|
683
|
-
|
|
681
|
+
RadioCombat.propTypes = iconPropTypes;
|
|
684
682
|
}
|
|
685
|
-
var
|
|
683
|
+
var RadioPushToTalk = /*#__PURE__*/React.forwardRef(function RadioPushToTalk(_ref22, ref) {
|
|
686
684
|
var children = _ref22.children,
|
|
687
685
|
_ref22$size = _ref22.size,
|
|
688
686
|
size = _ref22$size === void 0 ? 16 : _ref22$size,
|
|
@@ -695,17 +693,21 @@ var RainDrizzle = /*#__PURE__*/React.forwardRef(function RainDrizzle(_ref22, ref
|
|
|
695
693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
696
694
|
viewBox: "0 0 32 32",
|
|
697
695
|
fill: "currentColor"
|
|
698
|
-
}, rest),
|
|
699
|
-
d: "
|
|
700
|
-
})),
|
|
701
|
-
|
|
696
|
+
}, rest), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
697
|
+
d: "M13 11H19V13H13zM13 15H19V17H13z"
|
|
698
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
699
|
+
cx: "16",
|
|
700
|
+
cy: "23",
|
|
701
|
+
r: "2"
|
|
702
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
703
|
+
d: "M22,7H21V2H19V7H10A2.0023,2.0023,0,0,0,8,9v2H6v2H8v2H6v2H8V28a2.0023,2.0023,0,0,0,2,2H22a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,22,7ZM10,28V9H22V28Z"
|
|
702
704
|
})), children);
|
|
703
705
|
});
|
|
704
706
|
|
|
705
707
|
if (process.env.NODE_ENV !== "production") {
|
|
706
|
-
|
|
708
|
+
RadioPushToTalk.propTypes = iconPropTypes;
|
|
707
709
|
}
|
|
708
|
-
var
|
|
710
|
+
var RadioButton = /*#__PURE__*/React.forwardRef(function RadioButton(_ref23, ref) {
|
|
709
711
|
var children = _ref23.children,
|
|
710
712
|
_ref23$size = _ref23.size,
|
|
711
713
|
size = _ref23$size === void 0 ? 16 : _ref23$size,
|
|
@@ -718,17 +720,15 @@ var RainHeavy = /*#__PURE__*/React.forwardRef(function RainHeavy(_ref23, ref) {
|
|
|
718
720
|
xmlns: "http://www.w3.org/2000/svg",
|
|
719
721
|
viewBox: "0 0 32 32",
|
|
720
722
|
fill: "currentColor"
|
|
721
|
-
}, rest),
|
|
722
|
-
d: "
|
|
723
|
-
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
724
|
-
d: "M30,15.5a6.5323,6.5323,0,0,0-5.1992-6.3638,8.9943,8.9943,0,0,0-17.6006,0A6.4905,6.4905,0,0,0,5.7026,21.3584L4.106,24.5527a1,1,0,1,0,1.7885.8946L7.6174,22l6.7644,0L13.106,24.5527a1,1,0,1,0,1.7885.8946L16.6177,22h6.7641L22.106,24.5527a1,1,0,1,0,1.7885.8946l1.9444-3.89A6.5058,6.5058,0,0,0,30,15.5ZM23.5,20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20Z"
|
|
723
|
+
}, rest), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
724
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
|
|
725
725
|
})), children);
|
|
726
726
|
});
|
|
727
727
|
|
|
728
728
|
if (process.env.NODE_ENV !== "production") {
|
|
729
|
-
|
|
729
|
+
RadioButton.propTypes = iconPropTypes;
|
|
730
730
|
}
|
|
731
|
-
var
|
|
731
|
+
var RadioButtonChecked = /*#__PURE__*/React.forwardRef(function RadioButtonChecked(_ref24, ref) {
|
|
732
732
|
var children = _ref24.children,
|
|
733
733
|
_ref24$size = _ref24.size,
|
|
734
734
|
size = _ref24$size === void 0 ? 16 : _ref24$size,
|
|
@@ -742,29 +742,16 @@ var RainScattered = /*#__PURE__*/React.forwardRef(function RainScattered(_ref24,
|
|
|
742
742
|
viewBox: "0 0 32 32",
|
|
743
743
|
fill: "currentColor"
|
|
744
744
|
}, rest), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
745
|
-
d: "
|
|
745
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
|
|
746
746
|
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
747
|
-
d: "
|
|
748
|
-
transform: "rotate(-45.009 28.232 17.233)"
|
|
749
|
-
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
750
|
-
d: "M29 10H32V12H29z"
|
|
751
|
-
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
752
|
-
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
753
|
-
transform: "rotate(-45 28.232 4.768)"
|
|
754
|
-
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
755
|
-
d: "M20 0H22V3H20z"
|
|
756
|
-
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
757
|
-
d: "M12.768 3.268H14.768V6.268H12.768z",
|
|
758
|
-
transform: "rotate(-45 13.768 4.768)"
|
|
759
|
-
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
760
|
-
d: "M27,11A5.9955,5.9955,0,0,0,15.6335,8.3311,7.3494,7.3494,0,0,0,13.5,8a7.5509,7.5509,0,0,0-7.1492,5.2441A5.9926,5.9926,0,0,0,8,25h7.3818L14.106,27.5527a1,1,0,1,0,1.7885.8946L17.6177,25H19a5.9853,5.9853,0,0,0,5.2163-8.9463A5.9941,5.9941,0,0,0,27,11ZM19,23H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,14.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,23Zm3.9268-8.5107a5.96,5.96,0,0,0-2.2776-1.2452,7.5157,7.5157,0,0,0-3.1853-4.0688,3.9869,3.9869,0,1,1,5.4629,5.314Z"
|
|
747
|
+
d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Z"
|
|
761
748
|
})), children);
|
|
762
749
|
});
|
|
763
750
|
|
|
764
751
|
if (process.env.NODE_ENV !== "production") {
|
|
765
|
-
|
|
752
|
+
RadioButtonChecked.propTypes = iconPropTypes;
|
|
766
753
|
}
|
|
767
|
-
var
|
|
754
|
+
var Rain = /*#__PURE__*/React.forwardRef(function Rain(_ref25, ref) {
|
|
768
755
|
var children = _ref25.children,
|
|
769
756
|
_ref25$size = _ref25.size,
|
|
770
757
|
size = _ref25$size === void 0 ? 16 : _ref25$size,
|
|
@@ -777,15 +764,15 @@ var RainScatteredNight = /*#__PURE__*/React.forwardRef(function RainScatteredNig
|
|
|
777
764
|
xmlns: "http://www.w3.org/2000/svg",
|
|
778
765
|
viewBox: "0 0 32 32",
|
|
779
766
|
fill: "currentColor"
|
|
780
|
-
}, rest),
|
|
781
|
-
d: "
|
|
767
|
+
}, rest), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
768
|
+
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 4zM14 30a.93.93 0 01-.45-.11 1 1 0 01-.44-1.34l2-4a1 1 0 111.78.9l-2 4A1 1 0 0114 30zM20 30a.93.93 0 01-.45-.11 1 1 0 01-.44-1.34l2-4a1 1 0 111.78.9l-2 4A1 1 0 0120 30zM8 30a.93.93 0 01-.45-.11 1 1 0 01-.44-1.34l2-4a1 1 0 111.78.9l-2 4A1 1 0 018 30z"
|
|
782
769
|
})), children);
|
|
783
770
|
});
|
|
784
771
|
|
|
785
772
|
if (process.env.NODE_ENV !== "production") {
|
|
786
|
-
|
|
773
|
+
Rain.propTypes = iconPropTypes;
|
|
787
774
|
}
|
|
788
|
-
var
|
|
775
|
+
var RainDrizzle = /*#__PURE__*/React.forwardRef(function RainDrizzle(_ref26, ref) {
|
|
789
776
|
var children = _ref26.children,
|
|
790
777
|
_ref26$size = _ref26.size,
|
|
791
778
|
size = _ref26$size === void 0 ? 16 : _ref26$size,
|
|
@@ -798,17 +785,17 @@ var RainDrop = /*#__PURE__*/React.forwardRef(function RainDrop(_ref26, ref) {
|
|
|
798
785
|
xmlns: "http://www.w3.org/2000/svg",
|
|
799
786
|
viewBox: "0 0 32 32",
|
|
800
787
|
fill: "currentColor"
|
|
801
|
-
}, rest),
|
|
802
|
-
d: "
|
|
803
|
-
})),
|
|
804
|
-
d: "
|
|
788
|
+
}, rest), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
789
|
+
d: "M11,30a1,1,0,0,1-.8944-1.4474l2-4a1,1,0,1,1,1.7887.8946l-2,4A.9979.9979,0,0,1,11,30Z"
|
|
790
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
791
|
+
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4973,6.4973,0,0,0,8.5,22H19.3813L18.105,24.5527a1,1,0,0,0,1.789.8946L21.6177,22H23.5A6.4974,6.4974,0,0,0,24.8008,9.1362ZM23.5,20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20Z"
|
|
805
792
|
})), children);
|
|
806
793
|
});
|
|
807
794
|
|
|
808
795
|
if (process.env.NODE_ENV !== "production") {
|
|
809
|
-
|
|
796
|
+
RainDrizzle.propTypes = iconPropTypes;
|
|
810
797
|
}
|
|
811
|
-
var
|
|
798
|
+
var RainHeavy = /*#__PURE__*/React.forwardRef(function RainHeavy(_ref27, ref) {
|
|
812
799
|
var children = _ref27.children,
|
|
813
800
|
_ref27$size = _ref27.size,
|
|
814
801
|
size = _ref27$size === void 0 ? 16 : _ref27$size,
|
|
@@ -821,15 +808,17 @@ var Raw = /*#__PURE__*/React.forwardRef(function Raw(_ref27, ref) {
|
|
|
821
808
|
xmlns: "http://www.w3.org/2000/svg",
|
|
822
809
|
viewBox: "0 0 32 32",
|
|
823
810
|
fill: "currentColor"
|
|
824
|
-
}, rest),
|
|
825
|
-
d: "
|
|
811
|
+
}, rest), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
812
|
+
d: "M17 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 0117 30zM8 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 018 30z"
|
|
813
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
814
|
+
d: "M30,15.5a6.5323,6.5323,0,0,0-5.1992-6.3638,8.9943,8.9943,0,0,0-17.6006,0A6.4905,6.4905,0,0,0,5.7026,21.3584L4.106,24.5527a1,1,0,1,0,1.7885.8946L7.6174,22l6.7644,0L13.106,24.5527a1,1,0,1,0,1.7885.8946L16.6177,22h6.7641L22.106,24.5527a1,1,0,1,0,1.7885.8946l1.9444-3.89A6.5058,6.5058,0,0,0,30,15.5ZM23.5,20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20Z"
|
|
826
815
|
})), children);
|
|
827
816
|
});
|
|
828
817
|
|
|
829
818
|
if (process.env.NODE_ENV !== "production") {
|
|
830
|
-
|
|
819
|
+
RainHeavy.propTypes = iconPropTypes;
|
|
831
820
|
}
|
|
832
|
-
var
|
|
821
|
+
var RainScattered = /*#__PURE__*/React.forwardRef(function RainScattered(_ref28, ref) {
|
|
833
822
|
var children = _ref28.children,
|
|
834
823
|
_ref28$size = _ref28.size,
|
|
835
824
|
size = _ref28$size === void 0 ? 16 : _ref28$size,
|
|
@@ -842,17 +831,30 @@ var Receipt = /*#__PURE__*/React.forwardRef(function Receipt(_ref28, ref) {
|
|
|
842
831
|
xmlns: "http://www.w3.org/2000/svg",
|
|
843
832
|
viewBox: "0 0 32 32",
|
|
844
833
|
fill: "currentColor"
|
|
845
|
-
}, rest),
|
|
846
|
-
d: "
|
|
834
|
+
}, rest), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
835
|
+
d: "M8.5084,32a1.0127,1.0127,0,0,1-.4485-.1054.9986.9986,0,0,1-.4486-1.3418l1.4934-3.0005a1.0025,1.0025,0,0,1,1.7943.8945l-1.4934,3A1.0013,1.0013,0,0,1,8.5084,32Z"
|
|
836
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
837
|
+
d: "M27.232 15.733H29.232V18.733H27.232z",
|
|
838
|
+
transform: "rotate(-45.009 28.232 17.233)"
|
|
839
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
840
|
+
d: "M29 10H32V12H29z"
|
|
841
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
842
|
+
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
843
|
+
transform: "rotate(-45 28.232 4.768)"
|
|
844
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
845
|
+
d: "M20 0H22V3H20z"
|
|
847
846
|
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
848
|
-
d: "
|
|
847
|
+
d: "M12.768 3.268H14.768V6.268H12.768z",
|
|
848
|
+
transform: "rotate(-45 13.768 4.768)"
|
|
849
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
850
|
+
d: "M27,11A5.9955,5.9955,0,0,0,15.6335,8.3311,7.3494,7.3494,0,0,0,13.5,8a7.5509,7.5509,0,0,0-7.1492,5.2441A5.9926,5.9926,0,0,0,8,25h7.3818L14.106,27.5527a1,1,0,1,0,1.7885.8946L17.6177,25H19a5.9853,5.9853,0,0,0,5.2163-8.9463A5.9941,5.9941,0,0,0,27,11ZM19,23H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,14.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,23Zm3.9268-8.5107a5.96,5.96,0,0,0-2.2776-1.2452,7.5157,7.5157,0,0,0-3.1853-4.0688,3.9869,3.9869,0,1,1,5.4629,5.314Z"
|
|
849
851
|
})), children);
|
|
850
852
|
});
|
|
851
853
|
|
|
852
854
|
if (process.env.NODE_ENV !== "production") {
|
|
853
|
-
|
|
855
|
+
RainScattered.propTypes = iconPropTypes;
|
|
854
856
|
}
|
|
855
|
-
var
|
|
857
|
+
var RainScatteredNight = /*#__PURE__*/React.forwardRef(function RainScatteredNight(_ref29, ref) {
|
|
856
858
|
var children = _ref29.children,
|
|
857
859
|
_ref29$size = _ref29.size,
|
|
858
860
|
size = _ref29$size === void 0 ? 16 : _ref29$size,
|
|
@@ -865,17 +867,15 @@ var RecentlyViewed = /*#__PURE__*/React.forwardRef(function RecentlyViewed(_ref2
|
|
|
865
867
|
xmlns: "http://www.w3.org/2000/svg",
|
|
866
868
|
viewBox: "0 0 32 32",
|
|
867
869
|
fill: "currentColor"
|
|
868
|
-
}, rest),
|
|
869
|
-
d: "
|
|
870
|
-
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
871
|
-
d: "M16,2A13.94,13.94,0,0,0,6,6.23V2H4v8h8V8H7.08A12,12,0,1,1,4,16H2A14,14,0,1,0,16,2Z"
|
|
870
|
+
}, rest), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
871
|
+
d: "M8.5084 32a1.0115 1.0115 0 01-.4485-.1055.9986.9986 0 01-.4486-1.3418l1.4934-3a1.0025 1.0025 0 011.7943.8945l-1.4934 3A1.0015 1.0015 0 018.5084 32zM29.8442 13.0347a1.5184 1.5184 0 00-1.2309-.8658 5.3587 5.3587 0 01-3.4094-1.7163 6.4648 6.4648 0 01-1.285-6.393 1.6031 1.6031 0 00-.3-1.5459 1.4535 1.4535 0 00-1.3594-.4922l-.0191.0029a7.8549 7.8549 0 00-6.1054 6.48A7.3725 7.3725 0 0013.5 8a7.5511 7.5511 0 00-7.1494 5.2441A5.9926 5.9926 0 008 25h7.3818L14.106 27.5527a1 1 0 101.7885.8946L17.6177 25H19a5.9549 5.9549 0 005.88-7.1455 7.5 7.5 0 004.8672-3.3A1.5381 1.5381 0 0029.8442 13.0347zM19 23H8a3.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 23zm5.1509-7.0479a5.9639 5.9639 0 00-3.5015-2.708A7.5076 7.5076 0 0018.0286 9.55a6.01 6.01 0 013.77-5.334 8.4581 8.4581 0 001.9395 7.5972A7.4007 7.4007 0 0027.64 14.041 5.4392 5.4392 0 0124.1509 15.9521z"
|
|
872
872
|
})), children);
|
|
873
873
|
});
|
|
874
874
|
|
|
875
875
|
if (process.env.NODE_ENV !== "production") {
|
|
876
|
-
|
|
876
|
+
RainScatteredNight.propTypes = iconPropTypes;
|
|
877
877
|
}
|
|
878
|
-
var
|
|
878
|
+
var RainDrop = /*#__PURE__*/React.forwardRef(function RainDrop(_ref30, ref) {
|
|
879
879
|
var children = _ref30.children,
|
|
880
880
|
_ref30$size = _ref30.size,
|
|
881
881
|
size = _ref30$size === void 0 ? 16 : _ref30$size,
|
|
@@ -889,14 +889,16 @@ var Recommend = /*#__PURE__*/React.forwardRef(function Recommend(_ref30, ref) {
|
|
|
889
889
|
viewBox: "0 0 32 32",
|
|
890
890
|
fill: "currentColor"
|
|
891
891
|
}, rest), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
892
|
-
d: "M16,
|
|
892
|
+
d: "M16,24V22a3.2965,3.2965,0,0,0,3-3h2A5.2668,5.2668,0,0,1,16,24Z"
|
|
893
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
894
|
+
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"
|
|
893
895
|
})), children);
|
|
894
896
|
});
|
|
895
897
|
|
|
896
898
|
if (process.env.NODE_ENV !== "production") {
|
|
897
|
-
|
|
899
|
+
RainDrop.propTypes = iconPropTypes;
|
|
898
900
|
}
|
|
899
|
-
var
|
|
901
|
+
var Raw = /*#__PURE__*/React.forwardRef(function Raw(_ref31, ref) {
|
|
900
902
|
var children = _ref31.children,
|
|
901
903
|
_ref31$size = _ref31.size,
|
|
902
904
|
size = _ref31$size === void 0 ? 16 : _ref31$size,
|
|
@@ -909,17 +911,15 @@ var Recording = /*#__PURE__*/React.forwardRef(function Recording(_ref31, ref) {
|
|
|
909
911
|
xmlns: "http://www.w3.org/2000/svg",
|
|
910
912
|
viewBox: "0 0 32 32",
|
|
911
913
|
fill: "currentColor"
|
|
912
|
-
}, rest),
|
|
913
|
-
d: "
|
|
914
|
-
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
915
|
-
d: "M16,12a4,4,0,1,1-4,4,4,4,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
|
914
|
+
}, rest), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
915
|
+
d: "M29.2 9L28.86 17 28.6 21.54 28.19 18 27.51 12.54 25.49 12.54 24.81 18 24.4 21.54 24.14 17 23.8 9 22 9 23 23 25.27 23 26.03 18.07 26.49 14 26.5 13.97 26.51 14 26.97 18.07 27.73 23 30 23 31 9 29.2 9zM18 9H14a2 2 0 00-2 2V23h2V18h4v5h2V11A2 2 0 0018 9zm-4 7V11h4v5zM10 15V11A2 2 0 008 9H2V23H4V17H5.48l2.34 6H10L7.63 17H8A2 2 0 0010 15zM4 11H8v4H4z"
|
|
916
916
|
})), children);
|
|
917
917
|
});
|
|
918
918
|
|
|
919
919
|
if (process.env.NODE_ENV !== "production") {
|
|
920
|
-
|
|
920
|
+
Raw.propTypes = iconPropTypes;
|
|
921
921
|
}
|
|
922
|
-
var
|
|
922
|
+
var Receipt = /*#__PURE__*/React.forwardRef(function Receipt(_ref32, ref) {
|
|
923
923
|
var children = _ref32.children,
|
|
924
924
|
_ref32$size = _ref32.size,
|
|
925
925
|
size = _ref32$size === void 0 ? 16 : _ref32$size,
|
|
@@ -932,19 +932,17 @@ var RecordingFilled = /*#__PURE__*/React.forwardRef(function RecordingFilled(_re
|
|
|
932
932
|
xmlns: "http://www.w3.org/2000/svg",
|
|
933
933
|
viewBox: "0 0 32 32",
|
|
934
934
|
fill: "currentColor"
|
|
935
|
-
}, rest),
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
940
|
-
d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M16,22c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6 S19.3,22,16,22z"
|
|
935
|
+
}, rest), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
936
|
+
d: "M21 16H23V18H21zM9 16H17V18H9zM21 12H23V14H21zM9 12H17V14H9zM9 8H23V10H9z"
|
|
937
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
938
|
+
d: "M25,2H7A2.002,2.002,0,0,0,5,4V29a1,1,0,0,0,1,1H7a.9987.9987,0,0,0,.8-.4L10,26.667,12.2,29.6a1.0353,1.0353,0,0,0,1.6,0L16,26.667,18.2,29.6a1.0353,1.0353,0,0,0,1.6,0L22,26.667,24.2,29.6a.9993.9993,0,0,0,.8.4h1a1,1,0,0,0,1-1V4A2.0023,2.0023,0,0,0,25,2Zm0,25.333L22.8,24.4a1.0353,1.0353,0,0,0-1.6,0L19,27.333,16.8,24.4a1.0353,1.0353,0,0,0-1.6,0L13,27.333,10.8,24.4a1.0353,1.0353,0,0,0-1.6,0L7,27.333V4H25Z"
|
|
941
939
|
})), children);
|
|
942
940
|
});
|
|
943
941
|
|
|
944
942
|
if (process.env.NODE_ENV !== "production") {
|
|
945
|
-
|
|
943
|
+
Receipt.propTypes = iconPropTypes;
|
|
946
944
|
}
|
|
947
|
-
var
|
|
945
|
+
var RecentlyViewed = /*#__PURE__*/React.forwardRef(function RecentlyViewed(_ref33, ref) {
|
|
948
946
|
var children = _ref33.children,
|
|
949
947
|
_ref33$size = _ref33.size,
|
|
950
948
|
size = _ref33$size === void 0 ? 16 : _ref33$size,
|
|
@@ -957,62 +955,21 @@ var RecordingFilledAlt = /*#__PURE__*/React.forwardRef(function RecordingFilledA
|
|
|
957
955
|
xmlns: "http://www.w3.org/2000/svg",
|
|
958
956
|
viewBox: "0 0 32 32",
|
|
959
957
|
fill: "currentColor"
|
|
960
|
-
}, rest),
|
|
961
|
-
d: "
|
|
962
|
-
})),
|
|
963
|
-
d: "M16,
|
|
964
|
-
"data-icon-path": "inner-path",
|
|
965
|
-
opacity: "0"
|
|
958
|
+
}, rest), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
959
|
+
d: "M20.59 22L15 16.41 15 7 17 7 17 15.58 22 20.59 20.59 22z"
|
|
960
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
961
|
+
d: "M16,2A13.94,13.94,0,0,0,6,6.23V2H4v8h8V8H7.08A12,12,0,1,1,4,16H2A14,14,0,1,0,16,2Z"
|
|
966
962
|
})), children);
|
|
967
963
|
});
|
|
968
964
|
|
|
969
|
-
if (process.env.NODE_ENV !== "production") {
|
|
970
|
-
|
|
971
|
-
}
|
|
972
|
-
var
|
|
973
|
-
var children = _ref34.children,
|
|
974
|
-
_ref34$size = _ref34.size,
|
|
975
|
-
size = _ref34$size === void 0 ? 16 : _ref34$size,
|
|
976
|
-
rest = _objectWithoutProperties(_ref34, _excluded34);
|
|
977
|
-
|
|
978
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
979
|
-
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
980
|
-
width: size,
|
|
981
|
-
height: size,
|
|
982
|
-
ref: ref,
|
|
983
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
984
|
-
viewBox: "0 0 16 16",
|
|
985
|
-
fill: "currentColor"
|
|
986
|
-
}, rest), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
987
|
-
d: "M4,8c-1.2,0-2,0.8-2,2c0,1.2,0.8,2,2,2h3v1H4c-1.7,0-3-1.2-3-3c0-1.7,1.3-3,3-3l9.1,0l-2-2l0.7-0.7 L15,7.5l-3.2,3.2L11.1,10l2-2L4,8z"
|
|
988
|
-
})), children);
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
if (size === 20 || size === "20" || size === "20px") {
|
|
992
|
-
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
993
|
-
width: size,
|
|
994
|
-
height: size,
|
|
995
|
-
ref: ref,
|
|
996
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
997
|
-
viewBox: "0 0 20 20",
|
|
998
|
-
fill: "currentColor"
|
|
999
|
-
}, rest), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1000
|
-
d: "M5,9.3c-1.5,0-2.8,1.3-2.8,2.7c0,1.5,1.3,2.7,2.8,2.7h4V16H5c-2.3,0-4-1.7-4-4c0-2.2,1.8-4,4-4h11.6 l-2.5-2.5L15,4.6l4,4l-4,4l-0.9-0.9l2.5-2.5H5z"
|
|
1001
|
-
})), children);
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
if (size === 24 || size === "24" || size === "24px") {
|
|
1005
|
-
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1006
|
-
width: size,
|
|
1007
|
-
height: size,
|
|
1008
|
-
ref: ref,
|
|
1009
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1010
|
-
viewBox: "0 0 24 24",
|
|
1011
|
-
fill: "currentColor"
|
|
1012
|
-
}, rest), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1013
|
-
d: "M6.8,11.2c-1.8,0-3.2,1.7-3.2,3.3c0,1.5,1.5,3.2,3.2,3.2H10v1.5H6.8C4.6,19.2,2,17,2,14.5s2-4.8,4.8-4.8 h12.4l-3-3l1.1-1.1l4.8,4.8l-4.8,4.8l-1.1-1.1l3-3H6.8z"
|
|
1014
|
-
})), children);
|
|
1015
|
-
}
|
|
965
|
+
if (process.env.NODE_ENV !== "production") {
|
|
966
|
+
RecentlyViewed.propTypes = iconPropTypes;
|
|
967
|
+
}
|
|
968
|
+
var Recommend = /*#__PURE__*/React.forwardRef(function Recommend(_ref34, ref) {
|
|
969
|
+
var children = _ref34.children,
|
|
970
|
+
_ref34$size = _ref34.size,
|
|
971
|
+
size = _ref34$size === void 0 ? 16 : _ref34$size,
|
|
972
|
+
rest = _objectWithoutProperties(_ref34, _excluded34);
|
|
1016
973
|
|
|
1017
974
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1018
975
|
width: size,
|
|
@@ -1021,15 +978,15 @@ var Redo = /*#__PURE__*/React.forwardRef(function Redo(_ref34, ref) {
|
|
|
1021
978
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1022
979
|
viewBox: "0 0 32 32",
|
|
1023
980
|
fill: "currentColor"
|
|
1024
|
-
}, rest),
|
|
1025
|
-
d: "
|
|
981
|
+
}, rest), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
982
|
+
d: "M16,2a9,9,0,0,0-6,15.69V30l6-4,6,4V17.69A9,9,0,0,0,16,2Zm4,24.26-2.89-1.92L16,23.6l-1.11.74L12,26.26V19.05a8.88,8.88,0,0,0,8,0ZM20.89,16A7,7,0,1,1,23,11,7,7,0,0,1,20.89,16Z"
|
|
1026
983
|
})), children);
|
|
1027
984
|
});
|
|
1028
985
|
|
|
1029
986
|
if (process.env.NODE_ENV !== "production") {
|
|
1030
|
-
|
|
987
|
+
Recommend.propTypes = iconPropTypes;
|
|
1031
988
|
}
|
|
1032
|
-
var
|
|
989
|
+
var Recording = /*#__PURE__*/React.forwardRef(function Recording(_ref35, ref) {
|
|
1033
990
|
var children = _ref35.children,
|
|
1034
991
|
_ref35$size = _ref35.size,
|
|
1035
992
|
size = _ref35$size === void 0 ? 16 : _ref35$size,
|
|
@@ -1042,15 +999,17 @@ var RefEvapotranspiration = /*#__PURE__*/React.forwardRef(function RefEvapotrans
|
|
|
1042
999
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1043
1000
|
viewBox: "0 0 32 32",
|
|
1044
1001
|
fill: "currentColor"
|
|
1045
|
-
}, rest),
|
|
1046
|
-
d: "
|
|
1002
|
+
}, rest), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1003
|
+
d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
|
|
1004
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1005
|
+
d: "M16,12a4,4,0,1,1-4,4,4,4,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
|
1047
1006
|
})), children);
|
|
1048
1007
|
});
|
|
1049
1008
|
|
|
1050
1009
|
if (process.env.NODE_ENV !== "production") {
|
|
1051
|
-
|
|
1010
|
+
Recording.propTypes = iconPropTypes;
|
|
1052
1011
|
}
|
|
1053
|
-
var
|
|
1012
|
+
var RecordingFilled = /*#__PURE__*/React.forwardRef(function RecordingFilled(_ref36, ref) {
|
|
1054
1013
|
var children = _ref36.children,
|
|
1055
1014
|
_ref36$size = _ref36.size,
|
|
1056
1015
|
size = _ref36$size === void 0 ? 16 : _ref36$size,
|
|
@@ -1063,20 +1022,19 @@ var ReflectHorizontal = /*#__PURE__*/React.forwardRef(function ReflectHorizontal
|
|
|
1063
1022
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1064
1023
|
viewBox: "0 0 32 32",
|
|
1065
1024
|
fill: "currentColor"
|
|
1066
|
-
}, rest),
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
d: "M13,16a1.001,1.001,0,0,1-.386.79l-9,7A1,1,0,0,1,2,23V9a1,1,0,0,1,1.614-.79l9,7A1.001,1.001,0,0,1,13,16ZM4,20.9556,10.3711,16,4,11.0444Z"
|
|
1025
|
+
}, rest), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
1026
|
+
cx: "16",
|
|
1027
|
+
cy: "16",
|
|
1028
|
+
r: "4"
|
|
1029
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1030
|
+
d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M16,22c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6 S19.3,22,16,22z"
|
|
1073
1031
|
})), children);
|
|
1074
1032
|
});
|
|
1075
1033
|
|
|
1076
1034
|
if (process.env.NODE_ENV !== "production") {
|
|
1077
|
-
|
|
1035
|
+
RecordingFilled.propTypes = iconPropTypes;
|
|
1078
1036
|
}
|
|
1079
|
-
var
|
|
1037
|
+
var RecordingFilledAlt = /*#__PURE__*/React.forwardRef(function RecordingFilledAlt(_ref37, ref) {
|
|
1080
1038
|
var children = _ref37.children,
|
|
1081
1039
|
_ref37$size = _ref37.size,
|
|
1082
1040
|
size = _ref37$size === void 0 ? 16 : _ref37$size,
|
|
@@ -1089,25 +1047,63 @@ var ReflectVertical = /*#__PURE__*/React.forwardRef(function ReflectVertical(_re
|
|
|
1089
1047
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1090
1048
|
viewBox: "0 0 32 32",
|
|
1091
1049
|
fill: "currentColor"
|
|
1092
|
-
}, rest),
|
|
1093
|
-
d: "M16.
|
|
1094
|
-
})),
|
|
1095
|
-
d: "
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
d: "M16,13a1.001,1.001,0,0,1-.79-.386l-7-9A1,1,0,0,1,9,2H23a1,1,0,0,1,.79,1.614l-7,9A1.001,1.001,0,0,1,16,13ZM11.0444,4,16,10.3711,20.9556,4Z"
|
|
1050
|
+
}, rest), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1051
|
+
d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M16,22c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S19.3,22,16,22 z"
|
|
1052
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1053
|
+
d: "M16,10c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6-6S19.3,10,16,10z",
|
|
1054
|
+
"data-icon-path": "inner-path",
|
|
1055
|
+
opacity: "0"
|
|
1099
1056
|
})), children);
|
|
1100
1057
|
});
|
|
1101
1058
|
|
|
1102
1059
|
if (process.env.NODE_ENV !== "production") {
|
|
1103
|
-
|
|
1060
|
+
RecordingFilledAlt.propTypes = iconPropTypes;
|
|
1104
1061
|
}
|
|
1105
|
-
var
|
|
1062
|
+
var Redo = /*#__PURE__*/React.forwardRef(function Redo(_ref38, ref) {
|
|
1106
1063
|
var children = _ref38.children,
|
|
1107
1064
|
_ref38$size = _ref38.size,
|
|
1108
1065
|
size = _ref38$size === void 0 ? 16 : _ref38$size,
|
|
1109
1066
|
rest = _objectWithoutProperties(_ref38, _excluded38);
|
|
1110
1067
|
|
|
1068
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1069
|
+
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1070
|
+
width: size,
|
|
1071
|
+
height: size,
|
|
1072
|
+
ref: ref,
|
|
1073
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1074
|
+
viewBox: "0 0 16 16",
|
|
1075
|
+
fill: "currentColor"
|
|
1076
|
+
}, rest), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1077
|
+
d: "M4,8c-1.2,0-2,0.8-2,2c0,1.2,0.8,2,2,2h3v1H4c-1.7,0-3-1.2-3-3c0-1.7,1.3-3,3-3l9.1,0l-2-2l0.7-0.7 L15,7.5l-3.2,3.2L11.1,10l2-2L4,8z"
|
|
1078
|
+
})), children);
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
if (size === 20 || size === "20" || size === "20px") {
|
|
1082
|
+
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1083
|
+
width: size,
|
|
1084
|
+
height: size,
|
|
1085
|
+
ref: ref,
|
|
1086
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1087
|
+
viewBox: "0 0 20 20",
|
|
1088
|
+
fill: "currentColor"
|
|
1089
|
+
}, rest), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1090
|
+
d: "M5,9.3c-1.5,0-2.8,1.3-2.8,2.7c0,1.5,1.3,2.7,2.8,2.7h4V16H5c-2.3,0-4-1.7-4-4c0-2.2,1.8-4,4-4h11.6 l-2.5-2.5L15,4.6l4,4l-4,4l-0.9-0.9l2.5-2.5H5z"
|
|
1091
|
+
})), children);
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
if (size === 24 || size === "24" || size === "24px") {
|
|
1095
|
+
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1096
|
+
width: size,
|
|
1097
|
+
height: size,
|
|
1098
|
+
ref: ref,
|
|
1099
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1100
|
+
viewBox: "0 0 24 24",
|
|
1101
|
+
fill: "currentColor"
|
|
1102
|
+
}, rest), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1103
|
+
d: "M6.8,11.2c-1.8,0-3.2,1.7-3.2,3.3c0,1.5,1.5,3.2,3.2,3.2H10v1.5H6.8C4.6,19.2,2,17,2,14.5s2-4.8,4.8-4.8 h12.4l-3-3l1.1-1.1l4.8,4.8l-4.8,4.8l-1.1-1.1l3-3H6.8z"
|
|
1104
|
+
})), children);
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1111
1107
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1112
1108
|
width: size,
|
|
1113
1109
|
height: size,
|
|
@@ -1115,17 +1111,15 @@ var WatsonHealthRegionAnalysisArea = /*#__PURE__*/React.forwardRef(function Wats
|
|
|
1115
1111
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1116
1112
|
viewBox: "0 0 32 32",
|
|
1117
1113
|
fill: "currentColor"
|
|
1118
|
-
}, rest),
|
|
1119
|
-
d: "
|
|
1120
|
-
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1121
|
-
d: "M16,30A14,14,0,1,1,30,16H28A12,12,0,1,0,16,28Z"
|
|
1114
|
+
}, rest), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1115
|
+
d: "M12,10H24.1851L20.5977,6.4141,22,5,28,11,22,17l-1.4023-1.4146L24.1821,12H12a6,6,0,0,0,0,12h8v2H12a8,8,0,0,1,0-16Z"
|
|
1122
1116
|
})), children);
|
|
1123
1117
|
});
|
|
1124
1118
|
|
|
1125
1119
|
if (process.env.NODE_ENV !== "production") {
|
|
1126
|
-
|
|
1120
|
+
Redo.propTypes = iconPropTypes;
|
|
1127
1121
|
}
|
|
1128
|
-
var
|
|
1122
|
+
var RefEvapotranspiration = /*#__PURE__*/React.forwardRef(function RefEvapotranspiration(_ref39, ref) {
|
|
1129
1123
|
var children = _ref39.children,
|
|
1130
1124
|
_ref39$size = _ref39.size,
|
|
1131
1125
|
size = _ref39$size === void 0 ? 16 : _ref39$size,
|
|
@@ -1138,17 +1132,15 @@ var WatsonHealthRegionAnalysisVolume = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
1138
1132
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1139
1133
|
viewBox: "0 0 32 32",
|
|
1140
1134
|
fill: "currentColor"
|
|
1141
|
-
}, rest),
|
|
1142
|
-
d: "
|
|
1143
|
-
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1144
|
-
d: "M4.8305,20.3555A24.9534,24.9534,0,0,0,15,22.9644v-2A22.9014,22.9014,0,0,1,4.1335,17.6919,11.979,11.979,0,0,1,4,16a11.9847,11.9847,0,0,1,.1332-1.69,22.9282,22.9282,0,0,1,23.7336,0A11.9847,11.9847,0,0,1,28,16h2A14,14,0,1,0,16,30V28A12.01,12.01,0,0,1,4.8305,20.3555ZM16,4a12.01,12.01,0,0,1,11.17,7.6465,24.8982,24.8982,0,0,0-22.3406,0A12.01,12.01,0,0,1,16,4Z"
|
|
1135
|
+
}, rest), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1136
|
+
d: "M14 12a3.8978 3.8978 0 01-4-3.777 3.9017 3.9017 0 01.6533-2.0639L13.17 2.4141a1.0381 1.0381 0 011.6592 0L17.3154 6.11A3.9693 3.9693 0 0118 8.223 3.8978 3.8978 0 0114 12zm.0005-7.2368L12.3438 7.2257A1.89 1.89 0 0012 8.223 1.9 1.9 0 0014 10a1.9 1.9 0 002-1.777 1.98 1.98 0 00-.375-1.0466zM7.5 26A5.385 5.385 0 012 20.751 5.3837 5.3837 0 012.874 17.92L6.49 12.5383a1.2168 1.2168 0 012.02-.0006l3.55 5.2777A5.4923 5.4923 0 0113 20.751 5.385 5.385 0 017.5 26zm0-11.38L4.5649 18.9868A3.3586 3.3586 0 004 20.751 3.3855 3.3855 0 007.5 24 3.3855 3.3855 0 0011 20.751a3.4354 3.4354 0 00-.63-1.867zM25 2L20 7l1.4141 1.4141L24 5.8281V16a4.0045 4.0045 0 01-4 4H16v2h4a6.0066 6.0066 0 006-6V5.8281l2.5859 2.586L30 7zM2 28H30V30H2z"
|
|
1145
1137
|
})), children);
|
|
1146
1138
|
});
|
|
1147
1139
|
|
|
1148
1140
|
if (process.env.NODE_ENV !== "production") {
|
|
1149
|
-
|
|
1141
|
+
RefEvapotranspiration.propTypes = iconPropTypes;
|
|
1150
1142
|
}
|
|
1151
|
-
var
|
|
1143
|
+
var ReflectHorizontal = /*#__PURE__*/React.forwardRef(function ReflectHorizontal(_ref40, ref) {
|
|
1152
1144
|
var children = _ref40.children,
|
|
1153
1145
|
_ref40$size = _ref40.size,
|
|
1154
1146
|
size = _ref40$size === void 0 ? 16 : _ref40$size,
|
|
@@ -1161,17 +1153,20 @@ var WatsonHealthRegistration = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
1161
1153
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1162
1154
|
viewBox: "0 0 32 32",
|
|
1163
1155
|
fill: "currentColor"
|
|
1164
|
-
}, rest),
|
|
1165
|
-
d: "
|
|
1166
|
-
})),
|
|
1167
|
-
d: "
|
|
1156
|
+
}, rest), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1157
|
+
d: "M19.386,15.2105l9-7A1,1,0,0,1,30,9V23a1,1,0,0,1-1.614.79l-9-7a1,1,0,0,1,0-1.5791Z"
|
|
1158
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1159
|
+
d: "M15 2H17V30H15z",
|
|
1160
|
+
transform: "rotate(-180 16 16)"
|
|
1161
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1162
|
+
d: "M13,16a1.001,1.001,0,0,1-.386.79l-9,7A1,1,0,0,1,2,23V9a1,1,0,0,1,1.614-.79l9,7A1.001,1.001,0,0,1,13,16ZM4,20.9556,10.3711,16,4,11.0444Z"
|
|
1168
1163
|
})), children);
|
|
1169
1164
|
});
|
|
1170
1165
|
|
|
1171
1166
|
if (process.env.NODE_ENV !== "production") {
|
|
1172
|
-
|
|
1167
|
+
ReflectHorizontal.propTypes = iconPropTypes;
|
|
1173
1168
|
}
|
|
1174
|
-
var
|
|
1169
|
+
var ReflectVertical = /*#__PURE__*/React.forwardRef(function ReflectVertical(_ref41, ref) {
|
|
1175
1170
|
var children = _ref41.children,
|
|
1176
1171
|
_ref41$size = _ref41.size,
|
|
1177
1172
|
size = _ref41$size === void 0 ? 16 : _ref41$size,
|
|
@@ -1184,17 +1179,20 @@ var Reminder = /*#__PURE__*/React.forwardRef(function Reminder(_ref41, ref) {
|
|
|
1184
1179
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1185
1180
|
viewBox: "0 0 32 32",
|
|
1186
1181
|
fill: "currentColor"
|
|
1187
|
-
}, rest),
|
|
1188
|
-
d: "
|
|
1189
|
-
})),
|
|
1190
|
-
d: "
|
|
1182
|
+
}, rest), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1183
|
+
d: "M16.79,19.386l7,9A1,1,0,0,1,23,30H9a1,1,0,0,1-.79-1.614l7-9a1,1,0,0,1,1.5791,0Z"
|
|
1184
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1185
|
+
d: "M15 2H17V30H15z",
|
|
1186
|
+
transform: "rotate(-90 16 16)"
|
|
1187
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1188
|
+
d: "M16,13a1.001,1.001,0,0,1-.79-.386l-7-9A1,1,0,0,1,9,2H23a1,1,0,0,1,.79,1.614l-7,9A1.001,1.001,0,0,1,16,13ZM11.0444,4,16,10.3711,20.9556,4Z"
|
|
1191
1189
|
})), children);
|
|
1192
1190
|
});
|
|
1193
1191
|
|
|
1194
1192
|
if (process.env.NODE_ENV !== "production") {
|
|
1195
|
-
|
|
1193
|
+
ReflectVertical.propTypes = iconPropTypes;
|
|
1196
1194
|
}
|
|
1197
|
-
var
|
|
1195
|
+
var WatsonHealthRegionAnalysisArea = /*#__PURE__*/React.forwardRef(function WatsonHealthRegionAnalysisArea(_ref42, ref) {
|
|
1198
1196
|
var children = _ref42.children,
|
|
1199
1197
|
_ref42$size = _ref42.size,
|
|
1200
1198
|
size = _ref42$size === void 0 ? 16 : _ref42$size,
|
|
@@ -1207,17 +1205,17 @@ var ReminderMedical = /*#__PURE__*/React.forwardRef(function ReminderMedical(_re
|
|
|
1207
1205
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1208
1206
|
viewBox: "0 0 32 32",
|
|
1209
1207
|
fill: "currentColor"
|
|
1210
|
-
}, rest),
|
|
1211
|
-
d: "
|
|
1212
|
-
})),
|
|
1213
|
-
d: "
|
|
1208
|
+
}, rest), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1209
|
+
d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z"
|
|
1210
|
+
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1211
|
+
d: "M16,30A14,14,0,1,1,30,16H28A12,12,0,1,0,16,28Z"
|
|
1214
1212
|
})), children);
|
|
1215
1213
|
});
|
|
1216
1214
|
|
|
1217
1215
|
if (process.env.NODE_ENV !== "production") {
|
|
1218
|
-
|
|
1216
|
+
WatsonHealthRegionAnalysisArea.propTypes = iconPropTypes;
|
|
1219
1217
|
}
|
|
1220
|
-
var
|
|
1218
|
+
var WatsonHealthRegionAnalysisVolume = /*#__PURE__*/React.forwardRef(function WatsonHealthRegionAnalysisVolume(_ref43, ref) {
|
|
1221
1219
|
var children = _ref43.children,
|
|
1222
1220
|
_ref43$size = _ref43.size,
|
|
1223
1221
|
size = _ref43$size === void 0 ? 16 : _ref43$size,
|
|
@@ -1230,15 +1228,17 @@ var Renew = /*#__PURE__*/React.forwardRef(function Renew(_ref43, ref) {
|
|
|
1230
1228
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1231
1229
|
viewBox: "0 0 32 32",
|
|
1232
1230
|
fill: "currentColor"
|
|
1233
|
-
}, rest),
|
|
1234
|
-
d: "
|
|
1231
|
+
}, rest), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1232
|
+
d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z"
|
|
1233
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1234
|
+
d: "M4.8305,20.3555A24.9534,24.9534,0,0,0,15,22.9644v-2A22.9014,22.9014,0,0,1,4.1335,17.6919,11.979,11.979,0,0,1,4,16a11.9847,11.9847,0,0,1,.1332-1.69,22.9282,22.9282,0,0,1,23.7336,0A11.9847,11.9847,0,0,1,28,16h2A14,14,0,1,0,16,30V28A12.01,12.01,0,0,1,4.8305,20.3555ZM16,4a12.01,12.01,0,0,1,11.17,7.6465,24.8982,24.8982,0,0,0-22.3406,0A12.01,12.01,0,0,1,16,4Z"
|
|
1235
1235
|
})), children);
|
|
1236
1236
|
});
|
|
1237
1237
|
|
|
1238
1238
|
if (process.env.NODE_ENV !== "production") {
|
|
1239
|
-
|
|
1239
|
+
WatsonHealthRegionAnalysisVolume.propTypes = iconPropTypes;
|
|
1240
1240
|
}
|
|
1241
|
-
var
|
|
1241
|
+
var WatsonHealthRegistration = /*#__PURE__*/React.forwardRef(function WatsonHealthRegistration(_ref44, ref) {
|
|
1242
1242
|
var children = _ref44.children,
|
|
1243
1243
|
_ref44$size = _ref44.size,
|
|
1244
1244
|
size = _ref44$size === void 0 ? 16 : _ref44$size,
|
|
@@ -1252,14 +1252,16 @@ var Repeat = /*#__PURE__*/React.forwardRef(function Repeat(_ref44, ref) {
|
|
|
1252
1252
|
viewBox: "0 0 32 32",
|
|
1253
1253
|
fill: "currentColor"
|
|
1254
1254
|
}, rest), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1255
|
-
d: "
|
|
1255
|
+
d: "M28 25H20a2.0027 2.0027 0 01-2-2V20h2v3h8V9H20v3H18V9a2.0023 2.0023 0 012-2h8a2.0023 2.0023 0 012 2V23A2.0027 2.0027 0 0128 25zM8 15H12V17H8z"
|
|
1256
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1257
|
+
d: "M20 15H24V17H20zM14 15H18V17H14zM12 25H4a2.0023 2.0023 0 01-2-2V9A2.002 2.002 0 014 7h8a2.002 2.002 0 012 2v3H12V9H4V23h8V20h2v3A2.0023 2.0023 0 0112 25z"
|
|
1256
1258
|
})), children);
|
|
1257
1259
|
});
|
|
1258
1260
|
|
|
1259
1261
|
if (process.env.NODE_ENV !== "production") {
|
|
1260
|
-
|
|
1262
|
+
WatsonHealthRegistration.propTypes = iconPropTypes;
|
|
1261
1263
|
}
|
|
1262
|
-
var
|
|
1264
|
+
var Reminder = /*#__PURE__*/React.forwardRef(function Reminder(_ref45, ref) {
|
|
1263
1265
|
var children = _ref45.children,
|
|
1264
1266
|
_ref45$size = _ref45.size,
|
|
1265
1267
|
size = _ref45$size === void 0 ? 16 : _ref45$size,
|
|
@@ -1272,17 +1274,17 @@ var RepeatOne = /*#__PURE__*/React.forwardRef(function RepeatOne(_ref45, ref) {
|
|
|
1272
1274
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1273
1275
|
viewBox: "0 0 32 32",
|
|
1274
1276
|
fill: "currentColor"
|
|
1275
|
-
}, rest),
|
|
1276
|
-
d: "
|
|
1277
|
-
})),
|
|
1278
|
-
d: "
|
|
1277
|
+
}, rest), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1278
|
+
d: "M30,23.3818l-2-1V20a6.0046,6.0046,0,0,0-5-5.91V12H21v2.09A6.0046,6.0046,0,0,0,16,20v2.3818l-2,1V28h6v2h4V28h6ZM28,26H16V24.6182l2-1V20a4,4,0,0,1,8,0v3.6182l2,1Z"
|
|
1279
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1280
|
+
d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
|
|
1279
1281
|
})), children);
|
|
1280
1282
|
});
|
|
1281
1283
|
|
|
1282
1284
|
if (process.env.NODE_ENV !== "production") {
|
|
1283
|
-
|
|
1285
|
+
Reminder.propTypes = iconPropTypes;
|
|
1284
1286
|
}
|
|
1285
|
-
var
|
|
1287
|
+
var ReminderMedical = /*#__PURE__*/React.forwardRef(function ReminderMedical(_ref46, ref) {
|
|
1286
1288
|
var children = _ref46.children,
|
|
1287
1289
|
_ref46$size = _ref46.size,
|
|
1288
1290
|
size = _ref46$size === void 0 ? 16 : _ref46$size,
|
|
@@ -1295,15 +1297,17 @@ var Replicate = /*#__PURE__*/React.forwardRef(function Replicate(_ref46, ref) {
|
|
|
1295
1297
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1296
1298
|
viewBox: "0 0 32 32",
|
|
1297
1299
|
fill: "currentColor"
|
|
1298
|
-
}, rest),
|
|
1299
|
-
d: "
|
|
1300
|
+
}, rest), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1301
|
+
d: "M27,12v2h1v4a3,3,0,0,1-6,0V14h1V12H20v6a5.0083,5.0083,0,0,0,4,4.8989V24a4,4,0,0,1-8,0V21.8157a3,3,0,1,0-2,0V24a6,6,0,0,0,12,0V22.8989A5.0083,5.0083,0,0,0,30,18V12ZM15,18a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,15,18Z"
|
|
1302
|
+
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1303
|
+
d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2l4,0V26L6,26V6h4V8h2V6h8V8h2V6h4v4h2V6A2,2,0,0,0,26,4Z"
|
|
1300
1304
|
})), children);
|
|
1301
1305
|
});
|
|
1302
1306
|
|
|
1303
1307
|
if (process.env.NODE_ENV !== "production") {
|
|
1304
|
-
|
|
1308
|
+
ReminderMedical.propTypes = iconPropTypes;
|
|
1305
1309
|
}
|
|
1306
|
-
var
|
|
1310
|
+
var Renew = /*#__PURE__*/React.forwardRef(function Renew(_ref47, ref) {
|
|
1307
1311
|
var children = _ref47.children,
|
|
1308
1312
|
_ref47$size = _ref47.size,
|
|
1309
1313
|
size = _ref47$size === void 0 ? 16 : _ref47$size,
|
|
@@ -1316,15 +1320,15 @@ var Reply = /*#__PURE__*/React.forwardRef(function Reply(_ref47, ref) {
|
|
|
1316
1320
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1317
1321
|
viewBox: "0 0 32 32",
|
|
1318
1322
|
fill: "currentColor"
|
|
1319
|
-
}, rest),
|
|
1320
|
-
d: "
|
|
1323
|
+
}, rest), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1324
|
+
d: "M12 10H6.78A11 11 0 0127 16h2A13 13 0 006 7.68V4H4v8h8zM20 22h5.22A11 11 0 015 16H3a13 13 0 0023 8.32V28h2V20H20z"
|
|
1321
1325
|
})), children);
|
|
1322
1326
|
});
|
|
1323
1327
|
|
|
1324
1328
|
if (process.env.NODE_ENV !== "production") {
|
|
1325
|
-
|
|
1329
|
+
Renew.propTypes = iconPropTypes;
|
|
1326
1330
|
}
|
|
1327
|
-
var
|
|
1331
|
+
var Repeat = /*#__PURE__*/React.forwardRef(function Repeat(_ref48, ref) {
|
|
1328
1332
|
var children = _ref48.children,
|
|
1329
1333
|
_ref48$size = _ref48.size,
|
|
1330
1334
|
size = _ref48$size === void 0 ? 16 : _ref48$size,
|
|
@@ -1337,17 +1341,15 @@ var ReplyAll = /*#__PURE__*/React.forwardRef(function ReplyAll(_ref48, ref) {
|
|
|
1337
1341
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1338
1342
|
viewBox: "0 0 32 32",
|
|
1339
1343
|
fill: "currentColor"
|
|
1340
|
-
}, rest),
|
|
1341
|
-
d: "
|
|
1342
|
-
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1343
|
-
d: "M11.4639,28.9182,1.2318,16.64a1,1,0,0,1,0-1.28L11.4638,3.0792,13,4.36,3.3016,16,13,27.638Z"
|
|
1344
|
+
}, rest), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1345
|
+
d: "M6 6H26.1719l-3.586-3.5859L24 1l6 6-6 6-1.4141-1.4141L26.1719 8H6v7H4V8A2.0024 2.0024 0 016 6zM9.4141 20.4141L5.8281 24H26V17h2v7a2.0024 2.0024 0 01-2 2H5.8281L9.414 29.5859 8 31 2 25l6-6z"
|
|
1344
1346
|
})), children);
|
|
1345
1347
|
});
|
|
1346
1348
|
|
|
1347
1349
|
if (process.env.NODE_ENV !== "production") {
|
|
1348
|
-
|
|
1350
|
+
Repeat.propTypes = iconPropTypes;
|
|
1349
1351
|
}
|
|
1350
|
-
var
|
|
1352
|
+
var RepeatOne = /*#__PURE__*/React.forwardRef(function RepeatOne(_ref49, ref) {
|
|
1351
1353
|
var children = _ref49.children,
|
|
1352
1354
|
_ref49$size = _ref49.size,
|
|
1353
1355
|
size = _ref49$size === void 0 ? 16 : _ref49$size,
|
|
@@ -1360,17 +1362,17 @@ var RepoArtifact = /*#__PURE__*/React.forwardRef(function RepoArtifact(_ref49, r
|
|
|
1360
1362
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1361
1363
|
viewBox: "0 0 32 32",
|
|
1362
1364
|
fill: "currentColor"
|
|
1363
|
-
}, rest),
|
|
1364
|
-
d: "
|
|
1365
|
-
})),
|
|
1366
|
-
d: "
|
|
1365
|
+
}, rest), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1366
|
+
d: "M6 6H26.1719l-3.586-3.5859L24 1l6 6-6 6-1.4141-1.4141L26.1719 8H6v7H4V8A2.0024 2.0024 0 016 6zM9.4141 20.4141L5.8281 24H26V17h2v7a2.0024 2.0024 0 01-2 2H5.8281L9.414 29.5859 8 31 2 25l6-6z"
|
|
1367
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1368
|
+
d: "M17 19L17 11 15 11 15 12 13 12 13 14 15 14 15 19 13 19 13 21 19 21 19 19 17 19z"
|
|
1367
1369
|
})), children);
|
|
1368
1370
|
});
|
|
1369
1371
|
|
|
1370
1372
|
if (process.env.NODE_ENV !== "production") {
|
|
1371
|
-
|
|
1373
|
+
RepeatOne.propTypes = iconPropTypes;
|
|
1372
1374
|
}
|
|
1373
|
-
var
|
|
1375
|
+
var Replicate = /*#__PURE__*/React.forwardRef(function Replicate(_ref50, ref) {
|
|
1374
1376
|
var children = _ref50.children,
|
|
1375
1377
|
_ref50$size = _ref50.size,
|
|
1376
1378
|
size = _ref50$size === void 0 ? 16 : _ref50$size,
|
|
@@ -1383,17 +1385,15 @@ var RepoSourceCode = /*#__PURE__*/React.forwardRef(function RepoSourceCode(_ref5
|
|
|
1383
1385
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1384
1386
|
viewBox: "0 0 32 32",
|
|
1385
1387
|
fill: "currentColor"
|
|
1386
|
-
}, rest),
|
|
1387
|
-
d: "
|
|
1388
|
-
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1389
|
-
d: "M28,8H16l-3.4-3.4C12.2,4.2,11.7,4,11.2,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h7v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v8h2v-8 C30,8.9,29.1,8,28,8z"
|
|
1388
|
+
}, rest), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1389
|
+
d: "M28 8h2V4a2.0021 2.0021 0 00-2-2H24V4h4zM17 2H21V4H17zM28 11H30V15H28zM28 18v4H24V10a2.0023 2.0023 0 00-2-2H10V4h4V2H10A2.0023 2.0023 0 008 4V8H4a2.0023 2.0023 0 00-2 2V28a2.0023 2.0023 0 002 2H22a2.0023 2.0023 0 002-2V24h4a2.0023 2.0023 0 002-2V18zM22 28H4V10H22z"
|
|
1390
1390
|
})), children);
|
|
1391
1391
|
});
|
|
1392
1392
|
|
|
1393
1393
|
if (process.env.NODE_ENV !== "production") {
|
|
1394
|
-
|
|
1394
|
+
Replicate.propTypes = iconPropTypes;
|
|
1395
1395
|
}
|
|
1396
|
-
var
|
|
1396
|
+
var Reply = /*#__PURE__*/React.forwardRef(function Reply(_ref51, ref) {
|
|
1397
1397
|
var children = _ref51.children,
|
|
1398
1398
|
_ref51$size = _ref51.size,
|
|
1399
1399
|
size = _ref51$size === void 0 ? 16 : _ref51$size,
|
|
@@ -1407,16 +1407,14 @@ var Report = /*#__PURE__*/React.forwardRef(function Report(_ref51, ref) {
|
|
|
1407
1407
|
viewBox: "0 0 32 32",
|
|
1408
1408
|
fill: "currentColor"
|
|
1409
1409
|
}, rest), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1410
|
-
d: "
|
|
1411
|
-
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1412
|
-
d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
|
|
1410
|
+
d: "M28.88,30a1,1,0,0,1-.88-.5A15.19,15.19,0,0,0,15,22v6a1,1,0,0,1-.62.92,1,1,0,0,1-1.09-.21l-12-12a1,1,0,0,1,0-1.42l12-12a1,1,0,0,1,1.09-.21A1,1,0,0,1,15,4v6.11a17.19,17.19,0,0,1,15,17,16.34,16.34,0,0,1-.13,2,1,1,0,0,1-.79.86ZM14.5,20A17.62,17.62,0,0,1,28,26,15.31,15.31,0,0,0,13.91,12,1,1,0,0,1,13,11V6.41L3.41,16,13,25.59V21a1,1,0,0,1,1-1h.54Z"
|
|
1413
1411
|
})), children);
|
|
1414
1412
|
});
|
|
1415
1413
|
|
|
1416
1414
|
if (process.env.NODE_ENV !== "production") {
|
|
1417
|
-
|
|
1415
|
+
Reply.propTypes = iconPropTypes;
|
|
1418
1416
|
}
|
|
1419
|
-
var
|
|
1417
|
+
var ReplyAll = /*#__PURE__*/React.forwardRef(function ReplyAll(_ref52, ref) {
|
|
1420
1418
|
var children = _ref52.children,
|
|
1421
1419
|
_ref52$size = _ref52.size,
|
|
1422
1420
|
size = _ref52$size === void 0 ? 16 : _ref52$size,
|
|
@@ -1429,17 +1427,17 @@ var ReportData = /*#__PURE__*/React.forwardRef(function ReportData(_ref52, ref)
|
|
|
1429
1427
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1430
1428
|
viewBox: "0 0 32 32",
|
|
1431
1429
|
fill: "currentColor"
|
|
1432
|
-
}, rest),
|
|
1433
|
-
d: "
|
|
1434
|
-
})),
|
|
1435
|
-
d: "
|
|
1430
|
+
}, rest), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1431
|
+
d: "M19,29a.9989.9989,0,0,1-.768-.36l-10-12a1,1,0,0,1,0-1.28l10-12A1,1,0,0,1,20,4v7.0325c7.0074.4629,11,5.86,11,14.9677a1,1,0,0,1-1.8.6c-2.8218-3.7623-5.3912-5.3463-9.2-5.5716V28a1,1,0,0,1-1,1ZM10.3016,16,18,25.238V20a1,1,0,0,1,1-1,12.7127,12.7127,0,0,1,9.8414,4.0909C28.0864,16.5553,24.6587,13,19,13a1,1,0,0,1-1-1V6.7618Z"
|
|
1432
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1433
|
+
d: "M11.4639,28.9182,1.2318,16.64a1,1,0,0,1,0-1.28L11.4638,3.0792,13,4.36,3.3016,16,13,27.638Z"
|
|
1436
1434
|
})), children);
|
|
1437
1435
|
});
|
|
1438
1436
|
|
|
1439
1437
|
if (process.env.NODE_ENV !== "production") {
|
|
1440
|
-
|
|
1438
|
+
ReplyAll.propTypes = iconPropTypes;
|
|
1441
1439
|
}
|
|
1442
|
-
var
|
|
1440
|
+
var RepoArtifact = /*#__PURE__*/React.forwardRef(function RepoArtifact(_ref53, ref) {
|
|
1443
1441
|
var children = _ref53.children,
|
|
1444
1442
|
_ref53$size = _ref53.size,
|
|
1445
1443
|
size = _ref53$size === void 0 ? 16 : _ref53$size,
|
|
@@ -1452,17 +1450,17 @@ var RequestQuote = /*#__PURE__*/React.forwardRef(function RequestQuote(_ref53, r
|
|
|
1452
1450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1453
1451
|
viewBox: "0 0 32 32",
|
|
1454
1452
|
fill: "currentColor"
|
|
1455
|
-
}, rest),
|
|
1456
|
-
d: "
|
|
1457
|
-
})),
|
|
1458
|
-
d: "
|
|
1453
|
+
}, rest), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1454
|
+
d: "M30,24v-2h-2.1c-0.1-0.6-0.4-1.2-0.7-1.8l1.5-1.5l-1.4-1.4l-1.5,1.5c-0.5-0.3-1.1-0.6-1.8-0.7V16h-2v2.1 c-0.6,0.1-1.2,0.4-1.8,0.7l-1.5-1.5l-1.4,1.4l1.5,1.5c-0.3,0.5-0.6,1.1-0.7,1.8H16v2h2.1c0.1,0.6,0.4,1.2,0.7,1.8l-1.5,1.5l1.4,1.4 l1.5-1.5c0.5,0.3,1.1,0.6,1.8,0.7V30h2v-2.1c0.6-0.1,1.2-0.4,1.8-0.7l1.5,1.5l1.4-1.4l-1.5-1.5c0.3-0.5,0.6-1.1,0.7-1.8H30z M23,26 c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S24.7,26,23,26z"
|
|
1455
|
+
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1456
|
+
d: "M28,8H16l-3.4-3.4C12.2,4.2,11.7,4,11.2,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h10v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v5h2v-5 C30,8.9,29.1,8,28,8z"
|
|
1459
1457
|
})), children);
|
|
1460
1458
|
});
|
|
1461
1459
|
|
|
1462
1460
|
if (process.env.NODE_ENV !== "production") {
|
|
1463
|
-
|
|
1461
|
+
RepoArtifact.propTypes = iconPropTypes;
|
|
1464
1462
|
}
|
|
1465
|
-
var
|
|
1463
|
+
var RepoSourceCode = /*#__PURE__*/React.forwardRef(function RepoSourceCode(_ref54, ref) {
|
|
1466
1464
|
var children = _ref54.children,
|
|
1467
1465
|
_ref54$size = _ref54.size,
|
|
1468
1466
|
size = _ref54$size === void 0 ? 16 : _ref54$size,
|
|
@@ -1475,15 +1473,17 @@ var Reset = /*#__PURE__*/React.forwardRef(function Reset(_ref54, ref) {
|
|
|
1475
1473
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1476
1474
|
viewBox: "0 0 32 32",
|
|
1477
1475
|
fill: "currentColor"
|
|
1478
|
-
}, rest),
|
|
1479
|
-
d: "
|
|
1476
|
+
}, rest), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1477
|
+
d: "M23.6 21.4L27.2 25 27.2 25 23.6 28.6 25 30 30 25 25 20zM20.4 21.4L16.8 25 16.8 25 20.4 28.6 19 30 14 25 19 20z"
|
|
1478
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1479
|
+
d: "M28,8H16l-3.4-3.4C12.2,4.2,11.7,4,11.2,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h7v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v8h2v-8 C30,8.9,29.1,8,28,8z"
|
|
1480
1480
|
})), children);
|
|
1481
1481
|
});
|
|
1482
1482
|
|
|
1483
1483
|
if (process.env.NODE_ENV !== "production") {
|
|
1484
|
-
|
|
1484
|
+
RepoSourceCode.propTypes = iconPropTypes;
|
|
1485
1485
|
}
|
|
1486
|
-
var
|
|
1486
|
+
var Report = /*#__PURE__*/React.forwardRef(function Report(_ref55, ref) {
|
|
1487
1487
|
var children = _ref55.children,
|
|
1488
1488
|
_ref55$size = _ref55.size,
|
|
1489
1489
|
size = _ref55$size === void 0 ? 16 : _ref55$size,
|
|
@@ -1497,32 +1497,21 @@ var ResetAlt = /*#__PURE__*/React.forwardRef(function ResetAlt(_ref55, ref) {
|
|
|
1497
1497
|
viewBox: "0 0 32 32",
|
|
1498
1498
|
fill: "currentColor"
|
|
1499
1499
|
}, rest), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1500
|
-
d: "
|
|
1500
|
+
d: "M10 18H18V20H10zM10 13H22V15H10zM10 23H15V25H10z"
|
|
1501
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1502
|
+
d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
|
|
1501
1503
|
})), children);
|
|
1502
1504
|
});
|
|
1503
1505
|
|
|
1504
1506
|
if (process.env.NODE_ENV !== "production") {
|
|
1505
|
-
|
|
1507
|
+
Report.propTypes = iconPropTypes;
|
|
1506
1508
|
}
|
|
1507
|
-
var
|
|
1509
|
+
var ReportData = /*#__PURE__*/React.forwardRef(function ReportData(_ref56, ref) {
|
|
1508
1510
|
var children = _ref56.children,
|
|
1509
1511
|
_ref56$size = _ref56.size,
|
|
1510
1512
|
size = _ref56$size === void 0 ? 16 : _ref56$size,
|
|
1511
1513
|
rest = _objectWithoutProperties(_ref56, _excluded56);
|
|
1512
1514
|
|
|
1513
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1514
|
-
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1515
|
-
width: size,
|
|
1516
|
-
height: size,
|
|
1517
|
-
ref: ref,
|
|
1518
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1519
|
-
viewBox: "0 0 16 16",
|
|
1520
|
-
fill: "currentColor"
|
|
1521
|
-
}, rest), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1522
|
-
d: "M13,9c0,2.8-2.2,5-5,5s-5-2.2-5-5s2.2-5,5-5h3.1L9.3,5.8L10,6.5l3-3l-3-3L9.3,1.2L11.1,3H8C4.7,3,2,5.7,2,9s2.7,6,6,6 s6-2.7,6-6H13z"
|
|
1523
|
-
})), children);
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
1515
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1527
1516
|
width: size,
|
|
1528
1517
|
height: size,
|
|
@@ -1531,14 +1520,16 @@ var Restart = /*#__PURE__*/React.forwardRef(function Restart(_ref56, ref) {
|
|
|
1531
1520
|
viewBox: "0 0 32 32",
|
|
1532
1521
|
fill: "currentColor"
|
|
1533
1522
|
}, rest), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1534
|
-
d: "
|
|
1523
|
+
d: "M15 20H17V24H15zM20 18H22V24H20zM10 14H12V24H10z"
|
|
1524
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1525
|
+
d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
|
|
1535
1526
|
})), children);
|
|
1536
1527
|
});
|
|
1537
1528
|
|
|
1538
1529
|
if (process.env.NODE_ENV !== "production") {
|
|
1539
|
-
|
|
1530
|
+
ReportData.propTypes = iconPropTypes;
|
|
1540
1531
|
}
|
|
1541
|
-
var
|
|
1532
|
+
var RequestQuote = /*#__PURE__*/React.forwardRef(function RequestQuote(_ref57, ref) {
|
|
1542
1533
|
var children = _ref57.children,
|
|
1543
1534
|
_ref57$size = _ref57.size,
|
|
1544
1535
|
size = _ref57$size === void 0 ? 16 : _ref57$size,
|
|
@@ -1551,17 +1542,17 @@ var Restaurant = /*#__PURE__*/React.forwardRef(function Restaurant(_ref57, ref)
|
|
|
1551
1542
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1552
1543
|
viewBox: "0 0 32 32",
|
|
1553
1544
|
fill: "currentColor"
|
|
1554
|
-
}, rest),
|
|
1555
|
-
d: "
|
|
1556
|
-
})),
|
|
1557
|
-
d: "
|
|
1545
|
+
}, rest), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1546
|
+
d: "M22,22v6H6V4H16V2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V22Z"
|
|
1547
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1548
|
+
d: "M29.54,5.76l-3.3-3.3a1.6,1.6,0,0,0-2.24,0l-14,14V22h5.53l14-14a1.6,1.6,0,0,0,0-2.24ZM14.7,20H12V17.3l9.44-9.45,2.71,2.71ZM25.56,9.15,22.85,6.44l2.27-2.27,2.71,2.71Z"
|
|
1558
1549
|
})), children);
|
|
1559
1550
|
});
|
|
1560
1551
|
|
|
1561
1552
|
if (process.env.NODE_ENV !== "production") {
|
|
1562
|
-
|
|
1553
|
+
RequestQuote.propTypes = iconPropTypes;
|
|
1563
1554
|
}
|
|
1564
|
-
var
|
|
1555
|
+
var Reset = /*#__PURE__*/React.forwardRef(function Reset(_ref58, ref) {
|
|
1565
1556
|
var children = _ref58.children,
|
|
1566
1557
|
_ref58$size = _ref58.size,
|
|
1567
1558
|
size = _ref58$size === void 0 ? 16 : _ref58$size,
|
|
@@ -1574,17 +1565,15 @@ var RestaurantFine = /*#__PURE__*/React.forwardRef(function RestaurantFine(_ref5
|
|
|
1574
1565
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1575
1566
|
viewBox: "0 0 32 32",
|
|
1576
1567
|
fill: "currentColor"
|
|
1577
|
-
}, rest),
|
|
1578
|
-
d: "
|
|
1579
|
-
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1580
|
-
d: "M7 2H9V11.98H7z"
|
|
1568
|
+
}, rest), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1569
|
+
d: "M18,28A12,12,0,1,0,6,16v6.2L2.4,18.6,1,20l6,6,6-6-1.4-1.4L8,22.2V16H8A10,10,0,1,1,18,26Z"
|
|
1581
1570
|
})), children);
|
|
1582
1571
|
});
|
|
1583
1572
|
|
|
1584
1573
|
if (process.env.NODE_ENV !== "production") {
|
|
1585
|
-
|
|
1574
|
+
Reset.propTypes = iconPropTypes;
|
|
1586
1575
|
}
|
|
1587
|
-
var
|
|
1576
|
+
var ResetAlt = /*#__PURE__*/React.forwardRef(function ResetAlt(_ref59, ref) {
|
|
1588
1577
|
var children = _ref59.children,
|
|
1589
1578
|
_ref59$size = _ref59.size,
|
|
1590
1579
|
size = _ref59$size === void 0 ? 16 : _ref59$size,
|
|
@@ -1598,43 +1587,48 @@ var Result = /*#__PURE__*/React.forwardRef(function Result(_ref59, ref) {
|
|
|
1598
1587
|
viewBox: "0 0 32 32",
|
|
1599
1588
|
fill: "currentColor"
|
|
1600
1589
|
}, rest), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1601
|
-
d: "
|
|
1602
|
-
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1603
|
-
d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
|
|
1590
|
+
d: "M27,8H6.83l3.58-3.59L9,3,3,9l6,6,1.41-1.41L6.83,10H27V26H7V19H5v7a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V10A2,2,0,0,0,27,8Z"
|
|
1604
1591
|
})), children);
|
|
1605
1592
|
});
|
|
1606
1593
|
|
|
1607
1594
|
if (process.env.NODE_ENV !== "production") {
|
|
1608
|
-
|
|
1595
|
+
ResetAlt.propTypes = iconPropTypes;
|
|
1609
1596
|
}
|
|
1610
|
-
var
|
|
1597
|
+
var Restart = /*#__PURE__*/React.forwardRef(function Restart(_ref60, ref) {
|
|
1611
1598
|
var children = _ref60.children,
|
|
1612
1599
|
_ref60$size = _ref60.size,
|
|
1613
1600
|
size = _ref60$size === void 0 ? 16 : _ref60$size,
|
|
1614
1601
|
rest = _objectWithoutProperties(_ref60, _excluded60);
|
|
1615
1602
|
|
|
1603
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1604
|
+
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1605
|
+
width: size,
|
|
1606
|
+
height: size,
|
|
1607
|
+
ref: ref,
|
|
1608
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1609
|
+
viewBox: "0 0 16 16",
|
|
1610
|
+
fill: "currentColor"
|
|
1611
|
+
}, rest), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1612
|
+
d: "M13,9c0,2.8-2.2,5-5,5s-5-2.2-5-5s2.2-5,5-5h3.1L9.3,5.8L10,6.5l3-3l-3-3L9.3,1.2L11.1,3H8C4.7,3,2,5.7,2,9s2.7,6,6,6 s6-2.7,6-6H13z"
|
|
1613
|
+
})), children);
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
1616
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1617
1617
|
width: size,
|
|
1618
|
-
height: size,
|
|
1619
|
-
ref: ref,
|
|
1620
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1621
|
-
viewBox: "0 0 32 32",
|
|
1622
|
-
fill: "currentColor"
|
|
1623
|
-
}, rest),
|
|
1624
|
-
|
|
1625
|
-
cy: "26",
|
|
1626
|
-
r: "4"
|
|
1627
|
-
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1628
|
-
d: "M10 13H12V15H10zM10 18H12V20H10zM10 23H12V25H10zM14 13H22V15H14zM14 18H22V20H14zM14 23H18V25H14z"
|
|
1629
|
-
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1630
|
-
d: "M7,28V7h3v3H22V7h3V18h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H18V28ZM12,4h8V8H12Z"
|
|
1618
|
+
height: size,
|
|
1619
|
+
ref: ref,
|
|
1620
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1621
|
+
viewBox: "0 0 32 32",
|
|
1622
|
+
fill: "currentColor"
|
|
1623
|
+
}, rest), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1624
|
+
d: "M26,18A10,10,0,1,1,16,8h6.1821l-3.5844,3.5854L20,13l6-6L20,1,18.5977,2.414,22.1851,6H16A12,12,0,1,0,28,18Z"
|
|
1631
1625
|
})), children);
|
|
1632
1626
|
});
|
|
1633
1627
|
|
|
1634
1628
|
if (process.env.NODE_ENV !== "production") {
|
|
1635
|
-
|
|
1629
|
+
Restart.propTypes = iconPropTypes;
|
|
1636
1630
|
}
|
|
1637
|
-
var
|
|
1631
|
+
var Restaurant = /*#__PURE__*/React.forwardRef(function Restaurant(_ref61, ref) {
|
|
1638
1632
|
var children = _ref61.children,
|
|
1639
1633
|
_ref61$size = _ref61.size,
|
|
1640
1634
|
size = _ref61$size === void 0 ? 16 : _ref61$size,
|
|
@@ -1647,19 +1641,17 @@ var ResultOld = /*#__PURE__*/React.forwardRef(function ResultOld(_ref61, ref) {
|
|
|
1647
1641
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1648
1642
|
viewBox: "0 0 32 32",
|
|
1649
1643
|
fill: "currentColor"
|
|
1650
|
-
}, rest),
|
|
1651
|
-
d: "
|
|
1652
|
-
})),
|
|
1653
|
-
d: "
|
|
1654
|
-
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1655
|
-
d: "M18,19v2.4131A6.996,6.996,0,1,1,24,32V30a5,5,0,1,0-4.5762-7H22v2H16V19Z"
|
|
1644
|
+
}, rest), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1645
|
+
d: "M9 2H11V12H9z"
|
|
1646
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1647
|
+
d: "M14 11a4 4 0 01-8 0V2H4v9a6 6 0 005 5.91V30h2V16.91A6 6 0 0016 11V2H14zM22 2H21V30h2V20h3a2 2 0 002-2V8A5.78 5.78 0 0022 2zm4 16H23V4.09c2.88.56 3 3.54 3 3.91z"
|
|
1656
1648
|
})), children);
|
|
1657
1649
|
});
|
|
1658
1650
|
|
|
1659
1651
|
if (process.env.NODE_ENV !== "production") {
|
|
1660
|
-
|
|
1652
|
+
Restaurant.propTypes = iconPropTypes;
|
|
1661
1653
|
}
|
|
1662
|
-
var
|
|
1654
|
+
var RestaurantFine = /*#__PURE__*/React.forwardRef(function RestaurantFine(_ref62, ref) {
|
|
1663
1655
|
var children = _ref62.children,
|
|
1664
1656
|
_ref62$size = _ref62.size,
|
|
1665
1657
|
size = _ref62$size === void 0 ? 16 : _ref62$size,
|
|
@@ -1672,15 +1664,17 @@ var RetryFailed = /*#__PURE__*/React.forwardRef(function RetryFailed(_ref62, ref
|
|
|
1672
1664
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1673
1665
|
viewBox: "0 0 32 32",
|
|
1674
1666
|
fill: "currentColor"
|
|
1675
|
-
}, rest),
|
|
1676
|
-
d: "
|
|
1667
|
+
}, rest), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1668
|
+
d: "M30 11.0005v-8a1 1 0 00-1-1H19a1 1 0 00-1 1v8A6.0039 6.0039 0 0023 16.91V28H19v2H29V28H25V16.91A6.0039 6.0039 0 0030 11.0005zm-10 0V4h8v7.0005a4 4 0 11-8 0zM12 2v9.02a3.9644 3.9644 0 01-3.96 3.96A4.0052 4.0052 0 014 11.02V2H2v9.02a5.9888 5.9888 0 005 5.8652V30H9V16.8953A5.9646 5.9646 0 0014 11.02V2z"
|
|
1669
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1670
|
+
d: "M7 2H9V11.98H7z"
|
|
1677
1671
|
})), children);
|
|
1678
1672
|
});
|
|
1679
1673
|
|
|
1680
1674
|
if (process.env.NODE_ENV !== "production") {
|
|
1681
|
-
|
|
1675
|
+
RestaurantFine.propTypes = iconPropTypes;
|
|
1682
1676
|
}
|
|
1683
|
-
var
|
|
1677
|
+
var Result = /*#__PURE__*/React.forwardRef(function Result(_ref63, ref) {
|
|
1684
1678
|
var children = _ref63.children,
|
|
1685
1679
|
_ref63$size = _ref63.size,
|
|
1686
1680
|
size = _ref63$size === void 0 ? 16 : _ref63$size,
|
|
@@ -1693,17 +1687,17 @@ var Review = /*#__PURE__*/React.forwardRef(function Review(_ref63, ref) {
|
|
|
1693
1687
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1694
1688
|
viewBox: "0 0 32 32",
|
|
1695
1689
|
fill: "currentColor"
|
|
1696
|
-
}, rest),
|
|
1697
|
-
d: "
|
|
1698
|
-
})),
|
|
1699
|
-
d: "
|
|
1690
|
+
}, rest), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1691
|
+
d: "M14 23H22V25H14zM10 23H12V25H10zM14 18H22V20H14zM10 18H12V20H10zM14 13H22V15H14zM10 13H12V15H10z"
|
|
1692
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1693
|
+
d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
|
|
1700
1694
|
})), children);
|
|
1701
1695
|
});
|
|
1702
1696
|
|
|
1703
1697
|
if (process.env.NODE_ENV !== "production") {
|
|
1704
|
-
|
|
1698
|
+
Result.propTypes = iconPropTypes;
|
|
1705
1699
|
}
|
|
1706
|
-
var
|
|
1700
|
+
var ResultNew = /*#__PURE__*/React.forwardRef(function ResultNew(_ref64, ref) {
|
|
1707
1701
|
var children = _ref64.children,
|
|
1708
1702
|
_ref64$size = _ref64.size,
|
|
1709
1703
|
size = _ref64$size === void 0 ? 16 : _ref64$size,
|
|
@@ -1716,17 +1710,21 @@ var Rewind_10 = /*#__PURE__*/React.forwardRef(function Rewind_10(_ref64, ref) {
|
|
|
1716
1710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1717
1711
|
viewBox: "0 0 32 32",
|
|
1718
1712
|
fill: "currentColor"
|
|
1719
|
-
}, rest),
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1713
|
+
}, rest), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
1714
|
+
cx: "26",
|
|
1715
|
+
cy: "26",
|
|
1716
|
+
r: "4"
|
|
1717
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1718
|
+
d: "M10 13H12V15H10zM10 18H12V20H10zM10 23H12V25H10zM14 13H22V15H14zM14 18H22V20H14zM14 23H18V25H14z"
|
|
1719
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1720
|
+
d: "M7,28V7h3v3H22V7h3V18h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H18V28ZM12,4h8V8H12Z"
|
|
1723
1721
|
})), children);
|
|
1724
1722
|
});
|
|
1725
1723
|
|
|
1726
1724
|
if (process.env.NODE_ENV !== "production") {
|
|
1727
|
-
|
|
1725
|
+
ResultNew.propTypes = iconPropTypes;
|
|
1728
1726
|
}
|
|
1729
|
-
var
|
|
1727
|
+
var ResultOld = /*#__PURE__*/React.forwardRef(function ResultOld(_ref65, ref) {
|
|
1730
1728
|
var children = _ref65.children,
|
|
1731
1729
|
_ref65$size = _ref65.size,
|
|
1732
1730
|
size = _ref65$size === void 0 ? 16 : _ref65$size,
|
|
@@ -1739,17 +1737,19 @@ var Rewind_30 = /*#__PURE__*/React.forwardRef(function Rewind_30(_ref65, ref) {
|
|
|
1739
1737
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1740
1738
|
viewBox: "0 0 32 32",
|
|
1741
1739
|
fill: "currentColor"
|
|
1742
|
-
}, rest),
|
|
1743
|
-
d: "
|
|
1740
|
+
}, rest), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1741
|
+
d: "M10 13H12V15H10zM14 13H22V15H14zM10 18H12V20H10zM10 23H12V25H10z"
|
|
1742
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1743
|
+
d: "M7,28V7h3v3H22V7h3v8h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2h9V28ZM12,4h8V8H12Z"
|
|
1744
1744
|
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1745
|
-
d: "
|
|
1745
|
+
d: "M18,19v2.4131A6.996,6.996,0,1,1,24,32V30a5,5,0,1,0-4.5762-7H22v2H16V19Z"
|
|
1746
1746
|
})), children);
|
|
1747
1747
|
});
|
|
1748
1748
|
|
|
1749
1749
|
if (process.env.NODE_ENV !== "production") {
|
|
1750
|
-
|
|
1750
|
+
ResultOld.propTypes = iconPropTypes;
|
|
1751
1751
|
}
|
|
1752
|
-
var
|
|
1752
|
+
var RetryFailed = /*#__PURE__*/React.forwardRef(function RetryFailed(_ref66, ref) {
|
|
1753
1753
|
var children = _ref66.children,
|
|
1754
1754
|
_ref66$size = _ref66.size,
|
|
1755
1755
|
size = _ref66$size === void 0 ? 16 : _ref66$size,
|
|
@@ -1763,16 +1763,14 @@ var Rewind_5 = /*#__PURE__*/React.forwardRef(function Rewind_5(_ref66, ref) {
|
|
|
1763
1763
|
viewBox: "0 0 32 32",
|
|
1764
1764
|
fill: "currentColor"
|
|
1765
1765
|
}, rest), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1766
|
-
d: "
|
|
1767
|
-
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1768
|
-
d: "M18.58,15.58H15.13L15,18.15H15a4.83,4.83,0,0,1,.26-.45,1.59,1.59,0,0,1,.33-.35,1.53,1.53,0,0,1,.44-.23,2,2,0,0,1,.6-.08,2.54,2.54,0,0,1,.92.16,2.06,2.06,0,0,1,.74.48,2.28,2.28,0,0,1,.5.77,2.73,2.73,0,0,1,.18,1,2.87,2.87,0,0,1-.19,1.07,2.36,2.36,0,0,1-.55.84,2.44,2.44,0,0,1-.89.55,3.23,3.23,0,0,1-1.21.2,3.79,3.79,0,0,1-.94-.11,3,3,0,0,1-.74-.32,2.45,2.45,0,0,1-.55-.45,4.13,4.13,0,0,1-.41-.55l1.06-.81.27.41a1.82,1.82,0,0,0,.34.34,1.59,1.59,0,0,0,.43.22,1.52,1.52,0,0,0,.55.08,1.29,1.29,0,0,0,1-.36,1.41,1.41,0,0,0,.33-1V19.5a1.18,1.18,0,0,0-1.28-1.27,1.44,1.44,0,0,0-.77.18,1.94,1.94,0,0,0-.48.39l-1.19-.17.29-4.31h4.52Z"
|
|
1766
|
+
d: "M26.41 25L30 21.41 28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25zM18 2A12.0351 12.0351 0 006 14v6.2L2.4 16.6 1 18l6 6 6-6-1.4-1.4L8 20.2V14a10 10 0 0120 0v3h2V14A12.0351 12.0351 0 0018 2z"
|
|
1769
1767
|
})), children);
|
|
1770
1768
|
});
|
|
1771
1769
|
|
|
1772
1770
|
if (process.env.NODE_ENV !== "production") {
|
|
1773
|
-
|
|
1771
|
+
RetryFailed.propTypes = iconPropTypes;
|
|
1774
1772
|
}
|
|
1775
|
-
var
|
|
1773
|
+
var Review = /*#__PURE__*/React.forwardRef(function Review(_ref67, ref) {
|
|
1776
1774
|
var children = _ref67.children,
|
|
1777
1775
|
_ref67$size = _ref67.size,
|
|
1778
1776
|
size = _ref67$size === void 0 ? 16 : _ref67$size,
|
|
@@ -1785,19 +1783,17 @@ var Road = /*#__PURE__*/React.forwardRef(function Road(_ref67, ref) {
|
|
|
1785
1783
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1786
1784
|
viewBox: "0 0 32 32",
|
|
1787
1785
|
fill: "currentColor"
|
|
1788
|
-
}, rest),
|
|
1789
|
-
d: "
|
|
1790
|
-
})),
|
|
1791
|
-
d: "
|
|
1792
|
-
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1793
|
-
d: "M15 21H17V24H15zM15 26H17V30H15z"
|
|
1786
|
+
}, rest), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1787
|
+
d: "M16 8L17.912 11.703 22 12.297 19 15 20 19 16 16.75 12 19 13 15 10 12.297 14.2 11.703 16 8z"
|
|
1788
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1789
|
+
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
|
1794
1790
|
})), children);
|
|
1795
1791
|
});
|
|
1796
1792
|
|
|
1797
1793
|
if (process.env.NODE_ENV !== "production") {
|
|
1798
|
-
|
|
1794
|
+
Review.propTypes = iconPropTypes;
|
|
1799
1795
|
}
|
|
1800
|
-
var
|
|
1796
|
+
var Rewind_10 = /*#__PURE__*/React.forwardRef(function Rewind_10(_ref68, ref) {
|
|
1801
1797
|
var children = _ref68.children,
|
|
1802
1798
|
_ref68$size = _ref68.size,
|
|
1803
1799
|
size = _ref68$size === void 0 ? 16 : _ref68$size,
|
|
@@ -1810,17 +1806,17 @@ var RoadWeather = /*#__PURE__*/React.forwardRef(function RoadWeather(_ref68, ref
|
|
|
1810
1806
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1811
1807
|
viewBox: "0 0 32 32",
|
|
1812
1808
|
fill: "currentColor"
|
|
1813
|
-
}, rest),
|
|
1814
|
-
d: "
|
|
1815
|
-
})),
|
|
1816
|
-
d: "
|
|
1809
|
+
}, rest), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1810
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
1811
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1812
|
+
d: "M19.63 22.13a2.84 2.84 0 01-1.28-.27 2.44 2.44 0 01-.89-.77 3.57 3.57 0 01-.52-1.25 7.69 7.69 0 01-.17-1.68 7.83 7.83 0 01.17-1.68 3.65 3.65 0 01.52-1.25 2.44 2.44 0 01.89-.77 2.84 2.84 0 011.28-.27 2.44 2.44 0 012.16 1 5.23 5.23 0 01.7 2.93 5.23 5.23 0 01-.7 2.93A2.44 2.44 0 0119.63 22.13zm0-1.22a1.07 1.07 0 001-.55A3.38 3.38 0 0021 18.85V17.47a3.31 3.31 0 00-.29-1.5 1.23 1.23 0 00-2.06 0 3.31 3.31 0 00-.29 1.5v1.38a3.38 3.38 0 00.29 1.51A1.06 1.06 0 0019.63 20.91zM10.63 22V20.82h2V15.63l-1.86 1-.55-1.06 2.32-1.3H14v6.5h1.78V22z"
|
|
1817
1813
|
})), children);
|
|
1818
1814
|
});
|
|
1819
1815
|
|
|
1820
1816
|
if (process.env.NODE_ENV !== "production") {
|
|
1821
|
-
|
|
1817
|
+
Rewind_10.propTypes = iconPropTypes;
|
|
1822
1818
|
}
|
|
1823
|
-
var
|
|
1819
|
+
var Rewind_30 = /*#__PURE__*/React.forwardRef(function Rewind_30(_ref69, ref) {
|
|
1824
1820
|
var children = _ref69.children,
|
|
1825
1821
|
_ref69$size = _ref69.size,
|
|
1826
1822
|
size = _ref69$size === void 0 ? 16 : _ref69$size,
|
|
@@ -1833,15 +1829,17 @@ var Roadmap = /*#__PURE__*/React.forwardRef(function Roadmap(_ref69, ref) {
|
|
|
1833
1829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1834
1830
|
viewBox: "0 0 32 32",
|
|
1835
1831
|
fill: "currentColor"
|
|
1836
|
-
}, rest),
|
|
1837
|
-
d: "
|
|
1832
|
+
}, rest), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1833
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
1834
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1835
|
+
d: "M19.64 22.13a2.81 2.81 0 01-1.28-.27 2.36 2.36 0 01-.89-.77A3.39 3.39 0 0117 19.84a7.12 7.12 0 01-.17-1.68A7.24 7.24 0 0117 16.48a3.46 3.46 0 01.52-1.25 2.36 2.36 0 01.89-.77 2.81 2.81 0 011.28-.27 2.44 2.44 0 012.16 1 5.31 5.31 0 01.7 2.93 5.31 5.31 0 01-.7 2.93A2.44 2.44 0 0119.64 22.13zm0-1.22a1 1 0 001-.55 3.24 3.24 0 00.3-1.51V17.47a3.17 3.17 0 00-.3-1.5 1.22 1.22 0 00-2.05 0 3.18 3.18 0 00-.29 1.5v1.38a3.25 3.25 0 00.29 1.51A1 1 0 0019.64 20.91zM12.62 17.42a1.46 1.46 0 001-.27.84.84 0 00.31-.68v-.08a.94.94 0 00-.3-.74 1.2 1.2 0 00-.83-.27 1.65 1.65 0 00-.89.24 2.1 2.1 0 00-.68.68l-.93-.83a5.37 5.37 0 01.44-.51 2.7 2.7 0 01.54-.4 2.55 2.55 0 01.7-.27 3.25 3.25 0 01.87-.1 3.94 3.94 0 011.06.14 2.33 2.33 0 01.82.4 1.91 1.91 0 01.54.63 1.87 1.87 0 01.18.83 2 2 0 01-.11.67 1.82 1.82 0 01-.32.52 1.79 1.79 0 01-.47.36 2.27 2.27 0 01-.57.2V18a2.34 2.34 0 01.63.21 1.7 1.7 0 01.51.38 1.89 1.89 0 01.34.55 2.07 2.07 0 01.12.73 2 2 0 01-.2.92 2 2 0 01-.58.72 2.66 2.66 0 01-.89.45 3.76 3.76 0 01-1.15.16 4.1 4.1 0 01-1-.11A3.1 3.1 0 0111 21.7a2.76 2.76 0 01-.56-.45A4.22 4.22 0 0110 20.7l1.07-.81a3.07 3.07 0 00.28.42 1.94 1.94 0 00.36.34 1.57 1.57 0 00.45.22 2 2 0 00.57.07 1.45 1.45 0 001-.3 1.12 1.12 0 00.34-.85v-.08a1 1 0 00-.37-.8 1.78 1.78 0 00-1.06-.28h-.76V17.42z"
|
|
1838
1836
|
})), children);
|
|
1839
1837
|
});
|
|
1840
1838
|
|
|
1841
1839
|
if (process.env.NODE_ENV !== "production") {
|
|
1842
|
-
|
|
1840
|
+
Rewind_30.propTypes = iconPropTypes;
|
|
1843
1841
|
}
|
|
1844
|
-
var
|
|
1842
|
+
var Rewind_5 = /*#__PURE__*/React.forwardRef(function Rewind_5(_ref70, ref) {
|
|
1845
1843
|
var children = _ref70.children,
|
|
1846
1844
|
_ref70$size = _ref70.size,
|
|
1847
1845
|
size = _ref70$size === void 0 ? 16 : _ref70$size,
|
|
@@ -1854,18 +1852,17 @@ var Rocket = /*#__PURE__*/React.forwardRef(function Rocket(_ref70, ref) {
|
|
|
1854
1852
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1855
1853
|
viewBox: "0 0 32 32",
|
|
1856
1854
|
fill: "currentColor"
|
|
1857
|
-
}, rest),
|
|
1858
|
-
d: "
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
d: "M17,30a1,1,0,0,1-.37-.07,1,1,0,0,1-.62-.79l-1-7,2-.28.75,5.27L21,24.52V17a1,1,0,0,1,.29-.71l4.07-4.07A8.94,8.94,0,0,0,28,5.86V4H26.14a8.94,8.94,0,0,0-6.36,2.64l-4.07,4.07A1,1,0,0,1,15,11H7.48L4.87,14.26l5.27.75-.28,2-7-1a1,1,0,0,1-.79-.62,1,1,0,0,1,.15-1l4-5A1,1,0,0,1,7,9h7.59l3.77-3.78A10.92,10.92,0,0,1,26.14,2H28a2,2,0,0,1,2,2V5.86a10.92,10.92,0,0,1-3.22,7.78L23,17.41V25a1,1,0,0,1-.38.78l-5,4A1,1,0,0,1,17,30Z"
|
|
1855
|
+
}, rest), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1856
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
1857
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1858
|
+
d: "M18.58,15.58H15.13L15,18.15H15a4.83,4.83,0,0,1,.26-.45,1.59,1.59,0,0,1,.33-.35,1.53,1.53,0,0,1,.44-.23,2,2,0,0,1,.6-.08,2.54,2.54,0,0,1,.92.16,2.06,2.06,0,0,1,.74.48,2.28,2.28,0,0,1,.5.77,2.73,2.73,0,0,1,.18,1,2.87,2.87,0,0,1-.19,1.07,2.36,2.36,0,0,1-.55.84,2.44,2.44,0,0,1-.89.55,3.23,3.23,0,0,1-1.21.2,3.79,3.79,0,0,1-.94-.11,3,3,0,0,1-.74-.32,2.45,2.45,0,0,1-.55-.45,4.13,4.13,0,0,1-.41-.55l1.06-.81.27.41a1.82,1.82,0,0,0,.34.34,1.59,1.59,0,0,0,.43.22,1.52,1.52,0,0,0,.55.08,1.29,1.29,0,0,0,1-.36,1.41,1.41,0,0,0,.33-1V19.5a1.18,1.18,0,0,0-1.28-1.27,1.44,1.44,0,0,0-.77.18,1.94,1.94,0,0,0-.48.39l-1.19-.17.29-4.31h4.52Z"
|
|
1862
1859
|
})), children);
|
|
1863
1860
|
});
|
|
1864
1861
|
|
|
1865
1862
|
if (process.env.NODE_ENV !== "production") {
|
|
1866
|
-
|
|
1863
|
+
Rewind_5.propTypes = iconPropTypes;
|
|
1867
1864
|
}
|
|
1868
|
-
var
|
|
1865
|
+
var Road = /*#__PURE__*/React.forwardRef(function Road(_ref71, ref) {
|
|
1869
1866
|
var children = _ref71.children,
|
|
1870
1867
|
_ref71$size = _ref71.size,
|
|
1871
1868
|
size = _ref71$size === void 0 ? 16 : _ref71$size,
|
|
@@ -1878,15 +1875,19 @@ var Rotate = /*#__PURE__*/React.forwardRef(function Rotate(_ref71, ref) {
|
|
|
1878
1875
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1879
1876
|
viewBox: "0 0 32 32",
|
|
1880
1877
|
fill: "currentColor"
|
|
1881
|
-
}, rest),
|
|
1882
|
-
d: "
|
|
1878
|
+
}, rest), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1879
|
+
d: "M13 13H19V15H13z"
|
|
1880
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1881
|
+
d: "M25.4409 8L24.1687 3.45A2.009 2.009 0 0022.2456 2H9.7544A2.0089 2.0089 0 007.8313 3.4507L6.5315 8H4v2H6v7a2.0025 2.0025 0 002 2v3h2V19H22v3h2V19a2.0025 2.0025 0 002-2V10h2V8zM9.7544 4H22.2458l1.4285 5H8.3257zM24 13H22v2h2v2H8V15h2V13H8V11H24zM2 16H4V30H2zM28 16H30V30H28z"
|
|
1882
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1883
|
+
d: "M15 21H17V24H15zM15 26H17V30H15z"
|
|
1883
1884
|
})), children);
|
|
1884
1885
|
});
|
|
1885
1886
|
|
|
1886
1887
|
if (process.env.NODE_ENV !== "production") {
|
|
1887
|
-
|
|
1888
|
+
Road.propTypes = iconPropTypes;
|
|
1888
1889
|
}
|
|
1889
|
-
var
|
|
1890
|
+
var RoadWeather = /*#__PURE__*/React.forwardRef(function RoadWeather(_ref72, ref) {
|
|
1890
1891
|
var children = _ref72.children,
|
|
1891
1892
|
_ref72$size = _ref72.size,
|
|
1892
1893
|
size = _ref72$size === void 0 ? 16 : _ref72$size,
|
|
@@ -1899,15 +1900,17 @@ var WatsonHealthRotate_180 = /*#__PURE__*/React.forwardRef(function WatsonHealth
|
|
|
1899
1900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1900
1901
|
viewBox: "0 0 32 32",
|
|
1901
1902
|
fill: "currentColor"
|
|
1902
|
-
}, rest),
|
|
1903
|
-
d: "
|
|
1903
|
+
}, rest), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1904
|
+
d: "M16 31H14v-.228a3.0135 3.0135 0 00-1.9468-2.8091L8.5215 26.6384A3.9034 3.9034 0 016 23H8a1.8946 1.8946 0 001.2236 1.7659L12.7554 26.09A5.0226 5.0226 0 0116 30.772zM30 31H28v-.228a3.0135 3.0135 0 00-1.9468-2.8091l-3.5317-1.3245A3.9034 3.9034 0 0120 23h2a1.8946 1.8946 0 001.2236 1.7659L26.7554 26.09A5.0226 5.0226 0 0130 30.772zM11 13H17V15H11z"
|
|
1905
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1906
|
+
d: "M23.4409,8,22.1687,3.45A2.009,2.009,0,0,0,20.2456,2H7.7544A2.0089,2.0089,0,0,0,5.8313,3.4507L4.5315,8H2v2H4v7a2.0025,2.0025,0,0,0,2,2v2H8V19H20v2h2V19a2.0025,2.0025,0,0,0,2-2V10h2V8ZM7.7544,4H20.2458l1.4285,5H6.3257ZM22,13H20v2h2v2H6V15H8V13H6V11H22Z"
|
|
1904
1907
|
})), children);
|
|
1905
1908
|
});
|
|
1906
1909
|
|
|
1907
1910
|
if (process.env.NODE_ENV !== "production") {
|
|
1908
|
-
|
|
1911
|
+
RoadWeather.propTypes = iconPropTypes;
|
|
1909
1912
|
}
|
|
1910
|
-
var
|
|
1913
|
+
var Roadmap = /*#__PURE__*/React.forwardRef(function Roadmap(_ref73, ref) {
|
|
1911
1914
|
var children = _ref73.children,
|
|
1912
1915
|
_ref73$size = _ref73.size,
|
|
1913
1916
|
size = _ref73$size === void 0 ? 16 : _ref73$size,
|
|
@@ -1920,15 +1923,15 @@ var WatsonHealthRotate_360 = /*#__PURE__*/React.forwardRef(function WatsonHealth
|
|
|
1920
1923
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1921
1924
|
viewBox: "0 0 32 32",
|
|
1922
1925
|
fill: "currentColor"
|
|
1923
|
-
}, rest),
|
|
1924
|
-
d: "
|
|
1926
|
+
}, rest), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1927
|
+
d: "M12 30H4a2.0023 2.0023 0 01-2-2V24a2.0023 2.0023 0 012-2h8a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0112 30zM4 24v4h8V24zM28 20H12a2.0023 2.0023 0 01-2-2V14a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0128 20zM12 14v4H28V14zM16 10H4A2.0023 2.0023 0 012 8V4A2.0023 2.0023 0 014 2H16a2.0023 2.0023 0 012 2V8A2.0023 2.0023 0 0116 10zM4 4V8H16V4z"
|
|
1925
1928
|
})), children);
|
|
1926
1929
|
});
|
|
1927
1930
|
|
|
1928
1931
|
if (process.env.NODE_ENV !== "production") {
|
|
1929
|
-
|
|
1932
|
+
Roadmap.propTypes = iconPropTypes;
|
|
1930
1933
|
}
|
|
1931
|
-
var
|
|
1934
|
+
var Rocket = /*#__PURE__*/React.forwardRef(function Rocket(_ref74, ref) {
|
|
1932
1935
|
var children = _ref74.children,
|
|
1933
1936
|
_ref74$size = _ref74.size,
|
|
1934
1937
|
size = _ref74$size === void 0 ? 16 : _ref74$size,
|
|
@@ -1941,15 +1944,18 @@ var RotateClockwise = /*#__PURE__*/React.forwardRef(function RotateClockwise(_re
|
|
|
1941
1944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1942
1945
|
viewBox: "0 0 32 32",
|
|
1943
1946
|
fill: "currentColor"
|
|
1944
|
-
}, rest),
|
|
1945
|
-
d: "
|
|
1947
|
+
}, rest), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1948
|
+
d: "M6.34 19H17.65V21H6.34z",
|
|
1949
|
+
transform: "rotate(-45 11.995 20.002)"
|
|
1950
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1951
|
+
d: "M17,30a1,1,0,0,1-.37-.07,1,1,0,0,1-.62-.79l-1-7,2-.28.75,5.27L21,24.52V17a1,1,0,0,1,.29-.71l4.07-4.07A8.94,8.94,0,0,0,28,5.86V4H26.14a8.94,8.94,0,0,0-6.36,2.64l-4.07,4.07A1,1,0,0,1,15,11H7.48L4.87,14.26l5.27.75-.28,2-7-1a1,1,0,0,1-.79-.62,1,1,0,0,1,.15-1l4-5A1,1,0,0,1,7,9h7.59l3.77-3.78A10.92,10.92,0,0,1,26.14,2H28a2,2,0,0,1,2,2V5.86a10.92,10.92,0,0,1-3.22,7.78L23,17.41V25a1,1,0,0,1-.38.78l-5,4A1,1,0,0,1,17,30Z"
|
|
1946
1952
|
})), children);
|
|
1947
1953
|
});
|
|
1948
1954
|
|
|
1949
1955
|
if (process.env.NODE_ENV !== "production") {
|
|
1950
|
-
|
|
1956
|
+
Rocket.propTypes = iconPropTypes;
|
|
1951
1957
|
}
|
|
1952
|
-
var
|
|
1958
|
+
var Rotate = /*#__PURE__*/React.forwardRef(function Rotate(_ref75, ref) {
|
|
1953
1959
|
var children = _ref75.children,
|
|
1954
1960
|
_ref75$size = _ref75.size,
|
|
1955
1961
|
size = _ref75$size === void 0 ? 16 : _ref75$size,
|
|
@@ -1962,15 +1968,15 @@ var RotateClockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateClockwiseA
|
|
|
1962
1968
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1963
1969
|
viewBox: "0 0 32 32",
|
|
1964
1970
|
fill: "currentColor"
|
|
1965
|
-
}, rest),
|
|
1966
|
-
d: "
|
|
1971
|
+
}, rest), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1972
|
+
d: "M17.91 26.82l.35 2a12.9 12.9 0 004.24-1.54l-1-1.73A10.88 10.88 0 0117.91 26.82zM24.42 23.07L26 24.35a13 13 0 002.24-3.91l-1.87-.68A11 11 0 0124.42 23.07zM9.5 27.25a12.9 12.9 0 004.24 1.54l.35-2a10.88 10.88 0 01-3.59-1.3zM5.67 19.76l-1.87.68A13 13 0 006 24.35l.32-.26 1.22-1h0a11 11 0 01-1.91-3.31zM29 16a12.85 12.85 0 00-.8-4.44l-1.87.68A11.18 11.18 0 0127 16zM26 7.65a13 13 0 00-20 0V4H4v8h8V10H6.81A11 11 0 0124.42 8.93z"
|
|
1967
1973
|
})), children);
|
|
1968
1974
|
});
|
|
1969
1975
|
|
|
1970
1976
|
if (process.env.NODE_ENV !== "production") {
|
|
1971
|
-
|
|
1977
|
+
Rotate.propTypes = iconPropTypes;
|
|
1972
1978
|
}
|
|
1973
|
-
var
|
|
1979
|
+
var WatsonHealthRotate_180 = /*#__PURE__*/React.forwardRef(function WatsonHealthRotate_180(_ref76, ref) {
|
|
1974
1980
|
var children = _ref76.children,
|
|
1975
1981
|
_ref76$size = _ref76.size,
|
|
1976
1982
|
size = _ref76$size === void 0 ? 16 : _ref76$size,
|
|
@@ -1983,15 +1989,15 @@ var RotateClockwiseAltFilled = /*#__PURE__*/React.forwardRef(function RotateCloc
|
|
|
1983
1989
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1984
1990
|
viewBox: "0 0 32 32",
|
|
1985
1991
|
fill: "currentColor"
|
|
1986
|
-
}, rest),
|
|
1987
|
-
d: "
|
|
1992
|
+
}, rest), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1993
|
+
d: "M14.0913 26.8235l-.3467 1.968a12.8956 12.8956 0 01-4.24-1.5418l1-1.7307A10.9086 10.9086 0 0014.0913 26.8235zM7.5767 23.0682L6.0449 24.3533a12.9811 12.9811 0 01-2.25-3.9112l1.8775-.6834A10.9808 10.9808 0 007.5767 23.0682zM22.4951 27.25a12.8956 12.8956 0 01-4.24 1.5418l-.3467-1.968a10.9086 10.9086 0 003.5869-1.3045zM26.3271 19.7587l1.8775.6834a12.9811 12.9811 0 01-2.2495 3.9112l-.3115-.2614-1.22-1.0237h0a10.9822 10.9822 0 001.9038-3.3093zM13.6616 5.2559c-.1592.0346-.3144.08-.4712.1215-.2131.0562-.4258.1138-.6335.1822-.1643.0547-.325.1167-.4859.1782-.1926.0742-.3835.1509-.57.2349-.1611.0727-.3193.15-.4763.23q-.2677.1363-.5262.2867c-.153.0893-.3046.18-.4531.2758-.1679.1089-.3308.2242-.4922.3413-.1406.1026-.2817.2037-.417.3125-.1616.1294-.3156.2676-.47.4063-.1225.11-.2478.2168-.3652.332-.1668.1636-.3223.3379-.4785.5117A10.9438 10.9438 0 005 16H3A12.9363 12.9363 0 016.05 7.65l-.0047-.0039c.0918-.1094.197-.2061.2925-.3125.1841-.2051.3672-.41.5635-.603.1382-.1358.2856-.2613.43-.3907.1831-.1645.3657-.3286.5581-.4824.1592-.1279.3244-.2466.4895-.3667.1921-.14.3855-.2768.5854-.4062.1743-.1128.3523-.2188.5322-.3238q.3081-.1786.6253-.3408c.1846-.0942.37-.1846.56-.27.2224-.1.449-.1914.678-.2793.1894-.0723.3777-.1455.5713-.209.2463-.0815.498-.1494.7507-.2163.1848-.0493.3674-.1025.5554-.1431.29-.0634.5865-.1074.8833-.1508.159-.023.3145-.0552.4754-.0728A12.9331 12.9331 0 0126 7.7031V4h2v8H20V10h5.1885A10.961 10.961 0 0016 5a11.1114 11.1114 0 00-1.189.0669c-.1362.0146-.268.042-.4026.0615C14.1575 5.165 13.907 5.2026 13.6616 5.2559z"
|
|
1988
1994
|
})), children);
|
|
1989
1995
|
});
|
|
1990
1996
|
|
|
1991
1997
|
if (process.env.NODE_ENV !== "production") {
|
|
1992
|
-
|
|
1998
|
+
WatsonHealthRotate_180.propTypes = iconPropTypes;
|
|
1993
1999
|
}
|
|
1994
|
-
var
|
|
2000
|
+
var WatsonHealthRotate_360 = /*#__PURE__*/React.forwardRef(function WatsonHealthRotate_360(_ref77, ref) {
|
|
1995
2001
|
var children = _ref77.children,
|
|
1996
2002
|
_ref77$size = _ref77.size,
|
|
1997
2003
|
size = _ref77$size === void 0 ? 16 : _ref77$size,
|
|
@@ -2004,15 +2010,15 @@ var RotateClockwiseFilled = /*#__PURE__*/React.forwardRef(function RotateClockwi
|
|
|
2004
2010
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2005
2011
|
viewBox: "0 0 32 32",
|
|
2006
2012
|
fill: "currentColor"
|
|
2007
|
-
}, rest),
|
|
2008
|
-
d: "
|
|
2013
|
+
}, rest), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2014
|
+
d: "M25.95,7.65l.0047-.0039c-.0918-.1094-.197-.2061-.2925-.3125-.1841-.2051-.3672-.41-.5635-.603-.1382-.1358-.2856-.2613-.43-.3907-.1831-.1645-.3657-.3286-.5581-.4824-.1592-.1279-.3244-.2466-.4895-.3667-.1921-.14-.3855-.2768-.5854-.4062-.1743-.1128-.3523-.2188-.5322-.3238q-.3081-.1786-.6253-.3408c-.1846-.0942-.37-.1846-.56-.27-.2224-.1-.449-.1914-.678-.2793-.1894-.0723-.3777-.1455-.5713-.209-.2463-.0815-.498-.1494-.7507-.2163-.1848-.0493-.3674-.1025-.5554-.1431-.29-.0634-.5865-.1074-.8833-.1508-.159-.023-.3145-.0552-.4754-.0728A12.9331,12.9331,0,0,0,6,7.7031V4H4v8h8V10H6.8115A10.961,10.961,0,0,1,16,5a11.1114,11.1114,0,0,1,1.189.0669c.1362.0146.268.042.4026.0615.2509.0366.5014.0742.7468.1275.1592.0346.3144.08.4712.1215.2131.0562.4258.1138.6335.1822.1643.0547.325.1167.4859.1782.1926.0742.3835.1509.5705.2349.1611.0727.3193.15.4763.23q.2677.1363.5262.2867c.153.0893.3046.18.4531.2758.1679.1089.3308.2242.4922.3413.1406.1026.2817.2037.417.3125.1616.1294.3156.2676.47.4063.1225.11.2478.2168.3652.332.1668.1636.3223.3379.4785.5117A10.9928,10.9928,0,1,1,5,16H3A13,13,0,1,0,25.95,7.65Z"
|
|
2009
2015
|
})), children);
|
|
2010
2016
|
});
|
|
2011
2017
|
|
|
2012
2018
|
if (process.env.NODE_ENV !== "production") {
|
|
2013
|
-
|
|
2019
|
+
WatsonHealthRotate_360.propTypes = iconPropTypes;
|
|
2014
2020
|
}
|
|
2015
|
-
var
|
|
2021
|
+
var RotateClockwise = /*#__PURE__*/React.forwardRef(function RotateClockwise(_ref78, ref) {
|
|
2016
2022
|
var children = _ref78.children,
|
|
2017
2023
|
_ref78$size = _ref78.size,
|
|
2018
2024
|
size = _ref78$size === void 0 ? 16 : _ref78$size,
|
|
@@ -2025,15 +2031,15 @@ var RotateCounterclockwise = /*#__PURE__*/React.forwardRef(function RotateCounte
|
|
|
2025
2031
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2026
2032
|
viewBox: "0 0 32 32",
|
|
2027
2033
|
fill: "currentColor"
|
|
2028
|
-
}, rest),
|
|
2029
|
-
d: "
|
|
2034
|
+
}, rest), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2035
|
+
d: "M28 30H16a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM16 16V28H28.0012L28 16zM15 2L13.59 3.41 16.17 6H11a7.0078 7.0078 0 00-7 7v5H6V13a5.0057 5.0057 0 015-5h5.17l-2.58 2.59L15 12l5-5z"
|
|
2030
2036
|
})), children);
|
|
2031
2037
|
});
|
|
2032
2038
|
|
|
2033
2039
|
if (process.env.NODE_ENV !== "production") {
|
|
2034
|
-
|
|
2040
|
+
RotateClockwise.propTypes = iconPropTypes;
|
|
2035
2041
|
}
|
|
2036
|
-
var
|
|
2042
|
+
var RotateClockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateClockwiseAlt(_ref79, ref) {
|
|
2037
2043
|
var children = _ref79.children,
|
|
2038
2044
|
_ref79$size = _ref79.size,
|
|
2039
2045
|
size = _ref79$size === void 0 ? 16 : _ref79$size,
|
|
@@ -2046,15 +2052,15 @@ var RotateCounterclockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateCou
|
|
|
2046
2052
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2047
2053
|
viewBox: "0 0 32 32",
|
|
2048
2054
|
fill: "currentColor"
|
|
2049
|
-
}, rest),
|
|
2050
|
-
d: "
|
|
2055
|
+
}, rest), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2056
|
+
d: "M16 30H4a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0116 30zM4 16V28H16.0012L16 16zM30 15l-1.41-1.41L26 16.17V11a7.0078 7.0078 0 00-7-7H14V6h5a5.0057 5.0057 0 015 5v5.17l-2.59-2.58L20 15l5 5z"
|
|
2051
2057
|
})), children);
|
|
2052
2058
|
});
|
|
2053
2059
|
|
|
2054
2060
|
if (process.env.NODE_ENV !== "production") {
|
|
2055
|
-
|
|
2061
|
+
RotateClockwiseAlt.propTypes = iconPropTypes;
|
|
2056
2062
|
}
|
|
2057
|
-
var
|
|
2063
|
+
var RotateClockwiseAltFilled = /*#__PURE__*/React.forwardRef(function RotateClockwiseAltFilled(_ref80, ref) {
|
|
2058
2064
|
var children = _ref80.children,
|
|
2059
2065
|
_ref80$size = _ref80.size,
|
|
2060
2066
|
size = _ref80$size === void 0 ? 16 : _ref80$size,
|
|
@@ -2067,15 +2073,15 @@ var RotateCounterclockwiseAltFilled = /*#__PURE__*/React.forwardRef(function Rot
|
|
|
2067
2073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2068
2074
|
viewBox: "0 0 32 32",
|
|
2069
2075
|
fill: "currentColor"
|
|
2070
|
-
}, rest),
|
|
2071
|
-
d: "
|
|
2076
|
+
}, rest), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2077
|
+
d: "M16 30H4a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0116 30zM30 15l-1.41-1.41L26 16.17V11a7.0078 7.0078 0 00-7-7H14V6h5a5.0057 5.0057 0 015 5v5.17l-2.59-2.58L20 15l5 5z"
|
|
2072
2078
|
})), children);
|
|
2073
2079
|
});
|
|
2074
2080
|
|
|
2075
2081
|
if (process.env.NODE_ENV !== "production") {
|
|
2076
|
-
|
|
2082
|
+
RotateClockwiseAltFilled.propTypes = iconPropTypes;
|
|
2077
2083
|
}
|
|
2078
|
-
var
|
|
2084
|
+
var RotateClockwiseFilled = /*#__PURE__*/React.forwardRef(function RotateClockwiseFilled(_ref81, ref) {
|
|
2079
2085
|
var children = _ref81.children,
|
|
2080
2086
|
_ref81$size = _ref81.size,
|
|
2081
2087
|
size = _ref81$size === void 0 ? 16 : _ref81$size,
|
|
@@ -2088,15 +2094,15 @@ var RotateCounterclockwiseFilled = /*#__PURE__*/React.forwardRef(function Rotate
|
|
|
2088
2094
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2089
2095
|
viewBox: "0 0 32 32",
|
|
2090
2096
|
fill: "currentColor"
|
|
2091
|
-
}, rest),
|
|
2092
|
-
d: "
|
|
2097
|
+
}, rest), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2098
|
+
d: "M28 30H16a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM15 2L13.59 3.41 16.17 6H11a7.0078 7.0078 0 00-7 7v5H6V13a5.0057 5.0057 0 015-5h5.17l-2.58 2.59L15 12l5-5z"
|
|
2093
2099
|
})), children);
|
|
2094
2100
|
});
|
|
2095
2101
|
|
|
2096
2102
|
if (process.env.NODE_ENV !== "production") {
|
|
2097
|
-
|
|
2103
|
+
RotateClockwiseFilled.propTypes = iconPropTypes;
|
|
2098
2104
|
}
|
|
2099
|
-
var
|
|
2105
|
+
var RotateCounterclockwise = /*#__PURE__*/React.forwardRef(function RotateCounterclockwise(_ref82, ref) {
|
|
2100
2106
|
var children = _ref82.children,
|
|
2101
2107
|
_ref82$size = _ref82.size,
|
|
2102
2108
|
size = _ref82$size === void 0 ? 16 : _ref82$size,
|
|
@@ -2109,15 +2115,15 @@ var Router = /*#__PURE__*/React.forwardRef(function Router(_ref82, ref) {
|
|
|
2109
2115
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2110
2116
|
viewBox: "0 0 32 32",
|
|
2111
2117
|
fill: "currentColor"
|
|
2112
|
-
}, rest),
|
|
2113
|
-
d: "
|
|
2118
|
+
}, rest), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2119
|
+
d: "M2 28V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H4A2.0023 2.0023 0 012 28zM4 16L3.9988 28H16V16zM17 2l1.41 1.41L15.83 6H21a7.0078 7.0078 0 017 7v5H26V13a5.0057 5.0057 0 00-5-5H15.83l2.58 2.59L17 12 12 7z"
|
|
2114
2120
|
})), children);
|
|
2115
2121
|
});
|
|
2116
2122
|
|
|
2117
2123
|
if (process.env.NODE_ENV !== "production") {
|
|
2118
|
-
|
|
2124
|
+
RotateCounterclockwise.propTypes = iconPropTypes;
|
|
2119
2125
|
}
|
|
2120
|
-
var
|
|
2126
|
+
var RotateCounterclockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseAlt(_ref83, ref) {
|
|
2121
2127
|
var children = _ref83.children,
|
|
2122
2128
|
_ref83$size = _ref83.size,
|
|
2123
2129
|
size = _ref83$size === void 0 ? 16 : _ref83$size,
|
|
@@ -2130,15 +2136,15 @@ var RouterVoice = /*#__PURE__*/React.forwardRef(function RouterVoice(_ref83, ref
|
|
|
2130
2136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2131
2137
|
viewBox: "0 0 32 32",
|
|
2132
2138
|
fill: "currentColor"
|
|
2133
|
-
}, rest),
|
|
2134
|
-
d: "
|
|
2139
|
+
}, rest), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2140
|
+
d: "M14 28V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H16A2.0023 2.0023 0 0114 28zm2-12l-.0012 12H28V16zM2 15l1.41-1.41L6 16.17V11a7.0078 7.0078 0 017-7h5V6H13a5.0057 5.0057 0 00-5 5v5.17l2.59-2.58L12 15 7 20z"
|
|
2135
2141
|
})), children);
|
|
2136
2142
|
});
|
|
2137
2143
|
|
|
2138
2144
|
if (process.env.NODE_ENV !== "production") {
|
|
2139
|
-
|
|
2145
|
+
RotateCounterclockwiseAlt.propTypes = iconPropTypes;
|
|
2140
2146
|
}
|
|
2141
|
-
var
|
|
2147
|
+
var RotateCounterclockwiseAltFilled = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseAltFilled(_ref84, ref) {
|
|
2142
2148
|
var children = _ref84.children,
|
|
2143
2149
|
_ref84$size = _ref84.size,
|
|
2144
2150
|
size = _ref84$size === void 0 ? 16 : _ref84$size,
|
|
@@ -2151,21 +2157,15 @@ var RouterWifi = /*#__PURE__*/React.forwardRef(function RouterWifi(_ref84, ref)
|
|
|
2151
2157
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2152
2158
|
viewBox: "0 0 32 32",
|
|
2153
2159
|
fill: "currentColor"
|
|
2154
|
-
}, rest),
|
|
2155
|
-
|
|
2156
|
-
cy: "13.5",
|
|
2157
|
-
r: "1.5"
|
|
2158
|
-
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2159
|
-
d: "M19.5356,10.4648a5,5,0,0,0-7.0717,0L11.05,9.0508a6.9992,6.9992,0,0,1,9.9,0Z"
|
|
2160
|
-
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2161
|
-
d: "M23.0713 6.929a10 10 0 00-14.1426 0L7.5146 5.5144a12.0011 12.0011 0 0116.9708 0zM21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11z"
|
|
2160
|
+
}, rest), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2161
|
+
d: "M14 28V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H16A2.0023 2.0023 0 0114 28zM2 15l1.41-1.41L6 16.17V11a7.0078 7.0078 0 017-7h5V6H13a5.0057 5.0057 0 00-5 5v5.17l2.59-2.58L12 15 7 20z"
|
|
2162
2162
|
})), children);
|
|
2163
2163
|
});
|
|
2164
2164
|
|
|
2165
2165
|
if (process.env.NODE_ENV !== "production") {
|
|
2166
|
-
|
|
2166
|
+
RotateCounterclockwiseAltFilled.propTypes = iconPropTypes;
|
|
2167
2167
|
}
|
|
2168
|
-
var
|
|
2168
|
+
var RotateCounterclockwiseFilled = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseFilled(_ref85, ref) {
|
|
2169
2169
|
var children = _ref85.children,
|
|
2170
2170
|
_ref85$size = _ref85.size,
|
|
2171
2171
|
size = _ref85$size === void 0 ? 16 : _ref85$size,
|
|
@@ -2178,15 +2178,15 @@ var Row = /*#__PURE__*/React.forwardRef(function Row(_ref85, ref) {
|
|
|
2178
2178
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2179
2179
|
viewBox: "0 0 32 32",
|
|
2180
2180
|
fill: "currentColor"
|
|
2181
|
-
}, rest),
|
|
2182
|
-
d: "
|
|
2181
|
+
}, rest), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2182
|
+
d: "M2 28V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H4A2.0023 2.0023 0 012 28zM17 2l1.41 1.41L15.83 6H21a7.0078 7.0078 0 017 7v5H26V13a5.0057 5.0057 0 00-5-5H15.83l2.58 2.59L17 12 12 7z"
|
|
2183
2183
|
})), children);
|
|
2184
2184
|
});
|
|
2185
2185
|
|
|
2186
2186
|
if (process.env.NODE_ENV !== "production") {
|
|
2187
|
-
|
|
2187
|
+
RotateCounterclockwiseFilled.propTypes = iconPropTypes;
|
|
2188
2188
|
}
|
|
2189
|
-
var
|
|
2189
|
+
var Router = /*#__PURE__*/React.forwardRef(function Router(_ref86, ref) {
|
|
2190
2190
|
var children = _ref86.children,
|
|
2191
2191
|
_ref86$size = _ref86.size,
|
|
2192
2192
|
size = _ref86$size === void 0 ? 16 : _ref86$size,
|
|
@@ -2199,15 +2199,15 @@ var RowCollapse = /*#__PURE__*/React.forwardRef(function RowCollapse(_ref86, ref
|
|
|
2199
2199
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2200
2200
|
viewBox: "0 0 32 32",
|
|
2201
2201
|
fill: "currentColor"
|
|
2202
|
-
}, rest),
|
|
2203
|
-
d: "
|
|
2202
|
+
}, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2203
|
+
d: "M21 7L16 2 11 7 12.409 8.419 15 5.847 15 13 17 13 17 5.794 19.591 8.419 21 7zM21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11z"
|
|
2204
2204
|
})), children);
|
|
2205
2205
|
});
|
|
2206
2206
|
|
|
2207
2207
|
if (process.env.NODE_ENV !== "production") {
|
|
2208
|
-
|
|
2208
|
+
Router.propTypes = iconPropTypes;
|
|
2209
2209
|
}
|
|
2210
|
-
var
|
|
2210
|
+
var RouterVoice = /*#__PURE__*/React.forwardRef(function RouterVoice(_ref87, ref) {
|
|
2211
2211
|
var children = _ref87.children,
|
|
2212
2212
|
_ref87$size = _ref87.size,
|
|
2213
2213
|
size = _ref87$size === void 0 ? 16 : _ref87$size,
|
|
@@ -2220,17 +2220,15 @@ var RowDelete = /*#__PURE__*/React.forwardRef(function RowDelete(_ref87, ref) {
|
|
|
2220
2220
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2221
2221
|
viewBox: "0 0 32 32",
|
|
2222
2222
|
fill: "currentColor"
|
|
2223
|
-
}, rest),
|
|
2224
|
-
d: "
|
|
2225
|
-
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2226
|
-
d: "M4,14V8H18V6H4A2.0023,2.0023,0,0,0,2,8v6a2.0023,2.0023,0,0,0,2,2H26V14Z"
|
|
2223
|
+
}, rest), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2224
|
+
d: "M21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11zM12.4289 5.8227v1.63a1.1269 1.1269 0 01-.6767 1.026l-1.39.5967A1.1218 1.1218 0 019.14 8.8424L7.3208 7.0233a1.1165 1.1165 0 01.0125-1.579l.0348-.0328c7.393-6.527 14.6913-2.0374 17.2127-.0473a1.1166 1.1166 0 01.1746 1.5693 1.1011 1.1011 0 01-.0873.0971L22.9108 8.7878a1.1114 1.1114 0 01-1.2225.2329l-1.39-.5967a1.1112 1.1112 0 01-.68-1.0223v-1.63S15.9726 3.0648 12.4289 5.8227z"
|
|
2227
2225
|
})), children);
|
|
2228
2226
|
});
|
|
2229
2227
|
|
|
2230
2228
|
if (process.env.NODE_ENV !== "production") {
|
|
2231
|
-
|
|
2229
|
+
RouterVoice.propTypes = iconPropTypes;
|
|
2232
2230
|
}
|
|
2233
|
-
var
|
|
2231
|
+
var RouterWifi = /*#__PURE__*/React.forwardRef(function RouterWifi(_ref88, ref) {
|
|
2234
2232
|
var children = _ref88.children,
|
|
2235
2233
|
_ref88$size = _ref88.size,
|
|
2236
2234
|
size = _ref88$size === void 0 ? 16 : _ref88$size,
|
|
@@ -2243,15 +2241,21 @@ var RowExpand = /*#__PURE__*/React.forwardRef(function RowExpand(_ref88, ref) {
|
|
|
2243
2241
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2244
2242
|
viewBox: "0 0 32 32",
|
|
2245
2243
|
fill: "currentColor"
|
|
2246
|
-
}, rest),
|
|
2247
|
-
|
|
2244
|
+
}, rest), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
2245
|
+
cx: "16",
|
|
2246
|
+
cy: "13.5",
|
|
2247
|
+
r: "1.5"
|
|
2248
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2249
|
+
d: "M19.5356,10.4648a5,5,0,0,0-7.0717,0L11.05,9.0508a6.9992,6.9992,0,0,1,9.9,0Z"
|
|
2250
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2251
|
+
d: "M23.0713 6.929a10 10 0 00-14.1426 0L7.5146 5.5144a12.0011 12.0011 0 0116.9708 0zM21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11z"
|
|
2248
2252
|
})), children);
|
|
2249
2253
|
});
|
|
2250
2254
|
|
|
2251
2255
|
if (process.env.NODE_ENV !== "production") {
|
|
2252
|
-
|
|
2256
|
+
RouterWifi.propTypes = iconPropTypes;
|
|
2253
2257
|
}
|
|
2254
|
-
var
|
|
2258
|
+
var Row = /*#__PURE__*/React.forwardRef(function Row(_ref89, ref) {
|
|
2255
2259
|
var children = _ref89.children,
|
|
2256
2260
|
_ref89$size = _ref89.size,
|
|
2257
2261
|
size = _ref89$size === void 0 ? 16 : _ref89$size,
|
|
@@ -2264,15 +2268,15 @@ var RowInsert = /*#__PURE__*/React.forwardRef(function RowInsert(_ref89, ref) {
|
|
|
2264
2268
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2265
2269
|
viewBox: "0 0 32 32",
|
|
2266
2270
|
fill: "currentColor"
|
|
2267
|
-
}, rest),
|
|
2268
|
-
d: "
|
|
2271
|
+
}, rest), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2272
|
+
d: "M4 24H28V26H4zM26 18H6V14H26v4m2 0V14a2 2 0 00-2-2H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2zM4 6H28V8H4z"
|
|
2269
2273
|
})), children);
|
|
2270
2274
|
});
|
|
2271
2275
|
|
|
2272
2276
|
if (process.env.NODE_ENV !== "production") {
|
|
2273
|
-
|
|
2277
|
+
Row.propTypes = iconPropTypes;
|
|
2274
2278
|
}
|
|
2275
|
-
var
|
|
2279
|
+
var RowCollapse = /*#__PURE__*/React.forwardRef(function RowCollapse(_ref90, ref) {
|
|
2276
2280
|
var children = _ref90.children,
|
|
2277
2281
|
_ref90$size = _ref90.size,
|
|
2278
2282
|
size = _ref90$size === void 0 ? 16 : _ref90$size,
|
|
@@ -2285,17 +2289,15 @@ var Rss = /*#__PURE__*/React.forwardRef(function Rss(_ref90, ref) {
|
|
|
2285
2289
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2286
2290
|
viewBox: "0 0 32 32",
|
|
2287
2291
|
fill: "currentColor"
|
|
2288
|
-
}, rest),
|
|
2289
|
-
d: "
|
|
2290
|
-
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2291
|
-
d: "M22,24h-2c0-6.6-5.4-12-12-12v-2C15.7,10,22,16.3,22,24z"
|
|
2292
|
+
}, rest), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2293
|
+
d: "M26 20H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2V22A2 2 0 0026 20zm0 6H6V22H26zM17 7.828L19.586 10.414 21 9 16 4 11 9 12.414 10.414 15 7.828 15 14 4 14 4 16 28 16 28 14 17 14 17 7.828z"
|
|
2292
2294
|
})), children);
|
|
2293
2295
|
});
|
|
2294
2296
|
|
|
2295
2297
|
if (process.env.NODE_ENV !== "production") {
|
|
2296
|
-
|
|
2298
|
+
RowCollapse.propTypes = iconPropTypes;
|
|
2297
2299
|
}
|
|
2298
|
-
var
|
|
2300
|
+
var RowDelete = /*#__PURE__*/React.forwardRef(function RowDelete(_ref91, ref) {
|
|
2299
2301
|
var children = _ref91.children,
|
|
2300
2302
|
_ref91$size = _ref91.size,
|
|
2301
2303
|
size = _ref91$size === void 0 ? 16 : _ref91$size,
|
|
@@ -2308,17 +2310,17 @@ var Rule = /*#__PURE__*/React.forwardRef(function Rule(_ref91, ref) {
|
|
|
2308
2310
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2309
2311
|
viewBox: "0 0 32 32",
|
|
2310
2312
|
fill: "currentColor"
|
|
2311
|
-
}, rest),
|
|
2312
|
-
d: "
|
|
2313
|
-
})),
|
|
2314
|
-
d: "
|
|
2313
|
+
}, rest), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2314
|
+
d: "M24 30H4a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0124 30zM4 22H3.9985L4 28H24V22zM30 3.41L28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z"
|
|
2315
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2316
|
+
d: "M4,14V8H18V6H4A2.0023,2.0023,0,0,0,2,8v6a2.0023,2.0023,0,0,0,2,2H26V14Z"
|
|
2315
2317
|
})), children);
|
|
2316
2318
|
});
|
|
2317
2319
|
|
|
2318
2320
|
if (process.env.NODE_ENV !== "production") {
|
|
2319
|
-
|
|
2321
|
+
RowDelete.propTypes = iconPropTypes;
|
|
2320
2322
|
}
|
|
2321
|
-
var
|
|
2323
|
+
var RowExpand = /*#__PURE__*/React.forwardRef(function RowExpand(_ref92, ref) {
|
|
2322
2324
|
var children = _ref92.children,
|
|
2323
2325
|
_ref92$size = _ref92.size,
|
|
2324
2326
|
size = _ref92$size === void 0 ? 16 : _ref92$size,
|
|
@@ -2331,17 +2333,15 @@ var RuleCancelled = /*#__PURE__*/React.forwardRef(function RuleCancelled(_ref92,
|
|
|
2331
2333
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2332
2334
|
viewBox: "0 0 32 32",
|
|
2333
2335
|
fill: "currentColor"
|
|
2334
|
-
}, rest),
|
|
2335
|
-
d: "
|
|
2336
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2337
|
-
d: "M14,27.7334l-5.2344-2.791A8.9858,8.9858,0,0,1,4,17V4H24l0,11h2L26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,30Z"
|
|
2336
|
+
}, rest), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2337
|
+
d: "M4 18L15 18 15 24.172 12.414 21.586 11 23 16 28 21 23 19.586 21.586 17 24.172 17 18 28 18 28 16 4 16 4 18zM26 4H6A2 2 0 004 6v4a2 2 0 002 2H26a2 2 0 002-2V6A2 2 0 0026 4zm0 6H6V6H26z"
|
|
2338
2338
|
})), children);
|
|
2339
2339
|
});
|
|
2340
2340
|
|
|
2341
2341
|
if (process.env.NODE_ENV !== "production") {
|
|
2342
|
-
|
|
2342
|
+
RowExpand.propTypes = iconPropTypes;
|
|
2343
2343
|
}
|
|
2344
|
-
var
|
|
2344
|
+
var RowInsert = /*#__PURE__*/React.forwardRef(function RowInsert(_ref93, ref) {
|
|
2345
2345
|
var children = _ref93.children,
|
|
2346
2346
|
_ref93$size = _ref93.size,
|
|
2347
2347
|
size = _ref93$size === void 0 ? 16 : _ref93$size,
|
|
@@ -2354,17 +2354,15 @@ var RuleDataQuality = /*#__PURE__*/React.forwardRef(function RuleDataQuality(_re
|
|
|
2354
2354
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2355
2355
|
viewBox: "0 0 32 32",
|
|
2356
2356
|
fill: "currentColor"
|
|
2357
|
-
}, rest),
|
|
2358
|
-
d: "
|
|
2359
|
-
}),
|
|
2360
|
-
d: "M14,27.7l-5.2-2.8C5.8,23.4,4,20.3,4,17V4h20v11h2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7L14,30 V27.7z"
|
|
2361
|
-
})))), children);
|
|
2357
|
+
}, rest), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2358
|
+
d: "M28 12H10a2.0021 2.0021 0 01-2-2V4a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 12zM10 4v6H28V4zM28 30H10a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 30zM10 22v6H28V22zM9 16L3.414 10.414 2 11.828 6.172 16 2 20.172 3.414 21.586 9 16z"
|
|
2359
|
+
})), children);
|
|
2362
2360
|
});
|
|
2363
2361
|
|
|
2364
2362
|
if (process.env.NODE_ENV !== "production") {
|
|
2365
|
-
|
|
2363
|
+
RowInsert.propTypes = iconPropTypes;
|
|
2366
2364
|
}
|
|
2367
|
-
var
|
|
2365
|
+
var Rss = /*#__PURE__*/React.forwardRef(function Rss(_ref94, ref) {
|
|
2368
2366
|
var children = _ref94.children,
|
|
2369
2367
|
_ref94$size = _ref94.size,
|
|
2370
2368
|
size = _ref94$size === void 0 ? 16 : _ref94$size,
|
|
@@ -2377,17 +2375,17 @@ var RuleDraft = /*#__PURE__*/React.forwardRef(function RuleDraft(_ref94, ref) {
|
|
|
2377
2375
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2378
2376
|
viewBox: "0 0 32 32",
|
|
2379
2377
|
fill: "currentColor"
|
|
2380
|
-
}, rest),
|
|
2381
|
-
d: "
|
|
2382
|
-
})),
|
|
2383
|
-
d: "
|
|
2378
|
+
}, rest), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2379
|
+
d: "M8 18c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6C14 20.7 11.3 18 8 18zM8 28c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4C12 26.2 10.2 28 8 28zM30 24h-2C28 13 19 4 8 4V2C20.1 2 30 11.9 30 24z"
|
|
2380
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2381
|
+
d: "M22,24h-2c0-6.6-5.4-12-12-12v-2C15.7,10,22,16.3,22,24z"
|
|
2384
2382
|
})), children);
|
|
2385
2383
|
});
|
|
2386
2384
|
|
|
2387
2385
|
if (process.env.NODE_ENV !== "production") {
|
|
2388
|
-
|
|
2386
|
+
Rss.propTypes = iconPropTypes;
|
|
2389
2387
|
}
|
|
2390
|
-
var
|
|
2388
|
+
var Rule = /*#__PURE__*/React.forwardRef(function Rule(_ref95, ref) {
|
|
2391
2389
|
var children = _ref95.children,
|
|
2392
2390
|
_ref95$size = _ref95.size,
|
|
2393
2391
|
size = _ref95$size === void 0 ? 16 : _ref95$size,
|
|
@@ -2400,22 +2398,17 @@ var RuleFilled = /*#__PURE__*/React.forwardRef(function RuleFilled(_ref95, ref)
|
|
|
2400
2398
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2401
2399
|
viewBox: "0 0 32 32",
|
|
2402
2400
|
fill: "currentColor"
|
|
2403
|
-
}, rest),
|
|
2404
|
-
|
|
2405
|
-
d: "M9 16H23V18H9z",
|
|
2406
|
-
"data-icon-path": "inner-path"
|
|
2407
|
-
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2408
|
-
fill: "none",
|
|
2409
|
-
d: "M9 10H23V12H9z"
|
|
2401
|
+
}, rest), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2402
|
+
d: "M10 16H22V18H10zM10 10H22V12H10z"
|
|
2410
2403
|
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2411
|
-
d: "
|
|
2404
|
+
d: "M16,30,9.8242,26.7071A10.9815,10.9815,0,0,1,4,17V4A2.0022,2.0022,0,0,1,6,2H26a2.0022,2.0022,0,0,1,2,2V17a10.9815,10.9815,0,0,1-5.8242,9.7069ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z"
|
|
2412
2405
|
})), children);
|
|
2413
2406
|
});
|
|
2414
2407
|
|
|
2415
2408
|
if (process.env.NODE_ENV !== "production") {
|
|
2416
|
-
|
|
2409
|
+
Rule.propTypes = iconPropTypes;
|
|
2417
2410
|
}
|
|
2418
|
-
var
|
|
2411
|
+
var RuleCancelled = /*#__PURE__*/React.forwardRef(function RuleCancelled(_ref96, ref) {
|
|
2419
2412
|
var children = _ref96.children,
|
|
2420
2413
|
_ref96$size = _ref96.size,
|
|
2421
2414
|
size = _ref96$size === void 0 ? 16 : _ref96$size,
|
|
@@ -2429,18 +2422,16 @@ var RuleTest = /*#__PURE__*/React.forwardRef(function RuleTest(_ref96, ref) {
|
|
|
2429
2422
|
viewBox: "0 0 32 32",
|
|
2430
2423
|
fill: "currentColor"
|
|
2431
2424
|
}, rest), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2432
|
-
d: "
|
|
2425
|
+
d: "M30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24zM8 16H18V18H8zM8 10H20V12H8z"
|
|
2433
2426
|
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2434
|
-
d: "
|
|
2435
|
-
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2436
|
-
d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z"
|
|
2427
|
+
d: "M14,27.7334l-5.2344-2.791A8.9858,8.9858,0,0,1,4,17V4H24l0,11h2L26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,30Z"
|
|
2437
2428
|
})), children);
|
|
2438
2429
|
});
|
|
2439
2430
|
|
|
2440
2431
|
if (process.env.NODE_ENV !== "production") {
|
|
2441
|
-
|
|
2432
|
+
RuleCancelled.propTypes = iconPropTypes;
|
|
2442
2433
|
}
|
|
2443
|
-
var
|
|
2434
|
+
var RuleDataQuality = /*#__PURE__*/React.forwardRef(function RuleDataQuality(_ref97, ref) {
|
|
2444
2435
|
var children = _ref97.children,
|
|
2445
2436
|
_ref97$size = _ref97.size,
|
|
2446
2437
|
size = _ref97$size === void 0 ? 16 : _ref97$size,
|
|
@@ -2453,15 +2444,17 @@ var Ruler = /*#__PURE__*/React.forwardRef(function Ruler(_ref97, ref) {
|
|
|
2453
2444
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2454
2445
|
viewBox: "0 0 32 32",
|
|
2455
2446
|
fill: "currentColor"
|
|
2456
|
-
}, rest),
|
|
2457
|
-
d: "
|
|
2458
|
-
})
|
|
2447
|
+
}, rest), _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
2448
|
+
d: "M30 28.6l-2.8-2.8C27.7 25 28 24 28 23c0-2.8-2.2-5-5-5s-5 2.2-5 5 2.2 5 5 5c1 0 2-.3 2.8-.8l2.8 2.8L30 28.6zM20 23c0-1.7 1.3-3 3-3s3 1.3 3 3-1.3 3-3 3S20 24.7 20 23zM8 16H18V18H8zM8 10H20V12H8z"
|
|
2449
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2450
|
+
d: "M14,27.7l-5.2-2.8C5.8,23.4,4,20.3,4,17V4h20v11h2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7L14,30 V27.7z"
|
|
2451
|
+
})))), children);
|
|
2459
2452
|
});
|
|
2460
2453
|
|
|
2461
2454
|
if (process.env.NODE_ENV !== "production") {
|
|
2462
|
-
|
|
2455
|
+
RuleDataQuality.propTypes = iconPropTypes;
|
|
2463
2456
|
}
|
|
2464
|
-
var
|
|
2457
|
+
var RuleDraft = /*#__PURE__*/React.forwardRef(function RuleDraft(_ref98, ref) {
|
|
2465
2458
|
var children = _ref98.children,
|
|
2466
2459
|
_ref98$size = _ref98.size,
|
|
2467
2460
|
size = _ref98$size === void 0 ? 16 : _ref98$size,
|
|
@@ -2474,15 +2467,17 @@ var RulerAlt = /*#__PURE__*/React.forwardRef(function RulerAlt(_ref98, ref) {
|
|
|
2474
2467
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2475
2468
|
viewBox: "0 0 32 32",
|
|
2476
2469
|
fill: "currentColor"
|
|
2477
|
-
}, rest),
|
|
2478
|
-
d: "M29.
|
|
2470
|
+
}, rest), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2471
|
+
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM8 16H18V18H8zM8 10H20V12H8z"
|
|
2472
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2473
|
+
d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z"
|
|
2479
2474
|
})), children);
|
|
2480
2475
|
});
|
|
2481
2476
|
|
|
2482
2477
|
if (process.env.NODE_ENV !== "production") {
|
|
2483
|
-
|
|
2478
|
+
RuleDraft.propTypes = iconPropTypes;
|
|
2484
2479
|
}
|
|
2485
|
-
var
|
|
2480
|
+
var RuleFilled = /*#__PURE__*/React.forwardRef(function RuleFilled(_ref99, ref) {
|
|
2486
2481
|
var children = _ref99.children,
|
|
2487
2482
|
_ref99$size = _ref99.size,
|
|
2488
2483
|
size = _ref99$size === void 0 ? 16 : _ref99$size,
|
|
@@ -2495,19 +2490,22 @@ var Run = /*#__PURE__*/React.forwardRef(function Run(_ref99, ref) {
|
|
|
2495
2490
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2496
2491
|
viewBox: "0 0 32 32",
|
|
2497
2492
|
fill: "currentColor"
|
|
2498
|
-
}, rest),
|
|
2499
|
-
|
|
2493
|
+
}, rest), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2494
|
+
fill: "none",
|
|
2495
|
+
d: "M9 16H23V18H9z",
|
|
2496
|
+
"data-icon-path": "inner-path"
|
|
2497
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2498
|
+
fill: "none",
|
|
2499
|
+
d: "M9 10H23V12H9z"
|
|
2500
2500
|
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2501
|
-
d: "M26,
|
|
2502
|
-
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2503
|
-
d: "M19 19L19 25 24 22 19 19z"
|
|
2501
|
+
d: "M26,2H6A2.0023,2.0023,0,0,0,4,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L16,30l6.1758-3.293A10.9814,10.9814,0,0,0,28,17V4A2.0023,2.0023,0,0,0,26,2ZM23,18H9V16H23Zm0-6H9V10H23Z"
|
|
2504
2502
|
})), children);
|
|
2505
2503
|
});
|
|
2506
2504
|
|
|
2507
2505
|
if (process.env.NODE_ENV !== "production") {
|
|
2508
|
-
|
|
2506
|
+
RuleFilled.propTypes = iconPropTypes;
|
|
2509
2507
|
}
|
|
2510
|
-
var
|
|
2508
|
+
var RuleTest = /*#__PURE__*/React.forwardRef(function RuleTest(_ref100, ref) {
|
|
2511
2509
|
var children = _ref100.children,
|
|
2512
2510
|
_ref100$size = _ref100.size,
|
|
2513
2511
|
size = _ref100$size === void 0 ? 16 : _ref100$size,
|
|
@@ -2520,15 +2518,19 @@ var QS = /*#__PURE__*/React.forwardRef(function QS(_ref100, ref) {
|
|
|
2520
2518
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2521
2519
|
viewBox: "0 0 32 32",
|
|
2522
2520
|
fill: "currentColor"
|
|
2523
|
-
}, rest),
|
|
2524
|
-
d: "
|
|
2521
|
+
}, rest), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2522
|
+
d: "M23,30a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,23,30Zm0-12a5,5,0,1,0,5,5A5.0055,5.0055,0,0,0,23,18Z"
|
|
2523
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2524
|
+
d: "M26 24.586L24 22.586 24 20 22 20 22 23.414 24.586 26 26 24.586zM8 16H14V18H8zM8 10H20V12H8z"
|
|
2525
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2526
|
+
d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z"
|
|
2525
2527
|
})), children);
|
|
2526
2528
|
});
|
|
2527
2529
|
|
|
2528
2530
|
if (process.env.NODE_ENV !== "production") {
|
|
2529
|
-
|
|
2531
|
+
RuleTest.propTypes = iconPropTypes;
|
|
2530
2532
|
}
|
|
2531
|
-
var
|
|
2533
|
+
var Ruler = /*#__PURE__*/React.forwardRef(function Ruler(_ref101, ref) {
|
|
2532
2534
|
var children = _ref101.children,
|
|
2533
2535
|
_ref101$size = _ref101.size,
|
|
2534
2536
|
size = _ref101$size === void 0 ? 16 : _ref101$size,
|
|
@@ -2541,15 +2543,15 @@ var QSAlt = /*#__PURE__*/React.forwardRef(function QSAlt(_ref101, ref) {
|
|
|
2541
2543
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2542
2544
|
viewBox: "0 0 32 32",
|
|
2543
2545
|
fill: "currentColor"
|
|
2544
|
-
}, rest),
|
|
2545
|
-
d: "
|
|
2546
|
+
}, rest), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2547
|
+
d: "M29,10H3a1,1,0,0,0-1,1V21a1,1,0,0,0,1,1H29a1,1,0,0,0,1-1V11A1,1,0,0,0,29,10ZM28,20H4V12H8v4h2V12h5v4h2V12h5v4h2V12h4Z"
|
|
2546
2548
|
})), children);
|
|
2547
2549
|
});
|
|
2548
2550
|
|
|
2549
2551
|
if (process.env.NODE_ENV !== "production") {
|
|
2550
|
-
|
|
2552
|
+
Ruler.propTypes = iconPropTypes;
|
|
2551
2553
|
}
|
|
2552
|
-
var
|
|
2554
|
+
var RulerAlt = /*#__PURE__*/React.forwardRef(function RulerAlt(_ref102, ref) {
|
|
2553
2555
|
var children = _ref102.children,
|
|
2554
2556
|
_ref102$size = _ref102.size,
|
|
2555
2557
|
size = _ref102$size === void 0 ? 16 : _ref102$size,
|
|
@@ -2562,15 +2564,15 @@ var SailboatCoastal = /*#__PURE__*/React.forwardRef(function SailboatCoastal(_re
|
|
|
2562
2564
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2563
2565
|
viewBox: "0 0 32 32",
|
|
2564
2566
|
fill: "currentColor"
|
|
2565
|
-
}, rest),
|
|
2566
|
-
d: "
|
|
2567
|
+
}, rest), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2568
|
+
d: "M29.41,21.67,10.34,2.58a2,2,0,0,0-2.83,0L2.59,7.51a2,2,0,0,0,0,2.82L21.66,29.42a2,2,0,0,0,1.42.58,2,2,0,0,0,1.41-.58l4.92-4.93A2,2,0,0,0,29.41,21.67ZM23.08,28,4,8.92,8.92,4l3.79,3.79L10.46,10l1.41,1.41L14.12,9.2l4.13,4.13L16,15.58,17.42,17l2.25-2.25,4.13,4.13-2.25,2.25L23,22.54l2.25-2.25L28,23.08Z"
|
|
2567
2569
|
})), children);
|
|
2568
2570
|
});
|
|
2569
2571
|
|
|
2570
2572
|
if (process.env.NODE_ENV !== "production") {
|
|
2571
|
-
|
|
2573
|
+
RulerAlt.propTypes = iconPropTypes;
|
|
2572
2574
|
}
|
|
2573
|
-
var
|
|
2575
|
+
var Run = /*#__PURE__*/React.forwardRef(function Run(_ref103, ref) {
|
|
2574
2576
|
var children = _ref103.children,
|
|
2575
2577
|
_ref103$size = _ref103.size,
|
|
2576
2578
|
size = _ref103$size === void 0 ? 16 : _ref103$size,
|
|
@@ -2583,17 +2585,19 @@ var SailboatOffshore = /*#__PURE__*/React.forwardRef(function SailboatOffshore(_
|
|
|
2583
2585
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2584
2586
|
viewBox: "0 0 32 32",
|
|
2585
2587
|
fill: "currentColor"
|
|
2586
|
-
}, rest),
|
|
2587
|
-
d: "
|
|
2588
|
-
})),
|
|
2589
|
-
d: "M26
|
|
2588
|
+
}, rest), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2589
|
+
d: "M21,16a6,6,0,1,1-6,6,6,6,0,0,1,6-6m0-2a8,8,0,1,0,8,8,8,8,0,0,0-8-8Z"
|
|
2590
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2591
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V12H28V6A2,2,0,0,0,26,4ZM6,10V6H26v4Z"
|
|
2592
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2593
|
+
d: "M19 19L19 25 24 22 19 19z"
|
|
2590
2594
|
})), children);
|
|
2591
2595
|
});
|
|
2592
2596
|
|
|
2593
2597
|
if (process.env.NODE_ENV !== "production") {
|
|
2594
|
-
|
|
2598
|
+
Run.propTypes = iconPropTypes;
|
|
2595
2599
|
}
|
|
2596
|
-
var
|
|
2600
|
+
var QS = /*#__PURE__*/React.forwardRef(function QS(_ref104, ref) {
|
|
2597
2601
|
var children = _ref104.children,
|
|
2598
2602
|
_ref104$size = _ref104.size,
|
|
2599
2603
|
size = _ref104$size === void 0 ? 16 : _ref104$size,
|
|
@@ -2606,15 +2610,15 @@ var SankeyDiagram = /*#__PURE__*/React.forwardRef(function SankeyDiagram(_ref104
|
|
|
2606
2610
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2607
2611
|
viewBox: "0 0 32 32",
|
|
2608
2612
|
fill: "currentColor"
|
|
2609
|
-
}, rest),
|
|
2610
|
-
d: "
|
|
2613
|
+
}, rest), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2614
|
+
d: "M18,23H12V21h6V17H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z"
|
|
2611
2615
|
})), children);
|
|
2612
2616
|
});
|
|
2613
2617
|
|
|
2614
2618
|
if (process.env.NODE_ENV !== "production") {
|
|
2615
|
-
|
|
2619
|
+
QS.propTypes = iconPropTypes;
|
|
2616
2620
|
}
|
|
2617
|
-
var
|
|
2621
|
+
var QSAlt = /*#__PURE__*/React.forwardRef(function QSAlt(_ref105, ref) {
|
|
2618
2622
|
var children = _ref105.children,
|
|
2619
2623
|
_ref105$size = _ref105.size,
|
|
2620
2624
|
size = _ref105$size === void 0 ? 16 : _ref105$size,
|
|
@@ -2627,15 +2631,15 @@ var SankeyDiagramAlt = /*#__PURE__*/React.forwardRef(function SankeyDiagramAlt(_
|
|
|
2627
2631
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2628
2632
|
viewBox: "0 0 32 32",
|
|
2629
2633
|
fill: "currentColor"
|
|
2630
|
-
}, rest),
|
|
2631
|
-
d: "
|
|
2634
|
+
}, rest), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2635
|
+
d: "M24 9L22 9 22 7 20 7 20 9 18 9 18 11 20 11 20 17 22 17 22 11 24 11 24 9zM14 23H8V21h6V17H10a2 2 0 01-2-2V11a2 2 0 012-2h6v2H10v4h4a2 2 0 012 2v4A2 2 0 0114 23z"
|
|
2632
2636
|
})), children);
|
|
2633
2637
|
});
|
|
2634
2638
|
|
|
2635
2639
|
if (process.env.NODE_ENV !== "production") {
|
|
2636
|
-
|
|
2640
|
+
QSAlt.propTypes = iconPropTypes;
|
|
2637
2641
|
}
|
|
2638
|
-
var
|
|
2642
|
+
var SailboatCoastal = /*#__PURE__*/React.forwardRef(function SailboatCoastal(_ref106, ref) {
|
|
2639
2643
|
var children = _ref106.children,
|
|
2640
2644
|
_ref106$size = _ref106.size,
|
|
2641
2645
|
size = _ref106$size === void 0 ? 16 : _ref106$size,
|
|
@@ -2648,15 +2652,15 @@ var Satellite = /*#__PURE__*/React.forwardRef(function Satellite(_ref106, ref) {
|
|
|
2648
2652
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2649
2653
|
viewBox: "0 0 32 32",
|
|
2650
2654
|
fill: "currentColor"
|
|
2651
|
-
}, rest),
|
|
2652
|
-
d: "
|
|
2655
|
+
}, rest), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2656
|
+
d: "M24.7808,26,25.97,21.2422A1,1,0,0,0,25,20H20V17h5a1,1,0,0,0,.9082-1.4189l-6-13a1.0006,1.0006,0,0,0-1.7021-.19L8.2075,15.3906A1,1,0,0,0,9,17h9v3H7a1,1,0,0,0-.97,1.2422L7.2192,26H2v2H30V26ZM20,7.5527,23.437,15H20ZM11.0308,15,18,5.94V15ZM22.7192,26H9.2808l-1-4H23.7192Z"
|
|
2653
2657
|
})), children);
|
|
2654
2658
|
});
|
|
2655
2659
|
|
|
2656
2660
|
if (process.env.NODE_ENV !== "production") {
|
|
2657
|
-
|
|
2661
|
+
SailboatCoastal.propTypes = iconPropTypes;
|
|
2658
2662
|
}
|
|
2659
|
-
var
|
|
2663
|
+
var SailboatOffshore = /*#__PURE__*/React.forwardRef(function SailboatOffshore(_ref107, ref) {
|
|
2660
2664
|
var children = _ref107.children,
|
|
2661
2665
|
_ref107$size = _ref107.size,
|
|
2662
2666
|
size = _ref107$size === void 0 ? 16 : _ref107$size,
|
|
@@ -2669,17 +2673,17 @@ var SatelliteRadar = /*#__PURE__*/React.forwardRef(function SatelliteRadar(_ref1
|
|
|
2669
2673
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2670
2674
|
viewBox: "0 0 32 32",
|
|
2671
2675
|
fill: "currentColor"
|
|
2672
|
-
}, rest),
|
|
2673
|
-
d: "
|
|
2674
|
-
})),
|
|
2675
|
-
d: "M26
|
|
2676
|
+
}, rest), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2677
|
+
d: "M6.9692,25H9.0308l-.75-3H23.7192l-.75,3h2.0616l.9394-3.7578A1,1,0,0,0,25,20H20V17h5a1,1,0,0,0,.9082-1.4189l-6-13a1.0006,1.0006,0,0,0-1.7021-.19L8.2075,15.3906A1,1,0,0,0,9,17h9v3H7a1,1,0,0,0-.97,1.2422ZM20,7.5527,23.437,15H20ZM11.0308,15,18,5.94V15Z"
|
|
2678
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2679
|
+
d: "M26.9058,25.751A2.998,2.998,0,0,1,24,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,20,25a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,16,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,12,25a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,8,28a2.998,2.998,0,0,1-2.9058-2.249l-1.9365.498A4.9965,4.9965,0,0,0,8,30a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,24,30a4.9965,4.9965,0,0,0,4.8423-3.751Z"
|
|
2676
2680
|
})), children);
|
|
2677
2681
|
});
|
|
2678
2682
|
|
|
2679
2683
|
if (process.env.NODE_ENV !== "production") {
|
|
2680
|
-
|
|
2684
|
+
SailboatOffshore.propTypes = iconPropTypes;
|
|
2681
2685
|
}
|
|
2682
|
-
var
|
|
2686
|
+
var SankeyDiagram = /*#__PURE__*/React.forwardRef(function SankeyDiagram(_ref108, ref) {
|
|
2683
2687
|
var children = _ref108.children,
|
|
2684
2688
|
_ref108$size = _ref108.size,
|
|
2685
2689
|
size = _ref108$size === void 0 ? 16 : _ref108$size,
|
|
@@ -2692,59 +2696,20 @@ var SatelliteWeather = /*#__PURE__*/React.forwardRef(function SatelliteWeather(_
|
|
|
2692
2696
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2693
2697
|
viewBox: "0 0 32 32",
|
|
2694
2698
|
fill: "currentColor"
|
|
2695
|
-
}, rest),
|
|
2696
|
-
d: "
|
|
2699
|
+
}, rest), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2700
|
+
d: "M28,2V8.0439c-1.9634.1968-6.3162,1.2325-10.5637,6.2764-.198-.2768-.3982-.5464-.5882-.8506C11.9736,5.6714,6.3191,4.2759,4,4.042V2H2V30H4V26.0464a14.8661,14.8661,0,0,0,9.9185-3.96C18.47,27.46,25.2363,28.0381,27.9341,28.0381c.0244,0,.0422-.001.0659-.001V30h2V2Zm0,8.0552v9.99a12.8834,12.8834,0,0,1-9.2756-4.1328C22.5032,11.2666,26.2915,10.26,28,10.0552ZM15.1519,14.53c.3242.5185.663.9907,1.0078,1.4409-.3384.4741-.6753.9707-1.0078,1.5029a16.1346,16.1346,0,0,1-1.0313,1.4531c-.0825-.1372-.1675-.27-.2466-.4126C9.3279,10.3315,5.7871,8.4438,4,8.0684V6.0508C5.9932,6.2905,10.8228,7.6035,15.1519,14.53ZM4,24.0488V10.1406c1.3254.4644,4.2034,2.2847,8.126,9.3448.1894.3413.396.6523.6.9667A12.8784,12.8784,0,0,1,4,24.0488Zm11.3179-3.4209a18.0563,18.0563,0,0,0,1.53-2.0937c.2212-.354.4454-.67.6687-.9951A14.8686,14.8686,0,0,0,28,22.0425v3.9863C25.67,26.019,19.374,25.5088,15.3179,20.6279Z"
|
|
2697
2701
|
})), children);
|
|
2698
2702
|
});
|
|
2699
2703
|
|
|
2700
2704
|
if (process.env.NODE_ENV !== "production") {
|
|
2701
|
-
|
|
2705
|
+
SankeyDiagram.propTypes = iconPropTypes;
|
|
2702
2706
|
}
|
|
2703
|
-
var
|
|
2707
|
+
var SankeyDiagramAlt = /*#__PURE__*/React.forwardRef(function SankeyDiagramAlt(_ref109, ref) {
|
|
2704
2708
|
var children = _ref109.children,
|
|
2705
2709
|
_ref109$size = _ref109.size,
|
|
2706
2710
|
size = _ref109$size === void 0 ? 16 : _ref109$size,
|
|
2707
2711
|
rest = _objectWithoutProperties(_ref109, _excluded109);
|
|
2708
2712
|
|
|
2709
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2710
|
-
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2711
|
-
width: size,
|
|
2712
|
-
height: size,
|
|
2713
|
-
ref: ref,
|
|
2714
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2715
|
-
viewBox: "0 0 16 16",
|
|
2716
|
-
fill: "currentColor"
|
|
2717
|
-
}, rest), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2718
|
-
d: "M13.9,4.6l-2.5-2.5C11.3,2.1,11.1,2,11,2H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V5 C14,4.9,13.9,4.7,13.9,4.6z M6,3h4v2H6V3z M10,13H6V9h4V13z M11,13V9c0-0.6-0.4-1-1-1H6C5.4,8,5,8.4,5,9v4H3V3h2v2c0,0.6,0.4,1,1,1 h4c0.6,0,1-0.4,1-1V3.2l2,2V13H11z"
|
|
2719
|
-
})), children);
|
|
2720
|
-
}
|
|
2721
|
-
|
|
2722
|
-
if (size === 20 || size === "20" || size === "20px") {
|
|
2723
|
-
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2724
|
-
width: size,
|
|
2725
|
-
height: size,
|
|
2726
|
-
ref: ref,
|
|
2727
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2728
|
-
viewBox: "0 0 20 20",
|
|
2729
|
-
fill: "currentColor"
|
|
2730
|
-
}, rest), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2731
|
-
d: "M17.8,5.5l-3.3-3.3C14.3,2.1,14.2,2,14,2H3.3C2.6,2,2,2.6,2,3.3v13.3C2,17.4,2.6,18,3.3,18h13.3c0.7,0,1.4-0.5,1.4-1.2V6.1 C18,5.7,17.9,5.7,17.8,5.5z M7.3,3.3h5.3v3.3H7.3V3.3z M12.7,16.7H7.3v-5.3h5.3L12.7,16.7L12.7,16.7z M14,16.7v-5.3 c0-0.7-0.6-1.3-1.3-1.3H7.3C6.6,10,6,10.6,6,11.3v5.3H3.3V3.3H6v3.3C6,7.4,6.6,8,7.3,8h5.3C13.4,8,14,7.4,14,6.7v-3l2.7,2.7v10.4 L14,16.7L14,16.7z"
|
|
2732
|
-
})), children);
|
|
2733
|
-
}
|
|
2734
|
-
|
|
2735
|
-
if (size === 24 || size === "24" || size === "24px") {
|
|
2736
|
-
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2737
|
-
width: size,
|
|
2738
|
-
height: size,
|
|
2739
|
-
ref: ref,
|
|
2740
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2741
|
-
viewBox: "0 0 24 24",
|
|
2742
|
-
fill: "currentColor"
|
|
2743
|
-
}, rest), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2744
|
-
d: "M20.8,7L17,3.2C16.9,3.1,16.7,3,16.5,3h-12C3.7,3,3,3.7,3,4.5v15C3,20.3,3.7,21,4.5,21h15c0.8,0,1.5-0.7,1.5-1.5v-12 C21,7.3,20.9,7.1,20.8,7z M9,4.5h6v3H9V4.5z M15,19.5H9v-6h6V19.5z M16.5,19.5v-6c0-0.8-0.7-1.5-1.5-1.5H9c-0.8,0-1.5,0.7-1.5,1.5v6 h-3v-15h3v3C7.5,8.3,8.2,9,9,9h6c0.8,0,1.5-0.7,1.5-1.5V4.8l3,3v11.7H16.5z"
|
|
2745
|
-
})), children);
|
|
2746
|
-
}
|
|
2747
|
-
|
|
2748
2713
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2749
2714
|
width: size,
|
|
2750
2715
|
height: size,
|
|
@@ -2752,15 +2717,15 @@ var Save = /*#__PURE__*/React.forwardRef(function Save(_ref109, ref) {
|
|
|
2752
2717
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2753
2718
|
viewBox: "0 0 32 32",
|
|
2754
2719
|
fill: "currentColor"
|
|
2755
|
-
}, rest),
|
|
2756
|
-
d: "
|
|
2720
|
+
}, rest), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2721
|
+
d: "M30,2H2V16H8.1113a7.0359,7.0359,0,0,1,3.13.7393L15.7637,19l-4.522,2.2607A7.0359,7.0359,0,0,1,8.1113,22H2v8H9.2231a9.0446,9.0446,0,0,0,4.0249-.95L21.87,24.7393A7.0359,7.0359,0,0,1,25,24h5V14H25a7.0359,7.0359,0,0,1-3.13-.7393L15.3481,10H30ZM8,4H24V8H8ZM4,4H6V14H4ZM4,24H6v4H4Zm16.9751-1.05-8.6216,4.3105A7.0359,7.0359,0,0,1,9.2231,28H8V24h.1113a9.0446,9.0446,0,0,0,4.0249-.95L18,20.1182l1.8638.9316a9.0446,9.0446,0,0,0,4.0249.95H24v.0586A9.0515,9.0515,0,0,0,20.9751,22.95ZM28,22H26V16h2ZM12.3535,10.7393l8.6216,4.31A9.0515,9.0515,0,0,0,24,15.9414V20h-.1113a7.0359,7.0359,0,0,1-3.13-.7393l-8.6221-4.31A9.0446,9.0446,0,0,0,8.1113,14H8V10H9.2231A7.0359,7.0359,0,0,1,12.3535,10.7393ZM28,8H26V4h2Z"
|
|
2757
2722
|
})), children);
|
|
2758
2723
|
});
|
|
2759
2724
|
|
|
2760
2725
|
if (process.env.NODE_ENV !== "production") {
|
|
2761
|
-
|
|
2726
|
+
SankeyDiagramAlt.propTypes = iconPropTypes;
|
|
2762
2727
|
}
|
|
2763
|
-
var
|
|
2728
|
+
var Satellite = /*#__PURE__*/React.forwardRef(function Satellite(_ref110, ref) {
|
|
2764
2729
|
var children = _ref110.children,
|
|
2765
2730
|
_ref110$size = _ref110.size,
|
|
2766
2731
|
size = _ref110$size === void 0 ? 16 : _ref110$size,
|
|
@@ -2773,19 +2738,15 @@ var WatsonHealthSaveAnnotation = /*#__PURE__*/React.forwardRef(function WatsonHe
|
|
|
2773
2738
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2774
2739
|
viewBox: "0 0 32 32",
|
|
2775
2740
|
fill: "currentColor"
|
|
2776
|
-
}, rest),
|
|
2777
|
-
d: "
|
|
2778
|
-
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2779
|
-
d: "M28,20H25V18h3V4H8V7H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
|
|
2780
|
-
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2781
|
-
d: "M20 6H26V8H20zM22 10H26V12H22z"
|
|
2741
|
+
}, rest), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2742
|
+
d: "M22.9141,16.5l2.7929-2.793a.9994.9994,0,0,0,0-1.414L23.4141,10,25.5,7.9141,28.5859,11,30,9.5859,22.4141,2,21,3.4141,24.0859,6.5,22,8.5859,19.707,6.293a.9994.9994,0,0,0-1.414,0L15.5,9.0859,8.707,2.293a.9994.9994,0,0,0-1.414,0l-5,5a.9994.9994,0,0,0,0,1.414L9.0859,15.5,6.293,18.293a.9994.9994,0,0,0,0,1.414L8.5859,22,6.5,24.0859,3.4141,21,2,22.4141,9.5859,30,11,28.5859,7.9141,25.5,10,23.4141l2.293,2.2929a.9995.9995,0,0,0,1.414,0L16.5,22.9141l6.793,6.7929a.9995.9995,0,0,0,1.414,0l5-5a.9994.9994,0,0,0,0-1.414ZM4.4141,8,8,4.4141,10.0859,6.5,6.5,10.0859Zm3.5,3.5L11.5,7.9141,14.0859,10.5,10.5,14.0859ZM13,23.5859,8.4141,19,19,8.4141,23.5859,13ZM17.9141,21.5,21.5,17.9141,24.0859,20.5,20.5,24.0859ZM24,27.5859,21.9141,25.5,25.5,21.9141,27.5859,24Z"
|
|
2782
2743
|
})), children);
|
|
2783
2744
|
});
|
|
2784
2745
|
|
|
2785
2746
|
if (process.env.NODE_ENV !== "production") {
|
|
2786
|
-
|
|
2747
|
+
Satellite.propTypes = iconPropTypes;
|
|
2787
2748
|
}
|
|
2788
|
-
var
|
|
2749
|
+
var SatelliteRadar = /*#__PURE__*/React.forwardRef(function SatelliteRadar(_ref111, ref) {
|
|
2789
2750
|
var children = _ref111.children,
|
|
2790
2751
|
_ref111$size = _ref111.size,
|
|
2791
2752
|
size = _ref111$size === void 0 ? 16 : _ref111$size,
|
|
@@ -2798,17 +2759,17 @@ var WatsonHealthSaveImage = /*#__PURE__*/React.forwardRef(function WatsonHealthS
|
|
|
2798
2759
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2799
2760
|
viewBox: "0 0 32 32",
|
|
2800
2761
|
fill: "currentColor"
|
|
2801
|
-
}, rest),
|
|
2802
|
-
d: "
|
|
2803
|
-
})),
|
|
2804
|
-
d: "
|
|
2762
|
+
}, rest), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2763
|
+
d: "M30,14H28A10.0113,10.0113,0,0,0,18,4V2A12.0137,12.0137,0,0,1,30,14Z"
|
|
2764
|
+
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2765
|
+
d: "M26 14H24a6.0067 6.0067 0 00-6-6V6A8.0092 8.0092 0 0126 14zM16 28V24.96a9.9124 9.9124 0 007.3179-2.208 1.8482 1.8482 0 00.6777-1.3344 1.8 1.8 0 00-.5239-1.36L18.4141 15 21 12.4141 19.5859 11 17 13.5859 11.9419 8.5273a1.8145 1.8145 0 00-1.36-.5229 1.845 1.845 0 00-1.3339.6782 9.9566 9.9566 0 00-.5127 11.95L6.2793 28H2v2H30V28zM10.68 10.0938L21.9058 21.32A8.0011 8.0011 0 0110.68 10.0938zM14 28H8.3875l1.8757-5.627A9.9894 9.9894 0 0014 24.5435z"
|
|
2805
2766
|
})), children);
|
|
2806
2767
|
});
|
|
2807
2768
|
|
|
2808
2769
|
if (process.env.NODE_ENV !== "production") {
|
|
2809
|
-
|
|
2770
|
+
SatelliteRadar.propTypes = iconPropTypes;
|
|
2810
2771
|
}
|
|
2811
|
-
var
|
|
2772
|
+
var SatelliteWeather = /*#__PURE__*/React.forwardRef(function SatelliteWeather(_ref112, ref) {
|
|
2812
2773
|
var children = _ref112.children,
|
|
2813
2774
|
_ref112$size = _ref112.size,
|
|
2814
2775
|
size = _ref112$size === void 0 ? 16 : _ref112$size,
|
|
@@ -2821,22 +2782,59 @@ var SaveModel = /*#__PURE__*/React.forwardRef(function SaveModel(_ref112, ref) {
|
|
|
2821
2782
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2822
2783
|
viewBox: "0 0 32 32",
|
|
2823
2784
|
fill: "currentColor"
|
|
2824
|
-
}, rest),
|
|
2825
|
-
d: "M26
|
|
2826
|
-
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2827
|
-
d: "M16,26H12V18h2V16H12a2,2,0,0,0-2,2v8H6V6h4v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V6.41l4,4V16h2V10a1,1,0,0,0-.29-.71l-5-5A.9989.9989,0,0,0,22,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H16ZM12,6h8v4H12Z"
|
|
2785
|
+
}, rest), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2786
|
+
d: "M26.5 12H19a4 4 0 010-8h.0835A4.7864 4.7864 0 0123 2a4.9816 4.9816 0 014.6543 3.2034A3.4667 3.4667 0 0130 8.5 3.5041 3.5041 0 0126.5 12zM19 6a2 2 0 000 4h7.5A1.5017 1.5017 0 0028 8.5a1.4855 1.4855 0 00-1.2778-1.4739L26.061 6.927l-.1616-.6487a2.9568 2.9568 0 00-5.4873-.7121L20.1143 6zM13 28V24.8882a7.9363 7.9363 0 004.707-2.2818.9995.9995 0 000-1.414L13.4644 16.95 16 14.4141 14.5859 13 12.05 15.5356 7.8076 11.293a.9994.9994 0 00-1.414 0 7.9993 7.9993 0 000 11.3134c.1621.1622.3327.3125.5058.459L4.4321 28H2v2H30V28zm-2 0H6.6685L8.59 24.1567A7.8927 7.8927 0 0011 24.873zM7.8076 21.1924a6.0036 6.0036 0 01-.6489-7.72l8.3686 8.3681a6.0026 6.0026 0 01-7.72-.6484z"
|
|
2828
2787
|
})), children);
|
|
2829
2788
|
});
|
|
2830
2789
|
|
|
2831
2790
|
if (process.env.NODE_ENV !== "production") {
|
|
2832
|
-
|
|
2791
|
+
SatelliteWeather.propTypes = iconPropTypes;
|
|
2833
2792
|
}
|
|
2834
|
-
var
|
|
2793
|
+
var Save = /*#__PURE__*/React.forwardRef(function Save(_ref113, ref) {
|
|
2835
2794
|
var children = _ref113.children,
|
|
2836
2795
|
_ref113$size = _ref113.size,
|
|
2837
2796
|
size = _ref113$size === void 0 ? 16 : _ref113$size,
|
|
2838
2797
|
rest = _objectWithoutProperties(_ref113, _excluded113);
|
|
2839
2798
|
|
|
2799
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2800
|
+
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2801
|
+
width: size,
|
|
2802
|
+
height: size,
|
|
2803
|
+
ref: ref,
|
|
2804
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2805
|
+
viewBox: "0 0 16 16",
|
|
2806
|
+
fill: "currentColor"
|
|
2807
|
+
}, rest), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2808
|
+
d: "M13.9,4.6l-2.5-2.5C11.3,2.1,11.1,2,11,2H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V5 C14,4.9,13.9,4.7,13.9,4.6z M6,3h4v2H6V3z M10,13H6V9h4V13z M11,13V9c0-0.6-0.4-1-1-1H6C5.4,8,5,8.4,5,9v4H3V3h2v2c0,0.6,0.4,1,1,1 h4c0.6,0,1-0.4,1-1V3.2l2,2V13H11z"
|
|
2809
|
+
})), children);
|
|
2810
|
+
}
|
|
2811
|
+
|
|
2812
|
+
if (size === 20 || size === "20" || size === "20px") {
|
|
2813
|
+
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2814
|
+
width: size,
|
|
2815
|
+
height: size,
|
|
2816
|
+
ref: ref,
|
|
2817
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2818
|
+
viewBox: "0 0 20 20",
|
|
2819
|
+
fill: "currentColor"
|
|
2820
|
+
}, rest), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2821
|
+
d: "M17.8,5.5l-3.3-3.3C14.3,2.1,14.2,2,14,2H3.3C2.6,2,2,2.6,2,3.3v13.3C2,17.4,2.6,18,3.3,18h13.3c0.7,0,1.4-0.5,1.4-1.2V6.1 C18,5.7,17.9,5.7,17.8,5.5z M7.3,3.3h5.3v3.3H7.3V3.3z M12.7,16.7H7.3v-5.3h5.3L12.7,16.7L12.7,16.7z M14,16.7v-5.3 c0-0.7-0.6-1.3-1.3-1.3H7.3C6.6,10,6,10.6,6,11.3v5.3H3.3V3.3H6v3.3C6,7.4,6.6,8,7.3,8h5.3C13.4,8,14,7.4,14,6.7v-3l2.7,2.7v10.4 L14,16.7L14,16.7z"
|
|
2822
|
+
})), children);
|
|
2823
|
+
}
|
|
2824
|
+
|
|
2825
|
+
if (size === 24 || size === "24" || size === "24px") {
|
|
2826
|
+
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2827
|
+
width: size,
|
|
2828
|
+
height: size,
|
|
2829
|
+
ref: ref,
|
|
2830
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2831
|
+
viewBox: "0 0 24 24",
|
|
2832
|
+
fill: "currentColor"
|
|
2833
|
+
}, rest), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2834
|
+
d: "M20.8,7L17,3.2C16.9,3.1,16.7,3,16.5,3h-12C3.7,3,3,3.7,3,4.5v15C3,20.3,3.7,21,4.5,21h15c0.8,0,1.5-0.7,1.5-1.5v-12 C21,7.3,20.9,7.1,20.8,7z M9,4.5h6v3H9V4.5z M15,19.5H9v-6h6V19.5z M16.5,19.5v-6c0-0.8-0.7-1.5-1.5-1.5H9c-0.8,0-1.5,0.7-1.5,1.5v6 h-3v-15h3v3C7.5,8.3,8.2,9,9,9h6c0.8,0,1.5-0.7,1.5-1.5V4.8l3,3v11.7H16.5z"
|
|
2835
|
+
})), children);
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2840
2838
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2841
2839
|
width: size,
|
|
2842
2840
|
height: size,
|
|
@@ -2844,19 +2842,15 @@ var WatsonHealthSaveSeries = /*#__PURE__*/React.forwardRef(function WatsonHealth
|
|
|
2844
2842
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2845
2843
|
viewBox: "0 0 32 32",
|
|
2846
2844
|
fill: "currentColor"
|
|
2847
|
-
}, rest),
|
|
2848
|
-
d: "
|
|
2849
|
-
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2850
|
-
d: "M27,21H25V7H11V5H25a2,2,0,0,1,2,2Z"
|
|
2851
|
-
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2852
|
-
d: "M32,14H30V2H18V0H30a2,2,0,0,1,2,2Z"
|
|
2845
|
+
}, rest), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2846
|
+
d: "M27.71,9.29l-5-5A1,1,0,0,0,22,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V10A1,1,0,0,0,27.71,9.29ZM12,6h8v4H12Zm8,20H12V18h8Zm2,0V18a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2v8H6V6h4v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V6.41l4,4V26Z"
|
|
2853
2847
|
})), children);
|
|
2854
2848
|
});
|
|
2855
2849
|
|
|
2856
2850
|
if (process.env.NODE_ENV !== "production") {
|
|
2857
|
-
|
|
2851
|
+
Save.propTypes = iconPropTypes;
|
|
2858
2852
|
}
|
|
2859
|
-
var
|
|
2853
|
+
var WatsonHealthSaveAnnotation = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveAnnotation(_ref114, ref) {
|
|
2860
2854
|
var children = _ref114.children,
|
|
2861
2855
|
_ref114$size = _ref114.size,
|
|
2862
2856
|
size = _ref114$size === void 0 ? 16 : _ref114$size,
|
|
@@ -2869,17 +2863,19 @@ var Scale = /*#__PURE__*/React.forwardRef(function Scale(_ref114, ref) {
|
|
|
2869
2863
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2870
2864
|
viewBox: "0 0 32 32",
|
|
2871
2865
|
fill: "currentColor"
|
|
2872
|
-
}, rest),
|
|
2873
|
-
d: "
|
|
2874
|
-
})),
|
|
2875
|
-
d: "
|
|
2866
|
+
}, rest), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2867
|
+
d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z"
|
|
2868
|
+
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2869
|
+
d: "M28,20H25V18h3V4H8V7H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
|
|
2870
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2871
|
+
d: "M20 6H26V8H20zM22 10H26V12H22z"
|
|
2876
2872
|
})), children);
|
|
2877
2873
|
});
|
|
2878
2874
|
|
|
2879
2875
|
if (process.env.NODE_ENV !== "production") {
|
|
2880
|
-
|
|
2876
|
+
WatsonHealthSaveAnnotation.propTypes = iconPropTypes;
|
|
2881
2877
|
}
|
|
2882
|
-
var
|
|
2878
|
+
var WatsonHealthSaveImage = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveImage(_ref115, ref) {
|
|
2883
2879
|
var children = _ref115.children,
|
|
2884
2880
|
_ref115$size = _ref115.size,
|
|
2885
2881
|
size = _ref115$size === void 0 ? 16 : _ref115$size,
|
|
@@ -2892,15 +2888,17 @@ var Scales = /*#__PURE__*/React.forwardRef(function Scales(_ref115, ref) {
|
|
|
2892
2888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2893
2889
|
viewBox: "0 0 32 32",
|
|
2894
2890
|
fill: "currentColor"
|
|
2895
|
-
}, rest),
|
|
2896
|
-
d: "
|
|
2891
|
+
}, rest), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2892
|
+
d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z"
|
|
2893
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2894
|
+
d: "M28,20H25V18h3V4H14V7H12V4a2,2,0,0,1,2-2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
|
|
2897
2895
|
})), children);
|
|
2898
2896
|
});
|
|
2899
2897
|
|
|
2900
2898
|
if (process.env.NODE_ENV !== "production") {
|
|
2901
|
-
|
|
2899
|
+
WatsonHealthSaveImage.propTypes = iconPropTypes;
|
|
2902
2900
|
}
|
|
2903
|
-
var
|
|
2901
|
+
var SaveModel = /*#__PURE__*/React.forwardRef(function SaveModel(_ref116, ref) {
|
|
2904
2902
|
var children = _ref116.children,
|
|
2905
2903
|
_ref116$size = _ref116.size,
|
|
2906
2904
|
size = _ref116$size === void 0 ? 16 : _ref116$size,
|
|
@@ -2913,15 +2911,17 @@ var ScalesTipped = /*#__PURE__*/React.forwardRef(function ScalesTipped(_ref116,
|
|
|
2913
2911
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2914
2912
|
viewBox: "0 0 32 32",
|
|
2915
2913
|
fill: "currentColor"
|
|
2916
|
-
}, rest),
|
|
2917
|
-
d: "
|
|
2914
|
+
}, rest), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2915
|
+
d: "M26,20l1.4272,1.9028L23,26.9629l-4.4272-5.06L20,20h6m1-2H19l-3,4,7,8,7-8-3-4Z"
|
|
2916
|
+
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2917
|
+
d: "M16,26H12V18h2V16H12a2,2,0,0,0-2,2v8H6V6h4v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V6.41l4,4V16h2V10a1,1,0,0,0-.29-.71l-5-5A.9989.9989,0,0,0,22,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H16ZM12,6h8v4H12Z"
|
|
2918
2918
|
})), children);
|
|
2919
2919
|
});
|
|
2920
2920
|
|
|
2921
2921
|
if (process.env.NODE_ENV !== "production") {
|
|
2922
|
-
|
|
2922
|
+
SaveModel.propTypes = iconPropTypes;
|
|
2923
2923
|
}
|
|
2924
|
-
var
|
|
2924
|
+
var WatsonHealthSaveSeries = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveSeries(_ref117, ref) {
|
|
2925
2925
|
var children = _ref117.children,
|
|
2926
2926
|
_ref117$size = _ref117.size,
|
|
2927
2927
|
size = _ref117$size === void 0 ? 16 : _ref117$size,
|
|
@@ -2935,14 +2935,18 @@ var Scalpel = /*#__PURE__*/React.forwardRef(function Scalpel(_ref117, ref) {
|
|
|
2935
2935
|
viewBox: "0 0 32 32",
|
|
2936
2936
|
fill: "currentColor"
|
|
2937
2937
|
}, rest), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2938
|
-
d: "
|
|
2938
|
+
d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z"
|
|
2939
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2940
|
+
d: "M27,21H25V7H11V5H25a2,2,0,0,1,2,2Z"
|
|
2941
|
+
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2942
|
+
d: "M32,14H30V2H18V0H30a2,2,0,0,1,2,2Z"
|
|
2939
2943
|
})), children);
|
|
2940
2944
|
});
|
|
2941
2945
|
|
|
2942
2946
|
if (process.env.NODE_ENV !== "production") {
|
|
2943
|
-
|
|
2947
|
+
WatsonHealthSaveSeries.propTypes = iconPropTypes;
|
|
2944
2948
|
}
|
|
2945
|
-
var
|
|
2949
|
+
var Scale = /*#__PURE__*/React.forwardRef(function Scale(_ref118, ref) {
|
|
2946
2950
|
var children = _ref118.children,
|
|
2947
2951
|
_ref118$size = _ref118.size,
|
|
2948
2952
|
size = _ref118$size === void 0 ? 16 : _ref118$size,
|
|
@@ -2955,15 +2959,17 @@ var WatsonHealthScalpelCursor = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
2955
2959
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2956
2960
|
viewBox: "0 0 32 32",
|
|
2957
2961
|
fill: "currentColor"
|
|
2958
|
-
}, rest),
|
|
2959
|
-
d: "
|
|
2962
|
+
}, rest), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2963
|
+
d: "M13,17H7a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V19A2,2,0,0,0,13,17ZM7,25V19h6v6Z"
|
|
2964
|
+
})), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2965
|
+
d: "M19,21v2h6a2,2,0,0,0,2-2V7a2,2,0,0,0-2-2H11A2,2,0,0,0,9,7v6h2V7H25V21"
|
|
2960
2966
|
})), children);
|
|
2961
2967
|
});
|
|
2962
2968
|
|
|
2963
2969
|
if (process.env.NODE_ENV !== "production") {
|
|
2964
|
-
|
|
2970
|
+
Scale.propTypes = iconPropTypes;
|
|
2965
2971
|
}
|
|
2966
|
-
var
|
|
2972
|
+
var Scales = /*#__PURE__*/React.forwardRef(function Scales(_ref119, ref) {
|
|
2967
2973
|
var children = _ref119.children,
|
|
2968
2974
|
_ref119$size = _ref119.size,
|
|
2969
2975
|
size = _ref119$size === void 0 ? 16 : _ref119$size,
|
|
@@ -2976,15 +2982,15 @@ var WatsonHealthScalpelLasso = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
2976
2982
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2977
2983
|
viewBox: "0 0 32 32",
|
|
2978
2984
|
fill: "currentColor"
|
|
2979
|
-
}, rest),
|
|
2980
|
-
d: "
|
|
2985
|
+
}, rest), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2986
|
+
d: "M20,16a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L25.896,7.5562a.8913.8913,0,0,0-.0454-.0816A1,1,0,0,0,25,7H18.8218A3.0155,3.0155,0,0,0,17,5.1841V2H15V5.1841A3.0155,3.0155,0,0,0,13.1782,7H7a1,1,0,0,0-.8945.5527l-4,8A1,1,0,0,0,2,16a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L8.6182,9h4.56A3.0147,3.0147,0,0,0,15,10.8154V28H6v2H26V28H17V10.8159A3.0155,3.0155,0,0,0,18.8218,9h4.56l-3.2763,6.5527A1,1,0,0,0,20,16ZM7,19a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,7,19Zm2.3821-4H4.6179L7,10.2363ZM16,9a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,9Zm9,10a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,25,19Zm0-8.7637L27.3821,15H22.6179Z"
|
|
2981
2987
|
})), children);
|
|
2982
2988
|
});
|
|
2983
2989
|
|
|
2984
2990
|
if (process.env.NODE_ENV !== "production") {
|
|
2985
|
-
|
|
2991
|
+
Scales.propTypes = iconPropTypes;
|
|
2986
2992
|
}
|
|
2987
|
-
var
|
|
2993
|
+
var ScalesTipped = /*#__PURE__*/React.forwardRef(function ScalesTipped(_ref120, ref) {
|
|
2988
2994
|
var children = _ref120.children,
|
|
2989
2995
|
_ref120$size = _ref120.size,
|
|
2990
2996
|
size = _ref120$size === void 0 ? 16 : _ref120$size,
|
|
@@ -2997,15 +3003,15 @@ var WatsonHealthScalpelSelect = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
2997
3003
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2998
3004
|
viewBox: "0 0 32 32",
|
|
2999
3005
|
fill: "currentColor"
|
|
3000
|
-
}, rest),
|
|
3001
|
-
d: "
|
|
3006
|
+
}, rest), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
3007
|
+
d: "M20,13a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473l-4-8a1,1,0,0,0-1.2109-.5014l-6.3308,2.11A3.0322,3.0322,0,0,0,17,5.1841V2H15V5.1841a2.9949,2.9949,0,0,0-1.9956,2.76l-6.3208,2.107a1,1,0,0,0-.5781.5014l-4,8A1,1,0,0,0,2,19a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L8.41,11.584l5.237-1.7456A3.0285,3.0285,0,0,0,15,10.8154V28H6v2H26V28H17V10.8159a2.9951,2.9951,0,0,0,1.9956-2.76l4.03-1.3438-2.92,5.8408A1,1,0,0,0,20,13ZM7,22a2.9956,2.9956,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,7,22Zm2.3821-4H4.6179L7,13.2363ZM16,9a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,9Zm9,7a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,25,16Zm0-8.7637L27.3821,12H22.6179Z"
|
|
3002
3008
|
})), children);
|
|
3003
3009
|
});
|
|
3004
3010
|
|
|
3005
3011
|
if (process.env.NODE_ENV !== "production") {
|
|
3006
|
-
|
|
3012
|
+
ScalesTipped.propTypes = iconPropTypes;
|
|
3007
3013
|
}
|
|
3008
|
-
var
|
|
3014
|
+
var Scalpel = /*#__PURE__*/React.forwardRef(function Scalpel(_ref121, ref) {
|
|
3009
3015
|
var children = _ref121.children,
|
|
3010
3016
|
_ref121$size = _ref121.size,
|
|
3011
3017
|
size = _ref121$size === void 0 ? 16 : _ref121$size,
|
|
@@ -3018,17 +3024,15 @@ var Scan = /*#__PURE__*/React.forwardRef(function Scan(_ref121, ref) {
|
|
|
3018
3024
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3019
3025
|
viewBox: "0 0 32 32",
|
|
3020
3026
|
fill: "currentColor"
|
|
3021
|
-
}, rest),
|
|
3022
|
-
d: "
|
|
3023
|
-
})), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
3024
|
-
d: "M15 9H17V23H15zM27 9H29V23H27zM21 9H23V23H21z"
|
|
3027
|
+
}, rest), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
3028
|
+
d: "M28.83,5.17a4.1,4.1,0,0,0-5.66,0L.34,28H9.59a5,5,0,0,0,3.53-1.46L28.83,10.83a4,4,0,0,0,0-5.66ZM12.29,18.88l2.09-2.09,2.83,2.83-2.09,2.09Zm-.58,6.24A3,3,0,0,1,9.59,26H5.17l5.71-5.71,2.83,2.83ZM27.41,9.41l-8.79,8.8-2.83-2.83,8.8-8.79a2,2,0,0,1,2.82,0,2,2,0,0,1,0,2.82Z"
|
|
3025
3029
|
})), children);
|
|
3026
3030
|
});
|
|
3027
3031
|
|
|
3028
3032
|
if (process.env.NODE_ENV !== "production") {
|
|
3029
|
-
|
|
3033
|
+
Scalpel.propTypes = iconPropTypes;
|
|
3030
3034
|
}
|
|
3031
|
-
var
|
|
3035
|
+
var WatsonHealthScalpelCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelCursor(_ref122, ref) {
|
|
3032
3036
|
var children = _ref122.children,
|
|
3033
3037
|
_ref122$size = _ref122.size,
|
|
3034
3038
|
size = _ref122$size === void 0 ? 16 : _ref122$size,
|
|
@@ -3041,15 +3045,15 @@ var ScanAlt = /*#__PURE__*/React.forwardRef(function ScanAlt(_ref122, ref) {
|
|
|
3041
3045
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3042
3046
|
viewBox: "0 0 32 32",
|
|
3043
3047
|
fill: "currentColor"
|
|
3044
|
-
}, rest),
|
|
3045
|
-
d: "
|
|
3048
|
+
}, rest), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
3049
|
+
d: "M28.8281 7.1338a4.0941 4.0941 0 00-5.6562 0L.3433 29.9619H9.5889a4.9682 4.9682 0 003.5356-1.4648L28.8281 12.79a3.9984 3.9984 0 000-5.6562zM12.2928 20.8406l2.086-2.0858 2.8293 2.8293L15.1224 23.67zM11.71 27.083a2.9824 2.9824 0 01-2.1215.8789H5.1714l5.7073-5.7072 2.83 2.83zM27.4141 11.376L18.6221 20.17l-2.8293-2.8292 8.7931-8.7928a2.0471 2.0471 0 012.8282 0 1.9993 1.9993 0 010 2.8281zM13 4L4 4 4 13 6 13 6 6 13 6 13 4z"
|
|
3046
3050
|
})), children);
|
|
3047
3051
|
});
|
|
3048
3052
|
|
|
3049
3053
|
if (process.env.NODE_ENV !== "production") {
|
|
3050
|
-
|
|
3054
|
+
WatsonHealthScalpelCursor.propTypes = iconPropTypes;
|
|
3051
3055
|
}
|
|
3052
|
-
var
|
|
3056
|
+
var WatsonHealthScalpelLasso = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelLasso(_ref123, ref) {
|
|
3053
3057
|
var children = _ref123.children,
|
|
3054
3058
|
_ref123$size = _ref123.size,
|
|
3055
3059
|
size = _ref123$size === void 0 ? 16 : _ref123$size,
|
|
@@ -3062,15 +3066,15 @@ var ScanDisabled = /*#__PURE__*/React.forwardRef(function ScanDisabled(_ref123,
|
|
|
3062
3066
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3063
3067
|
viewBox: "0 0 32 32",
|
|
3064
3068
|
fill: "currentColor"
|
|
3065
|
-
}, rest),
|
|
3066
|
-
d: "
|
|
3069
|
+
}, rest), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
3070
|
+
d: "M28.8281 7.1338a4.0941 4.0941 0 00-5.6562 0L.3433 29.9619H9.5889a4.9682 4.9682 0 003.5356-1.4648L28.8281 12.79a3.9984 3.9984 0 000-5.6562zM12.2928 20.8406l2.086-2.0858 2.8293 2.8293L15.1224 23.67zM11.71 27.083a2.9824 2.9824 0 01-2.1215.8789H5.1714l5.7073-5.7072 2.83 2.83zM27.4141 11.376L18.6221 20.17l-2.8293-2.8292 8.7931-8.7928a2.0471 2.0471 0 012.8282 0 1.9993 1.9993 0 010 2.8281zM11 2H7a4.9843 4.9843 0 00-3.8633 8.1528A2.9586 2.9586 0 003 11a2.9945 2.9945 0 002 2.8154V14a2.0025 2.0025 0 01-2 2H2v2H3a4.0045 4.0045 0 004-4v-.1841A2.9959 2.9959 0 008.8157 12H11A5 5 0 0011 2zM6 12a1 1 0 111-1A1.0009 1.0009 0 016 12zm5-2H8.8157A2.974 2.974 0 004.394 8.4746 2.9908 2.9908 0 017 4h4a3 3 0 010 6z"
|
|
3067
3071
|
})), children);
|
|
3068
3072
|
});
|
|
3069
3073
|
|
|
3070
3074
|
if (process.env.NODE_ENV !== "production") {
|
|
3071
|
-
|
|
3075
|
+
WatsonHealthScalpelLasso.propTypes = iconPropTypes;
|
|
3072
3076
|
}
|
|
3073
|
-
var
|
|
3077
|
+
var WatsonHealthScalpelSelect = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelSelect(_ref124, ref) {
|
|
3074
3078
|
var children = _ref124.children,
|
|
3075
3079
|
_ref124$size = _ref124.size,
|
|
3076
3080
|
size = _ref124$size === void 0 ? 16 : _ref124$size,
|
|
@@ -3083,27 +3087,15 @@ var ScatterMatrix = /*#__PURE__*/React.forwardRef(function ScatterMatrix(_ref124
|
|
|
3083
3087
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3084
3088
|
viewBox: "0 0 32 32",
|
|
3085
3089
|
fill: "currentColor"
|
|
3086
|
-
}, rest),
|
|
3087
|
-
|
|
3088
|
-
cy: "9.5",
|
|
3089
|
-
r: "2.5"
|
|
3090
|
-
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
3091
|
-
cx: "9.5",
|
|
3092
|
-
cy: "22.5",
|
|
3093
|
-
r: "2.5"
|
|
3094
|
-
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
3095
|
-
cx: "22.5",
|
|
3096
|
-
cy: "22.5",
|
|
3097
|
-
r: "2.5"
|
|
3098
|
-
})), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
3099
|
-
d: "M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,13H17V4H28ZM15,4V15H4V4ZM4,17H15V28H4ZM17,28V17H28V28Z"
|
|
3090
|
+
}, rest), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
3091
|
+
d: "M28.8281 7.1719a4.0941 4.0941 0 00-5.6562 0L.3433 30H9.5889a4.9682 4.9682 0 003.5356-1.4648L28.8281 12.8281a3.9984 3.9984 0 000-5.6562zM12.2928 20.8787l2.086-2.0859 2.8293 2.8294-2.0857 2.0862zM11.71 27.1211A2.9824 2.9824 0 019.5889 28H5.1714l5.7073-5.7072 2.83 2.83zm15.7037-15.707l-8.792 8.7939-2.8293-2.8292 8.7931-8.7929a2.0473 2.0473 0 012.8282 0 1.9995 1.9995 0 010 2.8282zM15 2a2.9948 2.9948 0 00-2.8157 2H7.8156A2.9925 2.9925 0 104 7.8154v4.3687a3 3 0 102 0V7.8159A2.9959 2.9959 0 007.8156 6h4.3686A2.9947 2.9947 0 1015 2zM5 16a1 1 0 111-1A1.0008 1.0008 0 015 16zM5 6A1 1 0 116 5 1.0008 1.0008 0 015 6zM15 6a1 1 0 111-1A1.0008 1.0008 0 0115 6z"
|
|
3100
3092
|
})), children);
|
|
3101
3093
|
});
|
|
3102
3094
|
|
|
3103
3095
|
if (process.env.NODE_ENV !== "production") {
|
|
3104
|
-
|
|
3096
|
+
WatsonHealthScalpelSelect.propTypes = iconPropTypes;
|
|
3105
3097
|
}
|
|
3106
|
-
var
|
|
3098
|
+
var Scan = /*#__PURE__*/React.forwardRef(function Scan(_ref125, ref) {
|
|
3107
3099
|
var children = _ref125.children,
|
|
3108
3100
|
_ref125$size = _ref125.size,
|
|
3109
3101
|
size = _ref125$size === void 0 ? 16 : _ref125$size,
|
|
@@ -3116,13 +3108,15 @@ var Schematics = /*#__PURE__*/React.forwardRef(function Schematics(_ref125, ref)
|
|
|
3116
3108
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3117
3109
|
viewBox: "0 0 32 32",
|
|
3118
3110
|
fill: "currentColor"
|
|
3119
|
-
}, rest),
|
|
3120
|
-
d: "
|
|
3111
|
+
}, rest), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
|
3112
|
+
d: "M21,29H5a2,2,0,0,1-2-2V5A2,2,0,0,1,5,3H21V5H5V27H21Z"
|
|
3113
|
+
})), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
3114
|
+
d: "M15 9H17V23H15zM27 9H29V23H27zM21 9H23V23H21z"
|
|
3121
3115
|
})), children);
|
|
3122
3116
|
});
|
|
3123
3117
|
|
|
3124
3118
|
if (process.env.NODE_ENV !== "production") {
|
|
3125
|
-
|
|
3119
|
+
Scan.propTypes = iconPropTypes;
|
|
3126
3120
|
}
|
|
3127
3121
|
|
|
3128
|
-
export { ProgressBarRound, Promote, PropertyRelationship, Purchase, QS, QSAlt, QqPlot, QrCode, QuadrantPlot, Query, QueryQueue, Queued, Quotes, Radar, RadarEnhanced, RadarWeather, Radio, RadioButton, RadioButtonChecked, RadioCombat, RadioPushToTalk, Rain, RainDrizzle, RainDrop, RainHeavy, RainScattered, RainScatteredNight, Raw, Receipt, RecentlyViewed, Recommend, Recording, RecordingFilled, RecordingFilledAlt, Redo, RefEvapotranspiration, ReflectHorizontal, ReflectVertical, Reminder, ReminderMedical, Renew, Repeat, RepeatOne, Replicate, Reply, ReplyAll, RepoArtifact, RepoSourceCode, Report, ReportData, RequestQuote, Reset, ResetAlt, Restart, Restaurant, RestaurantFine, Result, ResultNew, ResultOld, RetryFailed, Review, Rewind_10, Rewind_30, Rewind_5, Road, RoadWeather, Roadmap, Rocket, Rotate, RotateClockwise, RotateClockwiseAlt, RotateClockwiseAltFilled, RotateClockwiseFilled, RotateCounterclockwise, RotateCounterclockwiseAlt, RotateCounterclockwiseAltFilled, RotateCounterclockwiseFilled, Router, RouterVoice, RouterWifi, Row, RowCollapse, RowDelete, RowExpand, RowInsert, Rss, Rule, RuleCancelled, RuleDataQuality, RuleDraft, RuleFilled, RuleTest, Ruler, RulerAlt, Run, SailboatCoastal, SailboatOffshore, SankeyDiagram, SankeyDiagramAlt, Satellite, SatelliteRadar, SatelliteWeather, Save, SaveModel, Scale, Scales, ScalesTipped, Scalpel, Scan,
|
|
3122
|
+
export { PreviousOutline, Printer, Product, ProgressBar, ProgressBarRound, Promote, PropertyRelationship, Purchase, QS, QSAlt, QqPlot, QrCode, QuadrantPlot, Query, QueryQueue, Queued, Quotes, Radar, RadarEnhanced, RadarWeather, Radio, RadioButton, RadioButtonChecked, RadioCombat, RadioPushToTalk, Rain, RainDrizzle, RainDrop, RainHeavy, RainScattered, RainScatteredNight, Raw, Receipt, RecentlyViewed, Recommend, Recording, RecordingFilled, RecordingFilledAlt, Redo, RefEvapotranspiration, ReflectHorizontal, ReflectVertical, Reminder, ReminderMedical, Renew, Repeat, RepeatOne, Replicate, Reply, ReplyAll, RepoArtifact, RepoSourceCode, Report, ReportData, RequestQuote, Reset, ResetAlt, Restart, Restaurant, RestaurantFine, Result, ResultNew, ResultOld, RetryFailed, Review, Rewind_10, Rewind_30, Rewind_5, Road, RoadWeather, Roadmap, Rocket, Rotate, RotateClockwise, RotateClockwiseAlt, RotateClockwiseAltFilled, RotateClockwiseFilled, RotateCounterclockwise, RotateCounterclockwiseAlt, RotateCounterclockwiseAltFilled, RotateCounterclockwiseFilled, Router, RouterVoice, RouterWifi, Row, RowCollapse, RowDelete, RowExpand, RowInsert, Rss, Rule, RuleCancelled, RuleDataQuality, RuleDraft, RuleFilled, RuleTest, Ruler, RulerAlt, Run, SailboatCoastal, SailboatOffshore, SankeyDiagram, SankeyDiagramAlt, Satellite, SatelliteRadar, SatelliteWeather, Save, SaveModel, Scale, Scales, ScalesTipped, Scalpel, Scan, WatsonHealthQcLaunch, WatsonHealthRegionAnalysisArea, WatsonHealthRegionAnalysisVolume, WatsonHealthRegistration, WatsonHealthRotate_180, WatsonHealthRotate_360, WatsonHealthSaveAnnotation, WatsonHealthSaveImage, WatsonHealthSaveSeries, WatsonHealthScalpelCursor, WatsonHealthScalpelLasso, WatsonHealthScalpelSelect };
|