@carbon/icons-react 11.11.0 → 11.12.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/DiamondFill.js +56 -0
- package/es/Undefined.js +3 -18
- package/es/generated/bucket-10.js +739 -743
- package/es/generated/bucket-11.js +681 -679
- package/es/generated/bucket-12.js +737 -735
- package/es/generated/bucket-13.js +706 -706
- package/es/generated/bucket-14.js +713 -728
- package/es/generated/bucket-15.js +784 -786
- package/es/generated/bucket-16.js +32 -8
- package/es/generated/bucket-4.js +484 -467
- package/es/generated/bucket-5.js +697 -703
- package/es/generated/bucket-6.js +755 -751
- package/es/generated/bucket-7.js +781 -779
- package/es/generated/bucket-8.js +651 -651
- package/es/generated/bucket-9.js +704 -704
- package/es/index.js +13 -13
- package/lib/DiamondFill.js +62 -0
- package/lib/Undefined.js +3 -18
- package/lib/generated/bucket-10.js +739 -743
- package/lib/generated/bucket-11.js +681 -679
- package/lib/generated/bucket-12.js +737 -735
- package/lib/generated/bucket-13.js +706 -706
- package/lib/generated/bucket-14.js +713 -728
- package/lib/generated/bucket-15.js +784 -786
- package/lib/generated/bucket-16.js +32 -7
- package/lib/generated/bucket-4.js +484 -467
- package/lib/generated/bucket-5.js +697 -703
- package/lib/generated/bucket-6.js +755 -751
- package/lib/generated/bucket-7.js +781 -779
- package/lib/generated/bucket-8.js +651 -651
- package/lib/generated/bucket-9.js +704 -704
- package/lib/index.js +13 -12
- package/package.json +5 -5
|
@@ -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, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _circle, _circle2, _circle3, _circle4, _circle5,
|
|
14
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _circle, _circle2, _circle3, _circle4, _circle5, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _circle6, _circle7, _circle8, _circle9, _circle10, _circle11, _circle12, _circle13, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _circle14, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _circle15, _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, _path124, _path125, _circle16, _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, _path159, _path160, _circle17, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _switch, _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 PreviousFilled = /*#__PURE__*/React.forwardRef(function PreviousFilled(_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,16 +152,18 @@ var PreviousOutline = /*#__PURE__*/React.forwardRef(function PreviousOutline(_re
|
|
|
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,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm8,15H11.85l5.58,5.5728L16,24,8,16l8-8,1.43,1.3926L11.85,15H24Z"
|
|
156
156
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
157
|
-
|
|
157
|
+
fill: "none",
|
|
158
|
+
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",
|
|
159
|
+
"data-icon-path": "inner-path"
|
|
158
160
|
})), children);
|
|
159
161
|
});
|
|
160
162
|
|
|
161
163
|
if (process.env.NODE_ENV !== "production") {
|
|
162
|
-
|
|
164
|
+
PreviousFilled.propTypes = iconPropTypes;
|
|
163
165
|
}
|
|
164
|
-
var
|
|
166
|
+
var PreviousOutline = /*#__PURE__*/React.forwardRef(function PreviousOutline(_ref2, ref) {
|
|
165
167
|
var children = _ref2.children,
|
|
166
168
|
_ref2$size = _ref2.size,
|
|
167
169
|
size = _ref2$size === void 0 ? 16 : _ref2$size,
|
|
@@ -175,14 +177,16 @@ var Printer = /*#__PURE__*/React.forwardRef(function Printer(_ref2, ref) {
|
|
|
175
177
|
viewBox: "0 0 32 32",
|
|
176
178
|
fill: "currentColor"
|
|
177
179
|
}, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
178
|
-
d: "
|
|
180
|
+
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"
|
|
181
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
182
|
+
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"
|
|
179
183
|
})), children);
|
|
180
184
|
});
|
|
181
185
|
|
|
182
186
|
if (process.env.NODE_ENV !== "production") {
|
|
183
|
-
|
|
187
|
+
PreviousOutline.propTypes = iconPropTypes;
|
|
184
188
|
}
|
|
185
|
-
var
|
|
189
|
+
var Printer = /*#__PURE__*/React.forwardRef(function Printer(_ref3, ref) {
|
|
186
190
|
var children = _ref3.children,
|
|
187
191
|
_ref3$size = _ref3.size,
|
|
188
192
|
size = _ref3$size === void 0 ? 16 : _ref3$size,
|
|
@@ -195,17 +199,15 @@ var Product = /*#__PURE__*/React.forwardRef(function Product(_ref3, ref) {
|
|
|
195
199
|
xmlns: "http://www.w3.org/2000/svg",
|
|
196
200
|
viewBox: "0 0 32 32",
|
|
197
201
|
fill: "currentColor"
|
|
198
|
-
}, rest),
|
|
199
|
-
d: "
|
|
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"
|
|
202
|
+
}, rest), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
203
|
+
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"
|
|
202
204
|
})), children);
|
|
203
205
|
});
|
|
204
206
|
|
|
205
207
|
if (process.env.NODE_ENV !== "production") {
|
|
206
|
-
|
|
208
|
+
Printer.propTypes = iconPropTypes;
|
|
207
209
|
}
|
|
208
|
-
var
|
|
210
|
+
var Product = /*#__PURE__*/React.forwardRef(function Product(_ref4, ref) {
|
|
209
211
|
var children = _ref4.children,
|
|
210
212
|
_ref4$size = _ref4.size,
|
|
211
213
|
size = _ref4$size === void 0 ? 16 : _ref4$size,
|
|
@@ -219,16 +221,16 @@ var ProgressBar = /*#__PURE__*/React.forwardRef(function ProgressBar(_ref4, ref)
|
|
|
219
221
|
viewBox: "0 0 32 32",
|
|
220
222
|
fill: "currentColor"
|
|
221
223
|
}, rest), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
222
|
-
d: "
|
|
224
|
+
d: "M8 18H14V20H8zM8 22H18V24H8z"
|
|
223
225
|
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
224
|
-
d: "
|
|
226
|
+
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"
|
|
225
227
|
})), children);
|
|
226
228
|
});
|
|
227
229
|
|
|
228
230
|
if (process.env.NODE_ENV !== "production") {
|
|
229
|
-
|
|
231
|
+
Product.propTypes = iconPropTypes;
|
|
230
232
|
}
|
|
231
|
-
var
|
|
233
|
+
var ProgressBar = /*#__PURE__*/React.forwardRef(function ProgressBar(_ref5, ref) {
|
|
232
234
|
var children = _ref5.children,
|
|
233
235
|
_ref5$size = _ref5.size,
|
|
234
236
|
size = _ref5$size === void 0 ? 16 : _ref5$size,
|
|
@@ -242,18 +244,16 @@ var ProgressBarRound = /*#__PURE__*/React.forwardRef(function ProgressBarRound(_
|
|
|
242
244
|
viewBox: "0 0 32 32",
|
|
243
245
|
fill: "currentColor"
|
|
244
246
|
}, rest), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
245
|
-
d: "
|
|
247
|
+
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"
|
|
246
248
|
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
247
|
-
d: "
|
|
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"
|
|
249
|
+
d: "M6 15H20V17H6z"
|
|
250
250
|
})), children);
|
|
251
251
|
});
|
|
252
252
|
|
|
253
253
|
if (process.env.NODE_ENV !== "production") {
|
|
254
|
-
|
|
254
|
+
ProgressBar.propTypes = iconPropTypes;
|
|
255
255
|
}
|
|
256
|
-
var
|
|
256
|
+
var ProgressBarRound = /*#__PURE__*/React.forwardRef(function ProgressBarRound(_ref6, ref) {
|
|
257
257
|
var children = _ref6.children,
|
|
258
258
|
_ref6$size = _ref6.size,
|
|
259
259
|
size = _ref6$size === void 0 ? 16 : _ref6$size,
|
|
@@ -266,20 +266,19 @@ var Promote = /*#__PURE__*/React.forwardRef(function Promote(_ref6, ref) {
|
|
|
266
266
|
xmlns: "http://www.w3.org/2000/svg",
|
|
267
267
|
viewBox: "0 0 32 32",
|
|
268
268
|
fill: "currentColor"
|
|
269
|
-
}, rest),
|
|
270
|
-
d: "M16
|
|
269
|
+
}, rest), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
270
|
+
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"
|
|
271
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
272
|
+
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"
|
|
271
273
|
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
272
|
-
d: "
|
|
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"
|
|
274
|
+
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"
|
|
276
275
|
})), children);
|
|
277
276
|
});
|
|
278
277
|
|
|
279
278
|
if (process.env.NODE_ENV !== "production") {
|
|
280
|
-
|
|
279
|
+
ProgressBarRound.propTypes = iconPropTypes;
|
|
281
280
|
}
|
|
282
|
-
var
|
|
281
|
+
var Promote = /*#__PURE__*/React.forwardRef(function Promote(_ref7, ref) {
|
|
283
282
|
var children = _ref7.children,
|
|
284
283
|
_ref7$size = _ref7.size,
|
|
285
284
|
size = _ref7$size === void 0 ? 16 : _ref7$size,
|
|
@@ -292,15 +291,20 @@ var PropertyRelationship = /*#__PURE__*/React.forwardRef(function PropertyRelati
|
|
|
292
291
|
xmlns: "http://www.w3.org/2000/svg",
|
|
293
292
|
viewBox: "0 0 32 32",
|
|
294
293
|
fill: "currentColor"
|
|
295
|
-
}, rest),
|
|
296
|
-
d: "
|
|
294
|
+
}, rest), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
295
|
+
d: "M16 21L17.4 22.4 14.8 25 23 25 23 27 14.8 27 17.4 29.6 16 31 11 26z"
|
|
296
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
297
|
+
d: "M6.3 19H17.6V21H6.3z",
|
|
298
|
+
transform: "rotate(-45.001 12 20)"
|
|
299
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
300
|
+
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"
|
|
297
301
|
})), children);
|
|
298
302
|
});
|
|
299
303
|
|
|
300
304
|
if (process.env.NODE_ENV !== "production") {
|
|
301
|
-
|
|
305
|
+
Promote.propTypes = iconPropTypes;
|
|
302
306
|
}
|
|
303
|
-
var
|
|
307
|
+
var PropertyRelationship = /*#__PURE__*/React.forwardRef(function PropertyRelationship(_ref8, ref) {
|
|
304
308
|
var children = _ref8.children,
|
|
305
309
|
_ref8$size = _ref8.size,
|
|
306
310
|
size = _ref8$size === void 0 ? 16 : _ref8$size,
|
|
@@ -313,17 +317,15 @@ var Purchase = /*#__PURE__*/React.forwardRef(function Purchase(_ref8, ref) {
|
|
|
313
317
|
xmlns: "http://www.w3.org/2000/svg",
|
|
314
318
|
viewBox: "0 0 32 32",
|
|
315
319
|
fill: "currentColor"
|
|
316
|
-
}, rest),
|
|
317
|
-
d: "
|
|
318
|
-
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
319
|
-
d: "M6 20H16V22H6z"
|
|
320
|
+
}, rest), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
321
|
+
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"
|
|
320
322
|
})), children);
|
|
321
323
|
});
|
|
322
324
|
|
|
323
325
|
if (process.env.NODE_ENV !== "production") {
|
|
324
|
-
|
|
326
|
+
PropertyRelationship.propTypes = iconPropTypes;
|
|
325
327
|
}
|
|
326
|
-
var
|
|
328
|
+
var Purchase = /*#__PURE__*/React.forwardRef(function Purchase(_ref9, ref) {
|
|
327
329
|
var children = _ref9.children,
|
|
328
330
|
_ref9$size = _ref9.size,
|
|
329
331
|
size = _ref9$size === void 0 ? 16 : _ref9$size,
|
|
@@ -337,21 +339,44 @@ var WatsonHealthQcLaunch = /*#__PURE__*/React.forwardRef(function WatsonHealthQc
|
|
|
337
339
|
viewBox: "0 0 32 32",
|
|
338
340
|
fill: "currentColor"
|
|
339
341
|
}, rest), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
340
|
-
d: "
|
|
342
|
+
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"
|
|
341
343
|
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
342
|
-
d: "
|
|
344
|
+
d: "M6 20H16V22H6z"
|
|
343
345
|
})), children);
|
|
344
346
|
});
|
|
345
347
|
|
|
346
348
|
if (process.env.NODE_ENV !== "production") {
|
|
347
|
-
|
|
349
|
+
Purchase.propTypes = iconPropTypes;
|
|
348
350
|
}
|
|
349
|
-
var
|
|
351
|
+
var WatsonHealthQcLaunch = /*#__PURE__*/React.forwardRef(function WatsonHealthQcLaunch(_ref10, ref) {
|
|
350
352
|
var children = _ref10.children,
|
|
351
353
|
_ref10$size = _ref10.size,
|
|
352
354
|
size = _ref10$size === void 0 ? 16 : _ref10$size,
|
|
353
355
|
rest = _objectWithoutProperties(_ref10, _excluded10);
|
|
354
356
|
|
|
357
|
+
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
358
|
+
width: size,
|
|
359
|
+
height: size,
|
|
360
|
+
ref: ref,
|
|
361
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
362
|
+
viewBox: "0 0 32 32",
|
|
363
|
+
fill: "currentColor"
|
|
364
|
+
}, rest), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
365
|
+
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"
|
|
366
|
+
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
367
|
+
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"
|
|
368
|
+
})), children);
|
|
369
|
+
});
|
|
370
|
+
|
|
371
|
+
if (process.env.NODE_ENV !== "production") {
|
|
372
|
+
WatsonHealthQcLaunch.propTypes = iconPropTypes;
|
|
373
|
+
}
|
|
374
|
+
var QqPlot = /*#__PURE__*/React.forwardRef(function QqPlot(_ref11, ref) {
|
|
375
|
+
var children = _ref11.children,
|
|
376
|
+
_ref11$size = _ref11.size,
|
|
377
|
+
size = _ref11$size === void 0 ? 16 : _ref11$size,
|
|
378
|
+
rest = _objectWithoutProperties(_ref11, _excluded11);
|
|
379
|
+
|
|
355
380
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
356
381
|
width: size,
|
|
357
382
|
height: size,
|
|
@@ -379,7 +404,7 @@ var QqPlot = /*#__PURE__*/React.forwardRef(function QqPlot(_ref10, ref) {
|
|
|
379
404
|
cx: "16",
|
|
380
405
|
cy: "24",
|
|
381
406
|
r: "2"
|
|
382
|
-
})),
|
|
407
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
383
408
|
d: "M30,3.4131,28.5859,2,4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4131Z"
|
|
384
409
|
})), children);
|
|
385
410
|
});
|
|
@@ -387,11 +412,11 @@ var QqPlot = /*#__PURE__*/React.forwardRef(function QqPlot(_ref10, ref) {
|
|
|
387
412
|
if (process.env.NODE_ENV !== "production") {
|
|
388
413
|
QqPlot.propTypes = iconPropTypes;
|
|
389
414
|
}
|
|
390
|
-
var QrCode = /*#__PURE__*/React.forwardRef(function QrCode(
|
|
391
|
-
var children =
|
|
392
|
-
|
|
393
|
-
size =
|
|
394
|
-
rest = _objectWithoutProperties(
|
|
415
|
+
var QrCode = /*#__PURE__*/React.forwardRef(function QrCode(_ref12, ref) {
|
|
416
|
+
var children = _ref12.children,
|
|
417
|
+
_ref12$size = _ref12.size,
|
|
418
|
+
size = _ref12$size === void 0 ? 16 : _ref12$size,
|
|
419
|
+
rest = _objectWithoutProperties(_ref12, _excluded12);
|
|
395
420
|
|
|
396
421
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
397
422
|
width: size,
|
|
@@ -400,29 +425,29 @@ var QrCode = /*#__PURE__*/React.forwardRef(function QrCode(_ref11, ref) {
|
|
|
400
425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
401
426
|
viewBox: "0 0 32 32",
|
|
402
427
|
fill: "currentColor"
|
|
403
|
-
}, rest),
|
|
428
|
+
}, rest), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
404
429
|
d: "M24 26H26V28H24z",
|
|
405
430
|
transform: "rotate(-90 25 27)"
|
|
406
|
-
})),
|
|
431
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
407
432
|
d: "M18 22H20V24H18z",
|
|
408
433
|
transform: "rotate(-90 19 23)"
|
|
409
|
-
})),
|
|
434
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
410
435
|
d: "M18 30L22 30 22 28 20 28 20 26 18 26 18 30z"
|
|
411
|
-
})),
|
|
436
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
412
437
|
d: "M25 23H29V25H25z",
|
|
413
438
|
transform: "rotate(-90 27 24)"
|
|
414
|
-
})),
|
|
439
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
415
440
|
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
|
-
})),
|
|
441
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
417
442
|
d: "M19 17H21V21H19z",
|
|
418
443
|
transform: "rotate(-90 20 19)"
|
|
419
|
-
})),
|
|
444
|
+
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
420
445
|
d: "M6 22H10V26H6z"
|
|
421
|
-
})),
|
|
446
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
422
447
|
d: "M14 30H2V18H14zM4 28h8V20H4zM22 6H26V10H22z"
|
|
423
|
-
})),
|
|
448
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
424
449
|
d: "M30 14H18V2H30zM20 12h8V4H20zM6 6H10V10H6z"
|
|
425
|
-
})),
|
|
450
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
426
451
|
d: "M14,14H2V2H14ZM4,12h8V4H4Z"
|
|
427
452
|
})), children);
|
|
428
453
|
});
|
|
@@ -430,11 +455,11 @@ var QrCode = /*#__PURE__*/React.forwardRef(function QrCode(_ref11, ref) {
|
|
|
430
455
|
if (process.env.NODE_ENV !== "production") {
|
|
431
456
|
QrCode.propTypes = iconPropTypes;
|
|
432
457
|
}
|
|
433
|
-
var QuadrantPlot = /*#__PURE__*/React.forwardRef(function QuadrantPlot(
|
|
434
|
-
var children =
|
|
435
|
-
|
|
436
|
-
size =
|
|
437
|
-
rest = _objectWithoutProperties(
|
|
458
|
+
var QuadrantPlot = /*#__PURE__*/React.forwardRef(function QuadrantPlot(_ref13, ref) {
|
|
459
|
+
var children = _ref13.children,
|
|
460
|
+
_ref13$size = _ref13.size,
|
|
461
|
+
size = _ref13$size === void 0 ? 16 : _ref13$size,
|
|
462
|
+
rest = _objectWithoutProperties(_ref13, _excluded13);
|
|
438
463
|
|
|
439
464
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
440
465
|
width: size,
|
|
@@ -443,9 +468,9 @@ var QuadrantPlot = /*#__PURE__*/React.forwardRef(function QuadrantPlot(_ref12, r
|
|
|
443
468
|
xmlns: "http://www.w3.org/2000/svg",
|
|
444
469
|
viewBox: "0 0 32 32",
|
|
445
470
|
fill: "currentColor"
|
|
446
|
-
}, rest),
|
|
471
|
+
}, rest), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
447
472
|
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
|
-
})),
|
|
473
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
449
474
|
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
475
|
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
451
476
|
cx: "11",
|
|
@@ -481,11 +506,11 @@ var QuadrantPlot = /*#__PURE__*/React.forwardRef(function QuadrantPlot(_ref12, r
|
|
|
481
506
|
if (process.env.NODE_ENV !== "production") {
|
|
482
507
|
QuadrantPlot.propTypes = iconPropTypes;
|
|
483
508
|
}
|
|
484
|
-
var Query = /*#__PURE__*/React.forwardRef(function Query(
|
|
485
|
-
var children =
|
|
486
|
-
|
|
487
|
-
size =
|
|
488
|
-
rest = _objectWithoutProperties(
|
|
509
|
+
var Query = /*#__PURE__*/React.forwardRef(function Query(_ref14, ref) {
|
|
510
|
+
var children = _ref14.children,
|
|
511
|
+
_ref14$size = _ref14.size,
|
|
512
|
+
size = _ref14$size === void 0 ? 16 : _ref14$size,
|
|
513
|
+
rest = _objectWithoutProperties(_ref14, _excluded14);
|
|
489
514
|
|
|
490
515
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
491
516
|
width: size,
|
|
@@ -498,9 +523,9 @@ var Query = /*#__PURE__*/React.forwardRef(function Query(_ref13, ref) {
|
|
|
498
523
|
cx: "11",
|
|
499
524
|
cy: "15.5",
|
|
500
525
|
r: "1.5"
|
|
501
|
-
})),
|
|
526
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
502
527
|
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
|
-
})),
|
|
528
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
504
529
|
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"
|
|
505
530
|
})), children);
|
|
506
531
|
});
|
|
@@ -508,28 +533,7 @@ var Query = /*#__PURE__*/React.forwardRef(function Query(_ref13, ref) {
|
|
|
508
533
|
if (process.env.NODE_ENV !== "production") {
|
|
509
534
|
Query.propTypes = iconPropTypes;
|
|
510
535
|
}
|
|
511
|
-
var QueryQueue = /*#__PURE__*/React.forwardRef(function QueryQueue(
|
|
512
|
-
var children = _ref14.children,
|
|
513
|
-
_ref14$size = _ref14.size,
|
|
514
|
-
size = _ref14$size === void 0 ? 16 : _ref14$size,
|
|
515
|
-
rest = _objectWithoutProperties(_ref14, _excluded14);
|
|
516
|
-
|
|
517
|
-
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
518
|
-
width: size,
|
|
519
|
-
height: size,
|
|
520
|
-
ref: ref,
|
|
521
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
522
|
-
viewBox: "0 0 32 32",
|
|
523
|
-
fill: "currentColor"
|
|
524
|
-
}, rest), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
525
|
-
d: "M10 6H28V8H10zM10 12H28V14H10zM15 18H28V20H15zM10 24H28V26H10zM4 14L11 19 4 24 4 14z"
|
|
526
|
-
})), children);
|
|
527
|
-
});
|
|
528
|
-
|
|
529
|
-
if (process.env.NODE_ENV !== "production") {
|
|
530
|
-
QueryQueue.propTypes = iconPropTypes;
|
|
531
|
-
}
|
|
532
|
-
var Queued = /*#__PURE__*/React.forwardRef(function Queued(_ref15, ref) {
|
|
536
|
+
var QueryQueue = /*#__PURE__*/React.forwardRef(function QueryQueue(_ref15, ref) {
|
|
533
537
|
var children = _ref15.children,
|
|
534
538
|
_ref15$size = _ref15.size,
|
|
535
539
|
size = _ref15$size === void 0 ? 16 : _ref15$size,
|
|
@@ -542,15 +546,15 @@ var Queued = /*#__PURE__*/React.forwardRef(function Queued(_ref15, ref) {
|
|
|
542
546
|
xmlns: "http://www.w3.org/2000/svg",
|
|
543
547
|
viewBox: "0 0 32 32",
|
|
544
548
|
fill: "currentColor"
|
|
545
|
-
}, rest),
|
|
546
|
-
d: "
|
|
549
|
+
}, rest), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
550
|
+
d: "M10 6H28V8H10zM10 12H28V14H10zM15 18H28V20H15zM10 24H28V26H10zM4 14L11 19 4 24 4 14z"
|
|
547
551
|
})), children);
|
|
548
552
|
});
|
|
549
553
|
|
|
550
554
|
if (process.env.NODE_ENV !== "production") {
|
|
551
|
-
|
|
555
|
+
QueryQueue.propTypes = iconPropTypes;
|
|
552
556
|
}
|
|
553
|
-
var
|
|
557
|
+
var Queued = /*#__PURE__*/React.forwardRef(function Queued(_ref16, ref) {
|
|
554
558
|
var children = _ref16.children,
|
|
555
559
|
_ref16$size = _ref16.size,
|
|
556
560
|
size = _ref16$size === void 0 ? 16 : _ref16$size,
|
|
@@ -563,15 +567,15 @@ var Quotes = /*#__PURE__*/React.forwardRef(function Quotes(_ref16, ref) {
|
|
|
563
567
|
xmlns: "http://www.w3.org/2000/svg",
|
|
564
568
|
viewBox: "0 0 32 32",
|
|
565
569
|
fill: "currentColor"
|
|
566
|
-
}, rest),
|
|
567
|
-
d: "
|
|
570
|
+
}, rest), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
571
|
+
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"
|
|
568
572
|
})), children);
|
|
569
573
|
});
|
|
570
574
|
|
|
571
575
|
if (process.env.NODE_ENV !== "production") {
|
|
572
|
-
|
|
576
|
+
Queued.propTypes = iconPropTypes;
|
|
573
577
|
}
|
|
574
|
-
var
|
|
578
|
+
var Quotes = /*#__PURE__*/React.forwardRef(function Quotes(_ref17, ref) {
|
|
575
579
|
var children = _ref17.children,
|
|
576
580
|
_ref17$size = _ref17.size,
|
|
577
581
|
size = _ref17$size === void 0 ? 16 : _ref17$size,
|
|
@@ -584,15 +588,15 @@ var Radar = /*#__PURE__*/React.forwardRef(function Radar(_ref17, ref) {
|
|
|
584
588
|
xmlns: "http://www.w3.org/2000/svg",
|
|
585
589
|
viewBox: "0 0 32 32",
|
|
586
590
|
fill: "currentColor"
|
|
587
|
-
}, rest),
|
|
588
|
-
d: "
|
|
591
|
+
}, rest), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
592
|
+
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"
|
|
589
593
|
})), children);
|
|
590
594
|
});
|
|
591
595
|
|
|
592
596
|
if (process.env.NODE_ENV !== "production") {
|
|
593
|
-
|
|
597
|
+
Quotes.propTypes = iconPropTypes;
|
|
594
598
|
}
|
|
595
|
-
var
|
|
599
|
+
var Radar = /*#__PURE__*/React.forwardRef(function Radar(_ref18, ref) {
|
|
596
600
|
var children = _ref18.children,
|
|
597
601
|
_ref18$size = _ref18.size,
|
|
598
602
|
size = _ref18$size === void 0 ? 16 : _ref18$size,
|
|
@@ -605,15 +609,15 @@ var RadarEnhanced = /*#__PURE__*/React.forwardRef(function RadarEnhanced(_ref18,
|
|
|
605
609
|
xmlns: "http://www.w3.org/2000/svg",
|
|
606
610
|
viewBox: "0 0 32 32",
|
|
607
611
|
fill: "currentColor"
|
|
608
|
-
}, rest),
|
|
609
|
-
d: "M30,3.
|
|
612
|
+
}, rest), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
613
|
+
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"
|
|
610
614
|
})), children);
|
|
611
615
|
});
|
|
612
616
|
|
|
613
617
|
if (process.env.NODE_ENV !== "production") {
|
|
614
|
-
|
|
618
|
+
Radar.propTypes = iconPropTypes;
|
|
615
619
|
}
|
|
616
|
-
var
|
|
620
|
+
var RadarEnhanced = /*#__PURE__*/React.forwardRef(function RadarEnhanced(_ref19, ref) {
|
|
617
621
|
var children = _ref19.children,
|
|
618
622
|
_ref19$size = _ref19.size,
|
|
619
623
|
size = _ref19$size === void 0 ? 16 : _ref19$size,
|
|
@@ -626,15 +630,15 @@ var RadarWeather = /*#__PURE__*/React.forwardRef(function RadarWeather(_ref19, r
|
|
|
626
630
|
xmlns: "http://www.w3.org/2000/svg",
|
|
627
631
|
viewBox: "0 0 32 32",
|
|
628
632
|
fill: "currentColor"
|
|
629
|
-
}, rest),
|
|
630
|
-
d: "M30,3.4146,28.5854,2,17.2932,13.2925a1,1,0,1,0,1.4141,1.414l3.4543-3.
|
|
633
|
+
}, rest), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
634
|
+
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"
|
|
631
635
|
})), children);
|
|
632
636
|
});
|
|
633
637
|
|
|
634
638
|
if (process.env.NODE_ENV !== "production") {
|
|
635
|
-
|
|
639
|
+
RadarEnhanced.propTypes = iconPropTypes;
|
|
636
640
|
}
|
|
637
|
-
var
|
|
641
|
+
var RadarWeather = /*#__PURE__*/React.forwardRef(function RadarWeather(_ref20, ref) {
|
|
638
642
|
var children = _ref20.children,
|
|
639
643
|
_ref20$size = _ref20.size,
|
|
640
644
|
size = _ref20$size === void 0 ? 16 : _ref20$size,
|
|
@@ -647,17 +651,15 @@ var Radio = /*#__PURE__*/React.forwardRef(function Radio(_ref20, ref) {
|
|
|
647
651
|
xmlns: "http://www.w3.org/2000/svg",
|
|
648
652
|
viewBox: "0 0 32 32",
|
|
649
653
|
fill: "currentColor"
|
|
650
|
-
}, rest),
|
|
651
|
-
d: "
|
|
652
|
-
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
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"
|
|
654
|
+
}, rest), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
655
|
+
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"
|
|
654
656
|
})), children);
|
|
655
657
|
});
|
|
656
658
|
|
|
657
659
|
if (process.env.NODE_ENV !== "production") {
|
|
658
|
-
|
|
660
|
+
RadarWeather.propTypes = iconPropTypes;
|
|
659
661
|
}
|
|
660
|
-
var
|
|
662
|
+
var Radio = /*#__PURE__*/React.forwardRef(function Radio(_ref21, ref) {
|
|
661
663
|
var children = _ref21.children,
|
|
662
664
|
_ref21$size = _ref21.size,
|
|
663
665
|
size = _ref21$size === void 0 ? 16 : _ref21$size,
|
|
@@ -671,16 +673,16 @@ var RadioCombat = /*#__PURE__*/React.forwardRef(function RadioCombat(_ref21, ref
|
|
|
671
673
|
viewBox: "0 0 32 32",
|
|
672
674
|
fill: "currentColor"
|
|
673
675
|
}, rest), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
674
|
-
d: "
|
|
676
|
+
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"
|
|
675
677
|
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
676
|
-
d: "
|
|
678
|
+
d: "M10 26a4 4 0 114-4A4 4 0 0110 26zm0-6a2 2 0 102 2A2 2 0 0010 20zM7 14H13V16H7zM17 16H26V18H17zM17 20H26V22H17zM17 24H26V26H17z"
|
|
677
679
|
})), children);
|
|
678
680
|
});
|
|
679
681
|
|
|
680
682
|
if (process.env.NODE_ENV !== "production") {
|
|
681
|
-
|
|
683
|
+
Radio.propTypes = iconPropTypes;
|
|
682
684
|
}
|
|
683
|
-
var
|
|
685
|
+
var RadioCombat = /*#__PURE__*/React.forwardRef(function RadioCombat(_ref22, ref) {
|
|
684
686
|
var children = _ref22.children,
|
|
685
687
|
_ref22$size = _ref22.size,
|
|
686
688
|
size = _ref22$size === void 0 ? 16 : _ref22$size,
|
|
@@ -694,20 +696,16 @@ var RadioPushToTalk = /*#__PURE__*/React.forwardRef(function RadioPushToTalk(_re
|
|
|
694
696
|
viewBox: "0 0 32 32",
|
|
695
697
|
fill: "currentColor"
|
|
696
698
|
}, rest), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
697
|
-
d: "
|
|
698
|
-
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
699
|
-
cx: "16",
|
|
700
|
-
cy: "23",
|
|
701
|
-
r: "2"
|
|
699
|
+
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"
|
|
702
700
|
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
703
|
-
d: "
|
|
701
|
+
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"
|
|
704
702
|
})), children);
|
|
705
703
|
});
|
|
706
704
|
|
|
707
705
|
if (process.env.NODE_ENV !== "production") {
|
|
708
|
-
|
|
706
|
+
RadioCombat.propTypes = iconPropTypes;
|
|
709
707
|
}
|
|
710
|
-
var
|
|
708
|
+
var RadioPushToTalk = /*#__PURE__*/React.forwardRef(function RadioPushToTalk(_ref23, ref) {
|
|
711
709
|
var children = _ref23.children,
|
|
712
710
|
_ref23$size = _ref23.size,
|
|
713
711
|
size = _ref23$size === void 0 ? 16 : _ref23$size,
|
|
@@ -721,14 +719,20 @@ var RadioButton = /*#__PURE__*/React.forwardRef(function RadioButton(_ref23, ref
|
|
|
721
719
|
viewBox: "0 0 32 32",
|
|
722
720
|
fill: "currentColor"
|
|
723
721
|
}, rest), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
724
|
-
d: "
|
|
722
|
+
d: "M13 11H19V13H13zM13 15H19V17H13z"
|
|
723
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
724
|
+
cx: "16",
|
|
725
|
+
cy: "23",
|
|
726
|
+
r: "2"
|
|
727
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
728
|
+
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"
|
|
725
729
|
})), children);
|
|
726
730
|
});
|
|
727
731
|
|
|
728
732
|
if (process.env.NODE_ENV !== "production") {
|
|
729
|
-
|
|
733
|
+
RadioPushToTalk.propTypes = iconPropTypes;
|
|
730
734
|
}
|
|
731
|
-
var
|
|
735
|
+
var RadioButton = /*#__PURE__*/React.forwardRef(function RadioButton(_ref24, ref) {
|
|
732
736
|
var children = _ref24.children,
|
|
733
737
|
_ref24$size = _ref24.size,
|
|
734
738
|
size = _ref24$size === void 0 ? 16 : _ref24$size,
|
|
@@ -741,17 +745,15 @@ var RadioButtonChecked = /*#__PURE__*/React.forwardRef(function RadioButtonCheck
|
|
|
741
745
|
xmlns: "http://www.w3.org/2000/svg",
|
|
742
746
|
viewBox: "0 0 32 32",
|
|
743
747
|
fill: "currentColor"
|
|
744
|
-
}, rest),
|
|
748
|
+
}, rest), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
745
749
|
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
|
-
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
747
|
-
d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Z"
|
|
748
750
|
})), children);
|
|
749
751
|
});
|
|
750
752
|
|
|
751
753
|
if (process.env.NODE_ENV !== "production") {
|
|
752
|
-
|
|
754
|
+
RadioButton.propTypes = iconPropTypes;
|
|
753
755
|
}
|
|
754
|
-
var
|
|
756
|
+
var RadioButtonChecked = /*#__PURE__*/React.forwardRef(function RadioButtonChecked(_ref25, ref) {
|
|
755
757
|
var children = _ref25.children,
|
|
756
758
|
_ref25$size = _ref25.size,
|
|
757
759
|
size = _ref25$size === void 0 ? 16 : _ref25$size,
|
|
@@ -765,14 +767,16 @@ var Rain = /*#__PURE__*/React.forwardRef(function Rain(_ref25, ref) {
|
|
|
765
767
|
viewBox: "0 0 32 32",
|
|
766
768
|
fill: "currentColor"
|
|
767
769
|
}, rest), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
768
|
-
d: "
|
|
770
|
+
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"
|
|
771
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
772
|
+
d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Z"
|
|
769
773
|
})), children);
|
|
770
774
|
});
|
|
771
775
|
|
|
772
776
|
if (process.env.NODE_ENV !== "production") {
|
|
773
|
-
|
|
777
|
+
RadioButtonChecked.propTypes = iconPropTypes;
|
|
774
778
|
}
|
|
775
|
-
var
|
|
779
|
+
var Rain = /*#__PURE__*/React.forwardRef(function Rain(_ref26, ref) {
|
|
776
780
|
var children = _ref26.children,
|
|
777
781
|
_ref26$size = _ref26.size,
|
|
778
782
|
size = _ref26$size === void 0 ? 16 : _ref26$size,
|
|
@@ -785,17 +789,15 @@ var RainDrizzle = /*#__PURE__*/React.forwardRef(function RainDrizzle(_ref26, ref
|
|
|
785
789
|
xmlns: "http://www.w3.org/2000/svg",
|
|
786
790
|
viewBox: "0 0 32 32",
|
|
787
791
|
fill: "currentColor"
|
|
788
|
-
}, rest),
|
|
789
|
-
d: "
|
|
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"
|
|
792
|
+
}, rest), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
793
|
+
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"
|
|
792
794
|
})), children);
|
|
793
795
|
});
|
|
794
796
|
|
|
795
797
|
if (process.env.NODE_ENV !== "production") {
|
|
796
|
-
|
|
798
|
+
Rain.propTypes = iconPropTypes;
|
|
797
799
|
}
|
|
798
|
-
var
|
|
800
|
+
var RainDrizzle = /*#__PURE__*/React.forwardRef(function RainDrizzle(_ref27, ref) {
|
|
799
801
|
var children = _ref27.children,
|
|
800
802
|
_ref27$size = _ref27.size,
|
|
801
803
|
size = _ref27$size === void 0 ? 16 : _ref27$size,
|
|
@@ -809,16 +811,16 @@ var RainHeavy = /*#__PURE__*/React.forwardRef(function RainHeavy(_ref27, ref) {
|
|
|
809
811
|
viewBox: "0 0 32 32",
|
|
810
812
|
fill: "currentColor"
|
|
811
813
|
}, rest), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
812
|
-
d: "
|
|
814
|
+
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"
|
|
813
815
|
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
814
|
-
d: "
|
|
816
|
+
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"
|
|
815
817
|
})), children);
|
|
816
818
|
});
|
|
817
819
|
|
|
818
820
|
if (process.env.NODE_ENV !== "production") {
|
|
819
|
-
|
|
821
|
+
RainDrizzle.propTypes = iconPropTypes;
|
|
820
822
|
}
|
|
821
|
-
var
|
|
823
|
+
var RainHeavy = /*#__PURE__*/React.forwardRef(function RainHeavy(_ref28, ref) {
|
|
822
824
|
var children = _ref28.children,
|
|
823
825
|
_ref28$size = _ref28.size,
|
|
824
826
|
size = _ref28$size === void 0 ? 16 : _ref28$size,
|
|
@@ -832,29 +834,16 @@ var RainScattered = /*#__PURE__*/React.forwardRef(function RainScattered(_ref28,
|
|
|
832
834
|
viewBox: "0 0 32 32",
|
|
833
835
|
fill: "currentColor"
|
|
834
836
|
}, rest), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
835
|
-
d: "
|
|
837
|
+
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"
|
|
836
838
|
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
837
|
-
d: "
|
|
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"
|
|
846
|
-
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
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"
|
|
839
|
+
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"
|
|
851
840
|
})), children);
|
|
852
841
|
});
|
|
853
842
|
|
|
854
843
|
if (process.env.NODE_ENV !== "production") {
|
|
855
|
-
|
|
844
|
+
RainHeavy.propTypes = iconPropTypes;
|
|
856
845
|
}
|
|
857
|
-
var
|
|
846
|
+
var RainScattered = /*#__PURE__*/React.forwardRef(function RainScattered(_ref29, ref) {
|
|
858
847
|
var children = _ref29.children,
|
|
859
848
|
_ref29$size = _ref29.size,
|
|
860
849
|
size = _ref29$size === void 0 ? 16 : _ref29$size,
|
|
@@ -867,15 +856,30 @@ var RainScatteredNight = /*#__PURE__*/React.forwardRef(function RainScatteredNig
|
|
|
867
856
|
xmlns: "http://www.w3.org/2000/svg",
|
|
868
857
|
viewBox: "0 0 32 32",
|
|
869
858
|
fill: "currentColor"
|
|
870
|
-
}, rest),
|
|
871
|
-
d: "M8.5084
|
|
859
|
+
}, rest), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
860
|
+
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"
|
|
861
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
862
|
+
d: "M27.232 15.733H29.232V18.733H27.232z",
|
|
863
|
+
transform: "rotate(-45.009 28.232 17.233)"
|
|
864
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
865
|
+
d: "M29 10H32V12H29z"
|
|
866
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
867
|
+
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
868
|
+
transform: "rotate(-45 28.232 4.768)"
|
|
869
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
870
|
+
d: "M20 0H22V3H20z"
|
|
871
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
872
|
+
d: "M12.768 3.268H14.768V6.268H12.768z",
|
|
873
|
+
transform: "rotate(-45 13.768 4.768)"
|
|
874
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
875
|
+
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"
|
|
872
876
|
})), children);
|
|
873
877
|
});
|
|
874
878
|
|
|
875
879
|
if (process.env.NODE_ENV !== "production") {
|
|
876
|
-
|
|
880
|
+
RainScattered.propTypes = iconPropTypes;
|
|
877
881
|
}
|
|
878
|
-
var
|
|
882
|
+
var RainScatteredNight = /*#__PURE__*/React.forwardRef(function RainScatteredNight(_ref30, ref) {
|
|
879
883
|
var children = _ref30.children,
|
|
880
884
|
_ref30$size = _ref30.size,
|
|
881
885
|
size = _ref30$size === void 0 ? 16 : _ref30$size,
|
|
@@ -888,17 +892,15 @@ var RainDrop = /*#__PURE__*/React.forwardRef(function RainDrop(_ref30, ref) {
|
|
|
888
892
|
xmlns: "http://www.w3.org/2000/svg",
|
|
889
893
|
viewBox: "0 0 32 32",
|
|
890
894
|
fill: "currentColor"
|
|
891
|
-
}, rest),
|
|
892
|
-
d: "
|
|
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"
|
|
895
|
+
}, rest), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
896
|
+
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"
|
|
895
897
|
})), children);
|
|
896
898
|
});
|
|
897
899
|
|
|
898
900
|
if (process.env.NODE_ENV !== "production") {
|
|
899
|
-
|
|
901
|
+
RainScatteredNight.propTypes = iconPropTypes;
|
|
900
902
|
}
|
|
901
|
-
var
|
|
903
|
+
var RainDrop = /*#__PURE__*/React.forwardRef(function RainDrop(_ref31, ref) {
|
|
902
904
|
var children = _ref31.children,
|
|
903
905
|
_ref31$size = _ref31.size,
|
|
904
906
|
size = _ref31$size === void 0 ? 16 : _ref31$size,
|
|
@@ -912,14 +914,16 @@ var Raw = /*#__PURE__*/React.forwardRef(function Raw(_ref31, ref) {
|
|
|
912
914
|
viewBox: "0 0 32 32",
|
|
913
915
|
fill: "currentColor"
|
|
914
916
|
}, rest), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
915
|
-
d: "
|
|
917
|
+
d: "M16,24V22a3.2965,3.2965,0,0,0,3-3h2A5.2668,5.2668,0,0,1,16,24Z"
|
|
918
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
919
|
+
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"
|
|
916
920
|
})), children);
|
|
917
921
|
});
|
|
918
922
|
|
|
919
923
|
if (process.env.NODE_ENV !== "production") {
|
|
920
|
-
|
|
924
|
+
RainDrop.propTypes = iconPropTypes;
|
|
921
925
|
}
|
|
922
|
-
var
|
|
926
|
+
var Raw = /*#__PURE__*/React.forwardRef(function Raw(_ref32, ref) {
|
|
923
927
|
var children = _ref32.children,
|
|
924
928
|
_ref32$size = _ref32.size,
|
|
925
929
|
size = _ref32$size === void 0 ? 16 : _ref32$size,
|
|
@@ -932,17 +936,15 @@ var Receipt = /*#__PURE__*/React.forwardRef(function Receipt(_ref32, ref) {
|
|
|
932
936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
933
937
|
viewBox: "0 0 32 32",
|
|
934
938
|
fill: "currentColor"
|
|
935
|
-
}, rest),
|
|
936
|
-
d: "
|
|
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"
|
|
939
|
+
}, rest), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
940
|
+
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"
|
|
939
941
|
})), children);
|
|
940
942
|
});
|
|
941
943
|
|
|
942
944
|
if (process.env.NODE_ENV !== "production") {
|
|
943
|
-
|
|
945
|
+
Raw.propTypes = iconPropTypes;
|
|
944
946
|
}
|
|
945
|
-
var
|
|
947
|
+
var Receipt = /*#__PURE__*/React.forwardRef(function Receipt(_ref33, ref) {
|
|
946
948
|
var children = _ref33.children,
|
|
947
949
|
_ref33$size = _ref33.size,
|
|
948
950
|
size = _ref33$size === void 0 ? 16 : _ref33$size,
|
|
@@ -956,16 +958,16 @@ var RecentlyViewed = /*#__PURE__*/React.forwardRef(function RecentlyViewed(_ref3
|
|
|
956
958
|
viewBox: "0 0 32 32",
|
|
957
959
|
fill: "currentColor"
|
|
958
960
|
}, rest), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
959
|
-
d: "
|
|
961
|
+
d: "M21 16H23V18H21zM9 16H17V18H9zM21 12H23V14H21zM9 12H17V14H9zM9 8H23V10H9z"
|
|
960
962
|
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
961
|
-
d: "
|
|
963
|
+
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"
|
|
962
964
|
})), children);
|
|
963
965
|
});
|
|
964
966
|
|
|
965
967
|
if (process.env.NODE_ENV !== "production") {
|
|
966
|
-
|
|
968
|
+
Receipt.propTypes = iconPropTypes;
|
|
967
969
|
}
|
|
968
|
-
var
|
|
970
|
+
var RecentlyViewed = /*#__PURE__*/React.forwardRef(function RecentlyViewed(_ref34, ref) {
|
|
969
971
|
var children = _ref34.children,
|
|
970
972
|
_ref34$size = _ref34.size,
|
|
971
973
|
size = _ref34$size === void 0 ? 16 : _ref34$size,
|
|
@@ -979,14 +981,16 @@ var Recommend = /*#__PURE__*/React.forwardRef(function Recommend(_ref34, ref) {
|
|
|
979
981
|
viewBox: "0 0 32 32",
|
|
980
982
|
fill: "currentColor"
|
|
981
983
|
}, rest), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
982
|
-
d: "
|
|
984
|
+
d: "M20.59 22L15 16.41 15 7 17 7 17 15.58 22 20.59 20.59 22z"
|
|
985
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
986
|
+
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"
|
|
983
987
|
})), children);
|
|
984
988
|
});
|
|
985
989
|
|
|
986
990
|
if (process.env.NODE_ENV !== "production") {
|
|
987
|
-
|
|
991
|
+
RecentlyViewed.propTypes = iconPropTypes;
|
|
988
992
|
}
|
|
989
|
-
var
|
|
993
|
+
var Recommend = /*#__PURE__*/React.forwardRef(function Recommend(_ref35, ref) {
|
|
990
994
|
var children = _ref35.children,
|
|
991
995
|
_ref35$size = _ref35.size,
|
|
992
996
|
size = _ref35$size === void 0 ? 16 : _ref35$size,
|
|
@@ -999,22 +1003,43 @@ var Recording = /*#__PURE__*/React.forwardRef(function Recording(_ref35, ref) {
|
|
|
999
1003
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1000
1004
|
viewBox: "0 0 32 32",
|
|
1001
1005
|
fill: "currentColor"
|
|
1002
|
-
}, rest),
|
|
1003
|
-
d: "M16,
|
|
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"
|
|
1006
|
+
}, rest), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1007
|
+
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"
|
|
1006
1008
|
})), children);
|
|
1007
1009
|
});
|
|
1008
1010
|
|
|
1009
1011
|
if (process.env.NODE_ENV !== "production") {
|
|
1010
|
-
|
|
1012
|
+
Recommend.propTypes = iconPropTypes;
|
|
1011
1013
|
}
|
|
1012
|
-
var
|
|
1014
|
+
var Recording = /*#__PURE__*/React.forwardRef(function Recording(_ref36, ref) {
|
|
1013
1015
|
var children = _ref36.children,
|
|
1014
1016
|
_ref36$size = _ref36.size,
|
|
1015
1017
|
size = _ref36$size === void 0 ? 16 : _ref36$size,
|
|
1016
1018
|
rest = _objectWithoutProperties(_ref36, _excluded36);
|
|
1017
1019
|
|
|
1020
|
+
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1021
|
+
width: size,
|
|
1022
|
+
height: size,
|
|
1023
|
+
ref: ref,
|
|
1024
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1025
|
+
viewBox: "0 0 32 32",
|
|
1026
|
+
fill: "currentColor"
|
|
1027
|
+
}, rest), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1028
|
+
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"
|
|
1029
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1030
|
+
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"
|
|
1031
|
+
})), children);
|
|
1032
|
+
});
|
|
1033
|
+
|
|
1034
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1035
|
+
Recording.propTypes = iconPropTypes;
|
|
1036
|
+
}
|
|
1037
|
+
var RecordingFilled = /*#__PURE__*/React.forwardRef(function RecordingFilled(_ref37, ref) {
|
|
1038
|
+
var children = _ref37.children,
|
|
1039
|
+
_ref37$size = _ref37.size,
|
|
1040
|
+
size = _ref37$size === void 0 ? 16 : _ref37$size,
|
|
1041
|
+
rest = _objectWithoutProperties(_ref37, _excluded37);
|
|
1042
|
+
|
|
1018
1043
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1019
1044
|
width: size,
|
|
1020
1045
|
height: size,
|
|
@@ -1026,7 +1051,7 @@ var RecordingFilled = /*#__PURE__*/React.forwardRef(function RecordingFilled(_re
|
|
|
1026
1051
|
cx: "16",
|
|
1027
1052
|
cy: "16",
|
|
1028
1053
|
r: "4"
|
|
1029
|
-
})),
|
|
1054
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1030
1055
|
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"
|
|
1031
1056
|
})), children);
|
|
1032
1057
|
});
|
|
@@ -1034,11 +1059,11 @@ var RecordingFilled = /*#__PURE__*/React.forwardRef(function RecordingFilled(_re
|
|
|
1034
1059
|
if (process.env.NODE_ENV !== "production") {
|
|
1035
1060
|
RecordingFilled.propTypes = iconPropTypes;
|
|
1036
1061
|
}
|
|
1037
|
-
var RecordingFilledAlt = /*#__PURE__*/React.forwardRef(function RecordingFilledAlt(
|
|
1038
|
-
var children =
|
|
1039
|
-
|
|
1040
|
-
size =
|
|
1041
|
-
rest = _objectWithoutProperties(
|
|
1062
|
+
var RecordingFilledAlt = /*#__PURE__*/React.forwardRef(function RecordingFilledAlt(_ref38, ref) {
|
|
1063
|
+
var children = _ref38.children,
|
|
1064
|
+
_ref38$size = _ref38.size,
|
|
1065
|
+
size = _ref38$size === void 0 ? 16 : _ref38$size,
|
|
1066
|
+
rest = _objectWithoutProperties(_ref38, _excluded38);
|
|
1042
1067
|
|
|
1043
1068
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1044
1069
|
width: size,
|
|
@@ -1047,9 +1072,9 @@ var RecordingFilledAlt = /*#__PURE__*/React.forwardRef(function RecordingFilledA
|
|
|
1047
1072
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1048
1073
|
viewBox: "0 0 32 32",
|
|
1049
1074
|
fill: "currentColor"
|
|
1050
|
-
}, rest),
|
|
1075
|
+
}, rest), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1051
1076
|
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
|
-
})),
|
|
1077
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1053
1078
|
d: "M16,10c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6-6S19.3,10,16,10z",
|
|
1054
1079
|
"data-icon-path": "inner-path",
|
|
1055
1080
|
opacity: "0"
|
|
@@ -1059,11 +1084,11 @@ var RecordingFilledAlt = /*#__PURE__*/React.forwardRef(function RecordingFilledA
|
|
|
1059
1084
|
if (process.env.NODE_ENV !== "production") {
|
|
1060
1085
|
RecordingFilledAlt.propTypes = iconPropTypes;
|
|
1061
1086
|
}
|
|
1062
|
-
var Redo = /*#__PURE__*/React.forwardRef(function Redo(
|
|
1063
|
-
var children =
|
|
1064
|
-
|
|
1065
|
-
size =
|
|
1066
|
-
rest = _objectWithoutProperties(
|
|
1087
|
+
var Redo = /*#__PURE__*/React.forwardRef(function Redo(_ref39, ref) {
|
|
1088
|
+
var children = _ref39.children,
|
|
1089
|
+
_ref39$size = _ref39.size,
|
|
1090
|
+
size = _ref39$size === void 0 ? 16 : _ref39$size,
|
|
1091
|
+
rest = _objectWithoutProperties(_ref39, _excluded39);
|
|
1067
1092
|
|
|
1068
1093
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1069
1094
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
@@ -1073,7 +1098,7 @@ var Redo = /*#__PURE__*/React.forwardRef(function Redo(_ref38, ref) {
|
|
|
1073
1098
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1074
1099
|
viewBox: "0 0 16 16",
|
|
1075
1100
|
fill: "currentColor"
|
|
1076
|
-
}, rest),
|
|
1101
|
+
}, rest), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1077
1102
|
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
1103
|
})), children);
|
|
1079
1104
|
}
|
|
@@ -1086,7 +1111,7 @@ var Redo = /*#__PURE__*/React.forwardRef(function Redo(_ref38, ref) {
|
|
|
1086
1111
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1087
1112
|
viewBox: "0 0 20 20",
|
|
1088
1113
|
fill: "currentColor"
|
|
1089
|
-
}, rest),
|
|
1114
|
+
}, rest), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1090
1115
|
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
1116
|
})), children);
|
|
1092
1117
|
}
|
|
@@ -1099,7 +1124,7 @@ var Redo = /*#__PURE__*/React.forwardRef(function Redo(_ref38, ref) {
|
|
|
1099
1124
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1100
1125
|
viewBox: "0 0 24 24",
|
|
1101
1126
|
fill: "currentColor"
|
|
1102
|
-
}, rest),
|
|
1127
|
+
}, rest), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1103
1128
|
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
1129
|
})), children);
|
|
1105
1130
|
}
|
|
@@ -1111,7 +1136,7 @@ var Redo = /*#__PURE__*/React.forwardRef(function Redo(_ref38, ref) {
|
|
|
1111
1136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1112
1137
|
viewBox: "0 0 32 32",
|
|
1113
1138
|
fill: "currentColor"
|
|
1114
|
-
}, rest),
|
|
1139
|
+
}, rest), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1115
1140
|
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"
|
|
1116
1141
|
})), children);
|
|
1117
1142
|
});
|
|
@@ -1119,28 +1144,7 @@ var Redo = /*#__PURE__*/React.forwardRef(function Redo(_ref38, ref) {
|
|
|
1119
1144
|
if (process.env.NODE_ENV !== "production") {
|
|
1120
1145
|
Redo.propTypes = iconPropTypes;
|
|
1121
1146
|
}
|
|
1122
|
-
var RefEvapotranspiration = /*#__PURE__*/React.forwardRef(function RefEvapotranspiration(
|
|
1123
|
-
var children = _ref39.children,
|
|
1124
|
-
_ref39$size = _ref39.size,
|
|
1125
|
-
size = _ref39$size === void 0 ? 16 : _ref39$size,
|
|
1126
|
-
rest = _objectWithoutProperties(_ref39, _excluded39);
|
|
1127
|
-
|
|
1128
|
-
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1129
|
-
width: size,
|
|
1130
|
-
height: size,
|
|
1131
|
-
ref: ref,
|
|
1132
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1133
|
-
viewBox: "0 0 32 32",
|
|
1134
|
-
fill: "currentColor"
|
|
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"
|
|
1137
|
-
})), children);
|
|
1138
|
-
});
|
|
1139
|
-
|
|
1140
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1141
|
-
RefEvapotranspiration.propTypes = iconPropTypes;
|
|
1142
|
-
}
|
|
1143
|
-
var ReflectHorizontal = /*#__PURE__*/React.forwardRef(function ReflectHorizontal(_ref40, ref) {
|
|
1147
|
+
var RefEvapotranspiration = /*#__PURE__*/React.forwardRef(function RefEvapotranspiration(_ref40, ref) {
|
|
1144
1148
|
var children = _ref40.children,
|
|
1145
1149
|
_ref40$size = _ref40.size,
|
|
1146
1150
|
size = _ref40$size === void 0 ? 16 : _ref40$size,
|
|
@@ -1153,20 +1157,15 @@ var ReflectHorizontal = /*#__PURE__*/React.forwardRef(function ReflectHorizontal
|
|
|
1153
1157
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1154
1158
|
viewBox: "0 0 32 32",
|
|
1155
1159
|
fill: "currentColor"
|
|
1156
|
-
}, rest),
|
|
1157
|
-
d: "
|
|
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"
|
|
1160
|
+
}, rest), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1161
|
+
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"
|
|
1163
1162
|
})), children);
|
|
1164
1163
|
});
|
|
1165
1164
|
|
|
1166
1165
|
if (process.env.NODE_ENV !== "production") {
|
|
1167
|
-
|
|
1166
|
+
RefEvapotranspiration.propTypes = iconPropTypes;
|
|
1168
1167
|
}
|
|
1169
|
-
var
|
|
1168
|
+
var ReflectHorizontal = /*#__PURE__*/React.forwardRef(function ReflectHorizontal(_ref41, ref) {
|
|
1170
1169
|
var children = _ref41.children,
|
|
1171
1170
|
_ref41$size = _ref41.size,
|
|
1172
1171
|
size = _ref41$size === void 0 ? 16 : _ref41$size,
|
|
@@ -1179,20 +1178,20 @@ var ReflectVertical = /*#__PURE__*/React.forwardRef(function ReflectVertical(_re
|
|
|
1179
1178
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1180
1179
|
viewBox: "0 0 32 32",
|
|
1181
1180
|
fill: "currentColor"
|
|
1182
|
-
}, rest),
|
|
1183
|
-
d: "
|
|
1184
|
-
})),
|
|
1181
|
+
}, rest), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1182
|
+
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"
|
|
1183
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1185
1184
|
d: "M15 2H17V30H15z",
|
|
1186
|
-
transform: "rotate(-
|
|
1187
|
-
})),
|
|
1188
|
-
d: "
|
|
1185
|
+
transform: "rotate(-180 16 16)"
|
|
1186
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1187
|
+
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"
|
|
1189
1188
|
})), children);
|
|
1190
1189
|
});
|
|
1191
1190
|
|
|
1192
1191
|
if (process.env.NODE_ENV !== "production") {
|
|
1193
|
-
|
|
1192
|
+
ReflectHorizontal.propTypes = iconPropTypes;
|
|
1194
1193
|
}
|
|
1195
|
-
var
|
|
1194
|
+
var ReflectVertical = /*#__PURE__*/React.forwardRef(function ReflectVertical(_ref42, ref) {
|
|
1196
1195
|
var children = _ref42.children,
|
|
1197
1196
|
_ref42$size = _ref42.size,
|
|
1198
1197
|
size = _ref42$size === void 0 ? 16 : _ref42$size,
|
|
@@ -1205,17 +1204,20 @@ var WatsonHealthRegionAnalysisArea = /*#__PURE__*/React.forwardRef(function Wats
|
|
|
1205
1204
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1206
1205
|
viewBox: "0 0 32 32",
|
|
1207
1206
|
fill: "currentColor"
|
|
1208
|
-
}, rest),
|
|
1209
|
-
d: "
|
|
1207
|
+
}, rest), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1208
|
+
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"
|
|
1209
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1210
|
+
d: "M15 2H17V30H15z",
|
|
1211
|
+
transform: "rotate(-90 16 16)"
|
|
1210
1212
|
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1211
|
-
d: "M16,
|
|
1213
|
+
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"
|
|
1212
1214
|
})), children);
|
|
1213
1215
|
});
|
|
1214
1216
|
|
|
1215
1217
|
if (process.env.NODE_ENV !== "production") {
|
|
1216
|
-
|
|
1218
|
+
ReflectVertical.propTypes = iconPropTypes;
|
|
1217
1219
|
}
|
|
1218
|
-
var
|
|
1220
|
+
var WatsonHealthRegionAnalysisArea = /*#__PURE__*/React.forwardRef(function WatsonHealthRegionAnalysisArea(_ref43, ref) {
|
|
1219
1221
|
var children = _ref43.children,
|
|
1220
1222
|
_ref43$size = _ref43.size,
|
|
1221
1223
|
size = _ref43$size === void 0 ? 16 : _ref43$size,
|
|
@@ -1231,14 +1233,14 @@ var WatsonHealthRegionAnalysisVolume = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
1231
1233
|
}, rest), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1232
1234
|
d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z"
|
|
1233
1235
|
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1234
|
-
d: "
|
|
1236
|
+
d: "M16,30A14,14,0,1,1,30,16H28A12,12,0,1,0,16,28Z"
|
|
1235
1237
|
})), children);
|
|
1236
1238
|
});
|
|
1237
1239
|
|
|
1238
1240
|
if (process.env.NODE_ENV !== "production") {
|
|
1239
|
-
|
|
1241
|
+
WatsonHealthRegionAnalysisArea.propTypes = iconPropTypes;
|
|
1240
1242
|
}
|
|
1241
|
-
var
|
|
1243
|
+
var WatsonHealthRegionAnalysisVolume = /*#__PURE__*/React.forwardRef(function WatsonHealthRegionAnalysisVolume(_ref44, ref) {
|
|
1242
1244
|
var children = _ref44.children,
|
|
1243
1245
|
_ref44$size = _ref44.size,
|
|
1244
1246
|
size = _ref44$size === void 0 ? 16 : _ref44$size,
|
|
@@ -1252,16 +1254,16 @@ var WatsonHealthRegistration = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
1252
1254
|
viewBox: "0 0 32 32",
|
|
1253
1255
|
fill: "currentColor"
|
|
1254
1256
|
}, rest), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1255
|
-
d: "
|
|
1257
|
+
d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z"
|
|
1256
1258
|
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1257
|
-
d: "
|
|
1259
|
+
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"
|
|
1258
1260
|
})), children);
|
|
1259
1261
|
});
|
|
1260
1262
|
|
|
1261
1263
|
if (process.env.NODE_ENV !== "production") {
|
|
1262
|
-
|
|
1264
|
+
WatsonHealthRegionAnalysisVolume.propTypes = iconPropTypes;
|
|
1263
1265
|
}
|
|
1264
|
-
var
|
|
1266
|
+
var WatsonHealthRegistration = /*#__PURE__*/React.forwardRef(function WatsonHealthRegistration(_ref45, ref) {
|
|
1265
1267
|
var children = _ref45.children,
|
|
1266
1268
|
_ref45$size = _ref45.size,
|
|
1267
1269
|
size = _ref45$size === void 0 ? 16 : _ref45$size,
|
|
@@ -1275,16 +1277,16 @@ var Reminder = /*#__PURE__*/React.forwardRef(function Reminder(_ref45, ref) {
|
|
|
1275
1277
|
viewBox: "0 0 32 32",
|
|
1276
1278
|
fill: "currentColor"
|
|
1277
1279
|
}, rest), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1278
|
-
d: "
|
|
1280
|
+
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"
|
|
1279
1281
|
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1280
|
-
d: "
|
|
1282
|
+
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"
|
|
1281
1283
|
})), children);
|
|
1282
1284
|
});
|
|
1283
1285
|
|
|
1284
1286
|
if (process.env.NODE_ENV !== "production") {
|
|
1285
|
-
|
|
1287
|
+
WatsonHealthRegistration.propTypes = iconPropTypes;
|
|
1286
1288
|
}
|
|
1287
|
-
var
|
|
1289
|
+
var Reminder = /*#__PURE__*/React.forwardRef(function Reminder(_ref46, ref) {
|
|
1288
1290
|
var children = _ref46.children,
|
|
1289
1291
|
_ref46$size = _ref46.size,
|
|
1290
1292
|
size = _ref46$size === void 0 ? 16 : _ref46$size,
|
|
@@ -1298,16 +1300,16 @@ var ReminderMedical = /*#__PURE__*/React.forwardRef(function ReminderMedical(_re
|
|
|
1298
1300
|
viewBox: "0 0 32 32",
|
|
1299
1301
|
fill: "currentColor"
|
|
1300
1302
|
}, rest), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1301
|
-
d: "
|
|
1303
|
+
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"
|
|
1302
1304
|
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1303
|
-
d: "
|
|
1305
|
+
d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
|
|
1304
1306
|
})), children);
|
|
1305
1307
|
});
|
|
1306
1308
|
|
|
1307
1309
|
if (process.env.NODE_ENV !== "production") {
|
|
1308
|
-
|
|
1310
|
+
Reminder.propTypes = iconPropTypes;
|
|
1309
1311
|
}
|
|
1310
|
-
var
|
|
1312
|
+
var ReminderMedical = /*#__PURE__*/React.forwardRef(function ReminderMedical(_ref47, ref) {
|
|
1311
1313
|
var children = _ref47.children,
|
|
1312
1314
|
_ref47$size = _ref47.size,
|
|
1313
1315
|
size = _ref47$size === void 0 ? 16 : _ref47$size,
|
|
@@ -1321,14 +1323,16 @@ var Renew = /*#__PURE__*/React.forwardRef(function Renew(_ref47, ref) {
|
|
|
1321
1323
|
viewBox: "0 0 32 32",
|
|
1322
1324
|
fill: "currentColor"
|
|
1323
1325
|
}, rest), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1324
|
-
d: "
|
|
1326
|
+
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"
|
|
1327
|
+
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1328
|
+
d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2l4,0V26L6,26V6h4V8h2V6h8V8h2V6h4v4h2V6A2,2,0,0,0,26,4Z"
|
|
1325
1329
|
})), children);
|
|
1326
1330
|
});
|
|
1327
1331
|
|
|
1328
1332
|
if (process.env.NODE_ENV !== "production") {
|
|
1329
|
-
|
|
1333
|
+
ReminderMedical.propTypes = iconPropTypes;
|
|
1330
1334
|
}
|
|
1331
|
-
var
|
|
1335
|
+
var Renew = /*#__PURE__*/React.forwardRef(function Renew(_ref48, ref) {
|
|
1332
1336
|
var children = _ref48.children,
|
|
1333
1337
|
_ref48$size = _ref48.size,
|
|
1334
1338
|
size = _ref48$size === void 0 ? 16 : _ref48$size,
|
|
@@ -1341,15 +1345,15 @@ var Repeat = /*#__PURE__*/React.forwardRef(function Repeat(_ref48, ref) {
|
|
|
1341
1345
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1342
1346
|
viewBox: "0 0 32 32",
|
|
1343
1347
|
fill: "currentColor"
|
|
1344
|
-
}, rest),
|
|
1345
|
-
d: "
|
|
1348
|
+
}, rest), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1349
|
+
d: "M12 10H6.78A11 11 0 0127 16h2A13 13 0 006 7.68V4H4v8h8zM20 22h5.22A11 11 0 015 16H3a13 13 0 0023 8.32V28h2V20H20z"
|
|
1346
1350
|
})), children);
|
|
1347
1351
|
});
|
|
1348
1352
|
|
|
1349
1353
|
if (process.env.NODE_ENV !== "production") {
|
|
1350
|
-
|
|
1354
|
+
Renew.propTypes = iconPropTypes;
|
|
1351
1355
|
}
|
|
1352
|
-
var
|
|
1356
|
+
var Repeat = /*#__PURE__*/React.forwardRef(function Repeat(_ref49, ref) {
|
|
1353
1357
|
var children = _ref49.children,
|
|
1354
1358
|
_ref49$size = _ref49.size,
|
|
1355
1359
|
size = _ref49$size === void 0 ? 16 : _ref49$size,
|
|
@@ -1362,17 +1366,15 @@ var RepeatOne = /*#__PURE__*/React.forwardRef(function RepeatOne(_ref49, ref) {
|
|
|
1362
1366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1363
1367
|
viewBox: "0 0 32 32",
|
|
1364
1368
|
fill: "currentColor"
|
|
1365
|
-
}, rest),
|
|
1369
|
+
}, rest), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1366
1370
|
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"
|
|
1369
1371
|
})), children);
|
|
1370
1372
|
});
|
|
1371
1373
|
|
|
1372
1374
|
if (process.env.NODE_ENV !== "production") {
|
|
1373
|
-
|
|
1375
|
+
Repeat.propTypes = iconPropTypes;
|
|
1374
1376
|
}
|
|
1375
|
-
var
|
|
1377
|
+
var RepeatOne = /*#__PURE__*/React.forwardRef(function RepeatOne(_ref50, ref) {
|
|
1376
1378
|
var children = _ref50.children,
|
|
1377
1379
|
_ref50$size = _ref50.size,
|
|
1378
1380
|
size = _ref50$size === void 0 ? 16 : _ref50$size,
|
|
@@ -1386,14 +1388,16 @@ var Replicate = /*#__PURE__*/React.forwardRef(function Replicate(_ref50, ref) {
|
|
|
1386
1388
|
viewBox: "0 0 32 32",
|
|
1387
1389
|
fill: "currentColor"
|
|
1388
1390
|
}, rest), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1389
|
-
d: "
|
|
1391
|
+
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"
|
|
1392
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1393
|
+
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"
|
|
1390
1394
|
})), children);
|
|
1391
1395
|
});
|
|
1392
1396
|
|
|
1393
1397
|
if (process.env.NODE_ENV !== "production") {
|
|
1394
|
-
|
|
1398
|
+
RepeatOne.propTypes = iconPropTypes;
|
|
1395
1399
|
}
|
|
1396
|
-
var
|
|
1400
|
+
var Replicate = /*#__PURE__*/React.forwardRef(function Replicate(_ref51, ref) {
|
|
1397
1401
|
var children = _ref51.children,
|
|
1398
1402
|
_ref51$size = _ref51.size,
|
|
1399
1403
|
size = _ref51$size === void 0 ? 16 : _ref51$size,
|
|
@@ -1406,15 +1410,15 @@ var Reply = /*#__PURE__*/React.forwardRef(function Reply(_ref51, ref) {
|
|
|
1406
1410
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1407
1411
|
viewBox: "0 0 32 32",
|
|
1408
1412
|
fill: "currentColor"
|
|
1409
|
-
}, rest),
|
|
1410
|
-
d: "M28.
|
|
1413
|
+
}, rest), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1414
|
+
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"
|
|
1411
1415
|
})), children);
|
|
1412
1416
|
});
|
|
1413
1417
|
|
|
1414
1418
|
if (process.env.NODE_ENV !== "production") {
|
|
1415
|
-
|
|
1419
|
+
Replicate.propTypes = iconPropTypes;
|
|
1416
1420
|
}
|
|
1417
|
-
var
|
|
1421
|
+
var Reply = /*#__PURE__*/React.forwardRef(function Reply(_ref52, ref) {
|
|
1418
1422
|
var children = _ref52.children,
|
|
1419
1423
|
_ref52$size = _ref52.size,
|
|
1420
1424
|
size = _ref52$size === void 0 ? 16 : _ref52$size,
|
|
@@ -1427,17 +1431,15 @@ var ReplyAll = /*#__PURE__*/React.forwardRef(function ReplyAll(_ref52, ref) {
|
|
|
1427
1431
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1428
1432
|
viewBox: "0 0 32 32",
|
|
1429
1433
|
fill: "currentColor"
|
|
1430
|
-
}, rest),
|
|
1431
|
-
d: "
|
|
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"
|
|
1434
|
+
}, rest), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1435
|
+
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"
|
|
1434
1436
|
})), children);
|
|
1435
1437
|
});
|
|
1436
1438
|
|
|
1437
1439
|
if (process.env.NODE_ENV !== "production") {
|
|
1438
|
-
|
|
1440
|
+
Reply.propTypes = iconPropTypes;
|
|
1439
1441
|
}
|
|
1440
|
-
var
|
|
1442
|
+
var ReplyAll = /*#__PURE__*/React.forwardRef(function ReplyAll(_ref53, ref) {
|
|
1441
1443
|
var children = _ref53.children,
|
|
1442
1444
|
_ref53$size = _ref53.size,
|
|
1443
1445
|
size = _ref53$size === void 0 ? 16 : _ref53$size,
|
|
@@ -1451,16 +1453,16 @@ var RepoArtifact = /*#__PURE__*/React.forwardRef(function RepoArtifact(_ref53, r
|
|
|
1451
1453
|
viewBox: "0 0 32 32",
|
|
1452
1454
|
fill: "currentColor"
|
|
1453
1455
|
}, rest), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1454
|
-
d: "
|
|
1456
|
+
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"
|
|
1455
1457
|
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1456
|
-
d: "
|
|
1458
|
+
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"
|
|
1457
1459
|
})), children);
|
|
1458
1460
|
});
|
|
1459
1461
|
|
|
1460
1462
|
if (process.env.NODE_ENV !== "production") {
|
|
1461
|
-
|
|
1463
|
+
ReplyAll.propTypes = iconPropTypes;
|
|
1462
1464
|
}
|
|
1463
|
-
var
|
|
1465
|
+
var RepoArtifact = /*#__PURE__*/React.forwardRef(function RepoArtifact(_ref54, ref) {
|
|
1464
1466
|
var children = _ref54.children,
|
|
1465
1467
|
_ref54$size = _ref54.size,
|
|
1466
1468
|
size = _ref54$size === void 0 ? 16 : _ref54$size,
|
|
@@ -1474,16 +1476,16 @@ var RepoSourceCode = /*#__PURE__*/React.forwardRef(function RepoSourceCode(_ref5
|
|
|
1474
1476
|
viewBox: "0 0 32 32",
|
|
1475
1477
|
fill: "currentColor"
|
|
1476
1478
|
}, rest), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1477
|
-
d: "
|
|
1479
|
+
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"
|
|
1478
1480
|
})), _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,
|
|
1481
|
+
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"
|
|
1480
1482
|
})), children);
|
|
1481
1483
|
});
|
|
1482
1484
|
|
|
1483
1485
|
if (process.env.NODE_ENV !== "production") {
|
|
1484
|
-
|
|
1486
|
+
RepoArtifact.propTypes = iconPropTypes;
|
|
1485
1487
|
}
|
|
1486
|
-
var
|
|
1488
|
+
var RepoSourceCode = /*#__PURE__*/React.forwardRef(function RepoSourceCode(_ref55, ref) {
|
|
1487
1489
|
var children = _ref55.children,
|
|
1488
1490
|
_ref55$size = _ref55.size,
|
|
1489
1491
|
size = _ref55$size === void 0 ? 16 : _ref55$size,
|
|
@@ -1497,16 +1499,16 @@ var Report = /*#__PURE__*/React.forwardRef(function Report(_ref55, ref) {
|
|
|
1497
1499
|
viewBox: "0 0 32 32",
|
|
1498
1500
|
fill: "currentColor"
|
|
1499
1501
|
}, rest), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1500
|
-
d: "
|
|
1502
|
+
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"
|
|
1501
1503
|
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1502
|
-
d: "
|
|
1504
|
+
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"
|
|
1503
1505
|
})), children);
|
|
1504
1506
|
});
|
|
1505
1507
|
|
|
1506
1508
|
if (process.env.NODE_ENV !== "production") {
|
|
1507
|
-
|
|
1509
|
+
RepoSourceCode.propTypes = iconPropTypes;
|
|
1508
1510
|
}
|
|
1509
|
-
var
|
|
1511
|
+
var Report = /*#__PURE__*/React.forwardRef(function Report(_ref56, ref) {
|
|
1510
1512
|
var children = _ref56.children,
|
|
1511
1513
|
_ref56$size = _ref56.size,
|
|
1512
1514
|
size = _ref56$size === void 0 ? 16 : _ref56$size,
|
|
@@ -1520,16 +1522,16 @@ var ReportData = /*#__PURE__*/React.forwardRef(function ReportData(_ref56, ref)
|
|
|
1520
1522
|
viewBox: "0 0 32 32",
|
|
1521
1523
|
fill: "currentColor"
|
|
1522
1524
|
}, rest), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1523
|
-
d: "
|
|
1525
|
+
d: "M10 18H18V20H10zM10 13H22V15H10zM10 23H15V25H10z"
|
|
1524
1526
|
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1525
1527
|
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"
|
|
1526
1528
|
})), children);
|
|
1527
1529
|
});
|
|
1528
1530
|
|
|
1529
1531
|
if (process.env.NODE_ENV !== "production") {
|
|
1530
|
-
|
|
1532
|
+
Report.propTypes = iconPropTypes;
|
|
1531
1533
|
}
|
|
1532
|
-
var
|
|
1534
|
+
var ReportData = /*#__PURE__*/React.forwardRef(function ReportData(_ref57, ref) {
|
|
1533
1535
|
var children = _ref57.children,
|
|
1534
1536
|
_ref57$size = _ref57.size,
|
|
1535
1537
|
size = _ref57$size === void 0 ? 16 : _ref57$size,
|
|
@@ -1543,16 +1545,16 @@ var RequestQuote = /*#__PURE__*/React.forwardRef(function RequestQuote(_ref57, r
|
|
|
1543
1545
|
viewBox: "0 0 32 32",
|
|
1544
1546
|
fill: "currentColor"
|
|
1545
1547
|
}, rest), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1546
|
-
d: "
|
|
1548
|
+
d: "M15 20H17V24H15zM20 18H22V24H20zM10 14H12V24H10z"
|
|
1547
1549
|
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1548
|
-
d: "
|
|
1550
|
+
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"
|
|
1549
1551
|
})), children);
|
|
1550
1552
|
});
|
|
1551
1553
|
|
|
1552
1554
|
if (process.env.NODE_ENV !== "production") {
|
|
1553
|
-
|
|
1555
|
+
ReportData.propTypes = iconPropTypes;
|
|
1554
1556
|
}
|
|
1555
|
-
var
|
|
1557
|
+
var RequestQuote = /*#__PURE__*/React.forwardRef(function RequestQuote(_ref58, ref) {
|
|
1556
1558
|
var children = _ref58.children,
|
|
1557
1559
|
_ref58$size = _ref58.size,
|
|
1558
1560
|
size = _ref58$size === void 0 ? 16 : _ref58$size,
|
|
@@ -1566,14 +1568,16 @@ var Reset = /*#__PURE__*/React.forwardRef(function Reset(_ref58, ref) {
|
|
|
1566
1568
|
viewBox: "0 0 32 32",
|
|
1567
1569
|
fill: "currentColor"
|
|
1568
1570
|
}, rest), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1569
|
-
d: "
|
|
1571
|
+
d: "M22,22v6H6V4H16V2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V22Z"
|
|
1572
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1573
|
+
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"
|
|
1570
1574
|
})), children);
|
|
1571
1575
|
});
|
|
1572
1576
|
|
|
1573
1577
|
if (process.env.NODE_ENV !== "production") {
|
|
1574
|
-
|
|
1578
|
+
RequestQuote.propTypes = iconPropTypes;
|
|
1575
1579
|
}
|
|
1576
|
-
var
|
|
1580
|
+
var Reset = /*#__PURE__*/React.forwardRef(function Reset(_ref59, ref) {
|
|
1577
1581
|
var children = _ref59.children,
|
|
1578
1582
|
_ref59$size = _ref59.size,
|
|
1579
1583
|
size = _ref59$size === void 0 ? 16 : _ref59$size,
|
|
@@ -1586,33 +1590,20 @@ var ResetAlt = /*#__PURE__*/React.forwardRef(function ResetAlt(_ref59, ref) {
|
|
|
1586
1590
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1587
1591
|
viewBox: "0 0 32 32",
|
|
1588
1592
|
fill: "currentColor"
|
|
1589
|
-
}, rest),
|
|
1590
|
-
d: "
|
|
1593
|
+
}, rest), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1594
|
+
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"
|
|
1591
1595
|
})), children);
|
|
1592
1596
|
});
|
|
1593
1597
|
|
|
1594
1598
|
if (process.env.NODE_ENV !== "production") {
|
|
1595
|
-
|
|
1599
|
+
Reset.propTypes = iconPropTypes;
|
|
1596
1600
|
}
|
|
1597
|
-
var
|
|
1601
|
+
var ResetAlt = /*#__PURE__*/React.forwardRef(function ResetAlt(_ref60, ref) {
|
|
1598
1602
|
var children = _ref60.children,
|
|
1599
1603
|
_ref60$size = _ref60.size,
|
|
1600
1604
|
size = _ref60$size === void 0 ? 16 : _ref60$size,
|
|
1601
1605
|
rest = _objectWithoutProperties(_ref60, _excluded60);
|
|
1602
1606
|
|
|
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
1607
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1617
1608
|
width: size,
|
|
1618
1609
|
height: size,
|
|
@@ -1621,19 +1612,32 @@ var Restart = /*#__PURE__*/React.forwardRef(function Restart(_ref60, ref) {
|
|
|
1621
1612
|
viewBox: "0 0 32 32",
|
|
1622
1613
|
fill: "currentColor"
|
|
1623
1614
|
}, rest), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1624
|
-
d: "
|
|
1615
|
+
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"
|
|
1625
1616
|
})), children);
|
|
1626
1617
|
});
|
|
1627
1618
|
|
|
1628
1619
|
if (process.env.NODE_ENV !== "production") {
|
|
1629
|
-
|
|
1620
|
+
ResetAlt.propTypes = iconPropTypes;
|
|
1630
1621
|
}
|
|
1631
|
-
var
|
|
1622
|
+
var Restart = /*#__PURE__*/React.forwardRef(function Restart(_ref61, ref) {
|
|
1632
1623
|
var children = _ref61.children,
|
|
1633
1624
|
_ref61$size = _ref61.size,
|
|
1634
1625
|
size = _ref61$size === void 0 ? 16 : _ref61$size,
|
|
1635
1626
|
rest = _objectWithoutProperties(_ref61, _excluded61);
|
|
1636
1627
|
|
|
1628
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1629
|
+
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1630
|
+
width: size,
|
|
1631
|
+
height: size,
|
|
1632
|
+
ref: ref,
|
|
1633
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1634
|
+
viewBox: "0 0 16 16",
|
|
1635
|
+
fill: "currentColor"
|
|
1636
|
+
}, rest), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1637
|
+
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"
|
|
1638
|
+
})), children);
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1637
1641
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1638
1642
|
width: size,
|
|
1639
1643
|
height: size,
|
|
@@ -1641,17 +1645,15 @@ var Restaurant = /*#__PURE__*/React.forwardRef(function Restaurant(_ref61, ref)
|
|
|
1641
1645
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1642
1646
|
viewBox: "0 0 32 32",
|
|
1643
1647
|
fill: "currentColor"
|
|
1644
|
-
}, rest),
|
|
1645
|
-
d: "
|
|
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"
|
|
1648
|
+
}, rest), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1649
|
+
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"
|
|
1648
1650
|
})), children);
|
|
1649
1651
|
});
|
|
1650
1652
|
|
|
1651
1653
|
if (process.env.NODE_ENV !== "production") {
|
|
1652
|
-
|
|
1654
|
+
Restart.propTypes = iconPropTypes;
|
|
1653
1655
|
}
|
|
1654
|
-
var
|
|
1656
|
+
var Restaurant = /*#__PURE__*/React.forwardRef(function Restaurant(_ref62, ref) {
|
|
1655
1657
|
var children = _ref62.children,
|
|
1656
1658
|
_ref62$size = _ref62.size,
|
|
1657
1659
|
size = _ref62$size === void 0 ? 16 : _ref62$size,
|
|
@@ -1665,16 +1667,16 @@ var RestaurantFine = /*#__PURE__*/React.forwardRef(function RestaurantFine(_ref6
|
|
|
1665
1667
|
viewBox: "0 0 32 32",
|
|
1666
1668
|
fill: "currentColor"
|
|
1667
1669
|
}, rest), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1668
|
-
d: "
|
|
1670
|
+
d: "M9 2H11V12H9z"
|
|
1669
1671
|
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1670
|
-
d: "
|
|
1672
|
+
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"
|
|
1671
1673
|
})), children);
|
|
1672
1674
|
});
|
|
1673
1675
|
|
|
1674
1676
|
if (process.env.NODE_ENV !== "production") {
|
|
1675
|
-
|
|
1677
|
+
Restaurant.propTypes = iconPropTypes;
|
|
1676
1678
|
}
|
|
1677
|
-
var
|
|
1679
|
+
var RestaurantFine = /*#__PURE__*/React.forwardRef(function RestaurantFine(_ref63, ref) {
|
|
1678
1680
|
var children = _ref63.children,
|
|
1679
1681
|
_ref63$size = _ref63.size,
|
|
1680
1682
|
size = _ref63$size === void 0 ? 16 : _ref63$size,
|
|
@@ -1688,16 +1690,16 @@ var Result = /*#__PURE__*/React.forwardRef(function Result(_ref63, ref) {
|
|
|
1688
1690
|
viewBox: "0 0 32 32",
|
|
1689
1691
|
fill: "currentColor"
|
|
1690
1692
|
}, rest), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1691
|
-
d: "
|
|
1693
|
+
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"
|
|
1692
1694
|
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1693
|
-
d: "
|
|
1695
|
+
d: "M7 2H9V11.98H7z"
|
|
1694
1696
|
})), children);
|
|
1695
1697
|
});
|
|
1696
1698
|
|
|
1697
1699
|
if (process.env.NODE_ENV !== "production") {
|
|
1698
|
-
|
|
1700
|
+
RestaurantFine.propTypes = iconPropTypes;
|
|
1699
1701
|
}
|
|
1700
|
-
var
|
|
1702
|
+
var Result = /*#__PURE__*/React.forwardRef(function Result(_ref64, ref) {
|
|
1701
1703
|
var children = _ref64.children,
|
|
1702
1704
|
_ref64$size = _ref64.size,
|
|
1703
1705
|
size = _ref64$size === void 0 ? 16 : _ref64$size,
|
|
@@ -1710,21 +1712,17 @@ var ResultNew = /*#__PURE__*/React.forwardRef(function ResultNew(_ref64, ref) {
|
|
|
1710
1712
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1711
1713
|
viewBox: "0 0 32 32",
|
|
1712
1714
|
fill: "currentColor"
|
|
1713
|
-
}, rest),
|
|
1714
|
-
|
|
1715
|
-
cy: "26",
|
|
1716
|
-
r: "4"
|
|
1717
|
-
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1718
|
-
d: "M10 13H12V15H10zM10 18H12V20H10zM10 23H12V25H10zM14 13H22V15H14zM14 18H22V20H14zM14 23H18V25H14z"
|
|
1715
|
+
}, rest), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1716
|
+
d: "M14 23H22V25H14zM10 23H12V25H10zM14 18H22V20H14zM10 18H12V20H10zM14 13H22V15H14zM10 13H12V15H10z"
|
|
1719
1717
|
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1720
|
-
d: "
|
|
1718
|
+
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"
|
|
1721
1719
|
})), children);
|
|
1722
1720
|
});
|
|
1723
1721
|
|
|
1724
1722
|
if (process.env.NODE_ENV !== "production") {
|
|
1725
|
-
|
|
1723
|
+
Result.propTypes = iconPropTypes;
|
|
1726
1724
|
}
|
|
1727
|
-
var
|
|
1725
|
+
var ResultNew = /*#__PURE__*/React.forwardRef(function ResultNew(_ref65, ref) {
|
|
1728
1726
|
var children = _ref65.children,
|
|
1729
1727
|
_ref65$size = _ref65.size,
|
|
1730
1728
|
size = _ref65$size === void 0 ? 16 : _ref65$size,
|
|
@@ -1737,19 +1735,21 @@ var ResultOld = /*#__PURE__*/React.forwardRef(function ResultOld(_ref65, ref) {
|
|
|
1737
1735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1738
1736
|
viewBox: "0 0 32 32",
|
|
1739
1737
|
fill: "currentColor"
|
|
1740
|
-
}, rest),
|
|
1741
|
-
|
|
1738
|
+
}, rest), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
1739
|
+
cx: "26",
|
|
1740
|
+
cy: "26",
|
|
1741
|
+
r: "4"
|
|
1742
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1743
|
+
d: "M10 13H12V15H10zM10 18H12V20H10zM10 23H12V25H10zM14 13H22V15H14zM14 18H22V20H14zM14 23H18V25H14z"
|
|
1742
1744
|
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1743
|
-
d: "M7,
|
|
1744
|
-
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1745
|
-
d: "M18,19v2.4131A6.996,6.996,0,1,1,24,32V30a5,5,0,1,0-4.5762-7H22v2H16V19Z"
|
|
1745
|
+
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"
|
|
1746
1746
|
})), children);
|
|
1747
1747
|
});
|
|
1748
1748
|
|
|
1749
1749
|
if (process.env.NODE_ENV !== "production") {
|
|
1750
|
-
|
|
1750
|
+
ResultNew.propTypes = iconPropTypes;
|
|
1751
1751
|
}
|
|
1752
|
-
var
|
|
1752
|
+
var ResultOld = /*#__PURE__*/React.forwardRef(function ResultOld(_ref66, ref) {
|
|
1753
1753
|
var children = _ref66.children,
|
|
1754
1754
|
_ref66$size = _ref66.size,
|
|
1755
1755
|
size = _ref66$size === void 0 ? 16 : _ref66$size,
|
|
@@ -1762,15 +1762,19 @@ var RetryFailed = /*#__PURE__*/React.forwardRef(function RetryFailed(_ref66, ref
|
|
|
1762
1762
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1763
1763
|
viewBox: "0 0 32 32",
|
|
1764
1764
|
fill: "currentColor"
|
|
1765
|
-
}, rest),
|
|
1766
|
-
d: "
|
|
1765
|
+
}, rest), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1766
|
+
d: "M10 13H12V15H10zM14 13H22V15H14zM10 18H12V20H10zM10 23H12V25H10z"
|
|
1767
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1768
|
+
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"
|
|
1769
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1770
|
+
d: "M18,19v2.4131A6.996,6.996,0,1,1,24,32V30a5,5,0,1,0-4.5762-7H22v2H16V19Z"
|
|
1767
1771
|
})), children);
|
|
1768
1772
|
});
|
|
1769
1773
|
|
|
1770
1774
|
if (process.env.NODE_ENV !== "production") {
|
|
1771
|
-
|
|
1775
|
+
ResultOld.propTypes = iconPropTypes;
|
|
1772
1776
|
}
|
|
1773
|
-
var
|
|
1777
|
+
var RetryFailed = /*#__PURE__*/React.forwardRef(function RetryFailed(_ref67, ref) {
|
|
1774
1778
|
var children = _ref67.children,
|
|
1775
1779
|
_ref67$size = _ref67.size,
|
|
1776
1780
|
size = _ref67$size === void 0 ? 16 : _ref67$size,
|
|
@@ -1783,17 +1787,15 @@ var Review = /*#__PURE__*/React.forwardRef(function Review(_ref67, ref) {
|
|
|
1783
1787
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1784
1788
|
viewBox: "0 0 32 32",
|
|
1785
1789
|
fill: "currentColor"
|
|
1786
|
-
}, rest),
|
|
1787
|
-
d: "
|
|
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"
|
|
1790
|
+
}, rest), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1791
|
+
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"
|
|
1790
1792
|
})), children);
|
|
1791
1793
|
});
|
|
1792
1794
|
|
|
1793
1795
|
if (process.env.NODE_ENV !== "production") {
|
|
1794
|
-
|
|
1796
|
+
RetryFailed.propTypes = iconPropTypes;
|
|
1795
1797
|
}
|
|
1796
|
-
var
|
|
1798
|
+
var Review = /*#__PURE__*/React.forwardRef(function Review(_ref68, ref) {
|
|
1797
1799
|
var children = _ref68.children,
|
|
1798
1800
|
_ref68$size = _ref68.size,
|
|
1799
1801
|
size = _ref68$size === void 0 ? 16 : _ref68$size,
|
|
@@ -1807,16 +1809,16 @@ var Rewind_10 = /*#__PURE__*/React.forwardRef(function Rewind_10(_ref68, ref) {
|
|
|
1807
1809
|
viewBox: "0 0 32 32",
|
|
1808
1810
|
fill: "currentColor"
|
|
1809
1811
|
}, rest), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1810
|
-
d: "
|
|
1812
|
+
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"
|
|
1811
1813
|
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1812
|
-
d: "
|
|
1814
|
+
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"
|
|
1813
1815
|
})), children);
|
|
1814
1816
|
});
|
|
1815
1817
|
|
|
1816
1818
|
if (process.env.NODE_ENV !== "production") {
|
|
1817
|
-
|
|
1819
|
+
Review.propTypes = iconPropTypes;
|
|
1818
1820
|
}
|
|
1819
|
-
var
|
|
1821
|
+
var Rewind_10 = /*#__PURE__*/React.forwardRef(function Rewind_10(_ref69, ref) {
|
|
1820
1822
|
var children = _ref69.children,
|
|
1821
1823
|
_ref69$size = _ref69.size,
|
|
1822
1824
|
size = _ref69$size === void 0 ? 16 : _ref69$size,
|
|
@@ -1832,14 +1834,14 @@ var Rewind_30 = /*#__PURE__*/React.forwardRef(function Rewind_30(_ref69, ref) {
|
|
|
1832
1834
|
}, rest), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1833
1835
|
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
1834
1836
|
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1835
|
-
d: "M19.
|
|
1837
|
+
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"
|
|
1836
1838
|
})), children);
|
|
1837
1839
|
});
|
|
1838
1840
|
|
|
1839
1841
|
if (process.env.NODE_ENV !== "production") {
|
|
1840
|
-
|
|
1842
|
+
Rewind_10.propTypes = iconPropTypes;
|
|
1841
1843
|
}
|
|
1842
|
-
var
|
|
1844
|
+
var Rewind_30 = /*#__PURE__*/React.forwardRef(function Rewind_30(_ref70, ref) {
|
|
1843
1845
|
var children = _ref70.children,
|
|
1844
1846
|
_ref70$size = _ref70.size,
|
|
1845
1847
|
size = _ref70$size === void 0 ? 16 : _ref70$size,
|
|
@@ -1855,14 +1857,14 @@ var Rewind_5 = /*#__PURE__*/React.forwardRef(function Rewind_5(_ref70, ref) {
|
|
|
1855
1857
|
}, rest), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1856
1858
|
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
1857
1859
|
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1858
|
-
d: "
|
|
1860
|
+
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"
|
|
1859
1861
|
})), children);
|
|
1860
1862
|
});
|
|
1861
1863
|
|
|
1862
1864
|
if (process.env.NODE_ENV !== "production") {
|
|
1863
|
-
|
|
1865
|
+
Rewind_30.propTypes = iconPropTypes;
|
|
1864
1866
|
}
|
|
1865
|
-
var
|
|
1867
|
+
var Rewind_5 = /*#__PURE__*/React.forwardRef(function Rewind_5(_ref71, ref) {
|
|
1866
1868
|
var children = _ref71.children,
|
|
1867
1869
|
_ref71$size = _ref71.size,
|
|
1868
1870
|
size = _ref71$size === void 0 ? 16 : _ref71$size,
|
|
@@ -1876,18 +1878,16 @@ var Road = /*#__PURE__*/React.forwardRef(function Road(_ref71, ref) {
|
|
|
1876
1878
|
viewBox: "0 0 32 32",
|
|
1877
1879
|
fill: "currentColor"
|
|
1878
1880
|
}, rest), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1879
|
-
d: "
|
|
1881
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
1880
1882
|
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1881
|
-
d: "
|
|
1882
|
-
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1883
|
-
d: "M15 21H17V24H15zM15 26H17V30H15z"
|
|
1883
|
+
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"
|
|
1884
1884
|
})), children);
|
|
1885
1885
|
});
|
|
1886
1886
|
|
|
1887
1887
|
if (process.env.NODE_ENV !== "production") {
|
|
1888
|
-
|
|
1888
|
+
Rewind_5.propTypes = iconPropTypes;
|
|
1889
1889
|
}
|
|
1890
|
-
var
|
|
1890
|
+
var Road = /*#__PURE__*/React.forwardRef(function Road(_ref72, ref) {
|
|
1891
1891
|
var children = _ref72.children,
|
|
1892
1892
|
_ref72$size = _ref72.size,
|
|
1893
1893
|
size = _ref72$size === void 0 ? 16 : _ref72$size,
|
|
@@ -1900,17 +1900,19 @@ var RoadWeather = /*#__PURE__*/React.forwardRef(function RoadWeather(_ref72, ref
|
|
|
1900
1900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1901
1901
|
viewBox: "0 0 32 32",
|
|
1902
1902
|
fill: "currentColor"
|
|
1903
|
-
}, rest),
|
|
1904
|
-
d: "
|
|
1903
|
+
}, rest), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1904
|
+
d: "M13 13H19V15H13z"
|
|
1905
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1906
|
+
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"
|
|
1905
1907
|
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1906
|
-
d: "
|
|
1908
|
+
d: "M15 21H17V24H15zM15 26H17V30H15z"
|
|
1907
1909
|
})), children);
|
|
1908
1910
|
});
|
|
1909
1911
|
|
|
1910
1912
|
if (process.env.NODE_ENV !== "production") {
|
|
1911
|
-
|
|
1913
|
+
Road.propTypes = iconPropTypes;
|
|
1912
1914
|
}
|
|
1913
|
-
var
|
|
1915
|
+
var RoadWeather = /*#__PURE__*/React.forwardRef(function RoadWeather(_ref73, ref) {
|
|
1914
1916
|
var children = _ref73.children,
|
|
1915
1917
|
_ref73$size = _ref73.size,
|
|
1916
1918
|
size = _ref73$size === void 0 ? 16 : _ref73$size,
|
|
@@ -1924,14 +1926,16 @@ var Roadmap = /*#__PURE__*/React.forwardRef(function Roadmap(_ref73, ref) {
|
|
|
1924
1926
|
viewBox: "0 0 32 32",
|
|
1925
1927
|
fill: "currentColor"
|
|
1926
1928
|
}, rest), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1927
|
-
d: "
|
|
1929
|
+
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"
|
|
1930
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1931
|
+
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"
|
|
1928
1932
|
})), children);
|
|
1929
1933
|
});
|
|
1930
1934
|
|
|
1931
1935
|
if (process.env.NODE_ENV !== "production") {
|
|
1932
|
-
|
|
1936
|
+
RoadWeather.propTypes = iconPropTypes;
|
|
1933
1937
|
}
|
|
1934
|
-
var
|
|
1938
|
+
var Roadmap = /*#__PURE__*/React.forwardRef(function Roadmap(_ref74, ref) {
|
|
1935
1939
|
var children = _ref74.children,
|
|
1936
1940
|
_ref74$size = _ref74.size,
|
|
1937
1941
|
size = _ref74$size === void 0 ? 16 : _ref74$size,
|
|
@@ -1944,18 +1948,15 @@ var Rocket = /*#__PURE__*/React.forwardRef(function Rocket(_ref74, ref) {
|
|
|
1944
1948
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1945
1949
|
viewBox: "0 0 32 32",
|
|
1946
1950
|
fill: "currentColor"
|
|
1947
|
-
}, rest),
|
|
1948
|
-
d: "
|
|
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"
|
|
1951
|
+
}, rest), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1952
|
+
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"
|
|
1952
1953
|
})), children);
|
|
1953
1954
|
});
|
|
1954
1955
|
|
|
1955
1956
|
if (process.env.NODE_ENV !== "production") {
|
|
1956
|
-
|
|
1957
|
+
Roadmap.propTypes = iconPropTypes;
|
|
1957
1958
|
}
|
|
1958
|
-
var
|
|
1959
|
+
var Rocket = /*#__PURE__*/React.forwardRef(function Rocket(_ref75, ref) {
|
|
1959
1960
|
var children = _ref75.children,
|
|
1960
1961
|
_ref75$size = _ref75.size,
|
|
1961
1962
|
size = _ref75$size === void 0 ? 16 : _ref75$size,
|
|
@@ -1969,14 +1970,17 @@ var Rotate = /*#__PURE__*/React.forwardRef(function Rotate(_ref75, ref) {
|
|
|
1969
1970
|
viewBox: "0 0 32 32",
|
|
1970
1971
|
fill: "currentColor"
|
|
1971
1972
|
}, rest), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1972
|
-
d: "
|
|
1973
|
+
d: "M6.34 19H17.65V21H6.34z",
|
|
1974
|
+
transform: "rotate(-45 11.995 20.002)"
|
|
1975
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1976
|
+
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"
|
|
1973
1977
|
})), children);
|
|
1974
1978
|
});
|
|
1975
1979
|
|
|
1976
1980
|
if (process.env.NODE_ENV !== "production") {
|
|
1977
|
-
|
|
1981
|
+
Rocket.propTypes = iconPropTypes;
|
|
1978
1982
|
}
|
|
1979
|
-
var
|
|
1983
|
+
var Rotate = /*#__PURE__*/React.forwardRef(function Rotate(_ref76, ref) {
|
|
1980
1984
|
var children = _ref76.children,
|
|
1981
1985
|
_ref76$size = _ref76.size,
|
|
1982
1986
|
size = _ref76$size === void 0 ? 16 : _ref76$size,
|
|
@@ -1989,15 +1993,15 @@ var WatsonHealthRotate_180 = /*#__PURE__*/React.forwardRef(function WatsonHealth
|
|
|
1989
1993
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1990
1994
|
viewBox: "0 0 32 32",
|
|
1991
1995
|
fill: "currentColor"
|
|
1992
|
-
}, rest),
|
|
1993
|
-
d: "
|
|
1996
|
+
}, rest), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
1997
|
+
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"
|
|
1994
1998
|
})), children);
|
|
1995
1999
|
});
|
|
1996
2000
|
|
|
1997
2001
|
if (process.env.NODE_ENV !== "production") {
|
|
1998
|
-
|
|
2002
|
+
Rotate.propTypes = iconPropTypes;
|
|
1999
2003
|
}
|
|
2000
|
-
var
|
|
2004
|
+
var WatsonHealthRotate_180 = /*#__PURE__*/React.forwardRef(function WatsonHealthRotate_180(_ref77, ref) {
|
|
2001
2005
|
var children = _ref77.children,
|
|
2002
2006
|
_ref77$size = _ref77.size,
|
|
2003
2007
|
size = _ref77$size === void 0 ? 16 : _ref77$size,
|
|
@@ -2010,15 +2014,15 @@ var WatsonHealthRotate_360 = /*#__PURE__*/React.forwardRef(function WatsonHealth
|
|
|
2010
2014
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2011
2015
|
viewBox: "0 0 32 32",
|
|
2012
2016
|
fill: "currentColor"
|
|
2013
|
-
}, rest),
|
|
2014
|
-
d: "
|
|
2017
|
+
}, rest), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2018
|
+
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"
|
|
2015
2019
|
})), children);
|
|
2016
2020
|
});
|
|
2017
2021
|
|
|
2018
2022
|
if (process.env.NODE_ENV !== "production") {
|
|
2019
|
-
|
|
2023
|
+
WatsonHealthRotate_180.propTypes = iconPropTypes;
|
|
2020
2024
|
}
|
|
2021
|
-
var
|
|
2025
|
+
var WatsonHealthRotate_360 = /*#__PURE__*/React.forwardRef(function WatsonHealthRotate_360(_ref78, ref) {
|
|
2022
2026
|
var children = _ref78.children,
|
|
2023
2027
|
_ref78$size = _ref78.size,
|
|
2024
2028
|
size = _ref78$size === void 0 ? 16 : _ref78$size,
|
|
@@ -2031,15 +2035,15 @@ var RotateClockwise = /*#__PURE__*/React.forwardRef(function RotateClockwise(_re
|
|
|
2031
2035
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2032
2036
|
viewBox: "0 0 32 32",
|
|
2033
2037
|
fill: "currentColor"
|
|
2034
|
-
}, rest),
|
|
2035
|
-
d: "
|
|
2038
|
+
}, rest), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2039
|
+
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"
|
|
2036
2040
|
})), children);
|
|
2037
2041
|
});
|
|
2038
2042
|
|
|
2039
2043
|
if (process.env.NODE_ENV !== "production") {
|
|
2040
|
-
|
|
2044
|
+
WatsonHealthRotate_360.propTypes = iconPropTypes;
|
|
2041
2045
|
}
|
|
2042
|
-
var
|
|
2046
|
+
var RotateClockwise = /*#__PURE__*/React.forwardRef(function RotateClockwise(_ref79, ref) {
|
|
2043
2047
|
var children = _ref79.children,
|
|
2044
2048
|
_ref79$size = _ref79.size,
|
|
2045
2049
|
size = _ref79$size === void 0 ? 16 : _ref79$size,
|
|
@@ -2052,15 +2056,15 @@ var RotateClockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateClockwiseA
|
|
|
2052
2056
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2053
2057
|
viewBox: "0 0 32 32",
|
|
2054
2058
|
fill: "currentColor"
|
|
2055
|
-
}, rest),
|
|
2056
|
-
d: "
|
|
2059
|
+
}, rest), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2060
|
+
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"
|
|
2057
2061
|
})), children);
|
|
2058
2062
|
});
|
|
2059
2063
|
|
|
2060
2064
|
if (process.env.NODE_ENV !== "production") {
|
|
2061
|
-
|
|
2065
|
+
RotateClockwise.propTypes = iconPropTypes;
|
|
2062
2066
|
}
|
|
2063
|
-
var
|
|
2067
|
+
var RotateClockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateClockwiseAlt(_ref80, ref) {
|
|
2064
2068
|
var children = _ref80.children,
|
|
2065
2069
|
_ref80$size = _ref80.size,
|
|
2066
2070
|
size = _ref80$size === void 0 ? 16 : _ref80$size,
|
|
@@ -2073,15 +2077,15 @@ var RotateClockwiseAltFilled = /*#__PURE__*/React.forwardRef(function RotateCloc
|
|
|
2073
2077
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2074
2078
|
viewBox: "0 0 32 32",
|
|
2075
2079
|
fill: "currentColor"
|
|
2076
|
-
}, rest),
|
|
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
|
|
2080
|
+
}, rest), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2081
|
+
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"
|
|
2078
2082
|
})), children);
|
|
2079
2083
|
});
|
|
2080
2084
|
|
|
2081
2085
|
if (process.env.NODE_ENV !== "production") {
|
|
2082
|
-
|
|
2086
|
+
RotateClockwiseAlt.propTypes = iconPropTypes;
|
|
2083
2087
|
}
|
|
2084
|
-
var
|
|
2088
|
+
var RotateClockwiseAltFilled = /*#__PURE__*/React.forwardRef(function RotateClockwiseAltFilled(_ref81, ref) {
|
|
2085
2089
|
var children = _ref81.children,
|
|
2086
2090
|
_ref81$size = _ref81.size,
|
|
2087
2091
|
size = _ref81$size === void 0 ? 16 : _ref81$size,
|
|
@@ -2094,15 +2098,15 @@ var RotateClockwiseFilled = /*#__PURE__*/React.forwardRef(function RotateClockwi
|
|
|
2094
2098
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2095
2099
|
viewBox: "0 0 32 32",
|
|
2096
2100
|
fill: "currentColor"
|
|
2097
|
-
}, rest),
|
|
2098
|
-
d: "
|
|
2101
|
+
}, rest), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2102
|
+
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"
|
|
2099
2103
|
})), children);
|
|
2100
2104
|
});
|
|
2101
2105
|
|
|
2102
2106
|
if (process.env.NODE_ENV !== "production") {
|
|
2103
|
-
|
|
2107
|
+
RotateClockwiseAltFilled.propTypes = iconPropTypes;
|
|
2104
2108
|
}
|
|
2105
|
-
var
|
|
2109
|
+
var RotateClockwiseFilled = /*#__PURE__*/React.forwardRef(function RotateClockwiseFilled(_ref82, ref) {
|
|
2106
2110
|
var children = _ref82.children,
|
|
2107
2111
|
_ref82$size = _ref82.size,
|
|
2108
2112
|
size = _ref82$size === void 0 ? 16 : _ref82$size,
|
|
@@ -2115,15 +2119,15 @@ var RotateCounterclockwise = /*#__PURE__*/React.forwardRef(function RotateCounte
|
|
|
2115
2119
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2116
2120
|
viewBox: "0 0 32 32",
|
|
2117
2121
|
fill: "currentColor"
|
|
2118
|
-
}, rest),
|
|
2119
|
-
d: "
|
|
2122
|
+
}, rest), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2123
|
+
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"
|
|
2120
2124
|
})), children);
|
|
2121
2125
|
});
|
|
2122
2126
|
|
|
2123
2127
|
if (process.env.NODE_ENV !== "production") {
|
|
2124
|
-
|
|
2128
|
+
RotateClockwiseFilled.propTypes = iconPropTypes;
|
|
2125
2129
|
}
|
|
2126
|
-
var
|
|
2130
|
+
var RotateCounterclockwise = /*#__PURE__*/React.forwardRef(function RotateCounterclockwise(_ref83, ref) {
|
|
2127
2131
|
var children = _ref83.children,
|
|
2128
2132
|
_ref83$size = _ref83.size,
|
|
2129
2133
|
size = _ref83$size === void 0 ? 16 : _ref83$size,
|
|
@@ -2136,15 +2140,15 @@ var RotateCounterclockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateCou
|
|
|
2136
2140
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2137
2141
|
viewBox: "0 0 32 32",
|
|
2138
2142
|
fill: "currentColor"
|
|
2139
|
-
}, rest),
|
|
2140
|
-
d: "
|
|
2143
|
+
}, rest), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2144
|
+
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"
|
|
2141
2145
|
})), children);
|
|
2142
2146
|
});
|
|
2143
2147
|
|
|
2144
2148
|
if (process.env.NODE_ENV !== "production") {
|
|
2145
|
-
|
|
2149
|
+
RotateCounterclockwise.propTypes = iconPropTypes;
|
|
2146
2150
|
}
|
|
2147
|
-
var
|
|
2151
|
+
var RotateCounterclockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseAlt(_ref84, ref) {
|
|
2148
2152
|
var children = _ref84.children,
|
|
2149
2153
|
_ref84$size = _ref84.size,
|
|
2150
2154
|
size = _ref84$size === void 0 ? 16 : _ref84$size,
|
|
@@ -2157,15 +2161,15 @@ var RotateCounterclockwiseAltFilled = /*#__PURE__*/React.forwardRef(function Rot
|
|
|
2157
2161
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2158
2162
|
viewBox: "0 0 32 32",
|
|
2159
2163
|
fill: "currentColor"
|
|
2160
|
-
}, rest),
|
|
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
|
|
2164
|
+
}, rest), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2165
|
+
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"
|
|
2162
2166
|
})), children);
|
|
2163
2167
|
});
|
|
2164
2168
|
|
|
2165
2169
|
if (process.env.NODE_ENV !== "production") {
|
|
2166
|
-
|
|
2170
|
+
RotateCounterclockwiseAlt.propTypes = iconPropTypes;
|
|
2167
2171
|
}
|
|
2168
|
-
var
|
|
2172
|
+
var RotateCounterclockwiseAltFilled = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseAltFilled(_ref85, ref) {
|
|
2169
2173
|
var children = _ref85.children,
|
|
2170
2174
|
_ref85$size = _ref85.size,
|
|
2171
2175
|
size = _ref85$size === void 0 ? 16 : _ref85$size,
|
|
@@ -2178,15 +2182,15 @@ var RotateCounterclockwiseFilled = /*#__PURE__*/React.forwardRef(function Rotate
|
|
|
2178
2182
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2179
2183
|
viewBox: "0 0 32 32",
|
|
2180
2184
|
fill: "currentColor"
|
|
2181
|
-
}, rest),
|
|
2182
|
-
d: "
|
|
2185
|
+
}, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2186
|
+
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"
|
|
2183
2187
|
})), children);
|
|
2184
2188
|
});
|
|
2185
2189
|
|
|
2186
2190
|
if (process.env.NODE_ENV !== "production") {
|
|
2187
|
-
|
|
2191
|
+
RotateCounterclockwiseAltFilled.propTypes = iconPropTypes;
|
|
2188
2192
|
}
|
|
2189
|
-
var
|
|
2193
|
+
var RotateCounterclockwiseFilled = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseFilled(_ref86, ref) {
|
|
2190
2194
|
var children = _ref86.children,
|
|
2191
2195
|
_ref86$size = _ref86.size,
|
|
2192
2196
|
size = _ref86$size === void 0 ? 16 : _ref86$size,
|
|
@@ -2199,15 +2203,15 @@ var Router = /*#__PURE__*/React.forwardRef(function Router(_ref86, ref) {
|
|
|
2199
2203
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2200
2204
|
viewBox: "0 0 32 32",
|
|
2201
2205
|
fill: "currentColor"
|
|
2202
|
-
}, rest),
|
|
2203
|
-
d: "
|
|
2206
|
+
}, rest), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2207
|
+
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"
|
|
2204
2208
|
})), children);
|
|
2205
2209
|
});
|
|
2206
2210
|
|
|
2207
2211
|
if (process.env.NODE_ENV !== "production") {
|
|
2208
|
-
|
|
2212
|
+
RotateCounterclockwiseFilled.propTypes = iconPropTypes;
|
|
2209
2213
|
}
|
|
2210
|
-
var
|
|
2214
|
+
var Router = /*#__PURE__*/React.forwardRef(function Router(_ref87, ref) {
|
|
2211
2215
|
var children = _ref87.children,
|
|
2212
2216
|
_ref87$size = _ref87.size,
|
|
2213
2217
|
size = _ref87$size === void 0 ? 16 : _ref87$size,
|
|
@@ -2220,15 +2224,15 @@ var RouterVoice = /*#__PURE__*/React.forwardRef(function RouterVoice(_ref87, ref
|
|
|
2220
2224
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2221
2225
|
viewBox: "0 0 32 32",
|
|
2222
2226
|
fill: "currentColor"
|
|
2223
|
-
}, rest),
|
|
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
|
|
2227
|
+
}, rest), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2228
|
+
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"
|
|
2225
2229
|
})), children);
|
|
2226
2230
|
});
|
|
2227
2231
|
|
|
2228
2232
|
if (process.env.NODE_ENV !== "production") {
|
|
2229
|
-
|
|
2233
|
+
Router.propTypes = iconPropTypes;
|
|
2230
2234
|
}
|
|
2231
|
-
var
|
|
2235
|
+
var RouterVoice = /*#__PURE__*/React.forwardRef(function RouterVoice(_ref88, ref) {
|
|
2232
2236
|
var children = _ref88.children,
|
|
2233
2237
|
_ref88$size = _ref88.size,
|
|
2234
2238
|
size = _ref88$size === void 0 ? 16 : _ref88$size,
|
|
@@ -2241,21 +2245,15 @@ var RouterWifi = /*#__PURE__*/React.forwardRef(function RouterWifi(_ref88, ref)
|
|
|
2241
2245
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2242
2246
|
viewBox: "0 0 32 32",
|
|
2243
2247
|
fill: "currentColor"
|
|
2244
|
-
}, rest),
|
|
2245
|
-
|
|
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
|
+
}, rest), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2249
|
+
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"
|
|
2252
2250
|
})), children);
|
|
2253
2251
|
});
|
|
2254
2252
|
|
|
2255
2253
|
if (process.env.NODE_ENV !== "production") {
|
|
2256
|
-
|
|
2254
|
+
RouterVoice.propTypes = iconPropTypes;
|
|
2257
2255
|
}
|
|
2258
|
-
var
|
|
2256
|
+
var RouterWifi = /*#__PURE__*/React.forwardRef(function RouterWifi(_ref89, ref) {
|
|
2259
2257
|
var children = _ref89.children,
|
|
2260
2258
|
_ref89$size = _ref89.size,
|
|
2261
2259
|
size = _ref89$size === void 0 ? 16 : _ref89$size,
|
|
@@ -2268,15 +2266,21 @@ var Row = /*#__PURE__*/React.forwardRef(function Row(_ref89, ref) {
|
|
|
2268
2266
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2269
2267
|
viewBox: "0 0 32 32",
|
|
2270
2268
|
fill: "currentColor"
|
|
2271
|
-
}, rest),
|
|
2272
|
-
|
|
2269
|
+
}, rest), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
2270
|
+
cx: "16",
|
|
2271
|
+
cy: "13.5",
|
|
2272
|
+
r: "1.5"
|
|
2273
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2274
|
+
d: "M19.5356,10.4648a5,5,0,0,0-7.0717,0L11.05,9.0508a6.9992,6.9992,0,0,1,9.9,0Z"
|
|
2275
|
+
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2276
|
+
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"
|
|
2273
2277
|
})), children);
|
|
2274
2278
|
});
|
|
2275
2279
|
|
|
2276
2280
|
if (process.env.NODE_ENV !== "production") {
|
|
2277
|
-
|
|
2281
|
+
RouterWifi.propTypes = iconPropTypes;
|
|
2278
2282
|
}
|
|
2279
|
-
var
|
|
2283
|
+
var Row = /*#__PURE__*/React.forwardRef(function Row(_ref90, ref) {
|
|
2280
2284
|
var children = _ref90.children,
|
|
2281
2285
|
_ref90$size = _ref90.size,
|
|
2282
2286
|
size = _ref90$size === void 0 ? 16 : _ref90$size,
|
|
@@ -2289,15 +2293,15 @@ var RowCollapse = /*#__PURE__*/React.forwardRef(function RowCollapse(_ref90, ref
|
|
|
2289
2293
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2290
2294
|
viewBox: "0 0 32 32",
|
|
2291
2295
|
fill: "currentColor"
|
|
2292
|
-
}, rest),
|
|
2293
|
-
d: "
|
|
2296
|
+
}, rest), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2297
|
+
d: "M4 24H28V26H4zM26 18H6V14H26v4m2 0V14a2 2 0 00-2-2H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2zM4 6H28V8H4z"
|
|
2294
2298
|
})), children);
|
|
2295
2299
|
});
|
|
2296
2300
|
|
|
2297
2301
|
if (process.env.NODE_ENV !== "production") {
|
|
2298
|
-
|
|
2302
|
+
Row.propTypes = iconPropTypes;
|
|
2299
2303
|
}
|
|
2300
|
-
var
|
|
2304
|
+
var RowCollapse = /*#__PURE__*/React.forwardRef(function RowCollapse(_ref91, ref) {
|
|
2301
2305
|
var children = _ref91.children,
|
|
2302
2306
|
_ref91$size = _ref91.size,
|
|
2303
2307
|
size = _ref91$size === void 0 ? 16 : _ref91$size,
|
|
@@ -2310,17 +2314,15 @@ var RowDelete = /*#__PURE__*/React.forwardRef(function RowDelete(_ref91, ref) {
|
|
|
2310
2314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2311
2315
|
viewBox: "0 0 32 32",
|
|
2312
2316
|
fill: "currentColor"
|
|
2313
|
-
}, rest),
|
|
2314
|
-
d: "
|
|
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"
|
|
2317
|
+
}, rest), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2318
|
+
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"
|
|
2317
2319
|
})), children);
|
|
2318
2320
|
});
|
|
2319
2321
|
|
|
2320
2322
|
if (process.env.NODE_ENV !== "production") {
|
|
2321
|
-
|
|
2323
|
+
RowCollapse.propTypes = iconPropTypes;
|
|
2322
2324
|
}
|
|
2323
|
-
var
|
|
2325
|
+
var RowDelete = /*#__PURE__*/React.forwardRef(function RowDelete(_ref92, ref) {
|
|
2324
2326
|
var children = _ref92.children,
|
|
2325
2327
|
_ref92$size = _ref92.size,
|
|
2326
2328
|
size = _ref92$size === void 0 ? 16 : _ref92$size,
|
|
@@ -2334,14 +2336,16 @@ var RowExpand = /*#__PURE__*/React.forwardRef(function RowExpand(_ref92, ref) {
|
|
|
2334
2336
|
viewBox: "0 0 32 32",
|
|
2335
2337
|
fill: "currentColor"
|
|
2336
2338
|
}, rest), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2337
|
-
d: "
|
|
2339
|
+
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"
|
|
2340
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2341
|
+
d: "M4,14V8H18V6H4A2.0023,2.0023,0,0,0,2,8v6a2.0023,2.0023,0,0,0,2,2H26V14Z"
|
|
2338
2342
|
})), children);
|
|
2339
2343
|
});
|
|
2340
2344
|
|
|
2341
2345
|
if (process.env.NODE_ENV !== "production") {
|
|
2342
|
-
|
|
2346
|
+
RowDelete.propTypes = iconPropTypes;
|
|
2343
2347
|
}
|
|
2344
|
-
var
|
|
2348
|
+
var RowExpand = /*#__PURE__*/React.forwardRef(function RowExpand(_ref93, ref) {
|
|
2345
2349
|
var children = _ref93.children,
|
|
2346
2350
|
_ref93$size = _ref93.size,
|
|
2347
2351
|
size = _ref93$size === void 0 ? 16 : _ref93$size,
|
|
@@ -2354,15 +2358,15 @@ var RowInsert = /*#__PURE__*/React.forwardRef(function RowInsert(_ref93, ref) {
|
|
|
2354
2358
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2355
2359
|
viewBox: "0 0 32 32",
|
|
2356
2360
|
fill: "currentColor"
|
|
2357
|
-
}, rest),
|
|
2358
|
-
d: "
|
|
2361
|
+
}, rest), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2362
|
+
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"
|
|
2359
2363
|
})), children);
|
|
2360
2364
|
});
|
|
2361
2365
|
|
|
2362
2366
|
if (process.env.NODE_ENV !== "production") {
|
|
2363
|
-
|
|
2367
|
+
RowExpand.propTypes = iconPropTypes;
|
|
2364
2368
|
}
|
|
2365
|
-
var
|
|
2369
|
+
var RowInsert = /*#__PURE__*/React.forwardRef(function RowInsert(_ref94, ref) {
|
|
2366
2370
|
var children = _ref94.children,
|
|
2367
2371
|
_ref94$size = _ref94.size,
|
|
2368
2372
|
size = _ref94$size === void 0 ? 16 : _ref94$size,
|
|
@@ -2375,17 +2379,15 @@ var Rss = /*#__PURE__*/React.forwardRef(function Rss(_ref94, ref) {
|
|
|
2375
2379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2376
2380
|
viewBox: "0 0 32 32",
|
|
2377
2381
|
fill: "currentColor"
|
|
2378
|
-
}, rest),
|
|
2379
|
-
d: "
|
|
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"
|
|
2382
|
+
}, rest), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2383
|
+
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"
|
|
2382
2384
|
})), children);
|
|
2383
2385
|
});
|
|
2384
2386
|
|
|
2385
2387
|
if (process.env.NODE_ENV !== "production") {
|
|
2386
|
-
|
|
2388
|
+
RowInsert.propTypes = iconPropTypes;
|
|
2387
2389
|
}
|
|
2388
|
-
var
|
|
2390
|
+
var Rss = /*#__PURE__*/React.forwardRef(function Rss(_ref95, ref) {
|
|
2389
2391
|
var children = _ref95.children,
|
|
2390
2392
|
_ref95$size = _ref95.size,
|
|
2391
2393
|
size = _ref95$size === void 0 ? 16 : _ref95$size,
|
|
@@ -2399,16 +2401,16 @@ var Rule = /*#__PURE__*/React.forwardRef(function Rule(_ref95, ref) {
|
|
|
2399
2401
|
viewBox: "0 0 32 32",
|
|
2400
2402
|
fill: "currentColor"
|
|
2401
2403
|
}, rest), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2402
|
-
d: "
|
|
2404
|
+
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"
|
|
2403
2405
|
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2404
|
-
d: "
|
|
2406
|
+
d: "M22,24h-2c0-6.6-5.4-12-12-12v-2C15.7,10,22,16.3,22,24z"
|
|
2405
2407
|
})), children);
|
|
2406
2408
|
});
|
|
2407
2409
|
|
|
2408
2410
|
if (process.env.NODE_ENV !== "production") {
|
|
2409
|
-
|
|
2411
|
+
Rss.propTypes = iconPropTypes;
|
|
2410
2412
|
}
|
|
2411
|
-
var
|
|
2413
|
+
var Rule = /*#__PURE__*/React.forwardRef(function Rule(_ref96, ref) {
|
|
2412
2414
|
var children = _ref96.children,
|
|
2413
2415
|
_ref96$size = _ref96.size,
|
|
2414
2416
|
size = _ref96$size === void 0 ? 16 : _ref96$size,
|
|
@@ -2422,16 +2424,16 @@ var RuleCancelled = /*#__PURE__*/React.forwardRef(function RuleCancelled(_ref96,
|
|
|
2422
2424
|
viewBox: "0 0 32 32",
|
|
2423
2425
|
fill: "currentColor"
|
|
2424
2426
|
}, rest), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2425
|
-
d: "
|
|
2427
|
+
d: "M10 16H22V18H10zM10 10H22V12H10z"
|
|
2426
2428
|
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2427
|
-
d: "
|
|
2429
|
+
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"
|
|
2428
2430
|
})), children);
|
|
2429
2431
|
});
|
|
2430
2432
|
|
|
2431
2433
|
if (process.env.NODE_ENV !== "production") {
|
|
2432
|
-
|
|
2434
|
+
Rule.propTypes = iconPropTypes;
|
|
2433
2435
|
}
|
|
2434
|
-
var
|
|
2436
|
+
var RuleCancelled = /*#__PURE__*/React.forwardRef(function RuleCancelled(_ref97, ref) {
|
|
2435
2437
|
var children = _ref97.children,
|
|
2436
2438
|
_ref97$size = _ref97.size,
|
|
2437
2439
|
size = _ref97$size === void 0 ? 16 : _ref97$size,
|
|
@@ -2444,17 +2446,17 @@ var RuleDataQuality = /*#__PURE__*/React.forwardRef(function RuleDataQuality(_re
|
|
|
2444
2446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2445
2447
|
viewBox: "0 0 32 32",
|
|
2446
2448
|
fill: "currentColor"
|
|
2447
|
-
}, rest),
|
|
2448
|
-
d: "M30
|
|
2449
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2450
|
-
d: "M14,27.
|
|
2451
|
-
}))
|
|
2449
|
+
}, rest), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2450
|
+
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"
|
|
2451
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2452
|
+
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"
|
|
2453
|
+
})), children);
|
|
2452
2454
|
});
|
|
2453
2455
|
|
|
2454
2456
|
if (process.env.NODE_ENV !== "production") {
|
|
2455
|
-
|
|
2457
|
+
RuleCancelled.propTypes = iconPropTypes;
|
|
2456
2458
|
}
|
|
2457
|
-
var
|
|
2459
|
+
var RuleDataQuality = /*#__PURE__*/React.forwardRef(function RuleDataQuality(_ref98, ref) {
|
|
2458
2460
|
var children = _ref98.children,
|
|
2459
2461
|
_ref98$size = _ref98.size,
|
|
2460
2462
|
size = _ref98$size === void 0 ? 16 : _ref98$size,
|
|
@@ -2467,17 +2469,17 @@ var RuleDraft = /*#__PURE__*/React.forwardRef(function RuleDraft(_ref98, ref) {
|
|
|
2467
2469
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2468
2470
|
viewBox: "0 0 32 32",
|
|
2469
2471
|
fill: "currentColor"
|
|
2470
|
-
}, rest),
|
|
2471
|
-
d: "
|
|
2472
|
-
})
|
|
2473
|
-
d: "
|
|
2474
|
-
})), children);
|
|
2472
|
+
}, rest), _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
2473
|
+
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"
|
|
2474
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2475
|
+
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"
|
|
2476
|
+
})))), children);
|
|
2475
2477
|
});
|
|
2476
2478
|
|
|
2477
2479
|
if (process.env.NODE_ENV !== "production") {
|
|
2478
|
-
|
|
2480
|
+
RuleDataQuality.propTypes = iconPropTypes;
|
|
2479
2481
|
}
|
|
2480
|
-
var
|
|
2482
|
+
var RuleDraft = /*#__PURE__*/React.forwardRef(function RuleDraft(_ref99, ref) {
|
|
2481
2483
|
var children = _ref99.children,
|
|
2482
2484
|
_ref99$size = _ref99.size,
|
|
2483
2485
|
size = _ref99$size === void 0 ? 16 : _ref99$size,
|
|
@@ -2491,21 +2493,16 @@ var RuleFilled = /*#__PURE__*/React.forwardRef(function RuleFilled(_ref99, ref)
|
|
|
2491
2493
|
viewBox: "0 0 32 32",
|
|
2492
2494
|
fill: "currentColor"
|
|
2493
2495
|
}, rest), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2494
|
-
|
|
2495
|
-
d: "M9 16H23V18H9z",
|
|
2496
|
-
"data-icon-path": "inner-path"
|
|
2496
|
+
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"
|
|
2497
2497
|
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2498
|
-
|
|
2499
|
-
d: "M9 10H23V12H9z"
|
|
2500
|
-
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
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"
|
|
2498
|
+
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"
|
|
2502
2499
|
})), children);
|
|
2503
2500
|
});
|
|
2504
2501
|
|
|
2505
2502
|
if (process.env.NODE_ENV !== "production") {
|
|
2506
|
-
|
|
2503
|
+
RuleDraft.propTypes = iconPropTypes;
|
|
2507
2504
|
}
|
|
2508
|
-
var
|
|
2505
|
+
var RuleFilled = /*#__PURE__*/React.forwardRef(function RuleFilled(_ref100, ref) {
|
|
2509
2506
|
var children = _ref100.children,
|
|
2510
2507
|
_ref100$size = _ref100.size,
|
|
2511
2508
|
size = _ref100$size === void 0 ? 16 : _ref100$size,
|
|
@@ -2518,19 +2515,22 @@ var RuleTest = /*#__PURE__*/React.forwardRef(function RuleTest(_ref100, ref) {
|
|
|
2518
2515
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2519
2516
|
viewBox: "0 0 32 32",
|
|
2520
2517
|
fill: "currentColor"
|
|
2521
|
-
}, rest),
|
|
2522
|
-
|
|
2518
|
+
}, rest), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2519
|
+
fill: "none",
|
|
2520
|
+
d: "M9 16H23V18H9z",
|
|
2521
|
+
"data-icon-path": "inner-path"
|
|
2522
|
+
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2523
|
+
fill: "none",
|
|
2524
|
+
d: "M9 10H23V12H9z"
|
|
2523
2525
|
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2524
|
-
d: "M26
|
|
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"
|
|
2526
|
+
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"
|
|
2527
2527
|
})), children);
|
|
2528
2528
|
});
|
|
2529
2529
|
|
|
2530
2530
|
if (process.env.NODE_ENV !== "production") {
|
|
2531
|
-
|
|
2531
|
+
RuleFilled.propTypes = iconPropTypes;
|
|
2532
2532
|
}
|
|
2533
|
-
var
|
|
2533
|
+
var RuleTest = /*#__PURE__*/React.forwardRef(function RuleTest(_ref101, ref) {
|
|
2534
2534
|
var children = _ref101.children,
|
|
2535
2535
|
_ref101$size = _ref101.size,
|
|
2536
2536
|
size = _ref101$size === void 0 ? 16 : _ref101$size,
|
|
@@ -2543,15 +2543,19 @@ var Ruler = /*#__PURE__*/React.forwardRef(function Ruler(_ref101, ref) {
|
|
|
2543
2543
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2544
2544
|
viewBox: "0 0 32 32",
|
|
2545
2545
|
fill: "currentColor"
|
|
2546
|
-
}, rest),
|
|
2547
|
-
d: "
|
|
2546
|
+
}, rest), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2547
|
+
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"
|
|
2548
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2549
|
+
d: "M26 24.586L24 22.586 24 20 22 20 22 23.414 24.586 26 26 24.586zM8 16H14V18H8zM8 10H20V12H8z"
|
|
2550
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2551
|
+
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"
|
|
2548
2552
|
})), children);
|
|
2549
2553
|
});
|
|
2550
2554
|
|
|
2551
2555
|
if (process.env.NODE_ENV !== "production") {
|
|
2552
|
-
|
|
2556
|
+
RuleTest.propTypes = iconPropTypes;
|
|
2553
2557
|
}
|
|
2554
|
-
var
|
|
2558
|
+
var Ruler = /*#__PURE__*/React.forwardRef(function Ruler(_ref102, ref) {
|
|
2555
2559
|
var children = _ref102.children,
|
|
2556
2560
|
_ref102$size = _ref102.size,
|
|
2557
2561
|
size = _ref102$size === void 0 ? 16 : _ref102$size,
|
|
@@ -2564,15 +2568,15 @@ var RulerAlt = /*#__PURE__*/React.forwardRef(function RulerAlt(_ref102, ref) {
|
|
|
2564
2568
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2565
2569
|
viewBox: "0 0 32 32",
|
|
2566
2570
|
fill: "currentColor"
|
|
2567
|
-
}, rest),
|
|
2568
|
-
d: "M29
|
|
2571
|
+
}, rest), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2572
|
+
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"
|
|
2569
2573
|
})), children);
|
|
2570
2574
|
});
|
|
2571
2575
|
|
|
2572
2576
|
if (process.env.NODE_ENV !== "production") {
|
|
2573
|
-
|
|
2577
|
+
Ruler.propTypes = iconPropTypes;
|
|
2574
2578
|
}
|
|
2575
|
-
var
|
|
2579
|
+
var RulerAlt = /*#__PURE__*/React.forwardRef(function RulerAlt(_ref103, ref) {
|
|
2576
2580
|
var children = _ref103.children,
|
|
2577
2581
|
_ref103$size = _ref103.size,
|
|
2578
2582
|
size = _ref103$size === void 0 ? 16 : _ref103$size,
|
|
@@ -2585,19 +2589,15 @@ var Run = /*#__PURE__*/React.forwardRef(function Run(_ref103, ref) {
|
|
|
2585
2589
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2586
2590
|
viewBox: "0 0 32 32",
|
|
2587
2591
|
fill: "currentColor"
|
|
2588
|
-
}, rest),
|
|
2589
|
-
d: "
|
|
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"
|
|
2592
|
+
}, rest), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2593
|
+
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"
|
|
2594
2594
|
})), children);
|
|
2595
2595
|
});
|
|
2596
2596
|
|
|
2597
2597
|
if (process.env.NODE_ENV !== "production") {
|
|
2598
|
-
|
|
2598
|
+
RulerAlt.propTypes = iconPropTypes;
|
|
2599
2599
|
}
|
|
2600
|
-
var
|
|
2600
|
+
var Run = /*#__PURE__*/React.forwardRef(function Run(_ref104, ref) {
|
|
2601
2601
|
var children = _ref104.children,
|
|
2602
2602
|
_ref104$size = _ref104.size,
|
|
2603
2603
|
size = _ref104$size === void 0 ? 16 : _ref104$size,
|
|
@@ -2610,15 +2610,19 @@ var QS = /*#__PURE__*/React.forwardRef(function QS(_ref104, ref) {
|
|
|
2610
2610
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2611
2611
|
viewBox: "0 0 32 32",
|
|
2612
2612
|
fill: "currentColor"
|
|
2613
|
-
}, rest),
|
|
2614
|
-
d: "
|
|
2613
|
+
}, rest), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2614
|
+
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"
|
|
2615
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2616
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V12H28V6A2,2,0,0,0,26,4ZM6,10V6H26v4Z"
|
|
2617
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2618
|
+
d: "M19 19L19 25 24 22 19 19z"
|
|
2615
2619
|
})), children);
|
|
2616
2620
|
});
|
|
2617
2621
|
|
|
2618
2622
|
if (process.env.NODE_ENV !== "production") {
|
|
2619
|
-
|
|
2623
|
+
Run.propTypes = iconPropTypes;
|
|
2620
2624
|
}
|
|
2621
|
-
var
|
|
2625
|
+
var QS = /*#__PURE__*/React.forwardRef(function QS(_ref105, ref) {
|
|
2622
2626
|
var children = _ref105.children,
|
|
2623
2627
|
_ref105$size = _ref105.size,
|
|
2624
2628
|
size = _ref105$size === void 0 ? 16 : _ref105$size,
|
|
@@ -2631,15 +2635,15 @@ var QSAlt = /*#__PURE__*/React.forwardRef(function QSAlt(_ref105, ref) {
|
|
|
2631
2635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2632
2636
|
viewBox: "0 0 32 32",
|
|
2633
2637
|
fill: "currentColor"
|
|
2634
|
-
}, rest),
|
|
2635
|
-
d: "
|
|
2638
|
+
}, rest), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2639
|
+
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"
|
|
2636
2640
|
})), children);
|
|
2637
2641
|
});
|
|
2638
2642
|
|
|
2639
2643
|
if (process.env.NODE_ENV !== "production") {
|
|
2640
|
-
|
|
2644
|
+
QS.propTypes = iconPropTypes;
|
|
2641
2645
|
}
|
|
2642
|
-
var
|
|
2646
|
+
var QSAlt = /*#__PURE__*/React.forwardRef(function QSAlt(_ref106, ref) {
|
|
2643
2647
|
var children = _ref106.children,
|
|
2644
2648
|
_ref106$size = _ref106.size,
|
|
2645
2649
|
size = _ref106$size === void 0 ? 16 : _ref106$size,
|
|
@@ -2652,15 +2656,15 @@ var SailboatCoastal = /*#__PURE__*/React.forwardRef(function SailboatCoastal(_re
|
|
|
2652
2656
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2653
2657
|
viewBox: "0 0 32 32",
|
|
2654
2658
|
fill: "currentColor"
|
|
2655
|
-
}, rest),
|
|
2656
|
-
d: "M24
|
|
2659
|
+
}, rest), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2660
|
+
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"
|
|
2657
2661
|
})), children);
|
|
2658
2662
|
});
|
|
2659
2663
|
|
|
2660
2664
|
if (process.env.NODE_ENV !== "production") {
|
|
2661
|
-
|
|
2665
|
+
QSAlt.propTypes = iconPropTypes;
|
|
2662
2666
|
}
|
|
2663
|
-
var
|
|
2667
|
+
var SailboatCoastal = /*#__PURE__*/React.forwardRef(function SailboatCoastal(_ref107, ref) {
|
|
2664
2668
|
var children = _ref107.children,
|
|
2665
2669
|
_ref107$size = _ref107.size,
|
|
2666
2670
|
size = _ref107$size === void 0 ? 16 : _ref107$size,
|
|
@@ -2673,17 +2677,15 @@ var SailboatOffshore = /*#__PURE__*/React.forwardRef(function SailboatOffshore(_
|
|
|
2673
2677
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2674
2678
|
viewBox: "0 0 32 32",
|
|
2675
2679
|
fill: "currentColor"
|
|
2676
|
-
}, rest),
|
|
2677
|
-
d: "
|
|
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"
|
|
2680
|
+
}, rest), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2681
|
+
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"
|
|
2680
2682
|
})), children);
|
|
2681
2683
|
});
|
|
2682
2684
|
|
|
2683
2685
|
if (process.env.NODE_ENV !== "production") {
|
|
2684
|
-
|
|
2686
|
+
SailboatCoastal.propTypes = iconPropTypes;
|
|
2685
2687
|
}
|
|
2686
|
-
var
|
|
2688
|
+
var SailboatOffshore = /*#__PURE__*/React.forwardRef(function SailboatOffshore(_ref108, ref) {
|
|
2687
2689
|
var children = _ref108.children,
|
|
2688
2690
|
_ref108$size = _ref108.size,
|
|
2689
2691
|
size = _ref108$size === void 0 ? 16 : _ref108$size,
|
|
@@ -2697,14 +2699,16 @@ var SankeyDiagram = /*#__PURE__*/React.forwardRef(function SankeyDiagram(_ref108
|
|
|
2697
2699
|
viewBox: "0 0 32 32",
|
|
2698
2700
|
fill: "currentColor"
|
|
2699
2701
|
}, rest), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2700
|
-
d: "
|
|
2702
|
+
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"
|
|
2703
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2704
|
+
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"
|
|
2701
2705
|
})), children);
|
|
2702
2706
|
});
|
|
2703
2707
|
|
|
2704
2708
|
if (process.env.NODE_ENV !== "production") {
|
|
2705
|
-
|
|
2709
|
+
SailboatOffshore.propTypes = iconPropTypes;
|
|
2706
2710
|
}
|
|
2707
|
-
var
|
|
2711
|
+
var SankeyDiagram = /*#__PURE__*/React.forwardRef(function SankeyDiagram(_ref109, ref) {
|
|
2708
2712
|
var children = _ref109.children,
|
|
2709
2713
|
_ref109$size = _ref109.size,
|
|
2710
2714
|
size = _ref109$size === void 0 ? 16 : _ref109$size,
|
|
@@ -2717,15 +2721,15 @@ var SankeyDiagramAlt = /*#__PURE__*/React.forwardRef(function SankeyDiagramAlt(_
|
|
|
2717
2721
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2718
2722
|
viewBox: "0 0 32 32",
|
|
2719
2723
|
fill: "currentColor"
|
|
2720
|
-
}, rest),
|
|
2721
|
-
d: "
|
|
2724
|
+
}, rest), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2725
|
+
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"
|
|
2722
2726
|
})), children);
|
|
2723
2727
|
});
|
|
2724
2728
|
|
|
2725
2729
|
if (process.env.NODE_ENV !== "production") {
|
|
2726
|
-
|
|
2730
|
+
SankeyDiagram.propTypes = iconPropTypes;
|
|
2727
2731
|
}
|
|
2728
|
-
var
|
|
2732
|
+
var SankeyDiagramAlt = /*#__PURE__*/React.forwardRef(function SankeyDiagramAlt(_ref110, ref) {
|
|
2729
2733
|
var children = _ref110.children,
|
|
2730
2734
|
_ref110$size = _ref110.size,
|
|
2731
2735
|
size = _ref110$size === void 0 ? 16 : _ref110$size,
|
|
@@ -2738,15 +2742,15 @@ var Satellite = /*#__PURE__*/React.forwardRef(function Satellite(_ref110, ref) {
|
|
|
2738
2742
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2739
2743
|
viewBox: "0 0 32 32",
|
|
2740
2744
|
fill: "currentColor"
|
|
2741
|
-
}, rest),
|
|
2742
|
-
d: "
|
|
2745
|
+
}, rest), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2746
|
+
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"
|
|
2743
2747
|
})), children);
|
|
2744
2748
|
});
|
|
2745
2749
|
|
|
2746
2750
|
if (process.env.NODE_ENV !== "production") {
|
|
2747
|
-
|
|
2751
|
+
SankeyDiagramAlt.propTypes = iconPropTypes;
|
|
2748
2752
|
}
|
|
2749
|
-
var
|
|
2753
|
+
var Satellite = /*#__PURE__*/React.forwardRef(function Satellite(_ref111, ref) {
|
|
2750
2754
|
var children = _ref111.children,
|
|
2751
2755
|
_ref111$size = _ref111.size,
|
|
2752
2756
|
size = _ref111$size === void 0 ? 16 : _ref111$size,
|
|
@@ -2759,17 +2763,15 @@ var SatelliteRadar = /*#__PURE__*/React.forwardRef(function SatelliteRadar(_ref1
|
|
|
2759
2763
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2760
2764
|
viewBox: "0 0 32 32",
|
|
2761
2765
|
fill: "currentColor"
|
|
2762
|
-
}, rest),
|
|
2763
|
-
d: "
|
|
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"
|
|
2766
|
+
}, rest), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2767
|
+
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"
|
|
2766
2768
|
})), children);
|
|
2767
2769
|
});
|
|
2768
2770
|
|
|
2769
2771
|
if (process.env.NODE_ENV !== "production") {
|
|
2770
|
-
|
|
2772
|
+
Satellite.propTypes = iconPropTypes;
|
|
2771
2773
|
}
|
|
2772
|
-
var
|
|
2774
|
+
var SatelliteRadar = /*#__PURE__*/React.forwardRef(function SatelliteRadar(_ref112, ref) {
|
|
2773
2775
|
var children = _ref112.children,
|
|
2774
2776
|
_ref112$size = _ref112.size,
|
|
2775
2777
|
size = _ref112$size === void 0 ? 16 : _ref112$size,
|
|
@@ -2783,19 +2785,42 @@ var SatelliteWeather = /*#__PURE__*/React.forwardRef(function SatelliteWeather(_
|
|
|
2783
2785
|
viewBox: "0 0 32 32",
|
|
2784
2786
|
fill: "currentColor"
|
|
2785
2787
|
}, rest), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2786
|
-
d: "
|
|
2788
|
+
d: "M30,14H28A10.0113,10.0113,0,0,0,18,4V2A12.0137,12.0137,0,0,1,30,14Z"
|
|
2789
|
+
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2790
|
+
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"
|
|
2787
2791
|
})), children);
|
|
2788
2792
|
});
|
|
2789
2793
|
|
|
2790
2794
|
if (process.env.NODE_ENV !== "production") {
|
|
2791
|
-
|
|
2795
|
+
SatelliteRadar.propTypes = iconPropTypes;
|
|
2792
2796
|
}
|
|
2793
|
-
var
|
|
2797
|
+
var SatelliteWeather = /*#__PURE__*/React.forwardRef(function SatelliteWeather(_ref113, ref) {
|
|
2794
2798
|
var children = _ref113.children,
|
|
2795
2799
|
_ref113$size = _ref113.size,
|
|
2796
2800
|
size = _ref113$size === void 0 ? 16 : _ref113$size,
|
|
2797
2801
|
rest = _objectWithoutProperties(_ref113, _excluded113);
|
|
2798
2802
|
|
|
2803
|
+
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2804
|
+
width: size,
|
|
2805
|
+
height: size,
|
|
2806
|
+
ref: ref,
|
|
2807
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2808
|
+
viewBox: "0 0 32 32",
|
|
2809
|
+
fill: "currentColor"
|
|
2810
|
+
}, rest), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2811
|
+
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"
|
|
2812
|
+
})), children);
|
|
2813
|
+
});
|
|
2814
|
+
|
|
2815
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2816
|
+
SatelliteWeather.propTypes = iconPropTypes;
|
|
2817
|
+
}
|
|
2818
|
+
var Save = /*#__PURE__*/React.forwardRef(function Save(_ref114, ref) {
|
|
2819
|
+
var children = _ref114.children,
|
|
2820
|
+
_ref114$size = _ref114.size,
|
|
2821
|
+
size = _ref114$size === void 0 ? 16 : _ref114$size,
|
|
2822
|
+
rest = _objectWithoutProperties(_ref114, _excluded114);
|
|
2823
|
+
|
|
2799
2824
|
if (size === 16 || size === "16" || size === "16px") {
|
|
2800
2825
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2801
2826
|
width: size,
|
|
@@ -2804,7 +2829,7 @@ var Save = /*#__PURE__*/React.forwardRef(function Save(_ref113, ref) {
|
|
|
2804
2829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2805
2830
|
viewBox: "0 0 16 16",
|
|
2806
2831
|
fill: "currentColor"
|
|
2807
|
-
}, rest),
|
|
2832
|
+
}, rest), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2808
2833
|
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
2834
|
})), children);
|
|
2810
2835
|
}
|
|
@@ -2817,7 +2842,7 @@ var Save = /*#__PURE__*/React.forwardRef(function Save(_ref113, ref) {
|
|
|
2817
2842
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2818
2843
|
viewBox: "0 0 20 20",
|
|
2819
2844
|
fill: "currentColor"
|
|
2820
|
-
}, rest),
|
|
2845
|
+
}, rest), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2821
2846
|
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
2847
|
})), children);
|
|
2823
2848
|
}
|
|
@@ -2830,7 +2855,7 @@ var Save = /*#__PURE__*/React.forwardRef(function Save(_ref113, ref) {
|
|
|
2830
2855
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2831
2856
|
viewBox: "0 0 24 24",
|
|
2832
2857
|
fill: "currentColor"
|
|
2833
|
-
}, rest),
|
|
2858
|
+
}, rest), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2834
2859
|
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
2860
|
})), children);
|
|
2836
2861
|
}
|
|
@@ -2842,7 +2867,7 @@ var Save = /*#__PURE__*/React.forwardRef(function Save(_ref113, ref) {
|
|
|
2842
2867
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2843
2868
|
viewBox: "0 0 32 32",
|
|
2844
2869
|
fill: "currentColor"
|
|
2845
|
-
}, rest),
|
|
2870
|
+
}, rest), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2846
2871
|
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"
|
|
2847
2872
|
})), children);
|
|
2848
2873
|
});
|
|
@@ -2850,32 +2875,7 @@ var Save = /*#__PURE__*/React.forwardRef(function Save(_ref113, ref) {
|
|
|
2850
2875
|
if (process.env.NODE_ENV !== "production") {
|
|
2851
2876
|
Save.propTypes = iconPropTypes;
|
|
2852
2877
|
}
|
|
2853
|
-
var WatsonHealthSaveAnnotation = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveAnnotation(
|
|
2854
|
-
var children = _ref114.children,
|
|
2855
|
-
_ref114$size = _ref114.size,
|
|
2856
|
-
size = _ref114$size === void 0 ? 16 : _ref114$size,
|
|
2857
|
-
rest = _objectWithoutProperties(_ref114, _excluded114);
|
|
2858
|
-
|
|
2859
|
-
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2860
|
-
width: size,
|
|
2861
|
-
height: size,
|
|
2862
|
-
ref: ref,
|
|
2863
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2864
|
-
viewBox: "0 0 32 32",
|
|
2865
|
-
fill: "currentColor"
|
|
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"
|
|
2872
|
-
})), children);
|
|
2873
|
-
});
|
|
2874
|
-
|
|
2875
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2876
|
-
WatsonHealthSaveAnnotation.propTypes = iconPropTypes;
|
|
2877
|
-
}
|
|
2878
|
-
var WatsonHealthSaveImage = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveImage(_ref115, ref) {
|
|
2878
|
+
var WatsonHealthSaveAnnotation = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveAnnotation(_ref115, ref) {
|
|
2879
2879
|
var children = _ref115.children,
|
|
2880
2880
|
_ref115$size = _ref115.size,
|
|
2881
2881
|
size = _ref115$size === void 0 ? 16 : _ref115$size,
|
|
@@ -2888,17 +2888,19 @@ var WatsonHealthSaveImage = /*#__PURE__*/React.forwardRef(function WatsonHealthS
|
|
|
2888
2888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2889
2889
|
viewBox: "0 0 32 32",
|
|
2890
2890
|
fill: "currentColor"
|
|
2891
|
-
}, rest),
|
|
2891
|
+
}, rest), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2892
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
|
+
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2894
|
+
d: "M28,20H25V18h3V4H8V7H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
|
|
2893
2895
|
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2894
|
-
d: "
|
|
2896
|
+
d: "M20 6H26V8H20zM22 10H26V12H22z"
|
|
2895
2897
|
})), children);
|
|
2896
2898
|
});
|
|
2897
2899
|
|
|
2898
2900
|
if (process.env.NODE_ENV !== "production") {
|
|
2899
|
-
|
|
2901
|
+
WatsonHealthSaveAnnotation.propTypes = iconPropTypes;
|
|
2900
2902
|
}
|
|
2901
|
-
var
|
|
2903
|
+
var WatsonHealthSaveImage = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveImage(_ref116, ref) {
|
|
2902
2904
|
var children = _ref116.children,
|
|
2903
2905
|
_ref116$size = _ref116.size,
|
|
2904
2906
|
size = _ref116$size === void 0 ? 16 : _ref116$size,
|
|
@@ -2912,16 +2914,16 @@ var SaveModel = /*#__PURE__*/React.forwardRef(function SaveModel(_ref116, ref) {
|
|
|
2912
2914
|
viewBox: "0 0 32 32",
|
|
2913
2915
|
fill: "currentColor"
|
|
2914
2916
|
}, rest), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2915
|
-
d: "
|
|
2917
|
+
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"
|
|
2916
2918
|
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2917
|
-
d: "
|
|
2919
|
+
d: "M28,20H25V18h3V4H14V7H12V4a2,2,0,0,1,2-2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
|
|
2918
2920
|
})), children);
|
|
2919
2921
|
});
|
|
2920
2922
|
|
|
2921
2923
|
if (process.env.NODE_ENV !== "production") {
|
|
2922
|
-
|
|
2924
|
+
WatsonHealthSaveImage.propTypes = iconPropTypes;
|
|
2923
2925
|
}
|
|
2924
|
-
var
|
|
2926
|
+
var SaveModel = /*#__PURE__*/React.forwardRef(function SaveModel(_ref117, ref) {
|
|
2925
2927
|
var children = _ref117.children,
|
|
2926
2928
|
_ref117$size = _ref117.size,
|
|
2927
2929
|
size = _ref117$size === void 0 ? 16 : _ref117$size,
|
|
@@ -2935,18 +2937,16 @@ var WatsonHealthSaveSeries = /*#__PURE__*/React.forwardRef(function WatsonHealth
|
|
|
2935
2937
|
viewBox: "0 0 32 32",
|
|
2936
2938
|
fill: "currentColor"
|
|
2937
2939
|
}, rest), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2938
|
-
d: "
|
|
2940
|
+
d: "M26,20l1.4272,1.9028L23,26.9629l-4.4272-5.06L20,20h6m1-2H19l-3,4,7,8,7-8-3-4Z"
|
|
2939
2941
|
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2940
|
-
d: "
|
|
2941
|
-
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2942
|
-
d: "M32,14H30V2H18V0H30a2,2,0,0,1,2,2Z"
|
|
2942
|
+
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"
|
|
2943
2943
|
})), children);
|
|
2944
2944
|
});
|
|
2945
2945
|
|
|
2946
2946
|
if (process.env.NODE_ENV !== "production") {
|
|
2947
|
-
|
|
2947
|
+
SaveModel.propTypes = iconPropTypes;
|
|
2948
2948
|
}
|
|
2949
|
-
var
|
|
2949
|
+
var WatsonHealthSaveSeries = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveSeries(_ref118, ref) {
|
|
2950
2950
|
var children = _ref118.children,
|
|
2951
2951
|
_ref118$size = _ref118.size,
|
|
2952
2952
|
size = _ref118$size === void 0 ? 16 : _ref118$size,
|
|
@@ -2959,17 +2959,19 @@ var Scale = /*#__PURE__*/React.forwardRef(function Scale(_ref118, ref) {
|
|
|
2959
2959
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2960
2960
|
viewBox: "0 0 32 32",
|
|
2961
2961
|
fill: "currentColor"
|
|
2962
|
-
}, rest),
|
|
2963
|
-
d: "
|
|
2962
|
+
}, rest), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2963
|
+
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"
|
|
2964
|
+
})), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2965
|
+
d: "M27,21H25V7H11V5H25a2,2,0,0,1,2,2Z"
|
|
2964
2966
|
})), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2965
|
-
d: "
|
|
2967
|
+
d: "M32,14H30V2H18V0H30a2,2,0,0,1,2,2Z"
|
|
2966
2968
|
})), children);
|
|
2967
2969
|
});
|
|
2968
2970
|
|
|
2969
2971
|
if (process.env.NODE_ENV !== "production") {
|
|
2970
|
-
|
|
2972
|
+
WatsonHealthSaveSeries.propTypes = iconPropTypes;
|
|
2971
2973
|
}
|
|
2972
|
-
var
|
|
2974
|
+
var Scale = /*#__PURE__*/React.forwardRef(function Scale(_ref119, ref) {
|
|
2973
2975
|
var children = _ref119.children,
|
|
2974
2976
|
_ref119$size = _ref119.size,
|
|
2975
2977
|
size = _ref119$size === void 0 ? 16 : _ref119$size,
|
|
@@ -2983,14 +2985,16 @@ var Scales = /*#__PURE__*/React.forwardRef(function Scales(_ref119, ref) {
|
|
|
2983
2985
|
viewBox: "0 0 32 32",
|
|
2984
2986
|
fill: "currentColor"
|
|
2985
2987
|
}, rest), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2986
|
-
d: "
|
|
2988
|
+
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"
|
|
2989
|
+
})), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2990
|
+
d: "M19,21v2h6a2,2,0,0,0,2-2V7a2,2,0,0,0-2-2H11A2,2,0,0,0,9,7v6h2V7H25V21"
|
|
2987
2991
|
})), children);
|
|
2988
2992
|
});
|
|
2989
2993
|
|
|
2990
2994
|
if (process.env.NODE_ENV !== "production") {
|
|
2991
|
-
|
|
2995
|
+
Scale.propTypes = iconPropTypes;
|
|
2992
2996
|
}
|
|
2993
|
-
var
|
|
2997
|
+
var Scales = /*#__PURE__*/React.forwardRef(function Scales(_ref120, ref) {
|
|
2994
2998
|
var children = _ref120.children,
|
|
2995
2999
|
_ref120$size = _ref120.size,
|
|
2996
3000
|
size = _ref120$size === void 0 ? 16 : _ref120$size,
|
|
@@ -3003,15 +3007,15 @@ var ScalesTipped = /*#__PURE__*/React.forwardRef(function ScalesTipped(_ref120,
|
|
|
3003
3007
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3004
3008
|
viewBox: "0 0 32 32",
|
|
3005
3009
|
fill: "currentColor"
|
|
3006
|
-
}, rest),
|
|
3007
|
-
d: "M20,
|
|
3010
|
+
}, rest), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
3011
|
+
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"
|
|
3008
3012
|
})), children);
|
|
3009
3013
|
});
|
|
3010
3014
|
|
|
3011
3015
|
if (process.env.NODE_ENV !== "production") {
|
|
3012
|
-
|
|
3016
|
+
Scales.propTypes = iconPropTypes;
|
|
3013
3017
|
}
|
|
3014
|
-
var
|
|
3018
|
+
var ScalesTipped = /*#__PURE__*/React.forwardRef(function ScalesTipped(_ref121, ref) {
|
|
3015
3019
|
var children = _ref121.children,
|
|
3016
3020
|
_ref121$size = _ref121.size,
|
|
3017
3021
|
size = _ref121$size === void 0 ? 16 : _ref121$size,
|
|
@@ -3024,15 +3028,15 @@ var Scalpel = /*#__PURE__*/React.forwardRef(function Scalpel(_ref121, ref) {
|
|
|
3024
3028
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3025
3029
|
viewBox: "0 0 32 32",
|
|
3026
3030
|
fill: "currentColor"
|
|
3027
|
-
}, rest),
|
|
3028
|
-
d: "
|
|
3031
|
+
}, rest), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
3032
|
+
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"
|
|
3029
3033
|
})), children);
|
|
3030
3034
|
});
|
|
3031
3035
|
|
|
3032
3036
|
if (process.env.NODE_ENV !== "production") {
|
|
3033
|
-
|
|
3037
|
+
ScalesTipped.propTypes = iconPropTypes;
|
|
3034
3038
|
}
|
|
3035
|
-
var
|
|
3039
|
+
var Scalpel = /*#__PURE__*/React.forwardRef(function Scalpel(_ref122, ref) {
|
|
3036
3040
|
var children = _ref122.children,
|
|
3037
3041
|
_ref122$size = _ref122.size,
|
|
3038
3042
|
size = _ref122$size === void 0 ? 16 : _ref122$size,
|
|
@@ -3045,15 +3049,15 @@ var WatsonHealthScalpelCursor = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
3045
3049
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3046
3050
|
viewBox: "0 0 32 32",
|
|
3047
3051
|
fill: "currentColor"
|
|
3048
|
-
}, rest),
|
|
3049
|
-
d: "M28.
|
|
3052
|
+
}, rest), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
3053
|
+
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"
|
|
3050
3054
|
})), children);
|
|
3051
3055
|
});
|
|
3052
3056
|
|
|
3053
3057
|
if (process.env.NODE_ENV !== "production") {
|
|
3054
|
-
|
|
3058
|
+
Scalpel.propTypes = iconPropTypes;
|
|
3055
3059
|
}
|
|
3056
|
-
var
|
|
3060
|
+
var WatsonHealthScalpelCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelCursor(_ref123, ref) {
|
|
3057
3061
|
var children = _ref123.children,
|
|
3058
3062
|
_ref123$size = _ref123.size,
|
|
3059
3063
|
size = _ref123$size === void 0 ? 16 : _ref123$size,
|
|
@@ -3066,15 +3070,15 @@ var WatsonHealthScalpelLasso = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
3066
3070
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3067
3071
|
viewBox: "0 0 32 32",
|
|
3068
3072
|
fill: "currentColor"
|
|
3069
|
-
}, rest),
|
|
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.
|
|
3073
|
+
}, rest), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
3074
|
+
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"
|
|
3071
3075
|
})), children);
|
|
3072
3076
|
});
|
|
3073
3077
|
|
|
3074
3078
|
if (process.env.NODE_ENV !== "production") {
|
|
3075
|
-
|
|
3079
|
+
WatsonHealthScalpelCursor.propTypes = iconPropTypes;
|
|
3076
3080
|
}
|
|
3077
|
-
var
|
|
3081
|
+
var WatsonHealthScalpelLasso = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelLasso(_ref124, ref) {
|
|
3078
3082
|
var children = _ref124.children,
|
|
3079
3083
|
_ref124$size = _ref124.size,
|
|
3080
3084
|
size = _ref124$size === void 0 ? 16 : _ref124$size,
|
|
@@ -3087,15 +3091,15 @@ var WatsonHealthScalpelSelect = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
3087
3091
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3088
3092
|
viewBox: "0 0 32 32",
|
|
3089
3093
|
fill: "currentColor"
|
|
3090
|
-
}, rest),
|
|
3091
|
-
d: "M28.8281 7.
|
|
3094
|
+
}, rest), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
|
3095
|
+
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"
|
|
3092
3096
|
})), children);
|
|
3093
3097
|
});
|
|
3094
3098
|
|
|
3095
3099
|
if (process.env.NODE_ENV !== "production") {
|
|
3096
|
-
|
|
3100
|
+
WatsonHealthScalpelLasso.propTypes = iconPropTypes;
|
|
3097
3101
|
}
|
|
3098
|
-
var
|
|
3102
|
+
var WatsonHealthScalpelSelect = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelSelect(_ref125, ref) {
|
|
3099
3103
|
var children = _ref125.children,
|
|
3100
3104
|
_ref125$size = _ref125.size,
|
|
3101
3105
|
size = _ref125$size === void 0 ? 16 : _ref125$size,
|
|
@@ -3108,15 +3112,13 @@ var Scan = /*#__PURE__*/React.forwardRef(function Scan(_ref125, ref) {
|
|
|
3108
3112
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3109
3113
|
viewBox: "0 0 32 32",
|
|
3110
3114
|
fill: "currentColor"
|
|
3111
|
-
}, rest),
|
|
3112
|
-
d: "
|
|
3113
|
-
})), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
3114
|
-
d: "M15 9H17V23H15zM27 9H29V23H27zM21 9H23V23H21z"
|
|
3115
|
+
}, rest), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
3116
|
+
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"
|
|
3115
3117
|
})), children);
|
|
3116
3118
|
});
|
|
3117
3119
|
|
|
3118
3120
|
if (process.env.NODE_ENV !== "production") {
|
|
3119
|
-
|
|
3121
|
+
WatsonHealthScalpelSelect.propTypes = iconPropTypes;
|
|
3120
3122
|
}
|
|
3121
3123
|
|
|
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,
|
|
3124
|
+
export { PreviousFilled, 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, WatsonHealthQcLaunch, WatsonHealthRegionAnalysisArea, WatsonHealthRegionAnalysisVolume, WatsonHealthRegistration, WatsonHealthRotate_180, WatsonHealthRotate_360, WatsonHealthSaveAnnotation, WatsonHealthSaveImage, WatsonHealthSaveSeries, WatsonHealthScalpelCursor, WatsonHealthScalpelLasso, WatsonHealthScalpelSelect };
|