@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-8.js
CHANGED
|
@@ -12,14 +12,37 @@ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
|
12
12
|
import '@carbon/icon-helpers';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var _path, _path2, _circle, _path3, _path4, _circle2, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _switch, _circle3, _circle4, _circle5, _circle6, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _circle7, _circle8, _circle9, _path40, _path41, _circle10, _circle11, _path42, _circle12, _path43, _path44, _path45, _path46, _circle13, _path47, _circle14, _path48, _circle15, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _circle16, _circle17, _path67, _circle18, _circle19, _path68, _path69, _circle20, _circle21, _circle22, _path70, _path71, _circle23, _path72, _circle24, _path73, _circle25, _path74, _circle26, _path75, _path76, _circle27, _path77, _circle28, _path78, _path79, _circle29, _circle30, _circle31, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _circle32, _path92, _circle33, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _circle34, _path129, _path130, _path131, _circle35, _path132, _path133, _path134, _circle36, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _circle37, _path171, _path172, _circle38, _path173, _circle39, _path174, _path175, _circle40, _path176, _circle41, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _circle42, _circle43, _circle44, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _circle45, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _path229, _path230, _path231, _path232, _path233, _path234, _path235, _path236, _path237, _path238, _path239, _path240, _path241, _path242, _circle46, _circle47, _path243;
|
|
16
16
|
const didWarnAboutDeprecation = {};
|
|
17
|
-
const
|
|
17
|
+
const IbmCloudTransitGateway = /*#__PURE__*/React.forwardRef(function IbmCloudTransitGateway(_ref, ref) {
|
|
18
18
|
let {
|
|
19
19
|
children,
|
|
20
20
|
size = 16,
|
|
21
21
|
...rest
|
|
22
22
|
} = _ref;
|
|
23
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
24
|
+
width: size,
|
|
25
|
+
height: size,
|
|
26
|
+
ref: ref,
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
viewBox: "0 0 32 32",
|
|
29
|
+
fill: "currentColor",
|
|
30
|
+
...rest
|
|
31
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
d: "M12.5 7.5l-1.4-1.4 3.5-3.5c.8-.8 2.1-.8 2.8 0l3.5 3.5-1.4 1.4-3.5-3.5-3.5 3.5zM19.5 24.5l1.4 1.4-3.5 3.5c-.8.8-2.1.8-2.8 0l-3.5-3.5 1.4-1.4 3.5 3.5 3.5-3.5zM24.5 12.5l1.4-1.4 3.5 3.5c.8.8.8 2.1 0 2.8l-3.5 3.5-1.4-1.4 3.5-3.5-3.5-3.5zM7.5 19.5l-1.4 1.4-3.5-3.5c-.8-.8-.8-2.1 0-2.8l3.5-3.5 1.4 1.4-3.5 3.5 3.5 3.5z"
|
|
33
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
d: "m26,24c-.2,0-.3,0-.5.1l-6.1-6.1c.8-1.2.8-2.8,0-4l6.1-6.1c.2.1.3.1.5.1,1.1,0,2-.9,2-2s-.9-2-2-2-2,.9-2,2c0,.2,0,.3.1.5l-6.1,6.1c-1.2-.8-2.8-.8-4,0l-6.1-6.1c.1-.2.1-.3.1-.5,0-1.1-.9-2-2-2s-2,.9-2,2,.9,2,2,2c.2,0,.3,0,.5-.1l6.1,6.1c-.8,1.2-.8,2.8,0,4l-6.1,6.1c-.2-.1-.3-.1-.5-.1-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2c0-.2,0-.3-.1-.5l6.1-6.1c1.2.8,2.8.8,4,0l6.1,6.1c0,.2-.1.3-.1.5,0,1.1.9,2,2,2s2-.9,2-2-.9-2-2-2Zm-10-6c-1.1,0-2-.9-2-2s.9-2,2-2,2,.9,2,2-.9,2-2,2Z"
|
|
35
|
+
})), children);
|
|
36
|
+
});
|
|
37
|
+
if (process.env.NODE_ENV !== "production") {
|
|
38
|
+
IbmCloudTransitGateway.propTypes = iconPropTypes;
|
|
39
|
+
}
|
|
40
|
+
const IbmCloudVirtualServerClassic = /*#__PURE__*/React.forwardRef(function IbmCloudVirtualServerClassic(_ref2, ref) {
|
|
41
|
+
let {
|
|
42
|
+
children,
|
|
43
|
+
size = 16,
|
|
44
|
+
...rest
|
|
45
|
+
} = _ref2;
|
|
23
46
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
24
47
|
width: size,
|
|
25
48
|
height: size,
|
|
@@ -29,36 +52,187 @@ const IbmCloudPakData = /*#__PURE__*/React.forwardRef(function IbmCloudPakData(_
|
|
|
29
52
|
fill: "currentColor",
|
|
30
53
|
...rest
|
|
31
54
|
}, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
55
|
+
cx: "9",
|
|
56
|
+
cy: "26",
|
|
57
|
+
r: "1"
|
|
58
|
+
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
59
|
+
d: "m26,22h-5v2h5v4H6v-4h9c1.1,0,2-.9,2-2h0v-9.17l2.59,2.59,1.41-1.42-5-5-5,5,1.41,1.41,2.59-2.58v9.17H6c-1.1,0-2,.9-2,2v4c0,1.1.9,2,2,2h20c1.1,0,2-.9,2-2v-4c0-1.1-.9-2-2-2Z"
|
|
60
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
61
|
+
d: "m23.75,8.05c-.88-3.5-4.08-6.05-7.75-6.05s-6.87,2.55-7.75,6.05c-2.96.37-5.25,2.9-5.25,5.95,0,3.31,2.69,6,6,6h2v-2h-2c-2.21,0-4-1.79-4-4,0-2.19,1.77-3.97,3.95-4l.99.02.12-.88c.43-2.93,2.98-5.14,5.94-5.14s5.51,2.21,5.93,5.15l.12.88.88-.02.13-.01c2.18.03,3.94,1.81,3.94,4,0,2.21-1.79,4-4,4h-2v2h2c3.31,0,6-2.69,6-6,0-3.05-2.29-5.58-5.25-5.95Z"
|
|
62
|
+
})), children);
|
|
63
|
+
});
|
|
64
|
+
if (process.env.NODE_ENV !== "production") {
|
|
65
|
+
IbmCloudVirtualServerClassic.propTypes = iconPropTypes;
|
|
66
|
+
}
|
|
67
|
+
const IbmCloudVirtualServerVpc = /*#__PURE__*/React.forwardRef(function IbmCloudVirtualServerVpc(_ref3, ref) {
|
|
68
|
+
let {
|
|
69
|
+
children,
|
|
70
|
+
size = 16,
|
|
71
|
+
...rest
|
|
72
|
+
} = _ref3;
|
|
73
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
74
|
+
width: size,
|
|
75
|
+
height: size,
|
|
76
|
+
ref: ref,
|
|
77
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
78
|
+
viewBox: "0 0 32 32",
|
|
79
|
+
fill: "currentColor",
|
|
80
|
+
...rest
|
|
81
|
+
}, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
82
|
+
cx: "8",
|
|
83
|
+
cy: "26",
|
|
84
|
+
r: "1"
|
|
85
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
86
|
+
d: "M5 30h22c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2zm0-6h22v4H5v-4zM23 20h-14c-3.31 0-6-2.69-6-6 0-3.05 2.29-5.58 5.25-5.95.88-3.5 4.08-6.05 7.75-6.05s6.87 2.55 7.75 6.05c2.96.37 5.25 2.9 5.25 5.95 0 3.31-2.69 6-6 6zm-14.05-10c-2.18.03-3.95 1.81-3.95 4 0 2.21 1.79 4 4 4h14c2.21 0 4-1.79 4-4 0-2.19-1.76-3.97-3.94-4l-.12.01-.88.02-.12-.88c-.43-2.94-2.98-5.15-5.94-5.15s-5.51 2.21-5.93 5.15l-.12.88-1-.03z"
|
|
87
|
+
})), children);
|
|
88
|
+
});
|
|
89
|
+
if (process.env.NODE_ENV !== "production") {
|
|
90
|
+
IbmCloudVirtualServerVpc.propTypes = iconPropTypes;
|
|
91
|
+
}
|
|
92
|
+
const IbmCloudVpc = /*#__PURE__*/React.forwardRef(function IbmCloudVpc(_ref4, ref) {
|
|
93
|
+
let {
|
|
94
|
+
children,
|
|
95
|
+
size = 16,
|
|
96
|
+
...rest
|
|
97
|
+
} = _ref4;
|
|
98
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
99
|
+
width: size,
|
|
100
|
+
height: size,
|
|
101
|
+
ref: ref,
|
|
102
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
103
|
+
viewBox: "0 0 32 32",
|
|
104
|
+
fill: "currentColor",
|
|
105
|
+
...rest
|
|
106
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
107
|
+
d: "m23.4141,22l-13.4141-13.4141V2H2v8h6.5859l13.4141,13.4141v6.5859h8v-8h-6.5859ZM8,8h-4V4h4v4Zm20,20h-4v-4h4v4Z"
|
|
108
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
109
|
+
d: "M30 6c0-2.2056-1.7944-4-4-4-1.8584 0-3.4106 1.2798-3.8579 3h-9.1421v2h9.1421c.3638 1.3989 1.4592 2.4941 2.8579 2.8579v9.1421h2v-9.1421c1.7202-.4473 3-1.9995 3-3.8579zm-4 2c-1.103 0-2-.8975-2-2s.897-2 2-2 2 .8975 2 2-.897 2-2 2zM19 25h-9.1421c-.3638-1.3989-1.4592-2.4941-2.8579-2.8579v-9.1421h-2v9.1421c-1.7202.4473-3 1.9995-3 3.8579 0 2.2056 1.7944 4 4 4 1.8584 0 3.4106-1.2798 3.8579-3h9.1421v-2zm-13 3c-1.103 0-2-.8975-2-2s.897-2 2-2 2 .8975 2 2-.897 2-2 2z"
|
|
110
|
+
})), children);
|
|
111
|
+
});
|
|
112
|
+
if (process.env.NODE_ENV !== "production") {
|
|
113
|
+
IbmCloudVpc.propTypes = iconPropTypes;
|
|
114
|
+
}
|
|
115
|
+
const IbmCloudVpcEndpoints = /*#__PURE__*/React.forwardRef(function IbmCloudVpcEndpoints(_ref5, ref) {
|
|
116
|
+
let {
|
|
117
|
+
children,
|
|
118
|
+
size = 16,
|
|
119
|
+
...rest
|
|
120
|
+
} = _ref5;
|
|
121
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
122
|
+
width: size,
|
|
123
|
+
height: size,
|
|
124
|
+
ref: ref,
|
|
125
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
126
|
+
viewBox: "0 0 32 32",
|
|
127
|
+
fill: "currentColor",
|
|
128
|
+
...rest
|
|
129
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
130
|
+
d: "M20,27H7a2.0059,2.0059,0,0,1-2-2V12H7V25H20Z"
|
|
131
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
132
|
+
d: "M23.4,22l-4-4a3.6057,3.6057,0,0,0,.6-2,4.0118,4.0118,0,0,0-4-4,3.6057,3.6057,0,0,0-2,.6l-4-4V2H2v8H8.6l4,4a3.6057,3.6057,0,0,0-.6,2,4.0118,4.0118,0,0,0,4,4,3.6057,3.6057,0,0,0,2-.6l4,4V30h8V22ZM8,8H4V4H8Zm8,10a2,2,0,1,1,2-2A2.0059,2.0059,0,0,1,16,18ZM28,28H24V24h4Z"
|
|
133
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
134
|
+
d: "M25,20h2V7a2.0059,2.0059,0,0,0-2-2H12V7H25Z"
|
|
135
|
+
})), children);
|
|
136
|
+
});
|
|
137
|
+
if (process.env.NODE_ENV !== "production") {
|
|
138
|
+
IbmCloudVpcEndpoints.propTypes = iconPropTypes;
|
|
139
|
+
}
|
|
140
|
+
const IbmCloudPakApplications = /*#__PURE__*/React.forwardRef(function IbmCloudPakApplications(_ref6, ref) {
|
|
141
|
+
let {
|
|
142
|
+
children,
|
|
143
|
+
size = 16,
|
|
144
|
+
...rest
|
|
145
|
+
} = _ref6;
|
|
146
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
147
|
+
width: size,
|
|
148
|
+
height: size,
|
|
149
|
+
ref: ref,
|
|
150
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
151
|
+
viewBox: "0 0 32 32",
|
|
152
|
+
fill: "currentColor",
|
|
153
|
+
...rest
|
|
154
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
155
|
+
d: "M21,22H15a2.0023,2.0023,0,0,1-2-2V16a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,21,22Zm-6-6v4h6V16Z"
|
|
156
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
157
|
+
d: "M11,17H9V12a2.0023,2.0023,0,0,1,2-2h6v2H11Z"
|
|
158
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
159
|
+
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"
|
|
160
|
+
})), children);
|
|
161
|
+
});
|
|
162
|
+
if (process.env.NODE_ENV !== "production") {
|
|
163
|
+
IbmCloudPakApplications.propTypes = iconPropTypes;
|
|
164
|
+
}
|
|
165
|
+
const IbmCloudPakBusinessAutomation = /*#__PURE__*/React.forwardRef(function IbmCloudPakBusinessAutomation(_ref7, ref) {
|
|
166
|
+
let {
|
|
167
|
+
children,
|
|
168
|
+
size = 16,
|
|
169
|
+
...rest
|
|
170
|
+
} = _ref7;
|
|
171
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
172
|
+
width: size,
|
|
173
|
+
height: size,
|
|
174
|
+
ref: ref,
|
|
175
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
176
|
+
viewBox: "0 0 32 32",
|
|
177
|
+
fill: "currentColor",
|
|
178
|
+
...rest
|
|
179
|
+
}, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
180
|
+
d: "M25 16c0-1.5-1.2-2.8-2.7-3-1.1-2.4-3.5-4-6.3-4-.2 0-.5 0-.7.1C14.7 8.4 13.9 8 13 8c-1.7 0-3 1.3-3 3 0 .4.1.7.2 1.1C9.4 13.2 9 14.5 9 16s.4 2.8 1.2 3.9c-.1.4-.2.7-.2 1.1 0 1.7 1.3 3 3 3 .9 0 1.7-.4 2.3-1.1.2 0 .5.1.7.1 2.8 0 5.2-1.7 6.3-4 1.5-.2 2.7-1.5 2.7-3zm-12-6c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zm0 12c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm3-1c0-1.7-1.3-3-3-3-.5 0-1 .1-1.4.4-.4-.7-.6-1.5-.6-2.4s.2-1.7.6-2.4c.4.3.9.4 1.4.4 1.7 0 3-1.3 3-3 1.9 0 3.4 1 4.3 2.5-.8.6-1.3 1.5-1.3 2.5s.5 1.9 1.3 2.5C19.4 20 17.9 21 16 21zm6-4c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1z"
|
|
181
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
182
|
+
d: "M16 31c-.2 0-.3 0-.5-.1l-12-7c-.3-.2-.5-.5-.5-.9V9c0-.4.2-.7.5-.9l12-7c.3-.2.7-.2 1 0l12 7-1 1.7L16 3.2 5 9.6v12.9l11 6.4 11-6.4V15h2v8c0 .4-.2.7-.5.9l-12 7c-.2.1-.3.1-.5.1z"
|
|
183
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
184
|
+
fill: "none",
|
|
185
|
+
d: "M0 0h32v32H0z"
|
|
186
|
+
})))), children);
|
|
187
|
+
});
|
|
188
|
+
if (process.env.NODE_ENV !== "production") {
|
|
189
|
+
IbmCloudPakBusinessAutomation.propTypes = iconPropTypes;
|
|
190
|
+
}
|
|
191
|
+
const IbmCloudPakData = /*#__PURE__*/React.forwardRef(function IbmCloudPakData(_ref8, ref) {
|
|
192
|
+
let {
|
|
193
|
+
children,
|
|
194
|
+
size = 16,
|
|
195
|
+
...rest
|
|
196
|
+
} = _ref8;
|
|
197
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
198
|
+
width: size,
|
|
199
|
+
height: size,
|
|
200
|
+
ref: ref,
|
|
201
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
202
|
+
viewBox: "0 0 32 32",
|
|
203
|
+
fill: "currentColor",
|
|
204
|
+
...rest
|
|
205
|
+
}, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
32
206
|
cx: "23",
|
|
33
207
|
cy: "15",
|
|
34
208
|
r: "1"
|
|
35
|
-
})),
|
|
209
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
36
210
|
cx: "8",
|
|
37
211
|
cy: "15",
|
|
38
212
|
r: "1"
|
|
39
|
-
})),
|
|
213
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
40
214
|
cx: "21",
|
|
41
215
|
cy: "10",
|
|
42
216
|
r: "1"
|
|
43
|
-
})),
|
|
217
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
44
218
|
cx: "15",
|
|
45
219
|
cy: "23",
|
|
46
220
|
r: "1"
|
|
47
|
-
})),
|
|
221
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
48
222
|
d: "M21,19a1.9822,1.9822,0,0,0-.5116.0743L18.707,17.293l-.0257.0257A2.9642,2.9642,0,0,0,19,16a3.0033,3.0033,0,0,0-3-3,2.9642,2.9642,0,0,0-1.3187.3187l.0257-.0257-1.7813-1.7814a2.0345,2.0345,0,1,0-1.4141,1.4141L13.293,14.707l.0258-.0258A2.9634,2.9634,0,0,0,13,16a3.0033,3.0033,0,0,0,3,3,2.9634,2.9634,0,0,0,1.3188-.3188l-.0258.0258,1.7813,1.7814A1.9956,1.9956,0,1,0,21,19Zm-5-2a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,17Z"
|
|
49
|
-
})),
|
|
223
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
50
224
|
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"
|
|
51
225
|
})), children);
|
|
52
226
|
});
|
|
53
227
|
if (process.env.NODE_ENV !== "production") {
|
|
54
228
|
IbmCloudPakData.propTypes = iconPropTypes;
|
|
55
229
|
}
|
|
56
|
-
const IbmCloudPakIntegration = /*#__PURE__*/React.forwardRef(function IbmCloudPakIntegration(
|
|
230
|
+
const IbmCloudPakIntegration = /*#__PURE__*/React.forwardRef(function IbmCloudPakIntegration(_ref9, ref) {
|
|
57
231
|
let {
|
|
58
232
|
children,
|
|
59
233
|
size = 16,
|
|
60
234
|
...rest
|
|
61
|
-
} =
|
|
235
|
+
} = _ref9;
|
|
62
236
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
63
237
|
width: size,
|
|
64
238
|
height: size,
|
|
@@ -67,23 +241,23 @@ const IbmCloudPakIntegration = /*#__PURE__*/React.forwardRef(function IbmCloudPa
|
|
|
67
241
|
viewBox: "0 0 32 32",
|
|
68
242
|
fill: "currentColor",
|
|
69
243
|
...rest
|
|
70
|
-
},
|
|
244
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
71
245
|
d: "M22.1213 9.8787a3 3 0 00-4.2426 0l-.4645.4644 1.4142 1.4142.4645-.4645a1 1 0 011.4142 1.4144L17.4142 16l1.4143 1.4142 3.2928-3.2929A3 3 0 0022.1213 9.8787zM12.7071 20.7072a1 1 0 01-1.4142-1.4144L14.5858 16l-1.4142-1.4142L9.8787 17.8787a3 3 0 104.2426 4.2426l.4645-.4644-1.4142-1.4143zM14.1213 9.8787a3 3 0 00-4.2426 4.2426l.4645.4645 1.4142-1.4142-.4645-.4645a1 1 0 011.4142-1.4143L16 14.5858l1.4142-1.4143z"
|
|
72
|
-
})),
|
|
246
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
73
247
|
d: "M22.1213,17.8787l-.4645-.4645-1.4141,1.4142.4644.4645a1,1,0,0,1-1.4142,1.4143L16,17.4142l-1.4142,1.4142,3.2929,3.2929a3,3,0,0,0,4.2426-4.2426Z"
|
|
74
|
-
})),
|
|
248
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
75
249
|
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"
|
|
76
250
|
})), children);
|
|
77
251
|
});
|
|
78
252
|
if (process.env.NODE_ENV !== "production") {
|
|
79
253
|
IbmCloudPakIntegration.propTypes = iconPropTypes;
|
|
80
254
|
}
|
|
81
|
-
const IbmCloudPakMantaAutomatedDataLineage = /*#__PURE__*/React.forwardRef(function IbmCloudPakMantaAutomatedDataLineage(
|
|
255
|
+
const IbmCloudPakMantaAutomatedDataLineage = /*#__PURE__*/React.forwardRef(function IbmCloudPakMantaAutomatedDataLineage(_ref10, ref) {
|
|
82
256
|
let {
|
|
83
257
|
children,
|
|
84
258
|
size = 16,
|
|
85
259
|
...rest
|
|
86
|
-
} =
|
|
260
|
+
} = _ref10;
|
|
87
261
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
88
262
|
width: size,
|
|
89
263
|
height: size,
|
|
@@ -92,19 +266,19 @@ const IbmCloudPakMantaAutomatedDataLineage = /*#__PURE__*/React.forwardRef(funct
|
|
|
92
266
|
viewBox: "0 0 32 32",
|
|
93
267
|
fill: "currentColor",
|
|
94
268
|
...rest
|
|
95
|
-
},
|
|
269
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
96
270
|
d: "M30,11V5H24V7H14V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4v8a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V9a3.0033,3.0033,0,0,1,3,3v9H11V19H5v6h6V23h6v2a2.0025,2.0025,0,0,0,2,2h5v2h6V23H24v2H19V18h5v2h6V14H24v2H19V12a4.9521,4.9521,0,0,0-1.0254-3H24v2ZM4,12V4h8v8ZM9,23H7V21H9Zm17,2h2v2H26Zm0-9h2v2H26Zm0-9h2V9H26Z"
|
|
97
271
|
})), children);
|
|
98
272
|
});
|
|
99
273
|
if (process.env.NODE_ENV !== "production") {
|
|
100
274
|
IbmCloudPakMantaAutomatedDataLineage.propTypes = iconPropTypes;
|
|
101
275
|
}
|
|
102
|
-
const IbmCloudPakMulticloudMgmt = /*#__PURE__*/React.forwardRef(function IbmCloudPakMulticloudMgmt(
|
|
276
|
+
const IbmCloudPakMulticloudMgmt = /*#__PURE__*/React.forwardRef(function IbmCloudPakMulticloudMgmt(_ref11, ref) {
|
|
103
277
|
let {
|
|
104
278
|
children,
|
|
105
279
|
size = 16,
|
|
106
280
|
...rest
|
|
107
|
-
} =
|
|
281
|
+
} = _ref11;
|
|
108
282
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
109
283
|
width: size,
|
|
110
284
|
height: size,
|
|
@@ -113,21 +287,21 @@ const IbmCloudPakMulticloudMgmt = /*#__PURE__*/React.forwardRef(function IbmClou
|
|
|
113
287
|
viewBox: "0 0 32 32",
|
|
114
288
|
fill: "currentColor",
|
|
115
289
|
...rest
|
|
116
|
-
},
|
|
290
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
117
291
|
d: "M21,19a1.9822,1.9822,0,0,0-.5116.0743L18.707,17.293l-.0257.0257a2.8876,2.8876,0,0,0,0-2.6374l.0257.0257,1.7814-1.7813a2.0345,2.0345,0,1,0-1.4141-1.4141L17.293,13.293l.0257.0257a2.8876,2.8876,0,0,0-2.6374,0l.0257-.0257-1.7813-1.7814a2.0345,2.0345,0,1,0-1.4141,1.4141L13.293,14.707l.0258-.0258a2.8872,2.8872,0,0,0,0,2.6376l-.0258-.0258-1.7814,1.7813a2.0345,2.0345,0,1,0,1.4141,1.4141L14.707,18.707l-.0258-.0258a2.8872,2.8872,0,0,0,2.6376,0l-.0258.0258,1.7813,1.7814A1.9956,1.9956,0,1,0,21,19Zm-5-2a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,16,17Z"
|
|
118
|
-
})),
|
|
292
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
119
293
|
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"
|
|
120
294
|
})), children);
|
|
121
295
|
});
|
|
122
296
|
if (process.env.NODE_ENV !== "production") {
|
|
123
297
|
IbmCloudPakMulticloudMgmt.propTypes = iconPropTypes;
|
|
124
298
|
}
|
|
125
|
-
const IbmCloudPakNetezza = /*#__PURE__*/React.forwardRef(function IbmCloudPakNetezza(
|
|
299
|
+
const IbmCloudPakNetezza = /*#__PURE__*/React.forwardRef(function IbmCloudPakNetezza(_ref12, ref) {
|
|
126
300
|
let {
|
|
127
301
|
children,
|
|
128
302
|
size = 16,
|
|
129
303
|
...rest
|
|
130
|
-
} =
|
|
304
|
+
} = _ref12;
|
|
131
305
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
132
306
|
width: size,
|
|
133
307
|
height: size,
|
|
@@ -136,21 +310,21 @@ const IbmCloudPakNetezza = /*#__PURE__*/React.forwardRef(function IbmCloudPakNet
|
|
|
136
310
|
viewBox: "0 0 32 32",
|
|
137
311
|
fill: "currentColor",
|
|
138
312
|
...rest
|
|
139
|
-
},
|
|
313
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
140
314
|
d: "M19 10L19 19.2 13.5 10 11 10 11 22 13 22 13 12.8 18.5 22 21 22 21 10z"
|
|
141
|
-
})),
|
|
315
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
142
316
|
d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2s14,6.3,14,14S23.7,30,16,30z M16,4C9.4,4,4,9.4,4,16s5.4,12,12,12s12-5.4,12-12 S22.6,4,16,4z"
|
|
143
317
|
})), children);
|
|
144
318
|
});
|
|
145
319
|
if (process.env.NODE_ENV !== "production") {
|
|
146
320
|
IbmCloudPakNetezza.propTypes = iconPropTypes;
|
|
147
321
|
}
|
|
148
|
-
const IbmCloudPakNetworkAutomation = /*#__PURE__*/React.forwardRef(function IbmCloudPakNetworkAutomation(
|
|
322
|
+
const IbmCloudPakNetworkAutomation = /*#__PURE__*/React.forwardRef(function IbmCloudPakNetworkAutomation(_ref13, ref) {
|
|
149
323
|
let {
|
|
150
324
|
children,
|
|
151
325
|
size = 16,
|
|
152
326
|
...rest
|
|
153
|
-
} =
|
|
327
|
+
} = _ref13;
|
|
154
328
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
155
329
|
width: size,
|
|
156
330
|
height: size,
|
|
@@ -159,25 +333,25 @@ const IbmCloudPakNetworkAutomation = /*#__PURE__*/React.forwardRef(function IbmC
|
|
|
159
333
|
viewBox: "0 0 32 32",
|
|
160
334
|
fill: "currentColor",
|
|
161
335
|
...rest
|
|
162
|
-
},
|
|
336
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
163
337
|
d: "M22.3638,21.364,20.95,19.95a6.9993,6.9993,0,0,0,0-9.899L22.3638,8.636a9,9,0,0,1,0,12.728Z"
|
|
164
|
-
})),
|
|
338
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
165
339
|
d: "M19.5356 18.5354l-1.414-1.4141a3.0039 3.0039 0 000-4.2426l1.414-1.4141A5.0048 5.0048 0 0119.5356 18.5354zM17 26H15V15a1 1 0 011-1h0a1 1 0 011 1zM12.4644 18.5354a5.0048 5.0048 0 010-7.0708l1.414 1.4141a3.0039 3.0039 0 000 4.2426z"
|
|
166
|
-
})),
|
|
340
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
167
341
|
d: "M9.6362,21.364a9,9,0,0,1,0-12.728L11.05,10.0505a6.9993,6.9993,0,0,0,0,9.899Z"
|
|
168
|
-
})),
|
|
342
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
169
343
|
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"
|
|
170
344
|
})), children);
|
|
171
345
|
});
|
|
172
346
|
if (process.env.NODE_ENV !== "production") {
|
|
173
347
|
IbmCloudPakNetworkAutomation.propTypes = iconPropTypes;
|
|
174
348
|
}
|
|
175
|
-
const IbmCloudPakSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudPakSecurity(
|
|
349
|
+
const IbmCloudPakSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudPakSecurity(_ref14, ref) {
|
|
176
350
|
let {
|
|
177
351
|
children,
|
|
178
352
|
size = 16,
|
|
179
353
|
...rest
|
|
180
|
-
} =
|
|
354
|
+
} = _ref14;
|
|
181
355
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
182
356
|
width: size,
|
|
183
357
|
height: size,
|
|
@@ -186,21 +360,21 @@ const IbmCloudPakSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudPakSe
|
|
|
186
360
|
viewBox: "0 0 32 32",
|
|
187
361
|
fill: "currentColor",
|
|
188
362
|
...rest
|
|
189
|
-
},
|
|
363
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
190
364
|
d: "M16,23.7285a6.0069,6.0069,0,0,1-6-6v-6.457l6-3,6,3v6.457A6.0069,6.0069,0,0,1,16,23.7285ZM12,12.5073v5.2212a4,4,0,0,0,8,0V12.5073l-4-2Z"
|
|
191
|
-
})),
|
|
365
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
192
366
|
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"
|
|
193
367
|
})), children);
|
|
194
368
|
});
|
|
195
369
|
if (process.env.NODE_ENV !== "production") {
|
|
196
370
|
IbmCloudPakSecurity.propTypes = iconPropTypes;
|
|
197
371
|
}
|
|
198
|
-
const IbmCloudPakSystem = /*#__PURE__*/React.forwardRef(function IbmCloudPakSystem(
|
|
372
|
+
const IbmCloudPakSystem = /*#__PURE__*/React.forwardRef(function IbmCloudPakSystem(_ref15, ref) {
|
|
199
373
|
let {
|
|
200
374
|
children,
|
|
201
375
|
size = 16,
|
|
202
376
|
...rest
|
|
203
|
-
} =
|
|
377
|
+
} = _ref15;
|
|
204
378
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
205
379
|
width: size,
|
|
206
380
|
height: size,
|
|
@@ -209,27 +383,27 @@ const IbmCloudPakSystem = /*#__PURE__*/React.forwardRef(function IbmCloudPakSyst
|
|
|
209
383
|
viewBox: "0 0 32 32",
|
|
210
384
|
fill: "currentColor",
|
|
211
385
|
...rest
|
|
212
|
-
},
|
|
386
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
213
387
|
d: "M15 11.671H17V15.328H15z",
|
|
214
388
|
transform: "rotate(-45 16 13.5)"
|
|
215
|
-
})),
|
|
389
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
216
390
|
d: "M15 16.672H17V20.329H15z",
|
|
217
391
|
transform: "rotate(-45 16 18.5)"
|
|
218
|
-
})),
|
|
392
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
219
393
|
d: "M19,24H13a2.0023,2.0023,0,0,1-2-2V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2V22A2.0023,2.0023,0,0,1,19,24ZM13,10V22h6.0012L19,10Z"
|
|
220
|
-
})),
|
|
394
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
221
395
|
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"
|
|
222
396
|
})), children);
|
|
223
397
|
});
|
|
224
398
|
if (process.env.NODE_ENV !== "production") {
|
|
225
399
|
IbmCloudPakSystem.propTypes = iconPropTypes;
|
|
226
400
|
}
|
|
227
|
-
const IbmCloudPakWatsonAiops = /*#__PURE__*/React.forwardRef(function IbmCloudPakWatsonAiops(
|
|
401
|
+
const IbmCloudPakWatsonAiops = /*#__PURE__*/React.forwardRef(function IbmCloudPakWatsonAiops(_ref16, ref) {
|
|
228
402
|
let {
|
|
229
403
|
children,
|
|
230
404
|
size = 16,
|
|
231
405
|
...rest
|
|
232
|
-
} =
|
|
406
|
+
} = _ref16;
|
|
233
407
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
234
408
|
width: size,
|
|
235
409
|
height: size,
|
|
@@ -238,21 +412,21 @@ const IbmCloudPakWatsonAiops = /*#__PURE__*/React.forwardRef(function IbmCloudPa
|
|
|
238
412
|
viewBox: "0 0 32 32",
|
|
239
413
|
fill: "currentColor",
|
|
240
414
|
...rest
|
|
241
|
-
},
|
|
415
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
242
416
|
d: "M14,24a1,1,0,0,1-.9614-.7253L11.2456,17H8V15h4a1,1,0,0,1,.9614.7253L14,19.36,17.0386,8.7253a1,1,0,0,1,1.9228,0L20.7544,15H24v2H20a1,1,0,0,1-.9614-.7253L18,12.64,14.9614,23.2747A1,1,0,0,1,14,24Z"
|
|
243
|
-
})),
|
|
417
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
244
418
|
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"
|
|
245
419
|
})), children);
|
|
246
420
|
});
|
|
247
421
|
if (process.env.NODE_ENV !== "production") {
|
|
248
422
|
IbmCloudPakWatsonAiops.propTypes = iconPropTypes;
|
|
249
423
|
}
|
|
250
|
-
const IbmSecurity = /*#__PURE__*/React.forwardRef(function IbmSecurity(
|
|
424
|
+
const IbmSecurity = /*#__PURE__*/React.forwardRef(function IbmSecurity(_ref17, ref) {
|
|
251
425
|
let {
|
|
252
426
|
children,
|
|
253
427
|
size = 16,
|
|
254
428
|
...rest
|
|
255
|
-
} =
|
|
429
|
+
} = _ref17;
|
|
256
430
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
257
431
|
width: size,
|
|
258
432
|
height: size,
|
|
@@ -261,19 +435,19 @@ const IbmSecurity = /*#__PURE__*/React.forwardRef(function IbmSecurity(_ref10, r
|
|
|
261
435
|
viewBox: "0 0 32 32",
|
|
262
436
|
fill: "currentColor",
|
|
263
437
|
...rest
|
|
264
|
-
},
|
|
438
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
265
439
|
d: "M16,.0005,4,5.9784V20.0443a12,12,0,0,0,24,0V5.9784Zm6.83,27.3138L16,23.9119V26.14l5.0361,2.5088A10.0025,10.0025,0,0,1,6,20.0443V7.21L16,2.2284,26,7.21v3.75L16,5.9783V8.2062l10,4.9816v3.75L16,11.9562v2.2279l10,4.9815v.8787a9.9045,9.9045,0,0,1-.37,2.6871L16,17.934v2.2279l8.8952,4.4313A10.0252,10.0252,0,0,1,22.83,27.3143Z"
|
|
266
440
|
})), children);
|
|
267
441
|
});
|
|
268
442
|
if (process.env.NODE_ENV !== "production") {
|
|
269
443
|
IbmSecurity.propTypes = iconPropTypes;
|
|
270
444
|
}
|
|
271
|
-
const IbmSecurityServices = /*#__PURE__*/React.forwardRef(function IbmSecurityServices(
|
|
445
|
+
const IbmSecurityServices = /*#__PURE__*/React.forwardRef(function IbmSecurityServices(_ref18, ref) {
|
|
272
446
|
let {
|
|
273
447
|
children,
|
|
274
448
|
size = 16,
|
|
275
449
|
...rest
|
|
276
|
-
} =
|
|
450
|
+
} = _ref18;
|
|
277
451
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
278
452
|
width: size,
|
|
279
453
|
height: size,
|
|
@@ -282,21 +456,21 @@ const IbmSecurityServices = /*#__PURE__*/React.forwardRef(function IbmSecuritySe
|
|
|
282
456
|
viewBox: "0 0 32 32",
|
|
283
457
|
fill: "currentColor",
|
|
284
458
|
...rest
|
|
285
|
-
},
|
|
459
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
286
460
|
d: "M26,20a2.97,2.97,0,0,0-1.8551.6607L22,19.4224V17.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,16,20a3.02,3.02,0,1,0,2.9254,2.3525L21,21.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,26,20ZM16,24a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,16,24Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,14Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,26,24Z"
|
|
287
|
-
})),
|
|
461
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
288
462
|
d: "M16,31A11.0125,11.0125,0,0,1,5,20V6.3823L15.9873.8816,26.4478,6.1187l-.8956,1.7885L15.9873,3.1184,7,7.6177V20a9.0008,9.0008,0,0,0,14.3994,7.2012L22.6006,28.8A10.9077,10.9077,0,0,1,16,31Z"
|
|
289
463
|
})), children);
|
|
290
464
|
});
|
|
291
465
|
if (process.env.NODE_ENV !== "production") {
|
|
292
466
|
IbmSecurityServices.propTypes = iconPropTypes;
|
|
293
467
|
}
|
|
294
|
-
const IbmWatsonAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonAssistant(
|
|
468
|
+
const IbmWatsonAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonAssistant(_ref19, ref) {
|
|
295
469
|
let {
|
|
296
470
|
children,
|
|
297
471
|
size = 16,
|
|
298
472
|
...rest
|
|
299
|
-
} =
|
|
473
|
+
} = _ref19;
|
|
300
474
|
if (process.env.NODE_ENV !== "production") {
|
|
301
475
|
if (!didWarnAboutDeprecation["IbmWatsonAssistant"]) {
|
|
302
476
|
didWarnAboutDeprecation["IbmWatsonAssistant"] = true;
|
|
@@ -311,33 +485,33 @@ const IbmWatsonAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonAssis
|
|
|
311
485
|
viewBox: "0 0 32 32",
|
|
312
486
|
fill: "currentColor",
|
|
313
487
|
...rest
|
|
314
|
-
},
|
|
488
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
315
489
|
d: "M28 2H18c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H18V4h10v6h-3v2h3c1.1 0 2-.9 2-2V4C30 2.9 29.1 2 28 2zM14.7 31L13 30l3.5-6H22c1.1 0 2-.9 2-2v-5h2v5c0 2.2-1.8 4-4 4h-4.4L14.7 31z"
|
|
316
|
-
})),
|
|
490
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
317
491
|
cx: "10",
|
|
318
492
|
cy: "17",
|
|
319
493
|
r: "1"
|
|
320
|
-
})),
|
|
494
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
321
495
|
cx: "14",
|
|
322
496
|
cy: "17",
|
|
323
497
|
r: "1"
|
|
324
|
-
})),
|
|
498
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
325
499
|
cx: "18",
|
|
326
500
|
cy: "17",
|
|
327
501
|
r: "1"
|
|
328
|
-
})),
|
|
502
|
+
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
329
503
|
d: "M12,26H6c-2.2,0-4-1.8-4-4V12c0-2.2,1.8-4,4-4h8v2H6c-1.1,0-2,0.9-2,2v10c0,1.1,0.9,2,2,2h6V26z"
|
|
330
504
|
})), children);
|
|
331
505
|
});
|
|
332
506
|
if (process.env.NODE_ENV !== "production") {
|
|
333
507
|
IbmWatsonAssistant.propTypes = iconPropTypes;
|
|
334
508
|
}
|
|
335
|
-
const IbmWatsonDiscovery = /*#__PURE__*/React.forwardRef(function IbmWatsonDiscovery(
|
|
509
|
+
const IbmWatsonDiscovery = /*#__PURE__*/React.forwardRef(function IbmWatsonDiscovery(_ref20, ref) {
|
|
336
510
|
let {
|
|
337
511
|
children,
|
|
338
512
|
size = 16,
|
|
339
513
|
...rest
|
|
340
|
-
} =
|
|
514
|
+
} = _ref20;
|
|
341
515
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
342
516
|
width: size,
|
|
343
517
|
height: size,
|
|
@@ -346,35 +520,35 @@ const IbmWatsonDiscovery = /*#__PURE__*/React.forwardRef(function IbmWatsonDisco
|
|
|
346
520
|
viewBox: "0 0 32 32",
|
|
347
521
|
fill: "currentColor",
|
|
348
522
|
...rest
|
|
349
|
-
},
|
|
523
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
350
524
|
d: "M6 17H14V19H6z"
|
|
351
|
-
})),
|
|
525
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
352
526
|
cx: "3",
|
|
353
527
|
cy: "18",
|
|
354
528
|
r: "1"
|
|
355
|
-
})),
|
|
529
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
356
530
|
cx: "13",
|
|
357
531
|
cy: "14",
|
|
358
532
|
r: "1"
|
|
359
|
-
})),
|
|
533
|
+
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
360
534
|
d: "M2 13H10V15H2zM6 9H14V11H6z"
|
|
361
|
-
})),
|
|
535
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
362
536
|
cx: "3",
|
|
363
537
|
cy: "10",
|
|
364
538
|
r: "1"
|
|
365
|
-
})),
|
|
539
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
366
540
|
d: "M30,28.6l-7.4-7.4c1.5-2,2.4-4.5,2.4-7.2c0-6.6-5.4-12-12-12C9.7,2,6.6,3.3,4.3,5.8l1.5,1.4C7.6,5.1,10.2,4,13,4 c5.5,0,10,4.5,10,10s-4.5,10-10,10c-3,0-5.8-1.3-7.7-3.6l-1.5,1.3C6,24.4,9.4,26,13,26c3.2,0,6.1-1.3,8.3-3.3l7.3,7.3L30,28.6z"
|
|
367
541
|
})), children);
|
|
368
542
|
});
|
|
369
543
|
if (process.env.NODE_ENV !== "production") {
|
|
370
544
|
IbmWatsonDiscovery.propTypes = iconPropTypes;
|
|
371
545
|
}
|
|
372
|
-
const IbmWatsonKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmWatsonKnowledgeCatalog(
|
|
546
|
+
const IbmWatsonKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmWatsonKnowledgeCatalog(_ref21, ref) {
|
|
373
547
|
let {
|
|
374
548
|
children,
|
|
375
549
|
size = 16,
|
|
376
550
|
...rest
|
|
377
|
-
} =
|
|
551
|
+
} = _ref21;
|
|
378
552
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
379
553
|
width: size,
|
|
380
554
|
height: size,
|
|
@@ -383,21 +557,21 @@ const IbmWatsonKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmWats
|
|
|
383
557
|
viewBox: "0 0 32 32",
|
|
384
558
|
fill: "currentColor",
|
|
385
559
|
...rest
|
|
386
|
-
},
|
|
560
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
387
561
|
d: "M23 27.2L20.4 24.6 19 26 23 30 30 23 28.6 21.6zM12 18H20V20H12zM12 13H20V15H12zM12 8H20V10H12z"
|
|
388
|
-
})),
|
|
562
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
389
563
|
d: "M16,28H6v-4h2v-2H6v-5h2v-2H6v-5h2V8H6V4h18v16h2V4c0-1.1-0.9-2-2-2H6C4.9,2,4,2.9,4,4v4H2v2h2v5H2v2h2v5H2v2h2v4 c0,1.1,0.9,2,2,2h10V28z"
|
|
390
564
|
})), children);
|
|
391
565
|
});
|
|
392
566
|
if (process.env.NODE_ENV !== "production") {
|
|
393
567
|
IbmWatsonKnowledgeCatalog.propTypes = iconPropTypes;
|
|
394
568
|
}
|
|
395
|
-
const IbmWatsonKnowledgeStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonKnowledgeStudio(
|
|
569
|
+
const IbmWatsonKnowledgeStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonKnowledgeStudio(_ref22, ref) {
|
|
396
570
|
let {
|
|
397
571
|
children,
|
|
398
572
|
size = 16,
|
|
399
573
|
...rest
|
|
400
|
-
} =
|
|
574
|
+
} = _ref22;
|
|
401
575
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
402
576
|
width: size,
|
|
403
577
|
height: size,
|
|
@@ -406,39 +580,39 @@ const IbmWatsonKnowledgeStudio = /*#__PURE__*/React.forwardRef(function IbmWatso
|
|
|
406
580
|
viewBox: "0 0 32 32",
|
|
407
581
|
fill: "currentColor",
|
|
408
582
|
...rest
|
|
409
|
-
},
|
|
583
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
410
584
|
d: "M20 25H27V27H20zM22 29H25V31H22zM27 23h-2c0-1.1.4-2 1.2-2.8l.5-.5c.8-.8 1.3-2 1.3-3.2 0-2.5-2-4.5-4.5-4.5S19 14 19 16.5c0 1.2.5 2.3 1.3 3.2l.5.5C21.6 21 22 21.9 22 23h-2c0-.5-.2-1-.6-1.4l-.5-.5c-1.2-1.2-1.9-2.9-1.9-4.6 0-3.6 2.9-6.5 6.5-6.5s6.5 2.9 6.5 6.5c0 1.7-.7 3.4-1.9 4.6l-.5.5C27.2 22 27 22.5 27 23zM6 22H14V24H6z"
|
|
411
|
-
})),
|
|
585
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
412
586
|
cx: "12",
|
|
413
587
|
cy: "19",
|
|
414
588
|
r: "1"
|
|
415
|
-
})),
|
|
589
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
416
590
|
d: "M6 18H9V20H6zM6 14H13V16H6zM10 10H17V12H10z"
|
|
417
|
-
})),
|
|
591
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
418
592
|
cx: "7",
|
|
419
593
|
cy: "11",
|
|
420
594
|
r: "1"
|
|
421
|
-
})),
|
|
595
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
422
596
|
d: "M16 6H20V8H16z"
|
|
423
|
-
})),
|
|
597
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
424
598
|
cx: "13",
|
|
425
599
|
cy: "7",
|
|
426
600
|
r: "1"
|
|
427
|
-
})),
|
|
601
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
428
602
|
d: "M6 6H10V8H6z"
|
|
429
|
-
})),
|
|
603
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
430
604
|
d: "M18,28H4V4l18,0v4h2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v24c0,1.1,0.9,2,2,2h14V28z"
|
|
431
605
|
})), children);
|
|
432
606
|
});
|
|
433
607
|
if (process.env.NODE_ENV !== "production") {
|
|
434
608
|
IbmWatsonKnowledgeStudio.propTypes = iconPropTypes;
|
|
435
609
|
}
|
|
436
|
-
const IbmWatsonLanguageTranslator = /*#__PURE__*/React.forwardRef(function IbmWatsonLanguageTranslator(
|
|
610
|
+
const IbmWatsonLanguageTranslator = /*#__PURE__*/React.forwardRef(function IbmWatsonLanguageTranslator(_ref23, ref) {
|
|
437
611
|
let {
|
|
438
612
|
children,
|
|
439
613
|
size = 16,
|
|
440
614
|
...rest
|
|
441
|
-
} =
|
|
615
|
+
} = _ref23;
|
|
442
616
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
443
617
|
width: size,
|
|
444
618
|
height: size,
|
|
@@ -447,19 +621,19 @@ const IbmWatsonLanguageTranslator = /*#__PURE__*/React.forwardRef(function IbmWa
|
|
|
447
621
|
viewBox: "0 0 32 32",
|
|
448
622
|
fill: "currentColor",
|
|
449
623
|
...rest
|
|
450
|
-
},
|
|
624
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
451
625
|
d: "M16 28h-3c-3.9 0-7-3.1-7-7v-4h2v4c0 2.8 2.2 5 5 5h3V28zM28 30h2.2l-4.6-11h-2.2l-4.6 11H21l.8-2h5.3L28 30zM22.7 26l1.8-4.4 1.8 4.4H22.7zM28 15h-2v-4c0-2.8-2.2-5-5-5h-4V4h4c3.9 0 7 3.1 7 7V15zM14 5V3H9V1H7v2H2v2h8.2C10 5.9 9.4 7.5 8 9 7.4 8.3 6.9 7.6 6.6 7H4.3c.4 1 1.1 2.2 2.1 3.3C5.6 11 4.4 11.6 3 12.1L3.7 14c1.8-.7 3.2-1.5 4.3-2.3 1.1.9 2.5 1.7 4.3 2.3l.7-1.9c-1.4-.5-2.6-1.2-3.5-1.8 1.9-2 2.5-4.1 2.7-5.3H14z"
|
|
452
626
|
})), children);
|
|
453
627
|
});
|
|
454
628
|
if (process.env.NODE_ENV !== "production") {
|
|
455
629
|
IbmWatsonLanguageTranslator.propTypes = iconPropTypes;
|
|
456
630
|
}
|
|
457
|
-
const IbmWatsonMachineLearning = /*#__PURE__*/React.forwardRef(function IbmWatsonMachineLearning(
|
|
631
|
+
const IbmWatsonMachineLearning = /*#__PURE__*/React.forwardRef(function IbmWatsonMachineLearning(_ref24, ref) {
|
|
458
632
|
let {
|
|
459
633
|
children,
|
|
460
634
|
size = 16,
|
|
461
635
|
...rest
|
|
462
|
-
} =
|
|
636
|
+
} = _ref24;
|
|
463
637
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
464
638
|
width: size,
|
|
465
639
|
height: size,
|
|
@@ -468,21 +642,21 @@ const IbmWatsonMachineLearning = /*#__PURE__*/React.forwardRef(function IbmWatso
|
|
|
468
642
|
viewBox: "0 0 32 32",
|
|
469
643
|
fill: "currentColor",
|
|
470
644
|
...rest
|
|
471
|
-
},
|
|
645
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
472
646
|
d: "M3.6 22.5c-1-2-1.6-4.2-1.6-6.5C2 8.3 8.3 2 16 2v2C9.4 4 4 9.4 4 16c0 2 .5 3.8 1.4 5.5L3.6 22.5zM28 16c0 6.6-5.4 12-12 12-2.9 0-5.6-1-7.7-2.8l5.7-5.7L12.6 18l-6.5 6.5c-.4.4-.4 1 0 1.4C8.7 28.5 12.3 30 16 30c7.7 0 14-6.3 14-14H28z"
|
|
473
|
-
})),
|
|
647
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
474
648
|
d: "M18,25c-0.1,0-0.3,0-0.4-0.1c-0.3-0.1-0.6-0.4-0.6-0.8l-0.7-5l2-0.3l0.4,3.3l2.2-1.7V15c0-0.3,0.1-0.5,0.3-0.7l3.2-3.2 c0.9-0.9,1.5-2.2,1.5-3.5V6l-1.5,0c-1.3,0-2.6,0.5-3.5,1.5l-3.2,3.2C17.5,10.9,17.3,11,17,11h-5.5l-1.7,2.2l3.3,0.4l-0.3,2l-5-0.7 c-0.4,0-0.7-0.3-0.8-0.6s-0.1-0.7,0.1-1l3-4C10.4,9.1,10.7,9,11,9h5.6l3-3c1.3-1.3,3.1-2,4.9-2H26c1.1,0,2,0.9,2,2v1.5 c0,1.9-0.7,3.6-2,4.9l-3,3V21c0,0.3-0.1,0.6-0.4,0.8l-4,3C18.4,24.9,18.2,25,18,25z"
|
|
475
649
|
})), children);
|
|
476
650
|
});
|
|
477
651
|
if (process.env.NODE_ENV !== "production") {
|
|
478
652
|
IbmWatsonMachineLearning.propTypes = iconPropTypes;
|
|
479
653
|
}
|
|
480
|
-
const IbmWatsonNaturalLanguageClassifier = /*#__PURE__*/React.forwardRef(function IbmWatsonNaturalLanguageClassifier(
|
|
654
|
+
const IbmWatsonNaturalLanguageClassifier = /*#__PURE__*/React.forwardRef(function IbmWatsonNaturalLanguageClassifier(_ref25, ref) {
|
|
481
655
|
let {
|
|
482
656
|
children,
|
|
483
657
|
size = 16,
|
|
484
658
|
...rest
|
|
485
|
-
} =
|
|
659
|
+
} = _ref25;
|
|
486
660
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
487
661
|
width: size,
|
|
488
662
|
height: size,
|
|
@@ -491,19 +665,19 @@ const IbmWatsonNaturalLanguageClassifier = /*#__PURE__*/React.forwardRef(functio
|
|
|
491
665
|
viewBox: "0 0 32 32",
|
|
492
666
|
fill: "currentColor",
|
|
493
667
|
...rest
|
|
494
|
-
},
|
|
668
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
495
669
|
d: "M28 12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h1v4h-3v2h8v-2h-3v-4H28zM24 4h4v6h-4V4zM21 22.4L19.6 21 16 24.6 12.4 21 11 22.4 14.6 26 11 29.6 12.4 31 16 27.4 19.6 31 21 29.6 17.4 26zM12 18L15 18 15 21 17 21 17 18 20 18 20 16 12 16zM10 12V4c0-1.1-.9-2-2-2H3v2h5v2H4C2.9 6 2 6.9 2 8v2c0 1.1.9 2 2 2h1v4H2v2h8v-2H7v-4H10zM4 8h4v2H4V8z"
|
|
496
670
|
})), children);
|
|
497
671
|
});
|
|
498
672
|
if (process.env.NODE_ENV !== "production") {
|
|
499
673
|
IbmWatsonNaturalLanguageClassifier.propTypes = iconPropTypes;
|
|
500
674
|
}
|
|
501
|
-
const IbmWatsonNaturalLanguageUnderstanding = /*#__PURE__*/React.forwardRef(function IbmWatsonNaturalLanguageUnderstanding(
|
|
675
|
+
const IbmWatsonNaturalLanguageUnderstanding = /*#__PURE__*/React.forwardRef(function IbmWatsonNaturalLanguageUnderstanding(_ref26, ref) {
|
|
502
676
|
let {
|
|
503
677
|
children,
|
|
504
678
|
size = 16,
|
|
505
679
|
...rest
|
|
506
|
-
} =
|
|
680
|
+
} = _ref26;
|
|
507
681
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
508
682
|
width: size,
|
|
509
683
|
height: size,
|
|
@@ -512,21 +686,21 @@ const IbmWatsonNaturalLanguageUnderstanding = /*#__PURE__*/React.forwardRef(func
|
|
|
512
686
|
viewBox: "0 0 32 32",
|
|
513
687
|
fill: "currentColor",
|
|
514
688
|
...rest
|
|
515
|
-
},
|
|
689
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
516
690
|
d: "M6 23H11V25H6zM6 19H11V21H6z"
|
|
517
|
-
})),
|
|
691
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
518
692
|
d: "M13 30H4c-1.1 0-2-.9-2-2V17c0-1.1.9-2 2-2h9c1.1 0 2 .9 2 2v11C15 29.1 14.1 30 13 30zM4 17v11h9V17H4zM19 2H27V4H19zM22 6H30V8H22zM22 10H30V12H22zM19 14H27V16H19zM22 18H30V20H22zM12 1l-1.4 1.4L13.2 5H4C2.9 5 2 5.9 2 7v5h2V7h9.2l-2.6 2.6L12 11l5-5L12 1z"
|
|
519
693
|
})), children);
|
|
520
694
|
});
|
|
521
695
|
if (process.env.NODE_ENV !== "production") {
|
|
522
696
|
IbmWatsonNaturalLanguageUnderstanding.propTypes = iconPropTypes;
|
|
523
697
|
}
|
|
524
|
-
const IbmWatsonOpenscale = /*#__PURE__*/React.forwardRef(function IbmWatsonOpenscale(
|
|
698
|
+
const IbmWatsonOpenscale = /*#__PURE__*/React.forwardRef(function IbmWatsonOpenscale(_ref27, ref) {
|
|
525
699
|
let {
|
|
526
700
|
children,
|
|
527
701
|
size = 16,
|
|
528
702
|
...rest
|
|
529
|
-
} =
|
|
703
|
+
} = _ref27;
|
|
530
704
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
531
705
|
width: size,
|
|
532
706
|
height: size,
|
|
@@ -535,21 +709,21 @@ const IbmWatsonOpenscale = /*#__PURE__*/React.forwardRef(function IbmWatsonOpens
|
|
|
535
709
|
viewBox: "0 0 32 32",
|
|
536
710
|
fill: "currentColor",
|
|
537
711
|
...rest
|
|
538
|
-
},
|
|
712
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
539
713
|
d: "M4 28c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S5.7 28 4 28zM4 24c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1S4.6 24 4 24zM28 28c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S29.7 28 28 28zM28 24c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1S28.6 24 28 24zM22.4 4.4l-.9 1.8C26.1 8.4 29 13 29 18c0 .7-.1 1.4-.2 2.1l2 .3c.1-.8.2-1.6.2-2.5C31 12.2 27.6 6.9 22.4 4.4zM16 7c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S17.7 7 16 7zM16 3c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1S16.6 3 16 3z"
|
|
540
|
-
})),
|
|
714
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
541
715
|
d: "M25.5,13.6l-1-1.7L17,16.3V9h-2v7.2L6.2,11c-0.5-0.3-1.1-0.1-1.4,0.3s-0.1,1.1,0.3,1.4L14,18l-6.2,3.6l1,1.7l6.2-3.6V30 c0,0.6,0.4,1,1,1s1-0.4,1-1V19.8l6.2,3.7l1-1.7L18,18L25.5,13.6z"
|
|
542
716
|
})), children);
|
|
543
717
|
});
|
|
544
718
|
if (process.env.NODE_ENV !== "production") {
|
|
545
719
|
IbmWatsonOpenscale.propTypes = iconPropTypes;
|
|
546
720
|
}
|
|
547
|
-
const IbmWatsonOrders = /*#__PURE__*/React.forwardRef(function IbmWatsonOrders(
|
|
721
|
+
const IbmWatsonOrders = /*#__PURE__*/React.forwardRef(function IbmWatsonOrders(_ref28, ref) {
|
|
548
722
|
let {
|
|
549
723
|
children,
|
|
550
724
|
size = 16,
|
|
551
725
|
...rest
|
|
552
|
-
} =
|
|
726
|
+
} = _ref28;
|
|
553
727
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
554
728
|
width: size,
|
|
555
729
|
height: size,
|
|
@@ -558,21 +732,21 @@ const IbmWatsonOrders = /*#__PURE__*/React.forwardRef(function IbmWatsonOrders(_
|
|
|
558
732
|
viewBox: "0 0 32 32",
|
|
559
733
|
fill: "currentColor",
|
|
560
734
|
...rest
|
|
561
|
-
},
|
|
735
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
562
736
|
d: "M28 13h-2v-2c0-2.8-2.2-5-5-5h-3V4h3c3.9 0 7 3.1 7 7V13zM22 20H25V22H22zM22 24H25V26H22z"
|
|
563
|
-
})),
|
|
737
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
564
738
|
d: "M27 30h-5v-2h5V18h-7v9c0 1.7-1.3 3-3 3s-3-1.3-3-3v-3h2v3c0 .6.4 1 1 1s1-.4 1-1V16h11v12C29 29.1 28.1 30 27 30zM12 28h-1c-3.9 0-7-3.1-7-7v-4h2v4c0 2.8 2.2 5 5 5h1V28zM11 10v2h3c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4C2.9 2 2 2.9 2 4v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H4V4h10v6H11z"
|
|
565
739
|
})), children);
|
|
566
740
|
});
|
|
567
741
|
if (process.env.NODE_ENV !== "production") {
|
|
568
742
|
IbmWatsonOrders.propTypes = iconPropTypes;
|
|
569
743
|
}
|
|
570
|
-
const IbmWatsonQuery = /*#__PURE__*/React.forwardRef(function IbmWatsonQuery(
|
|
744
|
+
const IbmWatsonQuery = /*#__PURE__*/React.forwardRef(function IbmWatsonQuery(_ref29, ref) {
|
|
571
745
|
let {
|
|
572
746
|
children,
|
|
573
747
|
size = 16,
|
|
574
748
|
...rest
|
|
575
|
-
} =
|
|
749
|
+
} = _ref29;
|
|
576
750
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
577
751
|
width: size,
|
|
578
752
|
height: size,
|
|
@@ -581,21 +755,21 @@ const IbmWatsonQuery = /*#__PURE__*/React.forwardRef(function IbmWatsonQuery(_re
|
|
|
581
755
|
viewBox: "0 0 32 32",
|
|
582
756
|
fill: "currentColor",
|
|
583
757
|
...rest
|
|
584
|
-
},
|
|
758
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
585
759
|
d: "M22,24c-0.2,0-0.3,0-0.5,0L18.2,18c0.5-0.5,0.8-1.2,0.8-2c0-1.7-1.3-3-3-3s-3,1.3-3,3c0,0.8,0.3,1.5,0.8,2L10.5,24 c-0.2,0-0.3,0-0.5,0c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.8-0.3-1.5-0.8-2l3.3-6.1c0.2,0,0.3,0,0.5,0s0.3,0,0.5,0l3.3,6.1 c-0.5,0.5-0.8,1.2-0.8,2c0,1.7,1.3,3,3,3s3-1.3,3-3S23.7,24,22,24z M16,15c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S15.4,15,16,15z M10,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S10.6,28,10,28z M22,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S22.6,28,22,28z"
|
|
586
|
-
})),
|
|
760
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
587
761
|
d: "M24.8,9.1C23.9,5,20.3,2,16,2S8.1,5,7.2,9.1C4.2,9.7,2,12.4,2,15.5C2,19.1,4.9,22,8.5,22H9v-2H8.5C6,20,4,18,4,15.5 c0-2.3,1.8-4.3,4.1-4.5L9,11l0.1-0.8C9.5,6.6,12.5,4,16,4c3.5,0,6.5,2.6,6.9,6.1L23,11l0.8,0.1c2.3,0.2,4.1,2.2,4.1,4.5 c0,2.5-2,4.5-4.5,4.5H23v2h0.5c3.6,0,6.5-2.9,6.5-6.5C30,12.4,27.8,9.7,24.8,9.1z"
|
|
588
762
|
})), children);
|
|
589
763
|
});
|
|
590
764
|
if (process.env.NODE_ENV !== "production") {
|
|
591
765
|
IbmWatsonQuery.propTypes = iconPropTypes;
|
|
592
766
|
}
|
|
593
|
-
const IbmWatsonSpeechToText = /*#__PURE__*/React.forwardRef(function IbmWatsonSpeechToText(
|
|
767
|
+
const IbmWatsonSpeechToText = /*#__PURE__*/React.forwardRef(function IbmWatsonSpeechToText(_ref30, ref) {
|
|
594
768
|
let {
|
|
595
769
|
children,
|
|
596
770
|
size = 16,
|
|
597
771
|
...rest
|
|
598
|
-
} =
|
|
772
|
+
} = _ref30;
|
|
599
773
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
600
774
|
width: size,
|
|
601
775
|
height: size,
|
|
@@ -604,19 +778,19 @@ const IbmWatsonSpeechToText = /*#__PURE__*/React.forwardRef(function IbmWatsonSp
|
|
|
604
778
|
viewBox: "0 0 32 32",
|
|
605
779
|
fill: "currentColor",
|
|
606
780
|
...rest
|
|
607
|
-
},
|
|
781
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
608
782
|
d: "M14 18H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H4v-6h10v6h-3v2h3c1.1 0 2-.9 2-2v-6C16 18.9 15.1 18 14 18zM19 26h2c3.9 0 7-3.1 7-7v-2h-2v2c0 2.8-2.2 5-5 5h-2V26zM18 11H24V13H18zM18 7H30V9H18zM18 3H30V5H18zM4 14h2v-2c0-2.8 2.2-5 5-5h4V5h-4c-3.9 0-7 3.1-7 7V14z"
|
|
609
783
|
})), children);
|
|
610
784
|
});
|
|
611
785
|
if (process.env.NODE_ENV !== "production") {
|
|
612
786
|
IbmWatsonSpeechToText.propTypes = iconPropTypes;
|
|
613
787
|
}
|
|
614
|
-
const IbmWatsonStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonStudio(
|
|
788
|
+
const IbmWatsonStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonStudio(_ref31, ref) {
|
|
615
789
|
let {
|
|
616
790
|
children,
|
|
617
791
|
size = 16,
|
|
618
792
|
...rest
|
|
619
|
-
} =
|
|
793
|
+
} = _ref31;
|
|
620
794
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
621
795
|
width: size,
|
|
622
796
|
height: size,
|
|
@@ -625,19 +799,19 @@ const IbmWatsonStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonStudio(_
|
|
|
625
799
|
viewBox: "0 0 32 32",
|
|
626
800
|
fill: "currentColor",
|
|
627
801
|
...rest
|
|
628
|
-
},
|
|
802
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
629
803
|
d: "M25 21c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5S27.8 21 25 21zM25 13c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3S26.7 13 25 13zM14 11V6c0-1.1-.9-2-2-2h-2v2h2v5c0 2.1 1.1 3.9 2.7 5-1.6 1.1-2.7 2.9-2.7 5v5h-2v2h2c1.1 0 2-.9 2-2v-5c0-2.2 1.8-4 4-4v-2C15.8 15 14 13.2 14 11zM2 30v-6h6v6H2zM4 26v2h2v-2H4zM2 19v-6h6v6H2zM4 15v2h2v-2H4zM2 8V2h6v6H2zM4 4v2h2V4H4z"
|
|
630
804
|
})), children);
|
|
631
805
|
});
|
|
632
806
|
if (process.env.NODE_ENV !== "production") {
|
|
633
807
|
IbmWatsonStudio.propTypes = iconPropTypes;
|
|
634
808
|
}
|
|
635
|
-
const IbmWatsonTextToSpeech = /*#__PURE__*/React.forwardRef(function IbmWatsonTextToSpeech(
|
|
809
|
+
const IbmWatsonTextToSpeech = /*#__PURE__*/React.forwardRef(function IbmWatsonTextToSpeech(_ref32, ref) {
|
|
636
810
|
let {
|
|
637
811
|
children,
|
|
638
812
|
size = 16,
|
|
639
813
|
...rest
|
|
640
|
-
} =
|
|
814
|
+
} = _ref32;
|
|
641
815
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
642
816
|
width: size,
|
|
643
817
|
height: size,
|
|
@@ -646,19 +820,19 @@ const IbmWatsonTextToSpeech = /*#__PURE__*/React.forwardRef(function IbmWatsonTe
|
|
|
646
820
|
viewBox: "0 0 32 32",
|
|
647
821
|
fill: "currentColor",
|
|
648
822
|
...rest
|
|
649
|
-
},
|
|
823
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
650
824
|
d: "M13 26h-2c-3.9 0-7-3.1-7-7v-2h2v2c0 2.8 2.2 5 5 5h2V26zM18 18h10c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-2.4l-1.7 3-1.7-1 2.3-4H28v-6H18v6h3v2h-3c-1.1 0-2-.9-2-2v-6C16 18.9 16.9 18 18 18zM28 14h-2v-2c0-2.8-2.2-5-5-5h-4V5h4c3.9 0 7 3.1 7 7V14zM2 11H8V13H2zM2 7H14V9H2zM2 3H14V5H2z"
|
|
651
825
|
})), children);
|
|
652
826
|
});
|
|
653
827
|
if (process.env.NODE_ENV !== "production") {
|
|
654
828
|
IbmWatsonTextToSpeech.propTypes = iconPropTypes;
|
|
655
829
|
}
|
|
656
|
-
const IbmWatsonToneAnalyzer = /*#__PURE__*/React.forwardRef(function IbmWatsonToneAnalyzer(
|
|
830
|
+
const IbmWatsonToneAnalyzer = /*#__PURE__*/React.forwardRef(function IbmWatsonToneAnalyzer(_ref33, ref) {
|
|
657
831
|
let {
|
|
658
832
|
children,
|
|
659
833
|
size = 16,
|
|
660
834
|
...rest
|
|
661
|
-
} =
|
|
835
|
+
} = _ref33;
|
|
662
836
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
663
837
|
width: size,
|
|
664
838
|
height: size,
|
|
@@ -667,39 +841,39 @@ const IbmWatsonToneAnalyzer = /*#__PURE__*/React.forwardRef(function IbmWatsonTo
|
|
|
667
841
|
viewBox: "0 0 32 32",
|
|
668
842
|
fill: "currentColor",
|
|
669
843
|
...rest
|
|
670
|
-
},
|
|
844
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
671
845
|
d: "M23.9,10c-0.6-0.6-1.5-1-2.4-1s-1.8,0.4-2.4,1l-1.4-1.4c1-1,2.4-1.6,3.8-1.6s2.9,0.6,3.8,1.6L23.9,10z"
|
|
672
|
-
})),
|
|
846
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
673
847
|
cx: "24",
|
|
674
848
|
cy: "5",
|
|
675
849
|
r: "1"
|
|
676
|
-
})),
|
|
850
|
+
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
677
851
|
cx: "19",
|
|
678
852
|
cy: "5",
|
|
679
853
|
r: "1"
|
|
680
|
-
})),
|
|
854
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
681
855
|
d: "M15 0l13 0c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-3.5l-1.7 3L21 16l2.3-4H28V2H15v10h5v2h-5c-1.1 0-2-.9-2-2V2C13 .9 13.9 0 15 0zM20 19v6c0 .6-.4 1-1 1h-5v2h5c1.7 0 3-1.3 3-3v-6H20zM15.4 20.4c-.8 1-2.1 1.6-3.4 1.6s-2.6-.6-3.4-1.6L7 21.6c1.2 1.4 3 2.4 5 2.4s3.8-.9 5-2.4L15.4 20.4z"
|
|
682
|
-
})),
|
|
856
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
683
857
|
cx: "15.5",
|
|
684
858
|
cy: "17.5",
|
|
685
859
|
r: "1.5"
|
|
686
|
-
})),
|
|
860
|
+
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
687
861
|
cx: "8.5",
|
|
688
862
|
cy: "17.5",
|
|
689
863
|
r: "1.5"
|
|
690
|
-
})),
|
|
864
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
691
865
|
d: "M10.1,26H5c-0.6,0-1-0.4-1-1V14c0-0.6,0.4-1,1-1h5v-2H5c-1.7,0-3,1.3-3,3v11c0,1.7,1.3,3,3,3h4l2.3,4l1.7-1L10.1,26z"
|
|
692
866
|
})), children);
|
|
693
867
|
});
|
|
694
868
|
if (process.env.NODE_ENV !== "production") {
|
|
695
869
|
IbmWatsonToneAnalyzer.propTypes = iconPropTypes;
|
|
696
870
|
}
|
|
697
|
-
const IbmWatsonxAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxAssistant(
|
|
871
|
+
const IbmWatsonxAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxAssistant(_ref34, ref) {
|
|
698
872
|
let {
|
|
699
873
|
children,
|
|
700
874
|
size = 16,
|
|
701
875
|
...rest
|
|
702
|
-
} =
|
|
876
|
+
} = _ref34;
|
|
703
877
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
704
878
|
width: size,
|
|
705
879
|
height: size,
|
|
@@ -708,33 +882,33 @@ const IbmWatsonxAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxAss
|
|
|
708
882
|
viewBox: "0 0 32 32",
|
|
709
883
|
fill: "currentColor",
|
|
710
884
|
...rest
|
|
711
|
-
},
|
|
885
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
712
886
|
d: "M28 2h-10c-1.1035 0-2 .8965-2 2v6c0 1.1035.8965 2 2 2h2.4229s1.7314 3 1.7314 3l1.7324-1-2.3096-4h-3.5771V4h10v6h-3s0 2 0 2h3c1.1035 0 2-.8965 2-2V4c0-1.1035-.8965-2-2-2zM14.6904 31l-1.7324-1 3.4648-6h5.5771c1.1046 0 2-.8954 2-2v-5h2v5c0 2.2091-1.7909 4-4 4h-4.4229l-2.8867 5z"
|
|
713
|
-
})),
|
|
887
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
714
888
|
cx: "10",
|
|
715
889
|
cy: "17",
|
|
716
890
|
r: "1"
|
|
717
|
-
})),
|
|
891
|
+
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
718
892
|
cx: "14",
|
|
719
893
|
cy: "17",
|
|
720
894
|
r: "1"
|
|
721
|
-
})),
|
|
895
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
722
896
|
cx: "18",
|
|
723
897
|
cy: "17",
|
|
724
898
|
r: "1"
|
|
725
|
-
})),
|
|
899
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
726
900
|
d: "m12,26h-6c-2.2091,0-4-1.7909-4-4v-10c0-2.2091,1.7909-4,4-4h8v2H6c-1.1046,0-2,.8954-2,2v10c0,1.1046.8954,2,2,2h6v2Z"
|
|
727
901
|
})), children);
|
|
728
902
|
});
|
|
729
903
|
if (process.env.NODE_ENV !== "production") {
|
|
730
904
|
IbmWatsonxAssistant.propTypes = iconPropTypes;
|
|
731
905
|
}
|
|
732
|
-
const IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistant(
|
|
906
|
+
const IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistant(_ref35, ref) {
|
|
733
907
|
let {
|
|
734
908
|
children,
|
|
735
909
|
size = 16,
|
|
736
910
|
...rest
|
|
737
|
-
} =
|
|
911
|
+
} = _ref35;
|
|
738
912
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
739
913
|
width: size,
|
|
740
914
|
height: size,
|
|
@@ -743,27 +917,27 @@ const IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatson
|
|
|
743
917
|
viewBox: "0 0 32 32",
|
|
744
918
|
fill: "currentColor",
|
|
745
919
|
...rest
|
|
746
|
-
},
|
|
920
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
747
921
|
d: "M11 28h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM28.17 26L25.59 28.58 27 30 31 26 27 22 25.58 23.41 28.17 26zM22 31L20.085 30.4229 23 21 24.9149 21.5771 22 31zM16.83 26L19.41 23.42 18 22 14 26 18 30 19.42 28.59 16.83 26zM30 19h-2v-7c0-2.7614-2.2386-5-5-5h-4v-2h4c3.866 0 7 3.134 7 7v7z"
|
|
748
|
-
})),
|
|
922
|
+
})), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
749
923
|
cx: "3",
|
|
750
924
|
cy: "4",
|
|
751
925
|
r: "1"
|
|
752
|
-
})),
|
|
926
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
753
927
|
d: "M6 3H16V5H6z"
|
|
754
|
-
})),
|
|
928
|
+
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
755
929
|
cx: "3",
|
|
756
930
|
cy: "12",
|
|
757
931
|
r: "1"
|
|
758
|
-
})),
|
|
932
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
759
933
|
d: "M6 11H16V13H6zM2 15H12V17H2z"
|
|
760
|
-
})),
|
|
934
|
+
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
761
935
|
cx: "15",
|
|
762
936
|
cy: "8",
|
|
763
937
|
r: "1"
|
|
764
|
-
})),
|
|
938
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
765
939
|
d: "M2 7H12V9H2z"
|
|
766
|
-
})),
|
|
940
|
+
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
767
941
|
cx: "15",
|
|
768
942
|
cy: "16",
|
|
769
943
|
r: "1"
|
|
@@ -772,12 +946,12 @@ const IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatson
|
|
|
772
946
|
if (process.env.NODE_ENV !== "production") {
|
|
773
947
|
IbmWatsonxCodeAssistant.propTypes = iconPropTypes;
|
|
774
948
|
}
|
|
775
|
-
const IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZ(
|
|
949
|
+
const IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZ(_ref36, ref) {
|
|
776
950
|
let {
|
|
777
951
|
children,
|
|
778
952
|
size = 16,
|
|
779
953
|
...rest
|
|
780
|
-
} =
|
|
954
|
+
} = _ref36;
|
|
781
955
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
782
956
|
width: size,
|
|
783
957
|
height: size,
|
|
@@ -786,19 +960,19 @@ const IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React.forwardRef(function IbmWa
|
|
|
786
960
|
viewBox: "0 0 32 32",
|
|
787
961
|
fill: "currentColor",
|
|
788
962
|
...rest
|
|
789
|
-
},
|
|
963
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
790
964
|
d: "M29.17 25L26.59 27.58 28 29 32 25 28 21 26.58 22.41 29.17 25zM23 30L21.0851 29.4229 24 20 25.9149 20.5771 23 30zM17.83 25L20.41 22.42 19 21 15 25 19 29 20.42 27.59 17.83 25zM18 19h-2V5c0-1.1028.8972-2 2-2h9c1.1028 0 2 .8972 2 2v11h-2V5h-9v14zM12 3H3c-1.1028 0-2 .8975-2 2v22c0 1.1025.8972 2 2 2h9c1.1028 0 2-.8975 2-2V5c0-1.1025-.8972-2-2-2zm.0002 7.0366l-6.925-5.0366h6.9248l.0002 5.0366zm-.7004 1.9634l-8.2998 6.0361V5.9639l8.2998 6.0361zm.7007 1.9634l.0007 11.8169-8.2795-5.7959 8.2788-6.021zm-9.0005 7.9575l7.2563 5.0791H3v-5.0791zm9 5.0791l.0012-.002v.002h-.0012z"
|
|
791
965
|
})), children);
|
|
792
966
|
});
|
|
793
967
|
if (process.env.NODE_ENV !== "production") {
|
|
794
968
|
IbmWatsonxCodeAssistantForZ.propTypes = iconPropTypes;
|
|
795
969
|
}
|
|
796
|
-
const IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZRefactor(
|
|
970
|
+
const IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZRefactor(_ref37, ref) {
|
|
797
971
|
let {
|
|
798
972
|
children,
|
|
799
973
|
size = 16,
|
|
800
974
|
...rest
|
|
801
|
-
} =
|
|
975
|
+
} = _ref37;
|
|
802
976
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
803
977
|
width: size,
|
|
804
978
|
height: size,
|
|
@@ -807,31 +981,31 @@ const IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React.forwardRef(functi
|
|
|
807
981
|
viewBox: "0 0 32 32",
|
|
808
982
|
fill: "currentColor",
|
|
809
983
|
...rest
|
|
810
|
-
},
|
|
984
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
811
985
|
d: "M22.17 16L19.59 18.58 21 20 25 16 21 12 19.58 13.41 22.17 16zM15.5 21L13.5851 20.4229 16.5 11 18.4149 11.5771 15.5 21zM9.83 16L12.41 13.42 11 12 7 16 11 20 12.42 18.59 9.83 16z"
|
|
812
|
-
})),
|
|
986
|
+
})), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
|
813
987
|
cx: "19",
|
|
814
988
|
cy: "28",
|
|
815
989
|
r: "1"
|
|
816
|
-
})),
|
|
990
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
817
991
|
d: "m22,29v-2c2.7568,0,5-2.2432,5-5v-12c0-2.7568-2.2432-5-5-5h-6v-2h6c3.8594,0,7,3.1401,7,7v12c0,3.8594-3.1406,7-7,7Z"
|
|
818
|
-
})),
|
|
992
|
+
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
|
819
993
|
cx: "13",
|
|
820
994
|
cy: "4",
|
|
821
995
|
r: "1"
|
|
822
|
-
})),
|
|
996
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
823
997
|
d: "m16,29h-6c-3.8594,0-7-3.1406-7-7v-12c0-3.8599,3.1406-7,7-7v2c-2.7568,0-5,2.2432-5,5v12c0,2.7568,2.2432,5,5,5h6v2Z"
|
|
824
998
|
})), children);
|
|
825
999
|
});
|
|
826
1000
|
if (process.env.NODE_ENV !== "production") {
|
|
827
1001
|
IbmWatsonxCodeAssistantForZRefactor.propTypes = iconPropTypes;
|
|
828
1002
|
}
|
|
829
|
-
const IbmWatsonxOrchestrate = /*#__PURE__*/React.forwardRef(function IbmWatsonxOrchestrate(
|
|
1003
|
+
const IbmWatsonxOrchestrate = /*#__PURE__*/React.forwardRef(function IbmWatsonxOrchestrate(_ref38, ref) {
|
|
830
1004
|
let {
|
|
831
1005
|
children,
|
|
832
1006
|
size = 16,
|
|
833
1007
|
...rest
|
|
834
|
-
} =
|
|
1008
|
+
} = _ref38;
|
|
835
1009
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
836
1010
|
width: size,
|
|
837
1011
|
height: size,
|
|
@@ -840,33 +1014,33 @@ const IbmWatsonxOrchestrate = /*#__PURE__*/React.forwardRef(function IbmWatsonxO
|
|
|
840
1014
|
viewBox: "0 0 32 32",
|
|
841
1015
|
fill: "currentColor",
|
|
842
1016
|
...rest
|
|
843
|
-
},
|
|
1017
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
844
1018
|
d: "m27.9248,19.4282c-1.123,1.6104-2.9641,2.5718-4.9248,2.5718-2.1233,0-4.0464-1.0874-5.1438-2.9092l-1.7129,1.0322c1.4624,2.4277,4.0256,3.877,6.8567,3.877,1.4231,0,2.7925-.3911,3.9922-1.0835-2.3442,3.6958-6.4814,6.0835-10.9922,6.0835-5.7104,0-10.8347-3.8184-12.4617-9.2852l-1.917.5703c1.8774,6.3086,7.79,10.7148,14.3787,10.7148s12.5012-4.4062,14.3787-10.7148l-2.4539-.8569Z"
|
|
845
|
-
})),
|
|
1019
|
+
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
846
1020
|
cx: "30",
|
|
847
1021
|
cy: "16",
|
|
848
1022
|
r: "2"
|
|
849
|
-
})),
|
|
1023
|
+
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
850
1024
|
cx: "2",
|
|
851
1025
|
cy: "16",
|
|
852
1026
|
r: "2"
|
|
853
|
-
})),
|
|
1027
|
+
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
854
1028
|
cx: "16",
|
|
855
1029
|
cy: "16",
|
|
856
1030
|
r: "2"
|
|
857
|
-
})),
|
|
1031
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
858
1032
|
d: "m16,1C9.4114,1,3.4988,5.4062,1.6213,11.7148l2.4539.8569c1.123-1.6104,2.9641-2.5718,4.9248-2.5718s3.8018.9614,4.9248,2.5718l1.6406-1.144c-1.4971-2.1465-3.9514-3.4277-6.5654-3.4277-1.4231,0-2.7925.3911-3.9922,1.0835,2.3442-3.6953,6.4814-6.0835,10.9922-6.0835,5.7104,0,10.8347,3.8184,12.4617,9.2852l1.917-.5703c-1.8774-6.3086-7.79-10.7148-14.3787-10.7148Z"
|
|
859
1033
|
})), children);
|
|
860
1034
|
});
|
|
861
1035
|
if (process.env.NODE_ENV !== "production") {
|
|
862
1036
|
IbmWatsonxOrchestrate.propTypes = iconPropTypes;
|
|
863
1037
|
}
|
|
864
|
-
const IbmZCloudModStack = /*#__PURE__*/React.forwardRef(function IbmZCloudModStack(
|
|
1038
|
+
const IbmZCloudModStack = /*#__PURE__*/React.forwardRef(function IbmZCloudModStack(_ref39, ref) {
|
|
865
1039
|
let {
|
|
866
1040
|
children,
|
|
867
1041
|
size = 16,
|
|
868
1042
|
...rest
|
|
869
|
-
} =
|
|
1043
|
+
} = _ref39;
|
|
870
1044
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
871
1045
|
width: size,
|
|
872
1046
|
height: size,
|
|
@@ -875,23 +1049,23 @@ const IbmZCloudModStack = /*#__PURE__*/React.forwardRef(function IbmZCloudModSta
|
|
|
875
1049
|
viewBox: "0 0 32 32",
|
|
876
1050
|
fill: "currentColor",
|
|
877
1051
|
...rest
|
|
878
|
-
},
|
|
1052
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
879
1053
|
d: "M18.496,27.386L16,28.842L5,22.426v-5.852l10.016-5.843C15.308,10.897,15.641,11,16,11c1.104,0,2-0.896,2-2s-0.896-2-2-2 s-2,0.896-2,2c0,0.003,0.001,0.005,0.001,0.008L3.496,15.136C3.189,15.315,3,15.645,3,16v7c0,0.355,0.189,0.685,0.496,0.864l12,7 C15.652,30.955,15.826,31,16,31s0.348-0.045,0.504-0.136l3-1.75L18.496,27.386z"
|
|
880
|
-
})),
|
|
1054
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
881
1055
|
d: "M28.504,8.136l-3-1.75l-1.008,1.728L27,9.574v12.852l-4.593,2.679l-10.409-6.093C11.999,19.007,12,19.004,12,19 c0-1.104-0.896-2-2-2s-2,0.896-2,2s0.896,2,2,2c0.358,0,0.69-0.102,0.981-0.267l10.92,6.393c0.156,0.091,0.331,0.137,0.505,0.137 c0.174,0,0.348-0.045,0.504-0.136l5.594-3.263C28.811,23.685,29,23.355,29,23V9C29,8.645,28.811,8.315,28.504,8.136z"
|
|
882
|
-
})),
|
|
1056
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
883
1057
|
d: "M23,17.277V5.5c0-0.355-0.189-0.685-0.496-0.864l-6-3.5C16.348,1.045,16.174,1,16,1s-0.348,0.045-0.504,0.136l-12,7 C3.189,8.315,3,8.645,3,9v2.999h2V9.574l11-6.417l5,2.917v11.203c-0.595,0.347-1,0.984-1,1.723c0,1.104,0.896,2,2,2s2-0.896,2-2 C24,18.262,23.595,17.624,23,17.277z"
|
|
884
1058
|
})), children);
|
|
885
1059
|
});
|
|
886
1060
|
if (process.env.NODE_ENV !== "production") {
|
|
887
1061
|
IbmZCloudModStack.propTypes = iconPropTypes;
|
|
888
1062
|
}
|
|
889
|
-
const IbmZEnvironmentsDevSecOps = /*#__PURE__*/React.forwardRef(function IbmZEnvironmentsDevSecOps(
|
|
1063
|
+
const IbmZEnvironmentsDevSecOps = /*#__PURE__*/React.forwardRef(function IbmZEnvironmentsDevSecOps(_ref40, ref) {
|
|
890
1064
|
let {
|
|
891
1065
|
children,
|
|
892
1066
|
size = 16,
|
|
893
1067
|
...rest
|
|
894
|
-
} =
|
|
1068
|
+
} = _ref40;
|
|
895
1069
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
896
1070
|
width: size,
|
|
897
1071
|
height: size,
|
|
@@ -900,23 +1074,23 @@ const IbmZEnvironmentsDevSecOps = /*#__PURE__*/React.forwardRef(function IbmZEnv
|
|
|
900
1074
|
viewBox: "0 0 32 32",
|
|
901
1075
|
fill: "currentColor",
|
|
902
1076
|
...rest
|
|
903
|
-
},
|
|
1077
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
904
1078
|
d: "m23.5,16v2c3.0327,0,5.5,2.4673,5.5,5.5s-2.4673,5.5-5.5,5.5-5.5-2.4673-5.5-5.5h-2c0,4.1422,3.3578,7.5,7.5,7.5s7.5-3.3578,7.5-7.5-3.3578-7.5-7.5-7.5Z"
|
|
905
|
-
})),
|
|
1079
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
906
1080
|
d: "M23.5 26c1.3807 0 2.5-1.1193 2.5-2.5s-1.1193-2.5-2.5-2.5c-.3217 0-.6268.066-.9093.1766l-4.8837-4.8837-1.4141 1.4141 4.8837 4.8837c-.1107.2825-.1766.5876-.1766.9093 0 1.3807 1.1193 2.5 2.5 2.5zM29 13h-2v-3.4257l-11-6.4166-3 1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12 7c.3071.1792.4961.5081.4961.8638v4zM7 6H9V16H7z"
|
|
907
|
-
})),
|
|
1081
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
908
1082
|
d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"
|
|
909
1083
|
})), children);
|
|
910
1084
|
});
|
|
911
1085
|
if (process.env.NODE_ENV !== "production") {
|
|
912
1086
|
IbmZEnvironmentsDevSecOps.propTypes = iconPropTypes;
|
|
913
1087
|
}
|
|
914
|
-
const IbmZProcessorCapacityReference = /*#__PURE__*/React.forwardRef(function IbmZProcessorCapacityReference(
|
|
1088
|
+
const IbmZProcessorCapacityReference = /*#__PURE__*/React.forwardRef(function IbmZProcessorCapacityReference(_ref41, ref) {
|
|
915
1089
|
let {
|
|
916
1090
|
children,
|
|
917
1091
|
size = 16,
|
|
918
1092
|
...rest
|
|
919
|
-
} =
|
|
1093
|
+
} = _ref41;
|
|
920
1094
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
921
1095
|
width: size,
|
|
922
1096
|
height: size,
|
|
@@ -925,21 +1099,21 @@ const IbmZProcessorCapacityReference = /*#__PURE__*/React.forwardRef(function Ib
|
|
|
925
1099
|
viewBox: "0 0 32 32",
|
|
926
1100
|
fill: "currentColor",
|
|
927
1101
|
...rest
|
|
928
|
-
},
|
|
1102
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
929
1103
|
d: "M25 25H27V29H25zM21 23H23V29H21zM29 20H31V29H29z"
|
|
930
|
-
})),
|
|
1104
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
931
1105
|
d: "M30 17V5c0-1.1046-.8954-2-2-2h-9c-1.1046 0-2 .8954-2 2v24h2V5h9v12h2zM13 3H4c-1.1046 0-2 .8954-2 2v22c0 1.1046.8954 2 2 2h9c1.1046 0 2-.8954 2-2V5c0-1.1046-.8954-2-2-2zm-9 2.9635l8.2998 6.0365-8.2998 6.0365V5.9635zm0 21.0365v-5.0366l6.9253 5.0366h-6.9253zm9-.9635l-8.2998-6.0365 8.2998-6.0365v12.073zm0-15.9999l-6.9253-5.0366h6.9253v5.0366z"
|
|
932
1106
|
})), children);
|
|
933
1107
|
});
|
|
934
1108
|
if (process.env.NODE_ENV !== "production") {
|
|
935
1109
|
IbmZProcessorCapacityReference.propTypes = iconPropTypes;
|
|
936
1110
|
}
|
|
937
|
-
const IbmZCloudProvisioning = /*#__PURE__*/React.forwardRef(function IbmZCloudProvisioning(
|
|
1111
|
+
const IbmZCloudProvisioning = /*#__PURE__*/React.forwardRef(function IbmZCloudProvisioning(_ref42, ref) {
|
|
938
1112
|
let {
|
|
939
1113
|
children,
|
|
940
1114
|
size = 16,
|
|
941
1115
|
...rest
|
|
942
|
-
} =
|
|
1116
|
+
} = _ref42;
|
|
943
1117
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
944
1118
|
width: size,
|
|
945
1119
|
height: size,
|
|
@@ -948,21 +1122,21 @@ const IbmZCloudProvisioning = /*#__PURE__*/React.forwardRef(function IbmZCloudPr
|
|
|
948
1122
|
viewBox: "0 0 32 32",
|
|
949
1123
|
fill: "currentColor",
|
|
950
1124
|
...rest
|
|
951
|
-
},
|
|
1125
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
952
1126
|
d: "M10 17H14V21H10zM17 10H21V14H17zM17 17H21V21H17z"
|
|
953
|
-
})),
|
|
1127
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
954
1128
|
d: "M19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
|
|
955
1129
|
})), children);
|
|
956
1130
|
});
|
|
957
1131
|
if (process.env.NODE_ENV !== "production") {
|
|
958
1132
|
IbmZCloudProvisioning.propTypes = iconPropTypes;
|
|
959
1133
|
}
|
|
960
|
-
const IbmZOs = /*#__PURE__*/React.forwardRef(function IbmZOs(
|
|
1134
|
+
const IbmZOs = /*#__PURE__*/React.forwardRef(function IbmZOs(_ref43, ref) {
|
|
961
1135
|
let {
|
|
962
1136
|
children,
|
|
963
1137
|
size = 16,
|
|
964
1138
|
...rest
|
|
965
|
-
} =
|
|
1139
|
+
} = _ref43;
|
|
966
1140
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
967
1141
|
width: size,
|
|
968
1142
|
height: size,
|
|
@@ -971,19 +1145,19 @@ const IbmZOs = /*#__PURE__*/React.forwardRef(function IbmZOs(_ref36, ref) {
|
|
|
971
1145
|
viewBox: "0 0 32 32",
|
|
972
1146
|
fill: "currentColor",
|
|
973
1147
|
...rest
|
|
974
|
-
},
|
|
1148
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
975
1149
|
d: "M16 32c-5.0793 0-9.7449-2.3319-12.7998-6.3979l1.5991-1.2014c2.6736 3.5585 6.7561 5.5994 11.2007 5.5994s8.5281-2.0413 11.2014-5.6005l1.5991 1.2012c-3.0547 4.0668-7.7202 6.3993-12.8005 6.3993zM30 22h-5v-2h5v-3h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h5v2h-5v3h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zM21 22h-4c-1.1028 0-2-.8972-2-2v-8c0-1.1028.8972-2 2-2h4c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-4-10v8h4v-8h-4zM11.4458 10L7.4458 22 9.5542 22 13.5542 10 11.4458 10zM6 22L0 22 0 19.6973 3.7981 14 0 14 0 12 6 12 6 14.3027 2.2019 20 6 20 6 22zM16.0001 0C10.9207 0 6.2552 2.3319 3.2003 6.3979l1.5991 1.2014c2.6736-3.5585 6.7561-5.5994 11.2007-5.5994s8.5281 2.0413 11.2014 5.6005l1.5991-1.2012C25.7459 2.3325 21.0804 0 16.0001 0z"
|
|
976
1150
|
})), children);
|
|
977
1151
|
});
|
|
978
1152
|
if (process.env.NODE_ENV !== "production") {
|
|
979
1153
|
IbmZOs.propTypes = iconPropTypes;
|
|
980
1154
|
}
|
|
981
|
-
const IbmZOsAiControlInterface = /*#__PURE__*/React.forwardRef(function IbmZOsAiControlInterface(
|
|
1155
|
+
const IbmZOsAiControlInterface = /*#__PURE__*/React.forwardRef(function IbmZOsAiControlInterface(_ref44, ref) {
|
|
982
1156
|
let {
|
|
983
1157
|
children,
|
|
984
1158
|
size = 16,
|
|
985
1159
|
...rest
|
|
986
|
-
} =
|
|
1160
|
+
} = _ref44;
|
|
987
1161
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
988
1162
|
width: size,
|
|
989
1163
|
height: size,
|
|
@@ -992,39 +1166,39 @@ const IbmZOsAiControlInterface = /*#__PURE__*/React.forwardRef(function IbmZOsAi
|
|
|
992
1166
|
viewBox: "0 0 32 32",
|
|
993
1167
|
fill: "currentColor",
|
|
994
1168
|
...rest
|
|
995
|
-
},
|
|
1169
|
+
}, _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
996
1170
|
cx: "12",
|
|
997
1171
|
cy: "21",
|
|
998
1172
|
r: "1"
|
|
999
|
-
})),
|
|
1173
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1000
1174
|
d: "m23,25h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
|
|
1001
|
-
})),
|
|
1175
|
+
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
|
1002
1176
|
cx: "12",
|
|
1003
1177
|
cy: "11",
|
|
1004
1178
|
r: "1"
|
|
1005
|
-
})),
|
|
1179
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1006
1180
|
d: "m23,15h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
|
|
1007
|
-
})),
|
|
1181
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1008
1182
|
d: "m28,30H4c-1.103,0-2-.897-2-2v-12h2v12h24V4h-12v-2h12c1.103,0,2,.897,2,2v24c0,1.103-.897,2-2,2Z"
|
|
1009
|
-
})),
|
|
1183
|
+
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1010
1184
|
d: "M8.5 1.5H13.5V3.5H8.5z",
|
|
1011
1185
|
transform: "rotate(90 11 2.5)"
|
|
1012
|
-
})),
|
|
1186
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1013
1187
|
d: "M1.975 3.475H6.975V5.475H1.975z",
|
|
1014
1188
|
transform: "rotate(45 4.475 4.475)"
|
|
1015
|
-
})),
|
|
1189
|
+
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1016
1190
|
d: "M0 10H5V12H0z"
|
|
1017
1191
|
})), children);
|
|
1018
1192
|
});
|
|
1019
1193
|
if (process.env.NODE_ENV !== "production") {
|
|
1020
1194
|
IbmZOsAiControlInterface.propTypes = iconPropTypes;
|
|
1021
1195
|
}
|
|
1022
|
-
const IbmZOsContainers = /*#__PURE__*/React.forwardRef(function IbmZOsContainers(
|
|
1196
|
+
const IbmZOsContainers = /*#__PURE__*/React.forwardRef(function IbmZOsContainers(_ref45, ref) {
|
|
1023
1197
|
let {
|
|
1024
1198
|
children,
|
|
1025
1199
|
size = 16,
|
|
1026
1200
|
...rest
|
|
1027
|
-
} =
|
|
1201
|
+
} = _ref45;
|
|
1028
1202
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1029
1203
|
width: size,
|
|
1030
1204
|
height: size,
|
|
@@ -1033,21 +1207,21 @@ const IbmZOsContainers = /*#__PURE__*/React.forwardRef(function IbmZOsContainers
|
|
|
1033
1207
|
viewBox: "0 0 32 32",
|
|
1034
1208
|
fill: "currentColor",
|
|
1035
1209
|
...rest
|
|
1036
|
-
},
|
|
1210
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1037
1211
|
d: "m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z"
|
|
1038
|
-
})),
|
|
1212
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1039
1213
|
d: "m20,15v2h7v10h-10V3H5c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h22c1.1028,0,2-.8975,2-2v-12h-9Zm-13.5859,2h8.5859v8.5859l-8.5859-8.5859Zm8.5859-2H6.4141L15,6.4141v8.5859Zm-1.4141-10L5,13.5859V5h8.5859Zm-8.5859,13.4141l8.5859,8.5859H5v-8.5859Z"
|
|
1040
1214
|
})), children);
|
|
1041
1215
|
});
|
|
1042
1216
|
if (process.env.NODE_ENV !== "production") {
|
|
1043
1217
|
IbmZOsContainers.propTypes = iconPropTypes;
|
|
1044
1218
|
}
|
|
1045
|
-
const IbmZOsPackageManager = /*#__PURE__*/React.forwardRef(function IbmZOsPackageManager(
|
|
1219
|
+
const IbmZOsPackageManager = /*#__PURE__*/React.forwardRef(function IbmZOsPackageManager(_ref46, ref) {
|
|
1046
1220
|
let {
|
|
1047
1221
|
children,
|
|
1048
1222
|
size = 16,
|
|
1049
1223
|
...rest
|
|
1050
|
-
} =
|
|
1224
|
+
} = _ref46;
|
|
1051
1225
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1052
1226
|
width: size,
|
|
1053
1227
|
height: size,
|
|
@@ -1056,19 +1230,19 @@ const IbmZOsPackageManager = /*#__PURE__*/React.forwardRef(function IbmZOsPackag
|
|
|
1056
1230
|
viewBox: "0 0 32 32",
|
|
1057
1231
|
fill: "currentColor",
|
|
1058
1232
|
...rest
|
|
1059
|
-
},
|
|
1233
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1060
1234
|
d: "M15 9v10.172l-2.586-2.586L11 18l5 5 5-5-1.414-1.414L17 19.172V9H15zM19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
|
|
1061
1235
|
})), children);
|
|
1062
1236
|
});
|
|
1063
1237
|
if (process.env.NODE_ENV !== "production") {
|
|
1064
1238
|
IbmZOsPackageManager.propTypes = iconPropTypes;
|
|
1065
1239
|
}
|
|
1066
|
-
const WatsonHealthICa_2D = /*#__PURE__*/React.forwardRef(function WatsonHealthICa_2D(
|
|
1240
|
+
const WatsonHealthICa_2D = /*#__PURE__*/React.forwardRef(function WatsonHealthICa_2D(_ref47, ref) {
|
|
1067
1241
|
let {
|
|
1068
1242
|
children,
|
|
1069
1243
|
size = 16,
|
|
1070
1244
|
...rest
|
|
1071
|
-
} =
|
|
1245
|
+
} = _ref47;
|
|
1072
1246
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1073
1247
|
width: size,
|
|
1074
1248
|
height: size,
|
|
@@ -1077,19 +1251,19 @@ const WatsonHealthICa_2D = /*#__PURE__*/React.forwardRef(function WatsonHealthIC
|
|
|
1077
1251
|
viewBox: "0 0 32 32",
|
|
1078
1252
|
fill: "currentColor",
|
|
1079
1253
|
...rest
|
|
1080
|
-
},
|
|
1254
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1081
1255
|
d: "M22 24H10a2.0023 2.0023 0 01-2-2V10a2.0023 2.0023 0 012-2H22a2.0023 2.0023 0 012 2V22A2.0023 2.0023 0 0122 24zM10 10V22H22V10zM11 2L2 2 2 11 4 11 4 4 11 4 11 2zM2 21L2 30 11 30 11 28 4 28 4 21 2 21zM30 11L30 2 21 2 21 4 28 4 28 11 30 11zM21 30L30 30 30 21 28 21 28 28 21 28 21 30z"
|
|
1082
1256
|
})), children);
|
|
1083
1257
|
});
|
|
1084
1258
|
if (process.env.NODE_ENV !== "production") {
|
|
1085
1259
|
WatsonHealthICa_2D.propTypes = iconPropTypes;
|
|
1086
1260
|
}
|
|
1087
|
-
const IceAccretion = /*#__PURE__*/React.forwardRef(function IceAccretion(
|
|
1261
|
+
const IceAccretion = /*#__PURE__*/React.forwardRef(function IceAccretion(_ref48, ref) {
|
|
1088
1262
|
let {
|
|
1089
1263
|
children,
|
|
1090
1264
|
size = 16,
|
|
1091
1265
|
...rest
|
|
1092
|
-
} =
|
|
1266
|
+
} = _ref48;
|
|
1093
1267
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1094
1268
|
width: size,
|
|
1095
1269
|
height: size,
|
|
@@ -1098,21 +1272,21 @@ const IceAccretion = /*#__PURE__*/React.forwardRef(function IceAccretion(_ref41,
|
|
|
1098
1272
|
viewBox: "0 0 32 32",
|
|
1099
1273
|
fill: "currentColor",
|
|
1100
1274
|
...rest
|
|
1101
|
-
},
|
|
1275
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1102
1276
|
d: "M4 2A2 2 0 002 4V20l1 2 1-2V4H8V14l1 2 1-2V2zM28 2H14v8l1 2 1-2V4h2V17l1 2 1-2V4h4V14l1 2 1-2V4h2V24l1 2 1-2V4A2 2 0 0028 2zM14 28L13 30 12 28 12 16 14 16 14 28z"
|
|
1103
|
-
})),
|
|
1277
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1104
1278
|
d: "M24 26L23 28 22 26 22 20 24 20 24 26zM8 24L7 26 6 24 6 18 8 18 8 24z"
|
|
1105
1279
|
})), children);
|
|
1106
1280
|
});
|
|
1107
1281
|
if (process.env.NODE_ENV !== "production") {
|
|
1108
1282
|
IceAccretion.propTypes = iconPropTypes;
|
|
1109
1283
|
}
|
|
1110
|
-
const IceVision = /*#__PURE__*/React.forwardRef(function IceVision(
|
|
1284
|
+
const IceVision = /*#__PURE__*/React.forwardRef(function IceVision(_ref49, ref) {
|
|
1111
1285
|
let {
|
|
1112
1286
|
children,
|
|
1113
1287
|
size = 16,
|
|
1114
1288
|
...rest
|
|
1115
|
-
} =
|
|
1289
|
+
} = _ref49;
|
|
1116
1290
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1117
1291
|
width: size,
|
|
1118
1292
|
height: size,
|
|
@@ -1121,21 +1295,21 @@ const IceVision = /*#__PURE__*/React.forwardRef(function IceVision(_ref42, ref)
|
|
|
1121
1295
|
viewBox: "0 0 32 32",
|
|
1122
1296
|
fill: "currentColor",
|
|
1123
1297
|
...rest
|
|
1124
|
-
},
|
|
1298
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1125
1299
|
d: "M19 14L19 21 20 23 21 21 21 14 19 14zM17 14H13a2 2 0 00-2 2v4l1 2 1-2V16h2v7l1 2 1-2z"
|
|
1126
|
-
})),
|
|
1300
|
+
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1127
1301
|
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
1128
1302
|
})), children);
|
|
1129
1303
|
});
|
|
1130
1304
|
if (process.env.NODE_ENV !== "production") {
|
|
1131
1305
|
IceVision.propTypes = iconPropTypes;
|
|
1132
1306
|
}
|
|
1133
|
-
const QID = /*#__PURE__*/React.forwardRef(function QID(
|
|
1307
|
+
const QID = /*#__PURE__*/React.forwardRef(function QID(_ref50, ref) {
|
|
1134
1308
|
let {
|
|
1135
1309
|
children,
|
|
1136
1310
|
size = 16,
|
|
1137
1311
|
...rest
|
|
1138
|
-
} =
|
|
1312
|
+
} = _ref50;
|
|
1139
1313
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1140
1314
|
width: size,
|
|
1141
1315
|
height: size,
|
|
@@ -1144,19 +1318,19 @@ const QID = /*#__PURE__*/React.forwardRef(function QID(_ref43, ref) {
|
|
|
1144
1318
|
viewBox: "0 0 32 32",
|
|
1145
1319
|
fill: "currentColor",
|
|
1146
1320
|
...rest
|
|
1147
|
-
},
|
|
1321
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1148
1322
|
d: "M10 9H12V11H10zM18 23H14V9h4a4 4 0 014 4v6A4 4 0 0118 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H16zM10 13H12V23H10z"
|
|
1149
1323
|
})), children);
|
|
1150
1324
|
});
|
|
1151
1325
|
if (process.env.NODE_ENV !== "production") {
|
|
1152
1326
|
QID.propTypes = iconPropTypes;
|
|
1153
1327
|
}
|
|
1154
|
-
const IdManagement = /*#__PURE__*/React.forwardRef(function IdManagement(
|
|
1328
|
+
const IdManagement = /*#__PURE__*/React.forwardRef(function IdManagement(_ref51, ref) {
|
|
1155
1329
|
let {
|
|
1156
1330
|
children,
|
|
1157
1331
|
size = 16,
|
|
1158
1332
|
...rest
|
|
1159
|
-
} =
|
|
1333
|
+
} = _ref51;
|
|
1160
1334
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1161
1335
|
width: size,
|
|
1162
1336
|
height: size,
|
|
@@ -1165,23 +1339,23 @@ const IdManagement = /*#__PURE__*/React.forwardRef(function IdManagement(_ref44,
|
|
|
1165
1339
|
viewBox: "0 0 32 32",
|
|
1166
1340
|
fill: "currentColor",
|
|
1167
1341
|
...rest
|
|
1168
|
-
},
|
|
1342
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1169
1343
|
d: "M15 20H9a3 3 0 00-3 3v2H8V23a1 1 0 011-1h6a1 1 0 011 1v2h2V23A3 3 0 0015 20zM12 19a4 4 0 10-4-4A4 4 0 0012 19zm0-6a2 2 0 11-2 2A2 2 0 0112 13z"
|
|
1170
|
-
})),
|
|
1344
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1171
1345
|
d: "M28,19v9H4V8H16V6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V19Z"
|
|
1172
|
-
})),
|
|
1346
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1173
1347
|
d: "M20 19H26V21H20zM22 23H26V25H22zM32 10V8H29.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0026 4.1011V2H24V4.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0020.1011 8H18v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0024 13.8989V16h2V13.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0029.8989 10zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0125 12z"
|
|
1174
1348
|
})), children);
|
|
1175
1349
|
});
|
|
1176
1350
|
if (process.env.NODE_ENV !== "production") {
|
|
1177
1351
|
IdManagement.propTypes = iconPropTypes;
|
|
1178
1352
|
}
|
|
1179
|
-
const Idea = /*#__PURE__*/React.forwardRef(function Idea(
|
|
1353
|
+
const Idea = /*#__PURE__*/React.forwardRef(function Idea(_ref52, ref) {
|
|
1180
1354
|
let {
|
|
1181
1355
|
children,
|
|
1182
1356
|
size = 16,
|
|
1183
1357
|
...rest
|
|
1184
|
-
} =
|
|
1358
|
+
} = _ref52;
|
|
1185
1359
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1186
1360
|
width: size,
|
|
1187
1361
|
height: size,
|
|
@@ -1190,19 +1364,19 @@ const Idea = /*#__PURE__*/React.forwardRef(function Idea(_ref45, ref) {
|
|
|
1190
1364
|
viewBox: "0 0 32 32",
|
|
1191
1365
|
fill: "currentColor",
|
|
1192
1366
|
...rest
|
|
1193
|
-
},
|
|
1367
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1194
1368
|
d: "M11 24H21V26H11zM13 28H19V30H13zM16 2A10 10 0 006 12a9.19 9.19 0 003.46 7.62c1 .93 1.54 1.46 1.54 2.38h2c0-1.84-1.11-2.87-2.19-3.86A7.2 7.2 0 018 12a8 8 0 0116 0 7.2 7.2 0 01-2.82 6.14c-1.07 1-2.18 2-2.18 3.86h2c0-.92.53-1.45 1.54-2.39A9.18 9.18 0 0026 12 10 10 0 0016 2z"
|
|
1195
1369
|
})), children);
|
|
1196
1370
|
});
|
|
1197
1371
|
if (process.env.NODE_ENV !== "production") {
|
|
1198
1372
|
Idea.propTypes = iconPropTypes;
|
|
1199
1373
|
}
|
|
1200
|
-
const Identification = /*#__PURE__*/React.forwardRef(function Identification(
|
|
1374
|
+
const Identification = /*#__PURE__*/React.forwardRef(function Identification(_ref53, ref) {
|
|
1201
1375
|
let {
|
|
1202
1376
|
children,
|
|
1203
1377
|
size = 16,
|
|
1204
1378
|
...rest
|
|
1205
|
-
} =
|
|
1379
|
+
} = _ref53;
|
|
1206
1380
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1207
1381
|
width: size,
|
|
1208
1382
|
height: size,
|
|
@@ -1211,21 +1385,21 @@ const Identification = /*#__PURE__*/React.forwardRef(function Identification(_re
|
|
|
1211
1385
|
viewBox: "0 0 32 32",
|
|
1212
1386
|
fill: "currentColor",
|
|
1213
1387
|
...rest
|
|
1214
|
-
},
|
|
1388
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1215
1389
|
d: "M28,6V26H4V6H28m0-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
|
|
1216
|
-
})),
|
|
1390
|
+
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1217
1391
|
d: "M6 10H13V12H6zM6 14H10V16H6zM23 18H17a3 3 0 00-3 3v2h2V21a1 1 0 011-1h6a1 1 0 011 1v2h2V21A3 3 0 0023 18zM20 17a4 4 0 10-4-4A4 4 0 0020 17zm0-6a2 2 0 11-2 2A2 2 0 0120 11z"
|
|
1218
1392
|
})), children);
|
|
1219
1393
|
});
|
|
1220
1394
|
if (process.env.NODE_ENV !== "production") {
|
|
1221
1395
|
Identification.propTypes = iconPropTypes;
|
|
1222
1396
|
}
|
|
1223
|
-
const Image = /*#__PURE__*/React.forwardRef(function Image(
|
|
1397
|
+
const Image = /*#__PURE__*/React.forwardRef(function Image(_ref54, ref) {
|
|
1224
1398
|
let {
|
|
1225
1399
|
children,
|
|
1226
1400
|
size = 16,
|
|
1227
1401
|
...rest
|
|
1228
|
-
} =
|
|
1402
|
+
} = _ref54;
|
|
1229
1403
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1230
1404
|
width: size,
|
|
1231
1405
|
height: size,
|
|
@@ -1234,21 +1408,21 @@ const Image = /*#__PURE__*/React.forwardRef(function Image(_ref47, ref) {
|
|
|
1234
1408
|
viewBox: "0 0 32 32",
|
|
1235
1409
|
fill: "currentColor",
|
|
1236
1410
|
...rest
|
|
1237
|
-
},
|
|
1411
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1238
1412
|
d: "M19,14a3,3,0,1,0-3-3A3,3,0,0,0,19,14Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,19,10Z"
|
|
1239
|
-
})),
|
|
1413
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1240
1414
|
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,22H6V20l5-5,5.59,5.59a2,2,0,0,0,2.82,0L21,19l5,5Zm0-4.83-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17l-5.59-5.59a2,2,0,0,0-2.82,0L6,17.17V6H26Z"
|
|
1241
1415
|
})), children);
|
|
1242
1416
|
});
|
|
1243
1417
|
if (process.env.NODE_ENV !== "production") {
|
|
1244
1418
|
Image.propTypes = iconPropTypes;
|
|
1245
1419
|
}
|
|
1246
|
-
const ImageCopy = /*#__PURE__*/React.forwardRef(function ImageCopy(
|
|
1420
|
+
const ImageCopy = /*#__PURE__*/React.forwardRef(function ImageCopy(_ref55, ref) {
|
|
1247
1421
|
let {
|
|
1248
1422
|
children,
|
|
1249
1423
|
size = 16,
|
|
1250
1424
|
...rest
|
|
1251
|
-
} =
|
|
1425
|
+
} = _ref55;
|
|
1252
1426
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1253
1427
|
width: size,
|
|
1254
1428
|
height: size,
|
|
@@ -1257,21 +1431,21 @@ const ImageCopy = /*#__PURE__*/React.forwardRef(function ImageCopy(_ref48, ref)
|
|
|
1257
1431
|
viewBox: "0 0 32 32",
|
|
1258
1432
|
fill: "currentColor",
|
|
1259
1433
|
...rest
|
|
1260
|
-
},
|
|
1434
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1261
1435
|
d: "M4 22H2V4A2.0023 2.0023 0 014 2H22V4H4zM21 17a3 3 0 10-3-3A3.0033 3.0033 0 0021 17zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0121 13z"
|
|
1262
|
-
})),
|
|
1436
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1263
1437
|
d: "M28,7H9A2.0025,2.0025,0,0,0,7,9V28a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V9A2.0025,2.0025,0,0,0,28,7Zm0,21H9v-6l4-3.9971,5.5859,5.586a2,2,0,0,0,2.8282,0L23,22.0034,28,27Zm0-3.8281-3.5859-3.586a2,2,0,0,0-2.8282,0L20,22.1719l-5.5859-5.586a2,2,0,0,0-2.8282,0L9,19.1719V9H28Z"
|
|
1264
1438
|
})), children);
|
|
1265
1439
|
});
|
|
1266
1440
|
if (process.env.NODE_ENV !== "production") {
|
|
1267
1441
|
ImageCopy.propTypes = iconPropTypes;
|
|
1268
1442
|
}
|
|
1269
|
-
const ImageMedical = /*#__PURE__*/React.forwardRef(function ImageMedical(
|
|
1443
|
+
const ImageMedical = /*#__PURE__*/React.forwardRef(function ImageMedical(_ref56, ref) {
|
|
1270
1444
|
let {
|
|
1271
1445
|
children,
|
|
1272
1446
|
size = 16,
|
|
1273
1447
|
...rest
|
|
1274
|
-
} =
|
|
1448
|
+
} = _ref56;
|
|
1275
1449
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1276
1450
|
width: size,
|
|
1277
1451
|
height: size,
|
|
@@ -1280,21 +1454,21 @@ const ImageMedical = /*#__PURE__*/React.forwardRef(function ImageMedical(_ref49,
|
|
|
1280
1454
|
viewBox: "0 0 32 32",
|
|
1281
1455
|
fill: "currentColor",
|
|
1282
1456
|
...rest
|
|
1283
|
-
},
|
|
1457
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1284
1458
|
d: "M26,6V26H6V6H26m0-2H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
|
|
1285
|
-
})),
|
|
1459
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1286
1460
|
d: "M22 16L22 14 17 14 17 12 20 12 20 10 17 10 17 8 15 8 15 10 12 10 12 12 15 12 15 14 10 14 10 16 15 16 15 18 10 18 10 20 15 20 15 22 12 22 12 24 20 24 20 22 17 22 17 20 22 20 22 18 17 18 17 16 22 16z"
|
|
1287
1461
|
})), children);
|
|
1288
1462
|
});
|
|
1289
1463
|
if (process.env.NODE_ENV !== "production") {
|
|
1290
1464
|
ImageMedical.propTypes = iconPropTypes;
|
|
1291
1465
|
}
|
|
1292
|
-
const ImageReference = /*#__PURE__*/React.forwardRef(function ImageReference(
|
|
1466
|
+
const ImageReference = /*#__PURE__*/React.forwardRef(function ImageReference(_ref57, ref) {
|
|
1293
1467
|
let {
|
|
1294
1468
|
children,
|
|
1295
1469
|
size = 16,
|
|
1296
1470
|
...rest
|
|
1297
|
-
} =
|
|
1471
|
+
} = _ref57;
|
|
1298
1472
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1299
1473
|
width: size,
|
|
1300
1474
|
height: size,
|
|
@@ -1303,21 +1477,21 @@ const ImageReference = /*#__PURE__*/React.forwardRef(function ImageReference(_re
|
|
|
1303
1477
|
viewBox: "0 0 32 32",
|
|
1304
1478
|
fill: "currentColor",
|
|
1305
1479
|
...rest
|
|
1306
|
-
},
|
|
1480
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1307
1481
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM19 14a3 3 0 10-3-3A3 3 0 0019 14zm0-4a1 1 0 11-1 1A1 1 0 0119 10z"
|
|
1308
|
-
})),
|
|
1482
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1309
1483
|
d: "M26,4H6A2,2,0,0,0,4,6V16H6V6H26V21.17l-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17,11.8308,13l-1.4151,1.4155L14,18l2.59,2.59a2,2,0,0,0,2.82,0L21,19l5,5v2H16v2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Z"
|
|
1310
1484
|
})), children);
|
|
1311
1485
|
});
|
|
1312
1486
|
if (process.env.NODE_ENV !== "production") {
|
|
1313
1487
|
ImageReference.propTypes = iconPropTypes;
|
|
1314
1488
|
}
|
|
1315
|
-
const ImageSearch = /*#__PURE__*/React.forwardRef(function ImageSearch(
|
|
1489
|
+
const ImageSearch = /*#__PURE__*/React.forwardRef(function ImageSearch(_ref58, ref) {
|
|
1316
1490
|
let {
|
|
1317
1491
|
children,
|
|
1318
1492
|
size = 16,
|
|
1319
1493
|
...rest
|
|
1320
|
-
} =
|
|
1494
|
+
} = _ref58;
|
|
1321
1495
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1322
1496
|
width: size,
|
|
1323
1497
|
height: size,
|
|
@@ -1326,21 +1500,21 @@ const ImageSearch = /*#__PURE__*/React.forwardRef(function ImageSearch(_ref51, r
|
|
|
1326
1500
|
viewBox: "0 0 32 32",
|
|
1327
1501
|
fill: "currentColor",
|
|
1328
1502
|
...rest
|
|
1329
|
-
},
|
|
1503
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1330
1504
|
d: "M24 14a5.99 5.99 0 00-4.885 9.4712L14 28.5859 15.4141 30l5.1147-5.1147A5.9971 5.9971 0 1024 14zm0 10a4 4 0 114-4A4.0045 4.0045 0 0124 24zM17 12a3 3 0 10-3-3A3.0033 3.0033 0 0017 12zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0117 8z"
|
|
1331
|
-
})),
|
|
1505
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1332
1506
|
d: "M12,24H4V17.9966L9,13l5.5859,5.5859L16,17.168l-5.5859-5.5855a2,2,0,0,0-2.8282,0L4,15.168V4H24v6h2V4a2.0023,2.0023,0,0,0-2-2H4A2.002,2.002,0,0,0,2,4V24a2.0023,2.0023,0,0,0,2,2h8Z"
|
|
1333
1507
|
})), children);
|
|
1334
1508
|
});
|
|
1335
1509
|
if (process.env.NODE_ENV !== "production") {
|
|
1336
1510
|
ImageSearch.propTypes = iconPropTypes;
|
|
1337
1511
|
}
|
|
1338
|
-
const ImageSearchAlt = /*#__PURE__*/React.forwardRef(function ImageSearchAlt(
|
|
1512
|
+
const ImageSearchAlt = /*#__PURE__*/React.forwardRef(function ImageSearchAlt(_ref59, ref) {
|
|
1339
1513
|
let {
|
|
1340
1514
|
children,
|
|
1341
1515
|
size = 16,
|
|
1342
1516
|
...rest
|
|
1343
|
-
} =
|
|
1517
|
+
} = _ref59;
|
|
1344
1518
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1345
1519
|
width: size,
|
|
1346
1520
|
height: size,
|
|
@@ -1349,21 +1523,21 @@ const ImageSearchAlt = /*#__PURE__*/React.forwardRef(function ImageSearchAlt(_re
|
|
|
1349
1523
|
viewBox: "0 0 32 32",
|
|
1350
1524
|
fill: "currentColor",
|
|
1351
1525
|
...rest
|
|
1352
|
-
},
|
|
1526
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1353
1527
|
d: "M10,16a5.9908,5.9908,0,0,0,9.4712,4.8853L24.5859,26,26,24.5859l-5.115-5.1147A5.997,5.997,0,1,0,10,16Zm2,0a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Z"
|
|
1354
|
-
})),
|
|
1528
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1355
1529
|
d: "M29,7H22.54L20.83,4.45A.9946.9946,0,0,0,20,4H12a.9946.9946,0,0,0-.83.45L9.46,7H3A1.0031,1.0031,0,0,0,2,8V25a1.0031,1.0031,0,0,0,1,1h9V24H4V9h6a.9946.9946,0,0,0,.83-.45L12.54,6h6.92l1.71,2.55A.9946.9946,0,0,0,22,9h6V21h2V8A1.0031,1.0031,0,0,0,29,7Z"
|
|
1356
1530
|
})), children);
|
|
1357
1531
|
});
|
|
1358
1532
|
if (process.env.NODE_ENV !== "production") {
|
|
1359
1533
|
ImageSearchAlt.propTypes = iconPropTypes;
|
|
1360
1534
|
}
|
|
1361
|
-
const WatsonHealthImageAvailabilityLocal = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityLocal(
|
|
1535
|
+
const WatsonHealthImageAvailabilityLocal = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityLocal(_ref60, ref) {
|
|
1362
1536
|
let {
|
|
1363
1537
|
children,
|
|
1364
1538
|
size = 16,
|
|
1365
1539
|
...rest
|
|
1366
|
-
} =
|
|
1540
|
+
} = _ref60;
|
|
1367
1541
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1368
1542
|
width: size,
|
|
1369
1543
|
height: size,
|
|
@@ -1372,21 +1546,21 @@ const WatsonHealthImageAvailabilityLocal = /*#__PURE__*/React.forwardRef(functio
|
|
|
1372
1546
|
viewBox: "0 0 32 32",
|
|
1373
1547
|
fill: "currentColor",
|
|
1374
1548
|
...rest
|
|
1375
|
-
},
|
|
1549
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1376
1550
|
d: "M16,18c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S18.8,18,16,18z"
|
|
1377
|
-
})),
|
|
1551
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1378
1552
|
d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
|
|
1379
1553
|
})), children);
|
|
1380
1554
|
});
|
|
1381
1555
|
if (process.env.NODE_ENV !== "production") {
|
|
1382
1556
|
WatsonHealthImageAvailabilityLocal.propTypes = iconPropTypes;
|
|
1383
1557
|
}
|
|
1384
|
-
const WatsonHealthImageAvailabilityRetrieving = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityRetrieving(
|
|
1558
|
+
const WatsonHealthImageAvailabilityRetrieving = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityRetrieving(_ref61, ref) {
|
|
1385
1559
|
let {
|
|
1386
1560
|
children,
|
|
1387
1561
|
size = 16,
|
|
1388
1562
|
...rest
|
|
1389
|
-
} =
|
|
1563
|
+
} = _ref61;
|
|
1390
1564
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1391
1565
|
width: size,
|
|
1392
1566
|
height: size,
|
|
@@ -1395,21 +1569,21 @@ const WatsonHealthImageAvailabilityRetrieving = /*#__PURE__*/React.forwardRef(fu
|
|
|
1395
1569
|
viewBox: "0 0 32 32",
|
|
1396
1570
|
fill: "currentColor",
|
|
1397
1571
|
...rest
|
|
1398
|
-
},
|
|
1572
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1399
1573
|
d: "M10 13L11.4 11.6 15 15.2 15 2 17 2 17 15.2 20.6 11.6 22 13 16 19z"
|
|
1400
|
-
})),
|
|
1574
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1401
1575
|
d: "M20,2.8V5c3,1.5,5,4.5,5,8c0,2-0.6,3.8-1.8,5.4c0,0-0.2,0.3-0.3,0.4L16,26.9l-6.9-8.1c-0.1-0.1-0.3-0.4-0.3-0.4 C7.6,16.8,7,15,7,13c0-3.5,2-6.6,5-8V2.8C7.9,4.4,5,8.3,5,13c0,2.4,0.8,4.7,2.2,6.6c0,0,0.3,0.4,0.3,0.5L16,30l8.4-10 c0-0.1,0.3-0.4,0.3-0.4l0,0c1.4-1.9,2.2-4.2,2.2-6.6C27,8.3,24.1,4.4,20,2.8z"
|
|
1402
1576
|
})), children);
|
|
1403
1577
|
});
|
|
1404
1578
|
if (process.env.NODE_ENV !== "production") {
|
|
1405
1579
|
WatsonHealthImageAvailabilityRetrieving.propTypes = iconPropTypes;
|
|
1406
1580
|
}
|
|
1407
|
-
const WatsonHealthImageAvailabilityUnavailable = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityUnavailable(
|
|
1581
|
+
const WatsonHealthImageAvailabilityUnavailable = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityUnavailable(_ref62, ref) {
|
|
1408
1582
|
let {
|
|
1409
1583
|
children,
|
|
1410
1584
|
size = 16,
|
|
1411
1585
|
...rest
|
|
1412
|
-
} =
|
|
1586
|
+
} = _ref62;
|
|
1413
1587
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1414
1588
|
width: size,
|
|
1415
1589
|
height: size,
|
|
@@ -1418,25 +1592,25 @@ const WatsonHealthImageAvailabilityUnavailable = /*#__PURE__*/React.forwardRef(f
|
|
|
1418
1592
|
viewBox: "0 0 32 32",
|
|
1419
1593
|
fill: "currentColor",
|
|
1420
1594
|
...rest
|
|
1421
|
-
},
|
|
1595
|
+
}, _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
|
|
1422
1596
|
cx: "16",
|
|
1423
1597
|
cy: "20.5",
|
|
1424
1598
|
r: "1.5"
|
|
1425
|
-
})),
|
|
1599
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1426
1600
|
d: "M17,17h-2v-4h2c1.1,0,2-0.9,2-2s-0.9-2-2-2h-2c-1.1,0-2,0.9-2,2v0.5h-2V11c0-2.2,1.8-4,4-4h2c2.2,0,4,1.8,4,4s-1.8,4-4,4V17 z"
|
|
1427
|
-
})),
|
|
1601
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1428
1602
|
d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
|
|
1429
1603
|
})), children);
|
|
1430
1604
|
});
|
|
1431
1605
|
if (process.env.NODE_ENV !== "production") {
|
|
1432
1606
|
WatsonHealthImageAvailabilityUnavailable.propTypes = iconPropTypes;
|
|
1433
1607
|
}
|
|
1434
|
-
const ImageService = /*#__PURE__*/React.forwardRef(function ImageService(
|
|
1608
|
+
const ImageService = /*#__PURE__*/React.forwardRef(function ImageService(_ref63, ref) {
|
|
1435
1609
|
let {
|
|
1436
1610
|
children,
|
|
1437
1611
|
size = 16,
|
|
1438
1612
|
...rest
|
|
1439
|
-
} =
|
|
1613
|
+
} = _ref63;
|
|
1440
1614
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1441
1615
|
width: size,
|
|
1442
1616
|
height: size,
|
|
@@ -1445,25 +1619,25 @@ const ImageService = /*#__PURE__*/React.forwardRef(function ImageService(_ref56,
|
|
|
1445
1619
|
viewBox: "0 0 32 32",
|
|
1446
1620
|
fill: "currentColor",
|
|
1447
1621
|
...rest
|
|
1448
|
-
},
|
|
1622
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1449
1623
|
d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
|
|
1450
|
-
})),
|
|
1624
|
+
})), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
|
1451
1625
|
cx: "7",
|
|
1452
1626
|
cy: "25",
|
|
1453
1627
|
r: "1"
|
|
1454
|
-
})),
|
|
1628
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1455
1629
|
d: "M13 4H15V12H13zM9 4H11V12H9zM21 12H19a2.0021 2.0021 0 01-2-2V6a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0121 12zM19 6v4h2V6zM21 14H23V22H21zM9 14H11V22H9zM17 22H15a2.0021 2.0021 0 01-2-2V16a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0117 22zm-2-6v4h2V16z"
|
|
1456
1630
|
})), children);
|
|
1457
1631
|
});
|
|
1458
1632
|
if (process.env.NODE_ENV !== "production") {
|
|
1459
1633
|
ImageService.propTypes = iconPropTypes;
|
|
1460
1634
|
}
|
|
1461
|
-
const ImportExport = /*#__PURE__*/React.forwardRef(function ImportExport(
|
|
1635
|
+
const ImportExport = /*#__PURE__*/React.forwardRef(function ImportExport(_ref64, ref) {
|
|
1462
1636
|
let {
|
|
1463
1637
|
children,
|
|
1464
1638
|
size = 16,
|
|
1465
1639
|
...rest
|
|
1466
|
-
} =
|
|
1640
|
+
} = _ref64;
|
|
1467
1641
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1468
1642
|
width: size,
|
|
1469
1643
|
height: size,
|
|
@@ -1472,19 +1646,19 @@ const ImportExport = /*#__PURE__*/React.forwardRef(function ImportExport(_ref57,
|
|
|
1472
1646
|
viewBox: "0 0 32 32",
|
|
1473
1647
|
fill: "currentColor",
|
|
1474
1648
|
...rest
|
|
1475
|
-
},
|
|
1649
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1476
1650
|
d: "M28 24v4H4V24H2v4l.0076-.0049A1.9977 1.9977 0 004 30H28a2 2 0 002-2h0V24zM27.6 14.6L24 18.2 24 4 22 4 22 18.2 18.4 14.6 17 16 23 22 29 16 27.6 14.6zM9 4L3 10 4.4 11.4 8 7.8 8 22 10 22 10 7.8 13.6 11.4 15 10 9 4z"
|
|
1477
1651
|
})), children);
|
|
1478
1652
|
});
|
|
1479
1653
|
if (process.env.NODE_ENV !== "production") {
|
|
1480
1654
|
ImportExport.propTypes = iconPropTypes;
|
|
1481
1655
|
}
|
|
1482
|
-
const ImproveRelevance = /*#__PURE__*/React.forwardRef(function ImproveRelevance(
|
|
1656
|
+
const ImproveRelevance = /*#__PURE__*/React.forwardRef(function ImproveRelevance(_ref65, ref) {
|
|
1483
1657
|
let {
|
|
1484
1658
|
children,
|
|
1485
1659
|
size = 16,
|
|
1486
1660
|
...rest
|
|
1487
|
-
} =
|
|
1661
|
+
} = _ref65;
|
|
1488
1662
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1489
1663
|
width: size,
|
|
1490
1664
|
height: size,
|
|
@@ -1493,27 +1667,27 @@ const ImproveRelevance = /*#__PURE__*/React.forwardRef(function ImproveRelevance
|
|
|
1493
1667
|
viewBox: "0 0 32 32",
|
|
1494
1668
|
fill: "currentColor",
|
|
1495
1669
|
...rest
|
|
1496
|
-
},
|
|
1670
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1497
1671
|
d: "M22 26.59L19.41 24 18 25.41 22 29.41 30 21.41 28.59 20 22 26.59z"
|
|
1498
|
-
})),
|
|
1672
|
+
})), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
|
|
1499
1673
|
cx: "16",
|
|
1500
1674
|
cy: "16",
|
|
1501
1675
|
r: "2"
|
|
1502
|
-
})),
|
|
1676
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1503
1677
|
d: "M16,22a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,12Z"
|
|
1504
|
-
})),
|
|
1678
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1505
1679
|
d: "M28,16A12,12,0,1,0,16,28V26A10,10,0,1,1,26,16Z"
|
|
1506
1680
|
})), children);
|
|
1507
1681
|
});
|
|
1508
1682
|
if (process.env.NODE_ENV !== "production") {
|
|
1509
1683
|
ImproveRelevance.propTypes = iconPropTypes;
|
|
1510
1684
|
}
|
|
1511
|
-
const InProgress = /*#__PURE__*/React.forwardRef(function InProgress(
|
|
1685
|
+
const InProgress = /*#__PURE__*/React.forwardRef(function InProgress(_ref66, ref) {
|
|
1512
1686
|
let {
|
|
1513
1687
|
children,
|
|
1514
1688
|
size = 16,
|
|
1515
1689
|
...rest
|
|
1516
|
-
} =
|
|
1690
|
+
} = _ref66;
|
|
1517
1691
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1518
1692
|
width: size,
|
|
1519
1693
|
height: size,
|
|
@@ -1522,19 +1696,19 @@ const InProgress = /*#__PURE__*/React.forwardRef(function InProgress(_ref59, ref
|
|
|
1522
1696
|
viewBox: "0 0 32 32",
|
|
1523
1697
|
fill: "currentColor",
|
|
1524
1698
|
...rest
|
|
1525
|
-
},
|
|
1699
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1526
1700
|
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm0,26A12,12,0,0,1,16,4V16l8.4812,8.4814A11.9625,11.9625,0,0,1,16,28Z"
|
|
1527
1701
|
})), children);
|
|
1528
1702
|
});
|
|
1529
1703
|
if (process.env.NODE_ENV !== "production") {
|
|
1530
1704
|
InProgress.propTypes = iconPropTypes;
|
|
1531
1705
|
}
|
|
1532
|
-
const InProgressError = /*#__PURE__*/React.forwardRef(function InProgressError(
|
|
1706
|
+
const InProgressError = /*#__PURE__*/React.forwardRef(function InProgressError(_ref67, ref) {
|
|
1533
1707
|
let {
|
|
1534
1708
|
children,
|
|
1535
1709
|
size = 16,
|
|
1536
1710
|
...rest
|
|
1537
|
-
} =
|
|
1711
|
+
} = _ref67;
|
|
1538
1712
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1539
1713
|
width: size,
|
|
1540
1714
|
height: size,
|
|
@@ -1543,21 +1717,21 @@ const InProgressError = /*#__PURE__*/React.forwardRef(function InProgressError(_
|
|
|
1543
1717
|
viewBox: "0 0 32 32",
|
|
1544
1718
|
fill: "currentColor",
|
|
1545
1719
|
...rest
|
|
1546
|
-
},
|
|
1720
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1547
1721
|
d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z"
|
|
1548
|
-
})),
|
|
1722
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1549
1723
|
d: "M14,2a12,12,0,1,0,2,23.8193v-2.021A10,10,0,1,1,14,4V14l4.343,4.3433A7.9751,7.9751,0,0,1,24,16h1.8193A11.93,11.93,0,0,0,14,2Z"
|
|
1550
1724
|
})), children);
|
|
1551
1725
|
});
|
|
1552
1726
|
if (process.env.NODE_ENV !== "production") {
|
|
1553
1727
|
InProgressError.propTypes = iconPropTypes;
|
|
1554
1728
|
}
|
|
1555
|
-
const InProgressWarning = /*#__PURE__*/React.forwardRef(function InProgressWarning(
|
|
1729
|
+
const InProgressWarning = /*#__PURE__*/React.forwardRef(function InProgressWarning(_ref68, ref) {
|
|
1556
1730
|
let {
|
|
1557
1731
|
children,
|
|
1558
1732
|
size = 16,
|
|
1559
1733
|
...rest
|
|
1560
|
-
} =
|
|
1734
|
+
} = _ref68;
|
|
1561
1735
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1562
1736
|
width: size,
|
|
1563
1737
|
height: size,
|
|
@@ -1566,21 +1740,21 @@ const InProgressWarning = /*#__PURE__*/React.forwardRef(function InProgressWarni
|
|
|
1566
1740
|
viewBox: "0 0 32 32",
|
|
1567
1741
|
fill: "currentColor",
|
|
1568
1742
|
...rest
|
|
1569
|
-
},
|
|
1743
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1570
1744
|
d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
|
|
1571
|
-
})),
|
|
1745
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1572
1746
|
d: "M18.746,22.7993A9.999,9.999,0,1,1,14,4V14l6.0971,6.0972,1.22-2.44A2.9849,2.9849,0,0,1,24,16h1.8193A11.993,11.993,0,1,0,14,26a11.9337,11.9337,0,0,0,3.3939-.4966Z"
|
|
1573
1747
|
})), children);
|
|
1574
1748
|
});
|
|
1575
1749
|
if (process.env.NODE_ENV !== "production") {
|
|
1576
1750
|
InProgressWarning.propTypes = iconPropTypes;
|
|
1577
1751
|
}
|
|
1578
|
-
const Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(
|
|
1752
|
+
const Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref69, ref) {
|
|
1579
1753
|
let {
|
|
1580
1754
|
children,
|
|
1581
1755
|
size = 16,
|
|
1582
1756
|
...rest
|
|
1583
|
-
} =
|
|
1757
|
+
} = _ref69;
|
|
1584
1758
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
1585
1759
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1586
1760
|
width: size,
|
|
@@ -1590,7 +1764,7 @@ const Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref62, ref
|
|
|
1590
1764
|
viewBox: "0 0 16 16",
|
|
1591
1765
|
fill: "currentColor",
|
|
1592
1766
|
...rest
|
|
1593
|
-
},
|
|
1767
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1594
1768
|
d: "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
|
|
1595
1769
|
})), children);
|
|
1596
1770
|
}
|
|
@@ -1602,19 +1776,19 @@ const Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref62, ref
|
|
|
1602
1776
|
viewBox: "0 0 32 32",
|
|
1603
1777
|
fill: "currentColor",
|
|
1604
1778
|
...rest
|
|
1605
|
-
},
|
|
1779
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1606
1780
|
d: "M23.7642 6.8593l1.2851-1.5315A13.976 13.976 0 0020.8672 2.887l-.6836 1.8776A11.9729 11.9729 0 0123.7642 6.8593zM27.81 14l1.9677-.4128A13.8888 13.8888 0 0028.14 9.0457L26.4087 10A12.52 12.52 0 0127.81 14zM20.1836 27.2354l.6836 1.8776a13.976 13.976 0 004.1821-2.4408l-1.2851-1.5315A11.9729 11.9729 0 0120.1836 27.2354zM26.4087 22L28.14 23a14.14 14.14 0 001.6382-4.5872L27.81 18.0659A12.1519 12.1519 0 0126.4087 22zM16 30V2a14 14 0 000 28z"
|
|
1607
1781
|
})), children);
|
|
1608
1782
|
});
|
|
1609
1783
|
if (process.env.NODE_ENV !== "production") {
|
|
1610
1784
|
Incomplete.propTypes = iconPropTypes;
|
|
1611
1785
|
}
|
|
1612
|
-
const IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel(
|
|
1786
|
+
const IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel(_ref70, ref) {
|
|
1613
1787
|
let {
|
|
1614
1788
|
children,
|
|
1615
1789
|
size = 16,
|
|
1616
1790
|
...rest
|
|
1617
|
-
} =
|
|
1791
|
+
} = _ref70;
|
|
1618
1792
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1619
1793
|
width: size,
|
|
1620
1794
|
height: size,
|
|
@@ -1623,19 +1797,19 @@ const IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel
|
|
|
1623
1797
|
viewBox: "0 0 32 32",
|
|
1624
1798
|
fill: "currentColor",
|
|
1625
1799
|
...rest
|
|
1626
|
-
},
|
|
1800
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1627
1801
|
d: "M30 21.41L28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25 30 21.41zM14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14z"
|
|
1628
1802
|
})), children);
|
|
1629
1803
|
});
|
|
1630
1804
|
if (process.env.NODE_ENV !== "production") {
|
|
1631
1805
|
IncompleteCancel.propTypes = iconPropTypes;
|
|
1632
1806
|
}
|
|
1633
|
-
const IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(
|
|
1807
|
+
const IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(_ref71, ref) {
|
|
1634
1808
|
let {
|
|
1635
1809
|
children,
|
|
1636
1810
|
size = 16,
|
|
1637
1811
|
...rest
|
|
1638
|
-
} =
|
|
1812
|
+
} = _ref71;
|
|
1639
1813
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1640
1814
|
width: size,
|
|
1641
1815
|
height: size,
|
|
@@ -1644,19 +1818,19 @@ const IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(_
|
|
|
1644
1818
|
viewBox: "0 0 32 32",
|
|
1645
1819
|
fill: "currentColor",
|
|
1646
1820
|
...rest
|
|
1647
|
-
},
|
|
1821
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1648
1822
|
d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
|
|
1649
1823
|
})), children);
|
|
1650
1824
|
});
|
|
1651
1825
|
if (process.env.NODE_ENV !== "production") {
|
|
1652
1826
|
IncompleteError.propTypes = iconPropTypes;
|
|
1653
1827
|
}
|
|
1654
|
-
const IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarning(
|
|
1828
|
+
const IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarning(_ref72, ref) {
|
|
1655
1829
|
let {
|
|
1656
1830
|
children,
|
|
1657
1831
|
size = 16,
|
|
1658
1832
|
...rest
|
|
1659
|
-
} =
|
|
1833
|
+
} = _ref72;
|
|
1660
1834
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1661
1835
|
width: size,
|
|
1662
1836
|
height: size,
|
|
@@ -1665,19 +1839,19 @@ const IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarni
|
|
|
1665
1839
|
viewBox: "0 0 32 32",
|
|
1666
1840
|
fill: "currentColor",
|
|
1667
1841
|
...rest
|
|
1668
|
-
},
|
|
1842
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1669
1843
|
d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
|
|
1670
1844
|
})), children);
|
|
1671
1845
|
});
|
|
1672
1846
|
if (process.env.NODE_ENV !== "production") {
|
|
1673
1847
|
IncompleteWarning.propTypes = iconPropTypes;
|
|
1674
1848
|
}
|
|
1675
|
-
const IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(
|
|
1849
|
+
const IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(_ref73, ref) {
|
|
1676
1850
|
let {
|
|
1677
1851
|
children,
|
|
1678
1852
|
size = 16,
|
|
1679
1853
|
...rest
|
|
1680
|
-
} =
|
|
1854
|
+
} = _ref73;
|
|
1681
1855
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1682
1856
|
width: size,
|
|
1683
1857
|
height: size,
|
|
@@ -1686,19 +1860,19 @@ const IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(_ref6
|
|
|
1686
1860
|
viewBox: "0 0 32 32",
|
|
1687
1861
|
fill: "currentColor",
|
|
1688
1862
|
...rest
|
|
1689
|
-
},
|
|
1863
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1690
1864
|
d: "M23 4L18 7.75 18 14.25 15 12 10 15.75 10 22.25 7 20 2 23.75 2 30 4 30 4 24.75 7 22.5 10 24.75 10 30 12 30 12 16.75 15 14.5 18 16.75 18 30 20 30 20 8.75 23 6.5 26 8.75 26 30 28 30 28 7.75 23 4z"
|
|
1691
1865
|
})), children);
|
|
1692
1866
|
});
|
|
1693
1867
|
if (process.env.NODE_ENV !== "production") {
|
|
1694
1868
|
IncreaseLevel.propTypes = iconPropTypes;
|
|
1695
1869
|
}
|
|
1696
|
-
const Industry = /*#__PURE__*/React.forwardRef(function Industry(
|
|
1870
|
+
const Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref74, ref) {
|
|
1697
1871
|
let {
|
|
1698
1872
|
children,
|
|
1699
1873
|
size = 16,
|
|
1700
1874
|
...rest
|
|
1701
|
-
} =
|
|
1875
|
+
} = _ref74;
|
|
1702
1876
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1703
1877
|
width: size,
|
|
1704
1878
|
height: size,
|
|
@@ -1707,19 +1881,19 @@ const Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref67, ref) {
|
|
|
1707
1881
|
viewBox: "0 0 32 32",
|
|
1708
1882
|
fill: "currentColor",
|
|
1709
1883
|
...rest
|
|
1710
|
-
},
|
|
1884
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
1711
1885
|
d: "M29.53,6.15a1,1,0,0,0-1,0L20,10.38V7a1,1,0,0,0-1.45-.89L10,10.38V3A1,1,0,0,0,9,2H3A1,1,0,0,0,2,3V28H30V7A1,1,0,0,0,29.53,6.15ZM22,26H18V19h4Zm6,0H24V18a1,1,0,0,0-1-1H17a1,1,0,0,0-1,1v8H4V4H8v9.62l10-5v5l10-5Z"
|
|
1712
1886
|
})), children);
|
|
1713
1887
|
});
|
|
1714
1888
|
if (process.env.NODE_ENV !== "production") {
|
|
1715
1889
|
Industry.propTypes = iconPropTypes;
|
|
1716
1890
|
}
|
|
1717
|
-
const InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(
|
|
1891
|
+
const InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(_ref75, ref) {
|
|
1718
1892
|
let {
|
|
1719
1893
|
children,
|
|
1720
1894
|
size = 16,
|
|
1721
1895
|
...rest
|
|
1722
|
-
} =
|
|
1896
|
+
} = _ref75;
|
|
1723
1897
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1724
1898
|
width: size,
|
|
1725
1899
|
height: size,
|
|
@@ -1728,19 +1902,19 @@ const InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(_re
|
|
|
1728
1902
|
viewBox: "0 0 32 32",
|
|
1729
1903
|
fill: "currentColor",
|
|
1730
1904
|
...rest
|
|
1731
|
-
},
|
|
1905
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
1732
1906
|
d: "m23,23c-5.6558,0-7.8577-6.4109-7.9487-6.6837-.0173-.0514-1.8435-5.3163-6.0513-5.3163-2.7571,0-5,2.243-5,5s2.2429,5,5,5c1.5876,0,3.0134-.7322,4.2373-2.1764l1.5259,1.2932c-1.5989,1.8862-3.5916,2.8832-5.7632,2.8832-3.8599,0-7-3.1401-7-7s3.1401-7,7-7c5.6558,0,7.8577,6.4109,7.9487,6.6837.0173.0514,1.8435,5.3163,6.0513,5.3163,2.7571,0,5-2.243,5-5s-2.2429-5-5-5c-1.5876,0-3.0134.7322-4.2373,2.1764l-1.5259-1.2932c1.5989-1.8862,3.5916-2.8832,5.7632-2.8832,3.8599,0,7,3.1401,7,7s-3.1401,7-7,7Z"
|
|
1733
1907
|
})), children);
|
|
1734
1908
|
});
|
|
1735
1909
|
if (process.env.NODE_ENV !== "production") {
|
|
1736
1910
|
InfinitySymbol.propTypes = iconPropTypes;
|
|
1737
1911
|
}
|
|
1738
|
-
const Information = /*#__PURE__*/React.forwardRef(function Information(
|
|
1912
|
+
const Information = /*#__PURE__*/React.forwardRef(function Information(_ref76, ref) {
|
|
1739
1913
|
let {
|
|
1740
1914
|
children,
|
|
1741
1915
|
size = 16,
|
|
1742
1916
|
...rest
|
|
1743
|
-
} =
|
|
1917
|
+
} = _ref76;
|
|
1744
1918
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1745
1919
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1746
1920
|
width: size,
|
|
@@ -1750,9 +1924,9 @@ const Information = /*#__PURE__*/React.forwardRef(function Information(_ref69, r
|
|
|
1750
1924
|
viewBox: "0 0 16 16",
|
|
1751
1925
|
fill: "currentColor",
|
|
1752
1926
|
...rest
|
|
1753
|
-
},
|
|
1927
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
1754
1928
|
d: "M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
|
|
1755
|
-
})),
|
|
1929
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
1756
1930
|
d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
|
|
1757
1931
|
})), children);
|
|
1758
1932
|
}
|
|
@@ -1764,21 +1938,21 @@ const Information = /*#__PURE__*/React.forwardRef(function Information(_ref69, r
|
|
|
1764
1938
|
viewBox: "0 0 32 32",
|
|
1765
1939
|
fill: "currentColor",
|
|
1766
1940
|
...rest
|
|
1767
|
-
},
|
|
1941
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
1768
1942
|
d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
|
1769
|
-
})),
|
|
1943
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
1770
1944
|
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"
|
|
1771
1945
|
})), children);
|
|
1772
1946
|
});
|
|
1773
1947
|
if (process.env.NODE_ENV !== "production") {
|
|
1774
1948
|
Information.propTypes = iconPropTypes;
|
|
1775
1949
|
}
|
|
1776
|
-
const InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisabled(
|
|
1950
|
+
const InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisabled(_ref77, ref) {
|
|
1777
1951
|
let {
|
|
1778
1952
|
children,
|
|
1779
1953
|
size = 16,
|
|
1780
1954
|
...rest
|
|
1781
|
-
} =
|
|
1955
|
+
} = _ref77;
|
|
1782
1956
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1783
1957
|
width: size,
|
|
1784
1958
|
height: size,
|
|
@@ -1787,21 +1961,21 @@ const InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDi
|
|
|
1787
1961
|
viewBox: "0 0 32 32",
|
|
1788
1962
|
fill: "currentColor",
|
|
1789
1963
|
...rest
|
|
1790
|
-
},
|
|
1964
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
1791
1965
|
d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l3.4433-3.4434A13.9614 13.9614 0 0026.5565 6.8574zM28 16A11.9734 11.9734 0 018.2678 25.146L15 18.4141V22H13v2h7V22H17V16.4141l8.146-8.146A11.8967 11.8967 0 0128 16zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
|
1792
|
-
})),
|
|
1966
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
1793
1967
|
d: "M5.67,22.0854A11.9829,11.9829,0,0,1,22.0856,5.67L23.54,4.2163A13.985,13.985,0,0,0,4.2162,23.54Z"
|
|
1794
1968
|
})), children);
|
|
1795
1969
|
});
|
|
1796
1970
|
if (process.env.NODE_ENV !== "production") {
|
|
1797
1971
|
InformationDisabled.propTypes = iconPropTypes;
|
|
1798
1972
|
}
|
|
1799
|
-
const InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled(
|
|
1973
|
+
const InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled(_ref78, ref) {
|
|
1800
1974
|
let {
|
|
1801
1975
|
children,
|
|
1802
1976
|
size = 16,
|
|
1803
1977
|
...rest
|
|
1804
|
-
} =
|
|
1978
|
+
} = _ref78;
|
|
1805
1979
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1806
1980
|
width: size,
|
|
1807
1981
|
height: size,
|
|
@@ -1810,23 +1984,23 @@ const InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFill
|
|
|
1810
1984
|
viewBox: "0 0 32 32",
|
|
1811
1985
|
fill: "currentColor",
|
|
1812
1986
|
...rest
|
|
1813
|
-
},
|
|
1987
|
+
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
1814
1988
|
fill: "none",
|
|
1815
1989
|
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
|
1816
1990
|
"data-icon-path": "inner-path"
|
|
1817
|
-
})),
|
|
1991
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
1818
1992
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,6a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
|
|
1819
1993
|
})), children);
|
|
1820
1994
|
});
|
|
1821
1995
|
if (process.env.NODE_ENV !== "production") {
|
|
1822
1996
|
InformationFilled.propTypes = iconPropTypes;
|
|
1823
1997
|
}
|
|
1824
|
-
const InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare(
|
|
1998
|
+
const InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare(_ref79, ref) {
|
|
1825
1999
|
let {
|
|
1826
2000
|
children,
|
|
1827
2001
|
size = 16,
|
|
1828
2002
|
...rest
|
|
1829
|
-
} =
|
|
2003
|
+
} = _ref79;
|
|
1830
2004
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1831
2005
|
width: size,
|
|
1832
2006
|
height: size,
|
|
@@ -1835,21 +2009,21 @@ const InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSqua
|
|
|
1835
2009
|
viewBox: "0 0 32 32",
|
|
1836
2010
|
fill: "currentColor",
|
|
1837
2011
|
...rest
|
|
1838
|
-
},
|
|
2012
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
1839
2013
|
d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
|
1840
|
-
})),
|
|
2014
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
1841
2015
|
d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26V6Z"
|
|
1842
2016
|
})), children);
|
|
1843
2017
|
});
|
|
1844
2018
|
if (process.env.NODE_ENV !== "production") {
|
|
1845
2019
|
InformationSquare.propTypes = iconPropTypes;
|
|
1846
2020
|
}
|
|
1847
|
-
const InformationSquareFilled = /*#__PURE__*/React.forwardRef(function InformationSquareFilled(
|
|
2021
|
+
const InformationSquareFilled = /*#__PURE__*/React.forwardRef(function InformationSquareFilled(_ref80, ref) {
|
|
1848
2022
|
let {
|
|
1849
2023
|
children,
|
|
1850
2024
|
size = 16,
|
|
1851
2025
|
...rest
|
|
1852
|
-
} =
|
|
2026
|
+
} = _ref80;
|
|
1853
2027
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1854
2028
|
width: size,
|
|
1855
2029
|
height: size,
|
|
@@ -1858,23 +2032,23 @@ const InformationSquareFilled = /*#__PURE__*/React.forwardRef(function Informati
|
|
|
1858
2032
|
viewBox: "0 0 32 32",
|
|
1859
2033
|
fill: "currentColor",
|
|
1860
2034
|
...rest
|
|
1861
|
-
},
|
|
2035
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
1862
2036
|
fill: "none",
|
|
1863
2037
|
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
|
1864
2038
|
"data-icon-path": "inner-path"
|
|
1865
|
-
})),
|
|
2039
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
1866
2040
|
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
|
|
1867
2041
|
})), children);
|
|
1868
2042
|
});
|
|
1869
2043
|
if (process.env.NODE_ENV !== "production") {
|
|
1870
2044
|
InformationSquareFilled.propTypes = iconPropTypes;
|
|
1871
2045
|
}
|
|
1872
|
-
const InfrastructureClassic = /*#__PURE__*/React.forwardRef(function InfrastructureClassic(
|
|
2046
|
+
const InfrastructureClassic = /*#__PURE__*/React.forwardRef(function InfrastructureClassic(_ref81, ref) {
|
|
1873
2047
|
let {
|
|
1874
2048
|
children,
|
|
1875
2049
|
size = 16,
|
|
1876
2050
|
...rest
|
|
1877
|
-
} =
|
|
2051
|
+
} = _ref81;
|
|
1878
2052
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1879
2053
|
width: size,
|
|
1880
2054
|
height: size,
|
|
@@ -1883,21 +2057,21 @@ const InfrastructureClassic = /*#__PURE__*/React.forwardRef(function Infrastruct
|
|
|
1883
2057
|
viewBox: "0 0 32 32",
|
|
1884
2058
|
fill: "currentColor",
|
|
1885
2059
|
...rest
|
|
1886
|
-
},
|
|
2060
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
1887
2061
|
d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
|
|
1888
|
-
})),
|
|
2062
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
1889
2063
|
d: "M14,25H9.5A7.4964,7.4964,0,0,1,8.1782,10.124,10,10,0,0,1,28,12H26a7.999,7.999,0,0,0-15.9507-.87l-.09.8335L9.123,12.02A5.4962,5.4962,0,0,0,9.5,23H14Z"
|
|
1890
2064
|
})), children);
|
|
1891
2065
|
});
|
|
1892
2066
|
if (process.env.NODE_ENV !== "production") {
|
|
1893
2067
|
InfrastructureClassic.propTypes = iconPropTypes;
|
|
1894
2068
|
}
|
|
1895
|
-
const Insert = /*#__PURE__*/React.forwardRef(function Insert(
|
|
2069
|
+
const Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref82, ref) {
|
|
1896
2070
|
let {
|
|
1897
2071
|
children,
|
|
1898
2072
|
size = 16,
|
|
1899
2073
|
...rest
|
|
1900
|
-
} =
|
|
2074
|
+
} = _ref82;
|
|
1901
2075
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1902
2076
|
width: size,
|
|
1903
2077
|
height: size,
|
|
@@ -1906,19 +2080,19 @@ const Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref75, ref) {
|
|
|
1906
2080
|
viewBox: "0 0 32 32",
|
|
1907
2081
|
fill: "currentColor",
|
|
1908
2082
|
...rest
|
|
1909
|
-
},
|
|
2083
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
1910
2084
|
d: "M2 9h9V2H2zM4 4H9V7H4zM2 19h9V12H2zm2-5H9v3H4zM2 29h9V22H2zm2-5H9v3H4zM27 9H18l3.41-3.59L20 4l-6 6 6 6 1.41-1.41L18 11h9a1 1 0 011 1V24a1 1 0 01-1 1H15v2H27a3 3 0 003-3V12A3 3 0 0027 9z"
|
|
1911
2085
|
})), children);
|
|
1912
2086
|
});
|
|
1913
2087
|
if (process.env.NODE_ENV !== "production") {
|
|
1914
2088
|
Insert.propTypes = iconPropTypes;
|
|
1915
2089
|
}
|
|
1916
|
-
const InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(
|
|
2090
|
+
const InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref83, ref) {
|
|
1917
2091
|
let {
|
|
1918
2092
|
children,
|
|
1919
2093
|
size = 16,
|
|
1920
2094
|
...rest
|
|
1921
|
-
} =
|
|
2095
|
+
} = _ref83;
|
|
1922
2096
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1923
2097
|
width: size,
|
|
1924
2098
|
height: size,
|
|
@@ -1927,19 +2101,19 @@ const InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref76, ref
|
|
|
1927
2101
|
viewBox: "0 0 32 32",
|
|
1928
2102
|
fill: "currentColor",
|
|
1929
2103
|
...rest
|
|
1930
|
-
},
|
|
2104
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
1931
2105
|
d: "M26 30H24V20H12V30H10V20a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2zM5.17 16L2 19.17 3.411 20.589 8 16 3.42 11.42 2 12.83 5.17 16zM24 14H12a2.0021 2.0021 0 01-2-2V2h2V12H24V2h2V12A2.0021 2.0021 0 0124 14z"
|
|
1932
2106
|
})), children);
|
|
1933
2107
|
});
|
|
1934
2108
|
if (process.env.NODE_ENV !== "production") {
|
|
1935
2109
|
InsertPage.propTypes = iconPropTypes;
|
|
1936
2110
|
}
|
|
1937
|
-
const InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(
|
|
2111
|
+
const InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref84, ref) {
|
|
1938
2112
|
let {
|
|
1939
2113
|
children,
|
|
1940
2114
|
size = 16,
|
|
1941
2115
|
...rest
|
|
1942
|
-
} =
|
|
2116
|
+
} = _ref84;
|
|
1943
2117
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1944
2118
|
width: size,
|
|
1945
2119
|
height: size,
|
|
@@ -1948,21 +2122,21 @@ const InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref77,
|
|
|
1948
2122
|
viewBox: "0 0 32 32",
|
|
1949
2123
|
fill: "currentColor",
|
|
1950
2124
|
...rest
|
|
1951
|
-
},
|
|
2125
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
1952
2126
|
d: "M20.17 16L17.59 18.58 19 20 23 16 19 12 17.58 13.41 20.17 16zM11.83 16L14.41 13.42 13 12 9 16 13 20 14.42 18.59 11.83 16z"
|
|
1953
|
-
})),
|
|
2127
|
+
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
1954
2128
|
d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
|
|
1955
2129
|
})), children);
|
|
1956
2130
|
});
|
|
1957
2131
|
if (process.env.NODE_ENV !== "production") {
|
|
1958
2132
|
InsertSyntax.propTypes = iconPropTypes;
|
|
1959
2133
|
}
|
|
1960
|
-
const Inspection = /*#__PURE__*/React.forwardRef(function Inspection(
|
|
2134
|
+
const Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref85, ref) {
|
|
1961
2135
|
let {
|
|
1962
2136
|
children,
|
|
1963
2137
|
size = 16,
|
|
1964
2138
|
...rest
|
|
1965
|
-
} =
|
|
2139
|
+
} = _ref85;
|
|
1966
2140
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1967
2141
|
width: size,
|
|
1968
2142
|
height: size,
|
|
@@ -1971,21 +2145,21 @@ const Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref78, ref
|
|
|
1971
2145
|
viewBox: "0 0 32 32",
|
|
1972
2146
|
fill: "currentColor",
|
|
1973
2147
|
...rest
|
|
1974
|
-
},
|
|
2148
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
1975
2149
|
d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
|
|
1976
|
-
})),
|
|
2150
|
+
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
1977
2151
|
d: "M30,15H27.9492A12.0071,12.0071,0,0,0,17,4.0508V2H15V4.0508A12.0071,12.0071,0,0,0,4.0508,15H2v2H4.0508A12.0071,12.0071,0,0,0,15,27.9492V30h2V27.9492A12.0071,12.0071,0,0,0,27.9492,17H30ZM17,25.9492V23H15v2.9492A10.0166,10.0166,0,0,1,6.0508,17H9V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V9h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H23v2h2.949A10.0165,10.0165,0,0,1,17,25.9492Z"
|
|
1978
2152
|
})), children);
|
|
1979
2153
|
});
|
|
1980
2154
|
if (process.env.NODE_ENV !== "production") {
|
|
1981
2155
|
Inspection.propTypes = iconPropTypes;
|
|
1982
2156
|
}
|
|
1983
|
-
const InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(
|
|
2157
|
+
const InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref86, ref) {
|
|
1984
2158
|
let {
|
|
1985
2159
|
children,
|
|
1986
2160
|
size = 16,
|
|
1987
2161
|
...rest
|
|
1988
|
-
} =
|
|
2162
|
+
} = _ref86;
|
|
1989
2163
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1990
2164
|
width: size,
|
|
1991
2165
|
height: size,
|
|
@@ -1994,25 +2168,25 @@ const InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref79, ref
|
|
|
1994
2168
|
viewBox: "0 0 32 32",
|
|
1995
2169
|
fill: "currentColor",
|
|
1996
2170
|
...rest
|
|
1997
|
-
},
|
|
2171
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
1998
2172
|
d: "M12 5A3.0033 3.0033 0 009 2H4V15H9a3.0033 3.0033 0 003-3V10.5a2.977 2.977 0 00-.78-2 2.9768 2.9768 0 00.78-2zM6 4H9a1.0013 1.0013 0 011 1V6.5513A.9587.9587 0 019 7.5H6zm4 8a1.0009 1.0009 0 01-1 1H6V9.5H9a1.0009 1.0009 0 011 1zM22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5z"
|
|
1999
|
-
})),
|
|
2173
|
+
})), _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
|
|
2000
2174
|
cx: "9",
|
|
2001
2175
|
cy: "27",
|
|
2002
2176
|
r: "1"
|
|
2003
|
-
})),
|
|
2177
|
+
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2004
2178
|
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
|
2005
2179
|
})), children);
|
|
2006
2180
|
});
|
|
2007
2181
|
if (process.env.NODE_ENV !== "production") {
|
|
2008
2182
|
InstanceBx.propTypes = iconPropTypes;
|
|
2009
2183
|
}
|
|
2010
|
-
const InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(
|
|
2184
|
+
const InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_ref87, ref) {
|
|
2011
2185
|
let {
|
|
2012
2186
|
children,
|
|
2013
2187
|
size = 16,
|
|
2014
2188
|
...rest
|
|
2015
|
-
} =
|
|
2189
|
+
} = _ref87;
|
|
2016
2190
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2017
2191
|
width: size,
|
|
2018
2192
|
height: size,
|
|
@@ -2021,25 +2195,25 @@ const InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_
|
|
|
2021
2195
|
viewBox: "0 0 32 32",
|
|
2022
2196
|
fill: "currentColor",
|
|
2023
2197
|
...rest
|
|
2024
|
-
},
|
|
2198
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2025
2199
|
d: "M23.5,21H23V19h.5a4.4975,4.4975,0,0,0,.3564-8.981l-.8154-.0639-.0986-.812a6.9938,6.9938,0,0,0-13.8838,0l-.0991.812-.8155.0639A4.4975,4.4975,0,0,0,8.5,19H9v2H8.5A6.4973,6.4973,0,0,1,7.2,8.1362a8.9943,8.9943,0,0,1,17.6006,0A6.4974,6.4974,0,0,1,23.5,21Z"
|
|
2026
|
-
})),
|
|
2200
|
+
})), _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
|
|
2027
2201
|
cx: "9",
|
|
2028
2202
|
cy: "27",
|
|
2029
2203
|
r: "1"
|
|
2030
|
-
})),
|
|
2204
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2031
2205
|
d: "M26,23H17V15.83l2.59,2.58L21,17l-5-5-5,5,1.41,1.41L15,15.83V23H6a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V25A2.0023,2.0023,0,0,0,26,23Zm0,6H6V25H26Z"
|
|
2032
2206
|
})), children);
|
|
2033
2207
|
});
|
|
2034
2208
|
if (process.env.NODE_ENV !== "production") {
|
|
2035
2209
|
InstanceClassic.propTypes = iconPropTypes;
|
|
2036
2210
|
}
|
|
2037
|
-
const InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(
|
|
2211
|
+
const InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref88, ref) {
|
|
2038
2212
|
let {
|
|
2039
2213
|
children,
|
|
2040
2214
|
size = 16,
|
|
2041
2215
|
...rest
|
|
2042
|
-
} =
|
|
2216
|
+
} = _ref88;
|
|
2043
2217
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2044
2218
|
width: size,
|
|
2045
2219
|
height: size,
|
|
@@ -2048,23 +2222,23 @@ const InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref81, ref
|
|
|
2048
2222
|
viewBox: "0 0 32 32",
|
|
2049
2223
|
fill: "currentColor",
|
|
2050
2224
|
...rest
|
|
2051
|
-
},
|
|
2225
|
+
}, _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
|
|
2052
2226
|
cx: "9",
|
|
2053
2227
|
cy: "27",
|
|
2054
2228
|
r: "1"
|
|
2055
|
-
})),
|
|
2229
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2056
2230
|
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM12 15H6a2.0023 2.0023 0 01-2-2V4A2.002 2.002 0 016 2h6V4H6v9h6zM2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
|
2057
2231
|
})), children);
|
|
2058
2232
|
});
|
|
2059
2233
|
if (process.env.NODE_ENV !== "production") {
|
|
2060
2234
|
InstanceCx.propTypes = iconPropTypes;
|
|
2061
2235
|
}
|
|
2062
|
-
const InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(
|
|
2236
|
+
const InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref89, ref) {
|
|
2063
2237
|
let {
|
|
2064
2238
|
children,
|
|
2065
2239
|
size = 16,
|
|
2066
2240
|
...rest
|
|
2067
|
-
} =
|
|
2241
|
+
} = _ref89;
|
|
2068
2242
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2069
2243
|
width: size,
|
|
2070
2244
|
height: size,
|
|
@@ -2073,25 +2247,25 @@ const InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref82, ref
|
|
|
2073
2247
|
viewBox: "0 0 32 32",
|
|
2074
2248
|
fill: "currentColor",
|
|
2075
2249
|
...rest
|
|
2076
|
-
},
|
|
2250
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2077
2251
|
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM10 2L8.485 6.374 8 8 7.535 6.374 6 2 4 2 4 15 6 15 6 7.374 5.841 5.378 6.421 7.374 8 12 9.579 7.374 10.159 5.374 10 7.374 10 15 12 15 12 2 10 2z"
|
|
2078
|
-
})),
|
|
2252
|
+
})), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
|
|
2079
2253
|
cx: "9",
|
|
2080
2254
|
cy: "27",
|
|
2081
2255
|
r: "1"
|
|
2082
|
-
})),
|
|
2256
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2083
2257
|
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
|
2084
2258
|
})), children);
|
|
2085
2259
|
});
|
|
2086
2260
|
if (process.env.NODE_ENV !== "production") {
|
|
2087
2261
|
InstanceMx.propTypes = iconPropTypes;
|
|
2088
2262
|
}
|
|
2089
|
-
const InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(
|
|
2263
|
+
const InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_ref90, ref) {
|
|
2090
2264
|
let {
|
|
2091
2265
|
children,
|
|
2092
2266
|
size = 16,
|
|
2093
2267
|
...rest
|
|
2094
|
-
} =
|
|
2268
|
+
} = _ref90;
|
|
2095
2269
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2096
2270
|
width: size,
|
|
2097
2271
|
height: size,
|
|
@@ -2100,23 +2274,23 @@ const InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_
|
|
|
2100
2274
|
viewBox: "0 0 32 32",
|
|
2101
2275
|
fill: "currentColor",
|
|
2102
2276
|
...rest
|
|
2103
|
-
},
|
|
2277
|
+
}, _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
|
|
2104
2278
|
cx: "7",
|
|
2105
2279
|
cy: "23",
|
|
2106
2280
|
r: "1"
|
|
2107
|
-
})),
|
|
2281
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2108
2282
|
d: "M2 6H6V8H2zM8 6H12V8H8zM14 6H18V8H14zM20 6H24V8H20zM26 6H30V8H26zM28 28H4a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 28zM4 20v6H28V20zM2 12H30V14H2z"
|
|
2109
2283
|
})), children);
|
|
2110
2284
|
});
|
|
2111
2285
|
if (process.env.NODE_ENV !== "production") {
|
|
2112
2286
|
InstanceVirtual.propTypes = iconPropTypes;
|
|
2113
2287
|
}
|
|
2114
|
-
const Integration = /*#__PURE__*/React.forwardRef(function Integration(
|
|
2288
|
+
const Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref91, ref) {
|
|
2115
2289
|
let {
|
|
2116
2290
|
children,
|
|
2117
2291
|
size = 16,
|
|
2118
2292
|
...rest
|
|
2119
|
-
} =
|
|
2293
|
+
} = _ref91;
|
|
2120
2294
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2121
2295
|
width: size,
|
|
2122
2296
|
height: size,
|
|
@@ -2125,19 +2299,19 @@ const Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref84, r
|
|
|
2125
2299
|
viewBox: "0 0 32 32",
|
|
2126
2300
|
fill: "currentColor",
|
|
2127
2301
|
...rest
|
|
2128
|
-
},
|
|
2302
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2129
2303
|
d: "M29.88,15.52l-6-11A1,1,0,0,0,23,4H9a1,1,0,0,0-.88.52l-6,11a1,1,0,0,0,0,1l6,11A1,1,0,0,0,9,28H23a1,1,0,0,0,.88-.52l6-11A1,1,0,0,0,29.88,15.52ZM22.93,7l4.39,8h-9.5ZM16,14.14,10.82,6H21.18ZM9.07,7l5.11,8H4.68ZM4.68,17h9.5L9.07,25ZM16,17.86,21.18,26H10.82ZM22.93,25l-5.11-8h9.5Z"
|
|
2130
2304
|
})), children);
|
|
2131
2305
|
});
|
|
2132
2306
|
if (process.env.NODE_ENV !== "production") {
|
|
2133
2307
|
Integration.propTypes = iconPropTypes;
|
|
2134
2308
|
}
|
|
2135
|
-
const IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestActive(
|
|
2309
|
+
const IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestActive(_ref92, ref) {
|
|
2136
2310
|
let {
|
|
2137
2311
|
children,
|
|
2138
2312
|
size = 16,
|
|
2139
2313
|
...rest
|
|
2140
|
-
} =
|
|
2314
|
+
} = _ref92;
|
|
2141
2315
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2142
2316
|
width: size,
|
|
2143
2317
|
height: size,
|
|
@@ -2146,21 +2320,21 @@ const IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequest
|
|
|
2146
2320
|
viewBox: "0 0 32 32",
|
|
2147
2321
|
fill: "currentColor",
|
|
2148
2322
|
...rest
|
|
2149
|
-
},
|
|
2323
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2150
2324
|
d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
|
|
2151
|
-
})),
|
|
2325
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2152
2326
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
|
2153
2327
|
})), children);
|
|
2154
2328
|
});
|
|
2155
2329
|
if (process.env.NODE_ENV !== "production") {
|
|
2156
2330
|
IntentRequestActive.propTypes = iconPropTypes;
|
|
2157
2331
|
}
|
|
2158
|
-
const IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCreate(
|
|
2332
|
+
const IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCreate(_ref93, ref) {
|
|
2159
2333
|
let {
|
|
2160
2334
|
children,
|
|
2161
2335
|
size = 16,
|
|
2162
2336
|
...rest
|
|
2163
|
-
} =
|
|
2337
|
+
} = _ref93;
|
|
2164
2338
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2165
2339
|
width: size,
|
|
2166
2340
|
height: size,
|
|
@@ -2169,21 +2343,21 @@ const IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequest
|
|
|
2169
2343
|
viewBox: "0 0 32 32",
|
|
2170
2344
|
fill: "currentColor",
|
|
2171
2345
|
...rest
|
|
2172
|
-
},
|
|
2346
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2173
2347
|
d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
|
|
2174
|
-
})),
|
|
2348
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2175
2349
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
|
2176
2350
|
})), children);
|
|
2177
2351
|
});
|
|
2178
2352
|
if (process.env.NODE_ENV !== "production") {
|
|
2179
2353
|
IntentRequestCreate.propTypes = iconPropTypes;
|
|
2180
2354
|
}
|
|
2181
|
-
const IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal(
|
|
2355
|
+
const IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal(_ref94, ref) {
|
|
2182
2356
|
let {
|
|
2183
2357
|
children,
|
|
2184
2358
|
size = 16,
|
|
2185
2359
|
...rest
|
|
2186
|
-
} =
|
|
2360
|
+
} = _ref94;
|
|
2187
2361
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2188
2362
|
width: size,
|
|
2189
2363
|
height: size,
|
|
@@ -2192,21 +2366,21 @@ const IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHe
|
|
|
2192
2366
|
viewBox: "0 0 32 32",
|
|
2193
2367
|
fill: "currentColor",
|
|
2194
2368
|
...rest
|
|
2195
|
-
},
|
|
2369
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2196
2370
|
d: "M27,20c-0.8,0-1.5,0.3-2.1,0.9l-0.4,0.5l-0.4-0.5C23.5,20.3,22.7,20,22,20s-1.5,0.3-2.1,0.9c-1.2,1.2-1.2,3.1,0,4.3l4.6,4.8 l4.6-4.8c1.2-1.2,1.2-3.1,0-4.3C28.6,20.3,27.8,20,27,20L27,20z"
|
|
2197
|
-
})),
|
|
2371
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2198
2372
|
d: "M16.6,28.6L4,16L16,4l12.6,12.6l1.4-1.4L17.5,2.6c-0.8-0.8-2.1-0.8-2.9,0L2.6,14.5c-0.8,0.8-0.8,2.1,0,2.9L15.1,30 L16.6,28.6z"
|
|
2199
2373
|
})), children);
|
|
2200
2374
|
});
|
|
2201
2375
|
if (process.env.NODE_ENV !== "production") {
|
|
2202
2376
|
IntentRequestHeal.propTypes = iconPropTypes;
|
|
2203
2377
|
}
|
|
2204
|
-
const IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequestInactive(
|
|
2378
|
+
const IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequestInactive(_ref95, ref) {
|
|
2205
2379
|
let {
|
|
2206
2380
|
children,
|
|
2207
2381
|
size = 16,
|
|
2208
2382
|
...rest
|
|
2209
|
-
} =
|
|
2383
|
+
} = _ref95;
|
|
2210
2384
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2211
2385
|
width: size,
|
|
2212
2386
|
height: size,
|
|
@@ -2215,31 +2389,31 @@ const IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentReque
|
|
|
2215
2389
|
viewBox: "0 0 32 32",
|
|
2216
2390
|
fill: "currentColor",
|
|
2217
2391
|
...rest
|
|
2218
|
-
},
|
|
2392
|
+
}, _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
|
|
2219
2393
|
cx: "18.5",
|
|
2220
2394
|
cy: "22.5",
|
|
2221
2395
|
r: "1.5"
|
|
2222
|
-
})),
|
|
2396
|
+
})), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
|
|
2223
2397
|
cx: "23.5",
|
|
2224
2398
|
cy: "22.5",
|
|
2225
2399
|
r: "1.5"
|
|
2226
|
-
})),
|
|
2400
|
+
})), _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
|
|
2227
2401
|
cx: "28.5",
|
|
2228
2402
|
cy: "22.5",
|
|
2229
2403
|
r: "1.5"
|
|
2230
|
-
})),
|
|
2404
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2231
2405
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
|
2232
2406
|
})), children);
|
|
2233
2407
|
});
|
|
2234
2408
|
if (process.env.NODE_ENV !== "production") {
|
|
2235
2409
|
IntentRequestInactive.propTypes = iconPropTypes;
|
|
2236
2410
|
}
|
|
2237
|
-
const IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(
|
|
2411
|
+
const IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(_ref96, ref) {
|
|
2238
2412
|
let {
|
|
2239
2413
|
children,
|
|
2240
2414
|
size = 16,
|
|
2241
2415
|
...rest
|
|
2242
|
-
} =
|
|
2416
|
+
} = _ref96;
|
|
2243
2417
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2244
2418
|
width: size,
|
|
2245
2419
|
height: size,
|
|
@@ -2248,19 +2422,19 @@ const IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentReques
|
|
|
2248
2422
|
viewBox: "0 0 32 32",
|
|
2249
2423
|
fill: "currentColor",
|
|
2250
2424
|
...rest
|
|
2251
|
-
},
|
|
2425
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2252
2426
|
d: "M28.6 30L30 28.6 22.4 21 29 21 29 19 19 19 19 29 21 29 21 22.4zM2 28.6L3.4 30 11 22.4 11 29 13 29 13 19 3 19 3 21 9.6 21zM17 2L15 2 15 12.2 10.4 7.6 9 9 16 16 23 9 21.6 7.6 17 12.2z"
|
|
2253
2427
|
})), children);
|
|
2254
2428
|
});
|
|
2255
2429
|
if (process.env.NODE_ENV !== "production") {
|
|
2256
2430
|
IntentRequestScaleIn.propTypes = iconPropTypes;
|
|
2257
2431
|
}
|
|
2258
|
-
const IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(
|
|
2432
|
+
const IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(_ref97, ref) {
|
|
2259
2433
|
let {
|
|
2260
2434
|
children,
|
|
2261
2435
|
size = 16,
|
|
2262
2436
|
...rest
|
|
2263
|
-
} =
|
|
2437
|
+
} = _ref97;
|
|
2264
2438
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2265
2439
|
width: size,
|
|
2266
2440
|
height: size,
|
|
@@ -2269,19 +2443,19 @@ const IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentReque
|
|
|
2269
2443
|
viewBox: "0 0 32 32",
|
|
2270
2444
|
fill: "currentColor",
|
|
2271
2445
|
...rest
|
|
2272
|
-
},
|
|
2446
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2273
2447
|
d: "M19 20.4L20.4 19 28 26.6 28 20 30 20 30 30 20 30 20 28 26.6 28zM13 20.4L11.6 19 4 26.6 4 20 2 20 2 30 12 30 12 28 5.4 28zM17 16L15 16 15 5.8 10.4 10.4 9 9 16 2 23 9 21.6 10.4 17 5.8z"
|
|
2274
2448
|
})), children);
|
|
2275
2449
|
});
|
|
2276
2450
|
if (process.env.NODE_ENV !== "production") {
|
|
2277
2451
|
IntentRequestScaleOut.propTypes = iconPropTypes;
|
|
2278
2452
|
}
|
|
2279
|
-
const IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(
|
|
2453
|
+
const IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(_ref98, ref) {
|
|
2280
2454
|
let {
|
|
2281
2455
|
children,
|
|
2282
2456
|
size = 16,
|
|
2283
2457
|
...rest
|
|
2284
|
-
} =
|
|
2458
|
+
} = _ref98;
|
|
2285
2459
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2286
2460
|
width: size,
|
|
2287
2461
|
height: size,
|
|
@@ -2290,21 +2464,21 @@ const IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequ
|
|
|
2290
2464
|
viewBox: "0 0 32 32",
|
|
2291
2465
|
fill: "currentColor",
|
|
2292
2466
|
...rest
|
|
2293
|
-
},
|
|
2467
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2294
2468
|
d: "M30 21.4L28.6 20 25 23.6 21.4 20 20 21.4 23.6 25 20 28.6 21.4 30 25 26.4 28.6 30 30 28.6 26.4 25z"
|
|
2295
|
-
})),
|
|
2469
|
+
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2296
2470
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
|
2297
2471
|
})), children);
|
|
2298
2472
|
});
|
|
2299
2473
|
if (process.env.NODE_ENV !== "production") {
|
|
2300
2474
|
IntentRequestUninstall.propTypes = iconPropTypes;
|
|
2301
2475
|
}
|
|
2302
|
-
const IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(
|
|
2476
|
+
const IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(_ref99, ref) {
|
|
2303
2477
|
let {
|
|
2304
2478
|
children,
|
|
2305
2479
|
size = 16,
|
|
2306
2480
|
...rest
|
|
2307
|
-
} =
|
|
2481
|
+
} = _ref99;
|
|
2308
2482
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2309
2483
|
width: size,
|
|
2310
2484
|
height: size,
|
|
@@ -2313,21 +2487,21 @@ const IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentReques
|
|
|
2313
2487
|
viewBox: "0 0 32 32",
|
|
2314
2488
|
fill: "currentColor",
|
|
2315
2489
|
...rest
|
|
2316
|
-
},
|
|
2490
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2317
2491
|
d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
|
|
2318
|
-
})),
|
|
2492
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2319
2493
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
|
2320
2494
|
})), children);
|
|
2321
2495
|
});
|
|
2322
2496
|
if (process.env.NODE_ENV !== "production") {
|
|
2323
2497
|
IntentRequestUpgrade.propTypes = iconPropTypes;
|
|
2324
2498
|
}
|
|
2325
|
-
const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(
|
|
2499
|
+
const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref100, ref) {
|
|
2326
2500
|
let {
|
|
2327
2501
|
children,
|
|
2328
2502
|
size = 16,
|
|
2329
2503
|
...rest
|
|
2330
|
-
} =
|
|
2504
|
+
} = _ref100;
|
|
2331
2505
|
if (size === 16 || size === "16" || size === "16px") {
|
|
2332
2506
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2333
2507
|
width: size,
|
|
@@ -2337,7 +2511,7 @@ const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref93,
|
|
|
2337
2511
|
viewBox: "0 0 16 16",
|
|
2338
2512
|
fill: "currentColor",
|
|
2339
2513
|
...rest
|
|
2340
|
-
},
|
|
2514
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2341
2515
|
fillRule: "evenodd",
|
|
2342
2516
|
d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"
|
|
2343
2517
|
})), children);
|
|
@@ -2350,19 +2524,19 @@ const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref93,
|
|
|
2350
2524
|
viewBox: "0 0 32 32",
|
|
2351
2525
|
fill: "currentColor",
|
|
2352
2526
|
...rest
|
|
2353
|
-
},
|
|
2527
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2354
2528
|
d: "M26 18H22V14H20V28h6a2.0027 2.0027 0 002-2V20A2.0023 2.0023 0 0026 18zm-4 8V20h4v6zM20 6.076L19.256 4.219 16 5.522 16 2 14 2 14 5.523 10.744 4.22 10 6.077 13.417 7.444 10.9 10.8 12.5 12 15 8.667 17.5 12 19.1 10.8 16.583 7.443 20 6.076zM10 18H5v2h5v2H6a2 2 0 00-2 2v2a2 2 0 002 2h6V20A2.0023 2.0023 0 0010 18zm0 8H6V24h4z"
|
|
2355
2529
|
})), children);
|
|
2356
2530
|
});
|
|
2357
2531
|
if (process.env.NODE_ENV !== "production") {
|
|
2358
2532
|
Interactions.propTypes = iconPropTypes;
|
|
2359
2533
|
}
|
|
2360
|
-
const WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(
|
|
2534
|
+
const WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref101, ref) {
|
|
2361
2535
|
let {
|
|
2362
2536
|
children,
|
|
2363
2537
|
size = 16,
|
|
2364
2538
|
...rest
|
|
2365
|
-
} =
|
|
2539
|
+
} = _ref101;
|
|
2366
2540
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2367
2541
|
width: size,
|
|
2368
2542
|
height: size,
|
|
@@ -2371,30 +2545,30 @@ const WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(
|
|
|
2371
2545
|
viewBox: "0 0 32 32",
|
|
2372
2546
|
fill: "currentColor",
|
|
2373
2547
|
...rest
|
|
2374
|
-
},
|
|
2548
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2375
2549
|
d: "M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z"
|
|
2376
|
-
})),
|
|
2550
|
+
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2377
2551
|
d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
|
|
2378
2552
|
transform: "rotate(-45 9 20)"
|
|
2379
|
-
})),
|
|
2553
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2380
2554
|
d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
|
|
2381
2555
|
transform: "rotate(-45 20 9)"
|
|
2382
|
-
})),
|
|
2556
|
+
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2383
2557
|
d: "M7.586 7.586H10.414V10.414H7.586z",
|
|
2384
2558
|
transform: "rotate(-45 9 9)"
|
|
2385
|
-
})),
|
|
2559
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2386
2560
|
d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
|
2387
2561
|
})), children);
|
|
2388
2562
|
});
|
|
2389
2563
|
if (process.env.NODE_ENV !== "production") {
|
|
2390
2564
|
WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes;
|
|
2391
2565
|
}
|
|
2392
|
-
const Intersect = /*#__PURE__*/React.forwardRef(function Intersect(
|
|
2566
|
+
const Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref102, ref) {
|
|
2393
2567
|
let {
|
|
2394
2568
|
children,
|
|
2395
2569
|
size = 16,
|
|
2396
2570
|
...rest
|
|
2397
|
-
} =
|
|
2571
|
+
} = _ref102;
|
|
2398
2572
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2399
2573
|
width: size,
|
|
2400
2574
|
height: size,
|
|
@@ -2403,21 +2577,21 @@ const Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref95, ref)
|
|
|
2403
2577
|
viewBox: "0 0 32 32",
|
|
2404
2578
|
fill: "currentColor",
|
|
2405
2579
|
...rest
|
|
2406
|
-
},
|
|
2580
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2407
2581
|
d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
|
|
2408
|
-
})),
|
|
2582
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2409
2583
|
d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8Zm0,20H10V24h4V22H10V18H8v4H4V4H22V8H18v2h4v4h2V10h4Z"
|
|
2410
2584
|
})), children);
|
|
2411
2585
|
});
|
|
2412
2586
|
if (process.env.NODE_ENV !== "production") {
|
|
2413
2587
|
Intersect.propTypes = iconPropTypes;
|
|
2414
2588
|
}
|
|
2415
|
-
const IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(
|
|
2589
|
+
const IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(_ref103, ref) {
|
|
2416
2590
|
let {
|
|
2417
2591
|
children,
|
|
2418
2592
|
size = 16,
|
|
2419
2593
|
...rest
|
|
2420
|
-
} =
|
|
2594
|
+
} = _ref103;
|
|
2421
2595
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2422
2596
|
width: size,
|
|
2423
2597
|
height: size,
|
|
@@ -2426,25 +2600,25 @@ const IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrev
|
|
|
2426
2600
|
viewBox: "0 0 32 32",
|
|
2427
2601
|
fill: "currentColor",
|
|
2428
2602
|
...rest
|
|
2429
|
-
},
|
|
2603
|
+
}, _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
|
|
2430
2604
|
cx: "22",
|
|
2431
2605
|
cy: "23.887",
|
|
2432
2606
|
r: "2"
|
|
2433
|
-
})),
|
|
2607
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2434
2608
|
d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z"
|
|
2435
|
-
})),
|
|
2609
|
+
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2436
2610
|
d: "M28,12H7a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h5V18H7V14H28l.0007,2H30V14A2.0023,2.0023,0,0,0,28,12Z"
|
|
2437
2611
|
})), children);
|
|
2438
2612
|
});
|
|
2439
2613
|
if (process.env.NODE_ENV !== "production") {
|
|
2440
2614
|
IntrusionPrevention.propTypes = iconPropTypes;
|
|
2441
2615
|
}
|
|
2442
|
-
const InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(
|
|
2616
|
+
const InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(_ref104, ref) {
|
|
2443
2617
|
let {
|
|
2444
2618
|
children,
|
|
2445
2619
|
size = 16,
|
|
2446
2620
|
...rest
|
|
2447
|
-
} =
|
|
2621
|
+
} = _ref104;
|
|
2448
2622
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2449
2623
|
width: size,
|
|
2450
2624
|
height: size,
|
|
@@ -2453,21 +2627,21 @@ const InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryMana
|
|
|
2453
2627
|
viewBox: "0 0 32 32",
|
|
2454
2628
|
fill: "currentColor",
|
|
2455
2629
|
...rest
|
|
2456
|
-
},
|
|
2630
|
+
}, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2457
2631
|
d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
|
|
2458
|
-
})),
|
|
2632
|
+
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2459
2633
|
d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z"
|
|
2460
2634
|
})), children);
|
|
2461
2635
|
});
|
|
2462
2636
|
if (process.env.NODE_ENV !== "production") {
|
|
2463
2637
|
InventoryManagement.propTypes = iconPropTypes;
|
|
2464
2638
|
}
|
|
2465
|
-
const IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(
|
|
2639
|
+
const IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref105, ref) {
|
|
2466
2640
|
let {
|
|
2467
2641
|
children,
|
|
2468
2642
|
size = 16,
|
|
2469
2643
|
...rest
|
|
2470
|
-
} =
|
|
2644
|
+
} = _ref105;
|
|
2471
2645
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2472
2646
|
width: size,
|
|
2473
2647
|
height: size,
|
|
@@ -2476,21 +2650,21 @@ const IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref98, ref
|
|
|
2476
2650
|
viewBox: "0 0 32 32",
|
|
2477
2651
|
fill: "currentColor",
|
|
2478
2652
|
...rest
|
|
2479
|
-
},
|
|
2653
|
+
}, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2480
2654
|
d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
|
|
2481
|
-
})),
|
|
2655
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2482
2656
|
d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z"
|
|
2483
2657
|
})), children);
|
|
2484
2658
|
});
|
|
2485
2659
|
if (process.env.NODE_ENV !== "production") {
|
|
2486
2660
|
IotConnect.propTypes = iconPropTypes;
|
|
2487
2661
|
}
|
|
2488
|
-
const IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(
|
|
2662
|
+
const IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref106, ref) {
|
|
2489
2663
|
let {
|
|
2490
2664
|
children,
|
|
2491
2665
|
size = 16,
|
|
2492
2666
|
...rest
|
|
2493
|
-
} =
|
|
2667
|
+
} = _ref106;
|
|
2494
2668
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2495
2669
|
width: size,
|
|
2496
2670
|
height: size,
|
|
@@ -2499,23 +2673,23 @@ const IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref99, r
|
|
|
2499
2673
|
viewBox: "0 0 32 32",
|
|
2500
2674
|
fill: "currentColor",
|
|
2501
2675
|
...rest
|
|
2502
|
-
},
|
|
2676
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2503
2677
|
d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
|
|
2504
|
-
})),
|
|
2678
|
+
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2505
2679
|
d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
|
|
2506
|
-
})),
|
|
2680
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2507
2681
|
d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
|
|
2508
2682
|
})), children);
|
|
2509
2683
|
});
|
|
2510
2684
|
if (process.env.NODE_ENV !== "production") {
|
|
2511
2685
|
IotPlatform.propTypes = iconPropTypes;
|
|
2512
2686
|
}
|
|
2513
|
-
const Ip = /*#__PURE__*/React.forwardRef(function Ip(
|
|
2687
|
+
const Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref107, ref) {
|
|
2514
2688
|
let {
|
|
2515
2689
|
children,
|
|
2516
2690
|
size = 16,
|
|
2517
2691
|
...rest
|
|
2518
|
-
} =
|
|
2692
|
+
} = _ref107;
|
|
2519
2693
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2520
2694
|
width: size,
|
|
2521
2695
|
height: size,
|
|
@@ -2524,7 +2698,7 @@ const Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref100, ref) {
|
|
|
2524
2698
|
viewBox: "0 0 32 32",
|
|
2525
2699
|
fill: "currentColor",
|
|
2526
2700
|
...rest
|
|
2527
|
-
},
|
|
2701
|
+
}, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2528
2702
|
strokeWidth: "0",
|
|
2529
2703
|
d: "M19 23h-2v-14h6c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2h-4v5zm0-7h4v-5.0015h-4v5.0015zM7 11L10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
|
|
2530
2704
|
})), children);
|
|
@@ -2532,12 +2706,12 @@ const Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref100, ref) {
|
|
|
2532
2706
|
if (process.env.NODE_ENV !== "production") {
|
|
2533
2707
|
Ip.propTypes = iconPropTypes;
|
|
2534
2708
|
}
|
|
2535
|
-
const Iso = /*#__PURE__*/React.forwardRef(function Iso(
|
|
2709
|
+
const Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref108, ref) {
|
|
2536
2710
|
let {
|
|
2537
2711
|
children,
|
|
2538
2712
|
size = 16,
|
|
2539
2713
|
...rest
|
|
2540
|
-
} =
|
|
2714
|
+
} = _ref108;
|
|
2541
2715
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2542
2716
|
width: size,
|
|
2543
2717
|
height: size,
|
|
@@ -2546,19 +2720,19 @@ const Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref101, ref) {
|
|
|
2546
2720
|
viewBox: "0 0 32 32",
|
|
2547
2721
|
fill: "currentColor",
|
|
2548
2722
|
...rest
|
|
2549
|
-
},
|
|
2723
|
+
}, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2550
2724
|
d: "M28 23H24a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0128 23zM24 11V21h4V11zM18 23H12V21h6V17H14a2 2 0 01-2-2V11a2 2 0 012-2h6v2H14v4h4a2 2 0 012 2v4A2 2 0 0118 23zM2 11L5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z"
|
|
2551
2725
|
})), children);
|
|
2552
2726
|
});
|
|
2553
2727
|
if (process.env.NODE_ENV !== "production") {
|
|
2554
2728
|
Iso.propTypes = iconPropTypes;
|
|
2555
2729
|
}
|
|
2556
|
-
const IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(
|
|
2730
|
+
const IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref109, ref) {
|
|
2557
2731
|
let {
|
|
2558
2732
|
children,
|
|
2559
2733
|
size = 16,
|
|
2560
2734
|
...rest
|
|
2561
|
-
} =
|
|
2735
|
+
} = _ref109;
|
|
2562
2736
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2563
2737
|
width: size,
|
|
2564
2738
|
height: size,
|
|
@@ -2567,21 +2741,21 @@ const IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref102, ref)
|
|
|
2567
2741
|
viewBox: "0 0 32 32",
|
|
2568
2742
|
fill: "currentColor",
|
|
2569
2743
|
...rest
|
|
2570
|
-
},
|
|
2744
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2571
2745
|
d: "M21 13H24V19H21z"
|
|
2572
|
-
})),
|
|
2746
|
+
})), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2573
2747
|
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,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z"
|
|
2574
2748
|
})), children);
|
|
2575
2749
|
});
|
|
2576
2750
|
if (process.env.NODE_ENV !== "production") {
|
|
2577
2751
|
IsoFilled.propTypes = iconPropTypes;
|
|
2578
2752
|
}
|
|
2579
|
-
const IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(
|
|
2753
|
+
const IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref110, ref) {
|
|
2580
2754
|
let {
|
|
2581
2755
|
children,
|
|
2582
2756
|
size = 16,
|
|
2583
2757
|
...rest
|
|
2584
|
-
} =
|
|
2758
|
+
} = _ref110;
|
|
2585
2759
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2586
2760
|
width: size,
|
|
2587
2761
|
height: size,
|
|
@@ -2590,21 +2764,21 @@ const IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref103, re
|
|
|
2590
2764
|
viewBox: "0 0 32 32",
|
|
2591
2765
|
fill: "currentColor",
|
|
2592
2766
|
...rest
|
|
2593
|
-
},
|
|
2767
|
+
}, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2594
2768
|
d: "M24 21H21a2 2 0 01-2-2V13a2 2 0 012-2h3a2 2 0 012 2v6A2 2 0 0124 21zm-3-8v6h3V13zM15 21H10V19h5V17H12a2 2 0 01-2-2V13a2 2 0 012-2h5v2H12v2h3a2 2 0 012 2v2A2 2 0 0115 21zM6 11H8V21H6z"
|
|
2595
|
-
})),
|
|
2769
|
+
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2596
2770
|
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,6ZM4,24V8H28V24Z"
|
|
2597
2771
|
})), children);
|
|
2598
2772
|
});
|
|
2599
2773
|
if (process.env.NODE_ENV !== "production") {
|
|
2600
2774
|
IsoOutline.propTypes = iconPropTypes;
|
|
2601
2775
|
}
|
|
2602
|
-
const JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(
|
|
2776
|
+
const JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref111, ref) {
|
|
2603
2777
|
let {
|
|
2604
2778
|
children,
|
|
2605
2779
|
size = 16,
|
|
2606
2780
|
...rest
|
|
2607
|
-
} =
|
|
2781
|
+
} = _ref111;
|
|
2608
2782
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2609
2783
|
width: size,
|
|
2610
2784
|
height: size,
|
|
@@ -2613,27 +2787,27 @@ const JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref104, ref) {
|
|
|
2613
2787
|
viewBox: "0 0 32 32",
|
|
2614
2788
|
fill: "currentColor",
|
|
2615
2789
|
...rest
|
|
2616
|
-
},
|
|
2790
|
+
}, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
2617
2791
|
fill: "none",
|
|
2618
2792
|
d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
|
|
2619
2793
|
"data-icon-path": "inner-path"
|
|
2620
|
-
})),
|
|
2794
|
+
})), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
2621
2795
|
d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
|
|
2622
|
-
})),
|
|
2796
|
+
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
2623
2797
|
d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
|
|
2624
|
-
})),
|
|
2798
|
+
})), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
|
2625
2799
|
d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
|
|
2626
2800
|
})), children);
|
|
2627
2801
|
});
|
|
2628
2802
|
if (process.env.NODE_ENV !== "production") {
|
|
2629
2803
|
JoinFull.propTypes = iconPropTypes;
|
|
2630
2804
|
}
|
|
2631
|
-
const JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(
|
|
2805
|
+
const JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref112, ref) {
|
|
2632
2806
|
let {
|
|
2633
2807
|
children,
|
|
2634
2808
|
size = 16,
|
|
2635
2809
|
...rest
|
|
2636
|
-
} =
|
|
2810
|
+
} = _ref112;
|
|
2637
2811
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2638
2812
|
width: size,
|
|
2639
2813
|
height: size,
|
|
@@ -2642,19 +2816,19 @@ const JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref105, ref)
|
|
|
2642
2816
|
viewBox: "0 0 32 32",
|
|
2643
2817
|
fill: "currentColor",
|
|
2644
2818
|
...rest
|
|
2645
|
-
},
|
|
2819
|
+
}, _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
2646
2820
|
d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z"
|
|
2647
2821
|
})), children);
|
|
2648
2822
|
});
|
|
2649
2823
|
if (process.env.NODE_ENV !== "production") {
|
|
2650
2824
|
JoinInner.propTypes = iconPropTypes;
|
|
2651
2825
|
}
|
|
2652
|
-
const JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(
|
|
2826
|
+
const JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref113, ref) {
|
|
2653
2827
|
let {
|
|
2654
2828
|
children,
|
|
2655
2829
|
size = 16,
|
|
2656
2830
|
...rest
|
|
2657
|
-
} =
|
|
2831
|
+
} = _ref113;
|
|
2658
2832
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2659
2833
|
width: size,
|
|
2660
2834
|
height: size,
|
|
@@ -2663,27 +2837,27 @@ const JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref106, ref) {
|
|
|
2663
2837
|
viewBox: "0 0 32 32",
|
|
2664
2838
|
fill: "currentColor",
|
|
2665
2839
|
...rest
|
|
2666
|
-
},
|
|
2840
|
+
}, _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
|
2667
2841
|
d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z"
|
|
2668
|
-
})),
|
|
2842
|
+
})), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
|
2669
2843
|
d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
|
|
2670
|
-
})),
|
|
2844
|
+
})), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
|
2671
2845
|
fill: "none",
|
|
2672
2846
|
d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
|
|
2673
2847
|
"data-icon-path": "inner-path"
|
|
2674
|
-
})),
|
|
2848
|
+
})), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
|
2675
2849
|
d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
|
|
2676
2850
|
})), children);
|
|
2677
2851
|
});
|
|
2678
2852
|
if (process.env.NODE_ENV !== "production") {
|
|
2679
2853
|
JoinLeft.propTypes = iconPropTypes;
|
|
2680
2854
|
}
|
|
2681
|
-
const JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(
|
|
2855
|
+
const JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref114, ref) {
|
|
2682
2856
|
let {
|
|
2683
2857
|
children,
|
|
2684
2858
|
size = 16,
|
|
2685
2859
|
...rest
|
|
2686
|
-
} =
|
|
2860
|
+
} = _ref114;
|
|
2687
2861
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2688
2862
|
width: size,
|
|
2689
2863
|
height: size,
|
|
@@ -2692,19 +2866,19 @@ const JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref107, ref)
|
|
|
2692
2866
|
viewBox: "0 0 32 32",
|
|
2693
2867
|
fill: "currentColor",
|
|
2694
2868
|
...rest
|
|
2695
|
-
},
|
|
2869
|
+
}, _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
|
|
2696
2870
|
d: "M20 6a9.9539 9.9539 0 00-4 .8379 9.9953 9.9953 0 010 18.3242A9.9988 9.9988 0 1020 6zM10 16a9.9976 9.9976 0 016-9.1621 10 10 0 100 18.3242A9.9976 9.9976 0 0110 16z"
|
|
2697
2871
|
})), children);
|
|
2698
2872
|
});
|
|
2699
2873
|
if (process.env.NODE_ENV !== "production") {
|
|
2700
2874
|
JoinOuter.propTypes = iconPropTypes;
|
|
2701
2875
|
}
|
|
2702
|
-
const JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(
|
|
2876
|
+
const JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref115, ref) {
|
|
2703
2877
|
let {
|
|
2704
2878
|
children,
|
|
2705
2879
|
size = 16,
|
|
2706
2880
|
...rest
|
|
2707
|
-
} =
|
|
2881
|
+
} = _ref115;
|
|
2708
2882
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2709
2883
|
width: size,
|
|
2710
2884
|
height: size,
|
|
@@ -2713,27 +2887,27 @@ const JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref108, ref)
|
|
|
2713
2887
|
viewBox: "0 0 32 32",
|
|
2714
2888
|
fill: "currentColor",
|
|
2715
2889
|
...rest
|
|
2716
|
-
},
|
|
2890
|
+
}, _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
|
|
2717
2891
|
d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z"
|
|
2718
|
-
})),
|
|
2892
|
+
})), _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
|
|
2719
2893
|
fill: "none",
|
|
2720
2894
|
d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
|
|
2721
2895
|
"data-icon-path": "inner-path"
|
|
2722
|
-
})),
|
|
2896
|
+
})), _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
|
|
2723
2897
|
d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
|
|
2724
|
-
})),
|
|
2898
|
+
})), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
|
|
2725
2899
|
d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
|
|
2726
2900
|
})), children);
|
|
2727
2901
|
});
|
|
2728
2902
|
if (process.env.NODE_ENV !== "production") {
|
|
2729
2903
|
JoinRight.propTypes = iconPropTypes;
|
|
2730
2904
|
}
|
|
2731
|
-
const Jpg = /*#__PURE__*/React.forwardRef(function Jpg(
|
|
2905
|
+
const Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref116, ref) {
|
|
2732
2906
|
let {
|
|
2733
2907
|
children,
|
|
2734
2908
|
size = 16,
|
|
2735
2909
|
...rest
|
|
2736
|
-
} =
|
|
2910
|
+
} = _ref116;
|
|
2737
2911
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2738
2912
|
width: size,
|
|
2739
2913
|
height: size,
|
|
@@ -2742,19 +2916,19 @@ const Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref109, ref) {
|
|
|
2742
2916
|
viewBox: "0 0 32 32",
|
|
2743
2917
|
fill: "currentColor",
|
|
2744
2918
|
...rest
|
|
2745
|
-
},
|
|
2919
|
+
}, _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
|
|
2746
2920
|
d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 23H4a2 2 0 01-2-2V19H4v2H8V9h2V21A2 2 0 018 23z"
|
|
2747
2921
|
})), children);
|
|
2748
2922
|
});
|
|
2749
2923
|
if (process.env.NODE_ENV !== "production") {
|
|
2750
2924
|
Jpg.propTypes = iconPropTypes;
|
|
2751
2925
|
}
|
|
2752
|
-
const JsError = /*#__PURE__*/React.forwardRef(function JsError(
|
|
2926
|
+
const JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref117, ref) {
|
|
2753
2927
|
let {
|
|
2754
2928
|
children,
|
|
2755
2929
|
size = 16,
|
|
2756
2930
|
...rest
|
|
2757
|
-
} =
|
|
2931
|
+
} = _ref117;
|
|
2758
2932
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2759
2933
|
width: size,
|
|
2760
2934
|
height: size,
|
|
@@ -2763,21 +2937,21 @@ const JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref110, ref) {
|
|
|
2763
2937
|
viewBox: "0 0 32 32",
|
|
2764
2938
|
fill: "currentColor",
|
|
2765
2939
|
...rest
|
|
2766
|
-
},
|
|
2940
|
+
}, _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
|
|
2767
2941
|
d: "M20.3335 30h-2.667c-.9189 0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM28.3335 30h-4.3335v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.3335c0-.9189.7476-1.6665 1.6665-1.6665h4.3335v2h-4v2h2c1.103 0 2 .897 2 2v2.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM16 18c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 7H17V16H15z"
|
|
2768
|
-
})),
|
|
2942
|
+
})), _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
|
|
2769
2943
|
d: "m14,26h-4.5c-.3538,0-.6809-.1868-.8608-.4912L2.1392,14.5088c-.0928-.1569-.1392-.3329-.1392-.5088s.0464-.3519.1392-.5088L8.6392,2.4912c.1799-.3044.5071-.4912.8608-.4912h13c.3538,0,.6809.1868.8608.4912l6.5,11c.0928.1569.1392.3328.1392.5088s-.0464.3519-.1392.5088l-2,3.3845-1.7217-1.0173,1.6992-2.876-5.9089-10h-11.8589l-5.9089,10,5.9089,10h3.9294v2Z"
|
|
2770
2944
|
})), children);
|
|
2771
2945
|
});
|
|
2772
2946
|
if (process.env.NODE_ENV !== "production") {
|
|
2773
2947
|
JsError.propTypes = iconPropTypes;
|
|
2774
2948
|
}
|
|
2775
|
-
const Json = /*#__PURE__*/React.forwardRef(function Json(
|
|
2949
|
+
const Json = /*#__PURE__*/React.forwardRef(function Json(_ref118, ref) {
|
|
2776
2950
|
let {
|
|
2777
2951
|
children,
|
|
2778
2952
|
size = 16,
|
|
2779
2953
|
...rest
|
|
2780
|
-
} =
|
|
2954
|
+
} = _ref118;
|
|
2781
2955
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2782
2956
|
width: size,
|
|
2783
2957
|
height: size,
|
|
@@ -2786,19 +2960,19 @@ const Json = /*#__PURE__*/React.forwardRef(function Json(_ref111, ref) {
|
|
|
2786
2960
|
viewBox: "0 0 32 32",
|
|
2787
2961
|
fill: "currentColor",
|
|
2788
2962
|
...rest
|
|
2789
|
-
},
|
|
2963
|
+
}, _path233 || (_path233 = /*#__PURE__*/React.createElement("path", {
|
|
2790
2964
|
d: "M31 11L31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11zM21.3335 21h-2.667A1.6684 1.6684 0 0117 19.3335v-6.667A1.6684 1.6684 0 0118.6665 11h2.667A1.6684 1.6684 0 0123 12.6665v6.667A1.6684 1.6684 0 0121.3335 21zM19 19h2V13H19zM13.3335 21H9V19h4V17H11a2.002 2.002 0 01-2-2V12.6665A1.6684 1.6684 0 0110.6665 11H15v2H11v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0113.3335 21zM5.3335 21H2.6665A1.6684 1.6684 0 011 19.3335V17H3v2H5V11H7v8.3335A1.6684 1.6684 0 015.3335 21z"
|
|
2791
2965
|
})), children);
|
|
2792
2966
|
});
|
|
2793
2967
|
if (process.env.NODE_ENV !== "production") {
|
|
2794
2968
|
Json.propTypes = iconPropTypes;
|
|
2795
2969
|
}
|
|
2796
|
-
const JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(
|
|
2970
|
+
const JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref119, ref) {
|
|
2797
2971
|
let {
|
|
2798
2972
|
children,
|
|
2799
2973
|
size = 16,
|
|
2800
2974
|
...rest
|
|
2801
|
-
} =
|
|
2975
|
+
} = _ref119;
|
|
2802
2976
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2803
2977
|
width: size,
|
|
2804
2978
|
height: size,
|
|
@@ -2807,19 +2981,19 @@ const JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref1
|
|
|
2807
2981
|
viewBox: "0 0 32 32",
|
|
2808
2982
|
fill: "currentColor",
|
|
2809
2983
|
...rest
|
|
2810
|
-
},
|
|
2984
|
+
}, _path234 || (_path234 = /*#__PURE__*/React.createElement("path", {
|
|
2811
2985
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM29 12L27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12zM21.3335 6h-2.667A1.6683 1.6683 0 0017 7.6665v6.667A1.6684 1.6684 0 0018.6665 16h2.667A1.6683 1.6683 0 0023 14.3335V7.6665A1.6683 1.6683 0 0021.3335 6zM21 14H19V8h2zM9 7.6665V10a2.002 2.002 0 002 2h2v2H9v2h4.3335A1.6683 1.6683 0 0015 14.3335V12a2.002 2.002 0 00-2-2H11V8h4V6H10.6665A1.6683 1.6683 0 009 7.6665zM5 14H3V12H1v2.3335A1.6684 1.6684 0 002.6665 16h2.667A1.6683 1.6683 0 007 14.3335V6H5z"
|
|
2812
2986
|
})), children);
|
|
2813
2987
|
});
|
|
2814
2988
|
if (process.env.NODE_ENV !== "production") {
|
|
2815
2989
|
JsonReference.propTypes = iconPropTypes;
|
|
2816
2990
|
}
|
|
2817
|
-
const JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(
|
|
2991
|
+
const JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref120, ref) {
|
|
2818
2992
|
let {
|
|
2819
2993
|
children,
|
|
2820
2994
|
size = 16,
|
|
2821
2995
|
...rest
|
|
2822
|
-
} =
|
|
2996
|
+
} = _ref120;
|
|
2823
2997
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2824
2998
|
width: size,
|
|
2825
2999
|
height: size,
|
|
@@ -2828,19 +3002,19 @@ const JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref113, ref) {
|
|
|
2828
3002
|
viewBox: "0 0 32 32",
|
|
2829
3003
|
fill: "currentColor",
|
|
2830
3004
|
...rest
|
|
2831
|
-
},
|
|
3005
|
+
}, _path235 || (_path235 = /*#__PURE__*/React.createElement("path", {
|
|
2832
3006
|
d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z"
|
|
2833
3007
|
})), children);
|
|
2834
3008
|
});
|
|
2835
3009
|
if (process.env.NODE_ENV !== "production") {
|
|
2836
3010
|
JumpLink.propTypes = iconPropTypes;
|
|
2837
3011
|
}
|
|
2838
|
-
const KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(
|
|
3012
|
+
const KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref121, ref) {
|
|
2839
3013
|
let {
|
|
2840
3014
|
children,
|
|
2841
3015
|
size = 16,
|
|
2842
3016
|
...rest
|
|
2843
|
-
} =
|
|
3017
|
+
} = _ref121;
|
|
2844
3018
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2845
3019
|
width: size,
|
|
2846
3020
|
height: size,
|
|
@@ -2849,21 +3023,21 @@ const KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref114, ref) {
|
|
|
2849
3023
|
viewBox: "0 0 32 32",
|
|
2850
3024
|
fill: "currentColor",
|
|
2851
3025
|
...rest
|
|
2852
|
-
},
|
|
3026
|
+
}, _path236 || (_path236 = /*#__PURE__*/React.createElement("path", {
|
|
2853
3027
|
d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z"
|
|
2854
|
-
})),
|
|
3028
|
+
})), _path237 || (_path237 = /*#__PURE__*/React.createElement("path", {
|
|
2855
3029
|
d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z"
|
|
2856
3030
|
})), children);
|
|
2857
3031
|
});
|
|
2858
3032
|
if (process.env.NODE_ENV !== "production") {
|
|
2859
3033
|
KeepDry.propTypes = iconPropTypes;
|
|
2860
3034
|
}
|
|
2861
|
-
const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(
|
|
3035
|
+
const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref122, ref) {
|
|
2862
3036
|
let {
|
|
2863
3037
|
children,
|
|
2864
3038
|
size = 16,
|
|
2865
3039
|
...rest
|
|
2866
|
-
} =
|
|
3040
|
+
} = _ref122;
|
|
2867
3041
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2868
3042
|
width: size,
|
|
2869
3043
|
height: size,
|
|
@@ -2872,21 +3046,21 @@ const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref115, ref) {
|
|
|
2872
3046
|
viewBox: "0 0 32 32",
|
|
2873
3047
|
fill: "currentColor",
|
|
2874
3048
|
...rest
|
|
2875
|
-
},
|
|
3049
|
+
}, _path238 || (_path238 = /*#__PURE__*/React.createElement("path", {
|
|
2876
3050
|
d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z"
|
|
2877
|
-
})),
|
|
3051
|
+
})), _path239 || (_path239 = /*#__PURE__*/React.createElement("path", {
|
|
2878
3052
|
d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
|
|
2879
3053
|
})), children);
|
|
2880
3054
|
});
|
|
2881
3055
|
if (process.env.NODE_ENV !== "production") {
|
|
2882
3056
|
Keyboard.propTypes = iconPropTypes;
|
|
2883
3057
|
}
|
|
2884
|
-
const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(
|
|
3058
|
+
const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref123, ref) {
|
|
2885
3059
|
let {
|
|
2886
3060
|
children,
|
|
2887
3061
|
size = 16,
|
|
2888
3062
|
...rest
|
|
2889
|
-
} =
|
|
3063
|
+
} = _ref123;
|
|
2890
3064
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2891
3065
|
width: size,
|
|
2892
3066
|
height: size,
|
|
@@ -2895,21 +3069,21 @@ const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref116,
|
|
|
2895
3069
|
viewBox: "0 0 32 32",
|
|
2896
3070
|
fill: "currentColor",
|
|
2897
3071
|
...rest
|
|
2898
|
-
},
|
|
3072
|
+
}, _path240 || (_path240 = /*#__PURE__*/React.createElement("path", {
|
|
2899
3073
|
d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
|
|
2900
|
-
})),
|
|
3074
|
+
})), _path241 || (_path241 = /*#__PURE__*/React.createElement("path", {
|
|
2901
3075
|
d: "M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2L14.2 10zM30 28.6L3.4 2 2 3.4 6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4L30 28.6zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2H4z"
|
|
2902
3076
|
})), children);
|
|
2903
3077
|
});
|
|
2904
3078
|
if (process.env.NODE_ENV !== "production") {
|
|
2905
3079
|
KeyboardOff.propTypes = iconPropTypes;
|
|
2906
3080
|
}
|
|
2907
|
-
const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(
|
|
3081
|
+
const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref124, ref) {
|
|
2908
3082
|
let {
|
|
2909
3083
|
children,
|
|
2910
3084
|
size = 16,
|
|
2911
3085
|
...rest
|
|
2912
|
-
} =
|
|
3086
|
+
} = _ref124;
|
|
2913
3087
|
if (process.env.NODE_ENV !== "production") {
|
|
2914
3088
|
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
|
2915
3089
|
didWarnAboutDeprecation["Kubernetes"] = true;
|
|
@@ -2924,19 +3098,19 @@ const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref117, re
|
|
|
2924
3098
|
viewBox: "0 0 32 32",
|
|
2925
3099
|
fill: "currentColor",
|
|
2926
3100
|
...rest
|
|
2927
|
-
},
|
|
3101
|
+
}, _path242 || (_path242 = /*#__PURE__*/React.createElement("path", {
|
|
2928
3102
|
d: "M29.2227,17.9639,25.9194,17.21a9.7843,9.7843,0,0,0-1.5249-6.6245l2.54-2.0254L25.6875,6.9961,23.1482,9.0205A9.97,9.97,0,0,0,17,6.0508V3H15V6.0508a9.97,9.97,0,0,0-6.1482,2.97L6.3125,6.9961,5.0654,8.56l2.54,2.0254A9.7843,9.7843,0,0,0,6.0806,17.21l-3.3033.7544.4454,1.9492L6.52,19.1606a10.0359,10.0359,0,0,0,4.2688,5.358l-1.33,2.7631,1.8018.8677L12.59,25.3882a9.8113,9.8113,0,0,0,6.8208,0L20.74,28.1494l1.8018-.8682-1.33-2.7626a10.0359,10.0359,0,0,0,4.2688-5.358l3.2973.7525ZM24,16c0,.2573-.0148.5112-.0386.7627l-5-1.1416a2.9664,2.9664,0,0,0-.1376-.5942L22.82,11.84A7.9392,7.9392,0,0,1,24,16Zm-9,0a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,15,16Zm6.5758-5.7256L17.58,13.4609a3.0028,3.0028,0,0,0-.58-.2768V8.0693A7.9762,7.9762,0,0,1,21.5758,10.2744ZM15,8.0693v5.1148a3.0028,3.0028,0,0,0-.58.2768l-3.9956-3.1865A7.9762,7.9762,0,0,1,15,8.0693ZM8,16a7.9392,7.9392,0,0,1,1.18-4.16l3.9962,3.1866a2.9664,2.9664,0,0,0-.1376.5942l-5,1.1416C8.0148,16.5112,8,16.2573,8,16Zm.4835,2.7124,4.9752-1.1362a3.0132,3.0132,0,0,0,.4146.5366L11.6594,22.71A8.031,8.031,0,0,1,8.4835,18.7124ZM16,24a7.9679,7.9679,0,0,1-2.54-.42l2.2206-4.6123A2.9988,2.9988,0,0,0,16,19a2.9988,2.9988,0,0,0,.319-.0322L18.54,23.58A7.9546,7.9546,0,0,1,16,24Zm4.3406-1.29-2.2139-4.5976a3.0132,3.0132,0,0,0,.4146-.5366l4.9752,1.1362A8.031,8.031,0,0,1,20.3406,22.71Z"
|
|
2929
3103
|
})), children);
|
|
2930
3104
|
});
|
|
2931
3105
|
if (process.env.NODE_ENV !== "production") {
|
|
2932
3106
|
Kubernetes.propTypes = iconPropTypes;
|
|
2933
3107
|
}
|
|
2934
|
-
const KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(
|
|
3108
|
+
const KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref125, ref) {
|
|
2935
3109
|
let {
|
|
2936
3110
|
children,
|
|
2937
3111
|
size = 16,
|
|
2938
3112
|
...rest
|
|
2939
|
-
} =
|
|
3113
|
+
} = _ref125;
|
|
2940
3114
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2941
3115
|
width: size,
|
|
2942
3116
|
height: size,
|
|
@@ -2945,191 +3119,20 @@ const KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpA
|
|
|
2945
3119
|
viewBox: "0 0 32 32",
|
|
2946
3120
|
fill: "currentColor",
|
|
2947
3121
|
...rest
|
|
2948
|
-
},
|
|
3122
|
+
}, _circle46 || (_circle46 = /*#__PURE__*/React.createElement("circle", {
|
|
2949
3123
|
cx: "16",
|
|
2950
3124
|
cy: "9",
|
|
2951
3125
|
r: "2"
|
|
2952
|
-
})),
|
|
3126
|
+
})), _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
|
|
2953
3127
|
cx: "16",
|
|
2954
3128
|
cy: "16",
|
|
2955
3129
|
r: "2"
|
|
2956
|
-
})),
|
|
3130
|
+
})), _path243 || (_path243 = /*#__PURE__*/React.createElement("path", {
|
|
2957
3131
|
d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
|
2958
3132
|
})), children);
|
|
2959
3133
|
});
|
|
2960
3134
|
if (process.env.NODE_ENV !== "production") {
|
|
2961
3135
|
KubernetesIpAddress.propTypes = iconPropTypes;
|
|
2962
3136
|
}
|
|
2963
|
-
const KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref119, ref) {
|
|
2964
|
-
let {
|
|
2965
|
-
children,
|
|
2966
|
-
size = 16,
|
|
2967
|
-
...rest
|
|
2968
|
-
} = _ref119;
|
|
2969
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2970
|
-
width: size,
|
|
2971
|
-
height: size,
|
|
2972
|
-
ref: ref,
|
|
2973
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2974
|
-
viewBox: "0 0 32 32",
|
|
2975
|
-
fill: "currentColor",
|
|
2976
|
-
...rest
|
|
2977
|
-
}, _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
|
|
2978
|
-
d: "m22.5046,11.6368l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
|
|
2979
|
-
})), _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
|
|
2980
|
-
d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
|
|
2981
|
-
})), children);
|
|
2982
|
-
});
|
|
2983
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2984
|
-
KubernetesPod.propTypes = iconPropTypes;
|
|
2985
|
-
}
|
|
2986
|
-
const Label = /*#__PURE__*/React.forwardRef(function Label(_ref120, ref) {
|
|
2987
|
-
let {
|
|
2988
|
-
children,
|
|
2989
|
-
size = 16,
|
|
2990
|
-
...rest
|
|
2991
|
-
} = _ref120;
|
|
2992
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2993
|
-
width: size,
|
|
2994
|
-
height: size,
|
|
2995
|
-
ref: ref,
|
|
2996
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2997
|
-
viewBox: "0 0 32 32",
|
|
2998
|
-
fill: "currentColor",
|
|
2999
|
-
...rest
|
|
3000
|
-
}, _path233 || (_path233 = /*#__PURE__*/React.createElement("path", {
|
|
3001
|
-
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z"
|
|
3002
|
-
})), _path234 || (_path234 = /*#__PURE__*/React.createElement("path", {
|
|
3003
|
-
d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
|
|
3004
|
-
})), children);
|
|
3005
|
-
});
|
|
3006
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3007
|
-
Label.propTypes = iconPropTypes;
|
|
3008
|
-
}
|
|
3009
|
-
const Language = /*#__PURE__*/React.forwardRef(function Language(_ref121, ref) {
|
|
3010
|
-
let {
|
|
3011
|
-
children,
|
|
3012
|
-
size = 16,
|
|
3013
|
-
...rest
|
|
3014
|
-
} = _ref121;
|
|
3015
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
3016
|
-
width: size,
|
|
3017
|
-
height: size,
|
|
3018
|
-
ref: ref,
|
|
3019
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3020
|
-
viewBox: "0 0 32 32",
|
|
3021
|
-
fill: "currentColor",
|
|
3022
|
-
...rest
|
|
3023
|
-
}, _path235 || (_path235 = /*#__PURE__*/React.createElement("path", {
|
|
3024
|
-
d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z"
|
|
3025
|
-
})), children);
|
|
3026
|
-
});
|
|
3027
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3028
|
-
Language.propTypes = iconPropTypes;
|
|
3029
|
-
}
|
|
3030
|
-
const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref122, ref) {
|
|
3031
|
-
let {
|
|
3032
|
-
children,
|
|
3033
|
-
size = 16,
|
|
3034
|
-
...rest
|
|
3035
|
-
} = _ref122;
|
|
3036
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
3037
|
-
width: size,
|
|
3038
|
-
height: size,
|
|
3039
|
-
ref: ref,
|
|
3040
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3041
|
-
viewBox: "0 0 32 32",
|
|
3042
|
-
fill: "currentColor",
|
|
3043
|
-
...rest
|
|
3044
|
-
}, _path236 || (_path236 = /*#__PURE__*/React.createElement("path", {
|
|
3045
|
-
d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
|
|
3046
|
-
transform: "translate(0 .005)"
|
|
3047
|
-
})), _path237 || (_path237 = /*#__PURE__*/React.createElement("path", {
|
|
3048
|
-
d: "M2 26.005H30V28.005H2z"
|
|
3049
|
-
})), children);
|
|
3050
|
-
});
|
|
3051
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3052
|
-
Laptop.propTypes = iconPropTypes;
|
|
3053
|
-
}
|
|
3054
|
-
const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref123, ref) {
|
|
3055
|
-
let {
|
|
3056
|
-
children,
|
|
3057
|
-
size = 16,
|
|
3058
|
-
...rest
|
|
3059
|
-
} = _ref123;
|
|
3060
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
3061
|
-
width: size,
|
|
3062
|
-
height: size,
|
|
3063
|
-
ref: ref,
|
|
3064
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3065
|
-
viewBox: "0 0 32 32",
|
|
3066
|
-
fill: "currentColor",
|
|
3067
|
-
...rest
|
|
3068
|
-
}, _path238 || (_path238 = /*#__PURE__*/React.createElement("path", {
|
|
3069
|
-
d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z"
|
|
3070
|
-
})), children);
|
|
3071
|
-
});
|
|
3072
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3073
|
-
Lasso.propTypes = iconPropTypes;
|
|
3074
|
-
}
|
|
3075
|
-
const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref124, ref) {
|
|
3076
|
-
let {
|
|
3077
|
-
children,
|
|
3078
|
-
size = 16,
|
|
3079
|
-
...rest
|
|
3080
|
-
} = _ref124;
|
|
3081
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
3082
|
-
width: size,
|
|
3083
|
-
height: size,
|
|
3084
|
-
ref: ref,
|
|
3085
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3086
|
-
viewBox: "0 0 32 32",
|
|
3087
|
-
fill: "currentColor",
|
|
3088
|
-
...rest
|
|
3089
|
-
}, _path239 || (_path239 = /*#__PURE__*/React.createElement("path", {
|
|
3090
|
-
d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z"
|
|
3091
|
-
})), children);
|
|
3092
|
-
});
|
|
3093
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3094
|
-
LassoPolygon.propTypes = iconPropTypes;
|
|
3095
|
-
}
|
|
3096
|
-
const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref125, ref) {
|
|
3097
|
-
let {
|
|
3098
|
-
children,
|
|
3099
|
-
size = 16,
|
|
3100
|
-
...rest
|
|
3101
|
-
} = _ref125;
|
|
3102
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
3103
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
3104
|
-
width: size,
|
|
3105
|
-
height: size,
|
|
3106
|
-
ref: ref,
|
|
3107
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3108
|
-
viewBox: "0 0 16 16",
|
|
3109
|
-
fill: "currentColor",
|
|
3110
|
-
...rest
|
|
3111
|
-
}, _path240 || (_path240 = /*#__PURE__*/React.createElement("path", {
|
|
3112
|
-
d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
|
|
3113
|
-
})), _path241 || (_path241 = /*#__PURE__*/React.createElement("path", {
|
|
3114
|
-
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
|
3115
|
-
})), children);
|
|
3116
|
-
}
|
|
3117
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
3118
|
-
width: size,
|
|
3119
|
-
height: size,
|
|
3120
|
-
ref: ref,
|
|
3121
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3122
|
-
viewBox: "0 0 32 32",
|
|
3123
|
-
fill: "currentColor",
|
|
3124
|
-
...rest
|
|
3125
|
-
}, _path242 || (_path242 = /*#__PURE__*/React.createElement("path", {
|
|
3126
|
-
d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z"
|
|
3127
|
-
})), _path243 || (_path243 = /*#__PURE__*/React.createElement("path", {
|
|
3128
|
-
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
|
3129
|
-
})), children);
|
|
3130
|
-
});
|
|
3131
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3132
|
-
Launch.propTypes = iconPropTypes;
|
|
3133
|
-
}
|
|
3134
3137
|
|
|
3135
|
-
export { IbmCloudPakData, IbmCloudPakIntegration, IbmCloudPakMantaAutomatedDataLineage, IbmCloudPakMulticloudMgmt, IbmCloudPakNetezza, IbmCloudPakNetworkAutomation, IbmCloudPakSecurity, IbmCloudPakSystem, IbmCloudPakWatsonAiops, IbmSecurity, IbmSecurityServices, IbmWatsonAssistant, IbmWatsonDiscovery, IbmWatsonKnowledgeCatalog, IbmWatsonKnowledgeStudio, IbmWatsonLanguageTranslator, IbmWatsonMachineLearning, IbmWatsonNaturalLanguageClassifier, IbmWatsonNaturalLanguageUnderstanding, IbmWatsonOpenscale, IbmWatsonOrders, IbmWatsonQuery, IbmWatsonSpeechToText, IbmWatsonStudio, IbmWatsonTextToSpeech, IbmWatsonToneAnalyzer, IbmWatsonxAssistant, IbmWatsonxCodeAssistant, IbmWatsonxCodeAssistantForZ, IbmWatsonxCodeAssistantForZRefactor, IbmWatsonxOrchestrate, IbmZCloudModStack, IbmZCloudProvisioning, IbmZEnvironmentsDevSecOps, IbmZOs, IbmZOsAiControlInterface, IbmZOsContainers, IbmZOsPackageManager, IbmZProcessorCapacityReference, IceAccretion, IceVision, IdManagement, Idea, Identification, Image, ImageCopy, ImageMedical, ImageReference, ImageSearch, ImageSearchAlt, ImageService, ImportExport, ImproveRelevance, InProgress, InProgressError, InProgressWarning, Incomplete, IncompleteCancel, IncompleteError, IncompleteWarning, IncreaseLevel, Industry, InfinitySymbol, Information, InformationDisabled, InformationFilled, InformationSquare, InformationSquareFilled, InfrastructureClassic, Insert, InsertPage, InsertSyntax, Inspection, InstanceBx, InstanceClassic, InstanceCx, InstanceMx, InstanceVirtual, Integration, IntentRequestActive, IntentRequestCreate, IntentRequestHeal, IntentRequestInactive, IntentRequestScaleIn, IntentRequestScaleOut, IntentRequestUninstall, IntentRequestUpgrade, Interactions, Intersect, IntrusionPrevention, InventoryManagement, IotConnect, IotPlatform, Ip, Iso, IsoFilled, IsoOutline, JoinFull, JoinInner, JoinLeft, JoinOuter, JoinRight, Jpg, JsError, Json, JsonReference, JumpLink, KeepDry, Keyboard, KeyboardOff, Kubernetes, KubernetesIpAddress,
|
|
3138
|
+
export { IbmCloudPakApplications, IbmCloudPakBusinessAutomation, IbmCloudPakData, IbmCloudPakIntegration, IbmCloudPakMantaAutomatedDataLineage, IbmCloudPakMulticloudMgmt, IbmCloudPakNetezza, IbmCloudPakNetworkAutomation, IbmCloudPakSecurity, IbmCloudPakSystem, IbmCloudPakWatsonAiops, IbmCloudTransitGateway, IbmCloudVirtualServerClassic, IbmCloudVirtualServerVpc, IbmCloudVpc, IbmCloudVpcEndpoints, IbmSecurity, IbmSecurityServices, IbmWatsonAssistant, IbmWatsonDiscovery, IbmWatsonKnowledgeCatalog, IbmWatsonKnowledgeStudio, IbmWatsonLanguageTranslator, IbmWatsonMachineLearning, IbmWatsonNaturalLanguageClassifier, IbmWatsonNaturalLanguageUnderstanding, IbmWatsonOpenscale, IbmWatsonOrders, IbmWatsonQuery, IbmWatsonSpeechToText, IbmWatsonStudio, IbmWatsonTextToSpeech, IbmWatsonToneAnalyzer, IbmWatsonxAssistant, IbmWatsonxCodeAssistant, IbmWatsonxCodeAssistantForZ, IbmWatsonxCodeAssistantForZRefactor, IbmWatsonxOrchestrate, IbmZCloudModStack, IbmZCloudProvisioning, IbmZEnvironmentsDevSecOps, IbmZOs, IbmZOsAiControlInterface, IbmZOsContainers, IbmZOsPackageManager, IbmZProcessorCapacityReference, IceAccretion, IceVision, IdManagement, Idea, Identification, Image, ImageCopy, ImageMedical, ImageReference, ImageSearch, ImageSearchAlt, ImageService, ImportExport, ImproveRelevance, InProgress, InProgressError, InProgressWarning, Incomplete, IncompleteCancel, IncompleteError, IncompleteWarning, IncreaseLevel, Industry, InfinitySymbol, Information, InformationDisabled, InformationFilled, InformationSquare, InformationSquareFilled, InfrastructureClassic, Insert, InsertPage, InsertSyntax, Inspection, InstanceBx, InstanceClassic, InstanceCx, InstanceMx, InstanceVirtual, Integration, IntentRequestActive, IntentRequestCreate, IntentRequestHeal, IntentRequestInactive, IntentRequestScaleIn, IntentRequestScaleOut, IntentRequestUninstall, IntentRequestUpgrade, Interactions, Intersect, IntrusionPrevention, InventoryManagement, IotConnect, IotPlatform, Ip, Iso, IsoFilled, IsoOutline, JoinFull, JoinInner, JoinLeft, JoinOuter, JoinRight, Jpg, JsError, Json, JsonReference, JumpLink, KeepDry, Keyboard, KeyboardOff, Kubernetes, KubernetesIpAddress, QID, WatsonHealthICa_2D, WatsonHealthImageAvailabilityLocal, WatsonHealthImageAvailabilityRetrieving, WatsonHealthImageAvailabilityUnavailable, WatsonHealthInteractiveSegmentationCursor };
|