@carbon/icons-react 11.40.0-rc.0 → 11.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/CircleOutline.d.ts +11 -0
- package/es/CircleOutline.js +39 -0
- package/es/DiamondOutline.d.ts +11 -0
- package/es/DiamondOutline.js +39 -0
- package/es/DiamondSolid.d.ts +11 -0
- package/es/DiamondSolid.js +39 -0
- package/es/HexagonOutline.d.ts +11 -0
- package/es/HexagonOutline.js +39 -0
- package/es/HexagonSolid.d.ts +11 -0
- package/es/HexagonSolid.js +39 -0
- package/es/HexagonVerticalOutline.d.ts +11 -0
- package/es/HexagonVerticalOutline.js +39 -0
- package/es/HexagonVerticalSolid.d.ts +11 -0
- package/es/HexagonVerticalSolid.js +39 -0
- package/es/PentagonDownOutline.d.ts +11 -0
- package/es/PentagonDownOutline.js +39 -0
- package/es/PentagonDownSolid.d.ts +11 -0
- package/es/PentagonDownSolid.js +39 -0
- package/es/PentagonLeftOutline.d.ts +11 -0
- package/es/PentagonLeftOutline.js +39 -0
- package/es/PentagonLeftSolid.d.ts +11 -0
- package/es/PentagonLeftSolid.js +39 -0
- package/es/PentagonOutline.d.ts +11 -0
- package/es/PentagonOutline.js +39 -0
- package/es/PentagonRightOutline.d.ts +11 -0
- package/es/PentagonRightOutline.js +39 -0
- package/es/PentagonRightSolid.d.ts +11 -0
- package/es/PentagonRightSolid.js +39 -0
- package/es/PentagonSolid.d.ts +11 -0
- package/es/PentagonSolid.js +39 -0
- package/es/SquareOutline.d.ts +11 -0
- package/es/SquareOutline.js +39 -0
- package/es/SquareSolid.d.ts +11 -0
- package/es/SquareSolid.js +35 -0
- package/es/TriangleDownOutline.d.ts +11 -0
- package/es/TriangleDownOutline.js +39 -0
- package/es/TriangleDownSolid.d.ts +11 -0
- package/es/TriangleDownSolid.js +39 -0
- package/es/TriangleLeftOutline.d.ts +11 -0
- package/es/TriangleLeftOutline.js +39 -0
- package/es/TriangleLeftSolid.d.ts +11 -0
- package/es/TriangleLeftSolid.js +39 -0
- package/es/TriangleOutline.d.ts +11 -0
- package/es/TriangleOutline.js +39 -0
- package/es/TriangleRightOutline.d.ts +11 -0
- package/es/TriangleRightOutline.js +39 -0
- package/es/TriangleRightSolid.d.ts +11 -0
- package/es/TriangleRightSolid.js +39 -0
- package/es/TriangleSolid.d.ts +11 -0
- package/es/TriangleSolid.js +39 -0
- package/es/generated/bucket-10.d.ts +8 -8
- package/es/generated/bucket-10.js +608 -595
- package/es/generated/bucket-11.d.ts +16 -16
- package/es/generated/bucket-11.js +642 -648
- package/es/generated/bucket-12.d.ts +16 -16
- package/es/generated/bucket-12.js +857 -850
- package/es/generated/bucket-13.d.ts +16 -16
- package/es/generated/bucket-13.js +799 -798
- package/es/generated/bucket-14.d.ts +18 -18
- package/es/generated/bucket-14.js +923 -937
- package/es/generated/bucket-15.d.ts +18 -18
- package/es/generated/bucket-15.js +733 -738
- package/es/generated/bucket-16.d.ts +26 -26
- package/es/generated/bucket-16.js +762 -799
- package/es/generated/bucket-17.d.ts +26 -2
- package/es/generated/bucket-17.js +1030 -450
- package/es/generated/bucket-18.d.ts +11 -0
- package/es/generated/bucket-18.js +38 -0
- package/es/generated/bucket-3.d.ts +2 -2
- package/es/generated/bucket-3.js +438 -437
- package/es/generated/bucket-4.d.ts +4 -4
- package/es/generated/bucket-4.js +495 -501
- package/es/generated/bucket-5.d.ts +4 -4
- package/es/generated/bucket-5.js +527 -519
- package/es/generated/bucket-6.d.ts +4 -4
- package/es/generated/bucket-6.js +512 -538
- package/es/generated/bucket-7.d.ts +8 -8
- package/es/generated/bucket-7.js +697 -694
- package/es/generated/bucket-8.d.ts +8 -8
- package/es/generated/bucket-8.js +685 -682
- package/es/generated/bucket-9.d.ts +8 -8
- package/es/generated/bucket-9.js +593 -590
- package/es/index.d.ts +1 -0
- package/es/index.js +16 -15
- package/lib/CircleOutline.d.ts +11 -0
- package/lib/CircleOutline.js +45 -0
- package/lib/DiamondOutline.d.ts +11 -0
- package/lib/DiamondOutline.js +45 -0
- package/lib/DiamondSolid.d.ts +11 -0
- package/lib/DiamondSolid.js +45 -0
- package/lib/HexagonOutline.d.ts +11 -0
- package/lib/HexagonOutline.js +45 -0
- package/lib/HexagonSolid.d.ts +11 -0
- package/lib/HexagonSolid.js +45 -0
- package/lib/HexagonVerticalOutline.d.ts +11 -0
- package/lib/HexagonVerticalOutline.js +45 -0
- package/lib/HexagonVerticalSolid.d.ts +11 -0
- package/lib/HexagonVerticalSolid.js +45 -0
- package/lib/PentagonDownOutline.d.ts +11 -0
- package/lib/PentagonDownOutline.js +45 -0
- package/lib/PentagonDownSolid.d.ts +11 -0
- package/lib/PentagonDownSolid.js +45 -0
- package/lib/PentagonLeftOutline.d.ts +11 -0
- package/lib/PentagonLeftOutline.js +45 -0
- package/lib/PentagonLeftSolid.d.ts +11 -0
- package/lib/PentagonLeftSolid.js +45 -0
- package/lib/PentagonOutline.d.ts +11 -0
- package/lib/PentagonOutline.js +45 -0
- package/lib/PentagonRightOutline.d.ts +11 -0
- package/lib/PentagonRightOutline.js +45 -0
- package/lib/PentagonRightSolid.d.ts +11 -0
- package/lib/PentagonRightSolid.js +45 -0
- package/lib/PentagonSolid.d.ts +11 -0
- package/lib/PentagonSolid.js +45 -0
- package/lib/SquareOutline.d.ts +11 -0
- package/lib/SquareOutline.js +45 -0
- package/lib/SquareSolid.d.ts +11 -0
- package/lib/SquareSolid.js +41 -0
- package/lib/TriangleDownOutline.d.ts +11 -0
- package/lib/TriangleDownOutline.js +45 -0
- package/lib/TriangleDownSolid.d.ts +11 -0
- package/lib/TriangleDownSolid.js +45 -0
- package/lib/TriangleLeftOutline.d.ts +11 -0
- package/lib/TriangleLeftOutline.js +45 -0
- package/lib/TriangleLeftSolid.d.ts +11 -0
- package/lib/TriangleLeftSolid.js +45 -0
- package/lib/TriangleOutline.d.ts +11 -0
- package/lib/TriangleOutline.js +45 -0
- package/lib/TriangleRightOutline.d.ts +11 -0
- package/lib/TriangleRightOutline.js +45 -0
- package/lib/TriangleRightSolid.d.ts +11 -0
- package/lib/TriangleRightSolid.js +45 -0
- package/lib/TriangleSolid.d.ts +11 -0
- package/lib/TriangleSolid.js +45 -0
- package/lib/generated/bucket-10.d.ts +8 -8
- package/lib/generated/bucket-10.js +614 -601
- package/lib/generated/bucket-11.d.ts +16 -16
- package/lib/generated/bucket-11.js +656 -662
- package/lib/generated/bucket-12.d.ts +16 -16
- package/lib/generated/bucket-12.js +871 -864
- package/lib/generated/bucket-13.d.ts +16 -16
- package/lib/generated/bucket-13.js +813 -812
- package/lib/generated/bucket-14.d.ts +18 -18
- package/lib/generated/bucket-14.js +939 -953
- package/lib/generated/bucket-15.d.ts +18 -18
- package/lib/generated/bucket-15.js +749 -754
- package/lib/generated/bucket-16.d.ts +26 -26
- package/lib/generated/bucket-16.js +786 -823
- package/lib/generated/bucket-17.d.ts +26 -2
- package/lib/generated/bucket-17.js +1054 -450
- package/lib/generated/bucket-18.d.ts +11 -0
- package/lib/generated/bucket-18.js +46 -0
- package/lib/generated/bucket-3.d.ts +2 -2
- package/lib/generated/bucket-3.js +438 -437
- package/lib/generated/bucket-4.d.ts +4 -4
- package/lib/generated/bucket-4.js +497 -503
- package/lib/generated/bucket-5.d.ts +4 -4
- package/lib/generated/bucket-5.js +529 -521
- package/lib/generated/bucket-6.d.ts +4 -4
- package/lib/generated/bucket-6.js +514 -540
- package/lib/generated/bucket-7.d.ts +8 -8
- package/lib/generated/bucket-7.js +703 -700
- package/lib/generated/bucket-8.d.ts +8 -8
- package/lib/generated/bucket-8.js +691 -688
- package/lib/generated/bucket-9.d.ts +8 -8
- package/lib/generated/bucket-9.js +599 -596
- package/lib/index.d.ts +1 -0
- package/lib/index.js +169 -143
- package/package.json +4 -4
package/es/generated/bucket-3.js
CHANGED
|
@@ -12,7 +12,7 @@ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
|
12
12
|
import '@carbon/icon-helpers';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
|
|
15
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _circle, _path11, _circle2,
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _circle, _path11, _path12, _circle2, _path13, _circle3, _circle4, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _circle5, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _circle6, _path64, _circle7, _path65, _path66, _circle8, _path67, _circle9, _path68, _path69, _path70, _circle10, _path71, _circle11, _path72, _path73, _circle12, _path74, _circle13, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _circle14, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _circle15, _circle16, _circle17, _circle18, _circle19, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _circle20, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _circle21, _path130, _path131, _path132, _path133, _circle22, _circle23, _path134, _path135, _circle24, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _circle25, _circle26, _circle27, _circle28, _circle29, _circle30, _circle31, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _circle32, _circle33, _circle34, _circle35, _circle36, _path158, _path159, _path160, _path161, _path162, _path163, _circle37, _circle38, _circle39, _circle40, _circle41, _circle42, _path164, _path165, _circle43, _circle44, _circle45, _circle46, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _circle47, _path188, _path189, _path190, _path191, _path192, _path193;
|
|
16
16
|
const CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
@@ -172,12 +172,34 @@ const CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref7,
|
|
|
172
172
|
if (process.env.NODE_ENV !== "production") {
|
|
173
173
|
CircleFilled.propTypes = iconPropTypes;
|
|
174
174
|
}
|
|
175
|
-
const
|
|
175
|
+
const CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref8, ref) {
|
|
176
176
|
let {
|
|
177
177
|
children,
|
|
178
178
|
size = 16,
|
|
179
179
|
...rest
|
|
180
180
|
} = _ref8;
|
|
181
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
182
|
+
width: size,
|
|
183
|
+
height: size,
|
|
184
|
+
ref: ref,
|
|
185
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
186
|
+
viewBox: "0 0 32 32",
|
|
187
|
+
fill: "currentColor",
|
|
188
|
+
...rest
|
|
189
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
190
|
+
strokeWidth: "0",
|
|
191
|
+
d: "m16,2c-7.732,0-14,6.268-14,14s6.268,14,14,14,14-6.268,14-14S23.732,2,16,2Zm0,26c-6.6274,0-12-5.3726-12-12s5.3726-12,12-12,12,5.3726,12,12-5.3726,12-12,12Z"
|
|
192
|
+
})), children);
|
|
193
|
+
});
|
|
194
|
+
if (process.env.NODE_ENV !== "production") {
|
|
195
|
+
CircleOutline.propTypes = iconPropTypes;
|
|
196
|
+
}
|
|
197
|
+
const CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref9, ref) {
|
|
198
|
+
let {
|
|
199
|
+
children,
|
|
200
|
+
size = 16,
|
|
201
|
+
...rest
|
|
202
|
+
} = _ref9;
|
|
181
203
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
182
204
|
width: size,
|
|
183
205
|
height: size,
|
|
@@ -195,12 +217,12 @@ const CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref8, re
|
|
|
195
217
|
if (process.env.NODE_ENV !== "production") {
|
|
196
218
|
CircleSolid.propTypes = iconPropTypes;
|
|
197
219
|
}
|
|
198
|
-
const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(
|
|
220
|
+
const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref10, ref) {
|
|
199
221
|
let {
|
|
200
222
|
children,
|
|
201
223
|
size = 16,
|
|
202
224
|
...rest
|
|
203
|
-
} =
|
|
225
|
+
} = _ref10;
|
|
204
226
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
205
227
|
width: size,
|
|
206
228
|
height: size,
|
|
@@ -209,19 +231,19 @@ const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref9, ref)
|
|
|
209
231
|
viewBox: "0 0 32 32",
|
|
210
232
|
fill: "currentColor",
|
|
211
233
|
...rest
|
|
212
|
-
},
|
|
234
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
213
235
|
d: "M7.7 4.7a14.7 14.7 0 00-3 3.1L6.3 9A13.26 13.26 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.51 12.51 0 002 16H4A11.48 11.48 0 014.6 12.3zM2.7 20.4a14.4 14.4 0 002 3.9l1.6-1.2a12.89 12.89 0 01-1.7-3.3zM7.8 27.3a14.4 14.4 0 003.9 2l.6-1.9A12.89 12.89 0 019 25.7zM11.7 2.7l.6 1.9A11.48 11.48 0 0116 4V2A12.51 12.51 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.53 11.53 0 0123 25.7zM27.4 19.7l1.9.6A15.47 15.47 0 0030 16H28A11.48 11.48 0 0127.4 19.7zM29.2 11.6a14.4 14.4 0 00-2-3.9L25.6 8.9a12.89 12.89 0 011.7 3.3zM24.1 4.6a14.4 14.4 0 00-3.9-2l-.6 1.9a12.89 12.89 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.48 11.48 0 0116 28v2A21.42 21.42 0 0020.3 29.3z"
|
|
214
236
|
})), children);
|
|
215
237
|
});
|
|
216
238
|
if (process.env.NODE_ENV !== "production") {
|
|
217
239
|
CircleDash.propTypes = iconPropTypes;
|
|
218
240
|
}
|
|
219
|
-
const CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(
|
|
241
|
+
const CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref11, ref) {
|
|
220
242
|
let {
|
|
221
243
|
children,
|
|
222
244
|
size = 16,
|
|
223
245
|
...rest
|
|
224
|
-
} =
|
|
246
|
+
} = _ref11;
|
|
225
247
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
226
248
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
227
249
|
width: size,
|
|
@@ -254,12 +276,12 @@ const CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref10, ref
|
|
|
254
276
|
if (process.env.NODE_ENV !== "production") {
|
|
255
277
|
CircleFill.propTypes = iconPropTypes;
|
|
256
278
|
}
|
|
257
|
-
const WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(
|
|
279
|
+
const WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(_ref12, ref) {
|
|
258
280
|
let {
|
|
259
281
|
children,
|
|
260
282
|
size = 16,
|
|
261
283
|
...rest
|
|
262
|
-
} =
|
|
284
|
+
} = _ref12;
|
|
263
285
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
264
286
|
width: size,
|
|
265
287
|
height: size,
|
|
@@ -268,21 +290,21 @@ const WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function Wat
|
|
|
268
290
|
viewBox: "0 0 32 32",
|
|
269
291
|
fill: "currentColor",
|
|
270
292
|
...rest
|
|
271
|
-
},
|
|
293
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
272
294
|
d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
|
|
273
|
-
})),
|
|
295
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
274
296
|
d: "M21,12.41V16h2V9H16v2h3.59L11,19.59V16H9v7h7V21H12.41Z"
|
|
275
297
|
})), children);
|
|
276
298
|
});
|
|
277
299
|
if (process.env.NODE_ENV !== "production") {
|
|
278
300
|
WatsonHealthCircleMeasurement.propTypes = iconPropTypes;
|
|
279
301
|
}
|
|
280
|
-
const CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(
|
|
302
|
+
const CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref13, ref) {
|
|
281
303
|
let {
|
|
282
304
|
children,
|
|
283
305
|
size = 16,
|
|
284
306
|
...rest
|
|
285
|
-
} =
|
|
307
|
+
} = _ref13;
|
|
286
308
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
287
309
|
width: size,
|
|
288
310
|
height: size,
|
|
@@ -291,19 +313,19 @@ const CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref1
|
|
|
291
313
|
viewBox: "0 0 32 32",
|
|
292
314
|
fill: "currentColor",
|
|
293
315
|
...rest
|
|
294
|
-
},
|
|
316
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
295
317
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.5,7A3.5,3.5,0,1,1,20,12.5,3.5041,3.5041,0,0,1,23.5,9Zm.4348-1.978C23.791,7.0107,23.6467,7,23.5,7a5.4826,5.4826,0,0,0-4.1323,1.8784,8.0109,8.0109,0,0,0-5.5664-4.6675A11.8554,11.8554,0,0,1,23.9348,7.022ZM16,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,28ZM12,18a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,12,18ZM4,16a11.97,11.97,0,0,1,.2112-2.1987,7.9921,7.9921,0,0,0,7.3459,6.1762,5.9581,5.9581,0,0,0-.89,6.7564A12.0025,12.0025,0,0,1,4,16ZM21.3325,26.7339a5.9834,5.9834,0,0,0-4.1782-8.6206,8.02,8.02,0,0,0,1.9126-2.3672,5.4883,5.4883,0,0,0,8.9167-.0679c.003.1079.0164.2134.0164.3218A12.0025,12.0025,0,0,1,21.3325,26.7339Z"
|
|
296
318
|
})), children);
|
|
297
319
|
});
|
|
298
320
|
if (process.env.NODE_ENV !== "production") {
|
|
299
321
|
CirclePacking.propTypes = iconPropTypes;
|
|
300
322
|
}
|
|
301
|
-
const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(
|
|
323
|
+
const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref14, ref) {
|
|
302
324
|
let {
|
|
303
325
|
children,
|
|
304
326
|
size = 16,
|
|
305
327
|
...rest
|
|
306
|
-
} =
|
|
328
|
+
} = _ref14;
|
|
307
329
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
308
330
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
309
331
|
width: size,
|
|
@@ -313,7 +335,7 @@ const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref13,
|
|
|
313
335
|
viewBox: "0 0 16 16",
|
|
314
336
|
fill: "currentColor",
|
|
315
337
|
...rest
|
|
316
|
-
},
|
|
338
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
317
339
|
d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
|
|
318
340
|
})), children);
|
|
319
341
|
}
|
|
@@ -325,19 +347,19 @@ const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref13,
|
|
|
325
347
|
viewBox: "0 0 16 16",
|
|
326
348
|
fill: "currentColor",
|
|
327
349
|
...rest
|
|
328
|
-
},
|
|
350
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
329
351
|
d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
|
|
330
352
|
})), children);
|
|
331
353
|
});
|
|
332
354
|
if (process.env.NODE_ENV !== "production") {
|
|
333
355
|
CircleStroke.propTypes = iconPropTypes;
|
|
334
356
|
}
|
|
335
|
-
const QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(
|
|
357
|
+
const QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(_ref15, ref) {
|
|
336
358
|
let {
|
|
337
359
|
children,
|
|
338
360
|
size = 16,
|
|
339
361
|
...rest
|
|
340
|
-
} =
|
|
362
|
+
} = _ref15;
|
|
341
363
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
342
364
|
width: size,
|
|
343
365
|
height: size,
|
|
@@ -346,21 +368,21 @@ const QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer
|
|
|
346
368
|
viewBox: "0 0 32 32",
|
|
347
369
|
fill: "currentColor",
|
|
348
370
|
...rest
|
|
349
|
-
},
|
|
371
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
350
372
|
d: "M18 9L18 15 14 15 14 9 12 9 12 23 14 23 14 17 18 17 18 23 20 23 20 9 18 9z"
|
|
351
|
-
})),
|
|
373
|
+
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
352
374
|
d: "M30,15H26V6a2,2,0,0,0-2-2H8A2,2,0,0,0,6,6v9H2v2H6v9a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V17h4ZM8,26V6H24V26Z"
|
|
353
375
|
})), children);
|
|
354
376
|
});
|
|
355
377
|
if (process.env.NODE_ENV !== "production") {
|
|
356
378
|
QCircuitComposer.propTypes = iconPropTypes;
|
|
357
379
|
}
|
|
358
|
-
const Classification = /*#__PURE__*/React.forwardRef(function Classification(
|
|
380
|
+
const Classification = /*#__PURE__*/React.forwardRef(function Classification(_ref16, ref) {
|
|
359
381
|
let {
|
|
360
382
|
children,
|
|
361
383
|
size = 16,
|
|
362
384
|
...rest
|
|
363
|
-
} =
|
|
385
|
+
} = _ref16;
|
|
364
386
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
365
387
|
width: size,
|
|
366
388
|
height: size,
|
|
@@ -373,19 +395,19 @@ const Classification = /*#__PURE__*/React.forwardRef(function Classification(_re
|
|
|
373
395
|
cx: "15",
|
|
374
396
|
cy: "19",
|
|
375
397
|
r: "1"
|
|
376
|
-
})),
|
|
398
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
377
399
|
d: "M27.7,9.3l-7-7A.9087.9087,0,0,0,20,2H10A2.0058,2.0058,0,0,0,8,4V14H6a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2H8v4a2.0058,2.0058,0,0,0,2,2H26a2.0058,2.0058,0,0,0,2-2V10A.9092.9092,0,0,0,27.7,9.3ZM20,4.4,25.6,10H20ZM6,16h9.5972L19,19l-3.3926,3H6ZM26,28H10V24h5.6089a2.0076,2.0076,0,0,0,1.3135-.4927l3.3833-2.9917a2.0015,2.0015,0,0,0,.01-3.0229l-3.4033-3.0083A1.9961,1.9961,0,0,0,15.6089,14H10V4h8v6a2.0058,2.0058,0,0,0,2,2h6Z"
|
|
378
400
|
})), children);
|
|
379
401
|
});
|
|
380
402
|
if (process.env.NODE_ENV !== "production") {
|
|
381
403
|
Classification.propTypes = iconPropTypes;
|
|
382
404
|
}
|
|
383
|
-
const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(
|
|
405
|
+
const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(_ref17, ref) {
|
|
384
406
|
let {
|
|
385
407
|
children,
|
|
386
408
|
size = 16,
|
|
387
409
|
...rest
|
|
388
|
-
} =
|
|
410
|
+
} = _ref17;
|
|
389
411
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
390
412
|
width: size,
|
|
391
413
|
height: size,
|
|
@@ -394,19 +416,19 @@ const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLang
|
|
|
394
416
|
viewBox: "0 0 32 32",
|
|
395
417
|
fill: "currentColor",
|
|
396
418
|
...rest
|
|
397
|
-
},
|
|
419
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
398
420
|
d: "M30 10V2H22v8h3v4H23v2h7V14H27V10zM24 4h4V8H24zM20 23.41L18.59 22 16 24.59 13.41 22 12 23.41 14.59 26 12 28.59 13.41 30 16 27.41 18.59 30 20 28.59 17.41 26 20 23.41zM20 14L12 14 12 16 15 16 15 21 17 21 17 16 20 16 20 14zM7 9.86a4 4 0 10-2 0V14H2v2H9V14H7zM4 6A2 2 0 116 8 2 2 0 014 6z"
|
|
399
421
|
})), children);
|
|
400
422
|
});
|
|
401
423
|
if (process.env.NODE_ENV !== "production") {
|
|
402
424
|
ClassifierLanguage.propTypes = iconPropTypes;
|
|
403
425
|
}
|
|
404
|
-
const Clean = /*#__PURE__*/React.forwardRef(function Clean(
|
|
426
|
+
const Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref18, ref) {
|
|
405
427
|
let {
|
|
406
428
|
children,
|
|
407
429
|
size = 16,
|
|
408
430
|
...rest
|
|
409
|
-
} =
|
|
431
|
+
} = _ref18;
|
|
410
432
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
411
433
|
width: size,
|
|
412
434
|
height: size,
|
|
@@ -415,28 +437,28 @@ const Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref17, ref) {
|
|
|
415
437
|
viewBox: "0 0 32 32",
|
|
416
438
|
fill: "currentColor",
|
|
417
439
|
...rest
|
|
418
|
-
},
|
|
440
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
419
441
|
d: "M20 18H26V20H20z",
|
|
420
442
|
transform: "rotate(-180 23 19)"
|
|
421
|
-
})),
|
|
443
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
422
444
|
d: "M24 26H30V28H24z",
|
|
423
445
|
transform: "rotate(-180 27 27)"
|
|
424
|
-
})),
|
|
446
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
425
447
|
d: "M22 22H28V24H22z",
|
|
426
448
|
transform: "rotate(-180 25 23)"
|
|
427
|
-
})),
|
|
449
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
428
450
|
d: "M17.0029,20a4.8952,4.8952,0,0,0-2.4044-4.1729L22,3,20.2691,2,12.6933,15.126A5.6988,5.6988,0,0,0,7.45,16.6289C3.7064,20.24,3.9963,28.6821,4.01,29.04a1,1,0,0,0,1,.96H20.0012a1,1,0,0,0,.6-1.8C17.0615,25.5439,17.0029,20.0537,17.0029,20ZM11.93,16.9971A3.11,3.11,0,0,1,15.0041,20c0,.0381.0019.208.0168.4688L9.1215,17.8452A3.8,3.8,0,0,1,11.93,16.9971ZM15.4494,28A5.2,5.2,0,0,1,14,25H12a6.4993,6.4993,0,0,0,.9684,3H10.7451A16.6166,16.6166,0,0,1,10,24H8a17.3424,17.3424,0,0,0,.6652,4H6c.031-1.8364.29-5.8921,1.8027-8.5527l7.533,3.35A13.0253,13.0253,0,0,0,17.5968,28Z"
|
|
429
451
|
})), children);
|
|
430
452
|
});
|
|
431
453
|
if (process.env.NODE_ENV !== "production") {
|
|
432
454
|
Clean.propTypes = iconPropTypes;
|
|
433
455
|
}
|
|
434
|
-
const Close = /*#__PURE__*/React.forwardRef(function Close(
|
|
456
|
+
const Close = /*#__PURE__*/React.forwardRef(function Close(_ref19, ref) {
|
|
435
457
|
let {
|
|
436
458
|
children,
|
|
437
459
|
size = 16,
|
|
438
460
|
...rest
|
|
439
|
-
} =
|
|
461
|
+
} = _ref19;
|
|
440
462
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
441
463
|
width: size,
|
|
442
464
|
height: size,
|
|
@@ -445,19 +467,19 @@ const Close = /*#__PURE__*/React.forwardRef(function Close(_ref18, ref) {
|
|
|
445
467
|
viewBox: "0 0 32 32",
|
|
446
468
|
fill: "currentColor",
|
|
447
469
|
...rest
|
|
448
|
-
},
|
|
470
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
449
471
|
d: "M17.4141 16L24 9.4141 22.5859 8 16 14.5859 9.4143 8 8 9.4141 14.5859 16 8 22.5859 9.4143 24 16 17.4141 22.5859 24 24 22.5859 17.4141 16z"
|
|
450
472
|
})), children);
|
|
451
473
|
});
|
|
452
474
|
if (process.env.NODE_ENV !== "production") {
|
|
453
475
|
Close.propTypes = iconPropTypes;
|
|
454
476
|
}
|
|
455
|
-
const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(
|
|
477
|
+
const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref20, ref) {
|
|
456
478
|
let {
|
|
457
479
|
children,
|
|
458
480
|
size = 16,
|
|
459
481
|
...rest
|
|
460
|
-
} =
|
|
482
|
+
} = _ref20;
|
|
461
483
|
if (size === 16 || size === "16" || size === "16px") {
|
|
462
484
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
463
485
|
width: size,
|
|
@@ -467,7 +489,7 @@ const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref19, r
|
|
|
467
489
|
viewBox: "0 0 16 16",
|
|
468
490
|
fill: "currentColor",
|
|
469
491
|
...rest
|
|
470
|
-
},
|
|
492
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
471
493
|
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2 l2.7-2.7l0.8,0.8L8.8,8l2.7,2.7L10.7,11.5z"
|
|
472
494
|
})), children);
|
|
473
495
|
}
|
|
@@ -479,9 +501,9 @@ const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref19, r
|
|
|
479
501
|
viewBox: "0 0 32 32",
|
|
480
502
|
fill: "currentColor",
|
|
481
503
|
...rest
|
|
482
|
-
},
|
|
504
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
483
505
|
d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9 l5.4,5.4L21.4,9l1.6,1.6L17.6,16l5.4,5.4L21.4,23z"
|
|
484
|
-
})),
|
|
506
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
485
507
|
d: "M14.4 16L9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4 21.4 23 16 17.6 10.6 23 9 21.4 14.4 16",
|
|
486
508
|
"data-icon-path": "inner-path",
|
|
487
509
|
opacity: "0"
|
|
@@ -490,12 +512,12 @@ const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref19, r
|
|
|
490
512
|
if (process.env.NODE_ENV !== "production") {
|
|
491
513
|
CloseFilled.propTypes = iconPropTypes;
|
|
492
514
|
}
|
|
493
|
-
const CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(
|
|
515
|
+
const CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref21, ref) {
|
|
494
516
|
let {
|
|
495
517
|
children,
|
|
496
518
|
size = 16,
|
|
497
519
|
...rest
|
|
498
|
-
} =
|
|
520
|
+
} = _ref21;
|
|
499
521
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
500
522
|
width: size,
|
|
501
523
|
height: size,
|
|
@@ -504,19 +526,19 @@ const CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref20, ref
|
|
|
504
526
|
viewBox: "0 0 32 32",
|
|
505
527
|
fill: "currentColor",
|
|
506
528
|
...rest
|
|
507
|
-
},
|
|
529
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
508
530
|
d: "M17.4141 16L26 7.4141 24.5859 6 16 14.5859 7.4143 6 6 7.4141 14.5859 16 6 24.5859 7.4143 26 16 17.4141 24.5859 26 26 24.5859 17.4141 16z"
|
|
509
531
|
})), children);
|
|
510
532
|
});
|
|
511
533
|
if (process.env.NODE_ENV !== "production") {
|
|
512
534
|
CloseLarge.propTypes = iconPropTypes;
|
|
513
535
|
}
|
|
514
|
-
const CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(
|
|
536
|
+
const CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref22, ref) {
|
|
515
537
|
let {
|
|
516
538
|
children,
|
|
517
539
|
size = 16,
|
|
518
540
|
...rest
|
|
519
|
-
} =
|
|
541
|
+
} = _ref22;
|
|
520
542
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
521
543
|
width: size,
|
|
522
544
|
height: size,
|
|
@@ -525,21 +547,21 @@ const CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref21,
|
|
|
525
547
|
viewBox: "0 0 32 32",
|
|
526
548
|
fill: "currentColor",
|
|
527
549
|
...rest
|
|
528
|
-
},
|
|
550
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
529
551
|
d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12 S22.6,28,16,28z"
|
|
530
|
-
})),
|
|
552
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
531
553
|
d: "M21.4 23L16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z"
|
|
532
554
|
})), children);
|
|
533
555
|
});
|
|
534
556
|
if (process.env.NODE_ENV !== "production") {
|
|
535
557
|
CloseOutline.propTypes = iconPropTypes;
|
|
536
558
|
}
|
|
537
|
-
const ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(
|
|
559
|
+
const ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref23, ref) {
|
|
538
560
|
let {
|
|
539
561
|
children,
|
|
540
562
|
size = 16,
|
|
541
563
|
...rest
|
|
542
|
-
} =
|
|
564
|
+
} = _ref23;
|
|
543
565
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
544
566
|
width: size,
|
|
545
567
|
height: size,
|
|
@@ -548,21 +570,21 @@ const ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref2
|
|
|
548
570
|
viewBox: "0 0 32 32",
|
|
549
571
|
fill: "currentColor",
|
|
550
572
|
...rest
|
|
551
|
-
},
|
|
573
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
552
574
|
d: "M15 21H10a2 2 0 01-2-2V13a2 2 0 012-2h5v2H10v6h5zM25 21H20a2 2 0 01-2-2V13a2 2 0 012-2h5v2H20v6h5z"
|
|
553
|
-
})),
|
|
575
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
554
576
|
d: "M28,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,8V24H28V8Z"
|
|
555
577
|
})), children);
|
|
556
578
|
});
|
|
557
579
|
if (process.env.NODE_ENV !== "production") {
|
|
558
580
|
ClosedCaption.propTypes = iconPropTypes;
|
|
559
581
|
}
|
|
560
|
-
const ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(
|
|
582
|
+
const ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(_ref24, ref) {
|
|
561
583
|
let {
|
|
562
584
|
children,
|
|
563
585
|
size = 16,
|
|
564
586
|
...rest
|
|
565
|
-
} =
|
|
587
|
+
} = _ref24;
|
|
566
588
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
567
589
|
width: size,
|
|
568
590
|
height: size,
|
|
@@ -571,21 +593,21 @@ const ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt
|
|
|
571
593
|
viewBox: "0 0 32 32",
|
|
572
594
|
fill: "currentColor",
|
|
573
595
|
...rest
|
|
574
|
-
},
|
|
596
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
575
597
|
d: "M19 17H25V19H19zM11 17H17V19H11zM6 17H9V19H6zM22 13H26V15H22zM13 13H20V15H13zM6 13H11V15H6z"
|
|
576
|
-
})),
|
|
598
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
577
599
|
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"
|
|
578
600
|
})), children);
|
|
579
601
|
});
|
|
580
602
|
if (process.env.NODE_ENV !== "production") {
|
|
581
603
|
ClosedCaptionAlt.propTypes = iconPropTypes;
|
|
582
604
|
}
|
|
583
|
-
const ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(
|
|
605
|
+
const ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(_ref25, ref) {
|
|
584
606
|
let {
|
|
585
607
|
children,
|
|
586
608
|
size = 16,
|
|
587
609
|
...rest
|
|
588
|
-
} =
|
|
610
|
+
} = _ref25;
|
|
589
611
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
590
612
|
width: size,
|
|
591
613
|
height: size,
|
|
@@ -594,19 +616,19 @@ const ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaption
|
|
|
594
616
|
viewBox: "0 0 32 32",
|
|
595
617
|
fill: "currentColor",
|
|
596
618
|
...rest
|
|
597
|
-
},
|
|
619
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
598
620
|
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,6ZM15,13H10v6h5v2H10a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm10,0H20v6h5v2H20a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Z"
|
|
599
621
|
})), children);
|
|
600
622
|
});
|
|
601
623
|
if (process.env.NODE_ENV !== "production") {
|
|
602
624
|
ClosedCaptionFilled.propTypes = iconPropTypes;
|
|
603
625
|
}
|
|
604
|
-
const Cloud = /*#__PURE__*/React.forwardRef(function Cloud(
|
|
626
|
+
const Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref26, ref) {
|
|
605
627
|
let {
|
|
606
628
|
children,
|
|
607
629
|
size = 16,
|
|
608
630
|
...rest
|
|
609
|
-
} =
|
|
631
|
+
} = _ref26;
|
|
610
632
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
611
633
|
width: size,
|
|
612
634
|
height: size,
|
|
@@ -615,19 +637,19 @@ const Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref25, ref) {
|
|
|
615
637
|
viewBox: "0 0 32 32",
|
|
616
638
|
fill: "currentColor",
|
|
617
639
|
...rest
|
|
618
|
-
},
|
|
640
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
619
641
|
d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
|
|
620
642
|
})), children);
|
|
621
643
|
});
|
|
622
644
|
if (process.env.NODE_ENV !== "production") {
|
|
623
645
|
Cloud.propTypes = iconPropTypes;
|
|
624
646
|
}
|
|
625
|
-
const CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(
|
|
647
|
+
const CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref27, ref) {
|
|
626
648
|
let {
|
|
627
649
|
children,
|
|
628
650
|
size = 16,
|
|
629
651
|
...rest
|
|
630
|
-
} =
|
|
652
|
+
} = _ref27;
|
|
631
653
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
632
654
|
width: size,
|
|
633
655
|
height: size,
|
|
@@ -636,21 +658,21 @@ const CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref2
|
|
|
636
658
|
viewBox: "0 0 32 32",
|
|
637
659
|
fill: "currentColor",
|
|
638
660
|
...rest
|
|
639
|
-
},
|
|
661
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
640
662
|
d: "M28,17v5H4V6H15V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
|
641
|
-
})),
|
|
663
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
642
664
|
d: "M29,14H17a1,1,0,0,1-.8574-1.5144l6-10a1,1,0,0,1,1.7154,0l6,10A1,1,0,0,1,29,14ZM18.7661,12h8.4678L23,4.9436Z"
|
|
643
665
|
})), children);
|
|
644
666
|
});
|
|
645
667
|
if (process.env.NODE_ENV !== "production") {
|
|
646
668
|
CloudAlerting.propTypes = iconPropTypes;
|
|
647
669
|
}
|
|
648
|
-
const CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(
|
|
670
|
+
const CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref28, ref) {
|
|
649
671
|
let {
|
|
650
672
|
children,
|
|
651
673
|
size = 16,
|
|
652
674
|
...rest
|
|
653
|
-
} =
|
|
675
|
+
} = _ref28;
|
|
654
676
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
655
677
|
width: size,
|
|
656
678
|
height: size,
|
|
@@ -659,21 +681,21 @@ const CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref2
|
|
|
659
681
|
viewBox: "0 0 32 32",
|
|
660
682
|
fill: "currentColor",
|
|
661
683
|
...rest
|
|
662
|
-
},
|
|
684
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
663
685
|
d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
|
664
|
-
})),
|
|
686
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
665
687
|
d: "M21 15L16 10.04 17.59 8.47 21 11.85 28.41 4.5 30 6.08 21 15z"
|
|
666
688
|
})), children);
|
|
667
689
|
});
|
|
668
690
|
if (process.env.NODE_ENV !== "production") {
|
|
669
691
|
CloudAuditing.propTypes = iconPropTypes;
|
|
670
692
|
}
|
|
671
|
-
const CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(
|
|
693
|
+
const CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref29, ref) {
|
|
672
694
|
let {
|
|
673
695
|
children,
|
|
674
696
|
size = 16,
|
|
675
697
|
...rest
|
|
676
|
-
} =
|
|
698
|
+
} = _ref29;
|
|
677
699
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
678
700
|
width: size,
|
|
679
701
|
height: size,
|
|
@@ -682,19 +704,19 @@ const CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref28,
|
|
|
682
704
|
viewBox: "0 0 32 32",
|
|
683
705
|
fill: "currentColor",
|
|
684
706
|
...rest
|
|
685
|
-
},
|
|
707
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
686
708
|
d: "M28 18H30V28H28zM24 14H26V28H24zM20 22H22V28H20zM22.175 10L23.76 8.7339A9.9522 9.9522 0 0017.89 5.1816 10.0025 10.0025 0 006.17 13.1152 7.5054 7.5054 0 00.0544 21.4087 7.6843 7.6843 0 007.7692 28H16V26H7.6945a5.632 5.632 0 01-5.6023-4.4858 5.5064 5.5064 0 014.4339-6.4307l1.3486-.2441.2139-1.11a8.206 8.206 0 016.7426-6.6426 7.9666 7.9666 0 013.0137.13A7.8037 7.8037 0 0122.175 10z"
|
|
687
709
|
})), children);
|
|
688
710
|
});
|
|
689
711
|
if (process.env.NODE_ENV !== "production") {
|
|
690
712
|
CloudDataOps.propTypes = iconPropTypes;
|
|
691
713
|
}
|
|
692
|
-
const CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(
|
|
714
|
+
const CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref30, ref) {
|
|
693
715
|
let {
|
|
694
716
|
children,
|
|
695
717
|
size = 16,
|
|
696
718
|
...rest
|
|
697
|
-
} =
|
|
719
|
+
} = _ref30;
|
|
698
720
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
699
721
|
width: size,
|
|
700
722
|
height: size,
|
|
@@ -703,21 +725,21 @@ const CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref2
|
|
|
703
725
|
viewBox: "0 0 32 32",
|
|
704
726
|
fill: "currentColor",
|
|
705
727
|
...rest
|
|
706
|
-
},
|
|
728
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
707
729
|
d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
|
|
708
|
-
})),
|
|
730
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
709
731
|
d: "M17 26.17L17 14 15 14 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17z"
|
|
710
732
|
})), children);
|
|
711
733
|
});
|
|
712
734
|
if (process.env.NODE_ENV !== "production") {
|
|
713
735
|
CloudDownload.propTypes = iconPropTypes;
|
|
714
736
|
}
|
|
715
|
-
const CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(
|
|
737
|
+
const CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref31, ref) {
|
|
716
738
|
let {
|
|
717
739
|
children,
|
|
718
740
|
size = 16,
|
|
719
741
|
...rest
|
|
720
|
-
} =
|
|
742
|
+
} = _ref31;
|
|
721
743
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
722
744
|
width: size,
|
|
723
745
|
height: size,
|
|
@@ -726,21 +748,21 @@ const CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref30,
|
|
|
726
748
|
viewBox: "0 0 32 32",
|
|
727
749
|
fill: "currentColor",
|
|
728
750
|
...rest
|
|
729
|
-
},
|
|
751
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
730
752
|
d: "M28 16v6H4V6H15V4H4A2 2 0 002 6V22a2 2 0 002 2h8v4H8v2H24V28H20V24h8a2 2 0 002-2V16zM18 28H14V24h4zM18 4H30V6H18z"
|
|
731
|
-
})),
|
|
753
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
732
754
|
d: "M18 8H30V10H18zM18 12H24V14H18z"
|
|
733
755
|
})), children);
|
|
734
756
|
});
|
|
735
757
|
if (process.env.NODE_ENV !== "production") {
|
|
736
758
|
CloudLogging.propTypes = iconPropTypes;
|
|
737
759
|
}
|
|
738
|
-
const CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(
|
|
760
|
+
const CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_ref32, ref) {
|
|
739
761
|
let {
|
|
740
762
|
children,
|
|
741
763
|
size = 16,
|
|
742
764
|
...rest
|
|
743
|
-
} =
|
|
765
|
+
} = _ref32;
|
|
744
766
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
745
767
|
width: size,
|
|
746
768
|
height: size,
|
|
@@ -749,21 +771,21 @@ const CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_
|
|
|
749
771
|
viewBox: "0 0 32 32",
|
|
750
772
|
fill: "currentColor",
|
|
751
773
|
...rest
|
|
752
|
-
},
|
|
774
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
753
775
|
d: "M28,16v6H4V6h7V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
|
754
|
-
})),
|
|
776
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
755
777
|
d: "M18,18h-.01a1,1,0,0,1-.9511-.7253L15.2456,11H11V9h5a1,1,0,0,1,.9615.7252l1.0742,3.7589,3.0088-9.7783A1.0142,1.0142,0,0,1,22,3a.98.98,0,0,1,.9487.6838L24.7207,9H30v2H24a1,1,0,0,1-.9487-.6838l-1.0132-3.04L18.9556,17.2942A1,1,0,0,1,18,18Z"
|
|
756
778
|
})), children);
|
|
757
779
|
});
|
|
758
780
|
if (process.env.NODE_ENV !== "production") {
|
|
759
781
|
CloudMonitoring.propTypes = iconPropTypes;
|
|
760
782
|
}
|
|
761
|
-
const CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(
|
|
783
|
+
const CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref33, ref) {
|
|
762
784
|
let {
|
|
763
785
|
children,
|
|
764
786
|
size = 16,
|
|
765
787
|
...rest
|
|
766
|
-
} =
|
|
788
|
+
} = _ref33;
|
|
767
789
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
768
790
|
width: size,
|
|
769
791
|
height: size,
|
|
@@ -772,19 +794,19 @@ const CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref32,
|
|
|
772
794
|
viewBox: "0 0 32 32",
|
|
773
795
|
fill: "currentColor",
|
|
774
796
|
...rest
|
|
775
|
-
},
|
|
797
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
776
798
|
d: "M24.8008 12.1362a8.8694 8.8694 0 00-.9795-2.5434L30 3.4142 28.5872 2 2 28.5872 3.4142 30l5-5H23.5a6.4974 6.4974 0 001.3008-12.8638zM23.5 23H10.4141L22.3418 11.0723a6.9049 6.9049 0 01.6006 2.0708l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 23zM4.2964 23.4487l1.4313-1.4311A4.4774 4.4774 0 018.144 14.019l.8155-.0639.0991-.812a6.9867 6.9867 0 0110.63-5.0865l1.4431-1.4428A8.9859 8.9859 0 007.2 12.1362 6.4891 6.4891 0 004.2964 23.4487z"
|
|
777
799
|
})), children);
|
|
778
800
|
});
|
|
779
801
|
if (process.env.NODE_ENV !== "production") {
|
|
780
802
|
CloudOffline.propTypes = iconPropTypes;
|
|
781
803
|
}
|
|
782
|
-
const CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(
|
|
804
|
+
const CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(_ref34, ref) {
|
|
783
805
|
let {
|
|
784
806
|
children,
|
|
785
807
|
size = 16,
|
|
786
808
|
...rest
|
|
787
|
-
} =
|
|
809
|
+
} = _ref34;
|
|
788
810
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
789
811
|
width: size,
|
|
790
812
|
height: size,
|
|
@@ -793,21 +815,21 @@ const CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServi
|
|
|
793
815
|
viewBox: "0 0 32 32",
|
|
794
816
|
fill: "currentColor",
|
|
795
817
|
...rest
|
|
796
|
-
},
|
|
818
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
797
819
|
d: "M28,17v5H4V6H14V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
|
798
|
-
})),
|
|
820
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
799
821
|
d: "M30,10V8H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,4.1011V2H22V4.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,8H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,13.8989V16h2V13.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,10Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,12Z"
|
|
800
822
|
})), children);
|
|
801
823
|
});
|
|
802
824
|
if (process.env.NODE_ENV !== "production") {
|
|
803
825
|
CloudServiceManagement.propTypes = iconPropTypes;
|
|
804
826
|
}
|
|
805
|
-
const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(
|
|
827
|
+
const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref35, ref) {
|
|
806
828
|
let {
|
|
807
829
|
children,
|
|
808
830
|
size = 16,
|
|
809
831
|
...rest
|
|
810
|
-
} =
|
|
832
|
+
} = _ref35;
|
|
811
833
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
812
834
|
width: size,
|
|
813
835
|
height: size,
|
|
@@ -816,21 +838,21 @@ const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref34, r
|
|
|
816
838
|
viewBox: "0 0 32 32",
|
|
817
839
|
fill: "currentColor",
|
|
818
840
|
...rest
|
|
819
|
-
},
|
|
841
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
820
842
|
d: "M11 18L12.41 19.41 15 16.83 15 29 17 29 17 16.83 19.59 19.41 21 18 16 13 11 18z"
|
|
821
|
-
})),
|
|
843
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
822
844
|
d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
|
|
823
845
|
})), children);
|
|
824
846
|
});
|
|
825
847
|
if (process.env.NODE_ENV !== "production") {
|
|
826
848
|
CloudUpload.propTypes = iconPropTypes;
|
|
827
849
|
}
|
|
828
|
-
const CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(
|
|
850
|
+
const CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref36, ref) {
|
|
829
851
|
let {
|
|
830
852
|
children,
|
|
831
853
|
size = 16,
|
|
832
854
|
...rest
|
|
833
|
-
} =
|
|
855
|
+
} = _ref36;
|
|
834
856
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
835
857
|
width: size,
|
|
836
858
|
height: size,
|
|
@@ -839,19 +861,19 @@ const CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref35, ref) {
|
|
|
839
861
|
viewBox: "0 0 32 32",
|
|
840
862
|
fill: "currentColor",
|
|
841
863
|
...rest
|
|
842
|
-
},
|
|
864
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
843
865
|
d: "M25.8289 13.1155A10.02 10.02 0 0016 5.0005V7a8.0233 8.0233 0 017.8649 6.4934l.2591 1.346 1.3488.2441A5.5019 5.5019 0 0124.5076 26H16v2h8.5076a7.5019 7.5019 0 001.3213-14.8845zM8 24H14V26H8zM4 24H6V26H4zM6 20H14V22H6zM2 20H4V22H2zM8 16H14V18H8zM4 16H6V18H4zM10 12H14V14H10zM6 12H8V14H6zM12 8H14V10H12z"
|
|
844
866
|
})), children);
|
|
845
867
|
});
|
|
846
868
|
if (process.env.NODE_ENV !== "production") {
|
|
847
869
|
CloudApp.propTypes = iconPropTypes;
|
|
848
870
|
}
|
|
849
|
-
const CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(
|
|
871
|
+
const CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref37, ref) {
|
|
850
872
|
let {
|
|
851
873
|
children,
|
|
852
874
|
size = 16,
|
|
853
875
|
...rest
|
|
854
|
-
} =
|
|
876
|
+
} = _ref37;
|
|
855
877
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
856
878
|
width: size,
|
|
857
879
|
height: size,
|
|
@@ -860,21 +882,21 @@ const CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref36,
|
|
|
860
882
|
viewBox: "0 0 32 32",
|
|
861
883
|
fill: "currentColor",
|
|
862
884
|
...rest
|
|
863
|
-
},
|
|
885
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
864
886
|
d: "M2 28H11V30H2zM21 28H30V30H21zM17 26.167L17 17.832 19.586 20.414 21 19 16 14 11 19 12.413 20.415 15 17.832 15 26.167 12.413 23.584 11 25 16 30 21 25 19.586 23.586 17 26.167z"
|
|
865
|
-
})),
|
|
887
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
866
888
|
d: "M23,16H21V14h2a3,3,0,0,0,0-6c-.0938.0144-.1538.0219-.2153.0263l-.8037.0572L21.7544,7.31a5.9927,5.9927,0,0,0-11.1758-.8655l-.2832.5994-.8423-.0455A3.5008,3.5008,0,0,0,9.5,14H11v2H9.5A5.5,5.5,0,0,1,9.07,5.0166,7.9909,7.9909,0,0,1,23.42,6.0175,5,5,0,0,1,23,16Z"
|
|
867
889
|
})), children);
|
|
868
890
|
});
|
|
869
891
|
if (process.env.NODE_ENV !== "production") {
|
|
870
892
|
CloudCeiling.propTypes = iconPropTypes;
|
|
871
893
|
}
|
|
872
|
-
const CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(
|
|
894
|
+
const CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_ref38, ref) {
|
|
873
895
|
let {
|
|
874
896
|
children,
|
|
875
897
|
size = 16,
|
|
876
898
|
...rest
|
|
877
|
-
} =
|
|
899
|
+
} = _ref38;
|
|
878
900
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
879
901
|
width: size,
|
|
880
902
|
height: size,
|
|
@@ -883,21 +905,21 @@ const CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_re
|
|
|
883
905
|
viewBox: "0 0 32 32",
|
|
884
906
|
fill: "currentColor",
|
|
885
907
|
...rest
|
|
886
|
-
},
|
|
908
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
887
909
|
d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
|
|
888
|
-
})),
|
|
910
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
889
911
|
d: "M14 24H11a2 2 0 01-2-2V19a2 2 0 012-2h3v2H11v3h3zM21 15V13H19a2 2 0 00-2 2v2H16v2h1v5h2V19h2V17H19V15z"
|
|
890
912
|
})), children);
|
|
891
913
|
});
|
|
892
914
|
if (process.env.NODE_ENV !== "production") {
|
|
893
915
|
CloudFoundry_1.propTypes = iconPropTypes;
|
|
894
916
|
}
|
|
895
|
-
const CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(
|
|
917
|
+
const CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_ref39, ref) {
|
|
896
918
|
let {
|
|
897
919
|
children,
|
|
898
920
|
size = 16,
|
|
899
921
|
...rest
|
|
900
|
-
} =
|
|
922
|
+
} = _ref39;
|
|
901
923
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
902
924
|
width: size,
|
|
903
925
|
height: size,
|
|
@@ -906,19 +928,19 @@ const CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_re
|
|
|
906
928
|
viewBox: "0 0 32 32",
|
|
907
929
|
fill: "currentColor",
|
|
908
930
|
...rest
|
|
909
|
-
},
|
|
931
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
910
932
|
d: "M25 11L25 9 17 9 17 23 19 23 19 17 24 17 24 15 19 15 19 11 25 11zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
|
|
911
933
|
})), children);
|
|
912
934
|
});
|
|
913
935
|
if (process.env.NODE_ENV !== "production") {
|
|
914
936
|
CloudFoundry_2.propTypes = iconPropTypes;
|
|
915
937
|
}
|
|
916
|
-
const CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(
|
|
938
|
+
const CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref40, ref) {
|
|
917
939
|
let {
|
|
918
940
|
children,
|
|
919
941
|
size = 16,
|
|
920
942
|
...rest
|
|
921
|
-
} =
|
|
943
|
+
} = _ref40;
|
|
922
944
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
923
945
|
width: size,
|
|
924
946
|
height: size,
|
|
@@ -927,21 +949,21 @@ const CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref3
|
|
|
927
949
|
viewBox: "0 0 32 32",
|
|
928
950
|
fill: "currentColor",
|
|
929
951
|
...rest
|
|
930
|
-
},
|
|
952
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
931
953
|
d: "M28 30H23a2.0023 2.0023 0 01-2-2V23a2.0023 2.0023 0 012-2h5a2.0023 2.0023 0 012 2v5A2.0023 2.0023 0 0128 30zm-5-7h-.0012L23 28h5V23zM16 23H11a2.0023 2.0023 0 01-2-2V11a2.0023 2.0023 0 012-2H21a2.0023 2.0023 0 012 2v5H21V11H11V21h5z"
|
|
932
|
-
})),
|
|
954
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
933
955
|
d: "M16,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V16H28V4H4V28H16Z"
|
|
934
956
|
})), children);
|
|
935
957
|
});
|
|
936
958
|
if (process.env.NODE_ENV !== "production") {
|
|
937
959
|
CloudRegistry.propTypes = iconPropTypes;
|
|
938
960
|
}
|
|
939
|
-
const CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(
|
|
961
|
+
const CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_ref41, ref) {
|
|
940
962
|
let {
|
|
941
963
|
children,
|
|
942
964
|
size = 16,
|
|
943
965
|
...rest
|
|
944
|
-
} =
|
|
966
|
+
} = _ref41;
|
|
945
967
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
946
968
|
width: size,
|
|
947
969
|
height: size,
|
|
@@ -954,25 +976,25 @@ const CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_re
|
|
|
954
976
|
cx: "9",
|
|
955
977
|
cy: "20",
|
|
956
978
|
r: "2"
|
|
957
|
-
})),
|
|
979
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
958
980
|
d: "M16,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,16,14Z"
|
|
959
981
|
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
960
982
|
cx: "23",
|
|
961
983
|
cy: "12",
|
|
962
984
|
r: "2"
|
|
963
|
-
})),
|
|
985
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
964
986
|
d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
|
|
965
987
|
})), children);
|
|
966
988
|
});
|
|
967
989
|
if (process.env.NODE_ENV !== "production") {
|
|
968
990
|
CloudSatellite.propTypes = iconPropTypes;
|
|
969
991
|
}
|
|
970
|
-
const CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(
|
|
992
|
+
const CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(_ref42, ref) {
|
|
971
993
|
let {
|
|
972
994
|
children,
|
|
973
995
|
size = 16,
|
|
974
996
|
...rest
|
|
975
|
-
} =
|
|
997
|
+
} = _ref42;
|
|
976
998
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
977
999
|
width: size,
|
|
978
1000
|
height: size,
|
|
@@ -981,31 +1003,31 @@ const CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelli
|
|
|
981
1003
|
viewBox: "0 0 32 32",
|
|
982
1004
|
fill: "currentColor",
|
|
983
1005
|
...rest
|
|
984
|
-
},
|
|
1006
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
985
1007
|
d: "M32,26V24H29.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,26,20.1011V18H24v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,20.1011,24H18v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,24,29.8989V32h2V29.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,29.8989,26Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,25,28Z"
|
|
986
1008
|
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
987
1009
|
cx: "7",
|
|
988
1010
|
cy: "20",
|
|
989
1011
|
r: "2"
|
|
990
|
-
})),
|
|
1012
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
991
1013
|
d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
|
|
992
1014
|
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
993
1015
|
cx: "21",
|
|
994
1016
|
cy: "12",
|
|
995
1017
|
r: "2"
|
|
996
|
-
})),
|
|
1018
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
997
1019
|
d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
|
|
998
1020
|
})), children);
|
|
999
1021
|
});
|
|
1000
1022
|
if (process.env.NODE_ENV !== "production") {
|
|
1001
1023
|
CloudSatelliteConfig.propTypes = iconPropTypes;
|
|
1002
1024
|
}
|
|
1003
|
-
const CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(
|
|
1025
|
+
const CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(_ref43, ref) {
|
|
1004
1026
|
let {
|
|
1005
1027
|
children,
|
|
1006
1028
|
size = 16,
|
|
1007
1029
|
...rest
|
|
1008
|
-
} =
|
|
1030
|
+
} = _ref43;
|
|
1009
1031
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1010
1032
|
width: size,
|
|
1011
1033
|
height: size,
|
|
@@ -1014,33 +1036,33 @@ const CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatellite
|
|
|
1014
1036
|
viewBox: "0 0 32 32",
|
|
1015
1037
|
fill: "currentColor",
|
|
1016
1038
|
...rest
|
|
1017
|
-
},
|
|
1039
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1018
1040
|
d: "M30.9763,24.9748l-5.0015,5.0015a3.501,3.501,0,0,1-4.9511-4.9511L22.4383,26.44A1.5,1.5,0,0,0,24.56,28.5617L29.5617,23.56A1.5,1.5,0,0,0,27.44,21.4383l-1.4146-1.4146a3.501,3.501,0,0,1,4.9511,4.9511Z"
|
|
1019
|
-
})),
|
|
1041
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1020
1042
|
d: "M20.0252,21.0237l-5.0015,5.0015a3.501,3.501,0,0,0,4.9511,4.9511L18.56,29.5617A1.5,1.5,0,0,1,16.4383,27.44L21.44,22.4383A1.5,1.5,0,0,1,23.5617,24.56l1.4146,1.4146a3.501,3.501,0,0,0-4.9511-4.9511Z"
|
|
1021
1043
|
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
1022
1044
|
cx: "7",
|
|
1023
1045
|
cy: "20",
|
|
1024
1046
|
r: "2"
|
|
1025
|
-
})),
|
|
1047
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1026
1048
|
d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
|
|
1027
1049
|
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
1028
1050
|
cx: "21",
|
|
1029
1051
|
cy: "12",
|
|
1030
1052
|
r: "2"
|
|
1031
|
-
})),
|
|
1053
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1032
1054
|
d: "M11.3076,27.2725,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L10.3,29Z"
|
|
1033
1055
|
})), children);
|
|
1034
1056
|
});
|
|
1035
1057
|
if (process.env.NODE_ENV !== "production") {
|
|
1036
1058
|
CloudSatelliteLink.propTypes = iconPropTypes;
|
|
1037
1059
|
}
|
|
1038
|
-
const CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(
|
|
1060
|
+
const CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(_ref44, ref) {
|
|
1039
1061
|
let {
|
|
1040
1062
|
children,
|
|
1041
1063
|
size = 16,
|
|
1042
1064
|
...rest
|
|
1043
|
-
} =
|
|
1065
|
+
} = _ref44;
|
|
1044
1066
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1045
1067
|
width: size,
|
|
1046
1068
|
height: size,
|
|
@@ -1049,31 +1071,31 @@ const CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatel
|
|
|
1049
1071
|
viewBox: "0 0 32 32",
|
|
1050
1072
|
fill: "currentColor",
|
|
1051
1073
|
...rest
|
|
1052
|
-
},
|
|
1074
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1053
1075
|
d: "M29,26a2.97,2.97,0,0,0-1.8551.6607L25,25.4224V23.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,19,26a3.02,3.02,0,1,0,2.9254,2.3525L24,27.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,29,26ZM19,30a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,19,30Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,24,20Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,29,30Z"
|
|
1054
1076
|
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
1055
1077
|
cx: "7",
|
|
1056
1078
|
cy: "20",
|
|
1057
1079
|
r: "2"
|
|
1058
|
-
})),
|
|
1080
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1059
1081
|
d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
|
|
1060
1082
|
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
1061
1083
|
cx: "21",
|
|
1062
1084
|
cy: "12",
|
|
1063
1085
|
r: "2"
|
|
1064
|
-
})),
|
|
1086
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1065
1087
|
d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
|
|
1066
1088
|
})), children);
|
|
1067
1089
|
});
|
|
1068
1090
|
if (process.env.NODE_ENV !== "production") {
|
|
1069
1091
|
CloudSatelliteServices.propTypes = iconPropTypes;
|
|
1070
1092
|
}
|
|
1071
|
-
const CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(
|
|
1093
|
+
const CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref45, ref) {
|
|
1072
1094
|
let {
|
|
1073
1095
|
children,
|
|
1074
1096
|
size = 16,
|
|
1075
1097
|
...rest
|
|
1076
|
-
} =
|
|
1098
|
+
} = _ref45;
|
|
1077
1099
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1078
1100
|
width: size,
|
|
1079
1101
|
height: size,
|
|
@@ -1082,21 +1104,21 @@ const CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref4
|
|
|
1082
1104
|
viewBox: "0 0 32 32",
|
|
1083
1105
|
fill: "currentColor",
|
|
1084
1106
|
...rest
|
|
1085
|
-
},
|
|
1107
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1086
1108
|
d: "M25.8218,10.124a9.9991,9.9991,0,0,0-19.6435,0A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.3769-10.9795l.8364-.0571.09-.8335a7.9979,7.9979,0,0,1,15.9013,0l.09.8335.8364.0571A5.4961,5.4961,0,0,1,24.5,23H24v2h.5a7.4964,7.4964,0,0,0,1.3218-14.876Z"
|
|
1087
|
-
})),
|
|
1109
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1088
1110
|
d: "M23,22V20H20.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,17,16.1011V14H15v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,11.1011,20H9v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,15,25.8989V28h2V25.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,20.8989,22Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,16,24Z"
|
|
1089
1111
|
})), children);
|
|
1090
1112
|
});
|
|
1091
1113
|
if (process.env.NODE_ENV !== "production") {
|
|
1092
1114
|
CloudServices.propTypes = iconPropTypes;
|
|
1093
1115
|
}
|
|
1094
|
-
const Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(
|
|
1116
|
+
const Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref46, ref) {
|
|
1095
1117
|
let {
|
|
1096
1118
|
children,
|
|
1097
1119
|
size = 16,
|
|
1098
1120
|
...rest
|
|
1099
|
-
} =
|
|
1121
|
+
} = _ref46;
|
|
1100
1122
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1101
1123
|
width: size,
|
|
1102
1124
|
height: size,
|
|
@@ -1105,19 +1127,19 @@ const Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref45, ref) {
|
|
|
1105
1127
|
viewBox: "0 0 32 32",
|
|
1106
1128
|
fill: "currentColor",
|
|
1107
1129
|
...rest
|
|
1108
|
-
},
|
|
1130
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1109
1131
|
d: "M30.0005,15.5005a6.5324,6.5324,0,0,0-5.1992-6.3638,8.9943,8.9943,0,0,0-17.6006,0,6.5321,6.5321,0,0,0-5.2,6.3638,6.4543,6.4543,0,0,0,1.6887,4.35A5.9829,5.9829,0,0,0,8,30H19a5.9764,5.9764,0,0,0,5.6094-8.1016A6.5051,6.5051,0,0,0,30.0005,15.5005ZM19,28H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,19.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,28Zm4.5-8h-.0554a5.9562,5.9562,0,0,0-2.7959-1.7564,7.4952,7.4952,0,0,0-14.2984,0,5.9877,5.9877,0,0,0-1.0315.4073A4.4446,4.4446,0,0,1,4,15.5005a4.5171,4.5171,0,0,1,4.144-4.481l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639a4.4975,4.4975,0,0,1-.3564,8.981Z"
|
|
1110
1132
|
})), children);
|
|
1111
1133
|
});
|
|
1112
1134
|
if (process.env.NODE_ENV !== "production") {
|
|
1113
1135
|
Cloudy.propTypes = iconPropTypes;
|
|
1114
1136
|
}
|
|
1115
|
-
const WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(
|
|
1137
|
+
const WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(_ref47, ref) {
|
|
1116
1138
|
let {
|
|
1117
1139
|
children,
|
|
1118
1140
|
size = 16,
|
|
1119
1141
|
...rest
|
|
1120
|
-
} =
|
|
1142
|
+
} = _ref47;
|
|
1121
1143
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1122
1144
|
width: size,
|
|
1123
1145
|
height: size,
|
|
@@ -1126,19 +1148,19 @@ const WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
1126
1148
|
viewBox: "0 0 32 32",
|
|
1127
1149
|
fill: "currentColor",
|
|
1128
1150
|
...rest
|
|
1129
|
-
},
|
|
1151
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1130
1152
|
d: "M20 17V15a2 2 0 00-2-2H10a2 2 0 00-2 2v2a2 2 0 002 2h8A2 2 0 0020 17zM10 15h8v2H10zM23.42 24.48A2 2 0 0021 23.06l-7.73 2.07a2 2 0 00-1.42 2.44h0l.52 1.93A2 2 0 0014.27 31a3 3 0 00.52-.07l7.73-2.07h0a2 2 0 001.41-2.45zM14.27 29l-.51-1.94L21.48 25 22 26.92zM13.24 6.86L21 8.93h0a2.24 2.24 0 00.51.07 2 2 0 001.94-1.48L24 5.58a2 2 0 00-1.41-2.45L14.79 1.06a2 2 0 00-2.45 1.41h0l-.52 1.93a2 2 0 001.42 2.44zm1-3.86L22 5.07 21.48 7 13.76 4.93zM14 21H16V23H14zM14 9H16V11H14z"
|
|
1131
1153
|
})), children);
|
|
1132
1154
|
});
|
|
1133
1155
|
if (process.env.NODE_ENV !== "production") {
|
|
1134
1156
|
WatsonHealthCobbAngle.propTypes = iconPropTypes;
|
|
1135
1157
|
}
|
|
1136
|
-
const Code = /*#__PURE__*/React.forwardRef(function Code(
|
|
1158
|
+
const Code = /*#__PURE__*/React.forwardRef(function Code(_ref48, ref) {
|
|
1137
1159
|
let {
|
|
1138
1160
|
children,
|
|
1139
1161
|
size = 16,
|
|
1140
1162
|
...rest
|
|
1141
|
-
} =
|
|
1163
|
+
} = _ref48;
|
|
1142
1164
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1143
1165
|
width: size,
|
|
1144
1166
|
height: size,
|
|
@@ -1147,9 +1169,9 @@ const Code = /*#__PURE__*/React.forwardRef(function Code(_ref47, ref) {
|
|
|
1147
1169
|
viewBox: "0 0 32 32",
|
|
1148
1170
|
fill: "currentColor",
|
|
1149
1171
|
...rest
|
|
1150
|
-
},
|
|
1172
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1151
1173
|
d: "M31 16L24 23 22.59 21.59 28.17 16 22.59 10.41 24 9 31 16zM1 16L8 9 9.41 10.41 3.83 16 9.41 21.59 8 23 1 16z"
|
|
1152
|
-
})),
|
|
1174
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1153
1175
|
d: "M5.91 15H26.080000000000002V17H5.91z",
|
|
1154
1176
|
transform: "rotate(-75 15.996 16)"
|
|
1155
1177
|
})), children);
|
|
@@ -1157,12 +1179,12 @@ const Code = /*#__PURE__*/React.forwardRef(function Code(_ref47, ref) {
|
|
|
1157
1179
|
if (process.env.NODE_ENV !== "production") {
|
|
1158
1180
|
Code.propTypes = iconPropTypes;
|
|
1159
1181
|
}
|
|
1160
|
-
const CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(
|
|
1182
|
+
const CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref49, ref) {
|
|
1161
1183
|
let {
|
|
1162
1184
|
children,
|
|
1163
1185
|
size = 16,
|
|
1164
1186
|
...rest
|
|
1165
|
-
} =
|
|
1187
|
+
} = _ref49;
|
|
1166
1188
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1167
1189
|
width: size,
|
|
1168
1190
|
height: size,
|
|
@@ -1171,19 +1193,19 @@ const CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref48, ref) {
|
|
|
1171
1193
|
viewBox: "0 0 32 32",
|
|
1172
1194
|
fill: "currentColor",
|
|
1173
1195
|
...rest
|
|
1174
|
-
},
|
|
1196
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1175
1197
|
d: "M17.713 13.471L19.576 6.518 17.645 6 16.08 11.838 17.713 13.471zM24.207 19.965L25.621 21.379 31 16 24 9 22.586 10.414 28.172 16 24.207 19.965zM30 28.586L3.414 2 2 3.414 7.793 9.207 1 16 8 23 9.414 21.586 3.828 16 9.207 10.621 14.884 16.298 12.423 25.482 14.355 26 16.517 17.931 28.586 30 30 28.586z"
|
|
1176
1198
|
})), children);
|
|
1177
1199
|
});
|
|
1178
1200
|
if (process.env.NODE_ENV !== "production") {
|
|
1179
1201
|
CodeHide.propTypes = iconPropTypes;
|
|
1180
1202
|
}
|
|
1181
|
-
const CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(
|
|
1203
|
+
const CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref50, ref) {
|
|
1182
1204
|
let {
|
|
1183
1205
|
children,
|
|
1184
1206
|
size = 16,
|
|
1185
1207
|
...rest
|
|
1186
|
-
} =
|
|
1208
|
+
} = _ref50;
|
|
1187
1209
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1188
1210
|
width: size,
|
|
1189
1211
|
height: size,
|
|
@@ -1192,24 +1214,24 @@ const CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref4
|
|
|
1192
1214
|
viewBox: "0 0 32 32",
|
|
1193
1215
|
fill: "currentColor",
|
|
1194
1216
|
...rest
|
|
1195
|
-
},
|
|
1217
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1196
1218
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM30 10L24 4 22.586 5.414 27.172 10 22.586 14.586 24 16 30 10z"
|
|
1197
|
-
})),
|
|
1219
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1198
1220
|
d: "M8.944 9.001H24.974000000000004V11.001H8.944z",
|
|
1199
1221
|
transform: "rotate(-74.995 16.96 10)"
|
|
1200
|
-
})),
|
|
1222
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1201
1223
|
d: "M4 10L10 4 11.414 5.414 6.828 10 11.414 14.586 10 16 4 10z"
|
|
1202
1224
|
})), children);
|
|
1203
1225
|
});
|
|
1204
1226
|
if (process.env.NODE_ENV !== "production") {
|
|
1205
1227
|
CodeReference.propTypes = iconPropTypes;
|
|
1206
1228
|
}
|
|
1207
|
-
const CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(
|
|
1229
|
+
const CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(_ref51, ref) {
|
|
1208
1230
|
let {
|
|
1209
1231
|
children,
|
|
1210
1232
|
size = 16,
|
|
1211
1233
|
...rest
|
|
1212
|
-
} =
|
|
1234
|
+
} = _ref51;
|
|
1213
1235
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1214
1236
|
width: size,
|
|
1215
1237
|
height: size,
|
|
@@ -1222,19 +1244,19 @@ const CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningSer
|
|
|
1222
1244
|
cx: "25",
|
|
1223
1245
|
cy: "20",
|
|
1224
1246
|
r: "1"
|
|
1225
|
-
})),
|
|
1247
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1226
1248
|
d: "M19.4141 30H15V25.5857l5.0337-5.0337A4.6069 4.6069 0 0120 20a5 5 0 114.4478 4.9663zM17 28h1.5859l5.2061-5.2063.5395.1238a3.0351 3.0351 0 10-2.249-2.2488l.1236.5393L17 26.4143zM6 8H8V16H6zM2 8H4V16H2zM18 8H20V14H18zM14 16H12a2 2 0 01-2-2V10a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0114 16zm-2-2h2V10H12zM2 18H4V26H2zM14 18H16V22H14zM10 26H8a2 2 0 01-2-2V20a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0110 26zM8 24h2V20H8zM2 2H4V6H2zM14 2H16V6H14zM18 2H20V6H18zM10 6H8A2 2 0 016 4V2H8V4h2V2h2V4A2 2 0 0110 6z"
|
|
1227
1249
|
})), children);
|
|
1228
1250
|
});
|
|
1229
1251
|
if (process.env.NODE_ENV !== "production") {
|
|
1230
1252
|
CodeSigningService.propTypes = iconPropTypes;
|
|
1231
1253
|
}
|
|
1232
|
-
const Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(
|
|
1254
|
+
const Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref52, ref) {
|
|
1233
1255
|
let {
|
|
1234
1256
|
children,
|
|
1235
1257
|
size = 16,
|
|
1236
1258
|
...rest
|
|
1237
|
-
} =
|
|
1259
|
+
} = _ref52;
|
|
1238
1260
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1239
1261
|
width: size,
|
|
1240
1262
|
height: size,
|
|
@@ -1243,19 +1265,19 @@ const Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref51, ref)
|
|
|
1243
1265
|
viewBox: "0 0 32 32",
|
|
1244
1266
|
fill: "currentColor",
|
|
1245
1267
|
...rest
|
|
1246
|
-
},
|
|
1268
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1247
1269
|
d: "M30,13A11,11,0,0,0,19,2H11a9,9,0,0,0-9,9v3a5,5,0,0,0,5,5H8.1A5,5,0,0,0,13,23h1.38l4,7,1.73-1-4-6.89A2,2,0,0,0,14.38,21H13a3,3,0,0,1,0-6h1V13H13a5,5,0,0,0-4.9,4H7a3,3,0,0,1-3-3V12H6A3,3,0,0,0,9,9V8H7V9a1,1,0,0,1-1,1H4.08A7,7,0,0,1,11,4h6V6a1,1,0,0,1-1,1H14V9h2a3,3,0,0,0,3-3V4a9,9,0,0,1,8.05,5H26a3,3,0,0,0-3,3v1h2V12a1,1,0,0,1,1-1h1.77A8.76,8.76,0,0,1,28,13v1a5,5,0,0,1-5,5H20v2h3a7,7,0,0,0,3-.68V21a3,3,0,0,1-3,3H22v2h1a5,5,0,0,0,5-5V18.89A7,7,0,0,0,30,14Z"
|
|
1248
1270
|
})), children);
|
|
1249
1271
|
});
|
|
1250
1272
|
if (process.env.NODE_ENV !== "production") {
|
|
1251
1273
|
Cognitive.propTypes = iconPropTypes;
|
|
1252
1274
|
}
|
|
1253
|
-
const Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(
|
|
1275
|
+
const Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref53, ref) {
|
|
1254
1276
|
let {
|
|
1255
1277
|
children,
|
|
1256
1278
|
size = 16,
|
|
1257
1279
|
...rest
|
|
1258
|
-
} =
|
|
1280
|
+
} = _ref53;
|
|
1259
1281
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1260
1282
|
width: size,
|
|
1261
1283
|
height: size,
|
|
@@ -1264,19 +1286,19 @@ const Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref52, r
|
|
|
1264
1286
|
viewBox: "0 0 32 32",
|
|
1265
1287
|
fill: "currentColor",
|
|
1266
1288
|
...rest
|
|
1267
|
-
},
|
|
1289
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1268
1290
|
d: "M6 21V20H4v1a7 7 0 007 7h3V26H11A5 5 0 016 21zM24 11v1h2V11a7 7 0 00-7-7H16V6h3A5 5 0 0124 11zM11 11H5a3 3 0 00-3 3v2H4V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0011 11zM8 10A4 4 0 104 6 4 4 0 008 10zM8 4A2 2 0 116 6 2 2 0 018 4zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM20 20a4 4 0 104-4A4 4 0 0020 20zm6 0a2 2 0 11-2-2A2 2 0 0126 20z"
|
|
1269
1291
|
})), children);
|
|
1270
1292
|
});
|
|
1271
1293
|
if (process.env.NODE_ENV !== "production") {
|
|
1272
1294
|
Collaborate.propTypes = iconPropTypes;
|
|
1273
1295
|
}
|
|
1274
|
-
const CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(
|
|
1296
|
+
const CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref54, ref) {
|
|
1275
1297
|
let {
|
|
1276
1298
|
children,
|
|
1277
1299
|
size = 16,
|
|
1278
1300
|
...rest
|
|
1279
|
-
} =
|
|
1301
|
+
} = _ref54;
|
|
1280
1302
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1281
1303
|
width: size,
|
|
1282
1304
|
height: size,
|
|
@@ -1285,23 +1307,23 @@ const CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref53, r
|
|
|
1285
1307
|
viewBox: "0 0 32 32",
|
|
1286
1308
|
fill: "currentColor",
|
|
1287
1309
|
...rest
|
|
1288
|
-
},
|
|
1310
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1289
1311
|
d: "M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z"
|
|
1290
|
-
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1291
|
-
d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
|
|
1292
1312
|
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1313
|
+
d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
|
|
1314
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1293
1315
|
d: "M18,27H4a2.0023,2.0023,0,0,1-2-2V17a2.0023,2.0023,0,0,1,2-2H18a2.0023,2.0023,0,0,1,2,2v8A2.0023,2.0023,0,0,1,18,27ZM4,17v8H18.0012L18,17Z"
|
|
1294
1316
|
})), children);
|
|
1295
1317
|
});
|
|
1296
1318
|
if (process.env.NODE_ENV !== "production") {
|
|
1297
1319
|
CollapseAll.propTypes = iconPropTypes;
|
|
1298
1320
|
}
|
|
1299
|
-
const CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(
|
|
1321
|
+
const CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(_ref55, ref) {
|
|
1300
1322
|
let {
|
|
1301
1323
|
children,
|
|
1302
1324
|
size = 16,
|
|
1303
1325
|
...rest
|
|
1304
|
-
} =
|
|
1326
|
+
} = _ref55;
|
|
1305
1327
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1306
1328
|
width: size,
|
|
1307
1329
|
height: size,
|
|
@@ -1310,19 +1332,19 @@ const CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCatego
|
|
|
1310
1332
|
viewBox: "0 0 32 32",
|
|
1311
1333
|
fill: "currentColor",
|
|
1312
1334
|
...rest
|
|
1313
|
-
},
|
|
1335
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1314
1336
|
d: "M14 25H28V27H14zM7.17 26L4.59 28.58 6 30 10 26 6 22 4.58 23.41 7.17 26zM14 15H28V17H14zM7.17 16L4.59 18.58 6 20 10 16 6 12 4.58 13.41 7.17 16zM14 5H28V7H14zM7.17 6L4.59 8.58 6 10 10 6 6 2 4.58 3.41 7.17 6z"
|
|
1315
1337
|
})), children);
|
|
1316
1338
|
});
|
|
1317
1339
|
if (process.env.NODE_ENV !== "production") {
|
|
1318
1340
|
CollapseCategories.propTypes = iconPropTypes;
|
|
1319
1341
|
}
|
|
1320
|
-
const ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(
|
|
1342
|
+
const ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref56, ref) {
|
|
1321
1343
|
let {
|
|
1322
1344
|
children,
|
|
1323
1345
|
size = 16,
|
|
1324
1346
|
...rest
|
|
1325
|
-
} =
|
|
1347
|
+
} = _ref56;
|
|
1326
1348
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1327
1349
|
width: size,
|
|
1328
1350
|
height: size,
|
|
@@ -1351,19 +1373,19 @@ const ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref55,
|
|
|
1351
1373
|
cx: "19",
|
|
1352
1374
|
cy: "23",
|
|
1353
1375
|
r: "2"
|
|
1354
|
-
})),
|
|
1376
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1355
1377
|
d: "M16.54,2A14,14,0,0,0,2,16a4.82,4.82,0,0,0,6.09,4.65l1.12-.31A3,3,0,0,1,13,23.24V27a3,3,0,0,0,3,3A14,14,0,0,0,30,15.46,14.05,14.05,0,0,0,16.54,2Zm8.11,22.31A11.93,11.93,0,0,1,16,28a1,1,0,0,1-1-1V23.24a5,5,0,0,0-5-5,5.07,5.07,0,0,0-1.33.18l-1.12.31A2.82,2.82,0,0,1,4,16,12,12,0,0,1,16.47,4,12.18,12.18,0,0,1,28,15.53,11.89,11.89,0,0,1,24.65,24.32Z"
|
|
1356
1378
|
})), children);
|
|
1357
1379
|
});
|
|
1358
1380
|
if (process.env.NODE_ENV !== "production") {
|
|
1359
1381
|
ColorPalette.propTypes = iconPropTypes;
|
|
1360
1382
|
}
|
|
1361
|
-
const ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(
|
|
1383
|
+
const ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref57, ref) {
|
|
1362
1384
|
let {
|
|
1363
1385
|
children,
|
|
1364
1386
|
size = 16,
|
|
1365
1387
|
...rest
|
|
1366
|
-
} =
|
|
1388
|
+
} = _ref57;
|
|
1367
1389
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1368
1390
|
width: size,
|
|
1369
1391
|
height: size,
|
|
@@ -1372,19 +1394,19 @@ const ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref56, r
|
|
|
1372
1394
|
viewBox: "0 0 32 32",
|
|
1373
1395
|
fill: "currentColor",
|
|
1374
1396
|
...rest
|
|
1375
|
-
},
|
|
1397
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1376
1398
|
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,4ZM6,26,26,6V26Z"
|
|
1377
1399
|
})), children);
|
|
1378
1400
|
});
|
|
1379
1401
|
if (process.env.NODE_ENV !== "production") {
|
|
1380
1402
|
ColorSwitch.propTypes = iconPropTypes;
|
|
1381
1403
|
}
|
|
1382
|
-
const Column = /*#__PURE__*/React.forwardRef(function Column(
|
|
1404
|
+
const Column = /*#__PURE__*/React.forwardRef(function Column(_ref58, ref) {
|
|
1383
1405
|
let {
|
|
1384
1406
|
children,
|
|
1385
1407
|
size = 16,
|
|
1386
1408
|
...rest
|
|
1387
|
-
} =
|
|
1409
|
+
} = _ref58;
|
|
1388
1410
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1389
1411
|
width: size,
|
|
1390
1412
|
height: size,
|
|
@@ -1393,19 +1415,19 @@ const Column = /*#__PURE__*/React.forwardRef(function Column(_ref57, ref) {
|
|
|
1393
1415
|
viewBox: "0 0 32 32",
|
|
1394
1416
|
fill: "currentColor",
|
|
1395
1417
|
...rest
|
|
1396
|
-
},
|
|
1418
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1397
1419
|
d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
|
|
1398
1420
|
})), children);
|
|
1399
1421
|
});
|
|
1400
1422
|
if (process.env.NODE_ENV !== "production") {
|
|
1401
1423
|
Column.propTypes = iconPropTypes;
|
|
1402
1424
|
}
|
|
1403
|
-
const ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(
|
|
1425
|
+
const ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref59, ref) {
|
|
1404
1426
|
let {
|
|
1405
1427
|
children,
|
|
1406
1428
|
size = 16,
|
|
1407
1429
|
...rest
|
|
1408
|
-
} =
|
|
1430
|
+
} = _ref59;
|
|
1409
1431
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1410
1432
|
width: size,
|
|
1411
1433
|
height: size,
|
|
@@ -1414,21 +1436,21 @@ const ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref58,
|
|
|
1414
1436
|
viewBox: "0 0 32 32",
|
|
1415
1437
|
fill: "currentColor",
|
|
1416
1438
|
...rest
|
|
1417
|
-
},
|
|
1439
|
+
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1418
1440
|
d: "M30 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"
|
|
1419
|
-
})),
|
|
1441
|
+
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1420
1442
|
d: "M24 14V28H18V6H16V28a2.0023 2.0023 0 002 2h6a2.0023 2.0023 0 002-2V14zM10 30H4a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 014 6h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 8V28h6V8z"
|
|
1421
1443
|
})), children);
|
|
1422
1444
|
});
|
|
1423
1445
|
if (process.env.NODE_ENV !== "production") {
|
|
1424
1446
|
ColumnDelete.propTypes = iconPropTypes;
|
|
1425
1447
|
}
|
|
1426
|
-
const ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(
|
|
1448
|
+
const ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref60, ref) {
|
|
1427
1449
|
let {
|
|
1428
1450
|
children,
|
|
1429
1451
|
size = 16,
|
|
1430
1452
|
...rest
|
|
1431
|
-
} =
|
|
1453
|
+
} = _ref60;
|
|
1432
1454
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1433
1455
|
width: size,
|
|
1434
1456
|
height: size,
|
|
@@ -1437,19 +1459,19 @@ const ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref59,
|
|
|
1437
1459
|
viewBox: "0 0 32 32",
|
|
1438
1460
|
fill: "currentColor",
|
|
1439
1461
|
...rest
|
|
1440
|
-
},
|
|
1462
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1441
1463
|
d: "M28 30H22a2.0021 2.0021 0 01-2-2V10a2.0021 2.0021 0 012-2h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM22 10V28h6V10zM16 9L21.586 3.414 20.172 2 16 6.172 11.828 2 10.414 3.414 16 9zM10 30H4a2.0021 2.0021 0 01-2-2V10A2.0021 2.0021 0 014 8h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 10V28h6V10z"
|
|
1442
1464
|
})), children);
|
|
1443
1465
|
});
|
|
1444
1466
|
if (process.env.NODE_ENV !== "production") {
|
|
1445
1467
|
ColumnInsert.propTypes = iconPropTypes;
|
|
1446
1468
|
}
|
|
1447
|
-
const ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(
|
|
1469
|
+
const ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(_ref61, ref) {
|
|
1448
1470
|
let {
|
|
1449
1471
|
children,
|
|
1450
1472
|
size = 16,
|
|
1451
1473
|
...rest
|
|
1452
|
-
} =
|
|
1474
|
+
} = _ref61;
|
|
1453
1475
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1454
1476
|
width: size,
|
|
1455
1477
|
height: size,
|
|
@@ -1458,19 +1480,19 @@ const ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency
|
|
|
1458
1480
|
viewBox: "0 0 32 32",
|
|
1459
1481
|
fill: "currentColor",
|
|
1460
1482
|
...rest
|
|
1461
|
-
},
|
|
1483
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1462
1484
|
d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
|
|
1463
1485
|
})), children);
|
|
1464
1486
|
});
|
|
1465
1487
|
if (process.env.NODE_ENV !== "production") {
|
|
1466
1488
|
ColumnDependency.propTypes = iconPropTypes;
|
|
1467
1489
|
}
|
|
1468
|
-
const Commit = /*#__PURE__*/React.forwardRef(function Commit(
|
|
1490
|
+
const Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref62, ref) {
|
|
1469
1491
|
let {
|
|
1470
1492
|
children,
|
|
1471
1493
|
size = 16,
|
|
1472
1494
|
...rest
|
|
1473
|
-
} =
|
|
1495
|
+
} = _ref62;
|
|
1474
1496
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1475
1497
|
width: size,
|
|
1476
1498
|
height: size,
|
|
@@ -1479,19 +1501,19 @@ const Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref61, ref) {
|
|
|
1479
1501
|
viewBox: "0 0 32 32",
|
|
1480
1502
|
fill: "currentColor",
|
|
1481
1503
|
...rest
|
|
1482
|
-
},
|
|
1504
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1483
1505
|
d: "M30,15H21.91A5.9925,5.9925,0,0,0,10.09,15H2v2h8.09A5.9925,5.9925,0,0,0,21.91,17H30ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
|
|
1484
1506
|
})), children);
|
|
1485
1507
|
});
|
|
1486
1508
|
if (process.env.NODE_ENV !== "production") {
|
|
1487
1509
|
Commit.propTypes = iconPropTypes;
|
|
1488
1510
|
}
|
|
1489
|
-
const CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(
|
|
1511
|
+
const CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(_ref63, ref) {
|
|
1490
1512
|
let {
|
|
1491
1513
|
children,
|
|
1492
1514
|
size = 16,
|
|
1493
1515
|
...rest
|
|
1494
|
-
} =
|
|
1516
|
+
} = _ref63;
|
|
1495
1517
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1496
1518
|
width: size,
|
|
1497
1519
|
height: size,
|
|
@@ -1500,19 +1522,19 @@ const CommunicationUnified = /*#__PURE__*/React.forwardRef(function Communicatio
|
|
|
1500
1522
|
viewBox: "0 0 32 32",
|
|
1501
1523
|
fill: "currentColor",
|
|
1502
1524
|
...rest
|
|
1503
|
-
},
|
|
1525
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1504
1526
|
d: "M28 17H18a2.0025 2.0025 0 00-2 2v6a2.0025 2.0025 0 002 2h4V25H18V19H28v6H25.4648l-2.5937 3.8906L24.5352 30l2-3H28a2.0025 2.0025 0 002-2V19A2.0025 2.0025 0 0028 17zM8.6667 24.1086l.8614-.8615a.8334.8334 0 01.8988-.1844l1.0493.42A.8334.8334 0 0112 24.2561v1.9082a.8334.8334 0 01-.8786.8341c-7.3546-.4578-8.84-6.6863-9.1158-9.0723A.8316.8316 0 012.8343 17H4.7085a.8335.8335 0 01.7737.5238l.42 1.0493a.8332.8332 0 01-.1845.8988l-.8614.8614A4.5267 4.5267 0 008.6667 24.1086zM21 9H28V11H21zM21 5H30V7H21zM17 6L14 8.2V6a2.0024 2.0024 0 00-2-2H4A2.0024 2.0024 0 002 6v6a2.0024 2.0024 0 002 2h8a2.0024 2.0024 0 002-2V9.8L17 12zM4 12V6h8v6z"
|
|
1505
1527
|
})), children);
|
|
1506
1528
|
});
|
|
1507
1529
|
if (process.env.NODE_ENV !== "production") {
|
|
1508
1530
|
CommunicationUnified.propTypes = iconPropTypes;
|
|
1509
1531
|
}
|
|
1510
|
-
const Compare = /*#__PURE__*/React.forwardRef(function Compare(
|
|
1532
|
+
const Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref64, ref) {
|
|
1511
1533
|
let {
|
|
1512
1534
|
children,
|
|
1513
1535
|
size = 16,
|
|
1514
1536
|
...rest
|
|
1515
|
-
} =
|
|
1537
|
+
} = _ref64;
|
|
1516
1538
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1517
1539
|
width: size,
|
|
1518
1540
|
height: size,
|
|
@@ -1521,19 +1543,19 @@ const Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref63, ref) {
|
|
|
1521
1543
|
viewBox: "0 0 32 32",
|
|
1522
1544
|
fill: "currentColor",
|
|
1523
1545
|
...rest
|
|
1524
|
-
},
|
|
1546
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1525
1547
|
d: "M28,6H18V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H14v2a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,15h6.17L7.59,17.59,9,19l5-5L9,9,7.59,10.41,10.17,13H4V4H16V24H4ZM16,28V26a2,2,0,0,0,2-2V8H28v9H21.83l2.58-2.59L23,13l-5,5,5,5,1.41-1.41L21.83,19H28v9Z"
|
|
1526
1548
|
})), children);
|
|
1527
1549
|
});
|
|
1528
1550
|
if (process.env.NODE_ENV !== "production") {
|
|
1529
1551
|
Compare.propTypes = iconPropTypes;
|
|
1530
1552
|
}
|
|
1531
|
-
const Compass = /*#__PURE__*/React.forwardRef(function Compass(
|
|
1553
|
+
const Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref65, ref) {
|
|
1532
1554
|
let {
|
|
1533
1555
|
children,
|
|
1534
1556
|
size = 16,
|
|
1535
1557
|
...rest
|
|
1536
|
-
} =
|
|
1558
|
+
} = _ref65;
|
|
1537
1559
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1538
1560
|
width: size,
|
|
1539
1561
|
height: size,
|
|
@@ -1542,9 +1564,9 @@ const Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref64, ref) {
|
|
|
1542
1564
|
viewBox: "0 0 32 32",
|
|
1543
1565
|
fill: "currentColor",
|
|
1544
1566
|
...rest
|
|
1545
|
-
},
|
|
1567
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1546
1568
|
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"
|
|
1547
|
-
})),
|
|
1569
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1548
1570
|
d: "M23,10.41,21.59,9l-4.3,4.3a3,3,0,0,0-4,4L9,21.59,10.41,23l4.3-4.3a3,3,0,0,0,4-4ZM17,16a1,1,0,1,1-1-1A1,1,0,0,1,17,16Z"
|
|
1549
1571
|
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
1550
1572
|
cx: "16",
|
|
@@ -1555,12 +1577,12 @@ const Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref64, ref) {
|
|
|
1555
1577
|
if (process.env.NODE_ENV !== "production") {
|
|
1556
1578
|
Compass.propTypes = iconPropTypes;
|
|
1557
1579
|
}
|
|
1558
|
-
const QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(
|
|
1580
|
+
const QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref66, ref) {
|
|
1559
1581
|
let {
|
|
1560
1582
|
children,
|
|
1561
1583
|
size = 16,
|
|
1562
1584
|
...rest
|
|
1563
|
-
} =
|
|
1585
|
+
} = _ref66;
|
|
1564
1586
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1565
1587
|
width: size,
|
|
1566
1588
|
height: size,
|
|
@@ -1569,19 +1591,19 @@ const QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref6
|
|
|
1569
1591
|
viewBox: "0 0 32 32",
|
|
1570
1592
|
fill: "currentColor",
|
|
1571
1593
|
...rest
|
|
1572
|
-
},
|
|
1594
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1573
1595
|
d: "M25.82,10H30V8H25.82a3,3,0,0,0-5.64,0H13V5H5V8H2v2H5v3h8V10h7.18A3,3,0,0,0,22,11.82v7.32A4,4,0,0,0,19.14,22H2v2H19.14a4,4,0,0,0,7.72,0H30V22H26.86A4,4,0,0,0,24,19.14V11.82A3,3,0,0,0,25.82,10ZM11,11H7V7h4ZM25,23a2,2,0,1,1-2-2A2,2,0,0,1,25,23Z"
|
|
1574
1596
|
})), children);
|
|
1575
1597
|
});
|
|
1576
1598
|
if (process.env.NODE_ENV !== "production") {
|
|
1577
1599
|
QComposerEdit.propTypes = iconPropTypes;
|
|
1578
1600
|
}
|
|
1579
|
-
const Concept = /*#__PURE__*/React.forwardRef(function Concept(
|
|
1601
|
+
const Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref67, ref) {
|
|
1580
1602
|
let {
|
|
1581
1603
|
children,
|
|
1582
1604
|
size = 16,
|
|
1583
1605
|
...rest
|
|
1584
|
-
} =
|
|
1606
|
+
} = _ref67;
|
|
1585
1607
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1586
1608
|
width: size,
|
|
1587
1609
|
height: size,
|
|
@@ -1590,19 +1612,19 @@ const Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref66, ref) {
|
|
|
1590
1612
|
viewBox: "0 0 32 32",
|
|
1591
1613
|
fill: "currentColor",
|
|
1592
1614
|
...rest
|
|
1593
|
-
},
|
|
1615
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1594
1616
|
d: "M20.8851,19.4711a5.9609,5.9609,0,0,0,0-6.9422L23,10.4141l1.293,1.2929a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414l-4-4a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414L21.5859,9l-2.1148,2.1149a5.9609,5.9609,0,0,0-6.9422,0L10,8.5859V2H2v8H8.5859l2.529,2.5289a5.9609,5.9609,0,0,0,0,6.9422L9,21.5859,7.707,20.293a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414l4,4a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414L10.4141,23l2.1148-2.1149a5.9609,5.9609,0,0,0,6.9422,0L22,23.4141V30h8V22H23.4141ZM25,4.4141,27.5859,7,25,9.5859,22.4141,7ZM7,27.5859,4.4141,25,7,22.4141,9.5859,25ZM8,8H4V4H8Zm4,8a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Zm12,8h4v4H24Z"
|
|
1595
1617
|
})), children);
|
|
1596
1618
|
});
|
|
1597
1619
|
if (process.env.NODE_ENV !== "production") {
|
|
1598
1620
|
Concept.propTypes = iconPropTypes;
|
|
1599
1621
|
}
|
|
1600
|
-
const ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(
|
|
1622
|
+
const ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_ref68, ref) {
|
|
1601
1623
|
let {
|
|
1602
1624
|
children,
|
|
1603
1625
|
size = 16,
|
|
1604
1626
|
...rest
|
|
1605
|
-
} =
|
|
1627
|
+
} = _ref68;
|
|
1606
1628
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1607
1629
|
width: size,
|
|
1608
1630
|
height: size,
|
|
@@ -1611,22 +1633,22 @@ const ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_re
|
|
|
1611
1633
|
viewBox: "0 0 32 32",
|
|
1612
1634
|
fill: "currentColor",
|
|
1613
1635
|
...rest
|
|
1614
|
-
},
|
|
1636
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1615
1637
|
d: "M10.343 10.343H21.657V21.657H10.343z",
|
|
1616
1638
|
transform: "rotate(-45 16 16)"
|
|
1617
|
-
})),
|
|
1639
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1618
1640
|
d: "M29.3906,14.5269,17.4731,2.6094a2.0852,2.0852,0,0,0-2.9462,0L2.6094,14.5269a2.0852,2.0852,0,0,0,0,2.9462L14.5269,29.3906a2.0852,2.0852,0,0,0,2.9462,0L29.3906,17.4731a2.0852,2.0852,0,0,0,0-2.9462ZM16,28.0356,3.9646,16,16,3.9644,28.0356,16Z"
|
|
1619
1641
|
})), children);
|
|
1620
1642
|
});
|
|
1621
1643
|
if (process.env.NODE_ENV !== "production") {
|
|
1622
1644
|
ConditionPoint.propTypes = iconPropTypes;
|
|
1623
1645
|
}
|
|
1624
|
-
const ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoint(
|
|
1646
|
+
const ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoint(_ref69, ref) {
|
|
1625
1647
|
let {
|
|
1626
1648
|
children,
|
|
1627
1649
|
size = 16,
|
|
1628
1650
|
...rest
|
|
1629
|
-
} =
|
|
1651
|
+
} = _ref69;
|
|
1630
1652
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1631
1653
|
width: size,
|
|
1632
1654
|
height: size,
|
|
@@ -1635,22 +1657,22 @@ const ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitP
|
|
|
1635
1657
|
viewBox: "0 0 32 32",
|
|
1636
1658
|
fill: "currentColor",
|
|
1637
1659
|
...rest
|
|
1638
|
-
},
|
|
1660
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1639
1661
|
d: "M10.343 10.343H21.657V21.657H10.343z",
|
|
1640
1662
|
transform: "rotate(-45 16 16)"
|
|
1641
|
-
})),
|
|
1663
|
+
})), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1642
1664
|
d: "M16,4A12,12,0,1,1,4,16,12.0136,12.0136,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
|
|
1643
1665
|
})), children);
|
|
1644
1666
|
});
|
|
1645
1667
|
if (process.env.NODE_ENV !== "production") {
|
|
1646
1668
|
ConditionWaitPoint.propTypes = iconPropTypes;
|
|
1647
1669
|
}
|
|
1648
|
-
const Connect = /*#__PURE__*/React.forwardRef(function Connect(
|
|
1670
|
+
const Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref70, ref) {
|
|
1649
1671
|
let {
|
|
1650
1672
|
children,
|
|
1651
1673
|
size = 16,
|
|
1652
1674
|
...rest
|
|
1653
|
-
} =
|
|
1675
|
+
} = _ref70;
|
|
1654
1676
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1655
1677
|
width: size,
|
|
1656
1678
|
height: size,
|
|
@@ -1659,7 +1681,7 @@ const Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref69, ref) {
|
|
|
1659
1681
|
viewBox: "0 0 32 32",
|
|
1660
1682
|
fill: "currentColor",
|
|
1661
1683
|
...rest
|
|
1662
|
-
},
|
|
1684
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1663
1685
|
d: "M23,16a7,7,0,0,0-4.18,1.39L14.6,13.17A6.86,6.86,0,0,0,16,9a7,7,0,1,0-2.81,5.59l4.21,4.22A7,7,0,1,0,23,16ZM4,9a5,5,0,1,1,5,5A5,5,0,0,1,4,9Z",
|
|
1664
1686
|
transform: "translate(0 .01)"
|
|
1665
1687
|
})), children);
|
|
@@ -1667,12 +1689,12 @@ const Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref69, ref) {
|
|
|
1667
1689
|
if (process.env.NODE_ENV !== "production") {
|
|
1668
1690
|
Connect.propTypes = iconPropTypes;
|
|
1669
1691
|
}
|
|
1670
|
-
const ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(
|
|
1692
|
+
const ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(_ref71, ref) {
|
|
1671
1693
|
let {
|
|
1672
1694
|
children,
|
|
1673
1695
|
size = 16,
|
|
1674
1696
|
...rest
|
|
1675
|
-
} =
|
|
1697
|
+
} = _ref71;
|
|
1676
1698
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1677
1699
|
width: size,
|
|
1678
1700
|
height: size,
|
|
@@ -1681,19 +1703,19 @@ const ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive
|
|
|
1681
1703
|
viewBox: "0 0 32 32",
|
|
1682
1704
|
fill: "currentColor",
|
|
1683
1705
|
...rest
|
|
1684
|
-
},
|
|
1706
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1685
1707
|
d: "M28,7H13.8281l3.586-3.5859L16,2,10,8l6,6,1.4141-1.4141L13.8281,9H28V20H11.8989A5.0145,5.0145,0,0,0,8,16.1011V2H6V16.1011a5,5,0,0,0,0,9.7978V30H8V25.8989A5.0145,5.0145,0,0,0,11.8989,22H28a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,28,7ZM7,24a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,24Z"
|
|
1686
1708
|
})), children);
|
|
1687
1709
|
});
|
|
1688
1710
|
if (process.env.NODE_ENV !== "production") {
|
|
1689
1711
|
ConnectRecursive.propTypes = iconPropTypes;
|
|
1690
1712
|
}
|
|
1691
|
-
const ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(
|
|
1713
|
+
const ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(_ref72, ref) {
|
|
1692
1714
|
let {
|
|
1693
1715
|
children,
|
|
1694
1716
|
size = 16,
|
|
1695
1717
|
...rest
|
|
1696
|
-
} =
|
|
1718
|
+
} = _ref72;
|
|
1697
1719
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1698
1720
|
width: size,
|
|
1699
1721
|
height: size,
|
|
@@ -1702,21 +1724,21 @@ const ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference
|
|
|
1702
1724
|
viewBox: "0 0 32 32",
|
|
1703
1725
|
fill: "currentColor",
|
|
1704
1726
|
...rest
|
|
1705
|
-
},
|
|
1727
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1706
1728
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
|
1707
|
-
})),
|
|
1729
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1708
1730
|
d: "M23,16c-1.5696,0-3.0124,.5159-4.1813,1.3919l-4.2173-4.2174c.876-1.1689,1.3986-2.6048,1.3986-4.1745,0-3.8599-3.1406-7-7-7S2,5.1401,2,9s3.1406,7,7,7c1.5696,0,3.0184-.5355,4.1873-1.4114l4.2173,4.2174c-.8759,1.1689-1.4046,2.6243-1.4046,4.194,0,3.8599,3.1406,7,7,7s7-3.1401,7-7-3.1406-7-7-7ZM4,9c0-2.7568,2.2432-5,5-5s5,2.2432,5,5-2.2432,5-5,5-5-2.2432-5-5Z"
|
|
1709
1731
|
})), children);
|
|
1710
1732
|
});
|
|
1711
1733
|
if (process.env.NODE_ENV !== "production") {
|
|
1712
1734
|
ConnectReference.propTypes = iconPropTypes;
|
|
1713
1735
|
}
|
|
1714
|
-
const ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(
|
|
1736
|
+
const ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref73, ref) {
|
|
1715
1737
|
let {
|
|
1716
1738
|
children,
|
|
1717
1739
|
size = 16,
|
|
1718
1740
|
...rest
|
|
1719
|
-
} =
|
|
1741
|
+
} = _ref73;
|
|
1720
1742
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1721
1743
|
width: size,
|
|
1722
1744
|
height: size,
|
|
@@ -1725,19 +1747,19 @@ const ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref7
|
|
|
1725
1747
|
viewBox: "0 0 32 32",
|
|
1726
1748
|
fill: "currentColor",
|
|
1727
1749
|
...rest
|
|
1728
|
-
},
|
|
1750
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1729
1751
|
d: "M24,10l-1.4141,1.4141L26.1719,15H11.8989A5.0145,5.0145,0,0,0,8,11.1011V2H6v9.1011a5,5,0,0,0,0,9.7978V30H8V20.8989A5.0145,5.0145,0,0,0,11.8989,17h14.273l-3.586,3.5859L24,22l6-6ZM7,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,19Z"
|
|
1730
1752
|
})), children);
|
|
1731
1753
|
});
|
|
1732
1754
|
if (process.env.NODE_ENV !== "production") {
|
|
1733
1755
|
ConnectSource.propTypes = iconPropTypes;
|
|
1734
1756
|
}
|
|
1735
|
-
const ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(
|
|
1757
|
+
const ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref74, ref) {
|
|
1736
1758
|
let {
|
|
1737
1759
|
children,
|
|
1738
1760
|
size = 16,
|
|
1739
1761
|
...rest
|
|
1740
|
-
} =
|
|
1762
|
+
} = _ref74;
|
|
1741
1763
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1742
1764
|
width: size,
|
|
1743
1765
|
height: size,
|
|
@@ -1746,19 +1768,19 @@ const ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref7
|
|
|
1746
1768
|
viewBox: "0 0 32 32",
|
|
1747
1769
|
fill: "currentColor",
|
|
1748
1770
|
...rest
|
|
1749
|
-
},
|
|
1771
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1750
1772
|
d: "M28 2H30V30H28zM20 10l-1.4141 1.4141L22.1719 15H11.8989a5 5 0 100 2h10.273l-3.586 3.5859L20 22l6-6zM7 19a3 3 0 113-3A3.0033 3.0033 0 017 19z"
|
|
1751
1773
|
})), children);
|
|
1752
1774
|
});
|
|
1753
1775
|
if (process.env.NODE_ENV !== "production") {
|
|
1754
1776
|
ConnectTarget.propTypes = iconPropTypes;
|
|
1755
1777
|
}
|
|
1756
|
-
const ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive(
|
|
1778
|
+
const ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive(_ref75, ref) {
|
|
1757
1779
|
let {
|
|
1758
1780
|
children,
|
|
1759
1781
|
size = 16,
|
|
1760
1782
|
...rest
|
|
1761
|
-
} =
|
|
1783
|
+
} = _ref75;
|
|
1762
1784
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1763
1785
|
width: size,
|
|
1764
1786
|
height: size,
|
|
@@ -1767,21 +1789,21 @@ const ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionRecei
|
|
|
1767
1789
|
viewBox: "0 0 32 32",
|
|
1768
1790
|
fill: "currentColor",
|
|
1769
1791
|
...rest
|
|
1770
|
-
},
|
|
1792
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1771
1793
|
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 14L21.83 14 24.41 16.59 23 18 18 13 23 8 24.41 9.41 21.83 12 30 12 30 14z"
|
|
1772
|
-
})),
|
|
1794
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1773
1795
|
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
|
1774
1796
|
})), children);
|
|
1775
1797
|
});
|
|
1776
1798
|
if (process.env.NODE_ENV !== "production") {
|
|
1777
1799
|
ConnectionReceive.propTypes = iconPropTypes;
|
|
1778
1800
|
}
|
|
1779
|
-
const ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(
|
|
1801
|
+
const ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_ref76, ref) {
|
|
1780
1802
|
let {
|
|
1781
1803
|
children,
|
|
1782
1804
|
size = 16,
|
|
1783
1805
|
...rest
|
|
1784
|
-
} =
|
|
1806
|
+
} = _ref76;
|
|
1785
1807
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1786
1808
|
width: size,
|
|
1787
1809
|
height: size,
|
|
@@ -1790,21 +1812,21 @@ const ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_re
|
|
|
1790
1812
|
viewBox: "0 0 32 32",
|
|
1791
1813
|
fill: "currentColor",
|
|
1792
1814
|
...rest
|
|
1793
|
-
},
|
|
1815
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1794
1816
|
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM18 14L26.17 14 23.59 16.59 25 18 30 13 25 8 23.59 9.41 26.17 12 18 12 18 14z"
|
|
1795
|
-
})),
|
|
1817
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1796
1818
|
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
|
1797
1819
|
})), children);
|
|
1798
1820
|
});
|
|
1799
1821
|
if (process.env.NODE_ENV !== "production") {
|
|
1800
1822
|
ConnectionSend.propTypes = iconPropTypes;
|
|
1801
1823
|
}
|
|
1802
|
-
const ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(
|
|
1824
|
+
const ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(_ref77, ref) {
|
|
1803
1825
|
let {
|
|
1804
1826
|
children,
|
|
1805
1827
|
size = 16,
|
|
1806
1828
|
...rest
|
|
1807
|
-
} =
|
|
1829
|
+
} = _ref77;
|
|
1808
1830
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1809
1831
|
width: size,
|
|
1810
1832
|
height: size,
|
|
@@ -1813,21 +1835,21 @@ const ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay
|
|
|
1813
1835
|
viewBox: "0 0 32 32",
|
|
1814
1836
|
fill: "currentColor",
|
|
1815
1837
|
...rest
|
|
1816
|
-
},
|
|
1838
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1817
1839
|
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 22L21.83 22 24.41 24.59 23 26 18 21 23 16 24.41 17.41 21.83 20 30 20 30 22zM19 12L27.17 12 24.59 14.59 26 16 31 11 26 6 24.59 7.41 27.17 10 19 10 19 12z"
|
|
1818
|
-
})),
|
|
1840
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1819
1841
|
d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
|
|
1820
1842
|
})), children);
|
|
1821
1843
|
});
|
|
1822
1844
|
if (process.env.NODE_ENV !== "production") {
|
|
1823
1845
|
ConnectionTwoWay.propTypes = iconPropTypes;
|
|
1824
1846
|
}
|
|
1825
|
-
const ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(
|
|
1847
|
+
const ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(_ref78, ref) {
|
|
1826
1848
|
let {
|
|
1827
1849
|
children,
|
|
1828
1850
|
size = 16,
|
|
1829
1851
|
...rest
|
|
1830
|
-
} =
|
|
1852
|
+
} = _ref78;
|
|
1831
1853
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1832
1854
|
width: size,
|
|
1833
1855
|
height: size,
|
|
@@ -1836,21 +1858,21 @@ const ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal
|
|
|
1836
1858
|
viewBox: "0 0 32 32",
|
|
1837
1859
|
fill: "currentColor",
|
|
1838
1860
|
...rest
|
|
1839
|
-
},
|
|
1861
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1840
1862
|
d: "M15 12H17V30H15zM11.33 18.22a7 7 0 010-10.44l1.34 1.49a5 5 0 000 7.46zM20.67 18.22l-1.34-1.49a5 5 0 000-7.46l1.34-1.49a7 7 0 010 10.44z"
|
|
1841
|
-
})),
|
|
1863
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1842
1864
|
d: "M8.4 21.8a11 11 0 010-17.6L9.6 5.8a9 9 0 000 14.4zM23.6 21.8l-1.2-1.6a9 9 0 000-14.4l1.2-1.6a11 11 0 010 17.6z"
|
|
1843
1865
|
})), children);
|
|
1844
1866
|
});
|
|
1845
1867
|
if (process.env.NODE_ENV !== "production") {
|
|
1846
1868
|
ConnectionSignal.propTypes = iconPropTypes;
|
|
1847
1869
|
}
|
|
1848
|
-
const ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSignalOff(
|
|
1870
|
+
const ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSignalOff(_ref79, ref) {
|
|
1849
1871
|
let {
|
|
1850
1872
|
children,
|
|
1851
1873
|
size = 16,
|
|
1852
1874
|
...rest
|
|
1853
|
-
} =
|
|
1875
|
+
} = _ref79;
|
|
1854
1876
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1855
1877
|
width: size,
|
|
1856
1878
|
height: size,
|
|
@@ -1859,21 +1881,21 @@ const ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSig
|
|
|
1859
1881
|
viewBox: "0 0 32 32",
|
|
1860
1882
|
fill: "currentColor",
|
|
1861
1883
|
...rest
|
|
1862
|
-
},
|
|
1884
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1863
1885
|
d: "M26,13a8.9089,8.9089,0,0,1-2.5249,6.2339l1.4133,1.4131A10.9795,10.9795,0,0,0,23.6006,4.2l-1.2012,1.6A8.932,8.932,0,0,1,26,13Z"
|
|
1864
|
-
})),
|
|
1886
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1865
1887
|
d: "M21 13a5.0022 5.0022 0 01-.9023 2.8564l1.4277 1.4278a6.9831 6.9831 0 00-.8584-9.5015l-1.334 1.49A5.0077 5.0077 0 0121 13zM30 28.5859L3.4143 2 2 3.4141l3.71 3.71A10.9824 10.9824 0 008.3994 21.8008l1.2012-1.6A8.9678 8.9678 0 017.1714 8.5854l2.1963 2.1963a6.9664 6.9664 0 001.9648 7.4351l1.334-1.49A5.0072 5.0072 0 0111 13a4.8854 4.8854 0 01.0393-.5464L15 16.4141V30h2V18.4141L28.5857 30z"
|
|
1866
1888
|
})), children);
|
|
1867
1889
|
});
|
|
1868
1890
|
if (process.env.NODE_ENV !== "production") {
|
|
1869
1891
|
ConnectionSignalOff.propTypes = iconPropTypes;
|
|
1870
1892
|
}
|
|
1871
|
-
const Construction = /*#__PURE__*/React.forwardRef(function Construction(
|
|
1893
|
+
const Construction = /*#__PURE__*/React.forwardRef(function Construction(_ref80, ref) {
|
|
1872
1894
|
let {
|
|
1873
1895
|
children,
|
|
1874
1896
|
size = 16,
|
|
1875
1897
|
...rest
|
|
1876
|
-
} =
|
|
1898
|
+
} = _ref80;
|
|
1877
1899
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1878
1900
|
width: size,
|
|
1879
1901
|
height: size,
|
|
@@ -1882,19 +1904,19 @@ const Construction = /*#__PURE__*/React.forwardRef(function Construction(_ref79,
|
|
|
1882
1904
|
viewBox: "0 0 32 32",
|
|
1883
1905
|
fill: "currentColor",
|
|
1884
1906
|
...rest
|
|
1885
|
-
},
|
|
1907
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1886
1908
|
d: "M29.34 16.06a1.0007 1.0007 0 00-1.1084.3L24.46 20.8857l-5.4355-.9882-3.602-8.9512A3.014 3.014 0 0012.6138 9h-4.06A3.0018 3.0018 0 007.01 9.4277L2 12.4336v6.4009l5 .9092V30H9V20.1074l3.5652.648L14 24.2V30h2V23.8l-1.0911-2.6182L22.99 22.6509 18.2319 28.36A1 1 0 0019 30H29a1 1 0 001-1V17A1 1 0 0029.34 16.06zM4 17.1655V13.5664l3-1.8v5.9448zm5 .9092V11h3.6138a1.0141 1.0141 0 01.9453.6709l3.14 7.8037zM28 28H21.1353L28 19.7617zM12.5 8A3.5 3.5 0 1116 4.5 3.5042 3.5042 0 0112.5 8zm0-5A1.5 1.5 0 1014 4.5 1.5017 1.5017 0 0012.5 3z"
|
|
1887
1909
|
})), children);
|
|
1888
1910
|
});
|
|
1889
1911
|
if (process.env.NODE_ENV !== "production") {
|
|
1890
1912
|
Construction.propTypes = iconPropTypes;
|
|
1891
1913
|
}
|
|
1892
|
-
const ContainerRegistry = /*#__PURE__*/React.forwardRef(function ContainerRegistry(
|
|
1914
|
+
const ContainerRegistry = /*#__PURE__*/React.forwardRef(function ContainerRegistry(_ref81, ref) {
|
|
1893
1915
|
let {
|
|
1894
1916
|
children,
|
|
1895
1917
|
size = 16,
|
|
1896
1918
|
...rest
|
|
1897
|
-
} =
|
|
1919
|
+
} = _ref81;
|
|
1898
1920
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1899
1921
|
width: size,
|
|
1900
1922
|
height: size,
|
|
@@ -1903,9 +1925,9 @@ const ContainerRegistry = /*#__PURE__*/React.forwardRef(function ContainerRegist
|
|
|
1903
1925
|
viewBox: "0 0 32 32",
|
|
1904
1926
|
fill: "currentColor",
|
|
1905
1927
|
...rest
|
|
1906
|
-
},
|
|
1928
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1907
1929
|
d: "M17,13V6H8V22H24V13ZM10,8h5v5H10Zm0,7h5v5H10Zm12,5H17V15h5Z"
|
|
1908
|
-
})),
|
|
1930
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1909
1931
|
d: "M28 11H19V2h9zM21 9h5V4H21zM28 20H26v2h2v6H4V22H6V20H4a2.0024 2.0024 0 00-2 2v6a2.0024 2.0024 0 002 2H28a2.0024 2.0024 0 002-2V22A2.0024 2.0024 0 0028 20z"
|
|
1910
1932
|
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
1911
1933
|
cx: "7",
|
|
@@ -1916,12 +1938,12 @@ const ContainerRegistry = /*#__PURE__*/React.forwardRef(function ContainerRegist
|
|
|
1916
1938
|
if (process.env.NODE_ENV !== "production") {
|
|
1917
1939
|
ContainerRegistry.propTypes = iconPropTypes;
|
|
1918
1940
|
}
|
|
1919
|
-
const ContainerServices = /*#__PURE__*/React.forwardRef(function ContainerServices(
|
|
1941
|
+
const ContainerServices = /*#__PURE__*/React.forwardRef(function ContainerServices(_ref82, ref) {
|
|
1920
1942
|
let {
|
|
1921
1943
|
children,
|
|
1922
1944
|
size = 16,
|
|
1923
1945
|
...rest
|
|
1924
|
-
} =
|
|
1946
|
+
} = _ref82;
|
|
1925
1947
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1926
1948
|
width: size,
|
|
1927
1949
|
height: size,
|
|
@@ -1930,19 +1952,19 @@ const ContainerServices = /*#__PURE__*/React.forwardRef(function ContainerServic
|
|
|
1930
1952
|
viewBox: "0 0 32 32",
|
|
1931
1953
|
fill: "currentColor",
|
|
1932
1954
|
...rest
|
|
1933
|
-
},
|
|
1955
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1934
1956
|
d: "M27,22V17a2.0023,2.0023,0,0,0-2-2H17V10h3a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H12a2.0023,2.0023,0,0,0-2,2V8a2.0023,2.0023,0,0,0,2,2h3v5H7a2.0023,2.0023,0,0,0-2,2v5H2v8h8V22H7V17h8v5H12v8h8V22H17V17h8v5H22v8h8V22ZM12,4h8V8H12ZM8,28H4V24H8Zm10,0H14V24h4Zm10,0H24V24h4Z"
|
|
1935
1957
|
})), children);
|
|
1936
1958
|
});
|
|
1937
1959
|
if (process.env.NODE_ENV !== "production") {
|
|
1938
1960
|
ContainerServices.propTypes = iconPropTypes;
|
|
1939
1961
|
}
|
|
1940
|
-
const ContainerSoftware = /*#__PURE__*/React.forwardRef(function ContainerSoftware(
|
|
1962
|
+
const ContainerSoftware = /*#__PURE__*/React.forwardRef(function ContainerSoftware(_ref83, ref) {
|
|
1941
1963
|
let {
|
|
1942
1964
|
children,
|
|
1943
1965
|
size = 16,
|
|
1944
1966
|
...rest
|
|
1945
|
-
} =
|
|
1967
|
+
} = _ref83;
|
|
1946
1968
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1947
1969
|
width: size,
|
|
1948
1970
|
height: size,
|
|
@@ -1951,23 +1973,23 @@ const ContainerSoftware = /*#__PURE__*/React.forwardRef(function ContainerSoftwa
|
|
|
1951
1973
|
viewBox: "0 0 32 32",
|
|
1952
1974
|
fill: "currentColor",
|
|
1953
1975
|
...rest
|
|
1954
|
-
},
|
|
1976
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1955
1977
|
d: "M28,12H20V4h8Zm-6-2h4V6H22Z"
|
|
1956
|
-
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1957
|
-
d: "M17,15V9H9V23H23V15Zm-6-4h4v4H11Zm4,10H11V17h4Zm6,0H17V17h4Z"
|
|
1958
1978
|
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1979
|
+
d: "M17,15V9H9V23H23V15Zm-6-4h4v4H11Zm4,10H11V17h4Zm6,0H17V17h4Z"
|
|
1980
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1959
1981
|
d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0023,2.0023,0,0,1,26,28Z"
|
|
1960
1982
|
})), children);
|
|
1961
1983
|
});
|
|
1962
1984
|
if (process.env.NODE_ENV !== "production") {
|
|
1963
1985
|
ContainerSoftware.propTypes = iconPropTypes;
|
|
1964
1986
|
}
|
|
1965
|
-
const ContentDeliveryNetwork = /*#__PURE__*/React.forwardRef(function ContentDeliveryNetwork(
|
|
1987
|
+
const ContentDeliveryNetwork = /*#__PURE__*/React.forwardRef(function ContentDeliveryNetwork(_ref84, ref) {
|
|
1966
1988
|
let {
|
|
1967
1989
|
children,
|
|
1968
1990
|
size = 16,
|
|
1969
1991
|
...rest
|
|
1970
|
-
} =
|
|
1992
|
+
} = _ref84;
|
|
1971
1993
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1972
1994
|
width: size,
|
|
1973
1995
|
height: size,
|
|
@@ -1984,21 +2006,21 @@ const ContentDeliveryNetwork = /*#__PURE__*/React.forwardRef(function ContentDel
|
|
|
1984
2006
|
cx: "7",
|
|
1985
2007
|
cy: "7",
|
|
1986
2008
|
r: "2"
|
|
1987
|
-
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1988
|
-
d: "M27,31a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,27,31Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,27,25Z"
|
|
1989
2009
|
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
2010
|
+
d: "M27,31a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,27,31Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,27,25Z"
|
|
2011
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1990
2012
|
d: "M30,16A14.0412,14.0412,0,0,0,16,2,13.0426,13.0426,0,0,0,9.2,3.8l1.1,1.7a24.4254,24.4254,0,0,1,2.4-1A25.1349,25.1349,0,0,0,10,15H4a11.1489,11.1489,0,0,1,1.4-4.7L3.9,9A13.8418,13.8418,0,0,0,2,16,13.9983,13.9983,0,0,0,16,30a13.3656,13.3656,0,0,0,5.2-1l-.6-1.9a11.4416,11.4416,0,0,1-5.2.9h0A21.0713,21.0713,0,0,1,12,17H29.9A3.4019,3.4019,0,0,0,30,16ZM12.8,27.6h0a13.02,13.02,0,0,1-5.3-3.1A12.5053,12.5053,0,0,1,4,17h6A25.0022,25.0022,0,0,0,12.8,27.6ZM12,15A21.4461,21.4461,0,0,1,15.3,4h1.4A21.4461,21.4461,0,0,1,20,15Zm10,0A23.2777,23.2777,0,0,0,19.2,4.4,12.0919,12.0919,0,0,1,27.9,15Z"
|
|
1991
2013
|
})), children);
|
|
1992
2014
|
});
|
|
1993
2015
|
if (process.env.NODE_ENV !== "production") {
|
|
1994
2016
|
ContentDeliveryNetwork.propTypes = iconPropTypes;
|
|
1995
2017
|
}
|
|
1996
|
-
const ContentView = /*#__PURE__*/React.forwardRef(function ContentView(
|
|
2018
|
+
const ContentView = /*#__PURE__*/React.forwardRef(function ContentView(_ref85, ref) {
|
|
1997
2019
|
let {
|
|
1998
2020
|
children,
|
|
1999
2021
|
size = 16,
|
|
2000
2022
|
...rest
|
|
2001
|
-
} =
|
|
2023
|
+
} = _ref85;
|
|
2002
2024
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2003
2025
|
width: size,
|
|
2004
2026
|
height: size,
|
|
@@ -2011,21 +2033,21 @@ const ContentView = /*#__PURE__*/React.forwardRef(function ContentView(_ref84, r
|
|
|
2011
2033
|
cx: "16",
|
|
2012
2034
|
cy: "19",
|
|
2013
2035
|
r: "2"
|
|
2014
|
-
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
2015
|
-
d: "M23.7769,18.4785A8.64,8.64,0,0,0,16,13a8.64,8.64,0,0,0-7.7769,5.4785L8,19l.2231.5215A8.64,8.64,0,0,0,16,25a8.64,8.64,0,0,0,7.7769-5.4785L24,19ZM16,23a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,23Z"
|
|
2016
2036
|
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
2037
|
+
d: "M23.7769,18.4785A8.64,8.64,0,0,0,16,13a8.64,8.64,0,0,0-7.7769,5.4785L8,19l.2231.5215A8.64,8.64,0,0,0,16,25a8.64,8.64,0,0,0,7.7769-5.4785L24,19ZM16,23a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,23Z"
|
|
2038
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
2017
2039
|
d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3ZM5,5H27V9H5ZM5,27V11H27V27Z"
|
|
2018
2040
|
})), children);
|
|
2019
2041
|
});
|
|
2020
2042
|
if (process.env.NODE_ENV !== "production") {
|
|
2021
2043
|
ContentView.propTypes = iconPropTypes;
|
|
2022
2044
|
}
|
|
2023
|
-
const Continue = /*#__PURE__*/React.forwardRef(function Continue(
|
|
2045
|
+
const Continue = /*#__PURE__*/React.forwardRef(function Continue(_ref86, ref) {
|
|
2024
2046
|
let {
|
|
2025
2047
|
children,
|
|
2026
2048
|
size = 16,
|
|
2027
2049
|
...rest
|
|
2028
|
-
} =
|
|
2050
|
+
} = _ref86;
|
|
2029
2051
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2030
2052
|
width: size,
|
|
2031
2053
|
height: size,
|
|
@@ -2034,19 +2056,19 @@ const Continue = /*#__PURE__*/React.forwardRef(function Continue(_ref85, ref) {
|
|
|
2034
2056
|
viewBox: "0 0 32 32",
|
|
2035
2057
|
fill: "currentColor",
|
|
2036
2058
|
...rest
|
|
2037
|
-
},
|
|
2059
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2038
2060
|
d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM11 6.7344V25.2656L27 16zM4 4H6V28H4z"
|
|
2039
2061
|
})), children);
|
|
2040
2062
|
});
|
|
2041
2063
|
if (process.env.NODE_ENV !== "production") {
|
|
2042
2064
|
Continue.propTypes = iconPropTypes;
|
|
2043
2065
|
}
|
|
2044
|
-
const ContinueFilled = /*#__PURE__*/React.forwardRef(function ContinueFilled(
|
|
2066
|
+
const ContinueFilled = /*#__PURE__*/React.forwardRef(function ContinueFilled(_ref87, ref) {
|
|
2045
2067
|
let {
|
|
2046
2068
|
children,
|
|
2047
2069
|
size = 16,
|
|
2048
2070
|
...rest
|
|
2049
|
-
} =
|
|
2071
|
+
} = _ref87;
|
|
2050
2072
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2051
2073
|
width: size,
|
|
2052
2074
|
height: size,
|
|
@@ -2055,19 +2077,19 @@ const ContinueFilled = /*#__PURE__*/React.forwardRef(function ContinueFilled(_re
|
|
|
2055
2077
|
viewBox: "0 0 32 32",
|
|
2056
2078
|
fill: "currentColor",
|
|
2057
2079
|
...rest
|
|
2058
|
-
},
|
|
2080
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2059
2081
|
d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM4 4H6V28H4z"
|
|
2060
2082
|
})), children);
|
|
2061
2083
|
});
|
|
2062
2084
|
if (process.env.NODE_ENV !== "production") {
|
|
2063
2085
|
ContinueFilled.propTypes = iconPropTypes;
|
|
2064
2086
|
}
|
|
2065
|
-
const ContinuousDeployment = /*#__PURE__*/React.forwardRef(function ContinuousDeployment(
|
|
2087
|
+
const ContinuousDeployment = /*#__PURE__*/React.forwardRef(function ContinuousDeployment(_ref88, ref) {
|
|
2066
2088
|
let {
|
|
2067
2089
|
children,
|
|
2068
2090
|
size = 16,
|
|
2069
2091
|
...rest
|
|
2070
|
-
} =
|
|
2092
|
+
} = _ref88;
|
|
2071
2093
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2072
2094
|
width: size,
|
|
2073
2095
|
height: size,
|
|
@@ -2076,19 +2098,19 @@ const ContinuousDeployment = /*#__PURE__*/React.forwardRef(function ContinuousDe
|
|
|
2076
2098
|
viewBox: "0 0 32 32",
|
|
2077
2099
|
fill: "currentColor",
|
|
2078
2100
|
...rest
|
|
2079
|
-
},
|
|
2101
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2080
2102
|
d: "M24,2l-6,6l1.4,1.4L23,5.8V19c0,5-4,9-9,9c-1.6,0-3.1-0.4-4.3-1.1C10.1,27,10.5,27,11,27c4.4,0,8-3.6,8-8s-3.6-8-8-8 s-8,3.6-8,8c0,6.1,4.9,11,11,11s11-4.9,11-11V5.8l3.6,3.6L30,8L24,2z M5,19.6c0-0.2,0-0.4,0-0.6c0-3.3,2.7-6,6-6s6,2.7,6,6 s-2.7,6-6,6C7.9,25,5.3,22.6,5,19.6z"
|
|
2081
2103
|
})), children);
|
|
2082
2104
|
});
|
|
2083
2105
|
if (process.env.NODE_ENV !== "production") {
|
|
2084
2106
|
ContinuousDeployment.propTypes = iconPropTypes;
|
|
2085
2107
|
}
|
|
2086
|
-
const ContinuousIntegration = /*#__PURE__*/React.forwardRef(function ContinuousIntegration(
|
|
2108
|
+
const ContinuousIntegration = /*#__PURE__*/React.forwardRef(function ContinuousIntegration(_ref89, ref) {
|
|
2087
2109
|
let {
|
|
2088
2110
|
children,
|
|
2089
2111
|
size = 16,
|
|
2090
2112
|
...rest
|
|
2091
|
-
} =
|
|
2113
|
+
} = _ref89;
|
|
2092
2114
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2093
2115
|
width: size,
|
|
2094
2116
|
height: size,
|
|
@@ -2097,19 +2119,19 @@ const ContinuousIntegration = /*#__PURE__*/React.forwardRef(function ContinuousI
|
|
|
2097
2119
|
viewBox: "0 0 32 32",
|
|
2098
2120
|
fill: "currentColor",
|
|
2099
2121
|
...rest
|
|
2100
|
-
},
|
|
2122
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2101
2123
|
d: "M31.9,15.5l-5.7-10C25.9,5.2,25.6,5,25.3,5H6.7C6.4,5,6.1,5.2,5.9,5.5l-5.7,10C0,15.7,0,15.8,0,16s0,0.3,0.1,0.5l5.7,10 C6.1,26.8,6.4,27,6.7,27h18.5c0.4,0,0.7-0.2,0.9-0.5l5.7-10C32,16.3,32,16.2,32,16S32,15.7,31.9,15.5z M17.8,15h-8l4-7L17.8,15z M15.5,7h8l-4,7L15.5,7z M17.8,17l-4,7l-4-7H17.8z M19.5,18l4,7h-8L19.5,18z M21.2,17h8l-4,7L21.2,17z M21.2,15l4-7l4,7H21.2z M7.3,7H12l-4.6,8H2.7L7.3,7z M7.3,25l-4.6-8h4.7l4.6,8H7.3z"
|
|
2102
2124
|
})), children);
|
|
2103
2125
|
});
|
|
2104
2126
|
if (process.env.NODE_ENV !== "production") {
|
|
2105
2127
|
ContinuousIntegration.propTypes = iconPropTypes;
|
|
2106
2128
|
}
|
|
2107
|
-
const WatsonHealthContourDraw = /*#__PURE__*/React.forwardRef(function WatsonHealthContourDraw(
|
|
2129
|
+
const WatsonHealthContourDraw = /*#__PURE__*/React.forwardRef(function WatsonHealthContourDraw(_ref90, ref) {
|
|
2108
2130
|
let {
|
|
2109
2131
|
children,
|
|
2110
2132
|
size = 16,
|
|
2111
2133
|
...rest
|
|
2112
|
-
} =
|
|
2134
|
+
} = _ref90;
|
|
2113
2135
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2114
2136
|
width: size,
|
|
2115
2137
|
height: size,
|
|
@@ -2118,19 +2140,19 @@ const WatsonHealthContourDraw = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
2118
2140
|
viewBox: "0 0 32 32",
|
|
2119
2141
|
fill: "currentColor",
|
|
2120
2142
|
...rest
|
|
2121
|
-
},
|
|
2143
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2122
2144
|
d: "M7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.526 11.526 0 0123 25.7zM27.4 19.7l1.9.6A15.4747 15.4747 0 0030 16H28A11.4756 11.4756 0 0127.4 19.7zM29.2 11.6a14.4029 14.4029 0 00-2-3.9L25.6 8.9a12.8867 12.8867 0 011.7 3.3zM24.1 4.6a14.4029 14.4029 0 00-3.9-2l-.6 1.9a12.8867 12.8867 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.4756 11.4756 0 0116 28v2A21.4206 21.4206 0 0020.3 29.3zM15.4023 24.248a11.9488 11.9488 0 00-1.7182-3.3354L15.2974 19.73a13.9486 13.9486 0 012.0044 3.893zM11.02 18.2668a11.9215 11.9215 0 00-3.3467-1.6943l.6114-1.9043a13.9242 13.9242 0 013.9072 1.978z"
|
|
2123
2145
|
})), children);
|
|
2124
2146
|
});
|
|
2125
2147
|
if (process.env.NODE_ENV !== "production") {
|
|
2126
2148
|
WatsonHealthContourDraw.propTypes = iconPropTypes;
|
|
2127
2149
|
}
|
|
2128
|
-
const WatsonHealthContourEdit = /*#__PURE__*/React.forwardRef(function WatsonHealthContourEdit(
|
|
2150
|
+
const WatsonHealthContourEdit = /*#__PURE__*/React.forwardRef(function WatsonHealthContourEdit(_ref91, ref) {
|
|
2129
2151
|
let {
|
|
2130
2152
|
children,
|
|
2131
2153
|
size = 16,
|
|
2132
2154
|
...rest
|
|
2133
|
-
} =
|
|
2155
|
+
} = _ref91;
|
|
2134
2156
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2135
2157
|
width: size,
|
|
2136
2158
|
height: size,
|
|
@@ -2139,21 +2161,21 @@ const WatsonHealthContourEdit = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
2139
2161
|
viewBox: "0 0 32 32",
|
|
2140
2162
|
fill: "currentColor",
|
|
2141
2163
|
...rest
|
|
2142
|
-
},
|
|
2164
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2143
2165
|
d: "M16 30V28A12.0021 12.0021 0 0019.6924 4.5786l.6152-1.9033A14.0022 14.0022 0 0116 30zM7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7z"
|
|
2144
|
-
})),
|
|
2166
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2145
2167
|
d: "M15.4023 24.248a11.9488 11.9488 0 00-1.7182-3.3354L15.2974 19.73a13.9486 13.9486 0 012.0044 3.893zM11.02 18.2668a11.9215 11.9215 0 00-3.3467-1.6943l.6114-1.9043a13.9242 13.9242 0 013.9072 1.978z"
|
|
2146
2168
|
})), children);
|
|
2147
2169
|
});
|
|
2148
2170
|
if (process.env.NODE_ENV !== "production") {
|
|
2149
2171
|
WatsonHealthContourEdit.propTypes = iconPropTypes;
|
|
2150
2172
|
}
|
|
2151
|
-
const WatsonHealthContourFinding = /*#__PURE__*/React.forwardRef(function WatsonHealthContourFinding(
|
|
2173
|
+
const WatsonHealthContourFinding = /*#__PURE__*/React.forwardRef(function WatsonHealthContourFinding(_ref92, ref) {
|
|
2152
2174
|
let {
|
|
2153
2175
|
children,
|
|
2154
2176
|
size = 16,
|
|
2155
2177
|
...rest
|
|
2156
|
-
} =
|
|
2178
|
+
} = _ref92;
|
|
2157
2179
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2158
2180
|
width: size,
|
|
2159
2181
|
height: size,
|
|
@@ -2162,19 +2184,19 @@ const WatsonHealthContourFinding = /*#__PURE__*/React.forwardRef(function Watson
|
|
|
2162
2184
|
viewBox: "0 0 32 32",
|
|
2163
2185
|
fill: "currentColor",
|
|
2164
2186
|
...rest
|
|
2165
|
-
},
|
|
2187
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2166
2188
|
d: "M7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM2.7 20.4a14.4029 14.4029 0 002 3.9l1.6-1.2a12.8867 12.8867 0 01-1.7-3.3zM7.8 27.3a14.4029 14.4029 0 003.9 2l.6-1.9A12.8867 12.8867 0 019 25.7zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.526 11.526 0 0123 25.7zM27.4 19.7l1.9.6A15.4747 15.4747 0 0030 16H28A11.4756 11.4756 0 0127.4 19.7zM29.2 11.6a14.4029 14.4029 0 00-2-3.9L25.6 8.9a12.8867 12.8867 0 011.7 3.3zM24.1 4.6a14.4029 14.4029 0 00-3.9-2l-.6 1.9a12.8867 12.8867 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.4756 11.4756 0 0116 28v2A21.4206 21.4206 0 0020.3 29.3zM16 26A10 10 0 1126 16 10.0115 10.0115 0 0116 26zM16 8a8 8 0 108 8A8.0092 8.0092 0 0016 8z"
|
|
2167
2189
|
})), children);
|
|
2168
2190
|
});
|
|
2169
2191
|
if (process.env.NODE_ENV !== "production") {
|
|
2170
2192
|
WatsonHealthContourFinding.propTypes = iconPropTypes;
|
|
2171
2193
|
}
|
|
2172
|
-
const Contrast = /*#__PURE__*/React.forwardRef(function Contrast(
|
|
2194
|
+
const Contrast = /*#__PURE__*/React.forwardRef(function Contrast(_ref93, ref) {
|
|
2173
2195
|
let {
|
|
2174
2196
|
children,
|
|
2175
2197
|
size = 16,
|
|
2176
2198
|
...rest
|
|
2177
|
-
} =
|
|
2199
|
+
} = _ref93;
|
|
2178
2200
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2179
2201
|
width: size,
|
|
2180
2202
|
height: size,
|
|
@@ -2183,19 +2205,19 @@ const Contrast = /*#__PURE__*/React.forwardRef(function Contrast(_ref92, ref) {
|
|
|
2183
2205
|
viewBox: "0 0 32 32",
|
|
2184
2206
|
fill: "currentColor",
|
|
2185
2207
|
...rest
|
|
2186
|
-
},
|
|
2208
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2187
2209
|
d: "M29.37,11.84a13.6,13.6,0,0,0-1.06-2.51A14.17,14.17,0,0,0,25.9,6.1a14,14,0,1,0,0,19.8,14.17,14.17,0,0,0,2.41-3.23,13.6,13.6,0,0,0,1.06-2.51,14,14,0,0,0,0-8.32ZM4,16A12,12,0,0,1,16,4V28A12,12,0,0,1,4,16Z"
|
|
2188
2210
|
})), children);
|
|
2189
2211
|
});
|
|
2190
2212
|
if (process.env.NODE_ENV !== "production") {
|
|
2191
2213
|
Contrast.propTypes = iconPropTypes;
|
|
2192
2214
|
}
|
|
2193
|
-
const ConvertToCloud = /*#__PURE__*/React.forwardRef(function ConvertToCloud(
|
|
2215
|
+
const ConvertToCloud = /*#__PURE__*/React.forwardRef(function ConvertToCloud(_ref94, ref) {
|
|
2194
2216
|
let {
|
|
2195
2217
|
children,
|
|
2196
2218
|
size = 16,
|
|
2197
2219
|
...rest
|
|
2198
|
-
} =
|
|
2220
|
+
} = _ref94;
|
|
2199
2221
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2200
2222
|
width: size,
|
|
2201
2223
|
height: size,
|
|
@@ -2204,19 +2226,19 @@ const ConvertToCloud = /*#__PURE__*/React.forwardRef(function ConvertToCloud(_re
|
|
|
2204
2226
|
viewBox: "0 0 32 32",
|
|
2205
2227
|
fill: "currentColor",
|
|
2206
2228
|
...rest
|
|
2207
|
-
},
|
|
2229
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2208
2230
|
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 6zM23 14l-5 5 1.4141 1.4141L22 17.8325V24H16v2h6a2.0025 2.0025 0 002-2V17.8325l2.5874 2.583L28 19zM2 20H12V22H2zM2 24H12V26H2zM2 28H12V30H2z"
|
|
2209
2231
|
})), children);
|
|
2210
2232
|
});
|
|
2211
2233
|
if (process.env.NODE_ENV !== "production") {
|
|
2212
2234
|
ConvertToCloud.propTypes = iconPropTypes;
|
|
2213
2235
|
}
|
|
2214
|
-
const Cookie = /*#__PURE__*/React.forwardRef(function Cookie(
|
|
2236
|
+
const Cookie = /*#__PURE__*/React.forwardRef(function Cookie(_ref95, ref) {
|
|
2215
2237
|
let {
|
|
2216
2238
|
children,
|
|
2217
2239
|
size = 16,
|
|
2218
2240
|
...rest
|
|
2219
|
-
} =
|
|
2241
|
+
} = _ref95;
|
|
2220
2242
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2221
2243
|
width: size,
|
|
2222
2244
|
height: size,
|
|
@@ -2253,19 +2275,19 @@ const Cookie = /*#__PURE__*/React.forwardRef(function Cookie(_ref94, ref) {
|
|
|
2253
2275
|
cx: "16",
|
|
2254
2276
|
cy: "23",
|
|
2255
2277
|
r: "1"
|
|
2256
|
-
})),
|
|
2278
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2257
2279
|
d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2c0.1,0,0.2,0,0.3,0l1.4,0.1l-0.3,1.2c-0.1,0.4-0.2,0.9-0.2,1.3c0,2.8,2.2,5,5,5 c1,0,2-0.3,2.9-0.9l1.3,1.5c-0.4,0.4-0.6,0.9-0.6,1.4c0,1.3,1.3,2.4,2.7,1.9l1.2-0.5l0.2,1.3C30,14.9,30,15.5,30,16 C30,23.7,23.7,30,16,30z M15.3,4C9,4.4,4,9.6,4,16c0,6.6,5.4,12,12,12s12-5.4,12-12c0-0.1,0-0.3,0-0.4c-2.3,0.1-4.2-1.7-4.2-4 c0-0.1,0-0.1,0-0.2c-0.5,0.1-1,0.2-1.6,0.2c-3.9,0-7-3.1-7-7C15.2,4.4,15.2,4.2,15.3,4z"
|
|
2258
2280
|
})), children);
|
|
2259
2281
|
});
|
|
2260
2282
|
if (process.env.NODE_ENV !== "production") {
|
|
2261
2283
|
Cookie.propTypes = iconPropTypes;
|
|
2262
2284
|
}
|
|
2263
|
-
const Copy = /*#__PURE__*/React.forwardRef(function Copy(
|
|
2285
|
+
const Copy = /*#__PURE__*/React.forwardRef(function Copy(_ref96, ref) {
|
|
2264
2286
|
let {
|
|
2265
2287
|
children,
|
|
2266
2288
|
size = 16,
|
|
2267
2289
|
...rest
|
|
2268
|
-
} =
|
|
2290
|
+
} = _ref96;
|
|
2269
2291
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2270
2292
|
width: size,
|
|
2271
2293
|
height: size,
|
|
@@ -2274,21 +2296,21 @@ const Copy = /*#__PURE__*/React.forwardRef(function Copy(_ref95, ref) {
|
|
|
2274
2296
|
viewBox: "0 0 32 32",
|
|
2275
2297
|
fill: "currentColor",
|
|
2276
2298
|
...rest
|
|
2277
|
-
},
|
|
2299
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2278
2300
|
d: "M28,10V28H10V10H28m0-2H10a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10a2,2,0,0,0-2-2Z"
|
|
2279
|
-
})),
|
|
2301
|
+
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2280
2302
|
d: "M4,18H2V4A2,2,0,0,1,4,2H18V4H4Z"
|
|
2281
2303
|
})), children);
|
|
2282
2304
|
});
|
|
2283
2305
|
if (process.env.NODE_ENV !== "production") {
|
|
2284
2306
|
Copy.propTypes = iconPropTypes;
|
|
2285
2307
|
}
|
|
2286
|
-
const CopyFile = /*#__PURE__*/React.forwardRef(function CopyFile(
|
|
2308
|
+
const CopyFile = /*#__PURE__*/React.forwardRef(function CopyFile(_ref97, ref) {
|
|
2287
2309
|
let {
|
|
2288
2310
|
children,
|
|
2289
2311
|
size = 16,
|
|
2290
2312
|
...rest
|
|
2291
|
-
} =
|
|
2313
|
+
} = _ref97;
|
|
2292
2314
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2293
2315
|
width: size,
|
|
2294
2316
|
height: size,
|
|
@@ -2297,21 +2319,21 @@ const CopyFile = /*#__PURE__*/React.forwardRef(function CopyFile(_ref96, ref) {
|
|
|
2297
2319
|
viewBox: "0 0 32 32",
|
|
2298
2320
|
fill: "currentColor",
|
|
2299
2321
|
...rest
|
|
2300
|
-
},
|
|
2322
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2301
2323
|
d: "M27.4,14.7l-6.1-6.1C21,8.2,20.5,8,20,8h-8c-1.1,0-2,0.9-2,2v18c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V16.1 C28,15.6,27.8,15.1,27.4,14.7z M20,10l5.9,6H20V10z M12,28V10h6v6c0,1.1,0.9,2,2,2h6l0,10H12z"
|
|
2302
|
-
})),
|
|
2324
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2303
2325
|
d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z"
|
|
2304
2326
|
})), children);
|
|
2305
2327
|
});
|
|
2306
2328
|
if (process.env.NODE_ENV !== "production") {
|
|
2307
2329
|
CopyFile.propTypes = iconPropTypes;
|
|
2308
2330
|
}
|
|
2309
|
-
const CopyLink = /*#__PURE__*/React.forwardRef(function CopyLink(
|
|
2331
|
+
const CopyLink = /*#__PURE__*/React.forwardRef(function CopyLink(_ref98, ref) {
|
|
2310
2332
|
let {
|
|
2311
2333
|
children,
|
|
2312
2334
|
size = 16,
|
|
2313
2335
|
...rest
|
|
2314
|
-
} =
|
|
2336
|
+
} = _ref98;
|
|
2315
2337
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2316
2338
|
width: size,
|
|
2317
2339
|
height: size,
|
|
@@ -2320,23 +2342,23 @@ const CopyLink = /*#__PURE__*/React.forwardRef(function CopyLink(_ref97, ref) {
|
|
|
2320
2342
|
viewBox: "0 0 32 32",
|
|
2321
2343
|
fill: "currentColor",
|
|
2322
2344
|
...rest
|
|
2323
|
-
},
|
|
2345
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2324
2346
|
d: "M11.9474,19a4.9476,4.9476,0,0,1-3.4991-8.4465l5.1053-5.1043a4.9482,4.9482,0,0,1,6.9981,6.9976l-.5523.5526-1.4158-1.4129.5577-.5579a2.95,2.95,0,0,0-.0039-4.1653,3.02,3.02,0,0,0-4.17,0l-5.1047,5.104a2.9474,2.9474,0,0,0,0,4.1692,3.02,3.02,0,0,0,4.17,0l1.4143,1.4145A4.9176,4.9176,0,0,1,11.9474,19Z"
|
|
2325
|
-
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2326
|
-
d: "M19.9474,17a4.9476,4.9476,0,0,1-3.4991-8.4465l.5526-.5526,1.4143,1.4146-.5526.5523a2.9476,2.9476,0,0,0,0,4.1689,3.02,3.02,0,0,0,4.17,0c.26-.26,4.7293-4.7293,5.1053-5.1045a2.951,2.951,0,0,0,0-4.1687,3.02,3.02,0,0,0-4.17,0L21.5536,3.449a4.9483,4.9483,0,0,1,6.9981,6.9978c-.3765.376-4.844,4.8428-5.1038,5.1035A4.9193,4.9193,0,0,1,19.9474,17Z"
|
|
2327
2347
|
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2348
|
+
d: "M19.9474,17a4.9476,4.9476,0,0,1-3.4991-8.4465l.5526-.5526,1.4143,1.4146-.5526.5523a2.9476,2.9476,0,0,0,0,4.1689,3.02,3.02,0,0,0,4.17,0c.26-.26,4.7293-4.7293,5.1053-5.1045a2.951,2.951,0,0,0,0-4.1687,3.02,3.02,0,0,0-4.17,0L21.5536,3.449a4.9483,4.9483,0,0,1,6.9981,6.9978c-.3765.376-4.844,4.8428-5.1038,5.1035A4.9193,4.9193,0,0,1,19.9474,17Z"
|
|
2349
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2328
2350
|
d: "M24,30H4a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,4,6H8V8H4V28H24V18h2V28A2.0021,2.0021,0,0,1,24,30Z"
|
|
2329
2351
|
})), children);
|
|
2330
2352
|
});
|
|
2331
2353
|
if (process.env.NODE_ENV !== "production") {
|
|
2332
2354
|
CopyLink.propTypes = iconPropTypes;
|
|
2333
2355
|
}
|
|
2334
|
-
const Corn = /*#__PURE__*/React.forwardRef(function Corn(
|
|
2356
|
+
const Corn = /*#__PURE__*/React.forwardRef(function Corn(_ref99, ref) {
|
|
2335
2357
|
let {
|
|
2336
2358
|
children,
|
|
2337
2359
|
size = 16,
|
|
2338
2360
|
...rest
|
|
2339
|
-
} =
|
|
2361
|
+
} = _ref99;
|
|
2340
2362
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2341
2363
|
width: size,
|
|
2342
2364
|
height: size,
|
|
@@ -2345,19 +2367,19 @@ const Corn = /*#__PURE__*/React.forwardRef(function Corn(_ref98, ref) {
|
|
|
2345
2367
|
viewBox: "0 0 32 32",
|
|
2346
2368
|
fill: "currentColor",
|
|
2347
2369
|
...rest
|
|
2348
|
-
},
|
|
2370
|
+
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2349
2371
|
d: "M23,16c-.3374,0-.67.02-1,.0508V16C22,8.115,19.0435,2,16.5,2S11,8.115,11,16v5H6v3a6.0067,6.0067,0,0,0,6,6h3A11.0125,11.0125,0,0,0,26,19V16ZM13,16h2V14H13.0728a25.8942,25.8942,0,0,1,.5654-4H16V8H14.2c.81-2.4058,1.8149-3.7715,2.3-3.9863.66.2919,2.2842,2.7036,3.0654,6.9863H18v2h1.8442A29.1625,29.1625,0,0,1,20,16v.4263A11.0554,11.0554,0,0,0,13.79,21H13ZM12,28a4.0045,4.0045,0,0,1-4-4V23h4.7639A10.9033,10.9033,0,0,0,12,27Zm12-9a9.01,9.01,0,0,1-9,9H14V27a9.01,9.01,0,0,1,9-9h1Z"
|
|
2350
2372
|
})), children);
|
|
2351
2373
|
});
|
|
2352
2374
|
if (process.env.NODE_ENV !== "production") {
|
|
2353
2375
|
Corn.propTypes = iconPropTypes;
|
|
2354
2376
|
}
|
|
2355
|
-
const Corner = /*#__PURE__*/React.forwardRef(function Corner(
|
|
2377
|
+
const Corner = /*#__PURE__*/React.forwardRef(function Corner(_ref100, ref) {
|
|
2356
2378
|
let {
|
|
2357
2379
|
children,
|
|
2358
2380
|
size = 16,
|
|
2359
2381
|
...rest
|
|
2360
|
-
} =
|
|
2382
|
+
} = _ref100;
|
|
2361
2383
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2362
2384
|
width: size,
|
|
2363
2385
|
height: size,
|
|
@@ -2366,19 +2388,19 @@ const Corner = /*#__PURE__*/React.forwardRef(function Corner(_ref99, ref) {
|
|
|
2366
2388
|
viewBox: "0 0 32 32",
|
|
2367
2389
|
fill: "currentColor",
|
|
2368
2390
|
...rest
|
|
2369
|
-
},
|
|
2391
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2370
2392
|
d: "M28,9H14V6H6v8H9V28h2V14h3V11H28ZM12,12H8V8h4Z"
|
|
2371
2393
|
})), children);
|
|
2372
2394
|
});
|
|
2373
2395
|
if (process.env.NODE_ENV !== "production") {
|
|
2374
2396
|
Corner.propTypes = iconPropTypes;
|
|
2375
2397
|
}
|
|
2376
|
-
const Coronavirus = /*#__PURE__*/React.forwardRef(function Coronavirus(
|
|
2398
|
+
const Coronavirus = /*#__PURE__*/React.forwardRef(function Coronavirus(_ref101, ref) {
|
|
2377
2399
|
let {
|
|
2378
2400
|
children,
|
|
2379
2401
|
size = 16,
|
|
2380
2402
|
...rest
|
|
2381
|
-
} =
|
|
2403
|
+
} = _ref101;
|
|
2382
2404
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2383
2405
|
width: size,
|
|
2384
2406
|
height: size,
|
|
@@ -2407,19 +2429,19 @@ const Coronavirus = /*#__PURE__*/React.forwardRef(function Coronavirus(_ref100,
|
|
|
2407
2429
|
cx: "11.5",
|
|
2408
2430
|
cy: "16.5",
|
|
2409
2431
|
r: "1.5"
|
|
2410
|
-
})),
|
|
2432
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2411
2433
|
d: "M28,13v2H25.9492a9.9476,9.9476,0,0,0-2.2143-5.3213l1.4367-1.4365,1.4143,1.4145L28,8.2427,23.7578,4l-1.414,1.4141,1.414,1.414-1.437,1.4365A9.9464,9.9464,0,0,0,17,6.0508V4h2V2H13V4h2V6.0508A9.9464,9.9464,0,0,0,9.6792,8.2646L8.2422,6.8281l1.414-1.414L8.2422,4,4,8.2427l1.4141,1.414L6.8284,8.2422,8.2651,9.6787A9.9476,9.9476,0,0,0,6.0508,15H4V13H2v6H4V17H6.0508a9.9476,9.9476,0,0,0,2.2143,5.3213L6.8284,23.7578,5.4141,22.3433,4,23.7573,8.2422,28l1.414-1.4141-1.414-1.414,1.437-1.4365A9.9464,9.9464,0,0,0,15,25.9492V28H13v2h6V28H17V25.9492a9.9464,9.9464,0,0,0,5.3208-2.2138l1.437,1.4365-1.414,1.414L23.7578,28,28,23.7573l-1.4141-1.414-1.4143,1.4145-1.4367-1.4365A9.9476,9.9476,0,0,0,25.9492,17H28v2h2V13ZM16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Z"
|
|
2412
2434
|
})), children);
|
|
2413
2435
|
});
|
|
2414
2436
|
if (process.env.NODE_ENV !== "production") {
|
|
2415
2437
|
Coronavirus.propTypes = iconPropTypes;
|
|
2416
2438
|
}
|
|
2417
|
-
const Cost = /*#__PURE__*/React.forwardRef(function Cost(
|
|
2439
|
+
const Cost = /*#__PURE__*/React.forwardRef(function Cost(_ref102, ref) {
|
|
2418
2440
|
let {
|
|
2419
2441
|
children,
|
|
2420
2442
|
size = 16,
|
|
2421
2443
|
...rest
|
|
2422
|
-
} =
|
|
2444
|
+
} = _ref102;
|
|
2423
2445
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2424
2446
|
width: size,
|
|
2425
2447
|
height: size,
|
|
@@ -2428,21 +2450,21 @@ const Cost = /*#__PURE__*/React.forwardRef(function Cost(_ref101, ref) {
|
|
|
2428
2450
|
viewBox: "0 0 32 32",
|
|
2429
2451
|
fill: "currentColor",
|
|
2430
2452
|
...rest
|
|
2431
|
-
},
|
|
2453
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2432
2454
|
d: "M16,23a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,16,23Zm0-12a5,5,0,1,0,5,5A5.0057,5.0057,0,0,0,16,11Z"
|
|
2433
|
-
})),
|
|
2455
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2434
2456
|
d: "M30,6.4141,28.5859,5l-3.35,3.35A12.0812,12.0812,0,0,0,23.65,6.7637L27,3.4141,25.5859,2,21.9766,5.6094A11.9792,11.9792,0,0,0,5.6094,21.9766L2,25.5859,3.4141,27l3.35-3.35A12.0812,12.0812,0,0,0,8.35,25.2363L5,28.5859,6.4141,30l3.6093-3.6094A11.9792,11.9792,0,0,0,26.3906,10.0234ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
|
|
2435
2457
|
})), children);
|
|
2436
2458
|
});
|
|
2437
2459
|
if (process.env.NODE_ENV !== "production") {
|
|
2438
2460
|
Cost.propTypes = iconPropTypes;
|
|
2439
2461
|
}
|
|
2440
|
-
const CostTotal = /*#__PURE__*/React.forwardRef(function CostTotal(
|
|
2462
|
+
const CostTotal = /*#__PURE__*/React.forwardRef(function CostTotal(_ref103, ref) {
|
|
2441
2463
|
let {
|
|
2442
2464
|
children,
|
|
2443
2465
|
size = 16,
|
|
2444
2466
|
...rest
|
|
2445
|
-
} =
|
|
2467
|
+
} = _ref103;
|
|
2446
2468
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2447
2469
|
width: size,
|
|
2448
2470
|
height: size,
|
|
@@ -2451,21 +2473,21 @@ const CostTotal = /*#__PURE__*/React.forwardRef(function CostTotal(_ref102, ref)
|
|
|
2451
2473
|
viewBox: "0 0 32 32",
|
|
2452
2474
|
fill: "currentColor",
|
|
2453
2475
|
...rest
|
|
2454
|
-
},
|
|
2476
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2455
2477
|
d: "M10 13H22V15H10zM10 18H22V20H10z"
|
|
2456
|
-
})),
|
|
2478
|
+
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2457
2479
|
d: "M30,6.4141,28.5859,5l-3.35,3.35A12.0812,12.0812,0,0,0,23.65,6.7637L27,3.4141,25.5859,2,21.9766,5.6094A11.9792,11.9792,0,0,0,5.6094,21.9766L2,25.5859,3.4141,27l3.35-3.35A12.0812,12.0812,0,0,0,8.35,25.2363L5,28.5859,6.4141,30l3.6093-3.6094A11.9792,11.9792,0,0,0,26.3906,10.0234ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
|
|
2458
2480
|
})), children);
|
|
2459
2481
|
});
|
|
2460
2482
|
if (process.env.NODE_ENV !== "production") {
|
|
2461
2483
|
CostTotal.propTypes = iconPropTypes;
|
|
2462
2484
|
}
|
|
2463
|
-
const Cough = /*#__PURE__*/React.forwardRef(function Cough(
|
|
2485
|
+
const Cough = /*#__PURE__*/React.forwardRef(function Cough(_ref104, ref) {
|
|
2464
2486
|
let {
|
|
2465
2487
|
children,
|
|
2466
2488
|
size = 16,
|
|
2467
2489
|
...rest
|
|
2468
|
-
} =
|
|
2490
|
+
} = _ref104;
|
|
2469
2491
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2470
2492
|
width: size,
|
|
2471
2493
|
height: size,
|
|
@@ -2474,7 +2496,7 @@ const Cough = /*#__PURE__*/React.forwardRef(function Cough(_ref103, ref) {
|
|
|
2474
2496
|
viewBox: "0 0 32 32",
|
|
2475
2497
|
fill: "currentColor",
|
|
2476
2498
|
...rest
|
|
2477
|
-
},
|
|
2499
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2478
2500
|
d: "M26,30H24V27H20a5.0055,5.0055,0,0,1-5-5V20.7207l-2.3162-.772a1,1,0,0,1-.5412-1.4631L15,13.7229V11a9.01,9.01,0,0,1,9-9h5V4H24a7.0078,7.0078,0,0,0-7,7v3a.9991.9991,0,0,1-.1426.5144l-2.3586,3.9312,1.8174.6057A1,1,0,0,1,17,20v2a3.0033,3.0033,0,0,0,3,3h5a1,1,0,0,1,1,1Z"
|
|
2479
2501
|
})), _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
|
|
2480
2502
|
cx: "9",
|
|
@@ -2500,19 +2522,19 @@ const Cough = /*#__PURE__*/React.forwardRef(function Cough(_ref103, ref) {
|
|
|
2500
2522
|
cx: "3",
|
|
2501
2523
|
cy: "23",
|
|
2502
2524
|
r: "1"
|
|
2503
|
-
})),
|
|
2525
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2504
2526
|
d: "M19 12H23V14H19z"
|
|
2505
2527
|
})), children);
|
|
2506
2528
|
});
|
|
2507
2529
|
if (process.env.NODE_ENV !== "production") {
|
|
2508
2530
|
Cough.propTypes = iconPropTypes;
|
|
2509
2531
|
}
|
|
2510
|
-
const Course = /*#__PURE__*/React.forwardRef(function Course(
|
|
2532
|
+
const Course = /*#__PURE__*/React.forwardRef(function Course(_ref105, ref) {
|
|
2511
2533
|
let {
|
|
2512
2534
|
children,
|
|
2513
2535
|
size = 16,
|
|
2514
2536
|
...rest
|
|
2515
|
-
} =
|
|
2537
|
+
} = _ref105;
|
|
2516
2538
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2517
2539
|
width: size,
|
|
2518
2540
|
height: size,
|
|
@@ -2521,19 +2543,19 @@ const Course = /*#__PURE__*/React.forwardRef(function Course(_ref104, ref) {
|
|
|
2521
2543
|
viewBox: "0 0 32 32",
|
|
2522
2544
|
fill: "currentColor",
|
|
2523
2545
|
...rest
|
|
2524
|
-
},
|
|
2546
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2525
2547
|
d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V20.6182l-5-2.5-5,2.5V4H8V28H24V24h2v4A2.0027,2.0027,0,0,1,24,30ZM21,15.8818l3,1.5V4H18V17.3818Z"
|
|
2526
2548
|
})), children);
|
|
2527
2549
|
});
|
|
2528
2550
|
if (process.env.NODE_ENV !== "production") {
|
|
2529
2551
|
Course.propTypes = iconPropTypes;
|
|
2530
2552
|
}
|
|
2531
|
-
const Covariate = /*#__PURE__*/React.forwardRef(function Covariate(
|
|
2553
|
+
const Covariate = /*#__PURE__*/React.forwardRef(function Covariate(_ref106, ref) {
|
|
2532
2554
|
let {
|
|
2533
2555
|
children,
|
|
2534
2556
|
size = 16,
|
|
2535
2557
|
...rest
|
|
2536
|
-
} =
|
|
2558
|
+
} = _ref106;
|
|
2537
2559
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2538
2560
|
width: size,
|
|
2539
2561
|
height: size,
|
|
@@ -2558,19 +2580,19 @@ const Covariate = /*#__PURE__*/React.forwardRef(function Covariate(_ref105, ref)
|
|
|
2558
2580
|
cx: "21",
|
|
2559
2581
|
cy: "18",
|
|
2560
2582
|
r: "2"
|
|
2561
|
-
})),
|
|
2583
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2562
2584
|
d: "M30,3.4141,28.5859,2,4,26.5859V2H2V28a2,2,0,0,0,2,2H30V28H5.4141ZM4,28Z"
|
|
2563
2585
|
})), children);
|
|
2564
2586
|
});
|
|
2565
2587
|
if (process.env.NODE_ENV !== "production") {
|
|
2566
2588
|
Covariate.propTypes = iconPropTypes;
|
|
2567
2589
|
}
|
|
2568
|
-
const Credentials = /*#__PURE__*/React.forwardRef(function Credentials(
|
|
2590
|
+
const Credentials = /*#__PURE__*/React.forwardRef(function Credentials(_ref107, ref) {
|
|
2569
2591
|
let {
|
|
2570
2592
|
children,
|
|
2571
2593
|
size = 16,
|
|
2572
2594
|
...rest
|
|
2573
|
-
} =
|
|
2595
|
+
} = _ref107;
|
|
2574
2596
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2575
2597
|
width: size,
|
|
2576
2598
|
height: size,
|
|
@@ -2579,21 +2601,21 @@ const Credentials = /*#__PURE__*/React.forwardRef(function Credentials(_ref106,
|
|
|
2579
2601
|
viewBox: "0 0 32 32",
|
|
2580
2602
|
fill: "currentColor",
|
|
2581
2603
|
...rest
|
|
2582
|
-
},
|
|
2604
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2583
2605
|
d: "M16 22a4 4 0 10-4-4A4 4 0 0016 22zm0-6a2 2 0 11-2 2A2 2 0 0116 16zM14 6H18V8H14z"
|
|
2584
|
-
})),
|
|
2606
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2585
2607
|
d: "M24,2H8A2.002,2.002,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2H24a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,24,2ZM20,28H12V26a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1Zm2,0V26a3,3,0,0,0-3-3H13a3,3,0,0,0-3,3v2H8V4H24V28Z"
|
|
2586
2608
|
})), children);
|
|
2587
2609
|
});
|
|
2588
2610
|
if (process.env.NODE_ENV !== "production") {
|
|
2589
2611
|
Credentials.propTypes = iconPropTypes;
|
|
2590
2612
|
}
|
|
2591
|
-
const Critical = /*#__PURE__*/React.forwardRef(function Critical(
|
|
2613
|
+
const Critical = /*#__PURE__*/React.forwardRef(function Critical(_ref108, ref) {
|
|
2592
2614
|
let {
|
|
2593
2615
|
children,
|
|
2594
2616
|
size = 16,
|
|
2595
2617
|
...rest
|
|
2596
|
-
} =
|
|
2618
|
+
} = _ref108;
|
|
2597
2619
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
2598
2620
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2599
2621
|
width: size,
|
|
@@ -2603,7 +2625,7 @@ const Critical = /*#__PURE__*/React.forwardRef(function Critical(_ref107, ref) {
|
|
|
2603
2625
|
viewBox: "0 0 16 16",
|
|
2604
2626
|
fill: "currentColor",
|
|
2605
2627
|
...rest
|
|
2606
|
-
},
|
|
2628
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2607
2629
|
d: "M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"
|
|
2608
2630
|
})), children);
|
|
2609
2631
|
}
|
|
@@ -2615,19 +2637,19 @@ const Critical = /*#__PURE__*/React.forwardRef(function Critical(_ref107, ref) {
|
|
|
2615
2637
|
viewBox: "0 0 16 16",
|
|
2616
2638
|
fill: "currentColor",
|
|
2617
2639
|
...rest
|
|
2618
|
-
},
|
|
2640
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2619
2641
|
d: "M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"
|
|
2620
2642
|
})), children);
|
|
2621
2643
|
});
|
|
2622
2644
|
if (process.env.NODE_ENV !== "production") {
|
|
2623
2645
|
Critical.propTypes = iconPropTypes;
|
|
2624
2646
|
}
|
|
2625
|
-
const CriticalSeverity = /*#__PURE__*/React.forwardRef(function CriticalSeverity(
|
|
2647
|
+
const CriticalSeverity = /*#__PURE__*/React.forwardRef(function CriticalSeverity(_ref109, ref) {
|
|
2626
2648
|
let {
|
|
2627
2649
|
children,
|
|
2628
2650
|
size = 16,
|
|
2629
2651
|
...rest
|
|
2630
|
-
} =
|
|
2652
|
+
} = _ref109;
|
|
2631
2653
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
2632
2654
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2633
2655
|
width: size,
|
|
@@ -2637,7 +2659,7 @@ const CriticalSeverity = /*#__PURE__*/React.forwardRef(function CriticalSeverity
|
|
|
2637
2659
|
viewBox: "0 0 16 16",
|
|
2638
2660
|
fill: "currentColor",
|
|
2639
2661
|
...rest
|
|
2640
|
-
},
|
|
2662
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2641
2663
|
d: "M13 13L3 13 3 3 13 13z"
|
|
2642
2664
|
})), children);
|
|
2643
2665
|
}
|
|
@@ -2649,19 +2671,19 @@ const CriticalSeverity = /*#__PURE__*/React.forwardRef(function CriticalSeverity
|
|
|
2649
2671
|
viewBox: "0 0 16 16",
|
|
2650
2672
|
fill: "currentColor",
|
|
2651
2673
|
...rest
|
|
2652
|
-
},
|
|
2674
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2653
2675
|
d: "M13 13L3 13 3 3 13 13z"
|
|
2654
2676
|
})), children);
|
|
2655
2677
|
});
|
|
2656
2678
|
if (process.env.NODE_ENV !== "production") {
|
|
2657
2679
|
CriticalSeverity.propTypes = iconPropTypes;
|
|
2658
2680
|
}
|
|
2659
|
-
const Crop = /*#__PURE__*/React.forwardRef(function Crop(
|
|
2681
|
+
const Crop = /*#__PURE__*/React.forwardRef(function Crop(_ref110, ref) {
|
|
2660
2682
|
let {
|
|
2661
2683
|
children,
|
|
2662
2684
|
size = 16,
|
|
2663
2685
|
...rest
|
|
2664
|
-
} =
|
|
2686
|
+
} = _ref110;
|
|
2665
2687
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2666
2688
|
width: size,
|
|
2667
2689
|
height: size,
|
|
@@ -2670,21 +2692,21 @@ const Crop = /*#__PURE__*/React.forwardRef(function Crop(_ref109, ref) {
|
|
|
2670
2692
|
viewBox: "0 0 32 32",
|
|
2671
2693
|
fill: "currentColor",
|
|
2672
2694
|
...rest
|
|
2673
|
-
},
|
|
2695
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2674
2696
|
d: "M25,20H23V9H12V7H23a2,2,0,0,1,2,2Z"
|
|
2675
|
-
})),
|
|
2697
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2676
2698
|
d: "M9,23V2H7V7H2V9H7V23a2,2,0,0,0,2,2H23v5h2V25h5V23Z"
|
|
2677
2699
|
})), children);
|
|
2678
2700
|
});
|
|
2679
2701
|
if (process.env.NODE_ENV !== "production") {
|
|
2680
2702
|
Crop.propTypes = iconPropTypes;
|
|
2681
2703
|
}
|
|
2682
|
-
const CropGrowth = /*#__PURE__*/React.forwardRef(function CropGrowth(
|
|
2704
|
+
const CropGrowth = /*#__PURE__*/React.forwardRef(function CropGrowth(_ref111, ref) {
|
|
2683
2705
|
let {
|
|
2684
2706
|
children,
|
|
2685
2707
|
size = 16,
|
|
2686
2708
|
...rest
|
|
2687
|
-
} =
|
|
2709
|
+
} = _ref111;
|
|
2688
2710
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2689
2711
|
width: size,
|
|
2690
2712
|
height: size,
|
|
@@ -2693,19 +2715,19 @@ const CropGrowth = /*#__PURE__*/React.forwardRef(function CropGrowth(_ref110, re
|
|
|
2693
2715
|
viewBox: "0 0 32 32",
|
|
2694
2716
|
fill: "currentColor",
|
|
2695
2717
|
...rest
|
|
2696
|
-
},
|
|
2718
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2697
2719
|
d: "M26,13a4.0045,4.0045,0,0,0,4-4V6H27a3.979,3.979,0,0,0-2.7468,1.1064A6.0041,6.0041,0,0,0,19,4H16V7a6.0066,6.0066,0,0,0,6,6h1V26H11V21h1a4.0045,4.0045,0,0,0,4-4V14H13a3.979,3.979,0,0,0-2.7468,1.1064A6.0041,6.0041,0,0,0,5,12H2v3a6.0066,6.0066,0,0,0,6,6H9v5H2v2H30V26H25V13Zm-1-3a2.002,2.002,0,0,1,2-2h1V9a2.002,2.002,0,0,1-2,2H25ZM11,18a2.002,2.002,0,0,1,2-2h1v1a2.002,2.002,0,0,1-2,2H11ZM9,19H8a4.0045,4.0045,0,0,1-4-4V14H5a4.0045,4.0045,0,0,1,4,4Zm14-8H22a4.0045,4.0045,0,0,1-4-4V6h1a4.0045,4.0045,0,0,1,4,4Z"
|
|
2698
2720
|
})), children);
|
|
2699
2721
|
});
|
|
2700
2722
|
if (process.env.NODE_ENV !== "production") {
|
|
2701
2723
|
CropGrowth.propTypes = iconPropTypes;
|
|
2702
2724
|
}
|
|
2703
|
-
const CropHealth = /*#__PURE__*/React.forwardRef(function CropHealth(
|
|
2725
|
+
const CropHealth = /*#__PURE__*/React.forwardRef(function CropHealth(_ref112, ref) {
|
|
2704
2726
|
let {
|
|
2705
2727
|
children,
|
|
2706
2728
|
size = 16,
|
|
2707
2729
|
...rest
|
|
2708
|
-
} =
|
|
2730
|
+
} = _ref112;
|
|
2709
2731
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2710
2732
|
width: size,
|
|
2711
2733
|
height: size,
|
|
@@ -2714,19 +2736,19 @@ const CropHealth = /*#__PURE__*/React.forwardRef(function CropHealth(_ref111, re
|
|
|
2714
2736
|
viewBox: "0 0 32 32",
|
|
2715
2737
|
fill: "currentColor",
|
|
2716
2738
|
...rest
|
|
2717
|
-
},
|
|
2739
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2718
2740
|
d: "M2 28H10V30H2zM17 29a1 1 0 01-.7808-.3752L12.52 24H2V22H13a1 1 0 01.7808.3752l3.146 3.9322 5.2412-7.8621A1 1 0 0123.8 18.4L26.5 22H30v2H26a.9991.9991 0 01-.8-.4l-2.1523-2.8694-5.2159 7.824a.9986.9986 0 01-.7885.4443zM11 16V11h1a4.0045 4.0045 0 004-4V4H13a3.9779 3.9779 0 00-2.7468 1.1067A6.0034 6.0034 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.002 2.002 0 0113 6zM8 9A4.0045 4.0045 0 014 5V4H5A4.0045 4.0045 0 019 8V9z"
|
|
2719
2741
|
})), children);
|
|
2720
2742
|
});
|
|
2721
2743
|
if (process.env.NODE_ENV !== "production") {
|
|
2722
2744
|
CropHealth.propTypes = iconPropTypes;
|
|
2723
2745
|
}
|
|
2724
|
-
const WatsonHealthCrossReference = /*#__PURE__*/React.forwardRef(function WatsonHealthCrossReference(
|
|
2746
|
+
const WatsonHealthCrossReference = /*#__PURE__*/React.forwardRef(function WatsonHealthCrossReference(_ref113, ref) {
|
|
2725
2747
|
let {
|
|
2726
2748
|
children,
|
|
2727
2749
|
size = 16,
|
|
2728
2750
|
...rest
|
|
2729
|
-
} =
|
|
2751
|
+
} = _ref113;
|
|
2730
2752
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2731
2753
|
width: size,
|
|
2732
2754
|
height: size,
|
|
@@ -2735,19 +2757,19 @@ const WatsonHealthCrossReference = /*#__PURE__*/React.forwardRef(function Watson
|
|
|
2735
2757
|
viewBox: "0 0 32 32",
|
|
2736
2758
|
fill: "currentColor",
|
|
2737
2759
|
...rest
|
|
2738
|
-
},
|
|
2760
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2739
2761
|
d: "M11 24H15V26H11zM5 24H9V26H5zM23 24H27V26H23zM17 24H21V26H17zM9 22a4.92 4.92 0 014-2h6a5.22 5.22 0 014 2h2.3A6.87 6.87 0 0019 18H13a6.87 6.87 0 00-6.3 4zM24 28H26V30H24zM6 28H8V30H6zM16 16a7 7 0 117-7A7 7 0 0116 16zM16 4a5 5 0 00-5 5A5 5 0 0021 9 5 5 0 0016 4z"
|
|
2740
2762
|
})), children);
|
|
2741
2763
|
});
|
|
2742
2764
|
if (process.env.NODE_ENV !== "production") {
|
|
2743
2765
|
WatsonHealthCrossReference.propTypes = iconPropTypes;
|
|
2744
2766
|
}
|
|
2745
|
-
const CrossTab = /*#__PURE__*/React.forwardRef(function CrossTab(
|
|
2767
|
+
const CrossTab = /*#__PURE__*/React.forwardRef(function CrossTab(_ref114, ref) {
|
|
2746
2768
|
let {
|
|
2747
2769
|
children,
|
|
2748
2770
|
size = 16,
|
|
2749
2771
|
...rest
|
|
2750
|
-
} =
|
|
2772
|
+
} = _ref114;
|
|
2751
2773
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2752
2774
|
width: size,
|
|
2753
2775
|
height: size,
|
|
@@ -2756,19 +2778,19 @@ const CrossTab = /*#__PURE__*/React.forwardRef(function CrossTab(_ref113, ref) {
|
|
|
2756
2778
|
viewBox: "0 0 32 32",
|
|
2757
2779
|
fill: "currentColor",
|
|
2758
2780
|
...rest
|
|
2759
|
-
},
|
|
2781
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2760
2782
|
d: "M28,2H10A2.0023,2.0023,0,0,0,8,4V7H4A2.0023,2.0023,0,0,0,2,9V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2ZM10,4H28V7H10ZM28,14H20V9h8ZM10,21V16h8v5Zm8,2v5H10V23ZM8,21H4V16H8ZM18,9v5H10V9Zm2,7h8v5H20ZM8,9v5H4V9ZM4,23H8v5H4Zm16,5V23h8v5Z"
|
|
2761
2783
|
})), children);
|
|
2762
2784
|
});
|
|
2763
2785
|
if (process.env.NODE_ENV !== "production") {
|
|
2764
2786
|
CrossTab.propTypes = iconPropTypes;
|
|
2765
2787
|
}
|
|
2766
|
-
const Crossroads = /*#__PURE__*/React.forwardRef(function Crossroads(
|
|
2788
|
+
const Crossroads = /*#__PURE__*/React.forwardRef(function Crossroads(_ref115, ref) {
|
|
2767
2789
|
let {
|
|
2768
2790
|
children,
|
|
2769
2791
|
size = 16,
|
|
2770
2792
|
...rest
|
|
2771
|
-
} =
|
|
2793
|
+
} = _ref115;
|
|
2772
2794
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2773
2795
|
width: size,
|
|
2774
2796
|
height: size,
|
|
@@ -2777,19 +2799,19 @@ const Crossroads = /*#__PURE__*/React.forwardRef(function Crossroads(_ref114, re
|
|
|
2777
2799
|
viewBox: "0 0 32 32",
|
|
2778
2800
|
fill: "currentColor",
|
|
2779
2801
|
...rest
|
|
2780
|
-
},
|
|
2802
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2781
2803
|
d: "M26.5859,6.5859A1.9862,1.9862,0,0,0,25.1719,6H17V2H15V12H6.8281a1.9862,1.9862,0,0,0-1.414.5859L2,16l3.4141,3.4141A1.9862,1.9862,0,0,0,6.8281,20H15V30h2V14h8.1719a1.9862,1.9862,0,0,0,1.414-.5859L30,10ZM6.8281,18l-2-2,2-2H15v4Zm18.3438-6H17V8h8.1719l2,2Z"
|
|
2782
2804
|
})), children);
|
|
2783
2805
|
});
|
|
2784
2806
|
if (process.env.NODE_ENV !== "production") {
|
|
2785
2807
|
Crossroads.propTypes = iconPropTypes;
|
|
2786
2808
|
}
|
|
2787
|
-
const CrowdReport = /*#__PURE__*/React.forwardRef(function CrowdReport(
|
|
2809
|
+
const CrowdReport = /*#__PURE__*/React.forwardRef(function CrowdReport(_ref116, ref) {
|
|
2788
2810
|
let {
|
|
2789
2811
|
children,
|
|
2790
2812
|
size = 16,
|
|
2791
2813
|
...rest
|
|
2792
|
-
} =
|
|
2814
|
+
} = _ref116;
|
|
2793
2815
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2794
2816
|
width: size,
|
|
2795
2817
|
height: size,
|
|
@@ -2798,21 +2820,21 @@ const CrowdReport = /*#__PURE__*/React.forwardRef(function CrowdReport(_ref115,
|
|
|
2798
2820
|
viewBox: "0 0 32 32",
|
|
2799
2821
|
fill: "currentColor",
|
|
2800
2822
|
...rest
|
|
2801
|
-
},
|
|
2823
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2802
2824
|
d: "M16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0021,2.0021,0,0,1-2-2V10a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2v5a2.0021,2.0021,0,0,1-2,2H18.5352Z"
|
|
2803
|
-
})),
|
|
2825
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2804
2826
|
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
|
2805
2827
|
})), children);
|
|
2806
2828
|
});
|
|
2807
2829
|
if (process.env.NODE_ENV !== "production") {
|
|
2808
2830
|
CrowdReport.propTypes = iconPropTypes;
|
|
2809
2831
|
}
|
|
2810
|
-
const CrowdReportFilled = /*#__PURE__*/React.forwardRef(function CrowdReportFilled(
|
|
2832
|
+
const CrowdReportFilled = /*#__PURE__*/React.forwardRef(function CrowdReportFilled(_ref117, ref) {
|
|
2811
2833
|
let {
|
|
2812
2834
|
children,
|
|
2813
2835
|
size = 16,
|
|
2814
2836
|
...rest
|
|
2815
|
-
} =
|
|
2837
|
+
} = _ref117;
|
|
2816
2838
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2817
2839
|
width: size,
|
|
2818
2840
|
height: size,
|
|
@@ -2821,22 +2843,22 @@ const CrowdReportFilled = /*#__PURE__*/React.forwardRef(function CrowdReportFill
|
|
|
2821
2843
|
viewBox: "0 0 32 32",
|
|
2822
2844
|
fill: "currentColor",
|
|
2823
2845
|
...rest
|
|
2824
|
-
},
|
|
2846
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2825
2847
|
fill: "none",
|
|
2826
2848
|
d: "M16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0021,2.0021,0,0,1-2-2V10a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2v5a2.0021,2.0021,0,0,1-2,2H18.5352Z"
|
|
2827
|
-
})),
|
|
2849
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2828
2850
|
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm6,13a2.0023,2.0023,0,0,1-2,2H18.5352L16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0023,2.0023,0,0,1-2-2V10a2.0023,2.0023,0,0,1,2-2h8a2.0023,2.0023,0,0,1,2,2Z"
|
|
2829
2851
|
})), children);
|
|
2830
2852
|
});
|
|
2831
2853
|
if (process.env.NODE_ENV !== "production") {
|
|
2832
2854
|
CrowdReportFilled.propTypes = iconPropTypes;
|
|
2833
2855
|
}
|
|
2834
|
-
const Csv = /*#__PURE__*/React.forwardRef(function Csv(
|
|
2856
|
+
const Csv = /*#__PURE__*/React.forwardRef(function Csv(_ref118, ref) {
|
|
2835
2857
|
let {
|
|
2836
2858
|
children,
|
|
2837
2859
|
size = 16,
|
|
2838
2860
|
...rest
|
|
2839
|
-
} =
|
|
2861
|
+
} = _ref118;
|
|
2840
2862
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2841
2863
|
width: size,
|
|
2842
2864
|
height: size,
|
|
@@ -2845,19 +2867,19 @@ const Csv = /*#__PURE__*/React.forwardRef(function Csv(_ref117, ref) {
|
|
|
2845
2867
|
viewBox: "0 0 32 32",
|
|
2846
2868
|
fill: "currentColor",
|
|
2847
2869
|
...rest
|
|
2848
|
-
},
|
|
2870
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2849
2871
|
d: "M28 9L26 22 24 9 22 9 24.516 23 27.484 23 30 9 28 9zM18 23H12V21h6V17H14a2.002 2.002 0 01-2-2V11a2.002 2.002 0 012-2h6v2H14v4h4a2.002 2.002 0 012 2v4A2.002 2.002 0 0118 23zM10 23H4a2.0023 2.0023 0 01-2-2V11A2.002 2.002 0 014 9h6v2H4V21h6z"
|
|
2850
2872
|
})), children);
|
|
2851
2873
|
});
|
|
2852
2874
|
if (process.env.NODE_ENV !== "production") {
|
|
2853
2875
|
Csv.propTypes = iconPropTypes;
|
|
2854
2876
|
}
|
|
2855
|
-
const QCU1 = /*#__PURE__*/React.forwardRef(function QCU1(
|
|
2877
|
+
const QCU1 = /*#__PURE__*/React.forwardRef(function QCU1(_ref119, ref) {
|
|
2856
2878
|
let {
|
|
2857
2879
|
children,
|
|
2858
2880
|
size = 16,
|
|
2859
2881
|
...rest
|
|
2860
|
-
} =
|
|
2882
|
+
} = _ref119;
|
|
2861
2883
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2862
2884
|
width: size,
|
|
2863
2885
|
height: size,
|
|
@@ -2866,19 +2888,19 @@ const QCU1 = /*#__PURE__*/React.forwardRef(function QCU1(_ref118, ref) {
|
|
|
2866
2888
|
viewBox: "0 0 32 32",
|
|
2867
2889
|
fill: "currentColor",
|
|
2868
2890
|
...rest
|
|
2869
|
-
},
|
|
2891
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2870
2892
|
d: "M10 23H5a2 2 0 01-2-2V15a2 2 0 012-2h5v2H5v6h5zM18 23H14a2 2 0 01-2-2V9h2V21h4V9h2V21A2 2 0 0118 23zM27 21L27 9.01 22 9.01 22 11.01 25 11.01 25 21 22 21 22 23 30 23 30 21 27 21z"
|
|
2871
2893
|
})), children);
|
|
2872
2894
|
});
|
|
2873
2895
|
if (process.env.NODE_ENV !== "production") {
|
|
2874
2896
|
QCU1.propTypes = iconPropTypes;
|
|
2875
2897
|
}
|
|
2876
|
-
const QCU3 = /*#__PURE__*/React.forwardRef(function QCU3(
|
|
2898
|
+
const QCU3 = /*#__PURE__*/React.forwardRef(function QCU3(_ref120, ref) {
|
|
2877
2899
|
let {
|
|
2878
2900
|
children,
|
|
2879
2901
|
size = 16,
|
|
2880
2902
|
...rest
|
|
2881
|
-
} =
|
|
2903
|
+
} = _ref120;
|
|
2882
2904
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2883
2905
|
width: size,
|
|
2884
2906
|
height: size,
|
|
@@ -2887,19 +2909,19 @@ const QCU3 = /*#__PURE__*/React.forwardRef(function QCU3(_ref119, ref) {
|
|
|
2887
2909
|
viewBox: "0 0 32 32",
|
|
2888
2910
|
fill: "currentColor",
|
|
2889
2911
|
...rest
|
|
2890
|
-
},
|
|
2912
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2891
2913
|
d: "M10 23H5a2 2 0 01-2-2V15a2 2 0 012-2h5v2H5v6h5zM18 23H14a2 2 0 01-2-2V9h2V21h4V9h2V21A2 2 0 0118 23zM28 9H22v2h6v4H23v2h5v4H22v2h6a2 2 0 002-2V11A2 2 0 0028 9z"
|
|
2892
2914
|
})), children);
|
|
2893
2915
|
});
|
|
2894
2916
|
if (process.env.NODE_ENV !== "production") {
|
|
2895
2917
|
QCU3.propTypes = iconPropTypes;
|
|
2896
2918
|
}
|
|
2897
|
-
const Cube = /*#__PURE__*/React.forwardRef(function Cube(
|
|
2919
|
+
const Cube = /*#__PURE__*/React.forwardRef(function Cube(_ref121, ref) {
|
|
2898
2920
|
let {
|
|
2899
2921
|
children,
|
|
2900
2922
|
size = 16,
|
|
2901
2923
|
...rest
|
|
2902
|
-
} =
|
|
2924
|
+
} = _ref121;
|
|
2903
2925
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2904
2926
|
width: size,
|
|
2905
2927
|
height: size,
|
|
@@ -2908,19 +2930,19 @@ const Cube = /*#__PURE__*/React.forwardRef(function Cube(_ref120, ref) {
|
|
|
2908
2930
|
viewBox: "0 0 32 32",
|
|
2909
2931
|
fill: "currentColor",
|
|
2910
2932
|
...rest
|
|
2911
|
-
},
|
|
2933
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2912
2934
|
d: "M28.5039,8.1362l-12-7a1,1,0,0,0-1.0078,0l-12,7A1,1,0,0,0,3,9V23a1,1,0,0,0,.4961.8638l12,7a1,1,0,0,0,1.0078,0l12-7A1,1,0,0,0,29,23V9A1,1,0,0,0,28.5039,8.1362ZM16,3.1577,26.0156,9,16,14.8423,5.9844,9ZM5,10.7412l10,5.833V28.2588L5,22.4258ZM17,28.2588V16.5742l10-5.833V22.4258Z"
|
|
2913
2935
|
})), children);
|
|
2914
2936
|
});
|
|
2915
2937
|
if (process.env.NODE_ENV !== "production") {
|
|
2916
2938
|
Cube.propTypes = iconPropTypes;
|
|
2917
2939
|
}
|
|
2918
|
-
const CubeView = /*#__PURE__*/React.forwardRef(function CubeView(
|
|
2940
|
+
const CubeView = /*#__PURE__*/React.forwardRef(function CubeView(_ref122, ref) {
|
|
2919
2941
|
let {
|
|
2920
2942
|
children,
|
|
2921
2943
|
size = 16,
|
|
2922
2944
|
...rest
|
|
2923
|
-
} =
|
|
2945
|
+
} = _ref122;
|
|
2924
2946
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2925
2947
|
width: size,
|
|
2926
2948
|
height: size,
|
|
@@ -2933,21 +2955,21 @@ const CubeView = /*#__PURE__*/React.forwardRef(function CubeView(_ref121, ref) {
|
|
|
2933
2955
|
cx: "16",
|
|
2934
2956
|
cy: "16",
|
|
2935
2957
|
r: "2"
|
|
2936
|
-
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2937
|
-
d: "M23.7769,15.4785A8.64,8.64,0,0,0,16,10a8.64,8.64,0,0,0-7.7769,5.4785L8,16l.2231.5215A8.64,8.64,0,0,0,16,22a8.64,8.64,0,0,0,7.7769-5.4785L24,16ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
|
|
2938
2958
|
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2959
|
+
d: "M23.7769,15.4785A8.64,8.64,0,0,0,16,10a8.64,8.64,0,0,0-7.7769,5.4785L8,16l.2231.5215A8.64,8.64,0,0,0,16,22a8.64,8.64,0,0,0,7.7769-5.4785L24,16ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
|
|
2960
|
+
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2939
2961
|
d: "M28.5039,8.1362l-12-7a1,1,0,0,0-1.0078,0l-12,7A1,1,0,0,0,3,9V23a1,1,0,0,0,.4961.8638l12,7a1,1,0,0,0,1.0078,0l12-7A1,1,0,0,0,29,23V9A1,1,0,0,0,28.5039,8.1362ZM27,22.4258,16,28.8423,5,22.4258V9.5742L16,3.1577,27,9.5742Z"
|
|
2940
2962
|
})), children);
|
|
2941
2963
|
});
|
|
2942
2964
|
if (process.env.NODE_ENV !== "production") {
|
|
2943
2965
|
CubeView.propTypes = iconPropTypes;
|
|
2944
2966
|
}
|
|
2945
|
-
const Currency = /*#__PURE__*/React.forwardRef(function Currency(
|
|
2967
|
+
const Currency = /*#__PURE__*/React.forwardRef(function Currency(_ref123, ref) {
|
|
2946
2968
|
let {
|
|
2947
2969
|
children,
|
|
2948
2970
|
size = 16,
|
|
2949
2971
|
...rest
|
|
2950
|
-
} =
|
|
2972
|
+
} = _ref123;
|
|
2951
2973
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2952
2974
|
width: size,
|
|
2953
2975
|
height: size,
|
|
@@ -2956,37 +2978,16 @@ const Currency = /*#__PURE__*/React.forwardRef(function Currency(_ref122, ref) {
|
|
|
2956
2978
|
viewBox: "0 0 32 32",
|
|
2957
2979
|
fill: "currentColor",
|
|
2958
2980
|
...rest
|
|
2959
|
-
},
|
|
2981
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2960
2982
|
d: "M21,12V10H17V7H15v3H13a2.002,2.002,0,0,0-2,2v3a2.002,2.002,0,0,0,2,2h6v3H11v2h4v3h2V22h2a2.0023,2.0023,0,0,0,2-2V17a2.002,2.002,0,0,0-2-2H13V12Z"
|
|
2961
|
-
})),
|
|
2983
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2962
2984
|
d: "M16,4A12,12,0,1,1,4,16,12.0353,12.0353,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14.0412,14.0412,0,0,0,16,2Z"
|
|
2963
2985
|
})), children);
|
|
2964
2986
|
});
|
|
2965
2987
|
if (process.env.NODE_ENV !== "production") {
|
|
2966
2988
|
Currency.propTypes = iconPropTypes;
|
|
2967
2989
|
}
|
|
2968
|
-
const CurrencyBaht = /*#__PURE__*/React.forwardRef(function CurrencyBaht(
|
|
2969
|
-
let {
|
|
2970
|
-
children,
|
|
2971
|
-
size = 16,
|
|
2972
|
-
...rest
|
|
2973
|
-
} = _ref123;
|
|
2974
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2975
|
-
width: size,
|
|
2976
|
-
height: size,
|
|
2977
|
-
ref: ref,
|
|
2978
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2979
|
-
viewBox: "0 0 32 32",
|
|
2980
|
-
fill: "currentColor",
|
|
2981
|
-
...rest
|
|
2982
|
-
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2983
|
-
d: "M21.4023,15.6426A4.9727,4.9727,0,0,0,23,12V11a5.0059,5.0059,0,0,0-5-5H17V3H15V6H10V26h5v3h2V26h2a5.0059,5.0059,0,0,0,5-5V20A4.9834,4.9834,0,0,0,21.4023,15.6426ZM12,8h6a3.0033,3.0033,0,0,1,3,3v1a3.0033,3.0033,0,0,1-3,3H12ZM22,21a3.0033,3.0033,0,0,1-3,3H12V17h7a3.0033,3.0033,0,0,1,3,3Z"
|
|
2984
|
-
})), children);
|
|
2985
|
-
});
|
|
2986
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2987
|
-
CurrencyBaht.propTypes = iconPropTypes;
|
|
2988
|
-
}
|
|
2989
|
-
const CurrencyDollar = /*#__PURE__*/React.forwardRef(function CurrencyDollar(_ref124, ref) {
|
|
2990
|
+
const CurrencyBaht = /*#__PURE__*/React.forwardRef(function CurrencyBaht(_ref124, ref) {
|
|
2990
2991
|
let {
|
|
2991
2992
|
children,
|
|
2992
2993
|
size = 16,
|
|
@@ -3001,13 +3002,13 @@ const CurrencyDollar = /*#__PURE__*/React.forwardRef(function CurrencyDollar(_re
|
|
|
3001
3002
|
fill: "currentColor",
|
|
3002
3003
|
...rest
|
|
3003
3004
|
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
3004
|
-
d: "
|
|
3005
|
+
d: "M21.4023,15.6426A4.9727,4.9727,0,0,0,23,12V11a5.0059,5.0059,0,0,0-5-5H17V3H15V6H10V26h5v3h2V26h2a5.0059,5.0059,0,0,0,5-5V20A4.9834,4.9834,0,0,0,21.4023,15.6426ZM12,8h6a3.0033,3.0033,0,0,1,3,3v1a3.0033,3.0033,0,0,1-3,3H12ZM22,21a3.0033,3.0033,0,0,1-3,3H12V17h7a3.0033,3.0033,0,0,1,3,3Z"
|
|
3005
3006
|
})), children);
|
|
3006
3007
|
});
|
|
3007
3008
|
if (process.env.NODE_ENV !== "production") {
|
|
3008
|
-
|
|
3009
|
+
CurrencyBaht.propTypes = iconPropTypes;
|
|
3009
3010
|
}
|
|
3010
|
-
const
|
|
3011
|
+
const CurrencyDollar = /*#__PURE__*/React.forwardRef(function CurrencyDollar(_ref125, ref) {
|
|
3011
3012
|
let {
|
|
3012
3013
|
children,
|
|
3013
3014
|
size = 16,
|
|
@@ -3022,11 +3023,11 @@ const CurrencyEuro = /*#__PURE__*/React.forwardRef(function CurrencyEuro(_ref125
|
|
|
3022
3023
|
fill: "currentColor",
|
|
3023
3024
|
...rest
|
|
3024
3025
|
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
3025
|
-
d: "
|
|
3026
|
+
d: "M23,20.5151c0-4.6152-3.78-5.1411-6.8171-5.563-3.31-.4609-5.1829-.86-5.1829-3.71C11,8.8491,13.5071,8,15.6538,8a6.7538,6.7538,0,0,1,5.5681,2.6279l1.5562-1.2558A8.6508,8.6508,0,0,0,17,6.0962V3H15V6.022c-3.6152.2192-6,2.26-6,5.22,0,4.73,3.83,5.2627,6.9075,5.69C19.16,17.3848,21,17.7744,21,20.5151,21,23.5474,17.8674,24,16,24c-3.4294,0-4.8782-.9639-6.2219-2.6279L8.2219,22.6279A8.4382,8.4382,0,0,0,15,25.9648V29h2V25.9551C20.7256,25.6509,23,23.6279,23,20.5151Z"
|
|
3026
3027
|
})), children);
|
|
3027
3028
|
});
|
|
3028
3029
|
if (process.env.NODE_ENV !== "production") {
|
|
3029
|
-
|
|
3030
|
+
CurrencyDollar.propTypes = iconPropTypes;
|
|
3030
3031
|
}
|
|
3031
3032
|
|
|
3032
|
-
export { CicsRegion, CicsRegionAlt, CicsRegionRouting, CicsRegionTarget, CicsWuiRegion, Cicsplex, CircleDash, CircleFill, CircleFilled, CirclePacking, CircleSolid, CircleStroke, Classification, ClassifierLanguage, Clean, Close, CloseFilled, CloseLarge, CloseOutline, ClosedCaption, ClosedCaptionAlt, ClosedCaptionFilled, Cloud, CloudAlerting, CloudApp, CloudAuditing, CloudCeiling, CloudDataOps, CloudDownload, CloudFoundry_1, CloudFoundry_2, CloudLogging, CloudMonitoring, CloudOffline, CloudRegistry, CloudSatellite, CloudSatelliteConfig, CloudSatelliteLink, CloudSatelliteServices, CloudServiceManagement, CloudServices, CloudUpload, Cloudy, Code, CodeHide, CodeReference, CodeSigningService, Cognitive, Collaborate, CollapseAll, CollapseCategories, ColorPalette, ColorSwitch, Column, ColumnDelete, ColumnDependency, ColumnInsert, Commit, CommunicationUnified, Compare, Compass, Concept, ConditionPoint, ConditionWaitPoint, Connect, ConnectRecursive, ConnectReference, ConnectSource, ConnectTarget, ConnectionReceive, ConnectionSend, ConnectionSignal, ConnectionSignalOff, ConnectionTwoWay, Construction, ContainerRegistry, ContainerServices, ContainerSoftware, ContentDeliveryNetwork, ContentView, Continue, ContinueFilled, ContinuousDeployment, ContinuousIntegration, Contrast, ConvertToCloud, Cookie, Copy, CopyFile, CopyLink, Corn, Corner, Coronavirus, Cost, CostTotal, Cough, Course, Covariate, Credentials, Critical, CriticalSeverity, Crop, CropGrowth, CropHealth, CrossTab, Crossroads, CrowdReport, CrowdReportFilled, Csv, Cube, CubeView, Currency, CurrencyBaht, CurrencyDollar,
|
|
3033
|
+
export { CicsRegion, CicsRegionAlt, CicsRegionRouting, CicsRegionTarget, CicsWuiRegion, Cicsplex, CircleDash, CircleFill, CircleFilled, CircleOutline, CirclePacking, CircleSolid, CircleStroke, Classification, ClassifierLanguage, Clean, Close, CloseFilled, CloseLarge, CloseOutline, ClosedCaption, ClosedCaptionAlt, ClosedCaptionFilled, Cloud, CloudAlerting, CloudApp, CloudAuditing, CloudCeiling, CloudDataOps, CloudDownload, CloudFoundry_1, CloudFoundry_2, CloudLogging, CloudMonitoring, CloudOffline, CloudRegistry, CloudSatellite, CloudSatelliteConfig, CloudSatelliteLink, CloudSatelliteServices, CloudServiceManagement, CloudServices, CloudUpload, Cloudy, Code, CodeHide, CodeReference, CodeSigningService, Cognitive, Collaborate, CollapseAll, CollapseCategories, ColorPalette, ColorSwitch, Column, ColumnDelete, ColumnDependency, ColumnInsert, Commit, CommunicationUnified, Compare, Compass, Concept, ConditionPoint, ConditionWaitPoint, Connect, ConnectRecursive, ConnectReference, ConnectSource, ConnectTarget, ConnectionReceive, ConnectionSend, ConnectionSignal, ConnectionSignalOff, ConnectionTwoWay, Construction, ContainerRegistry, ContainerServices, ContainerSoftware, ContentDeliveryNetwork, ContentView, Continue, ContinueFilled, ContinuousDeployment, ContinuousIntegration, Contrast, ConvertToCloud, Cookie, Copy, CopyFile, CopyLink, Corn, Corner, Coronavirus, Cost, CostTotal, Cough, Course, Covariate, Credentials, Critical, CriticalSeverity, Crop, CropGrowth, CropHealth, CrossTab, Crossroads, CrowdReport, CrowdReportFilled, Csv, Cube, CubeView, Currency, CurrencyBaht, CurrencyDollar, QCU1, QCU3, QCircuitComposer, QComposerEdit, WatsonHealthCircleMeasurement, WatsonHealthCobbAngle, WatsonHealthContourDraw, WatsonHealthContourEdit, WatsonHealthContourFinding, WatsonHealthCrossReference };
|