@carbon-labs/react-animated-header 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/es/__stories__/data/index.d.ts +19 -9
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/es/components/AnimatedHeader/AnimatedHeader.js +76 -65
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +10 -8
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/es/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
- package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
- package/lib/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/lib/__stories__/data/index.d.ts +19 -9
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/lib/components/AnimatedHeader/AnimatedHeader.js +75 -64
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +11 -9
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/lib/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
- package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
- package/package.json +2 -2
- package/scss/AnimatedHeader/animated-header.scss +31 -17
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +12 -5
- package/scss/Tiles/GlassTile/glass-tile.scss +17 -3
- /package/es/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
- /package/lib/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
|
@@ -12,9 +12,9 @@ var Icon = require('../Icon.js');
|
|
|
12
12
|
var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
|
|
13
13
|
require('prop-types');
|
|
14
14
|
|
|
15
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7,
|
|
15
|
+
var _path, _path2, _path3, _circle, _path4, _path5, _path6, _path7, _circle2, _circle3, _path8, _path9, _circle4, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _circle5, _circle6, _circle7, _circle8, _circle9, _circle10, _circle11, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _circle12, _circle13, _circle14, _circle15, _circle16, _path32, _path33, _path34, _path35, _path36, _path37, _circle17, _circle18, _circle19, _circle20, _circle21, _circle22, _path38, _path39, _circle23, _circle24, _circle25, _circle26, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _circle27, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _circle28, _circle29, _circle30, _path98, _path99, _path100, _path101, _path102, _path103, _circle31, _circle32, _circle33, _path104, _path105, _path106, _path107, _circle34, _circle35, _circle36, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _circle37, _path115, _path116, _path117, _path118, _circle38, _path119, _circle39, _circle40, _circle41, _path120, _circle42, _path121, _path122, _path123, _circle43, _path124, _path125, _path126, _circle44, _circle45, _circle46, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _circle47, _path134, _circle48, _path135, _path136, _path137, _switch, _switch2, _path138, _path139, _switch3, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _circle49, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _circle50, _path169, _circle51, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177;
|
|
16
16
|
const didWarnAboutDeprecation = {};
|
|
17
|
-
const
|
|
17
|
+
const ContainerImagePushPull = /*#__PURE__*/React.forwardRef(function ContainerImagePushPull(_ref, ref) {
|
|
18
18
|
let {
|
|
19
19
|
children,
|
|
20
20
|
size = 16,
|
|
@@ -29,13 +29,14 @@ const ContinuousIntegration = /*#__PURE__*/React.forwardRef(function ContinuousI
|
|
|
29
29
|
fill: "currentColor",
|
|
30
30
|
...rest
|
|
31
31
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
32
|
-
|
|
32
|
+
strokeWidth: "0",
|
|
33
|
+
d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM9 5L14 10 9 15 7.581 13.591 10.153 11 0 11 0 9 10.206 9 7.581 6.409 9 5zM5 27L0 22 5 17 6.419 18.409 3.847 21 14 21 14 23 3.794 23 6.419 25.591 5 27z"
|
|
33
34
|
})), children);
|
|
34
35
|
});
|
|
35
36
|
if (process.env.NODE_ENV !== "production") {
|
|
36
|
-
|
|
37
|
+
ContainerImagePushPull.propTypes = iconPropTypes4cbeb95d.i;
|
|
37
38
|
}
|
|
38
|
-
const
|
|
39
|
+
const ContainerRegistry = /*#__PURE__*/React.forwardRef(function ContainerRegistry(_ref2, ref) {
|
|
39
40
|
let {
|
|
40
41
|
children,
|
|
41
42
|
size = 16,
|
|
@@ -50,13 +51,19 @@ const WatsonHealthContourDraw = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
50
51
|
fill: "currentColor",
|
|
51
52
|
...rest
|
|
52
53
|
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
53
|
-
d: "
|
|
54
|
+
d: "M17,13V6H8V22H24V13ZM10,8h5v5H10Zm0,7h5v5H10Zm12,5H17V15h5Z"
|
|
55
|
+
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M28 11H19V2h9zM21 9h5V4H21zM28 20H26v2h2v6H4V22H6V20H4a2.0024 2.0024 0 00-2 2v6a2.0024 2.0024 0 002 2H28a2.0024 2.0024 0 002-2V22A2.0024 2.0024 0 0028 20z"
|
|
57
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
58
|
+
cx: "7",
|
|
59
|
+
cy: "25",
|
|
60
|
+
r: "1"
|
|
54
61
|
})), children);
|
|
55
62
|
});
|
|
56
63
|
if (process.env.NODE_ENV !== "production") {
|
|
57
|
-
|
|
64
|
+
ContainerRegistry.propTypes = iconPropTypes4cbeb95d.i;
|
|
58
65
|
}
|
|
59
|
-
const
|
|
66
|
+
const ContainerServices = /*#__PURE__*/React.forwardRef(function ContainerServices(_ref3, ref) {
|
|
60
67
|
let {
|
|
61
68
|
children,
|
|
62
69
|
size = 16,
|
|
@@ -70,16 +77,14 @@ const WatsonHealthContourEdit = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
70
77
|
viewBox: "0 0 32 32",
|
|
71
78
|
fill: "currentColor",
|
|
72
79
|
...rest
|
|
73
|
-
},
|
|
74
|
-
d: "
|
|
75
|
-
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
76
|
-
d: "M15.4023 24.248a11.9488 11.9488 0 00-1.7182-3.3354L15.2974 19.73a13.9486 13.9486 0 012.0044 3.893zM11.02 18.2668a11.9215 11.9215 0 00-3.3467-1.6943l.6114-1.9043a13.9242 13.9242 0 013.9072 1.978z"
|
|
80
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
81
|
+
d: "M27,22V17a2.0023,2.0023,0,0,0-2-2H17V10h3a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H12a2.0023,2.0023,0,0,0-2,2V8a2.0023,2.0023,0,0,0,2,2h3v5H7a2.0023,2.0023,0,0,0-2,2v5H2v8h8V22H7V17h8v5H12v8h8V22H17V17h8v5H22v8h8V22ZM12,4h8V8H12ZM8,28H4V24H8Zm10,0H14V24h4Zm10,0H24V24h4Z"
|
|
77
82
|
})), children);
|
|
78
83
|
});
|
|
79
84
|
if (process.env.NODE_ENV !== "production") {
|
|
80
|
-
|
|
85
|
+
ContainerServices.propTypes = iconPropTypes4cbeb95d.i;
|
|
81
86
|
}
|
|
82
|
-
const
|
|
87
|
+
const ContainerSoftware = /*#__PURE__*/React.forwardRef(function ContainerSoftware(_ref4, ref) {
|
|
83
88
|
let {
|
|
84
89
|
children,
|
|
85
90
|
size = 16,
|
|
@@ -94,13 +99,17 @@ const WatsonHealthContourFinding = /*#__PURE__*/React.forwardRef(function Watson
|
|
|
94
99
|
fill: "currentColor",
|
|
95
100
|
...rest
|
|
96
101
|
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
97
|
-
d: "
|
|
102
|
+
d: "M28,12H20V4h8Zm-6-2h4V6H22Z"
|
|
103
|
+
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
104
|
+
d: "M17,15V9H9V23H23V15Zm-6-4h4v4H11Zm4,10H11V17h4Zm6,0H17V17h4Z"
|
|
105
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
106
|
+
d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0023,2.0023,0,0,1,26,28Z"
|
|
98
107
|
})), children);
|
|
99
108
|
});
|
|
100
109
|
if (process.env.NODE_ENV !== "production") {
|
|
101
|
-
|
|
110
|
+
ContainerSoftware.propTypes = iconPropTypes4cbeb95d.i;
|
|
102
111
|
}
|
|
103
|
-
const
|
|
112
|
+
const ContentDeliveryNetwork = /*#__PURE__*/React.forwardRef(function ContentDeliveryNetwork(_ref5, ref) {
|
|
104
113
|
let {
|
|
105
114
|
children,
|
|
106
115
|
size = 16,
|
|
@@ -114,14 +123,24 @@ const Contrast = /*#__PURE__*/React.forwardRef(function Contrast(_ref5, ref) {
|
|
|
114
123
|
viewBox: "0 0 32 32",
|
|
115
124
|
fill: "currentColor",
|
|
116
125
|
...rest
|
|
117
|
-
},
|
|
118
|
-
|
|
126
|
+
}, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
127
|
+
cx: "21",
|
|
128
|
+
cy: "21",
|
|
129
|
+
r: "2"
|
|
130
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
131
|
+
cx: "7",
|
|
132
|
+
cy: "7",
|
|
133
|
+
r: "2"
|
|
134
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
135
|
+
d: "M27,31a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,27,31Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,27,25Z"
|
|
136
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
137
|
+
d: "M30,16A14.0412,14.0412,0,0,0,16,2,13.0426,13.0426,0,0,0,9.2,3.8l1.1,1.7a24.4254,24.4254,0,0,1,2.4-1A25.1349,25.1349,0,0,0,10,15H4a11.1489,11.1489,0,0,1,1.4-4.7L3.9,9A13.8418,13.8418,0,0,0,2,16,13.9983,13.9983,0,0,0,16,30a13.3656,13.3656,0,0,0,5.2-1l-.6-1.9a11.4416,11.4416,0,0,1-5.2.9h0A21.0713,21.0713,0,0,1,12,17H29.9A3.4019,3.4019,0,0,0,30,16ZM12.8,27.6h0a13.02,13.02,0,0,1-5.3-3.1A12.5053,12.5053,0,0,1,4,17h6A25.0022,25.0022,0,0,0,12.8,27.6ZM12,15A21.4461,21.4461,0,0,1,15.3,4h1.4A21.4461,21.4461,0,0,1,20,15Zm10,0A23.2777,23.2777,0,0,0,19.2,4.4,12.0919,12.0919,0,0,1,27.9,15Z"
|
|
119
138
|
})), children);
|
|
120
139
|
});
|
|
121
140
|
if (process.env.NODE_ENV !== "production") {
|
|
122
|
-
|
|
141
|
+
ContentDeliveryNetwork.propTypes = iconPropTypes4cbeb95d.i;
|
|
123
142
|
}
|
|
124
|
-
const
|
|
143
|
+
const ContentView = /*#__PURE__*/React.forwardRef(function ContentView(_ref6, ref) {
|
|
125
144
|
let {
|
|
126
145
|
children,
|
|
127
146
|
size = 16,
|
|
@@ -135,14 +154,20 @@ const ConvertToCloud = /*#__PURE__*/React.forwardRef(function ConvertToCloud(_re
|
|
|
135
154
|
viewBox: "0 0 32 32",
|
|
136
155
|
fill: "currentColor",
|
|
137
156
|
...rest
|
|
138
|
-
},
|
|
139
|
-
|
|
157
|
+
}, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
158
|
+
cx: "16",
|
|
159
|
+
cy: "19",
|
|
160
|
+
r: "2"
|
|
161
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
162
|
+
d: "M23.7769,18.4785A8.64,8.64,0,0,0,16,13a8.64,8.64,0,0,0-7.7769,5.4785L8,19l.2231.5215A8.64,8.64,0,0,0,16,25a8.64,8.64,0,0,0,7.7769-5.4785L24,19ZM16,23a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,23Z"
|
|
163
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
164
|
+
d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3ZM5,5H27V9H5ZM5,27V11H27V27Z"
|
|
140
165
|
})), children);
|
|
141
166
|
});
|
|
142
167
|
if (process.env.NODE_ENV !== "production") {
|
|
143
|
-
|
|
168
|
+
ContentView.propTypes = iconPropTypes4cbeb95d.i;
|
|
144
169
|
}
|
|
145
|
-
const
|
|
170
|
+
const Continue = /*#__PURE__*/React.forwardRef(function Continue(_ref7, ref) {
|
|
146
171
|
let {
|
|
147
172
|
children,
|
|
148
173
|
size = 16,
|
|
@@ -156,42 +181,14 @@ const Cookie = /*#__PURE__*/React.forwardRef(function Cookie(_ref7, ref) {
|
|
|
156
181
|
viewBox: "0 0 32 32",
|
|
157
182
|
fill: "currentColor",
|
|
158
183
|
...rest
|
|
159
|
-
},
|
|
160
|
-
|
|
161
|
-
cy: "21",
|
|
162
|
-
r: "2"
|
|
163
|
-
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
164
|
-
cx: "23",
|
|
165
|
-
cy: "20",
|
|
166
|
-
r: "2"
|
|
167
|
-
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
168
|
-
cx: "13",
|
|
169
|
-
cy: "10",
|
|
170
|
-
r: "2"
|
|
171
|
-
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
172
|
-
cx: "14",
|
|
173
|
-
cy: "15",
|
|
174
|
-
r: "1"
|
|
175
|
-
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
176
|
-
cx: "23",
|
|
177
|
-
cy: "5",
|
|
178
|
-
r: "2"
|
|
179
|
-
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
180
|
-
cx: "29",
|
|
181
|
-
cy: "3",
|
|
182
|
-
r: "1"
|
|
183
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
184
|
-
cx: "16",
|
|
185
|
-
cy: "23",
|
|
186
|
-
r: "1"
|
|
187
|
-
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
188
|
-
d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2c0.1,0,0.2,0,0.3,0l1.4,0.1l-0.3,1.2c-0.1,0.4-0.2,0.9-0.2,1.3c0,2.8,2.2,5,5,5 c1,0,2-0.3,2.9-0.9l1.3,1.5c-0.4,0.4-0.6,0.9-0.6,1.4c0,1.3,1.3,2.4,2.7,1.9l1.2-0.5l0.2,1.3C30,14.9,30,15.5,30,16 C30,23.7,23.7,30,16,30z M15.3,4C9,4.4,4,9.6,4,16c0,6.6,5.4,12,12,12s12-5.4,12-12c0-0.1,0-0.3,0-0.4c-2.3,0.1-4.2-1.7-4.2-4 c0-0.1,0-0.1,0-0.2c-0.5,0.1-1,0.2-1.6,0.2c-3.9,0-7-3.1-7-7C15.2,4.4,15.2,4.2,15.3,4z"
|
|
184
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
185
|
+
d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM11 6.7344V25.2656L27 16zM4 4H6V28H4z"
|
|
189
186
|
})), children);
|
|
190
187
|
});
|
|
191
188
|
if (process.env.NODE_ENV !== "production") {
|
|
192
|
-
|
|
189
|
+
Continue.propTypes = iconPropTypes4cbeb95d.i;
|
|
193
190
|
}
|
|
194
|
-
const
|
|
191
|
+
const ContinueFilled = /*#__PURE__*/React.forwardRef(function ContinueFilled(_ref8, ref) {
|
|
195
192
|
let {
|
|
196
193
|
children,
|
|
197
194
|
size = 16,
|
|
@@ -205,16 +202,14 @@ const Copy = /*#__PURE__*/React.forwardRef(function Copy(_ref8, ref) {
|
|
|
205
202
|
viewBox: "0 0 32 32",
|
|
206
203
|
fill: "currentColor",
|
|
207
204
|
...rest
|
|
208
|
-
},
|
|
209
|
-
d: "
|
|
210
|
-
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
211
|
-
d: "M4,18H2V4A2,2,0,0,1,4,2H18V4H4Z"
|
|
205
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
206
|
+
d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM4 4H6V28H4z"
|
|
212
207
|
})), children);
|
|
213
208
|
});
|
|
214
209
|
if (process.env.NODE_ENV !== "production") {
|
|
215
|
-
|
|
210
|
+
ContinueFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
216
211
|
}
|
|
217
|
-
const
|
|
212
|
+
const ContinuousDeployment = /*#__PURE__*/React.forwardRef(function ContinuousDeployment(_ref9, ref) {
|
|
218
213
|
let {
|
|
219
214
|
children,
|
|
220
215
|
size = 16,
|
|
@@ -228,16 +223,14 @@ const CopyFile = /*#__PURE__*/React.forwardRef(function CopyFile(_ref9, ref) {
|
|
|
228
223
|
viewBox: "0 0 32 32",
|
|
229
224
|
fill: "currentColor",
|
|
230
225
|
...rest
|
|
231
|
-
},
|
|
232
|
-
d: "
|
|
233
|
-
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
234
|
-
d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z"
|
|
226
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
227
|
+
d: "M24,2l-6,6l1.4,1.4L23,5.8V19c0,5-4,9-9,9c-1.6,0-3.1-0.4-4.3-1.1C10.1,27,10.5,27,11,27c4.4,0,8-3.6,8-8s-3.6-8-8-8 s-8,3.6-8,8c0,6.1,4.9,11,11,11s11-4.9,11-11V5.8l3.6,3.6L30,8L24,2z M5,19.6c0-0.2,0-0.4,0-0.6c0-3.3,2.7-6,6-6s6,2.7,6,6 s-2.7,6-6,6C7.9,25,5.3,22.6,5,19.6z"
|
|
235
228
|
})), children);
|
|
236
229
|
});
|
|
237
230
|
if (process.env.NODE_ENV !== "production") {
|
|
238
|
-
|
|
231
|
+
ContinuousDeployment.propTypes = iconPropTypes4cbeb95d.i;
|
|
239
232
|
}
|
|
240
|
-
const
|
|
233
|
+
const ContinuousIntegration = /*#__PURE__*/React.forwardRef(function ContinuousIntegration(_ref10, ref) {
|
|
241
234
|
let {
|
|
242
235
|
children,
|
|
243
236
|
size = 16,
|
|
@@ -251,18 +244,14 @@ const CopyLink = /*#__PURE__*/React.forwardRef(function CopyLink(_ref10, ref) {
|
|
|
251
244
|
viewBox: "0 0 32 32",
|
|
252
245
|
fill: "currentColor",
|
|
253
246
|
...rest
|
|
254
|
-
},
|
|
255
|
-
d: "
|
|
256
|
-
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
257
|
-
d: "M19.9474,17a4.9476,4.9476,0,0,1-3.4991-8.4465l.5526-.5526,1.4143,1.4146-.5526.5523a2.9476,2.9476,0,0,0,0,4.1689,3.02,3.02,0,0,0,4.17,0c.26-.26,4.7293-4.7293,5.1053-5.1045a2.951,2.951,0,0,0,0-4.1687,3.02,3.02,0,0,0-4.17,0L21.5536,3.449a4.9483,4.9483,0,0,1,6.9981,6.9978c-.3765.376-4.844,4.8428-5.1038,5.1035A4.9193,4.9193,0,0,1,19.9474,17Z"
|
|
258
|
-
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
259
|
-
d: "M24,30H4a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,4,6H8V8H4V28H24V18h2V28A2.0021,2.0021,0,0,1,24,30Z"
|
|
247
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
248
|
+
d: "M31.9,15.5l-5.7-10C25.9,5.2,25.6,5,25.3,5H6.7C6.4,5,6.1,5.2,5.9,5.5l-5.7,10C0,15.7,0,15.8,0,16s0,0.3,0.1,0.5l5.7,10 C6.1,26.8,6.4,27,6.7,27h18.5c0.4,0,0.7-0.2,0.9-0.5l5.7-10C32,16.3,32,16.2,32,16S32,15.7,31.9,15.5z M17.8,15h-8l4-7L17.8,15z M15.5,7h8l-4,7L15.5,7z M17.8,17l-4,7l-4-7H17.8z M19.5,18l4,7h-8L19.5,18z M21.2,17h8l-4,7L21.2,17z M21.2,15l4-7l4,7H21.2z M7.3,7H12l-4.6,8H2.7L7.3,7z M7.3,25l-4.6-8h4.7l4.6,8H7.3z"
|
|
260
249
|
})), children);
|
|
261
250
|
});
|
|
262
251
|
if (process.env.NODE_ENV !== "production") {
|
|
263
|
-
|
|
252
|
+
ContinuousIntegration.propTypes = iconPropTypes4cbeb95d.i;
|
|
264
253
|
}
|
|
265
|
-
const
|
|
254
|
+
const WatsonHealthContourDraw = /*#__PURE__*/React.forwardRef(function WatsonHealthContourDraw(_ref11, ref) {
|
|
266
255
|
let {
|
|
267
256
|
children,
|
|
268
257
|
size = 16,
|
|
@@ -277,13 +266,13 @@ const Corn = /*#__PURE__*/React.forwardRef(function Corn(_ref11, ref) {
|
|
|
277
266
|
fill: "currentColor",
|
|
278
267
|
...rest
|
|
279
268
|
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
280
|
-
d: "
|
|
269
|
+
d: "M7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.526 11.526 0 0123 25.7zM27.4 19.7l1.9.6A15.4747 15.4747 0 0030 16H28A11.4756 11.4756 0 0127.4 19.7zM29.2 11.6a14.4029 14.4029 0 00-2-3.9L25.6 8.9a12.8867 12.8867 0 011.7 3.3zM24.1 4.6a14.4029 14.4029 0 00-3.9-2l-.6 1.9a12.8867 12.8867 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.4756 11.4756 0 0116 28v2A21.4206 21.4206 0 0020.3 29.3zM15.4023 24.248a11.9488 11.9488 0 00-1.7182-3.3354L15.2974 19.73a13.9486 13.9486 0 012.0044 3.893zM11.02 18.2668a11.9215 11.9215 0 00-3.3467-1.6943l.6114-1.9043a13.9242 13.9242 0 013.9072 1.978z"
|
|
281
270
|
})), children);
|
|
282
271
|
});
|
|
283
272
|
if (process.env.NODE_ENV !== "production") {
|
|
284
|
-
|
|
273
|
+
WatsonHealthContourDraw.propTypes = iconPropTypes4cbeb95d.i;
|
|
285
274
|
}
|
|
286
|
-
const
|
|
275
|
+
const WatsonHealthContourEdit = /*#__PURE__*/React.forwardRef(function WatsonHealthContourEdit(_ref12, ref) {
|
|
287
276
|
let {
|
|
288
277
|
children,
|
|
289
278
|
size = 16,
|
|
@@ -298,13 +287,15 @@ const Corner = /*#__PURE__*/React.forwardRef(function Corner(_ref12, ref) {
|
|
|
298
287
|
fill: "currentColor",
|
|
299
288
|
...rest
|
|
300
289
|
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
301
|
-
d: "
|
|
290
|
+
d: "M16 30V28A12.0021 12.0021 0 0019.6924 4.5786l.6152-1.9033A14.0022 14.0022 0 0116 30zM7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7z"
|
|
291
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
292
|
+
d: "M15.4023 24.248a11.9488 11.9488 0 00-1.7182-3.3354L15.2974 19.73a13.9486 13.9486 0 012.0044 3.893zM11.02 18.2668a11.9215 11.9215 0 00-3.3467-1.6943l.6114-1.9043a13.9242 13.9242 0 013.9072 1.978z"
|
|
302
293
|
})), children);
|
|
303
294
|
});
|
|
304
295
|
if (process.env.NODE_ENV !== "production") {
|
|
305
|
-
|
|
296
|
+
WatsonHealthContourEdit.propTypes = iconPropTypes4cbeb95d.i;
|
|
306
297
|
}
|
|
307
|
-
const
|
|
298
|
+
const WatsonHealthContourFinding = /*#__PURE__*/React.forwardRef(function WatsonHealthContourFinding(_ref13, ref) {
|
|
308
299
|
let {
|
|
309
300
|
children,
|
|
310
301
|
size = 16,
|
|
@@ -318,34 +309,14 @@ const Coronavirus = /*#__PURE__*/React.forwardRef(function Coronavirus(_ref13, r
|
|
|
318
309
|
viewBox: "0 0 32 32",
|
|
319
310
|
fill: "currentColor",
|
|
320
311
|
...rest
|
|
321
|
-
},
|
|
322
|
-
|
|
323
|
-
cy: "11.5",
|
|
324
|
-
r: "1.5"
|
|
325
|
-
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
326
|
-
cx: "20.5",
|
|
327
|
-
cy: "15.5",
|
|
328
|
-
r: "1.5"
|
|
329
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
330
|
-
cx: "16",
|
|
331
|
-
cy: "16",
|
|
332
|
-
r: "1"
|
|
333
|
-
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
334
|
-
cx: "16.5",
|
|
335
|
-
cy: "20.5",
|
|
336
|
-
r: "1.5"
|
|
337
|
-
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
338
|
-
cx: "11.5",
|
|
339
|
-
cy: "16.5",
|
|
340
|
-
r: "1.5"
|
|
341
|
-
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
342
|
-
d: "M28,13v2H25.9492a9.9476,9.9476,0,0,0-2.2143-5.3213l1.4367-1.4365,1.4143,1.4145L28,8.2427,23.7578,4l-1.414,1.4141,1.414,1.414-1.437,1.4365A9.9464,9.9464,0,0,0,17,6.0508V4h2V2H13V4h2V6.0508A9.9464,9.9464,0,0,0,9.6792,8.2646L8.2422,6.8281l1.414-1.414L8.2422,4,4,8.2427l1.4141,1.414L6.8284,8.2422,8.2651,9.6787A9.9476,9.9476,0,0,0,6.0508,15H4V13H2v6H4V17H6.0508a9.9476,9.9476,0,0,0,2.2143,5.3213L6.8284,23.7578,5.4141,22.3433,4,23.7573,8.2422,28l1.414-1.4141-1.414-1.414,1.437-1.4365A9.9464,9.9464,0,0,0,15,25.9492V28H13v2h6V28H17V25.9492a9.9464,9.9464,0,0,0,5.3208-2.2138l1.437,1.4365-1.414,1.414L23.7578,28,28,23.7573l-1.4141-1.414-1.4143,1.4145-1.4367-1.4365A9.9476,9.9476,0,0,0,25.9492,17H28v2h2V13ZM16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Z"
|
|
312
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
313
|
+
d: "M7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM2.7 20.4a14.4029 14.4029 0 002 3.9l1.6-1.2a12.8867 12.8867 0 01-1.7-3.3zM7.8 27.3a14.4029 14.4029 0 003.9 2l.6-1.9A12.8867 12.8867 0 019 25.7zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.526 11.526 0 0123 25.7zM27.4 19.7l1.9.6A15.4747 15.4747 0 0030 16H28A11.4756 11.4756 0 0127.4 19.7zM29.2 11.6a14.4029 14.4029 0 00-2-3.9L25.6 8.9a12.8867 12.8867 0 011.7 3.3zM24.1 4.6a14.4029 14.4029 0 00-3.9-2l-.6 1.9a12.8867 12.8867 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.4756 11.4756 0 0116 28v2A21.4206 21.4206 0 0020.3 29.3zM16 26A10 10 0 1126 16 10.0115 10.0115 0 0116 26zM16 8a8 8 0 108 8A8.0092 8.0092 0 0016 8z"
|
|
343
314
|
})), children);
|
|
344
315
|
});
|
|
345
316
|
if (process.env.NODE_ENV !== "production") {
|
|
346
|
-
|
|
317
|
+
WatsonHealthContourFinding.propTypes = iconPropTypes4cbeb95d.i;
|
|
347
318
|
}
|
|
348
|
-
const
|
|
319
|
+
const Contrast = /*#__PURE__*/React.forwardRef(function Contrast(_ref14, ref) {
|
|
349
320
|
let {
|
|
350
321
|
children,
|
|
351
322
|
size = 16,
|
|
@@ -359,16 +330,14 @@ const Cost = /*#__PURE__*/React.forwardRef(function Cost(_ref14, ref) {
|
|
|
359
330
|
viewBox: "0 0 32 32",
|
|
360
331
|
fill: "currentColor",
|
|
361
332
|
...rest
|
|
362
|
-
},
|
|
363
|
-
d: "
|
|
364
|
-
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
365
|
-
d: "M30,6.4141,28.5859,5l-3.35,3.35A12.0812,12.0812,0,0,0,23.65,6.7637L27,3.4141,25.5859,2,21.9766,5.6094A11.9792,11.9792,0,0,0,5.6094,21.9766L2,25.5859,3.4141,27l3.35-3.35A12.0812,12.0812,0,0,0,8.35,25.2363L5,28.5859,6.4141,30l3.6093-3.6094A11.9792,11.9792,0,0,0,26.3906,10.0234ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
|
|
333
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
334
|
+
d: "M29.37,11.84a13.6,13.6,0,0,0-1.06-2.51A14.17,14.17,0,0,0,25.9,6.1a14,14,0,1,0,0,19.8,14.17,14.17,0,0,0,2.41-3.23,13.6,13.6,0,0,0,1.06-2.51,14,14,0,0,0,0-8.32ZM4,16A12,12,0,0,1,16,4V28A12,12,0,0,1,4,16Z"
|
|
366
335
|
})), children);
|
|
367
336
|
});
|
|
368
337
|
if (process.env.NODE_ENV !== "production") {
|
|
369
|
-
|
|
338
|
+
Contrast.propTypes = iconPropTypes4cbeb95d.i;
|
|
370
339
|
}
|
|
371
|
-
const
|
|
340
|
+
const ConvertToCloud = /*#__PURE__*/React.forwardRef(function ConvertToCloud(_ref15, ref) {
|
|
372
341
|
let {
|
|
373
342
|
children,
|
|
374
343
|
size = 16,
|
|
@@ -383,15 +352,13 @@ const CostTotal = /*#__PURE__*/React.forwardRef(function CostTotal(_ref15, ref)
|
|
|
383
352
|
fill: "currentColor",
|
|
384
353
|
...rest
|
|
385
354
|
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
386
|
-
d: "
|
|
387
|
-
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
388
|
-
d: "M30,6.4141,28.5859,5l-3.35,3.35A12.0812,12.0812,0,0,0,23.65,6.7637L27,3.4141,25.5859,2,21.9766,5.6094A11.9792,11.9792,0,0,0,5.6094,21.9766L2,25.5859,3.4141,27l3.35-3.35A12.0812,12.0812,0,0,0,8.35,25.2363L5,28.5859,6.4141,30l3.6093-3.6094A11.9792,11.9792,0,0,0,26.3906,10.0234ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
|
|
355
|
+
d: "M26.5 12H19a4 4 0 010-8h.0835A4.7864 4.7864 0 0123 2a4.9816 4.9816 0 014.6543 3.2034A3.4667 3.4667 0 0130 8.5 3.5041 3.5041 0 0126.5 12zM19 6a2 2 0 000 4h7.5A1.5017 1.5017 0 0028 8.5a1.4855 1.4855 0 00-1.2778-1.4739L26.061 6.927l-.1616-.6487a2.9568 2.9568 0 00-5.4873-.7121L20.1143 6zM23 14l-5 5 1.4141 1.4141L22 17.8325V24H16v2h6a2.0025 2.0025 0 002-2V17.8325l2.5874 2.583L28 19zM2 20H12V22H2zM2 24H12V26H2zM2 28H12V30H2z"
|
|
389
356
|
})), children);
|
|
390
357
|
});
|
|
391
358
|
if (process.env.NODE_ENV !== "production") {
|
|
392
|
-
|
|
359
|
+
ConvertToCloud.propTypes = iconPropTypes4cbeb95d.i;
|
|
393
360
|
}
|
|
394
|
-
const
|
|
361
|
+
const Cookie = /*#__PURE__*/React.forwardRef(function Cookie(_ref16, ref) {
|
|
395
362
|
let {
|
|
396
363
|
children,
|
|
397
364
|
size = 16,
|
|
@@ -405,40 +372,42 @@ const Cough = /*#__PURE__*/React.forwardRef(function Cough(_ref16, ref) {
|
|
|
405
372
|
viewBox: "0 0 32 32",
|
|
406
373
|
fill: "currentColor",
|
|
407
374
|
...rest
|
|
408
|
-
},
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
415
|
-
cx: "6",
|
|
375
|
+
}, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
376
|
+
cx: "10",
|
|
377
|
+
cy: "21",
|
|
378
|
+
r: "2"
|
|
379
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
380
|
+
cx: "23",
|
|
416
381
|
cy: "20",
|
|
382
|
+
r: "2"
|
|
383
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
384
|
+
cx: "13",
|
|
385
|
+
cy: "10",
|
|
386
|
+
r: "2"
|
|
387
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
388
|
+
cx: "14",
|
|
389
|
+
cy: "15",
|
|
417
390
|
r: "1"
|
|
418
|
-
})),
|
|
419
|
-
cx: "
|
|
420
|
-
cy: "
|
|
421
|
-
r: "
|
|
422
|
-
})),
|
|
423
|
-
cx: "
|
|
424
|
-
cy: "
|
|
425
|
-
r: "1"
|
|
426
|
-
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
427
|
-
cx: "3",
|
|
428
|
-
cy: "29",
|
|
391
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
392
|
+
cx: "23",
|
|
393
|
+
cy: "5",
|
|
394
|
+
r: "2"
|
|
395
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
396
|
+
cx: "29",
|
|
397
|
+
cy: "3",
|
|
429
398
|
r: "1"
|
|
430
|
-
})),
|
|
431
|
-
cx: "
|
|
399
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
400
|
+
cx: "16",
|
|
432
401
|
cy: "23",
|
|
433
402
|
r: "1"
|
|
434
|
-
})),
|
|
435
|
-
d: "
|
|
403
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
404
|
+
d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2c0.1,0,0.2,0,0.3,0l1.4,0.1l-0.3,1.2c-0.1,0.4-0.2,0.9-0.2,1.3c0,2.8,2.2,5,5,5 c1,0,2-0.3,2.9-0.9l1.3,1.5c-0.4,0.4-0.6,0.9-0.6,1.4c0,1.3,1.3,2.4,2.7,1.9l1.2-0.5l0.2,1.3C30,14.9,30,15.5,30,16 C30,23.7,23.7,30,16,30z M15.3,4C9,4.4,4,9.6,4,16c0,6.6,5.4,12,12,12s12-5.4,12-12c0-0.1,0-0.3,0-0.4c-2.3,0.1-4.2-1.7-4.2-4 c0-0.1,0-0.1,0-0.2c-0.5,0.1-1,0.2-1.6,0.2c-3.9,0-7-3.1-7-7C15.2,4.4,15.2,4.2,15.3,4z"
|
|
436
405
|
})), children);
|
|
437
406
|
});
|
|
438
407
|
if (process.env.NODE_ENV !== "production") {
|
|
439
|
-
|
|
408
|
+
Cookie.propTypes = iconPropTypes4cbeb95d.i;
|
|
440
409
|
}
|
|
441
|
-
const
|
|
410
|
+
const Copy = /*#__PURE__*/React.forwardRef(function Copy(_ref17, ref) {
|
|
442
411
|
let {
|
|
443
412
|
children,
|
|
444
413
|
size = 16,
|
|
@@ -452,14 +421,16 @@ const Course = /*#__PURE__*/React.forwardRef(function Course(_ref17, ref) {
|
|
|
452
421
|
viewBox: "0 0 32 32",
|
|
453
422
|
fill: "currentColor",
|
|
454
423
|
...rest
|
|
455
|
-
},
|
|
456
|
-
d: "
|
|
424
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
425
|
+
d: "M28,10V28H10V10H28m0-2H10a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10a2,2,0,0,0-2-2Z"
|
|
426
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
427
|
+
d: "M4,18H2V4A2,2,0,0,1,4,2H18V4H4Z"
|
|
457
428
|
})), children);
|
|
458
429
|
});
|
|
459
430
|
if (process.env.NODE_ENV !== "production") {
|
|
460
|
-
|
|
431
|
+
Copy.propTypes = iconPropTypes4cbeb95d.i;
|
|
461
432
|
}
|
|
462
|
-
const
|
|
433
|
+
const CopyFile = /*#__PURE__*/React.forwardRef(function CopyFile(_ref18, ref) {
|
|
463
434
|
let {
|
|
464
435
|
children,
|
|
465
436
|
size = 16,
|
|
@@ -473,30 +444,16 @@ const Covariate = /*#__PURE__*/React.forwardRef(function Covariate(_ref18, ref)
|
|
|
473
444
|
viewBox: "0 0 32 32",
|
|
474
445
|
fill: "currentColor",
|
|
475
446
|
...rest
|
|
476
|
-
},
|
|
477
|
-
|
|
478
|
-
cy: "16",
|
|
479
|
-
r: "2"
|
|
480
|
-
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
481
|
-
cx: "14",
|
|
482
|
-
cy: "8",
|
|
483
|
-
r: "2"
|
|
484
|
-
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
485
|
-
cx: "28",
|
|
486
|
-
cy: "12",
|
|
487
|
-
r: "2"
|
|
488
|
-
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
489
|
-
cx: "21",
|
|
490
|
-
cy: "18",
|
|
491
|
-
r: "2"
|
|
447
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
448
|
+
d: "M27.4,14.7l-6.1-6.1C21,8.2,20.5,8,20,8h-8c-1.1,0-2,0.9-2,2v18c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V16.1 C28,15.6,27.8,15.1,27.4,14.7z M20,10l5.9,6H20V10z M12,28V10h6v6c0,1.1,0.9,2,2,2h6l0,10H12z"
|
|
492
449
|
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
493
|
-
d: "
|
|
450
|
+
d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z"
|
|
494
451
|
})), children);
|
|
495
452
|
});
|
|
496
453
|
if (process.env.NODE_ENV !== "production") {
|
|
497
|
-
|
|
454
|
+
CopyFile.propTypes = iconPropTypes4cbeb95d.i;
|
|
498
455
|
}
|
|
499
|
-
const
|
|
456
|
+
const CopyLink = /*#__PURE__*/React.forwardRef(function CopyLink(_ref19, ref) {
|
|
500
457
|
let {
|
|
501
458
|
children,
|
|
502
459
|
size = 16,
|
|
@@ -511,83 +468,59 @@ const Credentials = /*#__PURE__*/React.forwardRef(function Credentials(_ref19, r
|
|
|
511
468
|
fill: "currentColor",
|
|
512
469
|
...rest
|
|
513
470
|
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
514
|
-
d: "
|
|
471
|
+
d: "M11.9474,19a4.9476,4.9476,0,0,1-3.4991-8.4465l5.1053-5.1043a4.9482,4.9482,0,0,1,6.9981,6.9976l-.5523.5526-1.4158-1.4129.5577-.5579a2.95,2.95,0,0,0-.0039-4.1653,3.02,3.02,0,0,0-4.17,0l-5.1047,5.104a2.9474,2.9474,0,0,0,0,4.1692,3.02,3.02,0,0,0,4.17,0l1.4143,1.4145A4.9176,4.9176,0,0,1,11.9474,19Z"
|
|
515
472
|
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
516
|
-
d: "
|
|
473
|
+
d: "M19.9474,17a4.9476,4.9476,0,0,1-3.4991-8.4465l.5526-.5526,1.4143,1.4146-.5526.5523a2.9476,2.9476,0,0,0,0,4.1689,3.02,3.02,0,0,0,4.17,0c.26-.26,4.7293-4.7293,5.1053-5.1045a2.951,2.951,0,0,0,0-4.1687,3.02,3.02,0,0,0-4.17,0L21.5536,3.449a4.9483,4.9483,0,0,1,6.9981,6.9978c-.3765.376-4.844,4.8428-5.1038,5.1035A4.9193,4.9193,0,0,1,19.9474,17Z"
|
|
474
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
475
|
+
d: "M24,30H4a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,4,6H8V8H4V28H24V18h2V28A2.0021,2.0021,0,0,1,24,30Z"
|
|
517
476
|
})), children);
|
|
518
477
|
});
|
|
519
478
|
if (process.env.NODE_ENV !== "production") {
|
|
520
|
-
|
|
479
|
+
CopyLink.propTypes = iconPropTypes4cbeb95d.i;
|
|
521
480
|
}
|
|
522
|
-
const
|
|
481
|
+
const Corn = /*#__PURE__*/React.forwardRef(function Corn(_ref20, ref) {
|
|
523
482
|
let {
|
|
524
483
|
children,
|
|
525
484
|
size = 16,
|
|
526
485
|
...rest
|
|
527
486
|
} = _ref20;
|
|
528
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
529
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
530
|
-
width: size,
|
|
531
|
-
height: size,
|
|
532
|
-
ref: ref,
|
|
533
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
534
|
-
viewBox: "0 0 16 16",
|
|
535
|
-
fill: "currentColor",
|
|
536
|
-
...rest
|
|
537
|
-
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
538
|
-
d: "M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"
|
|
539
|
-
})), children);
|
|
540
|
-
}
|
|
541
487
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
542
488
|
width: size,
|
|
543
489
|
height: size,
|
|
544
490
|
ref: ref,
|
|
545
491
|
xmlns: "http://www.w3.org/2000/svg",
|
|
546
|
-
viewBox: "0 0
|
|
492
|
+
viewBox: "0 0 32 32",
|
|
547
493
|
fill: "currentColor",
|
|
548
494
|
...rest
|
|
549
495
|
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
550
|
-
d: "
|
|
496
|
+
d: "M23,16c-.3374,0-.67.02-1,.0508V16C22,8.115,19.0435,2,16.5,2S11,8.115,11,16v5H6v3a6.0067,6.0067,0,0,0,6,6h3A11.0125,11.0125,0,0,0,26,19V16ZM13,16h2V14H13.0728a25.8942,25.8942,0,0,1,.5654-4H16V8H14.2c.81-2.4058,1.8149-3.7715,2.3-3.9863.66.2919,2.2842,2.7036,3.0654,6.9863H18v2h1.8442A29.1625,29.1625,0,0,1,20,16v.4263A11.0554,11.0554,0,0,0,13.79,21H13ZM12,28a4.0045,4.0045,0,0,1-4-4V23h4.7639A10.9033,10.9033,0,0,0,12,27Zm12-9a9.01,9.01,0,0,1-9,9H14V27a9.01,9.01,0,0,1,9-9h1Z"
|
|
551
497
|
})), children);
|
|
552
498
|
});
|
|
553
499
|
if (process.env.NODE_ENV !== "production") {
|
|
554
|
-
|
|
500
|
+
Corn.propTypes = iconPropTypes4cbeb95d.i;
|
|
555
501
|
}
|
|
556
|
-
const
|
|
502
|
+
const Corner = /*#__PURE__*/React.forwardRef(function Corner(_ref21, ref) {
|
|
557
503
|
let {
|
|
558
504
|
children,
|
|
559
505
|
size = 16,
|
|
560
506
|
...rest
|
|
561
507
|
} = _ref21;
|
|
562
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
563
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
564
|
-
width: size,
|
|
565
|
-
height: size,
|
|
566
|
-
ref: ref,
|
|
567
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
568
|
-
viewBox: "0 0 16 16",
|
|
569
|
-
fill: "currentColor",
|
|
570
|
-
...rest
|
|
571
|
-
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
572
|
-
d: "M13 13L3 13 3 3 13 13z"
|
|
573
|
-
})), children);
|
|
574
|
-
}
|
|
575
508
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
576
509
|
width: size,
|
|
577
510
|
height: size,
|
|
578
511
|
ref: ref,
|
|
579
512
|
xmlns: "http://www.w3.org/2000/svg",
|
|
580
|
-
viewBox: "0 0
|
|
513
|
+
viewBox: "0 0 32 32",
|
|
581
514
|
fill: "currentColor",
|
|
582
515
|
...rest
|
|
583
|
-
},
|
|
584
|
-
d: "
|
|
516
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
517
|
+
d: "M28,9H14V6H6v8H9V28h2V14h3V11H28ZM12,12H8V8h4Z"
|
|
585
518
|
})), children);
|
|
586
519
|
});
|
|
587
520
|
if (process.env.NODE_ENV !== "production") {
|
|
588
|
-
|
|
521
|
+
Corner.propTypes = iconPropTypes4cbeb95d.i;
|
|
589
522
|
}
|
|
590
|
-
const
|
|
523
|
+
const Coronavirus = /*#__PURE__*/React.forwardRef(function Coronavirus(_ref22, ref) {
|
|
591
524
|
let {
|
|
592
525
|
children,
|
|
593
526
|
size = 16,
|
|
@@ -601,16 +534,34 @@ const Crop = /*#__PURE__*/React.forwardRef(function Crop(_ref22, ref) {
|
|
|
601
534
|
viewBox: "0 0 32 32",
|
|
602
535
|
fill: "currentColor",
|
|
603
536
|
...rest
|
|
604
|
-
},
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
537
|
+
}, _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
538
|
+
cx: "15.5",
|
|
539
|
+
cy: "11.5",
|
|
540
|
+
r: "1.5"
|
|
541
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
542
|
+
cx: "20.5",
|
|
543
|
+
cy: "15.5",
|
|
544
|
+
r: "1.5"
|
|
545
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
546
|
+
cx: "16",
|
|
547
|
+
cy: "16",
|
|
548
|
+
r: "1"
|
|
549
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
550
|
+
cx: "16.5",
|
|
551
|
+
cy: "20.5",
|
|
552
|
+
r: "1.5"
|
|
553
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
554
|
+
cx: "11.5",
|
|
555
|
+
cy: "16.5",
|
|
556
|
+
r: "1.5"
|
|
557
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
558
|
+
d: "M28,13v2H25.9492a9.9476,9.9476,0,0,0-2.2143-5.3213l1.4367-1.4365,1.4143,1.4145L28,8.2427,23.7578,4l-1.414,1.4141,1.414,1.414-1.437,1.4365A9.9464,9.9464,0,0,0,17,6.0508V4h2V2H13V4h2V6.0508A9.9464,9.9464,0,0,0,9.6792,8.2646L8.2422,6.8281l1.414-1.414L8.2422,4,4,8.2427l1.4141,1.414L6.8284,8.2422,8.2651,9.6787A9.9476,9.9476,0,0,0,6.0508,15H4V13H2v6H4V17H6.0508a9.9476,9.9476,0,0,0,2.2143,5.3213L6.8284,23.7578,5.4141,22.3433,4,23.7573,8.2422,28l1.414-1.4141-1.414-1.414,1.437-1.4365A9.9464,9.9464,0,0,0,15,25.9492V28H13v2h6V28H17V25.9492a9.9464,9.9464,0,0,0,5.3208-2.2138l1.437,1.4365-1.414,1.414L23.7578,28,28,23.7573l-1.4141-1.414-1.4143,1.4145-1.4367-1.4365A9.9476,9.9476,0,0,0,25.9492,17H28v2h2V13ZM16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Z"
|
|
608
559
|
})), children);
|
|
609
560
|
});
|
|
610
561
|
if (process.env.NODE_ENV !== "production") {
|
|
611
|
-
|
|
562
|
+
Coronavirus.propTypes = iconPropTypes4cbeb95d.i;
|
|
612
563
|
}
|
|
613
|
-
const
|
|
564
|
+
const Cost = /*#__PURE__*/React.forwardRef(function Cost(_ref23, ref) {
|
|
614
565
|
let {
|
|
615
566
|
children,
|
|
616
567
|
size = 16,
|
|
@@ -624,14 +575,16 @@ const CropGrowth = /*#__PURE__*/React.forwardRef(function CropGrowth(_ref23, ref
|
|
|
624
575
|
viewBox: "0 0 32 32",
|
|
625
576
|
fill: "currentColor",
|
|
626
577
|
...rest
|
|
627
|
-
},
|
|
628
|
-
d: "
|
|
578
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
579
|
+
d: "M16,23a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,16,23Zm0-12a5,5,0,1,0,5,5A5.0057,5.0057,0,0,0,16,11Z"
|
|
580
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
581
|
+
d: "M30,6.4141,28.5859,5l-3.35,3.35A12.0812,12.0812,0,0,0,23.65,6.7637L27,3.4141,25.5859,2,21.9766,5.6094A11.9792,11.9792,0,0,0,5.6094,21.9766L2,25.5859,3.4141,27l3.35-3.35A12.0812,12.0812,0,0,0,8.35,25.2363L5,28.5859,6.4141,30l3.6093-3.6094A11.9792,11.9792,0,0,0,26.3906,10.0234ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
|
|
629
582
|
})), children);
|
|
630
583
|
});
|
|
631
584
|
if (process.env.NODE_ENV !== "production") {
|
|
632
|
-
|
|
585
|
+
Cost.propTypes = iconPropTypes4cbeb95d.i;
|
|
633
586
|
}
|
|
634
|
-
const
|
|
587
|
+
const CostTotal = /*#__PURE__*/React.forwardRef(function CostTotal(_ref24, ref) {
|
|
635
588
|
let {
|
|
636
589
|
children,
|
|
637
590
|
size = 16,
|
|
@@ -645,14 +598,16 @@ const CropHealth = /*#__PURE__*/React.forwardRef(function CropHealth(_ref24, ref
|
|
|
645
598
|
viewBox: "0 0 32 32",
|
|
646
599
|
fill: "currentColor",
|
|
647
600
|
...rest
|
|
648
|
-
},
|
|
649
|
-
d: "
|
|
601
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
602
|
+
d: "M10 13H22V15H10zM10 18H22V20H10z"
|
|
603
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
604
|
+
d: "M30,6.4141,28.5859,5l-3.35,3.35A12.0812,12.0812,0,0,0,23.65,6.7637L27,3.4141,25.5859,2,21.9766,5.6094A11.9792,11.9792,0,0,0,5.6094,21.9766L2,25.5859,3.4141,27l3.35-3.35A12.0812,12.0812,0,0,0,8.35,25.2363L5,28.5859,6.4141,30l3.6093-3.6094A11.9792,11.9792,0,0,0,26.3906,10.0234ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
|
|
650
605
|
})), children);
|
|
651
606
|
});
|
|
652
607
|
if (process.env.NODE_ENV !== "production") {
|
|
653
|
-
|
|
608
|
+
CostTotal.propTypes = iconPropTypes4cbeb95d.i;
|
|
654
609
|
}
|
|
655
|
-
const
|
|
610
|
+
const Cough = /*#__PURE__*/React.forwardRef(function Cough(_ref25, ref) {
|
|
656
611
|
let {
|
|
657
612
|
children,
|
|
658
613
|
size = 16,
|
|
@@ -667,13 +622,39 @@ const WatsonHealthCrossReference = /*#__PURE__*/React.forwardRef(function Watson
|
|
|
667
622
|
fill: "currentColor",
|
|
668
623
|
...rest
|
|
669
624
|
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
670
|
-
d: "
|
|
625
|
+
d: "M26,30H24V27H20a5.0055,5.0055,0,0,1-5-5V20.7207l-2.3162-.772a1,1,0,0,1-.5412-1.4631L15,13.7229V11a9.01,9.01,0,0,1,9-9h5V4H24a7.0078,7.0078,0,0,0-7,7v3a.9991.9991,0,0,1-.1426.5144l-2.3586,3.9312,1.8174.6057A1,1,0,0,1,17,20v2a3.0033,3.0033,0,0,0,3,3h5a1,1,0,0,1,1,1Z"
|
|
626
|
+
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
627
|
+
cx: "9",
|
|
628
|
+
cy: "23",
|
|
629
|
+
r: "1"
|
|
630
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
631
|
+
cx: "6",
|
|
632
|
+
cy: "20",
|
|
633
|
+
r: "1"
|
|
634
|
+
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
635
|
+
cx: "6",
|
|
636
|
+
cy: "26",
|
|
637
|
+
r: "1"
|
|
638
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
639
|
+
cx: "3",
|
|
640
|
+
cy: "17",
|
|
641
|
+
r: "1"
|
|
642
|
+
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
643
|
+
cx: "3",
|
|
644
|
+
cy: "29",
|
|
645
|
+
r: "1"
|
|
646
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
647
|
+
cx: "3",
|
|
648
|
+
cy: "23",
|
|
649
|
+
r: "1"
|
|
650
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
651
|
+
d: "M19 12H23V14H19z"
|
|
671
652
|
})), children);
|
|
672
653
|
});
|
|
673
654
|
if (process.env.NODE_ENV !== "production") {
|
|
674
|
-
|
|
655
|
+
Cough.propTypes = iconPropTypes4cbeb95d.i;
|
|
675
656
|
}
|
|
676
|
-
const
|
|
657
|
+
const Course = /*#__PURE__*/React.forwardRef(function Course(_ref26, ref) {
|
|
677
658
|
let {
|
|
678
659
|
children,
|
|
679
660
|
size = 16,
|
|
@@ -687,14 +668,14 @@ const CrossTab = /*#__PURE__*/React.forwardRef(function CrossTab(_ref26, ref) {
|
|
|
687
668
|
viewBox: "0 0 32 32",
|
|
688
669
|
fill: "currentColor",
|
|
689
670
|
...rest
|
|
690
|
-
},
|
|
691
|
-
d: "
|
|
671
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
672
|
+
d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V20.6182l-5-2.5-5,2.5V4H8V28H24V24h2v4A2.0027,2.0027,0,0,1,24,30ZM21,15.8818l3,1.5V4H18V17.3818Z"
|
|
692
673
|
})), children);
|
|
693
674
|
});
|
|
694
675
|
if (process.env.NODE_ENV !== "production") {
|
|
695
|
-
|
|
676
|
+
Course.propTypes = iconPropTypes4cbeb95d.i;
|
|
696
677
|
}
|
|
697
|
-
const
|
|
678
|
+
const Covariate = /*#__PURE__*/React.forwardRef(function Covariate(_ref27, ref) {
|
|
698
679
|
let {
|
|
699
680
|
children,
|
|
700
681
|
size = 16,
|
|
@@ -708,14 +689,30 @@ const Crossroads = /*#__PURE__*/React.forwardRef(function Crossroads(_ref27, ref
|
|
|
708
689
|
viewBox: "0 0 32 32",
|
|
709
690
|
fill: "currentColor",
|
|
710
691
|
...rest
|
|
711
|
-
},
|
|
712
|
-
|
|
692
|
+
}, _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
693
|
+
cx: "8",
|
|
694
|
+
cy: "16",
|
|
695
|
+
r: "2"
|
|
696
|
+
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
697
|
+
cx: "14",
|
|
698
|
+
cy: "8",
|
|
699
|
+
r: "2"
|
|
700
|
+
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
701
|
+
cx: "28",
|
|
702
|
+
cy: "12",
|
|
703
|
+
r: "2"
|
|
704
|
+
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
705
|
+
cx: "21",
|
|
706
|
+
cy: "18",
|
|
707
|
+
r: "2"
|
|
708
|
+
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
709
|
+
d: "M30,3.4141,28.5859,2,4,26.5859V2H2V28a2,2,0,0,0,2,2H30V28H5.4141ZM4,28Z"
|
|
713
710
|
})), children);
|
|
714
711
|
});
|
|
715
712
|
if (process.env.NODE_ENV !== "production") {
|
|
716
|
-
|
|
713
|
+
Covariate.propTypes = iconPropTypes4cbeb95d.i;
|
|
717
714
|
}
|
|
718
|
-
const
|
|
715
|
+
const CreateLink = /*#__PURE__*/React.forwardRef(function CreateLink(_ref28, ref) {
|
|
719
716
|
let {
|
|
720
717
|
children,
|
|
721
718
|
size = 16,
|
|
@@ -729,16 +726,14 @@ const CrowdReport = /*#__PURE__*/React.forwardRef(function CrowdReport(_ref28, r
|
|
|
729
726
|
viewBox: "0 0 32 32",
|
|
730
727
|
fill: "currentColor",
|
|
731
728
|
...rest
|
|
732
|
-
},
|
|
733
|
-
d: "
|
|
734
|
-
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
735
|
-
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
|
729
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
730
|
+
d: "M7,8v3h-2v-3h-3v-2h3v-3h2v3h3v2h-3ZM22.42,26.01l6.03-6.03h0c2.06-2.06,2.06-5.39,0-7.44s-5.39-2.06-7.44,0l1.41,1.41h0c1.27-1.27,3.34-1.27,4.62,0,1.27,1.27,1.27,3.34,0,4.62l-6.03,6.03h0c-1.27,1.27-3.34,1.27-4.62,0-1.27-1.27-1.27-3.34,0-4.62l-1.41-1.41c-.99.99-1.54,2.33-1.54,3.73,0,2.91,2.36,5.26,5.27,5.26,1.4,0,2.74-.55,3.72-1.54h0l-.01-.01ZM13.99,28.46l-1.41-1.41c-1.27,1.26-3.32,1.26-4.6,0-1.28-1.27-1.29-3.34-.02-4.62l6.03-6.03.02-.02c1.28-1.27,3.35-1.26,4.62.02s1.26,3.35-.02,4.62l1.41,1.41.03-.03c2.05-2.06,2.03-5.4-.03-7.44-2.06-2.05-5.4-2.03-7.44.03l-6.03,6.03c-.99.99-1.55,2.33-1.55,3.72,0,2.91,2.37,5.26,5.27,5.26,1.4,0,2.74-.55,3.72-1.54Z"
|
|
736
731
|
})), children);
|
|
737
732
|
});
|
|
738
733
|
if (process.env.NODE_ENV !== "production") {
|
|
739
|
-
|
|
734
|
+
CreateLink.propTypes = iconPropTypes4cbeb95d.i;
|
|
740
735
|
}
|
|
741
|
-
const
|
|
736
|
+
const Credentials = /*#__PURE__*/React.forwardRef(function Credentials(_ref29, ref) {
|
|
742
737
|
let {
|
|
743
738
|
children,
|
|
744
739
|
size = 16,
|
|
@@ -753,58 +748,83 @@ const CrowdReportFilled = /*#__PURE__*/React.forwardRef(function CrowdReportFill
|
|
|
753
748
|
fill: "currentColor",
|
|
754
749
|
...rest
|
|
755
750
|
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
756
|
-
|
|
757
|
-
d: "M16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0021,2.0021,0,0,1-2-2V10a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2v5a2.0021,2.0021,0,0,1-2,2H18.5352Z"
|
|
751
|
+
d: "M16 22a4 4 0 10-4-4A4 4 0 0016 22zm0-6a2 2 0 11-2 2A2 2 0 0116 16zM14 6H18V8H14z"
|
|
758
752
|
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
759
|
-
d: "
|
|
753
|
+
d: "M24,2H8A2.002,2.002,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2H24a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,24,2ZM20,28H12V26a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1Zm2,0V26a3,3,0,0,0-3-3H13a3,3,0,0,0-3,3v2H8V4H24V28Z"
|
|
760
754
|
})), children);
|
|
761
755
|
});
|
|
762
756
|
if (process.env.NODE_ENV !== "production") {
|
|
763
|
-
|
|
757
|
+
Credentials.propTypes = iconPropTypes4cbeb95d.i;
|
|
764
758
|
}
|
|
765
|
-
const
|
|
759
|
+
const Critical = /*#__PURE__*/React.forwardRef(function Critical(_ref30, ref) {
|
|
766
760
|
let {
|
|
767
761
|
children,
|
|
768
762
|
size = 16,
|
|
769
763
|
...rest
|
|
770
764
|
} = _ref30;
|
|
765
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
766
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
767
|
+
width: size,
|
|
768
|
+
height: size,
|
|
769
|
+
ref: ref,
|
|
770
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
771
|
+
viewBox: "0 0 16 16",
|
|
772
|
+
fill: "currentColor",
|
|
773
|
+
...rest
|
|
774
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
775
|
+
d: "M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"
|
|
776
|
+
})), children);
|
|
777
|
+
}
|
|
771
778
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
772
779
|
width: size,
|
|
773
780
|
height: size,
|
|
774
781
|
ref: ref,
|
|
775
782
|
xmlns: "http://www.w3.org/2000/svg",
|
|
776
|
-
viewBox: "0 0
|
|
783
|
+
viewBox: "0 0 16 16",
|
|
777
784
|
fill: "currentColor",
|
|
778
785
|
...rest
|
|
779
|
-
},
|
|
780
|
-
d: "
|
|
786
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
787
|
+
d: "M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"
|
|
781
788
|
})), children);
|
|
782
789
|
});
|
|
783
790
|
if (process.env.NODE_ENV !== "production") {
|
|
784
|
-
|
|
791
|
+
Critical.propTypes = iconPropTypes4cbeb95d.i;
|
|
785
792
|
}
|
|
786
|
-
const
|
|
793
|
+
const CriticalSeverity = /*#__PURE__*/React.forwardRef(function CriticalSeverity(_ref31, ref) {
|
|
787
794
|
let {
|
|
788
795
|
children,
|
|
789
796
|
size = 16,
|
|
790
797
|
...rest
|
|
791
798
|
} = _ref31;
|
|
799
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
800
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
801
|
+
width: size,
|
|
802
|
+
height: size,
|
|
803
|
+
ref: ref,
|
|
804
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
805
|
+
viewBox: "0 0 16 16",
|
|
806
|
+
fill: "currentColor",
|
|
807
|
+
...rest
|
|
808
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
809
|
+
d: "M13 13L3 13 3 3 13 13z"
|
|
810
|
+
})), children);
|
|
811
|
+
}
|
|
792
812
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
793
813
|
width: size,
|
|
794
814
|
height: size,
|
|
795
815
|
ref: ref,
|
|
796
816
|
xmlns: "http://www.w3.org/2000/svg",
|
|
797
|
-
viewBox: "0 0
|
|
817
|
+
viewBox: "0 0 16 16",
|
|
798
818
|
fill: "currentColor",
|
|
799
819
|
...rest
|
|
800
|
-
},
|
|
801
|
-
d: "
|
|
820
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
821
|
+
d: "M13 13L3 13 3 3 13 13z"
|
|
802
822
|
})), children);
|
|
803
823
|
});
|
|
804
824
|
if (process.env.NODE_ENV !== "production") {
|
|
805
|
-
|
|
825
|
+
CriticalSeverity.propTypes = iconPropTypes4cbeb95d.i;
|
|
806
826
|
}
|
|
807
|
-
const
|
|
827
|
+
const Crop = /*#__PURE__*/React.forwardRef(function Crop(_ref32, ref) {
|
|
808
828
|
let {
|
|
809
829
|
children,
|
|
810
830
|
size = 16,
|
|
@@ -818,14 +838,16 @@ const QCU3 = /*#__PURE__*/React.forwardRef(function QCU3(_ref32, ref) {
|
|
|
818
838
|
viewBox: "0 0 32 32",
|
|
819
839
|
fill: "currentColor",
|
|
820
840
|
...rest
|
|
821
|
-
},
|
|
822
|
-
d: "
|
|
841
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
842
|
+
d: "M25,20H23V9H12V7H23a2,2,0,0,1,2,2Z"
|
|
843
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
844
|
+
d: "M9,23V2H7V7H2V9H7V23a2,2,0,0,0,2,2H23v5h2V25h5V23Z"
|
|
823
845
|
})), children);
|
|
824
846
|
});
|
|
825
847
|
if (process.env.NODE_ENV !== "production") {
|
|
826
|
-
|
|
848
|
+
Crop.propTypes = iconPropTypes4cbeb95d.i;
|
|
827
849
|
}
|
|
828
|
-
const
|
|
850
|
+
const CropGrowth = /*#__PURE__*/React.forwardRef(function CropGrowth(_ref33, ref) {
|
|
829
851
|
let {
|
|
830
852
|
children,
|
|
831
853
|
size = 16,
|
|
@@ -839,14 +861,14 @@ const Cube = /*#__PURE__*/React.forwardRef(function Cube(_ref33, ref) {
|
|
|
839
861
|
viewBox: "0 0 32 32",
|
|
840
862
|
fill: "currentColor",
|
|
841
863
|
...rest
|
|
842
|
-
},
|
|
843
|
-
d: "
|
|
864
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
865
|
+
d: "M26,13a4.0045,4.0045,0,0,0,4-4V6H27a3.979,3.979,0,0,0-2.7468,1.1064A6.0041,6.0041,0,0,0,19,4H16V7a6.0066,6.0066,0,0,0,6,6h1V26H11V21h1a4.0045,4.0045,0,0,0,4-4V14H13a3.979,3.979,0,0,0-2.7468,1.1064A6.0041,6.0041,0,0,0,5,12H2v3a6.0066,6.0066,0,0,0,6,6H9v5H2v2H30V26H25V13Zm-1-3a2.002,2.002,0,0,1,2-2h1V9a2.002,2.002,0,0,1-2,2H25ZM11,18a2.002,2.002,0,0,1,2-2h1v1a2.002,2.002,0,0,1-2,2H11ZM9,19H8a4.0045,4.0045,0,0,1-4-4V14H5a4.0045,4.0045,0,0,1,4,4Zm14-8H22a4.0045,4.0045,0,0,1-4-4V6h1a4.0045,4.0045,0,0,1,4,4Z"
|
|
844
866
|
})), children);
|
|
845
867
|
});
|
|
846
868
|
if (process.env.NODE_ENV !== "production") {
|
|
847
|
-
|
|
869
|
+
CropGrowth.propTypes = iconPropTypes4cbeb95d.i;
|
|
848
870
|
}
|
|
849
|
-
const
|
|
871
|
+
const CropHealth = /*#__PURE__*/React.forwardRef(function CropHealth(_ref34, ref) {
|
|
850
872
|
let {
|
|
851
873
|
children,
|
|
852
874
|
size = 16,
|
|
@@ -860,20 +882,14 @@ const CubeView = /*#__PURE__*/React.forwardRef(function CubeView(_ref34, ref) {
|
|
|
860
882
|
viewBox: "0 0 32 32",
|
|
861
883
|
fill: "currentColor",
|
|
862
884
|
...rest
|
|
863
|
-
},
|
|
864
|
-
|
|
865
|
-
cy: "16",
|
|
866
|
-
r: "2"
|
|
867
|
-
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
868
|
-
d: "M23.7769,15.4785A8.64,8.64,0,0,0,16,10a8.64,8.64,0,0,0-7.7769,5.4785L8,16l.2231.5215A8.64,8.64,0,0,0,16,22a8.64,8.64,0,0,0,7.7769-5.4785L24,16ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
|
|
869
|
-
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
870
|
-
d: "M28.5039,8.1362l-12-7a1,1,0,0,0-1.0078,0l-12,7A1,1,0,0,0,3,9V23a1,1,0,0,0,.4961.8638l12,7a1,1,0,0,0,1.0078,0l12-7A1,1,0,0,0,29,23V9A1,1,0,0,0,28.5039,8.1362ZM27,22.4258,16,28.8423,5,22.4258V9.5742L16,3.1577,27,9.5742Z"
|
|
885
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
886
|
+
d: "M2 28H10V30H2zM17 29a1 1 0 01-.7808-.3752L12.52 24H2V22H13a1 1 0 01.7808.3752l3.146 3.9322 5.2412-7.8621A1 1 0 0123.8 18.4L26.5 22H30v2H26a.9991.9991 0 01-.8-.4l-2.1523-2.8694-5.2159 7.824a.9986.9986 0 01-.7885.4443zM11 16V11h1a4.0045 4.0045 0 004-4V4H13a3.9779 3.9779 0 00-2.7468 1.1067A6.0034 6.0034 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.002 2.002 0 0113 6zM8 9A4.0045 4.0045 0 014 5V4H5A4.0045 4.0045 0 019 8V9z"
|
|
871
887
|
})), children);
|
|
872
888
|
});
|
|
873
889
|
if (process.env.NODE_ENV !== "production") {
|
|
874
|
-
|
|
890
|
+
CropHealth.propTypes = iconPropTypes4cbeb95d.i;
|
|
875
891
|
}
|
|
876
|
-
const
|
|
892
|
+
const WatsonHealthCrossReference = /*#__PURE__*/React.forwardRef(function WatsonHealthCrossReference(_ref35, ref) {
|
|
877
893
|
let {
|
|
878
894
|
children,
|
|
879
895
|
size = 16,
|
|
@@ -887,16 +903,14 @@ const Currency = /*#__PURE__*/React.forwardRef(function Currency(_ref35, ref) {
|
|
|
887
903
|
viewBox: "0 0 32 32",
|
|
888
904
|
fill: "currentColor",
|
|
889
905
|
...rest
|
|
890
|
-
},
|
|
891
|
-
d: "
|
|
892
|
-
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
893
|
-
d: "M16,4A12,12,0,1,1,4,16,12.0353,12.0353,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14.0412,14.0412,0,0,0,16,2Z"
|
|
906
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
907
|
+
d: "M11 24H15V26H11zM5 24H9V26H5zM23 24H27V26H23zM17 24H21V26H17zM9 22a4.92 4.92 0 014-2h6a5.22 5.22 0 014 2h2.3A6.87 6.87 0 0019 18H13a6.87 6.87 0 00-6.3 4zM24 28H26V30H24zM6 28H8V30H6zM16 16a7 7 0 117-7A7 7 0 0116 16zM16 4a5 5 0 00-5 5A5 5 0 0021 9 5 5 0 0016 4z"
|
|
894
908
|
})), children);
|
|
895
909
|
});
|
|
896
910
|
if (process.env.NODE_ENV !== "production") {
|
|
897
|
-
|
|
911
|
+
WatsonHealthCrossReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
898
912
|
}
|
|
899
|
-
const
|
|
913
|
+
const CrossTab = /*#__PURE__*/React.forwardRef(function CrossTab(_ref36, ref) {
|
|
900
914
|
let {
|
|
901
915
|
children,
|
|
902
916
|
size = 16,
|
|
@@ -910,14 +924,14 @@ const CurrencyBaht = /*#__PURE__*/React.forwardRef(function CurrencyBaht(_ref36,
|
|
|
910
924
|
viewBox: "0 0 32 32",
|
|
911
925
|
fill: "currentColor",
|
|
912
926
|
...rest
|
|
913
|
-
},
|
|
914
|
-
d: "
|
|
927
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
928
|
+
d: "M28,2H10A2.0023,2.0023,0,0,0,8,4V7H4A2.0023,2.0023,0,0,0,2,9V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2ZM10,4H28V7H10ZM28,14H20V9h8ZM10,21V16h8v5Zm8,2v5H10V23ZM8,21H4V16H8ZM18,9v5H10V9Zm2,7h8v5H20ZM8,9v5H4V9ZM4,23H8v5H4Zm16,5V23h8v5Z"
|
|
915
929
|
})), children);
|
|
916
930
|
});
|
|
917
931
|
if (process.env.NODE_ENV !== "production") {
|
|
918
|
-
|
|
932
|
+
CrossTab.propTypes = iconPropTypes4cbeb95d.i;
|
|
919
933
|
}
|
|
920
|
-
const
|
|
934
|
+
const Crossroads = /*#__PURE__*/React.forwardRef(function Crossroads(_ref37, ref) {
|
|
921
935
|
let {
|
|
922
936
|
children,
|
|
923
937
|
size = 16,
|
|
@@ -931,14 +945,14 @@ const CurrencyDollar = /*#__PURE__*/React.forwardRef(function CurrencyDollar(_re
|
|
|
931
945
|
viewBox: "0 0 32 32",
|
|
932
946
|
fill: "currentColor",
|
|
933
947
|
...rest
|
|
934
|
-
},
|
|
935
|
-
d: "
|
|
948
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
949
|
+
d: "M26.5859,6.5859A1.9862,1.9862,0,0,0,25.1719,6H17V2H15V12H6.8281a1.9862,1.9862,0,0,0-1.414.5859L2,16l3.4141,3.4141A1.9862,1.9862,0,0,0,6.8281,20H15V30h2V14h8.1719a1.9862,1.9862,0,0,0,1.414-.5859L30,10ZM6.8281,18l-2-2,2-2H15v4Zm18.3438-6H17V8h8.1719l2,2Z"
|
|
936
950
|
})), children);
|
|
937
951
|
});
|
|
938
952
|
if (process.env.NODE_ENV !== "production") {
|
|
939
|
-
|
|
953
|
+
Crossroads.propTypes = iconPropTypes4cbeb95d.i;
|
|
940
954
|
}
|
|
941
|
-
const
|
|
955
|
+
const CrowdReport = /*#__PURE__*/React.forwardRef(function CrowdReport(_ref38, ref) {
|
|
942
956
|
let {
|
|
943
957
|
children,
|
|
944
958
|
size = 16,
|
|
@@ -952,14 +966,16 @@ const CurrencyEuro = /*#__PURE__*/React.forwardRef(function CurrencyEuro(_ref38,
|
|
|
952
966
|
viewBox: "0 0 32 32",
|
|
953
967
|
fill: "currentColor",
|
|
954
968
|
...rest
|
|
955
|
-
},
|
|
956
|
-
d: "
|
|
969
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
970
|
+
d: "M16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0021,2.0021,0,0,1-2-2V10a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2v5a2.0021,2.0021,0,0,1-2,2H18.5352Z"
|
|
971
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
972
|
+
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
|
957
973
|
})), children);
|
|
958
974
|
});
|
|
959
975
|
if (process.env.NODE_ENV !== "production") {
|
|
960
|
-
|
|
976
|
+
CrowdReport.propTypes = iconPropTypes4cbeb95d.i;
|
|
961
977
|
}
|
|
962
|
-
const
|
|
978
|
+
const CrowdReportFilled = /*#__PURE__*/React.forwardRef(function CrowdReportFilled(_ref39, ref) {
|
|
963
979
|
let {
|
|
964
980
|
children,
|
|
965
981
|
size = 16,
|
|
@@ -973,14 +989,17 @@ const CurrencyLira = /*#__PURE__*/React.forwardRef(function CurrencyLira(_ref39,
|
|
|
973
989
|
viewBox: "0 0 32 32",
|
|
974
990
|
fill: "currentColor",
|
|
975
991
|
...rest
|
|
976
|
-
},
|
|
977
|
-
|
|
992
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
993
|
+
fill: "none",
|
|
994
|
+
d: "M16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0021,2.0021,0,0,1-2-2V10a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2v5a2.0021,2.0021,0,0,1-2,2H18.5352Z"
|
|
995
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
996
|
+
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm6,13a2.0023,2.0023,0,0,1-2,2H18.5352L16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0023,2.0023,0,0,1-2-2V10a2.0023,2.0023,0,0,1,2-2h8a2.0023,2.0023,0,0,1,2,2Z"
|
|
978
997
|
})), children);
|
|
979
998
|
});
|
|
980
999
|
if (process.env.NODE_ENV !== "production") {
|
|
981
|
-
|
|
1000
|
+
CrowdReportFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
982
1001
|
}
|
|
983
|
-
const
|
|
1002
|
+
const Csv = /*#__PURE__*/React.forwardRef(function Csv(_ref40, ref) {
|
|
984
1003
|
let {
|
|
985
1004
|
children,
|
|
986
1005
|
size = 16,
|
|
@@ -994,14 +1013,14 @@ const CurrencyPound = /*#__PURE__*/React.forwardRef(function CurrencyPound(_ref4
|
|
|
994
1013
|
viewBox: "0 0 32 32",
|
|
995
1014
|
fill: "currentColor",
|
|
996
1015
|
...rest
|
|
997
|
-
},
|
|
998
|
-
d: "
|
|
1016
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
1017
|
+
d: "M28 9L26 22 24 9 22 9 24.516 23 27.484 23 30 9 28 9zM18 23H12V21h6V17H14a2.002 2.002 0 01-2-2V11a2.002 2.002 0 012-2h6v2H14v4h4a2.002 2.002 0 012 2v4A2.002 2.002 0 0118 23zM10 23H4a2.0023 2.0023 0 01-2-2V11A2.002 2.002 0 014 9h6v2H4V21h6z"
|
|
999
1018
|
})), children);
|
|
1000
1019
|
});
|
|
1001
1020
|
if (process.env.NODE_ENV !== "production") {
|
|
1002
|
-
|
|
1021
|
+
Csv.propTypes = iconPropTypes4cbeb95d.i;
|
|
1003
1022
|
}
|
|
1004
|
-
const
|
|
1023
|
+
const QCU1 = /*#__PURE__*/React.forwardRef(function QCU1(_ref41, ref) {
|
|
1005
1024
|
let {
|
|
1006
1025
|
children,
|
|
1007
1026
|
size = 16,
|
|
@@ -1015,14 +1034,14 @@ const CurrencyRuble = /*#__PURE__*/React.forwardRef(function CurrencyRuble(_ref4
|
|
|
1015
1034
|
viewBox: "0 0 32 32",
|
|
1016
1035
|
fill: "currentColor",
|
|
1017
1036
|
...rest
|
|
1018
|
-
},
|
|
1019
|
-
d: "
|
|
1037
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
1038
|
+
d: "M10 23H5a2 2 0 01-2-2V15a2 2 0 012-2h5v2H5v6h5zM18 23H14a2 2 0 01-2-2V9h2V21h4V9h2V21A2 2 0 0118 23zM27 21L27 9.01 22 9.01 22 11.01 25 11.01 25 21 22 21 22 23 30 23 30 21 27 21z"
|
|
1020
1039
|
})), children);
|
|
1021
1040
|
});
|
|
1022
1041
|
if (process.env.NODE_ENV !== "production") {
|
|
1023
|
-
|
|
1042
|
+
QCU1.propTypes = iconPropTypes4cbeb95d.i;
|
|
1024
1043
|
}
|
|
1025
|
-
const
|
|
1044
|
+
const QCU3 = /*#__PURE__*/React.forwardRef(function QCU3(_ref42, ref) {
|
|
1026
1045
|
let {
|
|
1027
1046
|
children,
|
|
1028
1047
|
size = 16,
|
|
@@ -1036,14 +1055,14 @@ const CurrencyRupee = /*#__PURE__*/React.forwardRef(function CurrencyRupee(_ref4
|
|
|
1036
1055
|
viewBox: "0 0 32 32",
|
|
1037
1056
|
fill: "currentColor",
|
|
1038
1057
|
...rest
|
|
1039
|
-
},
|
|
1040
|
-
d: "
|
|
1058
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
1059
|
+
d: "M10 23H5a2 2 0 01-2-2V15a2 2 0 012-2h5v2H5v6h5zM18 23H14a2 2 0 01-2-2V9h2V21h4V9h2V21A2 2 0 0118 23zM28 9H22v2h6v4H23v2h5v4H22v2h6a2 2 0 002-2V11A2 2 0 0028 9z"
|
|
1041
1060
|
})), children);
|
|
1042
1061
|
});
|
|
1043
1062
|
if (process.env.NODE_ENV !== "production") {
|
|
1044
|
-
|
|
1063
|
+
QCU3.propTypes = iconPropTypes4cbeb95d.i;
|
|
1045
1064
|
}
|
|
1046
|
-
const
|
|
1065
|
+
const Cube = /*#__PURE__*/React.forwardRef(function Cube(_ref43, ref) {
|
|
1047
1066
|
let {
|
|
1048
1067
|
children,
|
|
1049
1068
|
size = 16,
|
|
@@ -1057,16 +1076,14 @@ const CurrencyShekel = /*#__PURE__*/React.forwardRef(function CurrencyShekel(_re
|
|
|
1057
1076
|
viewBox: "0 0 32 32",
|
|
1058
1077
|
fill: "currentColor",
|
|
1059
1078
|
...rest
|
|
1060
|
-
},
|
|
1061
|
-
d: "
|
|
1062
|
-
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
1063
|
-
d: "M20,27H12V10h2V25h6a3.0033,3.0033,0,0,0,3-3V5h2V22A5.0057,5.0057,0,0,1,20,27Z"
|
|
1079
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
1080
|
+
d: "M28.5039,8.1362l-12-7a1,1,0,0,0-1.0078,0l-12,7A1,1,0,0,0,3,9V23a1,1,0,0,0,.4961.8638l12,7a1,1,0,0,0,1.0078,0l12-7A1,1,0,0,0,29,23V9A1,1,0,0,0,28.5039,8.1362ZM16,3.1577,26.0156,9,16,14.8423,5.9844,9ZM5,10.7412l10,5.833V28.2588L5,22.4258ZM17,28.2588V16.5742l10-5.833V22.4258Z"
|
|
1064
1081
|
})), children);
|
|
1065
1082
|
});
|
|
1066
1083
|
if (process.env.NODE_ENV !== "production") {
|
|
1067
|
-
|
|
1084
|
+
Cube.propTypes = iconPropTypes4cbeb95d.i;
|
|
1068
1085
|
}
|
|
1069
|
-
const
|
|
1086
|
+
const CubeView = /*#__PURE__*/React.forwardRef(function CubeView(_ref44, ref) {
|
|
1070
1087
|
let {
|
|
1071
1088
|
children,
|
|
1072
1089
|
size = 16,
|
|
@@ -1080,14 +1097,20 @@ const CurrencyWon = /*#__PURE__*/React.forwardRef(function CurrencyWon(_ref44, r
|
|
|
1080
1097
|
viewBox: "0 0 32 32",
|
|
1081
1098
|
fill: "currentColor",
|
|
1082
1099
|
...rest
|
|
1083
|
-
},
|
|
1084
|
-
|
|
1100
|
+
}, _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
|
1101
|
+
cx: "16",
|
|
1102
|
+
cy: "16",
|
|
1103
|
+
r: "2"
|
|
1104
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
1105
|
+
d: "M23.7769,15.4785A8.64,8.64,0,0,0,16,10a8.64,8.64,0,0,0-7.7769,5.4785L8,16l.2231.5215A8.64,8.64,0,0,0,16,22a8.64,8.64,0,0,0,7.7769-5.4785L24,16ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
|
|
1106
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
1107
|
+
d: "M28.5039,8.1362l-12-7a1,1,0,0,0-1.0078,0l-12,7A1,1,0,0,0,3,9V23a1,1,0,0,0,.4961.8638l12,7a1,1,0,0,0,1.0078,0l12-7A1,1,0,0,0,29,23V9A1,1,0,0,0,28.5039,8.1362ZM27,22.4258,16,28.8423,5,22.4258V9.5742L16,3.1577,27,9.5742Z"
|
|
1085
1108
|
})), children);
|
|
1086
1109
|
});
|
|
1087
1110
|
if (process.env.NODE_ENV !== "production") {
|
|
1088
|
-
|
|
1111
|
+
CubeView.propTypes = iconPropTypes4cbeb95d.i;
|
|
1089
1112
|
}
|
|
1090
|
-
const
|
|
1113
|
+
const Currency = /*#__PURE__*/React.forwardRef(function Currency(_ref45, ref) {
|
|
1091
1114
|
let {
|
|
1092
1115
|
children,
|
|
1093
1116
|
size = 16,
|
|
@@ -1101,14 +1124,16 @@ const CurrencyYen = /*#__PURE__*/React.forwardRef(function CurrencyYen(_ref45, r
|
|
|
1101
1124
|
viewBox: "0 0 32 32",
|
|
1102
1125
|
fill: "currentColor",
|
|
1103
1126
|
...rest
|
|
1104
|
-
},
|
|
1105
|
-
d: "
|
|
1127
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
1128
|
+
d: "M21,12V10H17V7H15v3H13a2.002,2.002,0,0,0-2,2v3a2.002,2.002,0,0,0,2,2h6v3H11v2h4v3h2V22h2a2.0023,2.0023,0,0,0,2-2V17a2.002,2.002,0,0,0-2-2H13V12Z"
|
|
1129
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1130
|
+
d: "M16,4A12,12,0,1,1,4,16,12.0353,12.0353,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14.0412,14.0412,0,0,0,16,2Z"
|
|
1106
1131
|
})), children);
|
|
1107
1132
|
});
|
|
1108
1133
|
if (process.env.NODE_ENV !== "production") {
|
|
1109
|
-
|
|
1134
|
+
Currency.propTypes = iconPropTypes4cbeb95d.i;
|
|
1110
1135
|
}
|
|
1111
|
-
const
|
|
1136
|
+
const CurrencyBaht = /*#__PURE__*/React.forwardRef(function CurrencyBaht(_ref46, ref) {
|
|
1112
1137
|
let {
|
|
1113
1138
|
children,
|
|
1114
1139
|
size = 16,
|
|
@@ -1122,14 +1147,14 @@ const Cursor_1 = /*#__PURE__*/React.forwardRef(function Cursor_1(_ref46, ref) {
|
|
|
1122
1147
|
viewBox: "0 0 32 32",
|
|
1123
1148
|
fill: "currentColor",
|
|
1124
1149
|
...rest
|
|
1125
|
-
},
|
|
1126
|
-
d: "
|
|
1150
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1151
|
+
d: "M21.4023,15.6426A4.9727,4.9727,0,0,0,23,12V11a5.0059,5.0059,0,0,0-5-5H17V3H15V6H10V26h5v3h2V26h2a5.0059,5.0059,0,0,0,5-5V20A4.9834,4.9834,0,0,0,21.4023,15.6426ZM12,8h6a3.0033,3.0033,0,0,1,3,3v1a3.0033,3.0033,0,0,1-3,3H12ZM22,21a3.0033,3.0033,0,0,1-3,3H12V17h7a3.0033,3.0033,0,0,1,3,3Z"
|
|
1127
1152
|
})), children);
|
|
1128
1153
|
});
|
|
1129
1154
|
if (process.env.NODE_ENV !== "production") {
|
|
1130
|
-
|
|
1155
|
+
CurrencyBaht.propTypes = iconPropTypes4cbeb95d.i;
|
|
1131
1156
|
}
|
|
1132
|
-
const
|
|
1157
|
+
const CurrencyDollar = /*#__PURE__*/React.forwardRef(function CurrencyDollar(_ref47, ref) {
|
|
1133
1158
|
let {
|
|
1134
1159
|
children,
|
|
1135
1160
|
size = 16,
|
|
@@ -1143,14 +1168,14 @@ const Cursor_2 = /*#__PURE__*/React.forwardRef(function Cursor_2(_ref47, ref) {
|
|
|
1143
1168
|
viewBox: "0 0 32 32",
|
|
1144
1169
|
fill: "currentColor",
|
|
1145
1170
|
...rest
|
|
1146
|
-
},
|
|
1147
|
-
d: "
|
|
1171
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1172
|
+
d: "M23,20.5151c0-4.6152-3.78-5.1411-6.8171-5.563-3.31-.4609-5.1829-.86-5.1829-3.71C11,8.8491,13.5071,8,15.6538,8a6.7538,6.7538,0,0,1,5.5681,2.6279l1.5562-1.2558A8.6508,8.6508,0,0,0,17,6.0962V3H15V6.022c-3.6152.2192-6,2.26-6,5.22,0,4.73,3.83,5.2627,6.9075,5.69C19.16,17.3848,21,17.7744,21,20.5151,21,23.5474,17.8674,24,16,24c-3.4294,0-4.8782-.9639-6.2219-2.6279L8.2219,22.6279A8.4382,8.4382,0,0,0,15,25.9648V29h2V25.9551C20.7256,25.6509,23,23.6279,23,20.5151Z"
|
|
1148
1173
|
})), children);
|
|
1149
1174
|
});
|
|
1150
1175
|
if (process.env.NODE_ENV !== "production") {
|
|
1151
|
-
|
|
1176
|
+
CurrencyDollar.propTypes = iconPropTypes4cbeb95d.i;
|
|
1152
1177
|
}
|
|
1153
|
-
const
|
|
1178
|
+
const CurrencyEuro = /*#__PURE__*/React.forwardRef(function CurrencyEuro(_ref48, ref) {
|
|
1154
1179
|
let {
|
|
1155
1180
|
children,
|
|
1156
1181
|
size = 16,
|
|
@@ -1164,16 +1189,14 @@ const Customer = /*#__PURE__*/React.forwardRef(function Customer(_ref48, ref) {
|
|
|
1164
1189
|
viewBox: "0 0 32 32",
|
|
1165
1190
|
fill: "currentColor",
|
|
1166
1191
|
...rest
|
|
1167
|
-
},
|
|
1168
|
-
d: "
|
|
1169
|
-
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1170
|
-
d: "M16.7808 17.875l-1.9072-2.3838-1.4419-3.6055c-.4585-1.1455-1.5518-1.8857-2.7856-1.8857h-5.646c-1.6543 0-3 1.3457-3 3v7c0 1.1025.897 2 2 2h1v8h2v-10h-3v-7c0-.5518.4487-1 1-1h5.646c.4111 0 .7759.2471.9282.6289l1.645 3.9961 2 2.5 1.5615-1.25zM4 5c0-2.2056 1.7944-4 4-4s4 1.7944 4 4c0 2.2056-1.7944 4-4 4s-4-1.7944-4-4zm2 0c0 1.1028.897 2 2 2s2-.8972 2-2c0-1.1028-.897-2-2-2s-2 .8972-2 2z"
|
|
1192
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1193
|
+
d: "M17,26c-3.6162,0-6.3328-2.2974-7.4456-6H19V18H9.1321A15.2782,15.2782,0,0,1,9,16c0-.33.01-.6641.0259-1H19V13H9.2371C9.8447,9.3525,11.81,6,17,6c3.8533,0,5.5315,1.6465,7.1282,4.4893l1.7436-.9786C24.2649,6.6484,22.0779,4,17,4,10.6448,4,7,8.374,7,16c0,7.0654,4.1121,12,10,12,5.0779,0,7.2649-2.6484,8.8718-5.5107l-1.7436-.9786C22.5315,24.3535,20.8533,26,17,26Z"
|
|
1171
1194
|
})), children);
|
|
1172
1195
|
});
|
|
1173
1196
|
if (process.env.NODE_ENV !== "production") {
|
|
1174
|
-
|
|
1197
|
+
CurrencyEuro.propTypes = iconPropTypes4cbeb95d.i;
|
|
1175
1198
|
}
|
|
1176
|
-
const
|
|
1199
|
+
const CurrencyLira = /*#__PURE__*/React.forwardRef(function CurrencyLira(_ref49, ref) {
|
|
1177
1200
|
let {
|
|
1178
1201
|
children,
|
|
1179
1202
|
size = 16,
|
|
@@ -1187,14 +1210,14 @@ const CustomerService = /*#__PURE__*/React.forwardRef(function CustomerService(_
|
|
|
1187
1210
|
viewBox: "0 0 32 32",
|
|
1188
1211
|
fill: "currentColor",
|
|
1189
1212
|
...rest
|
|
1190
|
-
},
|
|
1191
|
-
d: "
|
|
1213
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1214
|
+
d: "M23,19a6.0066,6.0066,0,0,1-6,6H13V18.1079L21.2139,15V13L13,16.1079v-3L21.2139,10V8L13,11.1079V5H11v6.8647L8,13v2l3-1.1353v3L8,18v2l3-1.1353V27h6a8.0092,8.0092,0,0,0,8-8Z"
|
|
1192
1215
|
})), children);
|
|
1193
1216
|
});
|
|
1194
1217
|
if (process.env.NODE_ENV !== "production") {
|
|
1195
|
-
|
|
1218
|
+
CurrencyLira.propTypes = iconPropTypes4cbeb95d.i;
|
|
1196
1219
|
}
|
|
1197
|
-
const
|
|
1220
|
+
const CurrencyPound = /*#__PURE__*/React.forwardRef(function CurrencyPound(_ref50, ref) {
|
|
1198
1221
|
let {
|
|
1199
1222
|
children,
|
|
1200
1223
|
size = 16,
|
|
@@ -1208,14 +1231,14 @@ const Cut = /*#__PURE__*/React.forwardRef(function Cut(_ref50, ref) {
|
|
|
1208
1231
|
viewBox: "0 0 32 32",
|
|
1209
1232
|
fill: "currentColor",
|
|
1210
1233
|
...rest
|
|
1211
|
-
},
|
|
1212
|
-
d: "
|
|
1234
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1235
|
+
d: "M12.4531,25A8.7775,8.7775,0,0,0,14,20a10.6,10.6,0,0,0-.18-2H22V16H13.2175c-.0842-.2109-.17-.4194-.2556-.624A9.8586,9.8586,0,0,1,12,11a4.792,4.792,0,0,1,5-5,6.1234,6.1234,0,0,1,5.2222,2.6279l1.5556-1.2558A8.11,8.11,0,0,0,17,4a6.7781,6.7781,0,0,0-7,7,11.65,11.65,0,0,0,1.0559,5H8v2h3.7729A8.209,8.209,0,0,1,12,20c0,2.5234-1.4858,5-3,5v2H24V25Z"
|
|
1213
1236
|
})), children);
|
|
1214
1237
|
});
|
|
1215
1238
|
if (process.env.NODE_ENV !== "production") {
|
|
1216
|
-
|
|
1239
|
+
CurrencyPound.propTypes = iconPropTypes4cbeb95d.i;
|
|
1217
1240
|
}
|
|
1218
|
-
const
|
|
1241
|
+
const CurrencyRuble = /*#__PURE__*/React.forwardRef(function CurrencyRuble(_ref51, ref) {
|
|
1219
1242
|
let {
|
|
1220
1243
|
children,
|
|
1221
1244
|
size = 16,
|
|
@@ -1229,14 +1252,14 @@ const WatsonHealthCutInHalf = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
1229
1252
|
viewBox: "0 0 32 32",
|
|
1230
1253
|
fill: "currentColor",
|
|
1231
1254
|
...rest
|
|
1232
|
-
},
|
|
1233
|
-
d: "
|
|
1255
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1256
|
+
d: "M19,4H10V15H7v2h3v3H7v2h3v6h2V22h9V20H12V17h7a6.0067,6.0067,0,0,0,6-6V10A6.0067,6.0067,0,0,0,19,4Zm4,7a4.0045,4.0045,0,0,1-4,4H12V6h7a4.0045,4.0045,0,0,1,4,4Z"
|
|
1234
1257
|
})), children);
|
|
1235
1258
|
});
|
|
1236
1259
|
if (process.env.NODE_ENV !== "production") {
|
|
1237
|
-
|
|
1260
|
+
CurrencyRuble.propTypes = iconPropTypes4cbeb95d.i;
|
|
1238
1261
|
}
|
|
1239
|
-
const
|
|
1262
|
+
const CurrencyRupee = /*#__PURE__*/React.forwardRef(function CurrencyRupee(_ref52, ref) {
|
|
1240
1263
|
let {
|
|
1241
1264
|
children,
|
|
1242
1265
|
size = 16,
|
|
@@ -1250,16 +1273,14 @@ const CutOut = /*#__PURE__*/React.forwardRef(function CutOut(_ref52, ref) {
|
|
|
1250
1273
|
viewBox: "0 0 32 32",
|
|
1251
1274
|
fill: "currentColor",
|
|
1252
1275
|
...rest
|
|
1253
|
-
},
|
|
1254
|
-
d: "
|
|
1255
|
-
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1256
|
-
d: "M28,28H24V26h4V4H7V8H5V4A2.0023,2.0023,0,0,1,7,2H28a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,28,28Z"
|
|
1276
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1277
|
+
d: "M24,7V5H8V7h5.5a4.4906,4.4906,0,0,1,4.45,4H8v2h9.95A4.4906,4.4906,0,0,1,13.5,17H8v2.3452L17.6169,28l1.3379-1.4863L10.606,19H13.5a6.5041,6.5041,0,0,0,6.4746-6H24V11H19.9746A6.4719,6.4719,0,0,0,18.18,7Z"
|
|
1257
1278
|
})), children);
|
|
1258
1279
|
});
|
|
1259
1280
|
if (process.env.NODE_ENV !== "production") {
|
|
1260
|
-
|
|
1281
|
+
CurrencyRupee.propTypes = iconPropTypes4cbeb95d.i;
|
|
1261
1282
|
}
|
|
1262
|
-
const
|
|
1283
|
+
const CurrencyShekel = /*#__PURE__*/React.forwardRef(function CurrencyShekel(_ref53, ref) {
|
|
1263
1284
|
let {
|
|
1264
1285
|
children,
|
|
1265
1286
|
size = 16,
|
|
@@ -1273,14 +1294,16 @@ const QCY = /*#__PURE__*/React.forwardRef(function QCY(_ref53, ref) {
|
|
|
1273
1294
|
viewBox: "0 0 32 32",
|
|
1274
1295
|
fill: "currentColor",
|
|
1275
1296
|
...rest
|
|
1276
|
-
},
|
|
1277
|
-
d: "
|
|
1297
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1298
|
+
d: "M9,27H7V5h8a5.0057,5.0057,0,0,1,5,5V22H18V10a3.0033,3.0033,0,0,0-3-3H9Z"
|
|
1299
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1300
|
+
d: "M20,27H12V10h2V25h6a3.0033,3.0033,0,0,0,3-3V5h2V22A5.0057,5.0057,0,0,1,20,27Z"
|
|
1278
1301
|
})), children);
|
|
1279
1302
|
});
|
|
1280
1303
|
if (process.env.NODE_ENV !== "production") {
|
|
1281
|
-
|
|
1304
|
+
CurrencyShekel.propTypes = iconPropTypes4cbeb95d.i;
|
|
1282
1305
|
}
|
|
1283
|
-
const
|
|
1306
|
+
const CurrencyWon = /*#__PURE__*/React.forwardRef(function CurrencyWon(_ref54, ref) {
|
|
1284
1307
|
let {
|
|
1285
1308
|
children,
|
|
1286
1309
|
size = 16,
|
|
@@ -1294,16 +1317,14 @@ const Cyclist = /*#__PURE__*/React.forwardRef(function Cyclist(_ref54, ref) {
|
|
|
1294
1317
|
viewBox: "0 0 32 32",
|
|
1295
1318
|
fill: "currentColor",
|
|
1296
1319
|
...rest
|
|
1297
|
-
},
|
|
1298
|
-
d: "
|
|
1299
|
-
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1300
|
-
d: "M17 27H15V20.4139L9.5849 15a2.003 2.003 0 010-2.8292l4.5859-4.5859a2.0024 2.0024 0 012.8286 0L21.414 12H27v1.9993L20.5853 14l-5-5L11 13.5849l6 6zM21.5 8A3.5 3.5 0 1125 4.5 3.5042 3.5042 0 0121.5 8zm0-5A1.5 1.5 0 1023 4.5 1.5017 1.5017 0 0021.5 3z"
|
|
1320
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1321
|
+
d: "M28 14L28 12 23.045 12 24 5 22 5 20 23 17 8 15 8 12 23 10 5 8 5 8.955 12 4 12 4 14 9.227 14 9.636 17 4 17 4 19 9.909 19 11 27 13 27 16 12 19 27 21 27 22.091 19 28 19 28 17 22.364 17 22.773 14 28 14z"
|
|
1301
1322
|
})), children);
|
|
1302
1323
|
});
|
|
1303
1324
|
if (process.env.NODE_ENV !== "production") {
|
|
1304
|
-
|
|
1325
|
+
CurrencyWon.propTypes = iconPropTypes4cbeb95d.i;
|
|
1305
1326
|
}
|
|
1306
|
-
const
|
|
1327
|
+
const CurrencyYen = /*#__PURE__*/React.forwardRef(function CurrencyYen(_ref55, ref) {
|
|
1307
1328
|
let {
|
|
1308
1329
|
children,
|
|
1309
1330
|
size = 16,
|
|
@@ -1317,14 +1338,14 @@ const QCZ = /*#__PURE__*/React.forwardRef(function QCZ(_ref55, ref) {
|
|
|
1317
1338
|
viewBox: "0 0 32 32",
|
|
1318
1339
|
fill: "currentColor",
|
|
1319
1340
|
...rest
|
|
1320
|
-
},
|
|
1321
|
-
d: "
|
|
1341
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1342
|
+
d: "M24.271 5L22 5 16 16 10 5 7.729 5 13.794 16 8 16 8 18 15 18 15 21 8 21 8 23 15 23 15 27 17 27 17 23 24 23 24 21 17 21 17 18 24 18 24 16 18.206 16 24.271 5z"
|
|
1322
1343
|
})), children);
|
|
1323
1344
|
});
|
|
1324
1345
|
if (process.env.NODE_ENV !== "production") {
|
|
1325
|
-
|
|
1346
|
+
CurrencyYen.propTypes = iconPropTypes4cbeb95d.i;
|
|
1326
1347
|
}
|
|
1327
|
-
const
|
|
1348
|
+
const Cursor_1 = /*#__PURE__*/React.forwardRef(function Cursor_1(_ref56, ref) {
|
|
1328
1349
|
let {
|
|
1329
1350
|
children,
|
|
1330
1351
|
size = 16,
|
|
@@ -1338,16 +1359,14 @@ const Dashboard = /*#__PURE__*/React.forwardRef(function Dashboard(_ref56, ref)
|
|
|
1338
1359
|
viewBox: "0 0 32 32",
|
|
1339
1360
|
fill: "currentColor",
|
|
1340
1361
|
...rest
|
|
1341
|
-
},
|
|
1342
|
-
d: "
|
|
1343
|
-
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1344
|
-
d: "M28,2H4A2.002,2.002,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,9H14V4H28ZM12,4v7H4V4ZM4,28V13H28.0007l.0013,15Z"
|
|
1362
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1363
|
+
d: "M23,28a1,1,0,0,1-.71-.29l-6.13-6.14-3.33,5a1,1,0,0,1-1,.44,1,1,0,0,1-.81-.7l-6-20A1,1,0,0,1,6.29,5l20,6a1,1,0,0,1,.7.81,1,1,0,0,1-.44,1l-5,3.33,6.14,6.13a1,1,0,0,1,0,1.42l-4,4A1,1,0,0,1,23,28Zm0-2.41L25.59,23l-7.16-7.15,5.25-3.5L7.49,7.49l4.86,16.19,3.5-5.25Z"
|
|
1345
1364
|
})), children);
|
|
1346
1365
|
});
|
|
1347
1366
|
if (process.env.NODE_ENV !== "production") {
|
|
1348
|
-
|
|
1367
|
+
Cursor_1.propTypes = iconPropTypes4cbeb95d.i;
|
|
1349
1368
|
}
|
|
1350
|
-
const
|
|
1369
|
+
const Cursor_2 = /*#__PURE__*/React.forwardRef(function Cursor_2(_ref57, ref) {
|
|
1351
1370
|
let {
|
|
1352
1371
|
children,
|
|
1353
1372
|
size = 16,
|
|
@@ -1361,16 +1380,14 @@ const DashboardReference = /*#__PURE__*/React.forwardRef(function DashboardRefer
|
|
|
1361
1380
|
viewBox: "0 0 32 32",
|
|
1362
1381
|
fill: "currentColor",
|
|
1363
1382
|
...rest
|
|
1364
|
-
},
|
|
1365
|
-
d: "
|
|
1366
|
-
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1367
|
-
d: "M28,2H4A2.002,2.002,0,0,0,2,4V16H4V13H28.001l.001,15H16v2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2ZM12,11H4V4h8Zm2,0V4H28l.0007,7Z"
|
|
1383
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1384
|
+
d: "M27.34,12.06l-22-8A1,1,0,0,0,4.06,5.34l8,22A1,1,0,0,0,13,28h0a1,1,0,0,0,.93-.63l3.84-9.6,9.6-3.84a1,1,0,0,0,0-1.87Zm-10.71,4h0l-.4.16-.16.4h0L13,24.2,6.67,6.67,24.2,13Z"
|
|
1368
1385
|
})), children);
|
|
1369
1386
|
});
|
|
1370
1387
|
if (process.env.NODE_ENV !== "production") {
|
|
1371
|
-
|
|
1388
|
+
Cursor_2.propTypes = iconPropTypes4cbeb95d.i;
|
|
1372
1389
|
}
|
|
1373
|
-
const
|
|
1390
|
+
const Customer = /*#__PURE__*/React.forwardRef(function Customer(_ref58, ref) {
|
|
1374
1391
|
let {
|
|
1375
1392
|
children,
|
|
1376
1393
|
size = 16,
|
|
@@ -1385,13 +1402,15 @@ const Data_1 = /*#__PURE__*/React.forwardRef(function Data_1(_ref58, ref) {
|
|
|
1385
1402
|
fill: "currentColor",
|
|
1386
1403
|
...rest
|
|
1387
1404
|
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1388
|
-
d: "
|
|
1405
|
+
d: "M29.7554 21.3447c-.1899-.2188-.4656-.3447-.7554-.3447h-2v-2c0-1.1025-.8972-2-2-2h-4c-1.1028 0-2 .8975-2 2v2h-2c-.2898 0-.5654.126-.7554.3447-.1899.2192-.2756.5098-.2346.7969l1 7c.0703.4922.4924.8584.99.8584h10c.4976 0 .9197-.3662.99-.8584l1-7c.041-.2871-.0447-.5776-.2346-.7969zm-8.7554-2.3447h4v2h-4v-2zm6.1328 9h-8.2656l-.7141-5h9.6938l-.7141 5zM10 20H12V30H10z"
|
|
1406
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1407
|
+
d: "M16.7808 17.875l-1.9072-2.3838-1.4419-3.6055c-.4585-1.1455-1.5518-1.8857-2.7856-1.8857h-5.646c-1.6543 0-3 1.3457-3 3v7c0 1.1025.897 2 2 2h1v8h2v-10h-3v-7c0-.5518.4487-1 1-1h5.646c.4111 0 .7759.2471.9282.6289l1.645 3.9961 2 2.5 1.5615-1.25zM4 5c0-2.2056 1.7944-4 4-4s4 1.7944 4 4c0 2.2056-1.7944 4-4 4s-4-1.7944-4-4zm2 0c0 1.1028.897 2 2 2s2-.8972 2-2c0-1.1028-.897-2-2-2s-2 .8972-2 2z"
|
|
1389
1408
|
})), children);
|
|
1390
1409
|
});
|
|
1391
1410
|
if (process.env.NODE_ENV !== "production") {
|
|
1392
|
-
|
|
1411
|
+
Customer.propTypes = iconPropTypes4cbeb95d.i;
|
|
1393
1412
|
}
|
|
1394
|
-
const
|
|
1413
|
+
const CustomerService = /*#__PURE__*/React.forwardRef(function CustomerService(_ref59, ref) {
|
|
1395
1414
|
let {
|
|
1396
1415
|
children,
|
|
1397
1416
|
size = 16,
|
|
@@ -1405,14 +1424,14 @@ const Data_2 = /*#__PURE__*/React.forwardRef(function Data_2(_ref59, ref) {
|
|
|
1405
1424
|
viewBox: "0 0 32 32",
|
|
1406
1425
|
fill: "currentColor",
|
|
1407
1426
|
...rest
|
|
1408
|
-
},
|
|
1409
|
-
d: "
|
|
1427
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1428
|
+
d: "M26 30h-2v-5c-.0033-2.7601-2.2399-4.9967-5-5h-6c-2.7601.0033-4.9967 2.2399-5 5v5h-2v-5c.0045-3.8641 3.1359-6.9955 7-7h6c3.8641.0045 6.9955 3.1359 7 7v5zM22 6v4c0 1.1025-.8972 2-2 2h-1c-.5522 0-1 .4478-1 1s.4478 1 1 1h1c2.2056 0 4-1.7944 4-4v-4h-2zM16 16c-3.8599 0-7-3.1401-7-7S12.1401 2 16 2c1.9885 0 3.8901.8503 5.2173 2.3329l-1.4902 1.334c-.9482-1.0593-2.3066-1.6669-3.7271-1.6669-2.7571 0-5 2.243-5 5s2.2429 5 5 5v2z"
|
|
1410
1429
|
})), children);
|
|
1411
1430
|
});
|
|
1412
1431
|
if (process.env.NODE_ENV !== "production") {
|
|
1413
|
-
|
|
1432
|
+
CustomerService.propTypes = iconPropTypes4cbeb95d.i;
|
|
1414
1433
|
}
|
|
1415
|
-
const
|
|
1434
|
+
const Cut = /*#__PURE__*/React.forwardRef(function Cut(_ref60, ref) {
|
|
1416
1435
|
let {
|
|
1417
1436
|
children,
|
|
1418
1437
|
size = 16,
|
|
@@ -1426,26 +1445,14 @@ const DataBase = /*#__PURE__*/React.forwardRef(function DataBase(_ref60, ref) {
|
|
|
1426
1445
|
viewBox: "0 0 32 32",
|
|
1427
1446
|
fill: "currentColor",
|
|
1428
1447
|
...rest
|
|
1429
|
-
},
|
|
1430
|
-
d: "
|
|
1431
|
-
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
1432
|
-
cx: "11",
|
|
1433
|
-
cy: "8",
|
|
1434
|
-
r: "1"
|
|
1435
|
-
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
1436
|
-
cx: "11",
|
|
1437
|
-
cy: "16",
|
|
1438
|
-
r: "1"
|
|
1439
|
-
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
1440
|
-
cx: "11",
|
|
1441
|
-
cy: "24",
|
|
1442
|
-
r: "1"
|
|
1448
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1449
|
+
d: "M26.5,19.63,20.24,16l6.26-3.63a5,5,0,0,0-1.21-9.2A5.19,5.19,0,0,0,24,3a5,5,0,0,0-4.33,7.53,5,5,0,0,0,2.39,2.1l-3.82,2.21L4,6.6,3,8.34,16.24,16,3,23.68l1,1.74,14.24-8.26,3.82,2.21a5,5,0,0,0-2.39,2.1A5,5,0,0,0,24,29a5.19,5.19,0,0,0,1.29-.17,5,5,0,0,0,1.21-9.2ZM21.4,9.53a3,3,0,0,1,1.1-4.12,3,3,0,0,1,4.1,1.11,3,3,0,0,1-1.1,4.11h0A3,3,0,0,1,21.4,9.53Zm5.2,16a3,3,0,0,1-4.1,1.11,3,3,0,0,1-1.1-4.12,3,3,0,0,1,4.1-1.1h0A3,3,0,0,1,26.6,25.48Z"
|
|
1443
1450
|
})), children);
|
|
1444
1451
|
});
|
|
1445
1452
|
if (process.env.NODE_ENV !== "production") {
|
|
1446
|
-
|
|
1453
|
+
Cut.propTypes = iconPropTypes4cbeb95d.i;
|
|
1447
1454
|
}
|
|
1448
|
-
const
|
|
1455
|
+
const WatsonHealthCutInHalf = /*#__PURE__*/React.forwardRef(function WatsonHealthCutInHalf(_ref61, ref) {
|
|
1449
1456
|
let {
|
|
1450
1457
|
children,
|
|
1451
1458
|
size = 16,
|
|
@@ -1459,16 +1466,14 @@ const DataBaseAlt = /*#__PURE__*/React.forwardRef(function DataBaseAlt(_ref61, r
|
|
|
1459
1466
|
viewBox: "0 0 32 32",
|
|
1460
1467
|
fill: "currentColor",
|
|
1461
1468
|
...rest
|
|
1462
|
-
},
|
|
1463
|
-
d: "
|
|
1464
|
-
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1465
|
-
d: "M28,4H4A2.0023,2.0023,0,0,0,2,6V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,28,4ZM4,6H15V28H4ZM17,28V6H28V28Z"
|
|
1469
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1470
|
+
d: "M28,4H4A2.0023,2.0023,0,0,0,2,6V26a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,28,4ZM4,6H16V26H4Z"
|
|
1466
1471
|
})), children);
|
|
1467
1472
|
});
|
|
1468
1473
|
if (process.env.NODE_ENV !== "production") {
|
|
1469
|
-
|
|
1474
|
+
WatsonHealthCutInHalf.propTypes = iconPropTypes4cbeb95d.i;
|
|
1470
1475
|
}
|
|
1471
|
-
const
|
|
1476
|
+
const CutOut = /*#__PURE__*/React.forwardRef(function CutOut(_ref62, ref) {
|
|
1472
1477
|
let {
|
|
1473
1478
|
children,
|
|
1474
1479
|
size = 16,
|
|
@@ -1483,13 +1488,15 @@ const DataCategorical = /*#__PURE__*/React.forwardRef(function DataCategorical(_
|
|
|
1483
1488
|
fill: "currentColor",
|
|
1484
1489
|
...rest
|
|
1485
1490
|
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1486
|
-
d: "
|
|
1491
|
+
d: "M19.05 13.7326L18.05 12 7.928 17.8457 6.9312 17.27a2.9524 2.9524 0 00.6672-.769A3 3 0 103.5 17.5986l2.428 1.4019L3.5 20.4023a3.0342 3.0342 0 103.4407.3223l.987-.5693L14.5914 24l1-1.7294-5.6634-3.27zM4.0344 15.26a1 1 0 11.4658.6069A.9929.9929 0 014.0344 15.26zM4.9988 22a1 1 0 11-.8645 1.5A1 1 0 014.9988 22zM17 26H21V28H17zM10 26H14V28H10z"
|
|
1492
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1493
|
+
d: "M28,28H24V26h4V4H7V8H5V4A2.0023,2.0023,0,0,1,7,2H28a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,28,28Z"
|
|
1487
1494
|
})), children);
|
|
1488
1495
|
});
|
|
1489
1496
|
if (process.env.NODE_ENV !== "production") {
|
|
1490
|
-
|
|
1497
|
+
CutOut.propTypes = iconPropTypes4cbeb95d.i;
|
|
1491
1498
|
}
|
|
1492
|
-
const
|
|
1499
|
+
const QCY = /*#__PURE__*/React.forwardRef(function QCY(_ref63, ref) {
|
|
1493
1500
|
let {
|
|
1494
1501
|
children,
|
|
1495
1502
|
size = 16,
|
|
@@ -1503,16 +1510,14 @@ const DataCenter = /*#__PURE__*/React.forwardRef(function DataCenter(_ref63, ref
|
|
|
1503
1510
|
viewBox: "0 0 32 32",
|
|
1504
1511
|
fill: "currentColor",
|
|
1505
1512
|
...rest
|
|
1506
|
-
},
|
|
1507
|
-
d: "
|
|
1508
|
-
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1509
|
-
d: "M14 8H18V10H14zM14 12H18V14H14zM14 16H18V18H14z"
|
|
1513
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1514
|
+
d: "M15 23H10a2 2 0 01-2-2V15a2 2 0 012-2h5v2H10v6h5zM24 9L22 9 20 16 18 9 16 9 19 18 19 23 21 23 21 18 24 9z"
|
|
1510
1515
|
})), children);
|
|
1511
1516
|
});
|
|
1512
1517
|
if (process.env.NODE_ENV !== "production") {
|
|
1513
|
-
|
|
1518
|
+
QCY.propTypes = iconPropTypes4cbeb95d.i;
|
|
1514
1519
|
}
|
|
1515
|
-
const
|
|
1520
|
+
const Cyclist = /*#__PURE__*/React.forwardRef(function Cyclist(_ref64, ref) {
|
|
1516
1521
|
let {
|
|
1517
1522
|
children,
|
|
1518
1523
|
size = 16,
|
|
@@ -1527,27 +1532,15 @@ const DataCheck = /*#__PURE__*/React.forwardRef(function DataCheck(_ref64, ref)
|
|
|
1527
1532
|
fill: "currentColor",
|
|
1528
1533
|
...rest
|
|
1529
1534
|
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1530
|
-
d: "
|
|
1531
|
-
})), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
|
1532
|
-
cx: "11",
|
|
1533
|
-
cy: "8",
|
|
1534
|
-
r: "1"
|
|
1535
|
-
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
|
1536
|
-
cx: "11",
|
|
1537
|
-
cy: "16",
|
|
1538
|
-
r: "1"
|
|
1539
|
-
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
1540
|
-
cx: "11",
|
|
1541
|
-
cy: "24",
|
|
1542
|
-
r: "1"
|
|
1535
|
+
d: "M25 30a6 6 0 116-6A6.0069 6.0069 0 0125 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0025 20zM7 30a6 6 0 116-6A6.0069 6.0069 0 017 30zM7 20a4 4 0 104 4A4.0045 4.0045 0 007 20z"
|
|
1543
1536
|
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1544
|
-
d: "
|
|
1537
|
+
d: "M17 27H15V20.4139L9.5849 15a2.003 2.003 0 010-2.8292l4.5859-4.5859a2.0024 2.0024 0 012.8286 0L21.414 12H27v1.9993L20.5853 14l-5-5L11 13.5849l6 6zM21.5 8A3.5 3.5 0 1125 4.5 3.5042 3.5042 0 0121.5 8zm0-5A1.5 1.5 0 1023 4.5 1.5017 1.5017 0 0021.5 3z"
|
|
1545
1538
|
})), children);
|
|
1546
1539
|
});
|
|
1547
1540
|
if (process.env.NODE_ENV !== "production") {
|
|
1548
|
-
|
|
1541
|
+
Cyclist.propTypes = iconPropTypes4cbeb95d.i;
|
|
1549
1542
|
}
|
|
1550
|
-
const
|
|
1543
|
+
const QCZ = /*#__PURE__*/React.forwardRef(function QCZ(_ref65, ref) {
|
|
1551
1544
|
let {
|
|
1552
1545
|
children,
|
|
1553
1546
|
size = 16,
|
|
@@ -1562,17 +1555,13 @@ const DataConnected = /*#__PURE__*/React.forwardRef(function DataConnected(_ref6
|
|
|
1562
1555
|
fill: "currentColor",
|
|
1563
1556
|
...rest
|
|
1564
1557
|
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1565
|
-
d: "
|
|
1566
|
-
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1567
|
-
d: "M24.91,19.59a4.51,4.51,0,0,0-2.66-3.24,4.55,4.55,0,0,0-3.5,0,4.94,4.94,0,0,0-.64.35L15.3,13.89a4.53,4.53,0,1,0-1.41,1.41l2.81,2.81a4.48,4.48,0,0,0-.61,3.3,4.51,4.51,0,0,0,2.66,3.24,4.55,4.55,0,0,0,3.5,0,4.51,4.51,0,0,0,2.66-3.24,4.65,4.65,0,0,0,0-1.82ZM11.5,14A2.5,2.5,0,1,1,14,11.5,2.5,2.5,0,0,1,11.5,14Z"
|
|
1568
|
-
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1569
|
-
d: "M8 30L2 30 2 2 8 2 8 4 4 4 4 28 8 28 8 30z"
|
|
1558
|
+
d: "M14 23H9a2 2 0 01-2-2V15a2 2 0 012-2h5v2H9v6h5zM24 9L16 9 16 11 22 11 16 21 16 23 24 23 24 21 18 21 24 11 24 9z"
|
|
1570
1559
|
})), children);
|
|
1571
1560
|
});
|
|
1572
1561
|
if (process.env.NODE_ENV !== "production") {
|
|
1573
|
-
|
|
1562
|
+
QCZ.propTypes = iconPropTypes4cbeb95d.i;
|
|
1574
1563
|
}
|
|
1575
|
-
const
|
|
1564
|
+
const Dashboard = /*#__PURE__*/React.forwardRef(function Dashboard(_ref66, ref) {
|
|
1576
1565
|
let {
|
|
1577
1566
|
children,
|
|
1578
1567
|
size = 16,
|
|
@@ -1586,28 +1575,16 @@ const DataError = /*#__PURE__*/React.forwardRef(function DataError(_ref66, ref)
|
|
|
1586
1575
|
viewBox: "0 0 32 32",
|
|
1587
1576
|
fill: "currentColor",
|
|
1588
1577
|
...rest
|
|
1589
|
-
},
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
1594
|
-
cx: "11",
|
|
1595
|
-
cy: "16",
|
|
1596
|
-
r: "1"
|
|
1597
|
-
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
1598
|
-
cx: "11",
|
|
1599
|
-
cy: "24",
|
|
1600
|
-
r: "1"
|
|
1601
|
-
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1602
|
-
d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2H18V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z"
|
|
1603
|
-
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1604
|
-
d: "M29 24.415L27.586 23 25 25.587 22.414 23 21 24.415 23.586 27 21 29.586 22.414 31 25 28.414 27.586 31 29 29.586 26.414 27 29 24.415z"
|
|
1578
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1579
|
+
d: "M24 21H26V26H24zM20 16H22V26H20zM11 26a5.0059 5.0059 0 01-5-5H8a3 3 0 103-3V16a5 5 0 010 10z"
|
|
1580
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1581
|
+
d: "M28,2H4A2.002,2.002,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,9H14V4H28ZM12,4v7H4V4ZM4,28V13H28.0007l.0013,15Z"
|
|
1605
1582
|
})), children);
|
|
1606
1583
|
});
|
|
1607
1584
|
if (process.env.NODE_ENV !== "production") {
|
|
1608
|
-
|
|
1585
|
+
Dashboard.propTypes = iconPropTypes4cbeb95d.i;
|
|
1609
1586
|
}
|
|
1610
|
-
const
|
|
1587
|
+
const DashboardReference = /*#__PURE__*/React.forwardRef(function DashboardReference(_ref67, ref) {
|
|
1611
1588
|
let {
|
|
1612
1589
|
children,
|
|
1613
1590
|
size = 16,
|
|
@@ -1621,16 +1598,16 @@ const DataFormat = /*#__PURE__*/React.forwardRef(function DataFormat(_ref67, ref
|
|
|
1621
1598
|
viewBox: "0 0 32 32",
|
|
1622
1599
|
fill: "currentColor",
|
|
1623
1600
|
...rest
|
|
1624
|
-
},
|
|
1625
|
-
d: "
|
|
1626
|
-
})),
|
|
1627
|
-
d: "M28,
|
|
1601
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1602
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM24 21H26V26H24zM20 16H22V26H20zM16 18H18V26H16z"
|
|
1603
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1604
|
+
d: "M28,2H4A2.002,2.002,0,0,0,2,4V16H4V13H28.001l.001,15H16v2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2ZM12,11H4V4h8Zm2,0V4H28l.0007,7Z"
|
|
1628
1605
|
})), children);
|
|
1629
1606
|
});
|
|
1630
1607
|
if (process.env.NODE_ENV !== "production") {
|
|
1631
|
-
|
|
1608
|
+
DashboardReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
1632
1609
|
}
|
|
1633
|
-
const
|
|
1610
|
+
const Data_1 = /*#__PURE__*/React.forwardRef(function Data_1(_ref68, ref) {
|
|
1634
1611
|
let {
|
|
1635
1612
|
children,
|
|
1636
1613
|
size = 16,
|
|
@@ -1644,14 +1621,14 @@ const DataReference = /*#__PURE__*/React.forwardRef(function DataReference(_ref6
|
|
|
1644
1621
|
viewBox: "0 0 32 32",
|
|
1645
1622
|
fill: "currentColor",
|
|
1646
1623
|
...rest
|
|
1647
|
-
},
|
|
1648
|
-
d: "
|
|
1624
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1625
|
+
d: "M15 6H28V8H15zM15 24H28V26H15zM4 15H17V17H4zM7 11a4 4 0 114-4A4 4 0 017 11zM7 5A2 2 0 109 7 2 2 0 007 5zM7 29a4 4 0 114-4A4 4 0 017 29zm0-6a2 2 0 102 2A2 2 0 007 23zM25 20a4 4 0 114-4A4 4 0 0125 20zm0-6a2 2 0 102 2A2 2 0 0025 14z"
|
|
1649
1626
|
})), children);
|
|
1650
1627
|
});
|
|
1651
1628
|
if (process.env.NODE_ENV !== "production") {
|
|
1652
|
-
|
|
1629
|
+
Data_1.propTypes = iconPropTypes4cbeb95d.i;
|
|
1653
1630
|
}
|
|
1654
|
-
const
|
|
1631
|
+
const Data_2 = /*#__PURE__*/React.forwardRef(function Data_2(_ref69, ref) {
|
|
1655
1632
|
let {
|
|
1656
1633
|
children,
|
|
1657
1634
|
size = 16,
|
|
@@ -1665,14 +1642,14 @@ const DataRegular = /*#__PURE__*/React.forwardRef(function DataRegular(_ref69, r
|
|
|
1665
1642
|
viewBox: "0 0 32 32",
|
|
1666
1643
|
fill: "currentColor",
|
|
1667
1644
|
...rest
|
|
1668
|
-
},
|
|
1669
|
-
d: "
|
|
1645
|
+
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1646
|
+
d: "M4 6H15V8H4zM18 6H28V8H18zM21 12H28V14H21zM11 12H18V14H11zM4 12H8V14H4zM4 18H28V20H4zM4 24H21V26H4zM24 24H28V26H24z"
|
|
1670
1647
|
})), children);
|
|
1671
1648
|
});
|
|
1672
1649
|
if (process.env.NODE_ENV !== "production") {
|
|
1673
|
-
|
|
1650
|
+
Data_2.propTypes = iconPropTypes4cbeb95d.i;
|
|
1674
1651
|
}
|
|
1675
|
-
const
|
|
1652
|
+
const DataBase = /*#__PURE__*/React.forwardRef(function DataBase(_ref70, ref) {
|
|
1676
1653
|
let {
|
|
1677
1654
|
children,
|
|
1678
1655
|
size = 16,
|
|
@@ -1686,14 +1663,26 @@ const DataSet = /*#__PURE__*/React.forwardRef(function DataSet(_ref70, ref) {
|
|
|
1686
1663
|
viewBox: "0 0 32 32",
|
|
1687
1664
|
fill: "currentColor",
|
|
1688
1665
|
...rest
|
|
1689
|
-
},
|
|
1690
|
-
d: "
|
|
1666
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1667
|
+
d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V5A2,2,0,0,0,24,3Zm0,2v6H8V5ZM8,19V13H24v6Zm0,8V21H24v6Z"
|
|
1668
|
+
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
|
1669
|
+
cx: "11",
|
|
1670
|
+
cy: "8",
|
|
1671
|
+
r: "1"
|
|
1672
|
+
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
1673
|
+
cx: "11",
|
|
1674
|
+
cy: "16",
|
|
1675
|
+
r: "1"
|
|
1676
|
+
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
1677
|
+
cx: "11",
|
|
1678
|
+
cy: "24",
|
|
1679
|
+
r: "1"
|
|
1691
1680
|
})), children);
|
|
1692
1681
|
});
|
|
1693
1682
|
if (process.env.NODE_ENV !== "production") {
|
|
1694
|
-
|
|
1683
|
+
DataBase.propTypes = iconPropTypes4cbeb95d.i;
|
|
1695
1684
|
}
|
|
1696
|
-
const
|
|
1685
|
+
const DataBaseAlt = /*#__PURE__*/React.forwardRef(function DataBaseAlt(_ref71, ref) {
|
|
1697
1686
|
let {
|
|
1698
1687
|
children,
|
|
1699
1688
|
size = 16,
|
|
@@ -1707,18 +1696,16 @@ const DataStructured = /*#__PURE__*/React.forwardRef(function DataStructured(_re
|
|
|
1707
1696
|
viewBox: "0 0 32 32",
|
|
1708
1697
|
fill: "currentColor",
|
|
1709
1698
|
...rest
|
|
1710
|
-
},
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1715
|
-
d: "M27,22.14V18a2,2,0,0,0-2-2H17V12h9a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4v6a2,2,0,0,0,2,2h9v4H7a2,2,0,0,0-2,2v4.14a4,4,0,1,0,2,0V18h8v4H12v8h8V22H17V18h8v4.14a4,4,0,1,0,2,0ZM8,26a2,2,0,1,1-2-2A2,2,0,0,1,8,26Zm10-2v4H14V24ZM6,10V4H26v6ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
|
|
1699
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1700
|
+
d: "M7 8H12V10H7zM7 12H12V14H7zM7 16H12V18H7zM20 8H25V10H20zM20 12H25V14H20zM20 16H25V18H20z"
|
|
1701
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1702
|
+
d: "M28,4H4A2.0023,2.0023,0,0,0,2,6V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,28,4ZM4,6H15V28H4ZM17,28V6H28V28Z"
|
|
1716
1703
|
})), children);
|
|
1717
1704
|
});
|
|
1718
1705
|
if (process.env.NODE_ENV !== "production") {
|
|
1719
|
-
|
|
1706
|
+
DataBaseAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
1720
1707
|
}
|
|
1721
|
-
const
|
|
1708
|
+
const DataCategorical = /*#__PURE__*/React.forwardRef(function DataCategorical(_ref72, ref) {
|
|
1722
1709
|
let {
|
|
1723
1710
|
children,
|
|
1724
1711
|
size = 16,
|
|
@@ -1732,14 +1719,14 @@ const DataUnreal = /*#__PURE__*/React.forwardRef(function DataUnreal(_ref72, ref
|
|
|
1732
1719
|
viewBox: "0 0 32 32",
|
|
1733
1720
|
fill: "currentColor",
|
|
1734
1721
|
...rest
|
|
1735
|
-
},
|
|
1736
|
-
d: "
|
|
1722
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1723
|
+
d: "M29 30h-10c-.5522 0-1-.4478-1-1v-10c0-.5522.4478-1 1-1h10c.5522 0 1 .4478 1 1v10c0 .5522-.4478 1-1 1zm-9-2h8v-8h-8v8zM8 30c-3.3083 0-6-2.6917-6-6s2.6917-6 6-6 6 2.6917 6 6-2.6917 6-6 6zm0-10c-2.2056 0-4 1.7944-4 4s1.7944 4 4 4 4-1.7944 4-4-1.7944-4-4-4zM22 14h-12c-.3604 0-.6926-.1938-.8701-.5073s-.1729-.6982.0127-1.0072L15.1446 2.4822c.1937-.3229.5246-.4822.8554-.4822s.6617.1593.8554.4822l6.002 10.0033c.1855.309.1902.6937.0127 1.0072s-.5098.5073-.8701.5073zm-10.2339-2h8.4678l-4.2339-7.0564-4.2339 7.0564z"
|
|
1737
1724
|
})), children);
|
|
1738
1725
|
});
|
|
1739
1726
|
if (process.env.NODE_ENV !== "production") {
|
|
1740
|
-
|
|
1727
|
+
DataCategorical.propTypes = iconPropTypes4cbeb95d.i;
|
|
1741
1728
|
}
|
|
1742
|
-
const
|
|
1729
|
+
const DataCenter = /*#__PURE__*/React.forwardRef(function DataCenter(_ref73, ref) {
|
|
1743
1730
|
let {
|
|
1744
1731
|
children,
|
|
1745
1732
|
size = 16,
|
|
@@ -1753,16 +1740,16 @@ const DataUnstructured = /*#__PURE__*/React.forwardRef(function DataUnstructured
|
|
|
1753
1740
|
viewBox: "0 0 32 32",
|
|
1754
1741
|
fill: "currentColor",
|
|
1755
1742
|
...rest
|
|
1756
|
-
},
|
|
1757
|
-
d: "
|
|
1758
|
-
})),
|
|
1759
|
-
d: "
|
|
1743
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1744
|
+
d: "M28,10H23V6a2.0023,2.0023,0,0,0-2-2H11A2.0023,2.0023,0,0,0,9,6v4H4a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V12A2.0023,2.0023,0,0,0,28,10ZM4,28V12H9v2H7v2H9v2H7v2H9v2H7v2H9v4Zm17,0H11V6H21Zm7,0H23V24h2V22H23V20h2V18H23V16h2V14H23V12h5Z"
|
|
1745
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1746
|
+
d: "M14 8H18V10H14zM14 12H18V14H14zM14 16H18V18H14z"
|
|
1760
1747
|
})), children);
|
|
1761
1748
|
});
|
|
1762
1749
|
if (process.env.NODE_ENV !== "production") {
|
|
1763
|
-
|
|
1750
|
+
DataCenter.propTypes = iconPropTypes4cbeb95d.i;
|
|
1764
1751
|
}
|
|
1765
|
-
const
|
|
1752
|
+
const DataCheck = /*#__PURE__*/React.forwardRef(function DataCheck(_ref74, ref) {
|
|
1766
1753
|
let {
|
|
1767
1754
|
children,
|
|
1768
1755
|
size = 16,
|
|
@@ -1776,32 +1763,28 @@ const DataView = /*#__PURE__*/React.forwardRef(function DataView(_ref74, ref) {
|
|
|
1776
1763
|
viewBox: "0 0 32 32",
|
|
1777
1764
|
fill: "currentColor",
|
|
1778
1765
|
...rest
|
|
1779
|
-
},
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1784
|
-
d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z"
|
|
1785
|
-
})), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
|
1786
|
-
cx: "8",
|
|
1766
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1767
|
+
d: "M23 27.18L20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z"
|
|
1768
|
+
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
1769
|
+
cx: "11",
|
|
1787
1770
|
cy: "8",
|
|
1788
1771
|
r: "1"
|
|
1789
|
-
})),
|
|
1790
|
-
cx: "
|
|
1772
|
+
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
1773
|
+
cx: "11",
|
|
1791
1774
|
cy: "16",
|
|
1792
1775
|
r: "1"
|
|
1793
|
-
})),
|
|
1794
|
-
cx: "
|
|
1776
|
+
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
|
1777
|
+
cx: "11",
|
|
1795
1778
|
cy: "24",
|
|
1796
1779
|
r: "1"
|
|
1797
|
-
})),
|
|
1798
|
-
d: "
|
|
1780
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1781
|
+
d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2h8V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z"
|
|
1799
1782
|
})), children);
|
|
1800
1783
|
});
|
|
1801
1784
|
if (process.env.NODE_ENV !== "production") {
|
|
1802
|
-
|
|
1785
|
+
DataCheck.propTypes = iconPropTypes4cbeb95d.i;
|
|
1803
1786
|
}
|
|
1804
|
-
const
|
|
1787
|
+
const DataConnected = /*#__PURE__*/React.forwardRef(function DataConnected(_ref75, ref) {
|
|
1805
1788
|
let {
|
|
1806
1789
|
children,
|
|
1807
1790
|
size = 16,
|
|
@@ -1815,20 +1798,18 @@ const DataViewAlt = /*#__PURE__*/React.forwardRef(function DataViewAlt(_ref75, r
|
|
|
1815
1798
|
viewBox: "0 0 32 32",
|
|
1816
1799
|
fill: "currentColor",
|
|
1817
1800
|
...rest
|
|
1818
|
-
},
|
|
1819
|
-
|
|
1820
|
-
cy: "24",
|
|
1821
|
-
r: "2"
|
|
1801
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1802
|
+
d: "M30 30L24 30 24 28 28 28 28 4 24 4 24 2 30 2 30 30z"
|
|
1822
1803
|
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1823
|
-
d: "
|
|
1804
|
+
d: "M24.91,19.59a4.51,4.51,0,0,0-2.66-3.24,4.55,4.55,0,0,0-3.5,0,4.94,4.94,0,0,0-.64.35L15.3,13.89a4.53,4.53,0,1,0-1.41,1.41l2.81,2.81a4.48,4.48,0,0,0-.61,3.3,4.51,4.51,0,0,0,2.66,3.24,4.55,4.55,0,0,0,3.5,0,4.51,4.51,0,0,0,2.66-3.24,4.65,4.65,0,0,0,0-1.82ZM11.5,14A2.5,2.5,0,1,1,14,11.5,2.5,2.5,0,0,1,11.5,14Z"
|
|
1824
1805
|
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1825
|
-
d: "
|
|
1806
|
+
d: "M8 30L2 30 2 2 8 2 8 4 4 4 4 28 8 28 8 30z"
|
|
1826
1807
|
})), children);
|
|
1827
1808
|
});
|
|
1828
1809
|
if (process.env.NODE_ENV !== "production") {
|
|
1829
|
-
|
|
1810
|
+
DataConnected.propTypes = iconPropTypes4cbeb95d.i;
|
|
1830
1811
|
}
|
|
1831
|
-
const
|
|
1812
|
+
const DataError = /*#__PURE__*/React.forwardRef(function DataError(_ref76, ref) {
|
|
1832
1813
|
let {
|
|
1833
1814
|
children,
|
|
1834
1815
|
size = 16,
|
|
@@ -1842,20 +1823,28 @@ const DataAccessor = /*#__PURE__*/React.forwardRef(function DataAccessor(_ref76,
|
|
|
1842
1823
|
viewBox: "0 0 32 32",
|
|
1843
1824
|
fill: "currentColor",
|
|
1844
1825
|
...rest
|
|
1845
|
-
},
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1826
|
+
}, _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
|
|
1827
|
+
cx: "11",
|
|
1828
|
+
cy: "8",
|
|
1829
|
+
r: "1"
|
|
1830
|
+
})), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
|
1831
|
+
cx: "11",
|
|
1832
|
+
cy: "16",
|
|
1833
|
+
r: "1"
|
|
1834
|
+
})), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
|
|
1835
|
+
cx: "11",
|
|
1836
|
+
cy: "24",
|
|
1850
1837
|
r: "1"
|
|
1838
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1839
|
+
d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2H18V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z"
|
|
1851
1840
|
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1852
|
-
d: "
|
|
1841
|
+
d: "M29 24.415L27.586 23 25 25.587 22.414 23 21 24.415 23.586 27 21 29.586 22.414 31 25 28.414 27.586 31 29 29.586 26.414 27 29 24.415z"
|
|
1853
1842
|
})), children);
|
|
1854
1843
|
});
|
|
1855
1844
|
if (process.env.NODE_ENV !== "production") {
|
|
1856
|
-
|
|
1845
|
+
DataError.propTypes = iconPropTypes4cbeb95d.i;
|
|
1857
1846
|
}
|
|
1858
|
-
const
|
|
1847
|
+
const DataFormat = /*#__PURE__*/React.forwardRef(function DataFormat(_ref77, ref) {
|
|
1859
1848
|
let {
|
|
1860
1849
|
children,
|
|
1861
1850
|
size = 16,
|
|
@@ -1870,15 +1859,15 @@ const DataAnalytics = /*#__PURE__*/React.forwardRef(function DataAnalytics(_ref7
|
|
|
1870
1859
|
fill: "currentColor",
|
|
1871
1860
|
...rest
|
|
1872
1861
|
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1873
|
-
d: "
|
|
1862
|
+
d: "M18 11H26V13H18zM6 19H14V21H6zM10 16a4 4 0 114-4A4.0045 4.0045 0 0110 16zm0-6a2 2 0 102 2A2.002 2.002 0 0010 10zM22 24a4 4 0 114-4A4.0045 4.0045 0 0122 24zm0-6a2 2 0 102 2A2.002 2.002 0 0022 18z"
|
|
1874
1863
|
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1875
|
-
d: "
|
|
1864
|
+
d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
|
|
1876
1865
|
})), children);
|
|
1877
1866
|
});
|
|
1878
1867
|
if (process.env.NODE_ENV !== "production") {
|
|
1879
|
-
|
|
1868
|
+
DataFormat.propTypes = iconPropTypes4cbeb95d.i;
|
|
1880
1869
|
}
|
|
1881
|
-
const
|
|
1870
|
+
const DataReference = /*#__PURE__*/React.forwardRef(function DataReference(_ref78, ref) {
|
|
1882
1871
|
let {
|
|
1883
1872
|
children,
|
|
1884
1873
|
size = 16,
|
|
@@ -1892,28 +1881,14 @@ const DataBackup = /*#__PURE__*/React.forwardRef(function DataBackup(_ref78, ref
|
|
|
1892
1881
|
viewBox: "0 0 32 32",
|
|
1893
1882
|
fill: "currentColor",
|
|
1894
1883
|
...rest
|
|
1895
|
-
},
|
|
1896
|
-
|
|
1897
|
-
cy: "7",
|
|
1898
|
-
r: "1"
|
|
1899
|
-
})), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
|
|
1900
|
-
cx: "7",
|
|
1901
|
-
cy: "15",
|
|
1902
|
-
r: "1"
|
|
1903
|
-
})), _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
|
|
1904
|
-
cx: "7",
|
|
1905
|
-
cy: "23",
|
|
1906
|
-
r: "1"
|
|
1907
|
-
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1908
|
-
d: "M12,26H4V20h8V18H4V12H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V26a2,2,0,0,0,2,2h8ZM4,4H20v6H4Z"
|
|
1909
|
-
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1910
|
-
d: "M28,17v2.4131A6.996,6.996,0,1,0,22,30V28a5,5,0,1,1,4.5762-7H24v2h6V17Z"
|
|
1884
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1885
|
+
d: "M25 12L25 3 23 3 23 5 20 5 20 7 23 7 23 12 20 12 20 14 28 14 28 12 25 12zM8.5 5c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM23.5 20c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM6 19L6 21 9.5859 21 4 26.5859 5.4141 28 11 22.4141 11 26 13 26 13 19 6 19z"
|
|
1911
1886
|
})), children);
|
|
1912
1887
|
});
|
|
1913
1888
|
if (process.env.NODE_ENV !== "production") {
|
|
1914
|
-
|
|
1889
|
+
DataReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
1915
1890
|
}
|
|
1916
|
-
const
|
|
1891
|
+
const DataRegular = /*#__PURE__*/React.forwardRef(function DataRegular(_ref79, ref) {
|
|
1917
1892
|
let {
|
|
1918
1893
|
children,
|
|
1919
1894
|
size = 16,
|
|
@@ -1927,16 +1902,14 @@ const DataBin = /*#__PURE__*/React.forwardRef(function DataBin(_ref79, ref) {
|
|
|
1927
1902
|
viewBox: "0 0 32 32",
|
|
1928
1903
|
fill: "currentColor",
|
|
1929
1904
|
...rest
|
|
1930
|
-
},
|
|
1931
|
-
d: "
|
|
1932
|
-
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1933
|
-
d: "M16,6V4H10A2.0023,2.0023,0,0,0,8,6V9.08A6.99,6.99,0,0,0,8,22.92V26a2.0023,2.0023,0,0,0,2,2h6V26H10V22.92A6.99,6.99,0,0,0,10,9.08V6ZM14,16a5,5,0,1,1-5-5A5.0059,5.0059,0,0,1,14,16Z"
|
|
1905
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1906
|
+
d: "m27,24c-.4622,0-.8948.1133-1.2859.2998l-4.8289-4.8291c.699-.981,1.1147-2.1768,1.1147-3.4707,0-3.3086-2.6917-6-6-6-1.2937,0-2.4897.416-3.4709,1.1147l-4.8289-4.8286c.1865-.3911.2998-.8237.2998-1.2861,0-1.6567-1.3433-3-3-3s-3,1.3433-3,3,1.3433,3,3,3c.4622,0,.8948-.1133,1.2859-.2998l4.8289,4.8291c-.699.981-1.1147,2.1768-1.1147,3.4707,0,3.3086,2.6917,6,6,6,1.2937,0,2.4897-.416,3.4709-1.1147l4.8289,4.8286c-.1865.3911-.2998.8237-.2998,1.2861,0,1.6567,1.3433,3,3,3s3-1.3433,3-3-1.3433-3-3-3Zm-11-4c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Z"
|
|
1934
1907
|
})), children);
|
|
1935
1908
|
});
|
|
1936
1909
|
if (process.env.NODE_ENV !== "production") {
|
|
1937
|
-
|
|
1910
|
+
DataRegular.propTypes = iconPropTypes4cbeb95d.i;
|
|
1938
1911
|
}
|
|
1939
|
-
const
|
|
1912
|
+
const DataSet = /*#__PURE__*/React.forwardRef(function DataSet(_ref80, ref) {
|
|
1940
1913
|
let {
|
|
1941
1914
|
children,
|
|
1942
1915
|
size = 16,
|
|
@@ -1950,16 +1923,14 @@ const DataBlob = /*#__PURE__*/React.forwardRef(function DataBlob(_ref80, ref) {
|
|
|
1950
1923
|
viewBox: "0 0 32 32",
|
|
1951
1924
|
fill: "currentColor",
|
|
1952
1925
|
...rest
|
|
1953
|
-
},
|
|
1954
|
-
d: "
|
|
1955
|
-
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1956
|
-
d: "M13 7H15V14H13zM8 7H10V14H8zM22 14H20a2.0021 2.0021 0 01-2-2V9a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v3A2.0021 2.0021 0 0122 14zM20 9v3h2V9zM22 18H24V25H22zM8 18H10V25H8zM17 25H15a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v3A2.0021 2.0021 0 0117 25zm-2-5v3h2V20z"
|
|
1926
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1927
|
+
d: "M25 12L25 3 23 3 23 5 20 5 20 7 23 7 23 12 20 12 20 14 28 14 28 12 25 12zM8.5 5c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM8.5 20c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM23.5 20c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0z"
|
|
1957
1928
|
})), children);
|
|
1958
1929
|
});
|
|
1959
1930
|
if (process.env.NODE_ENV !== "production") {
|
|
1960
|
-
|
|
1931
|
+
DataSet.propTypes = iconPropTypes4cbeb95d.i;
|
|
1961
1932
|
}
|
|
1962
|
-
const
|
|
1933
|
+
const DataStructured = /*#__PURE__*/React.forwardRef(function DataStructured(_ref81, ref) {
|
|
1963
1934
|
let {
|
|
1964
1935
|
children,
|
|
1965
1936
|
size = 16,
|
|
@@ -1973,14 +1944,18 @@ const DataClass = /*#__PURE__*/React.forwardRef(function DataClass(_ref81, ref)
|
|
|
1973
1944
|
viewBox: "0 0 32 32",
|
|
1974
1945
|
fill: "currentColor",
|
|
1975
1946
|
...rest
|
|
1976
|
-
},
|
|
1977
|
-
|
|
1947
|
+
}, _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
|
|
1948
|
+
cx: "9",
|
|
1949
|
+
cy: "7",
|
|
1950
|
+
r: "1"
|
|
1951
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1952
|
+
d: "M27,22.14V18a2,2,0,0,0-2-2H17V12h9a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4v6a2,2,0,0,0,2,2h9v4H7a2,2,0,0,0-2,2v4.14a4,4,0,1,0,2,0V18h8v4H12v8h8V22H17V18h8v4.14a4,4,0,1,0,2,0ZM8,26a2,2,0,1,1-2-2A2,2,0,0,1,8,26Zm10-2v4H14V24ZM6,10V4H26v6ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
|
|
1978
1953
|
})), children);
|
|
1979
1954
|
});
|
|
1980
1955
|
if (process.env.NODE_ENV !== "production") {
|
|
1981
|
-
|
|
1956
|
+
DataStructured.propTypes = iconPropTypes4cbeb95d.i;
|
|
1982
1957
|
}
|
|
1983
|
-
const
|
|
1958
|
+
const DataUnreal = /*#__PURE__*/React.forwardRef(function DataUnreal(_ref82, ref) {
|
|
1984
1959
|
let {
|
|
1985
1960
|
children,
|
|
1986
1961
|
size = 16,
|
|
@@ -1994,18 +1969,14 @@ const DataCollection = /*#__PURE__*/React.forwardRef(function DataCollection(_re
|
|
|
1994
1969
|
viewBox: "0 0 32 32",
|
|
1995
1970
|
fill: "currentColor",
|
|
1996
1971
|
...rest
|
|
1997
|
-
},
|
|
1998
|
-
|
|
1999
|
-
cy: "16",
|
|
2000
|
-
r: "2"
|
|
2001
|
-
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
2002
|
-
d: "M30 17L30 15 23.83 15 26.41 12.41 25 11 20 16 25 21 26.41 19.59 23.83 17 30 17zM15 23.83L15 30 17 30 17 23.83 19.59 26.41 21 25 16 20 11 25 12.41 26.41 15 23.83zM7 11L5.59 12.41 8.17 15 2 15 2 17 8.17 17 5.59 19.59 7 21 12 16 7 11zM17 8.17L17 2 15 2 15 8.17 12.41 5.59 11 7 16 12 21 7 19.59 5.59 17 8.17z"
|
|
1972
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1973
|
+
d: "M16.4961 18.1318l-7-4c-.1536-.0879-.3248-.1318-.4961-.1318s-.3425.0439-.4961.1318l-7 4c-.3115.1777-.5039.5093-.5039.8682v8c0 .3589.1924.6904.5039.8682l7 4c.1536.0879.325.1318.4961.1318s.3425-.0439.4961-.1318l7-4c.3115-.1777.5039-.5093.5039-.8682v-8c0-.3589-.1924-.6904-.5039-.8682zm-7.4961-1.98l4.9844 2.8481-4.9844 2.8481-4.9844-2.8481 4.9844-2.8481zm-6 4.5713l5 2.8569v5.6968l-5-2.8569v-5.6968zm7 8.5537v-5.6968l5-2.8569v5.6968l-5 2.8569zM28 19v5c0 1.1025-.8972 2-2 2h-3.1719l1.5859-1.5859-1.4141-1.4141-4 4 4 4 1.4141-1.4141-1.5859-1.5859h3.1719c2.2056 0 4-1.7944 4-4v-5h-2zM17.5039 15.0111l-2-1.1428c-.3115-.1781-.5039-.5094-.5039-.8683v-2h2v1.4197l1.4961.8549-.9922 1.7366zM25.5039 14.4175l-1.5039.8594v-2.2769h-2v2.2769l-1.5039-.8594-.9922 1.7368 3 1.7139c.1536.0879.325.1318.4961.1318s.3425-.0439.4961-.1318l3-1.7139-.9922-1.7368zM28.4961 15.0111l-.9922-1.7366 1.4961-.8549v-1.4197h2v2c0 .3589-.1924.6902-.5039.8683l-2 1.1428zM25.4961 8.7256L24.5039 6.9888 23 7.8481 21.4961 6.9888 20.5039 8.7256 22 9.5801 22 11 24 11 24 9.5801 25.4961 8.7256zM30.4961 4.1318l-3-1.7144-.9922 1.7368 1.4805.8457-1.4805.8457.9922 1.7368 1.5039-.8594v2.2769h2v-4c0-.3589-.1924-.6904-.5039-.8682zM24.5039 3.0111l-1.5039-.8594-1.5039.8594-.9922-1.7366 2-1.1428C22.6575.0439 22.8287 0 23 0s.3425.0439.4961.1317l2 1.1428-.9922 1.7366zM19.4961 4.1543l-.9922-1.7368-3 1.7144c-.3115.1777-.5039.5093-.5039.8682v4h2v-2.2769l1.5039.8594.9922-1.7368-1.4805-.8457 1.4805-.8457zM9 1l-1.4141 1.4141 1.5859 1.5859h-3.1719c-2.2056 0-4 1.7944-4 4v5h2v-5c0-1.1025.8972-2 2-2h3.1719l-1.5859 1.5859 1.4141 1.4141 4-4L9 1z"
|
|
2003
1974
|
})), children);
|
|
2004
1975
|
});
|
|
2005
1976
|
if (process.env.NODE_ENV !== "production") {
|
|
2006
|
-
|
|
1977
|
+
DataUnreal.propTypes = iconPropTypes4cbeb95d.i;
|
|
2007
1978
|
}
|
|
2008
|
-
const
|
|
1979
|
+
const DataUnstructured = /*#__PURE__*/React.forwardRef(function DataUnstructured(_ref83, ref) {
|
|
2009
1980
|
let {
|
|
2010
1981
|
children,
|
|
2011
1982
|
size = 16,
|
|
@@ -2019,20 +1990,16 @@ const DataDefinition = /*#__PURE__*/React.forwardRef(function DataDefinition(_re
|
|
|
2019
1990
|
viewBox: "0 0 32 32",
|
|
2020
1991
|
fill: "currentColor",
|
|
2021
1992
|
...rest
|
|
2022
|
-
},
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
2027
|
-
d: "M20,30a.9967.9967,0,0,1-.707-.293L8.5859,19A2.0126,2.0126,0,0,1,8,17.5859V10a2.002,2.002,0,0,1,2-2h7.5859A1.9864,1.9864,0,0,1,19,8.5859L29.707,19.293a.9994.9994,0,0,1,0,1.414l-9,9A.9967.9967,0,0,1,20,30ZM10,10v7.5859l10,10L27.5859,20l-10-10Z"
|
|
2028
|
-
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
2029
|
-
d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2v8H28V4H4V28h8Z"
|
|
1993
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1994
|
+
d: "M6 24a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4A4 4 0 006 22zM16 4a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4A4 4 0 0016 2zM26 4a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4A4 4 0 0026 2zM18 24v4H14V24h4m2-2H12v8h8z"
|
|
1995
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1996
|
+
d: "M27,22.14V17a2,2,0,0,0-2-2H7V10h3V2H2v8H5v5a2,2,0,0,0,2,2H25v5.14a4,4,0,1,0,2,0ZM4,4H8V8H4ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
|
|
2030
1997
|
})), children);
|
|
2031
1998
|
});
|
|
2032
1999
|
if (process.env.NODE_ENV !== "production") {
|
|
2033
|
-
|
|
2000
|
+
DataUnstructured.propTypes = iconPropTypes4cbeb95d.i;
|
|
2034
2001
|
}
|
|
2035
|
-
const
|
|
2002
|
+
const DataView = /*#__PURE__*/React.forwardRef(function DataView(_ref84, ref) {
|
|
2036
2003
|
let {
|
|
2037
2004
|
children,
|
|
2038
2005
|
size = 16,
|
|
@@ -2046,14 +2013,32 @@ const DataDiode = /*#__PURE__*/React.forwardRef(function DataDiode(_ref84, ref)
|
|
|
2046
2013
|
viewBox: "0 0 32 32",
|
|
2047
2014
|
fill: "currentColor",
|
|
2048
2015
|
...rest
|
|
2049
|
-
},
|
|
2050
|
-
|
|
2016
|
+
}, _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
|
|
2017
|
+
cx: "22",
|
|
2018
|
+
cy: "24",
|
|
2019
|
+
r: "2"
|
|
2020
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
2021
|
+
d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z"
|
|
2022
|
+
})), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
|
|
2023
|
+
cx: "8",
|
|
2024
|
+
cy: "8",
|
|
2025
|
+
r: "1"
|
|
2026
|
+
})), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
|
|
2027
|
+
cx: "8",
|
|
2028
|
+
cy: "16",
|
|
2029
|
+
r: "1"
|
|
2030
|
+
})), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
|
|
2031
|
+
cx: "8",
|
|
2032
|
+
cy: "24",
|
|
2033
|
+
r: "1"
|
|
2034
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
2035
|
+
d: "M5,21h7V19H5V13H21v3h2V5a2,2,0,0,0-2-2H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2h7V27H5ZM5,5H21v6H5Z"
|
|
2051
2036
|
})), children);
|
|
2052
2037
|
});
|
|
2053
2038
|
if (process.env.NODE_ENV !== "production") {
|
|
2054
|
-
|
|
2039
|
+
DataView.propTypes = iconPropTypes4cbeb95d.i;
|
|
2055
2040
|
}
|
|
2056
|
-
const
|
|
2041
|
+
const DataViewAlt = /*#__PURE__*/React.forwardRef(function DataViewAlt(_ref85, ref) {
|
|
2057
2042
|
let {
|
|
2058
2043
|
children,
|
|
2059
2044
|
size = 16,
|
|
@@ -2067,17 +2052,20 @@ const DataEnrichment = /*#__PURE__*/React.forwardRef(function DataEnrichment(_re
|
|
|
2067
2052
|
viewBox: "0 0 32 32",
|
|
2068
2053
|
fill: "currentColor",
|
|
2069
2054
|
...rest
|
|
2070
|
-
},
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2055
|
+
}, _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
|
|
2056
|
+
cx: "22",
|
|
2057
|
+
cy: "24",
|
|
2058
|
+
r: "2"
|
|
2059
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
2060
|
+
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 28zM7 17H12V19H7zM7 12H19V14H7zM7 7H19V9H7z"
|
|
2061
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
2062
|
+
d: "M22,2,4,2A2.0058,2.0058,0,0,0,2,4V28a2.0058,2.0058,0,0,0,2,2h8V28H4V4H22V15h2V4A2.0058,2.0058,0,0,0,22,2Z"
|
|
2063
|
+
})), children);
|
|
2076
2064
|
});
|
|
2077
2065
|
if (process.env.NODE_ENV !== "production") {
|
|
2078
|
-
|
|
2066
|
+
DataViewAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
2079
2067
|
}
|
|
2080
|
-
const
|
|
2068
|
+
const DataAccessor = /*#__PURE__*/React.forwardRef(function DataAccessor(_ref86, ref) {
|
|
2081
2069
|
let {
|
|
2082
2070
|
children,
|
|
2083
2071
|
size = 16,
|
|
@@ -2091,19 +2079,20 @@ const DataEnrichmentAdd = /*#__PURE__*/React.forwardRef(function DataEnrichmentA
|
|
|
2091
2079
|
viewBox: "0 0 32 32",
|
|
2092
2080
|
fill: "currentColor",
|
|
2093
2081
|
...rest
|
|
2094
|
-
},
|
|
2095
|
-
d: "M28
|
|
2096
|
-
}), /*#__PURE__*/React.createElement("
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2082
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
2083
|
+
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"
|
|
2084
|
+
})), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
|
|
2085
|
+
cx: "7",
|
|
2086
|
+
cy: "25",
|
|
2087
|
+
r: "1"
|
|
2088
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
2089
|
+
d: "M21,13a2.9609,2.9609,0,0,0-1.2854.3008L17.4141,11l2.3-2.3008A2.9609,2.9609,0,0,0,21,9a3,3,0,1,0-3-3,2.9665,2.9665,0,0,0,.3,1.2852L16,9.5859,13.7,7.2852A2.9665,2.9665,0,0,0,14,6a3,3,0,1,0-3,3,2.9609,2.9609,0,0,0,1.2854-.3008L14.5859,11l-2.3005,2.3008A2.9609,2.9609,0,0,0,11,13a3,3,0,1,0,3,3,2.9665,2.9665,0,0,0-.3-1.2852L16,12.4141l2.3,2.3007A2.9665,2.9665,0,0,0,18,16a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,5ZM10,6a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,10,6Zm1,11a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,11,17Zm10,0a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,21,17Z"
|
|
2090
|
+
})), children);
|
|
2102
2091
|
});
|
|
2103
2092
|
if (process.env.NODE_ENV !== "production") {
|
|
2104
|
-
|
|
2093
|
+
DataAccessor.propTypes = iconPropTypes4cbeb95d.i;
|
|
2105
2094
|
}
|
|
2106
|
-
const
|
|
2095
|
+
const DataAnalytics = /*#__PURE__*/React.forwardRef(function DataAnalytics(_ref87, ref) {
|
|
2107
2096
|
let {
|
|
2108
2097
|
children,
|
|
2109
2098
|
size = 16,
|
|
@@ -2117,16 +2106,16 @@ const DataPlayer = /*#__PURE__*/React.forwardRef(function DataPlayer(_ref87, ref
|
|
|
2117
2106
|
viewBox: "0 0 32 32",
|
|
2118
2107
|
fill: "currentColor",
|
|
2119
2108
|
...rest
|
|
2120
|
-
},
|
|
2121
|
-
d: "
|
|
2122
|
-
})),
|
|
2123
|
-
d: "
|
|
2109
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
2110
|
+
d: "M12 11H14V17H12zM7 13H9V17H7zM2 7H4V17H2z"
|
|
2111
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
2112
|
+
d: "m30,28.5859l-7.5522-7.5522c1.5918-1.9082,2.5522-4.3604,2.5522-7.0337,0-6.0654-4.9346-11-11-11-2.4026,0-4.6853.7607-6.6013,2.2002l1.2012,1.5991c1.5669-1.1772,3.4343-1.7993,5.4001-1.7993,4.9626,0,9,4.0371,9,9s-4.0374,9-9,9c-2.8574,0-5.4819-1.312-7.2007-3.6001l-1.5991,1.2017c2.1001,2.7949,5.3076,4.3984,8.7998,4.3984,2.6733,0,5.1255-.9604,7.0337-2.5522l7.5522,7.5522,1.4141-1.4141Z"
|
|
2124
2113
|
})), children);
|
|
2125
2114
|
});
|
|
2126
2115
|
if (process.env.NODE_ENV !== "production") {
|
|
2127
|
-
|
|
2116
|
+
DataAnalytics.propTypes = iconPropTypes4cbeb95d.i;
|
|
2128
2117
|
}
|
|
2129
|
-
const
|
|
2118
|
+
const DataBackup = /*#__PURE__*/React.forwardRef(function DataBackup(_ref88, ref) {
|
|
2130
2119
|
let {
|
|
2131
2120
|
children,
|
|
2132
2121
|
size = 16,
|
|
@@ -2140,28 +2129,28 @@ const DataQualityDefinition = /*#__PURE__*/React.forwardRef(function DataQuality
|
|
|
2140
2129
|
viewBox: "0 0 32 32",
|
|
2141
2130
|
fill: "currentColor",
|
|
2142
2131
|
...rest
|
|
2143
|
-
},
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
cx: "11",
|
|
2147
|
-
cy: "8",
|
|
2132
|
+
}, _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
|
|
2133
|
+
cx: "7",
|
|
2134
|
+
cy: "7",
|
|
2148
2135
|
r: "1"
|
|
2149
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
2150
|
-
cx: "
|
|
2151
|
-
cy: "
|
|
2136
|
+
})), _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
|
|
2137
|
+
cx: "7",
|
|
2138
|
+
cy: "15",
|
|
2152
2139
|
r: "1"
|
|
2153
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
2154
|
-
cx: "
|
|
2155
|
-
cy: "
|
|
2140
|
+
})), _circle46 || (_circle46 = /*#__PURE__*/React.createElement("circle", {
|
|
2141
|
+
cx: "7",
|
|
2142
|
+
cy: "23",
|
|
2156
2143
|
r: "1"
|
|
2157
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2158
|
-
d: "
|
|
2159
|
-
}))
|
|
2144
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
2145
|
+
d: "M12,26H4V20h8V18H4V12H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V26a2,2,0,0,0,2,2h8ZM4,4H20v6H4Z"
|
|
2146
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
2147
|
+
d: "M28,17v2.4131A6.996,6.996,0,1,0,22,30V28a5,5,0,1,1,4.5762-7H24v2h6V17Z"
|
|
2148
|
+
})), children);
|
|
2160
2149
|
});
|
|
2161
2150
|
if (process.env.NODE_ENV !== "production") {
|
|
2162
|
-
|
|
2151
|
+
DataBackup.propTypes = iconPropTypes4cbeb95d.i;
|
|
2163
2152
|
}
|
|
2164
|
-
const
|
|
2153
|
+
const DataBin = /*#__PURE__*/React.forwardRef(function DataBin(_ref89, ref) {
|
|
2165
2154
|
let {
|
|
2166
2155
|
children,
|
|
2167
2156
|
size = 16,
|
|
@@ -2175,18 +2164,16 @@ const DataRefinery = /*#__PURE__*/React.forwardRef(function DataRefinery(_ref89,
|
|
|
2175
2164
|
viewBox: "0 0 32 32",
|
|
2176
2165
|
fill: "currentColor",
|
|
2177
2166
|
...rest
|
|
2178
|
-
},
|
|
2179
|
-
d: "
|
|
2180
|
-
})),
|
|
2181
|
-
d: "
|
|
2182
|
-
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
2183
|
-
d: "M28,12H22a2.0023,2.0023,0,0,1-2-2V4a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v6A2.0023,2.0023,0,0,1,28,12ZM22,4v6h6V4Z"
|
|
2167
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
2168
|
+
d: "M28 2H20a2.0023 2.0023 0 00-2 2V28a2.0023 2.0023 0 002 2h8a2.0023 2.0023 0 002-2V4A2.0023 2.0023 0 0028 2zm0 2v7H20V4zm0 9v6H20V13zM20 28V21h8v7zM12 15L10 15 10 13 8 13 8 15 6 15 6 17 8 17 8 19 10 19 10 17 12 17 12 15z"
|
|
2169
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
2170
|
+
d: "M16,6V4H10A2.0023,2.0023,0,0,0,8,6V9.08A6.99,6.99,0,0,0,8,22.92V26a2.0023,2.0023,0,0,0,2,2h6V26H10V22.92A6.99,6.99,0,0,0,10,9.08V6ZM14,16a5,5,0,1,1-5-5A5.0059,5.0059,0,0,1,14,16Z"
|
|
2184
2171
|
})), children);
|
|
2185
2172
|
});
|
|
2186
2173
|
if (process.env.NODE_ENV !== "production") {
|
|
2187
|
-
|
|
2174
|
+
DataBin.propTypes = iconPropTypes4cbeb95d.i;
|
|
2188
2175
|
}
|
|
2189
|
-
const
|
|
2176
|
+
const DataBlob = /*#__PURE__*/React.forwardRef(function DataBlob(_ref90, ref) {
|
|
2190
2177
|
let {
|
|
2191
2178
|
children,
|
|
2192
2179
|
size = 16,
|
|
@@ -2200,16 +2187,16 @@ const DataRefineryReference = /*#__PURE__*/React.forwardRef(function DataRefiner
|
|
|
2200
2187
|
viewBox: "0 0 32 32",
|
|
2201
2188
|
fill: "currentColor",
|
|
2202
2189
|
...rest
|
|
2203
|
-
},
|
|
2204
|
-
d: "
|
|
2205
|
-
})),
|
|
2206
|
-
d: "
|
|
2190
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
2191
|
+
d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
|
|
2192
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
2193
|
+
d: "M13 7H15V14H13zM8 7H10V14H8zM22 14H20a2.0021 2.0021 0 01-2-2V9a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v3A2.0021 2.0021 0 0122 14zM20 9v3h2V9zM22 18H24V25H22zM8 18H10V25H8zM17 25H15a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v3A2.0021 2.0021 0 0117 25zm-2-5v3h2V20z"
|
|
2207
2194
|
})), children);
|
|
2208
2195
|
});
|
|
2209
2196
|
if (process.env.NODE_ENV !== "production") {
|
|
2210
|
-
|
|
2197
|
+
DataBlob.propTypes = iconPropTypes4cbeb95d.i;
|
|
2211
2198
|
}
|
|
2212
|
-
const
|
|
2199
|
+
const DataClass = /*#__PURE__*/React.forwardRef(function DataClass(_ref91, ref) {
|
|
2213
2200
|
let {
|
|
2214
2201
|
children,
|
|
2215
2202
|
size = 16,
|
|
@@ -2223,14 +2210,14 @@ const DataShare = /*#__PURE__*/React.forwardRef(function DataShare(_ref91, ref)
|
|
|
2223
2210
|
viewBox: "0 0 32 32",
|
|
2224
2211
|
fill: "currentColor",
|
|
2225
2212
|
...rest
|
|
2226
|
-
},
|
|
2227
|
-
d: "
|
|
2213
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
2214
|
+
d: "M26,16a3.9612,3.9612,0,0,0-2.02.5657l-2.8586-2.8585,2.293-2.293a2,2,0,0,0,0-2.8284l-6-6a2,2,0,0,0-2.8284,0l-6,6a2,2,0,0,0,0,2.8284l2.293,2.293L8.02,16.5657A4.043,4.043,0,1,0,9.4343,17.98l2.8585-2.8586,2.293,2.293A1.9773,1.9773,0,0,0,15,17.7233V22H12v8h8V22H17V17.7233a1.9773,1.9773,0,0,0,.4142-.3091l2.293-2.293L22.5657,17.98A3.9885,3.9885,0,1,0,26,16ZM8,20a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,8,20Zm10,4v4H14V24h4Zm-2-8-6-6,6-6,6,6Zm10,6a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,22Z"
|
|
2228
2215
|
})), children);
|
|
2229
2216
|
});
|
|
2230
2217
|
if (process.env.NODE_ENV !== "production") {
|
|
2231
|
-
|
|
2218
|
+
DataClass.propTypes = iconPropTypes4cbeb95d.i;
|
|
2232
2219
|
}
|
|
2233
|
-
const
|
|
2220
|
+
const DataCollection = /*#__PURE__*/React.forwardRef(function DataCollection(_ref92, ref) {
|
|
2234
2221
|
let {
|
|
2235
2222
|
children,
|
|
2236
2223
|
size = 16,
|
|
@@ -2244,16 +2231,18 @@ const DataTable = /*#__PURE__*/React.forwardRef(function DataTable(_ref92, ref)
|
|
|
2244
2231
|
viewBox: "0 0 32 32",
|
|
2245
2232
|
fill: "currentColor",
|
|
2246
2233
|
...rest
|
|
2247
|
-
},
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2234
|
+
}, _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
|
|
2235
|
+
cx: "16",
|
|
2236
|
+
cy: "16",
|
|
2237
|
+
r: "2"
|
|
2238
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
2239
|
+
d: "M30 17L30 15 23.83 15 26.41 12.41 25 11 20 16 25 21 26.41 19.59 23.83 17 30 17zM15 23.83L15 30 17 30 17 23.83 19.59 26.41 21 25 16 20 11 25 12.41 26.41 15 23.83zM7 11L5.59 12.41 8.17 15 2 15 2 17 8.17 17 5.59 19.59 7 21 12 16 7 11zM17 8.17L17 2 15 2 15 8.17 12.41 5.59 11 7 16 12 21 7 19.59 5.59 17 8.17z"
|
|
2251
2240
|
})), children);
|
|
2252
2241
|
});
|
|
2253
2242
|
if (process.env.NODE_ENV !== "production") {
|
|
2254
|
-
|
|
2243
|
+
DataCollection.propTypes = iconPropTypes4cbeb95d.i;
|
|
2255
2244
|
}
|
|
2256
|
-
const
|
|
2245
|
+
const DataDefinition = /*#__PURE__*/React.forwardRef(function DataDefinition(_ref93, ref) {
|
|
2257
2246
|
let {
|
|
2258
2247
|
children,
|
|
2259
2248
|
size = 16,
|
|
@@ -2267,16 +2256,20 @@ const DataTableReference = /*#__PURE__*/React.forwardRef(function DataTableRefer
|
|
|
2267
2256
|
viewBox: "0 0 32 32",
|
|
2268
2257
|
fill: "currentColor",
|
|
2269
2258
|
...rest
|
|
2270
|
-
},
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2259
|
+
}, _circle48 || (_circle48 = /*#__PURE__*/React.createElement("circle", {
|
|
2260
|
+
cx: "14",
|
|
2261
|
+
cy: "14",
|
|
2262
|
+
r: "2"
|
|
2263
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
2264
|
+
d: "M20,30a.9967.9967,0,0,1-.707-.293L8.5859,19A2.0126,2.0126,0,0,1,8,17.5859V10a2.002,2.002,0,0,1,2-2h7.5859A1.9864,1.9864,0,0,1,19,8.5859L29.707,19.293a.9994.9994,0,0,1,0,1.414l-9,9A.9967.9967,0,0,1,20,30ZM10,10v7.5859l10,10L27.5859,20l-10-10Z"
|
|
2265
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
2266
|
+
d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2v8H28V4H4V28h8Z"
|
|
2274
2267
|
})), children);
|
|
2275
2268
|
});
|
|
2276
2269
|
if (process.env.NODE_ENV !== "production") {
|
|
2277
|
-
|
|
2270
|
+
DataDefinition.propTypes = iconPropTypes4cbeb95d.i;
|
|
2278
2271
|
}
|
|
2279
|
-
const
|
|
2272
|
+
const DataDiode = /*#__PURE__*/React.forwardRef(function DataDiode(_ref94, ref) {
|
|
2280
2273
|
let {
|
|
2281
2274
|
children,
|
|
2282
2275
|
size = 16,
|
|
@@ -2290,14 +2283,14 @@ const DataVis_1 = /*#__PURE__*/React.forwardRef(function DataVis_1(_ref94, ref)
|
|
|
2290
2283
|
viewBox: "0 0 32 32",
|
|
2291
2284
|
fill: "currentColor",
|
|
2292
2285
|
...rest
|
|
2293
|
-
},
|
|
2294
|
-
d: "
|
|
2286
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
2287
|
+
d: "M30,15H27V7H25v8H22V7H20v7.8262L7.5239,7.1484A1,1,0,0,0,6,8v7H2v2H6v7a1,1,0,0,0,1.5239.8516L20,17.1738V25h2V17h3v8h2V17h3ZM8,22.21V9.79L18.0918,16Z"
|
|
2295
2288
|
})), children);
|
|
2296
2289
|
});
|
|
2297
2290
|
if (process.env.NODE_ENV !== "production") {
|
|
2298
|
-
|
|
2291
|
+
DataDiode.propTypes = iconPropTypes4cbeb95d.i;
|
|
2299
2292
|
}
|
|
2300
|
-
const
|
|
2293
|
+
const DataEnrichment = /*#__PURE__*/React.forwardRef(function DataEnrichment(_ref95, ref) {
|
|
2301
2294
|
let {
|
|
2302
2295
|
children,
|
|
2303
2296
|
size = 16,
|
|
@@ -2311,14 +2304,17 @@ const DataVis_2 = /*#__PURE__*/React.forwardRef(function DataVis_2(_ref95, ref)
|
|
|
2311
2304
|
viewBox: "0 0 32 32",
|
|
2312
2305
|
fill: "currentColor",
|
|
2313
2306
|
...rest
|
|
2314
|
-
},
|
|
2315
|
-
d: "M28
|
|
2316
|
-
})
|
|
2307
|
+
}, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
2308
|
+
d: "M28 13h2v2h-2zM23.778 4.797l1.414-1.414 1.414 1.414-1.414 1.414zM15 0h2v2h-2zM6.808 6.233 5.393 4.818l1.415-1.414 1.414 1.414zM2 13h2v2H2zM13 30h6v2h-6zM11 26h10v2H11zM16 4C10.5 4 6 8.5 6 14c0 4.4 2 6.3 3.5 7.6 1 .9 1.5 1.5 1.5 2.4h2c0-1.8-1.1-2.9-2.2-3.9C9.4 18.9 8 17.5 8 14c0-4.4 3.6-8 8-8s8 3.6 8 8c0 3.5-1.4 4.9-2.8 6.1-1.1 1-2.2 2-2.2 3.9h2c0-.9.5-1.5 1.5-2.4C24 20.3 26 18.4 26 14c0-5.5-4.5-10-10-10z"
|
|
2309
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2310
|
+
fill: "none",
|
|
2311
|
+
d: "M0 0h32v32H0z"
|
|
2312
|
+
})))), children);
|
|
2317
2313
|
});
|
|
2318
2314
|
if (process.env.NODE_ENV !== "production") {
|
|
2319
|
-
|
|
2315
|
+
DataEnrichment.propTypes = iconPropTypes4cbeb95d.i;
|
|
2320
2316
|
}
|
|
2321
|
-
const
|
|
2317
|
+
const DataEnrichmentAdd = /*#__PURE__*/React.forwardRef(function DataEnrichmentAdd(_ref96, ref) {
|
|
2322
2318
|
let {
|
|
2323
2319
|
children,
|
|
2324
2320
|
size = 16,
|
|
@@ -2332,14 +2328,19 @@ const DataVis_3 = /*#__PURE__*/React.forwardRef(function DataVis_3(_ref96, ref)
|
|
|
2332
2328
|
viewBox: "0 0 32 32",
|
|
2333
2329
|
fill: "currentColor",
|
|
2334
2330
|
...rest
|
|
2335
|
-
},
|
|
2336
|
-
d: "M28
|
|
2337
|
-
})
|
|
2331
|
+
}, _switch2 || (_switch2 = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
2332
|
+
d: "M28 13h2v2h-2zM23.778 4.797l1.414-1.414 1.414 1.414-1.414 1.414zM15 0h2v2h-2zM6.808 6.233 5.393 4.818l1.415-1.414 1.414 1.414zM2 13h2v2H2zM20 13h-3v-3h-2v3h-3v2h3v3h2v-3h3zM13 30h6v2h-6zM11 26h10v2H11z"
|
|
2333
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2334
|
+
d: "M16 4C10.5 4 6 8.5 6 14c0 4.4 2 6.3 3.5 7.6 1 .9 1.5 1.5 1.5 2.4h2c0-1.8-1.1-2.9-2.2-3.9C9.4 18.9 8 17.5 8 14c0-4.4 3.6-8 8-8s8 3.6 8 8c0 3.5-1.4 4.9-2.8 6.1-1.1 1-2.2 2-2.2 3.9h2c0-.9.5-1.5 1.5-2.4C24 20.3 26 18.4 26 14c0-5.5-4.5-10-10-10z"
|
|
2335
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2336
|
+
fill: "none",
|
|
2337
|
+
d: "M0 0h32v32H0z"
|
|
2338
|
+
})))), children);
|
|
2338
2339
|
});
|
|
2339
2340
|
if (process.env.NODE_ENV !== "production") {
|
|
2340
|
-
|
|
2341
|
+
DataEnrichmentAdd.propTypes = iconPropTypes4cbeb95d.i;
|
|
2341
2342
|
}
|
|
2342
|
-
const
|
|
2343
|
+
const DataPlayer = /*#__PURE__*/React.forwardRef(function DataPlayer(_ref97, ref) {
|
|
2343
2344
|
let {
|
|
2344
2345
|
children,
|
|
2345
2346
|
size = 16,
|
|
@@ -2354,13 +2355,15 @@ const DataVis_4 = /*#__PURE__*/React.forwardRef(function DataVis_4(_ref97, ref)
|
|
|
2354
2355
|
fill: "currentColor",
|
|
2355
2356
|
...rest
|
|
2356
2357
|
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2357
|
-
d: "
|
|
2358
|
+
d: "M28 24v2H15.8164a2.983 2.983 0 00-5.6328 0H4V24H2v6H4V28h6.1836a2.983 2.983 0 005.6328 0H28v2h2V24zM13 7.5L13 16.499 13 16.499 21 12 13 7.5z"
|
|
2359
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2360
|
+
d: "M16,22A10,10,0,1,1,26,12,10.0113,10.0113,0,0,1,16,22ZM16,4a8,8,0,1,0,8,8A8.0092,8.0092,0,0,0,16,4Z"
|
|
2358
2361
|
})), children);
|
|
2359
2362
|
});
|
|
2360
2363
|
if (process.env.NODE_ENV !== "production") {
|
|
2361
|
-
|
|
2364
|
+
DataPlayer.propTypes = iconPropTypes4cbeb95d.i;
|
|
2362
2365
|
}
|
|
2363
|
-
const
|
|
2366
|
+
const DataQualityDefinition = /*#__PURE__*/React.forwardRef(function DataQualityDefinition(_ref98, ref) {
|
|
2364
2367
|
let {
|
|
2365
2368
|
children,
|
|
2366
2369
|
size = 16,
|
|
@@ -2374,14 +2377,28 @@ const DataVolume = /*#__PURE__*/React.forwardRef(function DataVolume(_ref98, ref
|
|
|
2374
2377
|
viewBox: "0 0 32 32",
|
|
2375
2378
|
fill: "currentColor",
|
|
2376
2379
|
...rest
|
|
2377
|
-
},
|
|
2378
|
-
d: "
|
|
2379
|
-
})
|
|
2380
|
+
}, _switch3 || (_switch3 = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
2381
|
+
d: "M24.6 24.4L27.2 27 27.2 27 24.6 29.6 26 31 30 27 26 23zM22.4 24.4L19.8 27 19.8 27 22.4 29.6 21 31 17 27 21 23z"
|
|
2382
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
2383
|
+
cx: "11",
|
|
2384
|
+
cy: "8",
|
|
2385
|
+
r: "1"
|
|
2386
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
2387
|
+
cx: "11",
|
|
2388
|
+
cy: "16",
|
|
2389
|
+
r: "1"
|
|
2390
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
2391
|
+
cx: "11",
|
|
2392
|
+
cy: "24",
|
|
2393
|
+
r: "1"
|
|
2394
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2395
|
+
d: "M24,3H8C6.9,3,6,3.9,6,5v22c0,1.1,0.9,2,2,2h7v-2H8v-6h18V5C26,3.9,25.1,3,24,3z M24,19H8v-6h16V19z M24,11H8V5h16V11z"
|
|
2396
|
+
})))), children);
|
|
2380
2397
|
});
|
|
2381
2398
|
if (process.env.NODE_ENV !== "production") {
|
|
2382
|
-
|
|
2399
|
+
DataQualityDefinition.propTypes = iconPropTypes4cbeb95d.i;
|
|
2383
2400
|
}
|
|
2384
|
-
const
|
|
2401
|
+
const DataRefinery = /*#__PURE__*/React.forwardRef(function DataRefinery(_ref99, ref) {
|
|
2385
2402
|
let {
|
|
2386
2403
|
children,
|
|
2387
2404
|
size = 16,
|
|
@@ -2396,21 +2413,17 @@ const DataVolumeAlt = /*#__PURE__*/React.forwardRef(function DataVolumeAlt(_ref9
|
|
|
2396
2413
|
fill: "currentColor",
|
|
2397
2414
|
...rest
|
|
2398
2415
|
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2399
|
-
d: "
|
|
2400
|
-
})), _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
|
|
2401
|
-
cx: "20",
|
|
2402
|
-
cy: "21",
|
|
2403
|
-
r: "2"
|
|
2416
|
+
d: "M7,30a5,5,0,1,1,5-5A5.0059,5.0059,0,0,1,7,30Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,7,22Z"
|
|
2404
2417
|
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2405
|
-
d: "
|
|
2418
|
+
d: "M24,26H14V24H24V17H8a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,8,6H18V8H8v7H24a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,24,26Z"
|
|
2406
2419
|
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2407
|
-
d: "
|
|
2420
|
+
d: "M28,12H22a2.0023,2.0023,0,0,1-2-2V4a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v6A2.0023,2.0023,0,0,1,28,12ZM22,4v6h6V4Z"
|
|
2408
2421
|
})), children);
|
|
2409
2422
|
});
|
|
2410
2423
|
if (process.env.NODE_ENV !== "production") {
|
|
2411
|
-
|
|
2424
|
+
DataRefinery.propTypes = iconPropTypes4cbeb95d.i;
|
|
2412
2425
|
}
|
|
2413
|
-
const
|
|
2426
|
+
const DataRefineryReference = /*#__PURE__*/React.forwardRef(function DataRefineryReference(_ref100, ref) {
|
|
2414
2427
|
let {
|
|
2415
2428
|
children,
|
|
2416
2429
|
size = 16,
|
|
@@ -2425,13 +2438,15 @@ const DatabaseDatastax = /*#__PURE__*/React.forwardRef(function DatabaseDatastax
|
|
|
2425
2438
|
fill: "currentColor",
|
|
2426
2439
|
...rest
|
|
2427
2440
|
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2428
|
-
d: "
|
|
2441
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM28 12H22a2.0023 2.0023 0 01-2-2V4a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0128 12zM22 4v6h6V4z"
|
|
2442
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2443
|
+
d: "M24,26H16V24h8V17H8a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,8,6H18V8H8v7H24a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,24,26Z"
|
|
2429
2444
|
})), children);
|
|
2430
2445
|
});
|
|
2431
2446
|
if (process.env.NODE_ENV !== "production") {
|
|
2432
|
-
|
|
2447
|
+
DataRefineryReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
2433
2448
|
}
|
|
2434
|
-
const
|
|
2449
|
+
const DataShare = /*#__PURE__*/React.forwardRef(function DataShare(_ref101, ref) {
|
|
2435
2450
|
let {
|
|
2436
2451
|
children,
|
|
2437
2452
|
size = 16,
|
|
@@ -2445,25 +2460,19 @@ const DatabaseElastic = /*#__PURE__*/React.forwardRef(function DatabaseElastic(_
|
|
|
2445
2460
|
viewBox: "0 0 32 32",
|
|
2446
2461
|
fill: "currentColor",
|
|
2447
2462
|
...rest
|
|
2448
|
-
},
|
|
2449
|
-
d: "
|
|
2463
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2464
|
+
d: "M5 25V15.8281l-3.5859 3.586L0 18l6-6 6 6-1.4141 1.4141L7 15.8281V25H19v2H7A2.0024 2.0024 0 015 25zM24 22h4a2.002 2.002 0 012 2v4a2.002 2.002 0 01-2 2H24a2.002 2.002 0 01-2-2V24A2.002 2.002 0 0124 22zm4 6V24H23.9985L24 28zM27 6v9.1719l3.5859-3.586L32 13l-6 6-6-6 1.4141-1.4141L25 15.1719V6H13V4H25A2.0024 2.0024 0 0127 6zM2 6H8V8H2zM2 2H10V4H2z"
|
|
2450
2465
|
})), children);
|
|
2451
2466
|
});
|
|
2452
2467
|
if (process.env.NODE_ENV !== "production") {
|
|
2453
|
-
|
|
2468
|
+
DataShare.propTypes = iconPropTypes4cbeb95d.i;
|
|
2454
2469
|
}
|
|
2455
|
-
const
|
|
2470
|
+
const DataTable = /*#__PURE__*/React.forwardRef(function DataTable(_ref102, ref) {
|
|
2456
2471
|
let {
|
|
2457
2472
|
children,
|
|
2458
2473
|
size = 16,
|
|
2459
2474
|
...rest
|
|
2460
2475
|
} = _ref102;
|
|
2461
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2462
|
-
if (!didWarnAboutDeprecation["DatabaseEnterpriseDb2"]) {
|
|
2463
|
-
didWarnAboutDeprecation["DatabaseEnterpriseDb2"] = true;
|
|
2464
|
-
console.warn("Icon name was requested by the product team to be renamed to and replaced by database--enterprisedb. As a result, the DatabaseEnterpriseDb2 component will be removed in the next major version of @carbon/icons-react.");
|
|
2465
|
-
}
|
|
2466
|
-
}
|
|
2467
2476
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2468
2477
|
width: size,
|
|
2469
2478
|
height: size,
|
|
@@ -2472,14 +2481,16 @@ const DatabaseEnterpriseDb2 = /*#__PURE__*/React.forwardRef(function DatabaseEnt
|
|
|
2472
2481
|
viewBox: "0 0 32 32",
|
|
2473
2482
|
fill: "currentColor",
|
|
2474
2483
|
...rest
|
|
2475
|
-
},
|
|
2476
|
-
d: "
|
|
2484
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2485
|
+
d: "M8 18H12V20H8zM14 18H18V20H14zM8 14H12V16H8zM14 22H18V24H14zM20 14H24V16H20zM20 22H24V24H20z"
|
|
2486
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2487
|
+
d: "M27,3H5A2.0025,2.0025,0,0,0,3,5V27a2.0025,2.0025,0,0,0,2,2H27a2.0025,2.0025,0,0,0,2-2V5A2.0025,2.0025,0,0,0,27,3Zm0,2,0,4H5V5ZM5,27V11H27l0,16Z"
|
|
2477
2488
|
})), children);
|
|
2478
2489
|
});
|
|
2479
2490
|
if (process.env.NODE_ENV !== "production") {
|
|
2480
|
-
|
|
2491
|
+
DataTable.propTypes = iconPropTypes4cbeb95d.i;
|
|
2481
2492
|
}
|
|
2482
|
-
const
|
|
2493
|
+
const DataTableReference = /*#__PURE__*/React.forwardRef(function DataTableReference(_ref103, ref) {
|
|
2483
2494
|
let {
|
|
2484
2495
|
children,
|
|
2485
2496
|
size = 16,
|
|
@@ -2493,14 +2504,16 @@ const DatabaseEnterprisedb = /*#__PURE__*/React.forwardRef(function DatabaseEnte
|
|
|
2493
2504
|
viewBox: "0 0 32 32",
|
|
2494
2505
|
fill: "currentColor",
|
|
2495
2506
|
...rest
|
|
2496
|
-
},
|
|
2497
|
-
d: "
|
|
2507
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2508
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM20 22H24V24H20zM16 18H20V20H16zM20 14H24V16H20zM8 14H12V16H8z"
|
|
2509
|
+
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2510
|
+
d: "M27,3H5A2.0027,2.0027,0,0,0,3,5V16H5V11H27V27H16v2H27a2.0027,2.0027,0,0,0,2-2V5A2.0027,2.0027,0,0,0,27,3Zm0,6H5V5H27Z"
|
|
2498
2511
|
})), children);
|
|
2499
2512
|
});
|
|
2500
2513
|
if (process.env.NODE_ENV !== "production") {
|
|
2501
|
-
|
|
2514
|
+
DataTableReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
2502
2515
|
}
|
|
2503
|
-
const
|
|
2516
|
+
const DataVis_1 = /*#__PURE__*/React.forwardRef(function DataVis_1(_ref104, ref) {
|
|
2504
2517
|
let {
|
|
2505
2518
|
children,
|
|
2506
2519
|
size = 16,
|
|
@@ -2514,14 +2527,14 @@ const DatabaseEtcd = /*#__PURE__*/React.forwardRef(function DatabaseEtcd(_ref104
|
|
|
2514
2527
|
viewBox: "0 0 32 32",
|
|
2515
2528
|
fill: "currentColor",
|
|
2516
2529
|
...rest
|
|
2517
|
-
},
|
|
2518
|
-
d: "
|
|
2530
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2531
|
+
d: "M26,22a3.9553,3.9553,0,0,0-2.0193.5667L20.167,18.7529a4.9654,4.9654,0,0,0,0-5.5058L22.714,10.7A3.0284,3.0284,0,1,0,21.3,9.286l-2.547,2.547a4.9654,4.9654,0,0,0-5.5058,0L9.4332,8.0191A3.9553,3.9553,0,0,0,10,6a4,4,0,1,0-4,4,3.9553,3.9553,0,0,0,2.0191-.5668l3.8139,3.8139a4.9654,4.9654,0,0,0,0,5.5058L8.0192,22.5668A3.9556,3.9556,0,0,0,6,22a4,4,0,1,0,4,4,3.9553,3.9553,0,0,0-.5667-2.0192l3.8138-3.8138A4.9686,4.9686,0,0,0,15,20.8989v3.2848a3,3,0,1,0,2,0V20.8989a4.9686,4.9686,0,0,0,1.7529-.7319l3.8138,3.8137A3.9553,3.9553,0,0,0,22,26a4,4,0,1,0,4-4ZM16,13a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,13ZM4,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,28Zm20,0a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
|
|
2519
2532
|
})), children);
|
|
2520
2533
|
});
|
|
2521
2534
|
if (process.env.NODE_ENV !== "production") {
|
|
2522
|
-
|
|
2535
|
+
DataVis_1.propTypes = iconPropTypes4cbeb95d.i;
|
|
2523
2536
|
}
|
|
2524
|
-
const
|
|
2537
|
+
const DataVis_2 = /*#__PURE__*/React.forwardRef(function DataVis_2(_ref105, ref) {
|
|
2525
2538
|
let {
|
|
2526
2539
|
children,
|
|
2527
2540
|
size = 16,
|
|
@@ -2535,16 +2548,14 @@ const DatabaseMessaging = /*#__PURE__*/React.forwardRef(function DatabaseMessagi
|
|
|
2535
2548
|
viewBox: "0 0 32 32",
|
|
2536
2549
|
fill: "currentColor",
|
|
2537
2550
|
...rest
|
|
2538
|
-
},
|
|
2539
|
-
d: "
|
|
2540
|
-
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2541
|
-
d: "m13,2C7.7021,2,2,3.252,2,6v18c0,2.4033,4.3618,3.6626,9,3.9404v-2.0015c-4.5337-.2803-6.8674-1.4644-7-1.939v-3.5723c1.7065.856,4.3062,1.3442,7,1.5063v-1.9951c-4.5337-.2803-6.8674-1.4644-7-1.939v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723,5.2979,0,11-1.252,11-4v-6.0005c-.0007-2.748-5.7024-3.9995-11-3.9995ZM3.9985,6.0151c.1523-.5552,3.1514-2.0151,9.0015-2.0151,5.7976,0,8.7949,1.4341,8.9968,2-.2019.5659-3.1992,2-8.9968,2-5.8501,0-8.8491-1.46-9.0015-1.9849Zm18.0015,5.9722c-.1606.5571-3.1587,2.0127-9,2.0127-5.8501,0-8.8491-1.46-9-2v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596Z"
|
|
2551
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2552
|
+
d: "M28,2H17a2.002,2.002,0,0,0-2,2v6H4a2.002,2.002,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H15a2.0023,2.0023,0,0,0,2-2V22H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,2,0,4H17V4ZM15.0009,22H4V18H15ZM17,10H28.0007l.0005,4H17Zm-2,2v4H4V12ZM4,28V24H15.0011l0,4Zm13-8V16H28.0015l0,4Z"
|
|
2542
2553
|
})), children);
|
|
2543
2554
|
});
|
|
2544
2555
|
if (process.env.NODE_ENV !== "production") {
|
|
2545
|
-
|
|
2556
|
+
DataVis_2.propTypes = iconPropTypes4cbeb95d.i;
|
|
2546
2557
|
}
|
|
2547
|
-
const
|
|
2558
|
+
const DataVis_3 = /*#__PURE__*/React.forwardRef(function DataVis_3(_ref106, ref) {
|
|
2548
2559
|
let {
|
|
2549
2560
|
children,
|
|
2550
2561
|
size = 16,
|
|
@@ -2558,14 +2569,14 @@ const DatabaseMongodb = /*#__PURE__*/React.forwardRef(function DatabaseMongodb(_
|
|
|
2558
2569
|
viewBox: "0 0 32 32",
|
|
2559
2570
|
fill: "currentColor",
|
|
2560
2571
|
...rest
|
|
2561
|
-
},
|
|
2562
|
-
d: "
|
|
2572
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2573
|
+
d: "M28,3a2.9913,2.9913,0,0,0-2.8163,2H21.858a3.9807,3.9807,0,0,0-7.716,0H9.858A3.9916,3.9916,0,1,0,5,9.858v4.284a3.9807,3.9807,0,0,0,0,7.716v3.3257a3,3,0,1,0,2,0V21.858a3.978,3.978,0,0,0,1.6729-.9034l3.3638,1.6819A2.9635,2.9635,0,0,0,12,23a3.0117,3.0117,0,1,0,.9221-2.1572L9.7744,19.269A3.95,3.95,0,0,0,10,18a3.9963,3.9963,0,0,0-3-3.858V9.858A3.9947,3.9947,0,0,0,9.858,7h4.284a3.9366,3.9366,0,0,0,4.7816,2.8818l1.8118,3.1705a3.0451,3.0451,0,1,0,1.7326-.9987L20.6893,8.941A3.9839,3.9839,0,0,0,21.858,7h3.3257A2.995,2.995,0,1,0,28,3ZM8,18a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,8,18ZM6,8A2,2,0,1,1,8,6,2.002,2.002,0,0,1,6,8ZM16,6a2,2,0,1,1,2,2A2.002,2.002,0,0,1,16,6Z"
|
|
2563
2574
|
})), children);
|
|
2564
2575
|
});
|
|
2565
2576
|
if (process.env.NODE_ENV !== "production") {
|
|
2566
|
-
|
|
2577
|
+
DataVis_3.propTypes = iconPropTypes4cbeb95d.i;
|
|
2567
2578
|
}
|
|
2568
|
-
const
|
|
2579
|
+
const DataVis_4 = /*#__PURE__*/React.forwardRef(function DataVis_4(_ref107, ref) {
|
|
2569
2580
|
let {
|
|
2570
2581
|
children,
|
|
2571
2582
|
size = 16,
|
|
@@ -2579,14 +2590,14 @@ const DatabasePostgreSql = /*#__PURE__*/React.forwardRef(function DatabasePostgr
|
|
|
2579
2590
|
viewBox: "0 0 32 32",
|
|
2580
2591
|
fill: "currentColor",
|
|
2581
2592
|
...rest
|
|
2582
|
-
},
|
|
2583
|
-
d: "
|
|
2593
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2594
|
+
d: "M27,3H5A2.002,2.002,0,0,0,3,5V27a2.0023,2.0023,0,0,0,2,2H27a2.0027,2.0027,0,0,0,2-2V5A2.0023,2.0023,0,0,0,27,3Zm0,6H17V5H27ZM15,27H11V23h4Zm0-6H11V17h4ZM9,21H5V17H9Zm2-6V11H21v4Zm0-6V5h4V9Zm12,2h4l0,4H23ZM9,5V15H5V5ZM5,23H9v4H5Zm12,4V17H27.001l.001,10Z"
|
|
2584
2595
|
})), children);
|
|
2585
2596
|
});
|
|
2586
2597
|
if (process.env.NODE_ENV !== "production") {
|
|
2587
|
-
|
|
2598
|
+
DataVis_4.propTypes = iconPropTypes4cbeb95d.i;
|
|
2588
2599
|
}
|
|
2589
|
-
const
|
|
2600
|
+
const DataVolume = /*#__PURE__*/React.forwardRef(function DataVolume(_ref108, ref) {
|
|
2590
2601
|
let {
|
|
2591
2602
|
children,
|
|
2592
2603
|
size = 16,
|
|
@@ -2600,14 +2611,14 @@ const DatabaseRabbit = /*#__PURE__*/React.forwardRef(function DatabaseRabbit(_re
|
|
|
2600
2611
|
viewBox: "0 0 32 32",
|
|
2601
2612
|
fill: "currentColor",
|
|
2602
2613
|
...rest
|
|
2603
|
-
},
|
|
2604
|
-
d: "
|
|
2614
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2615
|
+
d: "M30 20h-4v2h4v2h-3c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h5v-8c0-1.103-.8975-2-2-2zm0 8h-3v-2h3v2zM24 22v-2h-3v-2h-2v2h-2v2h2v6c0 1.1025.8975 2 2 2h3v-2h-3v-6h3zM14 20h-4v2h4v2h-3c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h5v-8c0-1.103-.8975-2-2-2zm0 8h-3v-2h3v2zM5 16.0005v4H2c-1.1025 0-2 .897-2 2v5.9995c0 1.1025.8975 2 2 2H7v-13.9995h-2zm-3 5.9995h3v6H2v-6zM4 14V5h7.5857l4 4h12.4143v8h2V9c-.0013-1.1041-.8959-1.9987-2-2h-11.5857l-3.4143-3.4141c-.3742-.3764-.8835-.5873-1.4143-.5859H4c-1.1041.0013-1.9987.8959-2 2V14h2z"
|
|
2605
2616
|
})), children);
|
|
2606
2617
|
});
|
|
2607
2618
|
if (process.env.NODE_ENV !== "production") {
|
|
2608
|
-
|
|
2619
|
+
DataVolume.propTypes = iconPropTypes4cbeb95d.i;
|
|
2609
2620
|
}
|
|
2610
|
-
const
|
|
2621
|
+
const DataVolumeAlt = /*#__PURE__*/React.forwardRef(function DataVolumeAlt(_ref109, ref) {
|
|
2611
2622
|
let {
|
|
2612
2623
|
children,
|
|
2613
2624
|
size = 16,
|
|
@@ -2621,14 +2632,22 @@ const DatabaseRedis = /*#__PURE__*/React.forwardRef(function DatabaseRedis(_ref1
|
|
|
2621
2632
|
viewBox: "0 0 32 32",
|
|
2622
2633
|
fill: "currentColor",
|
|
2623
2634
|
...rest
|
|
2624
|
-
},
|
|
2625
|
-
d: "M25.
|
|
2635
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2636
|
+
d: "M25,29c-1.6543,0-3-1.3458-3-3s1.3457-3,3-3,3,1.3458,3,3-1.3457,3-3,3Zm0-4c-.5515,0-1,.4486-1,1s.4485,1,1,1,1-.4486,1-1-.4485-1-1-1Z"
|
|
2637
|
+
})), _circle49 || (_circle49 = /*#__PURE__*/React.createElement("circle", {
|
|
2638
|
+
cx: "20",
|
|
2639
|
+
cy: "21",
|
|
2640
|
+
r: "2"
|
|
2641
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2642
|
+
d: "M15,19c-1.6543,0-3-1.3458-3-3s1.3457-3,3-3,3,1.3458,3,3-1.3457,3-3,3Zm0-4c-.5515,0-1,.4486-1,1s.4485,1,1,1,1-.4486,1-1-.4485-1-1-1Z"
|
|
2643
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2644
|
+
d: "M13,27H4c-1.104-.0013-1.9987-.896-2-2V5c.0013-1.104,.896-1.9987,2-2h7.5857c.5308-.0015,1.0401,.2095,1.4143,.5859l3.4143,3.4141h11.5857c1.104,.0013,1.9987,.896,2,2v7h-2v-7H15.5857l-4-4H4V25H13v2Z"
|
|
2626
2645
|
})), children);
|
|
2627
2646
|
});
|
|
2628
2647
|
if (process.env.NODE_ENV !== "production") {
|
|
2629
|
-
|
|
2648
|
+
DataVolumeAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
2630
2649
|
}
|
|
2631
|
-
const
|
|
2650
|
+
const DatabaseDatastax = /*#__PURE__*/React.forwardRef(function DatabaseDatastax(_ref110, ref) {
|
|
2632
2651
|
let {
|
|
2633
2652
|
children,
|
|
2634
2653
|
size = 16,
|
|
@@ -2642,26 +2661,14 @@ const Datastore = /*#__PURE__*/React.forwardRef(function Datastore(_ref110, ref)
|
|
|
2642
2661
|
viewBox: "0 0 32 32",
|
|
2643
2662
|
fill: "currentColor",
|
|
2644
2663
|
...rest
|
|
2645
|
-
},
|
|
2646
|
-
|
|
2647
|
-
cy: "23",
|
|
2648
|
-
r: "1"
|
|
2649
|
-
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2650
|
-
d: "M8 22H20V24H8z"
|
|
2651
|
-
})), _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
|
|
2652
|
-
cx: "23",
|
|
2653
|
-
cy: "9",
|
|
2654
|
-
r: "1"
|
|
2655
|
-
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2656
|
-
d: "M8 8H20V10H8z"
|
|
2657
|
-
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2658
|
-
d: "M26,14a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2H6A2,2,0,0,0,4,6v6a2,2,0,0,0,2,2H8v4H6a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V20a2,2,0,0,0-2-2H24V14ZM6,6H26v6H6ZM26,26H6V20H26Zm-4-8H10V14H22Z"
|
|
2664
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2665
|
+
d: "M18.8684 22.0684l1.7937-1.7476A4.2184 4.2184 0 0023.95 21.9534c1.4026 0 2.0005-.5288 2.0005-1.38 0-.69-.4138-1.1267-1.4717-1.2646l-1.1958-.1612c-2.5754-.3217-4.0009-1.4484-4.0009-3.633 0-2.3225 1.8166-3.7942 4.5529-3.7942a5.7221 5.7221 0 014.691 1.8855l-1.7246 1.7246a3.9649 3.9649 0 00-2.8743-1.2876c-1.2649 0-1.8167.5059-1.8167 1.2417 0 .8049.4368 1.1726 1.5638 1.3567l1.2187.1609c2.6213.3679 3.886 1.5408 3.886 3.5412 0 2.3226-1.9546 3.9322-4.9439 3.9322A6.0942 6.0942 0 0118.8684 22.0684zM4.24 7.95h5.8409c4.185 0 6.9213 2.69 6.9213 8.0254S14.2661 24 10.0811 24H4.24zm5.8409 13.36c2.2534 0 3.7021-1.3338 3.7021-4.07V14.71c0-2.7364-1.4487-4.07-3.7021-4.07H7.2756V21.31z"
|
|
2659
2666
|
})), children);
|
|
2660
2667
|
});
|
|
2661
2668
|
if (process.env.NODE_ENV !== "production") {
|
|
2662
|
-
|
|
2669
|
+
DatabaseDatastax.propTypes = iconPropTypes4cbeb95d.i;
|
|
2663
2670
|
}
|
|
2664
|
-
const
|
|
2671
|
+
const DatabaseElastic = /*#__PURE__*/React.forwardRef(function DatabaseElastic(_ref111, ref) {
|
|
2665
2672
|
let {
|
|
2666
2673
|
children,
|
|
2667
2674
|
size = 16,
|
|
@@ -2675,21 +2682,25 @@ const Db2BufferPool = /*#__PURE__*/React.forwardRef(function Db2BufferPool(_ref1
|
|
|
2675
2682
|
viewBox: "0 0 32 32",
|
|
2676
2683
|
fill: "currentColor",
|
|
2677
2684
|
...rest
|
|
2678
|
-
},
|
|
2679
|
-
d: "
|
|
2680
|
-
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2681
|
-
d: "M5,11H27v5h2V5c0-1.1025-.8972-2-2-2H5c-1.1028,0-2,.8975-2,2V27c0,1.1025,.8972,2,2,2h15v-2H5V11ZM27,5v4H5V5H27Z"
|
|
2685
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2686
|
+
d: "M17.8281 22.0684l1.7937-1.7476A4.2185 4.2185 0 0022.91 21.9534c1.4025 0 2-.5288 2-1.38 0-.69-.4138-1.1267-1.4716-1.2646l-1.1958-.1612c-2.5755-.3217-4.001-1.4484-4.001-3.633 0-2.3225 1.8166-3.7942 4.553-3.7942a5.722 5.722 0 014.6909 1.8855l-1.7246 1.7246a3.9643 3.9643 0 00-2.8743-1.2876c-1.2649 0-1.8166.5059-1.8166 1.2417 0 .8049.4367 1.1726 1.5637 1.3567l1.2187.1609c2.6214.3679 3.886 1.5408 3.886 3.5413 0 2.3225-1.9546 3.9321-4.9438 3.9321A6.0944 6.0944 0 0117.8281 22.0684zM5.2471 24V7.95H15.825v2.69H8.2825v3.8862h6.6687v2.6905H8.2825V21.31H15.825V24z"
|
|
2682
2687
|
})), children);
|
|
2683
2688
|
});
|
|
2684
2689
|
if (process.env.NODE_ENV !== "production") {
|
|
2685
|
-
|
|
2690
|
+
DatabaseElastic.propTypes = iconPropTypes4cbeb95d.i;
|
|
2686
2691
|
}
|
|
2687
|
-
const
|
|
2692
|
+
const DatabaseEnterpriseDb2 = /*#__PURE__*/React.forwardRef(function DatabaseEnterpriseDb2(_ref112, ref) {
|
|
2688
2693
|
let {
|
|
2689
2694
|
children,
|
|
2690
2695
|
size = 16,
|
|
2691
2696
|
...rest
|
|
2692
2697
|
} = _ref112;
|
|
2698
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2699
|
+
if (!didWarnAboutDeprecation["DatabaseEnterpriseDb2"]) {
|
|
2700
|
+
didWarnAboutDeprecation["DatabaseEnterpriseDb2"] = true;
|
|
2701
|
+
console.warn("Icon name was requested by the product team to be renamed to and replaced by database--enterprisedb. As a result, the DatabaseEnterpriseDb2 component will be removed in the next major version of @carbon/icons-react.");
|
|
2702
|
+
}
|
|
2703
|
+
}
|
|
2693
2704
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2694
2705
|
width: size,
|
|
2695
2706
|
height: size,
|
|
@@ -2698,14 +2709,14 @@ const Db2DataSharingGroup = /*#__PURE__*/React.forwardRef(function Db2DataSharin
|
|
|
2698
2709
|
viewBox: "0 0 32 32",
|
|
2699
2710
|
fill: "currentColor",
|
|
2700
2711
|
...rest
|
|
2701
|
-
},
|
|
2702
|
-
d: "
|
|
2712
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2713
|
+
d: "M17.84 24V11.9966H20.783v2h.1149a3.3115 3.3115 0 013.3572-2.2764c2.46 0 3.84 1.7017 3.84 4.6909V24H25.1519V16.7107c0-1.7017-.5748-2.5754-1.9776-2.5754-1.2187 0-2.3913.6438-2.3913 1.9314V24zM4.2236 24V7.95H14.8015v2.69H7.259v3.8862h6.6687v2.6905H7.259V21.31h7.5425V24z"
|
|
2703
2714
|
})), children);
|
|
2704
2715
|
});
|
|
2705
2716
|
if (process.env.NODE_ENV !== "production") {
|
|
2706
|
-
|
|
2717
|
+
DatabaseEnterpriseDb2.propTypes = iconPropTypes4cbeb95d.i;
|
|
2707
2718
|
}
|
|
2708
|
-
const
|
|
2719
|
+
const DatabaseEnterprisedb = /*#__PURE__*/React.forwardRef(function DatabaseEnterprisedb(_ref113, ref) {
|
|
2709
2720
|
let {
|
|
2710
2721
|
children,
|
|
2711
2722
|
size = 16,
|
|
@@ -2719,14 +2730,14 @@ const Db2Database = /*#__PURE__*/React.forwardRef(function Db2Database(_ref113,
|
|
|
2719
2730
|
viewBox: "0 0 32 32",
|
|
2720
2731
|
fill: "currentColor",
|
|
2721
2732
|
...rest
|
|
2722
|
-
},
|
|
2723
|
-
d: "
|
|
2733
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2734
|
+
d: "M17.84 24V11.9966H20.783v2h.1149a3.3115 3.3115 0 013.3572-2.2764c2.46 0 3.84 1.7017 3.84 4.6909V24H25.1519V16.7107c0-1.7017-.5748-2.5754-1.9776-2.5754-1.2187 0-2.3913.6438-2.3913 1.9314V24zM4.2236 24V7.95H14.8015v2.69H7.259v3.8862h6.6687v2.6905H7.259V21.31h7.5425V24z"
|
|
2724
2735
|
})), children);
|
|
2725
2736
|
});
|
|
2726
2737
|
if (process.env.NODE_ENV !== "production") {
|
|
2727
|
-
|
|
2738
|
+
DatabaseEnterprisedb.propTypes = iconPropTypes4cbeb95d.i;
|
|
2728
2739
|
}
|
|
2729
|
-
const
|
|
2740
|
+
const DatabaseEtcd = /*#__PURE__*/React.forwardRef(function DatabaseEtcd(_ref114, ref) {
|
|
2730
2741
|
let {
|
|
2731
2742
|
children,
|
|
2732
2743
|
size = 16,
|
|
@@ -2740,14 +2751,14 @@ const Debug = /*#__PURE__*/React.forwardRef(function Debug(_ref114, ref) {
|
|
|
2740
2751
|
viewBox: "0 0 32 32",
|
|
2741
2752
|
fill: "currentColor",
|
|
2742
2753
|
...rest
|
|
2743
|
-
},
|
|
2744
|
-
d: "
|
|
2754
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2755
|
+
d: "M20.9443 20.9417v-6.6h-1.77V11.9966h.92c.8735 0 1.1494-.4138 1.1494-1.2417V8.7083h2.6445v3.2883h2.46V14.342h-2.46v7.3125h2.2764V24H24.0488A2.778 2.778 0 0120.9443 20.9417zM6.6846 24V7.95H17.2627v2.69H9.72v3.8862h6.669v2.6905H9.72V21.31h7.543V24z"
|
|
2745
2756
|
})), children);
|
|
2746
2757
|
});
|
|
2747
2758
|
if (process.env.NODE_ENV !== "production") {
|
|
2748
|
-
|
|
2759
|
+
DatabaseEtcd.propTypes = iconPropTypes4cbeb95d.i;
|
|
2749
2760
|
}
|
|
2750
|
-
const
|
|
2761
|
+
const DatabaseMessaging = /*#__PURE__*/React.forwardRef(function DatabaseMessaging(_ref115, ref) {
|
|
2751
2762
|
let {
|
|
2752
2763
|
children,
|
|
2753
2764
|
size = 16,
|
|
@@ -2761,15 +2772,16 @@ const DecisionNode = /*#__PURE__*/React.forwardRef(function DecisionNode(_ref115
|
|
|
2761
2772
|
viewBox: "0 0 32 32",
|
|
2762
2773
|
fill: "currentColor",
|
|
2763
2774
|
...rest
|
|
2764
|
-
},
|
|
2765
|
-
|
|
2766
|
-
|
|
2775
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2776
|
+
d: "m23,32l-1.755-1,2.755-4h4v-7h-12v7h4v2h-4c-1.1025,0-2-.8975-2-2v-7c0-1.1025.8975-2,2-2h12c1.1025,0,2,.8975,2,2v7c0,1.1025-.8975,2-2,2h-3l-2,3Z"
|
|
2777
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2778
|
+
d: "m13,2C7.7021,2,2,3.252,2,6v18c0,2.4033,4.3618,3.6626,9,3.9404v-2.0015c-4.5337-.2803-6.8674-1.4644-7-1.939v-3.5723c1.7065.856,4.3062,1.3442,7,1.5063v-1.9951c-4.5337-.2803-6.8674-1.4644-7-1.939v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723,5.2979,0,11-1.252,11-4v-6.0005c-.0007-2.748-5.7024-3.9995-11-3.9995ZM3.9985,6.0151c.1523-.5552,3.1514-2.0151,9.0015-2.0151,5.7976,0,8.7949,1.4341,8.9968,2-.2019.5659-3.1992,2-8.9968,2-5.8501,0-8.8491-1.46-9.0015-1.9849Zm18.0015,5.9722c-.1606.5571-3.1587,2.0127-9,2.0127-5.8501,0-8.8491-1.46-9-2v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596Z"
|
|
2767
2779
|
})), children);
|
|
2768
2780
|
});
|
|
2769
2781
|
if (process.env.NODE_ENV !== "production") {
|
|
2770
|
-
|
|
2782
|
+
DatabaseMessaging.propTypes = iconPropTypes4cbeb95d.i;
|
|
2771
2783
|
}
|
|
2772
|
-
const
|
|
2784
|
+
const DatabaseMongodb = /*#__PURE__*/React.forwardRef(function DatabaseMongodb(_ref116, ref) {
|
|
2773
2785
|
let {
|
|
2774
2786
|
children,
|
|
2775
2787
|
size = 16,
|
|
@@ -2783,14 +2795,14 @@ const DecisionTree = /*#__PURE__*/React.forwardRef(function DecisionTree(_ref116
|
|
|
2783
2795
|
viewBox: "0 0 32 32",
|
|
2784
2796
|
fill: "currentColor",
|
|
2785
2797
|
...rest
|
|
2786
|
-
},
|
|
2787
|
-
d: "
|
|
2798
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2799
|
+
d: "M25.3481 28.875c-4.0473 0-5.5878-1.0579-5.5878-2.8284a2.2115 2.2115 0 012.1386-2.3v-.253a1.9726 1.9726 0 01-1.5405-2c0-1.242 1.0576-1.8628 2.207-2.1158v-.0918a3.6228 3.6228 0 01-2.1845-3.4953c0-2.4375 1.7246-4.07 4.9672-4.07A6.6717 6.6717 0 0127.44 12.02v-.3908a1.5343 1.5343 0 011.7022-1.7476h1.8623v2.2534H28.4521v.322a3.5917 3.5917 0 011.8628 3.3343c0 2.4145-1.7016 4.0241-4.9668 4.0241a7.3662 7.3662 0 01-1.8393-.207 1.23 1.23 0 00-.8511 1.0808c0 .5979.5059.8967 1.564.8967H27.44c2.9434 0 4.208 1.2649 4.208 3.4263C31.6484 27.5183 29.9473 28.875 25.3481 28.875zm1.4947-4.7371H22.75a1.473 1.473 0 00-.6211 1.2417c0 .92.6895 1.4717 2.5293 1.4717H26.13c1.9087 0 2.76-.4829 2.76-1.4946C28.89 24.5979 28.3374 24.1379 26.8428 24.1379zm.667-8.163v-.3912c0-1.2187-.7588-1.84-2.1617-1.84s-2.1616.6209-2.1616 1.84v.3912c0 1.1955.7588 1.84 2.1616 1.84S27.51 17.17 27.51 15.9749zM2.2344 7.95H5.66l4.1162 7.8413h.0923l4.07-7.8413h3.2886V24H14.3525V12.48h-.0918L13.0186 15.032l-3.2881 6.07-3.2881-6.07L5.2007 12.48H5.1084V24H2.2344z"
|
|
2788
2800
|
})), children);
|
|
2789
2801
|
});
|
|
2790
2802
|
if (process.env.NODE_ENV !== "production") {
|
|
2791
|
-
|
|
2803
|
+
DatabaseMongodb.propTypes = iconPropTypes4cbeb95d.i;
|
|
2792
2804
|
}
|
|
2793
|
-
const
|
|
2805
|
+
const DatabasePostgreSql = /*#__PURE__*/React.forwardRef(function DatabasePostgreSql(_ref117, ref) {
|
|
2794
2806
|
let {
|
|
2795
2807
|
children,
|
|
2796
2808
|
size = 16,
|
|
@@ -2804,16 +2816,14 @@ const Delete = /*#__PURE__*/React.forwardRef(function Delete(_ref117, ref) {
|
|
|
2804
2816
|
viewBox: "0 0 32 32",
|
|
2805
2817
|
fill: "currentColor",
|
|
2806
2818
|
...rest
|
|
2807
|
-
},
|
|
2808
|
-
d: "
|
|
2809
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2810
|
-
d: "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
|
|
2819
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2820
|
+
d: "M22.98 28.875c-4.0474 0-5.5879-1.0579-5.5879-2.8284a2.2112 2.2112 0 012.1387-2.3v-.253a1.9725 1.9725 0 01-1.541-2c0-1.242 1.0576-1.8628 2.2075-2.1158v-.0918a3.622 3.622 0 01-2.1846-3.4953c0-2.4375 1.7246-4.07 4.9673-4.07a6.6768 6.6768 0 012.0923.2988v-.3908a1.5341 1.5341 0 011.7016-1.7476h1.8623v2.2534H26.0835v.322a3.5926 3.5926 0 011.8628 3.3343c0 2.4145-1.7022 4.0241-4.9668 4.0241a7.3717 7.3717 0 01-1.84-.207 1.23 1.23 0 00-.8505 1.0808c0 .5979.5058.8967 1.5634.8967h3.2193c2.9433 0 4.208 1.2649 4.208 3.4263C29.28 27.5183 27.5781 28.875 22.98 28.875zm1.4941-4.7371H20.3809A1.474 1.474 0 0019.76 25.38c0 .92.69 1.4717 2.5293 1.4717h1.4716c1.9092 0 2.76-.4829 2.76-1.4946C26.5205 24.5979 25.9688 24.1379 24.4736 24.1379zm.667-8.163v-.3912c0-1.2187-.7588-1.84-2.1611-1.84s-2.1621.6209-2.1621 1.84v.3912c0 1.1955.7588 1.84 2.1621 1.84S25.1406 17.17 25.1406 15.9749zM4.603 24V7.95h7.22c2.9668 0 4.76 2 4.76 4.967 0 2.9893-1.7935 4.9668-4.76 4.9668H7.6387V24zm3.0357-8.738h3.9092a1.6886 1.6886 0 001.8852-1.8167V12.3875a1.672 1.672 0 00-1.8852-1.7935H7.6387z"
|
|
2811
2821
|
})), children);
|
|
2812
2822
|
});
|
|
2813
2823
|
if (process.env.NODE_ENV !== "production") {
|
|
2814
|
-
|
|
2824
|
+
DatabasePostgreSql.propTypes = iconPropTypes4cbeb95d.i;
|
|
2815
2825
|
}
|
|
2816
|
-
const
|
|
2826
|
+
const DatabaseRabbit = /*#__PURE__*/React.forwardRef(function DatabaseRabbit(_ref118, ref) {
|
|
2817
2827
|
let {
|
|
2818
2828
|
children,
|
|
2819
2829
|
size = 16,
|
|
@@ -2827,16 +2837,14 @@ const Delivery = /*#__PURE__*/React.forwardRef(function Delivery(_ref118, ref) {
|
|
|
2827
2837
|
viewBox: "0 0 32 32",
|
|
2828
2838
|
fill: "currentColor",
|
|
2829
2839
|
...rest
|
|
2830
|
-
},
|
|
2831
|
-
d: "
|
|
2832
|
-
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2833
|
-
d: "M29.9189,16.6064l-3-7A.9985.9985,0,0,0,26,9H23V7a1,1,0,0,0-1-1H6V8H21V20.5562A3.9924,3.9924,0,0,0,19.1421,23H12.8579a4,4,0,1,0,0,2h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V17A.9965.9965,0,0,0,29.9189,16.6064ZM9,26a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,9,26ZM23,11h2.3408l2.1431,5H23Zm0,15a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,23,26Zm5-3H26.8579A3.9954,3.9954,0,0,0,23,20V18h5Z"
|
|
2840
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2841
|
+
d: "M17.9434 20.7346c0-2.46 1.8623-3.6792 5.1279-3.6792h2.0464v-.8738c0-1.3337-.6665-2.1154-2.23-2.1154a3.1249 3.1249 0 00-2.7363 1.5175L18.4033 14.02a5.0544 5.0544 0 014.6909-2.3c3.2422 0 4.9668 1.54 4.9668 4.2771v5.6567h1.1958V24H27.624a2.184 2.184 0 01-2.23-2.07h-.1377c-.3912 1.5408-1.7017 2.3455-3.4952 2.3455C19.3232 24.2759 17.9434 22.8733 17.9434 20.7346zm7.1743-.3218V18.8262H23.2324c-1.541 0-2.3.5288-2.3 1.4717v.3908c0 .9658.667 1.4488 1.8164 1.4488C24.06 22.1375 25.1177 21.54 25.1177 20.4128zM6.9717 24H3.9365V7.95H11.18c2.92 0 4.7373 1.9316 4.7373 4.967a4.4237 4.4237 0 01-2.9893 4.553L16.2158 24h-3.38L9.8462 17.8145H6.9717zm3.9092-8.738a1.689 1.689 0 001.8857-1.8167V12.3875a1.6723 1.6723 0 00-1.8857-1.7935H6.9717v4.668z"
|
|
2834
2842
|
})), children);
|
|
2835
2843
|
});
|
|
2836
2844
|
if (process.env.NODE_ENV !== "production") {
|
|
2837
|
-
|
|
2845
|
+
DatabaseRabbit.propTypes = iconPropTypes4cbeb95d.i;
|
|
2838
2846
|
}
|
|
2839
|
-
const
|
|
2847
|
+
const DatabaseRedis = /*#__PURE__*/React.forwardRef(function DatabaseRedis(_ref119, ref) {
|
|
2840
2848
|
let {
|
|
2841
2849
|
children,
|
|
2842
2850
|
size = 16,
|
|
@@ -2851,15 +2859,13 @@ const DeliveryAdd = /*#__PURE__*/React.forwardRef(function DeliveryAdd(_ref119,
|
|
|
2851
2859
|
fill: "currentColor",
|
|
2852
2860
|
...rest
|
|
2853
2861
|
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2854
|
-
d: "
|
|
2855
|
-
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2856
|
-
d: "M29.9189,16.6064l-3-7A.9985.9985,0,0,0,26,9H23V7a1,1,0,0,0-1-1H15V8h6V20.5562A3.9924,3.9924,0,0,0,19.1421,23H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V14H2V24a1,1,0,0,0,1,1H5.1421a3.9806,3.9806,0,0,0,7.7158,0h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V17A.9965.9965,0,0,0,29.9189,16.6064ZM9,26a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,26ZM23,11h2.3408l2.1431,5H23Zm0,15a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,23,26Zm5-3H26.8579A3.9954,3.9954,0,0,0,23,20V18h5Z"
|
|
2862
|
+
d: "M25.7156 22h-.115a3.371 3.371 0 01-3.3113 2.2764c-3.0124 0-4.6912-2.2764-4.6912-6.3006 0-4.0012 1.6788-6.2546 4.6912-6.2546a3.3049 3.3049 0 013.3113 2.2534h.115v-6.99h2.9433V24H25.7156zm0-2.1157V16.0667c0-1.1727-1.0808-1.9314-2.4837-1.9314A2.556 2.556 0 0020.68 16.9636v2.07a2.5365 2.5365 0 002.5522 2.8052C24.6348 21.8384 25.7156 21.1257 25.7156 19.8838zM6.5576 24H3.5222V7.95h7.2434c2.92 0 4.7371 1.9316 4.7371 4.967a4.4237 4.4237 0 01-2.9893 4.553L15.8018 24h-3.38L9.4321 17.8145H6.5576zm3.9092-8.738a1.6888 1.6888 0 001.8855-1.8167V12.3875a1.6722 1.6722 0 00-1.8855-1.7935H6.5576v4.668z"
|
|
2857
2863
|
})), children);
|
|
2858
2864
|
});
|
|
2859
2865
|
if (process.env.NODE_ENV !== "production") {
|
|
2860
|
-
|
|
2866
|
+
DatabaseRedis.propTypes = iconPropTypes4cbeb95d.i;
|
|
2861
2867
|
}
|
|
2862
|
-
const
|
|
2868
|
+
const Datastore = /*#__PURE__*/React.forwardRef(function Datastore(_ref120, ref) {
|
|
2863
2869
|
let {
|
|
2864
2870
|
children,
|
|
2865
2871
|
size = 16,
|
|
@@ -2873,23 +2879,26 @@ const DeliveryParcel = /*#__PURE__*/React.forwardRef(function DeliveryParcel(_re
|
|
|
2873
2879
|
viewBox: "0 0 32 32",
|
|
2874
2880
|
fill: "currentColor",
|
|
2875
2881
|
...rest
|
|
2876
|
-
},
|
|
2877
|
-
|
|
2882
|
+
}, _circle50 || (_circle50 = /*#__PURE__*/React.createElement("circle", {
|
|
2883
|
+
cx: "23",
|
|
2884
|
+
cy: "23",
|
|
2885
|
+
r: "1"
|
|
2886
|
+
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2887
|
+
d: "M8 22H20V24H8z"
|
|
2888
|
+
})), _circle51 || (_circle51 = /*#__PURE__*/React.createElement("circle", {
|
|
2889
|
+
cx: "23",
|
|
2890
|
+
cy: "9",
|
|
2891
|
+
r: "1"
|
|
2892
|
+
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2893
|
+
d: "M8 8H20V10H8z"
|
|
2878
2894
|
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2879
|
-
d: "
|
|
2880
|
-
transform: "rotate(-180 6 15)"
|
|
2881
|
-
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2882
|
-
d: "M4 22H12V24H4z",
|
|
2883
|
-
transform: "rotate(-180 8 23)"
|
|
2884
|
-
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2885
|
-
d: "M6 18H14V20H6z",
|
|
2886
|
-
transform: "rotate(-180 10 19)"
|
|
2895
|
+
d: "M26,14a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2H6A2,2,0,0,0,4,6v6a2,2,0,0,0,2,2H8v4H6a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V20a2,2,0,0,0-2-2H24V14ZM6,6H26v6H6ZM26,26H6V20H26Zm-4-8H10V14H22Z"
|
|
2887
2896
|
})), children);
|
|
2888
2897
|
});
|
|
2889
2898
|
if (process.env.NODE_ENV !== "production") {
|
|
2890
|
-
|
|
2899
|
+
Datastore.propTypes = iconPropTypes4cbeb95d.i;
|
|
2891
2900
|
}
|
|
2892
|
-
const
|
|
2901
|
+
const Db2BufferPool = /*#__PURE__*/React.forwardRef(function Db2BufferPool(_ref121, ref) {
|
|
2893
2902
|
let {
|
|
2894
2903
|
children,
|
|
2895
2904
|
size = 16,
|
|
@@ -2903,14 +2912,16 @@ const DeliveryTruck = /*#__PURE__*/React.forwardRef(function DeliveryTruck(_ref1
|
|
|
2903
2912
|
viewBox: "0 0 32 32",
|
|
2904
2913
|
fill: "currentColor",
|
|
2905
2914
|
...rest
|
|
2906
|
-
},
|
|
2907
|
-
d: "
|
|
2915
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2916
|
+
d: "M26.338 31L24.602 30 26.8895 26 23 26 26.993 19 28.73 20 26.4463 24 30.3367 24 26.338 31zM8 14H12V16H8zM20 14H24V16H20zM8 18H12V20H8zM14 18H18V20H14zM14 22H18V24H14z"
|
|
2917
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2918
|
+
d: "M5,11H27v5h2V5c0-1.1025-.8972-2-2-2H5c-1.1028,0-2,.8975-2,2V27c0,1.1025,.8972,2,2,2h15v-2H5V11ZM27,5v4H5V5H27Z"
|
|
2908
2919
|
})), children);
|
|
2909
2920
|
});
|
|
2910
2921
|
if (process.env.NODE_ENV !== "production") {
|
|
2911
|
-
|
|
2922
|
+
Db2BufferPool.propTypes = iconPropTypes4cbeb95d.i;
|
|
2912
2923
|
}
|
|
2913
|
-
const
|
|
2924
|
+
const Db2DataSharingGroup = /*#__PURE__*/React.forwardRef(function Db2DataSharingGroup(_ref122, ref) {
|
|
2914
2925
|
let {
|
|
2915
2926
|
children,
|
|
2916
2927
|
size = 16,
|
|
@@ -2924,16 +2935,14 @@ const Demo = /*#__PURE__*/React.forwardRef(function Demo(_ref122, ref) {
|
|
|
2924
2935
|
viewBox: "0 0 32 32",
|
|
2925
2936
|
fill: "currentColor",
|
|
2926
2937
|
...rest
|
|
2927
|
-
},
|
|
2928
|
-
d: "
|
|
2929
|
-
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2930
|
-
d: "m28,14v8H4V6h10v-2H4c-1.1045,0-2,.8955-2,2v16c0,1.1045.8955,2,2,2h8v4h-4v2h16v-2h-4v-4h8c1.1046,0,2-.8955,2-2v-8h-2Zm-10,14h-4v-4h4v4Z"
|
|
2938
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2939
|
+
d: "M8 28v-6.1699l2.5898 2.5801 1.4102-1.4102-5-5-5 5 1.4102 1.4102 2.5898-2.5801v6.1699c0 1.1025.8972 2 2 2h9v-2H8zM25 17c-2.8506 0-5 1.29-5 3v7c0 1.71 2.1494 3 5 3s5-1.29 5-3v-7c0-1.71-2.1494-3-5-3zm0 2c1.936 0 3 .751 3 1s-1.064 1-3 1-3-.751-3-1 1.064-1 3-1zm0 9c-1.936 0-3-.751-3-1v-4.5796c.8264.3623 1.8508.5796 3 .5796s2.1736-.2173 3-.5796v4.5796c0 .249-1.064 1-3 1zM28.5898 7.5898l-2.5898 2.5801V4c0-1.1025-.8972-2-2-2H15v2h9v6.1699l-2.5898-2.5801-1.4102 1.4102 5 5 5-5-1.4102-1.4102zM7 15c2.8506 0 5-1.29 5-3V5c0-1.71-2.1494-3-5-3S2 3.29 2 5v7c0 1.71 2.1494 3 5 3zm0-11c1.936 0 3 .751 3 1s-1.064 1-3 1-3-.751-3-1 1.064-1 3-1zm-3 3.4204c.8264.3623 1.8508.5796 3 .5796s2.1736-.2173 3-.5796v4.5796c0 .249-1.064 1-3 1s-3-.751-3-1V7.4204z"
|
|
2931
2940
|
})), children);
|
|
2932
2941
|
});
|
|
2933
2942
|
if (process.env.NODE_ENV !== "production") {
|
|
2934
|
-
|
|
2943
|
+
Db2DataSharingGroup.propTypes = iconPropTypes4cbeb95d.i;
|
|
2935
2944
|
}
|
|
2936
|
-
const
|
|
2945
|
+
const Db2Database = /*#__PURE__*/React.forwardRef(function Db2Database(_ref123, ref) {
|
|
2937
2946
|
let {
|
|
2938
2947
|
children,
|
|
2939
2948
|
size = 16,
|
|
@@ -2947,16 +2956,14 @@ const WatsonHealthDenominate = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
2947
2956
|
viewBox: "0 0 32 32",
|
|
2948
2957
|
fill: "currentColor",
|
|
2949
2958
|
...rest
|
|
2950
|
-
},
|
|
2951
|
-
d: "
|
|
2952
|
-
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2953
|
-
d: "M14,26H4V6h7.1716l3.4141,3.4143L15.1716,10H28v8h2V10a2,2,0,0,0-2-2H16L12.5859,4.5858A2,2,0,0,0,11.1716,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
|
|
2959
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2960
|
+
d: "M16,3c-5.2979,0-11,1.252-11,4V25c0,2.748,5.7021,4,11,4s11-1.252,11-4V7c0-2.748-5.7021-4-11-4Zm0,2c5.7976,0,8.7949,1.4341,8.9968,2-.2019,.5659-3.1992,2-8.9968,2-5.8413,0-8.8394-1.4556-9-1.9824v-.0049c.1606-.5571,3.1587-2.0127,9-2.0127ZM7,9.4277c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596c-.1606,.5571-3.1587,2.0127-9,2.0127-5.8501,0-8.8491-1.46-9-2v-3.5723Zm0,6c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596c-.1606,.5571-3.1587,2.0127-9,2.0127-5.8501,0-8.8491-1.46-9-2v-3.5723Zm9,11.5723c-5.8501,0-8.8491-1.46-9-2v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596c-.1606,.5571-3.1587,2.0127-9,2.0127Z"
|
|
2954
2961
|
})), children);
|
|
2955
2962
|
});
|
|
2956
2963
|
if (process.env.NODE_ENV !== "production") {
|
|
2957
|
-
|
|
2964
|
+
Db2Database.propTypes = iconPropTypes4cbeb95d.i;
|
|
2958
2965
|
}
|
|
2959
|
-
const
|
|
2966
|
+
const Debug = /*#__PURE__*/React.forwardRef(function Debug(_ref124, ref) {
|
|
2960
2967
|
let {
|
|
2961
2968
|
children,
|
|
2962
2969
|
size = 16,
|
|
@@ -2970,14 +2977,14 @@ const Departure = /*#__PURE__*/React.forwardRef(function Departure(_ref124, ref)
|
|
|
2970
2977
|
viewBox: "0 0 32 32",
|
|
2971
2978
|
fill: "currentColor",
|
|
2972
2979
|
...rest
|
|
2973
|
-
},
|
|
2974
|
-
d: "
|
|
2980
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2981
|
+
d: "M29.83,20l.34-2L25,17.15V13c0-.08,0-.15,0-.23l5.06-1.36-.51-1.93-4.83,1.29A9,9,0,0,0,20,5V2H18V4.23a8.81,8.81,0,0,0-4,0V2H12V5a9,9,0,0,0-4.71,5.82L2.46,9.48,2,11.41,7,12.77c0,.08,0,.15,0,.23v4.15L1.84,18l.32,2L7,19.18a8.9,8.9,0,0,0,.82,3.57L3.29,27.29l1.42,1.42,4.19-4.2a9,9,0,0,0,14.2,0l4.19,4.2,1.42-1.42-4.54-4.54A8.9,8.9,0,0,0,25,19.18ZM15,25.92A7,7,0,0,1,9,19V13h6ZM9.29,11a7,7,0,0,1,13.42,0ZM23,19a7,7,0,0,1-6,6.92V13h6Z"
|
|
2975
2982
|
})), children);
|
|
2976
2983
|
});
|
|
2977
2984
|
if (process.env.NODE_ENV !== "production") {
|
|
2978
|
-
|
|
2985
|
+
Debug.propTypes = iconPropTypes4cbeb95d.i;
|
|
2979
2986
|
}
|
|
2980
|
-
const
|
|
2987
|
+
const DecisionNode = /*#__PURE__*/React.forwardRef(function DecisionNode(_ref125, ref) {
|
|
2981
2988
|
let {
|
|
2982
2989
|
children,
|
|
2983
2990
|
size = 16,
|
|
@@ -2991,16 +2998,24 @@ const Deploy = /*#__PURE__*/React.forwardRef(function Deploy(_ref125, ref) {
|
|
|
2991
2998
|
viewBox: "0 0 32 32",
|
|
2992
2999
|
fill: "currentColor",
|
|
2993
3000
|
...rest
|
|
2994
|
-
},
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
d: "M16,24H12a2.0023,2.0023,0,0,1-2-2V18a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,16,24Zm-4-6v4h4V18Z"
|
|
3001
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
3002
|
+
strokeWidth: "0",
|
|
3003
|
+
d: "m28,2v8h-4L16,2l-8,8h-4V2h-2v8c0,1.1025.8972,2,2,2h4l7,7v7.1719l-2.5859-2.5859-1.4141,1.4141,5,5,5-5-1.4141-1.4141-2.5859,2.5859v-7.1719l7-7h4c1.1028,0,2-.8975,2-2V2h-2Zm-12,15.1714l-6.1714-6.1714,6.1714-6.1714,6.1714,6.1714-6.1714,6.1714Z"
|
|
2998
3004
|
})), children);
|
|
2999
3005
|
});
|
|
3000
3006
|
if (process.env.NODE_ENV !== "production") {
|
|
3001
|
-
|
|
3007
|
+
DecisionNode.propTypes = iconPropTypes4cbeb95d.i;
|
|
3002
3008
|
}
|
|
3003
3009
|
|
|
3010
|
+
exports.ContainerImagePushPull = ContainerImagePushPull;
|
|
3011
|
+
exports.ContainerRegistry = ContainerRegistry;
|
|
3012
|
+
exports.ContainerServices = ContainerServices;
|
|
3013
|
+
exports.ContainerSoftware = ContainerSoftware;
|
|
3014
|
+
exports.ContentDeliveryNetwork = ContentDeliveryNetwork;
|
|
3015
|
+
exports.ContentView = ContentView;
|
|
3016
|
+
exports.Continue = Continue;
|
|
3017
|
+
exports.ContinueFilled = ContinueFilled;
|
|
3018
|
+
exports.ContinuousDeployment = ContinuousDeployment;
|
|
3004
3019
|
exports.ContinuousIntegration = ContinuousIntegration;
|
|
3005
3020
|
exports.Contrast = Contrast;
|
|
3006
3021
|
exports.ConvertToCloud = ConvertToCloud;
|
|
@@ -3016,6 +3031,7 @@ exports.CostTotal = CostTotal;
|
|
|
3016
3031
|
exports.Cough = Cough;
|
|
3017
3032
|
exports.Course = Course;
|
|
3018
3033
|
exports.Covariate = Covariate;
|
|
3034
|
+
exports.CreateLink = CreateLink;
|
|
3019
3035
|
exports.Credentials = Credentials;
|
|
3020
3036
|
exports.Critical = Critical;
|
|
3021
3037
|
exports.CriticalSeverity = CriticalSeverity;
|
|
@@ -3107,15 +3123,6 @@ exports.Db2DataSharingGroup = Db2DataSharingGroup;
|
|
|
3107
3123
|
exports.Db2Database = Db2Database;
|
|
3108
3124
|
exports.Debug = Debug;
|
|
3109
3125
|
exports.DecisionNode = DecisionNode;
|
|
3110
|
-
exports.DecisionTree = DecisionTree;
|
|
3111
|
-
exports.Delete = Delete;
|
|
3112
|
-
exports.Delivery = Delivery;
|
|
3113
|
-
exports.DeliveryAdd = DeliveryAdd;
|
|
3114
|
-
exports.DeliveryParcel = DeliveryParcel;
|
|
3115
|
-
exports.DeliveryTruck = DeliveryTruck;
|
|
3116
|
-
exports.Demo = Demo;
|
|
3117
|
-
exports.Departure = Departure;
|
|
3118
|
-
exports.Deploy = Deploy;
|
|
3119
3126
|
exports.QCU1 = QCU1;
|
|
3120
3127
|
exports.QCU3 = QCU3;
|
|
3121
3128
|
exports.QCY = QCY;
|
|
@@ -3125,4 +3132,3 @@ exports.WatsonHealthContourEdit = WatsonHealthContourEdit;
|
|
|
3125
3132
|
exports.WatsonHealthContourFinding = WatsonHealthContourFinding;
|
|
3126
3133
|
exports.WatsonHealthCrossReference = WatsonHealthCrossReference;
|
|
3127
3134
|
exports.WatsonHealthCutInHalf = WatsonHealthCutInHalf;
|
|
3128
|
-
exports.WatsonHealthDenominate = WatsonHealthDenominate;
|