@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
|
@@ -10,9 +10,9 @@ import Icon from '../Icon.js';
|
|
|
10
10
|
import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
|
|
13
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7,
|
|
13
|
+
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;
|
|
14
14
|
const didWarnAboutDeprecation = {};
|
|
15
|
-
const
|
|
15
|
+
const ContainerImagePushPull = /*#__PURE__*/React.forwardRef(function ContainerImagePushPull(_ref, ref) {
|
|
16
16
|
let {
|
|
17
17
|
children,
|
|
18
18
|
size = 16,
|
|
@@ -27,13 +27,14 @@ const ContinuousIntegration = /*#__PURE__*/React.forwardRef(function ContinuousI
|
|
|
27
27
|
fill: "currentColor",
|
|
28
28
|
...rest
|
|
29
29
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
30
|
-
|
|
30
|
+
strokeWidth: "0",
|
|
31
|
+
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"
|
|
31
32
|
})), children);
|
|
32
33
|
});
|
|
33
34
|
if (process.env.NODE_ENV !== "production") {
|
|
34
|
-
|
|
35
|
+
ContainerImagePushPull.propTypes = iconPropTypes;
|
|
35
36
|
}
|
|
36
|
-
const
|
|
37
|
+
const ContainerRegistry = /*#__PURE__*/React.forwardRef(function ContainerRegistry(_ref2, ref) {
|
|
37
38
|
let {
|
|
38
39
|
children,
|
|
39
40
|
size = 16,
|
|
@@ -48,13 +49,19 @@ const WatsonHealthContourDraw = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
48
49
|
fill: "currentColor",
|
|
49
50
|
...rest
|
|
50
51
|
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
51
|
-
d: "
|
|
52
|
+
d: "M17,13V6H8V22H24V13ZM10,8h5v5H10Zm0,7h5v5H10Zm12,5H17V15h5Z"
|
|
53
|
+
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
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"
|
|
55
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
56
|
+
cx: "7",
|
|
57
|
+
cy: "25",
|
|
58
|
+
r: "1"
|
|
52
59
|
})), children);
|
|
53
60
|
});
|
|
54
61
|
if (process.env.NODE_ENV !== "production") {
|
|
55
|
-
|
|
62
|
+
ContainerRegistry.propTypes = iconPropTypes;
|
|
56
63
|
}
|
|
57
|
-
const
|
|
64
|
+
const ContainerServices = /*#__PURE__*/React.forwardRef(function ContainerServices(_ref3, ref) {
|
|
58
65
|
let {
|
|
59
66
|
children,
|
|
60
67
|
size = 16,
|
|
@@ -68,16 +75,14 @@ const WatsonHealthContourEdit = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
68
75
|
viewBox: "0 0 32 32",
|
|
69
76
|
fill: "currentColor",
|
|
70
77
|
...rest
|
|
71
|
-
},
|
|
72
|
-
d: "
|
|
73
|
-
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
74
|
-
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"
|
|
78
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
79
|
+
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"
|
|
75
80
|
})), children);
|
|
76
81
|
});
|
|
77
82
|
if (process.env.NODE_ENV !== "production") {
|
|
78
|
-
|
|
83
|
+
ContainerServices.propTypes = iconPropTypes;
|
|
79
84
|
}
|
|
80
|
-
const
|
|
85
|
+
const ContainerSoftware = /*#__PURE__*/React.forwardRef(function ContainerSoftware(_ref4, ref) {
|
|
81
86
|
let {
|
|
82
87
|
children,
|
|
83
88
|
size = 16,
|
|
@@ -92,13 +97,17 @@ const WatsonHealthContourFinding = /*#__PURE__*/React.forwardRef(function Watson
|
|
|
92
97
|
fill: "currentColor",
|
|
93
98
|
...rest
|
|
94
99
|
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
95
|
-
d: "
|
|
100
|
+
d: "M28,12H20V4h8Zm-6-2h4V6H22Z"
|
|
101
|
+
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
102
|
+
d: "M17,15V9H9V23H23V15Zm-6-4h4v4H11Zm4,10H11V17h4Zm6,0H17V17h4Z"
|
|
103
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
104
|
+
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"
|
|
96
105
|
})), children);
|
|
97
106
|
});
|
|
98
107
|
if (process.env.NODE_ENV !== "production") {
|
|
99
|
-
|
|
108
|
+
ContainerSoftware.propTypes = iconPropTypes;
|
|
100
109
|
}
|
|
101
|
-
const
|
|
110
|
+
const ContentDeliveryNetwork = /*#__PURE__*/React.forwardRef(function ContentDeliveryNetwork(_ref5, ref) {
|
|
102
111
|
let {
|
|
103
112
|
children,
|
|
104
113
|
size = 16,
|
|
@@ -112,14 +121,24 @@ const Contrast = /*#__PURE__*/React.forwardRef(function Contrast(_ref5, ref) {
|
|
|
112
121
|
viewBox: "0 0 32 32",
|
|
113
122
|
fill: "currentColor",
|
|
114
123
|
...rest
|
|
115
|
-
},
|
|
116
|
-
|
|
124
|
+
}, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
125
|
+
cx: "21",
|
|
126
|
+
cy: "21",
|
|
127
|
+
r: "2"
|
|
128
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
129
|
+
cx: "7",
|
|
130
|
+
cy: "7",
|
|
131
|
+
r: "2"
|
|
132
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
133
|
+
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"
|
|
134
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
135
|
+
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"
|
|
117
136
|
})), children);
|
|
118
137
|
});
|
|
119
138
|
if (process.env.NODE_ENV !== "production") {
|
|
120
|
-
|
|
139
|
+
ContentDeliveryNetwork.propTypes = iconPropTypes;
|
|
121
140
|
}
|
|
122
|
-
const
|
|
141
|
+
const ContentView = /*#__PURE__*/React.forwardRef(function ContentView(_ref6, ref) {
|
|
123
142
|
let {
|
|
124
143
|
children,
|
|
125
144
|
size = 16,
|
|
@@ -133,14 +152,20 @@ const ConvertToCloud = /*#__PURE__*/React.forwardRef(function ConvertToCloud(_re
|
|
|
133
152
|
viewBox: "0 0 32 32",
|
|
134
153
|
fill: "currentColor",
|
|
135
154
|
...rest
|
|
136
|
-
},
|
|
137
|
-
|
|
155
|
+
}, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
156
|
+
cx: "16",
|
|
157
|
+
cy: "19",
|
|
158
|
+
r: "2"
|
|
159
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
160
|
+
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"
|
|
161
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
162
|
+
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"
|
|
138
163
|
})), children);
|
|
139
164
|
});
|
|
140
165
|
if (process.env.NODE_ENV !== "production") {
|
|
141
|
-
|
|
166
|
+
ContentView.propTypes = iconPropTypes;
|
|
142
167
|
}
|
|
143
|
-
const
|
|
168
|
+
const Continue = /*#__PURE__*/React.forwardRef(function Continue(_ref7, ref) {
|
|
144
169
|
let {
|
|
145
170
|
children,
|
|
146
171
|
size = 16,
|
|
@@ -154,42 +179,14 @@ const Cookie = /*#__PURE__*/React.forwardRef(function Cookie(_ref7, ref) {
|
|
|
154
179
|
viewBox: "0 0 32 32",
|
|
155
180
|
fill: "currentColor",
|
|
156
181
|
...rest
|
|
157
|
-
},
|
|
158
|
-
|
|
159
|
-
cy: "21",
|
|
160
|
-
r: "2"
|
|
161
|
-
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
162
|
-
cx: "23",
|
|
163
|
-
cy: "20",
|
|
164
|
-
r: "2"
|
|
165
|
-
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
166
|
-
cx: "13",
|
|
167
|
-
cy: "10",
|
|
168
|
-
r: "2"
|
|
169
|
-
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
170
|
-
cx: "14",
|
|
171
|
-
cy: "15",
|
|
172
|
-
r: "1"
|
|
173
|
-
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
174
|
-
cx: "23",
|
|
175
|
-
cy: "5",
|
|
176
|
-
r: "2"
|
|
177
|
-
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
178
|
-
cx: "29",
|
|
179
|
-
cy: "3",
|
|
180
|
-
r: "1"
|
|
181
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
182
|
-
cx: "16",
|
|
183
|
-
cy: "23",
|
|
184
|
-
r: "1"
|
|
185
|
-
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
186
|
-
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"
|
|
182
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
183
|
+
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"
|
|
187
184
|
})), children);
|
|
188
185
|
});
|
|
189
186
|
if (process.env.NODE_ENV !== "production") {
|
|
190
|
-
|
|
187
|
+
Continue.propTypes = iconPropTypes;
|
|
191
188
|
}
|
|
192
|
-
const
|
|
189
|
+
const ContinueFilled = /*#__PURE__*/React.forwardRef(function ContinueFilled(_ref8, ref) {
|
|
193
190
|
let {
|
|
194
191
|
children,
|
|
195
192
|
size = 16,
|
|
@@ -203,16 +200,14 @@ const Copy = /*#__PURE__*/React.forwardRef(function Copy(_ref8, ref) {
|
|
|
203
200
|
viewBox: "0 0 32 32",
|
|
204
201
|
fill: "currentColor",
|
|
205
202
|
...rest
|
|
206
|
-
},
|
|
207
|
-
d: "
|
|
208
|
-
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
209
|
-
d: "M4,18H2V4A2,2,0,0,1,4,2H18V4H4Z"
|
|
203
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
204
|
+
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"
|
|
210
205
|
})), children);
|
|
211
206
|
});
|
|
212
207
|
if (process.env.NODE_ENV !== "production") {
|
|
213
|
-
|
|
208
|
+
ContinueFilled.propTypes = iconPropTypes;
|
|
214
209
|
}
|
|
215
|
-
const
|
|
210
|
+
const ContinuousDeployment = /*#__PURE__*/React.forwardRef(function ContinuousDeployment(_ref9, ref) {
|
|
216
211
|
let {
|
|
217
212
|
children,
|
|
218
213
|
size = 16,
|
|
@@ -226,16 +221,14 @@ const CopyFile = /*#__PURE__*/React.forwardRef(function CopyFile(_ref9, ref) {
|
|
|
226
221
|
viewBox: "0 0 32 32",
|
|
227
222
|
fill: "currentColor",
|
|
228
223
|
...rest
|
|
229
|
-
},
|
|
230
|
-
d: "
|
|
231
|
-
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
232
|
-
d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z"
|
|
224
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
225
|
+
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"
|
|
233
226
|
})), children);
|
|
234
227
|
});
|
|
235
228
|
if (process.env.NODE_ENV !== "production") {
|
|
236
|
-
|
|
229
|
+
ContinuousDeployment.propTypes = iconPropTypes;
|
|
237
230
|
}
|
|
238
|
-
const
|
|
231
|
+
const ContinuousIntegration = /*#__PURE__*/React.forwardRef(function ContinuousIntegration(_ref10, ref) {
|
|
239
232
|
let {
|
|
240
233
|
children,
|
|
241
234
|
size = 16,
|
|
@@ -249,18 +242,14 @@ const CopyLink = /*#__PURE__*/React.forwardRef(function CopyLink(_ref10, ref) {
|
|
|
249
242
|
viewBox: "0 0 32 32",
|
|
250
243
|
fill: "currentColor",
|
|
251
244
|
...rest
|
|
252
|
-
},
|
|
253
|
-
d: "
|
|
254
|
-
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
255
|
-
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"
|
|
256
|
-
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
257
|
-
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"
|
|
245
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
246
|
+
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"
|
|
258
247
|
})), children);
|
|
259
248
|
});
|
|
260
249
|
if (process.env.NODE_ENV !== "production") {
|
|
261
|
-
|
|
250
|
+
ContinuousIntegration.propTypes = iconPropTypes;
|
|
262
251
|
}
|
|
263
|
-
const
|
|
252
|
+
const WatsonHealthContourDraw = /*#__PURE__*/React.forwardRef(function WatsonHealthContourDraw(_ref11, ref) {
|
|
264
253
|
let {
|
|
265
254
|
children,
|
|
266
255
|
size = 16,
|
|
@@ -275,13 +264,13 @@ const Corn = /*#__PURE__*/React.forwardRef(function Corn(_ref11, ref) {
|
|
|
275
264
|
fill: "currentColor",
|
|
276
265
|
...rest
|
|
277
266
|
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
278
|
-
d: "
|
|
267
|
+
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"
|
|
279
268
|
})), children);
|
|
280
269
|
});
|
|
281
270
|
if (process.env.NODE_ENV !== "production") {
|
|
282
|
-
|
|
271
|
+
WatsonHealthContourDraw.propTypes = iconPropTypes;
|
|
283
272
|
}
|
|
284
|
-
const
|
|
273
|
+
const WatsonHealthContourEdit = /*#__PURE__*/React.forwardRef(function WatsonHealthContourEdit(_ref12, ref) {
|
|
285
274
|
let {
|
|
286
275
|
children,
|
|
287
276
|
size = 16,
|
|
@@ -296,13 +285,15 @@ const Corner = /*#__PURE__*/React.forwardRef(function Corner(_ref12, ref) {
|
|
|
296
285
|
fill: "currentColor",
|
|
297
286
|
...rest
|
|
298
287
|
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
299
|
-
d: "
|
|
288
|
+
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"
|
|
289
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
290
|
+
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"
|
|
300
291
|
})), children);
|
|
301
292
|
});
|
|
302
293
|
if (process.env.NODE_ENV !== "production") {
|
|
303
|
-
|
|
294
|
+
WatsonHealthContourEdit.propTypes = iconPropTypes;
|
|
304
295
|
}
|
|
305
|
-
const
|
|
296
|
+
const WatsonHealthContourFinding = /*#__PURE__*/React.forwardRef(function WatsonHealthContourFinding(_ref13, ref) {
|
|
306
297
|
let {
|
|
307
298
|
children,
|
|
308
299
|
size = 16,
|
|
@@ -316,34 +307,14 @@ const Coronavirus = /*#__PURE__*/React.forwardRef(function Coronavirus(_ref13, r
|
|
|
316
307
|
viewBox: "0 0 32 32",
|
|
317
308
|
fill: "currentColor",
|
|
318
309
|
...rest
|
|
319
|
-
},
|
|
320
|
-
|
|
321
|
-
cy: "11.5",
|
|
322
|
-
r: "1.5"
|
|
323
|
-
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
324
|
-
cx: "20.5",
|
|
325
|
-
cy: "15.5",
|
|
326
|
-
r: "1.5"
|
|
327
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
328
|
-
cx: "16",
|
|
329
|
-
cy: "16",
|
|
330
|
-
r: "1"
|
|
331
|
-
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
332
|
-
cx: "16.5",
|
|
333
|
-
cy: "20.5",
|
|
334
|
-
r: "1.5"
|
|
335
|
-
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
336
|
-
cx: "11.5",
|
|
337
|
-
cy: "16.5",
|
|
338
|
-
r: "1.5"
|
|
339
|
-
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
340
|
-
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"
|
|
310
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
311
|
+
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"
|
|
341
312
|
})), children);
|
|
342
313
|
});
|
|
343
314
|
if (process.env.NODE_ENV !== "production") {
|
|
344
|
-
|
|
315
|
+
WatsonHealthContourFinding.propTypes = iconPropTypes;
|
|
345
316
|
}
|
|
346
|
-
const
|
|
317
|
+
const Contrast = /*#__PURE__*/React.forwardRef(function Contrast(_ref14, ref) {
|
|
347
318
|
let {
|
|
348
319
|
children,
|
|
349
320
|
size = 16,
|
|
@@ -357,16 +328,14 @@ const Cost = /*#__PURE__*/React.forwardRef(function Cost(_ref14, ref) {
|
|
|
357
328
|
viewBox: "0 0 32 32",
|
|
358
329
|
fill: "currentColor",
|
|
359
330
|
...rest
|
|
360
|
-
},
|
|
361
|
-
d: "
|
|
362
|
-
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
363
|
-
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"
|
|
331
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
332
|
+
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"
|
|
364
333
|
})), children);
|
|
365
334
|
});
|
|
366
335
|
if (process.env.NODE_ENV !== "production") {
|
|
367
|
-
|
|
336
|
+
Contrast.propTypes = iconPropTypes;
|
|
368
337
|
}
|
|
369
|
-
const
|
|
338
|
+
const ConvertToCloud = /*#__PURE__*/React.forwardRef(function ConvertToCloud(_ref15, ref) {
|
|
370
339
|
let {
|
|
371
340
|
children,
|
|
372
341
|
size = 16,
|
|
@@ -381,15 +350,13 @@ const CostTotal = /*#__PURE__*/React.forwardRef(function CostTotal(_ref15, ref)
|
|
|
381
350
|
fill: "currentColor",
|
|
382
351
|
...rest
|
|
383
352
|
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
384
|
-
d: "
|
|
385
|
-
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
386
|
-
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"
|
|
353
|
+
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"
|
|
387
354
|
})), children);
|
|
388
355
|
});
|
|
389
356
|
if (process.env.NODE_ENV !== "production") {
|
|
390
|
-
|
|
357
|
+
ConvertToCloud.propTypes = iconPropTypes;
|
|
391
358
|
}
|
|
392
|
-
const
|
|
359
|
+
const Cookie = /*#__PURE__*/React.forwardRef(function Cookie(_ref16, ref) {
|
|
393
360
|
let {
|
|
394
361
|
children,
|
|
395
362
|
size = 16,
|
|
@@ -403,40 +370,42 @@ const Cough = /*#__PURE__*/React.forwardRef(function Cough(_ref16, ref) {
|
|
|
403
370
|
viewBox: "0 0 32 32",
|
|
404
371
|
fill: "currentColor",
|
|
405
372
|
...rest
|
|
406
|
-
},
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
413
|
-
cx: "6",
|
|
373
|
+
}, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
374
|
+
cx: "10",
|
|
375
|
+
cy: "21",
|
|
376
|
+
r: "2"
|
|
377
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
378
|
+
cx: "23",
|
|
414
379
|
cy: "20",
|
|
380
|
+
r: "2"
|
|
381
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
382
|
+
cx: "13",
|
|
383
|
+
cy: "10",
|
|
384
|
+
r: "2"
|
|
385
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
386
|
+
cx: "14",
|
|
387
|
+
cy: "15",
|
|
415
388
|
r: "1"
|
|
416
|
-
})),
|
|
417
|
-
cx: "
|
|
418
|
-
cy: "
|
|
419
|
-
r: "
|
|
420
|
-
})),
|
|
421
|
-
cx: "
|
|
422
|
-
cy: "
|
|
423
|
-
r: "1"
|
|
424
|
-
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
425
|
-
cx: "3",
|
|
426
|
-
cy: "29",
|
|
389
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
390
|
+
cx: "23",
|
|
391
|
+
cy: "5",
|
|
392
|
+
r: "2"
|
|
393
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
394
|
+
cx: "29",
|
|
395
|
+
cy: "3",
|
|
427
396
|
r: "1"
|
|
428
|
-
})),
|
|
429
|
-
cx: "
|
|
397
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
398
|
+
cx: "16",
|
|
430
399
|
cy: "23",
|
|
431
400
|
r: "1"
|
|
432
|
-
})),
|
|
433
|
-
d: "
|
|
401
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
402
|
+
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"
|
|
434
403
|
})), children);
|
|
435
404
|
});
|
|
436
405
|
if (process.env.NODE_ENV !== "production") {
|
|
437
|
-
|
|
406
|
+
Cookie.propTypes = iconPropTypes;
|
|
438
407
|
}
|
|
439
|
-
const
|
|
408
|
+
const Copy = /*#__PURE__*/React.forwardRef(function Copy(_ref17, ref) {
|
|
440
409
|
let {
|
|
441
410
|
children,
|
|
442
411
|
size = 16,
|
|
@@ -450,14 +419,16 @@ const Course = /*#__PURE__*/React.forwardRef(function Course(_ref17, ref) {
|
|
|
450
419
|
viewBox: "0 0 32 32",
|
|
451
420
|
fill: "currentColor",
|
|
452
421
|
...rest
|
|
453
|
-
},
|
|
454
|
-
d: "
|
|
422
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
423
|
+
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"
|
|
424
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
425
|
+
d: "M4,18H2V4A2,2,0,0,1,4,2H18V4H4Z"
|
|
455
426
|
})), children);
|
|
456
427
|
});
|
|
457
428
|
if (process.env.NODE_ENV !== "production") {
|
|
458
|
-
|
|
429
|
+
Copy.propTypes = iconPropTypes;
|
|
459
430
|
}
|
|
460
|
-
const
|
|
431
|
+
const CopyFile = /*#__PURE__*/React.forwardRef(function CopyFile(_ref18, ref) {
|
|
461
432
|
let {
|
|
462
433
|
children,
|
|
463
434
|
size = 16,
|
|
@@ -471,30 +442,16 @@ const Covariate = /*#__PURE__*/React.forwardRef(function Covariate(_ref18, ref)
|
|
|
471
442
|
viewBox: "0 0 32 32",
|
|
472
443
|
fill: "currentColor",
|
|
473
444
|
...rest
|
|
474
|
-
},
|
|
475
|
-
|
|
476
|
-
cy: "16",
|
|
477
|
-
r: "2"
|
|
478
|
-
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
479
|
-
cx: "14",
|
|
480
|
-
cy: "8",
|
|
481
|
-
r: "2"
|
|
482
|
-
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
483
|
-
cx: "28",
|
|
484
|
-
cy: "12",
|
|
485
|
-
r: "2"
|
|
486
|
-
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
487
|
-
cx: "21",
|
|
488
|
-
cy: "18",
|
|
489
|
-
r: "2"
|
|
445
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
446
|
+
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"
|
|
490
447
|
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
491
|
-
d: "
|
|
448
|
+
d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z"
|
|
492
449
|
})), children);
|
|
493
450
|
});
|
|
494
451
|
if (process.env.NODE_ENV !== "production") {
|
|
495
|
-
|
|
452
|
+
CopyFile.propTypes = iconPropTypes;
|
|
496
453
|
}
|
|
497
|
-
const
|
|
454
|
+
const CopyLink = /*#__PURE__*/React.forwardRef(function CopyLink(_ref19, ref) {
|
|
498
455
|
let {
|
|
499
456
|
children,
|
|
500
457
|
size = 16,
|
|
@@ -509,83 +466,59 @@ const Credentials = /*#__PURE__*/React.forwardRef(function Credentials(_ref19, r
|
|
|
509
466
|
fill: "currentColor",
|
|
510
467
|
...rest
|
|
511
468
|
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
512
|
-
d: "
|
|
469
|
+
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"
|
|
513
470
|
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
514
|
-
d: "
|
|
471
|
+
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"
|
|
472
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
473
|
+
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"
|
|
515
474
|
})), children);
|
|
516
475
|
});
|
|
517
476
|
if (process.env.NODE_ENV !== "production") {
|
|
518
|
-
|
|
477
|
+
CopyLink.propTypes = iconPropTypes;
|
|
519
478
|
}
|
|
520
|
-
const
|
|
479
|
+
const Corn = /*#__PURE__*/React.forwardRef(function Corn(_ref20, ref) {
|
|
521
480
|
let {
|
|
522
481
|
children,
|
|
523
482
|
size = 16,
|
|
524
483
|
...rest
|
|
525
484
|
} = _ref20;
|
|
526
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
527
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
528
|
-
width: size,
|
|
529
|
-
height: size,
|
|
530
|
-
ref: ref,
|
|
531
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
532
|
-
viewBox: "0 0 16 16",
|
|
533
|
-
fill: "currentColor",
|
|
534
|
-
...rest
|
|
535
|
-
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
536
|
-
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"
|
|
537
|
-
})), children);
|
|
538
|
-
}
|
|
539
485
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
540
486
|
width: size,
|
|
541
487
|
height: size,
|
|
542
488
|
ref: ref,
|
|
543
489
|
xmlns: "http://www.w3.org/2000/svg",
|
|
544
|
-
viewBox: "0 0
|
|
490
|
+
viewBox: "0 0 32 32",
|
|
545
491
|
fill: "currentColor",
|
|
546
492
|
...rest
|
|
547
493
|
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
548
|
-
d: "
|
|
494
|
+
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"
|
|
549
495
|
})), children);
|
|
550
496
|
});
|
|
551
497
|
if (process.env.NODE_ENV !== "production") {
|
|
552
|
-
|
|
498
|
+
Corn.propTypes = iconPropTypes;
|
|
553
499
|
}
|
|
554
|
-
const
|
|
500
|
+
const Corner = /*#__PURE__*/React.forwardRef(function Corner(_ref21, ref) {
|
|
555
501
|
let {
|
|
556
502
|
children,
|
|
557
503
|
size = 16,
|
|
558
504
|
...rest
|
|
559
505
|
} = _ref21;
|
|
560
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
561
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
562
|
-
width: size,
|
|
563
|
-
height: size,
|
|
564
|
-
ref: ref,
|
|
565
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
566
|
-
viewBox: "0 0 16 16",
|
|
567
|
-
fill: "currentColor",
|
|
568
|
-
...rest
|
|
569
|
-
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
570
|
-
d: "M13 13L3 13 3 3 13 13z"
|
|
571
|
-
})), children);
|
|
572
|
-
}
|
|
573
506
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
574
507
|
width: size,
|
|
575
508
|
height: size,
|
|
576
509
|
ref: ref,
|
|
577
510
|
xmlns: "http://www.w3.org/2000/svg",
|
|
578
|
-
viewBox: "0 0
|
|
511
|
+
viewBox: "0 0 32 32",
|
|
579
512
|
fill: "currentColor",
|
|
580
513
|
...rest
|
|
581
|
-
},
|
|
582
|
-
d: "
|
|
514
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
515
|
+
d: "M28,9H14V6H6v8H9V28h2V14h3V11H28ZM12,12H8V8h4Z"
|
|
583
516
|
})), children);
|
|
584
517
|
});
|
|
585
518
|
if (process.env.NODE_ENV !== "production") {
|
|
586
|
-
|
|
519
|
+
Corner.propTypes = iconPropTypes;
|
|
587
520
|
}
|
|
588
|
-
const
|
|
521
|
+
const Coronavirus = /*#__PURE__*/React.forwardRef(function Coronavirus(_ref22, ref) {
|
|
589
522
|
let {
|
|
590
523
|
children,
|
|
591
524
|
size = 16,
|
|
@@ -599,16 +532,34 @@ const Crop = /*#__PURE__*/React.forwardRef(function Crop(_ref22, ref) {
|
|
|
599
532
|
viewBox: "0 0 32 32",
|
|
600
533
|
fill: "currentColor",
|
|
601
534
|
...rest
|
|
602
|
-
},
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
535
|
+
}, _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
536
|
+
cx: "15.5",
|
|
537
|
+
cy: "11.5",
|
|
538
|
+
r: "1.5"
|
|
539
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
540
|
+
cx: "20.5",
|
|
541
|
+
cy: "15.5",
|
|
542
|
+
r: "1.5"
|
|
543
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
544
|
+
cx: "16",
|
|
545
|
+
cy: "16",
|
|
546
|
+
r: "1"
|
|
547
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
548
|
+
cx: "16.5",
|
|
549
|
+
cy: "20.5",
|
|
550
|
+
r: "1.5"
|
|
551
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
552
|
+
cx: "11.5",
|
|
553
|
+
cy: "16.5",
|
|
554
|
+
r: "1.5"
|
|
555
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
556
|
+
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"
|
|
606
557
|
})), children);
|
|
607
558
|
});
|
|
608
559
|
if (process.env.NODE_ENV !== "production") {
|
|
609
|
-
|
|
560
|
+
Coronavirus.propTypes = iconPropTypes;
|
|
610
561
|
}
|
|
611
|
-
const
|
|
562
|
+
const Cost = /*#__PURE__*/React.forwardRef(function Cost(_ref23, ref) {
|
|
612
563
|
let {
|
|
613
564
|
children,
|
|
614
565
|
size = 16,
|
|
@@ -622,14 +573,16 @@ const CropGrowth = /*#__PURE__*/React.forwardRef(function CropGrowth(_ref23, ref
|
|
|
622
573
|
viewBox: "0 0 32 32",
|
|
623
574
|
fill: "currentColor",
|
|
624
575
|
...rest
|
|
625
|
-
},
|
|
626
|
-
d: "
|
|
576
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
577
|
+
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"
|
|
578
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
579
|
+
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"
|
|
627
580
|
})), children);
|
|
628
581
|
});
|
|
629
582
|
if (process.env.NODE_ENV !== "production") {
|
|
630
|
-
|
|
583
|
+
Cost.propTypes = iconPropTypes;
|
|
631
584
|
}
|
|
632
|
-
const
|
|
585
|
+
const CostTotal = /*#__PURE__*/React.forwardRef(function CostTotal(_ref24, ref) {
|
|
633
586
|
let {
|
|
634
587
|
children,
|
|
635
588
|
size = 16,
|
|
@@ -643,14 +596,16 @@ const CropHealth = /*#__PURE__*/React.forwardRef(function CropHealth(_ref24, ref
|
|
|
643
596
|
viewBox: "0 0 32 32",
|
|
644
597
|
fill: "currentColor",
|
|
645
598
|
...rest
|
|
646
|
-
},
|
|
647
|
-
d: "
|
|
599
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
600
|
+
d: "M10 13H22V15H10zM10 18H22V20H10z"
|
|
601
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
602
|
+
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"
|
|
648
603
|
})), children);
|
|
649
604
|
});
|
|
650
605
|
if (process.env.NODE_ENV !== "production") {
|
|
651
|
-
|
|
606
|
+
CostTotal.propTypes = iconPropTypes;
|
|
652
607
|
}
|
|
653
|
-
const
|
|
608
|
+
const Cough = /*#__PURE__*/React.forwardRef(function Cough(_ref25, ref) {
|
|
654
609
|
let {
|
|
655
610
|
children,
|
|
656
611
|
size = 16,
|
|
@@ -665,13 +620,39 @@ const WatsonHealthCrossReference = /*#__PURE__*/React.forwardRef(function Watson
|
|
|
665
620
|
fill: "currentColor",
|
|
666
621
|
...rest
|
|
667
622
|
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
668
|
-
d: "
|
|
623
|
+
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"
|
|
624
|
+
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
625
|
+
cx: "9",
|
|
626
|
+
cy: "23",
|
|
627
|
+
r: "1"
|
|
628
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
629
|
+
cx: "6",
|
|
630
|
+
cy: "20",
|
|
631
|
+
r: "1"
|
|
632
|
+
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
633
|
+
cx: "6",
|
|
634
|
+
cy: "26",
|
|
635
|
+
r: "1"
|
|
636
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
637
|
+
cx: "3",
|
|
638
|
+
cy: "17",
|
|
639
|
+
r: "1"
|
|
640
|
+
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
641
|
+
cx: "3",
|
|
642
|
+
cy: "29",
|
|
643
|
+
r: "1"
|
|
644
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
645
|
+
cx: "3",
|
|
646
|
+
cy: "23",
|
|
647
|
+
r: "1"
|
|
648
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
649
|
+
d: "M19 12H23V14H19z"
|
|
669
650
|
})), children);
|
|
670
651
|
});
|
|
671
652
|
if (process.env.NODE_ENV !== "production") {
|
|
672
|
-
|
|
653
|
+
Cough.propTypes = iconPropTypes;
|
|
673
654
|
}
|
|
674
|
-
const
|
|
655
|
+
const Course = /*#__PURE__*/React.forwardRef(function Course(_ref26, ref) {
|
|
675
656
|
let {
|
|
676
657
|
children,
|
|
677
658
|
size = 16,
|
|
@@ -685,14 +666,14 @@ const CrossTab = /*#__PURE__*/React.forwardRef(function CrossTab(_ref26, ref) {
|
|
|
685
666
|
viewBox: "0 0 32 32",
|
|
686
667
|
fill: "currentColor",
|
|
687
668
|
...rest
|
|
688
|
-
},
|
|
689
|
-
d: "
|
|
669
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
670
|
+
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"
|
|
690
671
|
})), children);
|
|
691
672
|
});
|
|
692
673
|
if (process.env.NODE_ENV !== "production") {
|
|
693
|
-
|
|
674
|
+
Course.propTypes = iconPropTypes;
|
|
694
675
|
}
|
|
695
|
-
const
|
|
676
|
+
const Covariate = /*#__PURE__*/React.forwardRef(function Covariate(_ref27, ref) {
|
|
696
677
|
let {
|
|
697
678
|
children,
|
|
698
679
|
size = 16,
|
|
@@ -706,14 +687,30 @@ const Crossroads = /*#__PURE__*/React.forwardRef(function Crossroads(_ref27, ref
|
|
|
706
687
|
viewBox: "0 0 32 32",
|
|
707
688
|
fill: "currentColor",
|
|
708
689
|
...rest
|
|
709
|
-
},
|
|
710
|
-
|
|
690
|
+
}, _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
691
|
+
cx: "8",
|
|
692
|
+
cy: "16",
|
|
693
|
+
r: "2"
|
|
694
|
+
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
695
|
+
cx: "14",
|
|
696
|
+
cy: "8",
|
|
697
|
+
r: "2"
|
|
698
|
+
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
699
|
+
cx: "28",
|
|
700
|
+
cy: "12",
|
|
701
|
+
r: "2"
|
|
702
|
+
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
703
|
+
cx: "21",
|
|
704
|
+
cy: "18",
|
|
705
|
+
r: "2"
|
|
706
|
+
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
707
|
+
d: "M30,3.4141,28.5859,2,4,26.5859V2H2V28a2,2,0,0,0,2,2H30V28H5.4141ZM4,28Z"
|
|
711
708
|
})), children);
|
|
712
709
|
});
|
|
713
710
|
if (process.env.NODE_ENV !== "production") {
|
|
714
|
-
|
|
711
|
+
Covariate.propTypes = iconPropTypes;
|
|
715
712
|
}
|
|
716
|
-
const
|
|
713
|
+
const CreateLink = /*#__PURE__*/React.forwardRef(function CreateLink(_ref28, ref) {
|
|
717
714
|
let {
|
|
718
715
|
children,
|
|
719
716
|
size = 16,
|
|
@@ -727,16 +724,14 @@ const CrowdReport = /*#__PURE__*/React.forwardRef(function CrowdReport(_ref28, r
|
|
|
727
724
|
viewBox: "0 0 32 32",
|
|
728
725
|
fill: "currentColor",
|
|
729
726
|
...rest
|
|
730
|
-
},
|
|
731
|
-
d: "
|
|
732
|
-
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
733
|
-
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"
|
|
727
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
728
|
+
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"
|
|
734
729
|
})), children);
|
|
735
730
|
});
|
|
736
731
|
if (process.env.NODE_ENV !== "production") {
|
|
737
|
-
|
|
732
|
+
CreateLink.propTypes = iconPropTypes;
|
|
738
733
|
}
|
|
739
|
-
const
|
|
734
|
+
const Credentials = /*#__PURE__*/React.forwardRef(function Credentials(_ref29, ref) {
|
|
740
735
|
let {
|
|
741
736
|
children,
|
|
742
737
|
size = 16,
|
|
@@ -751,58 +746,83 @@ const CrowdReportFilled = /*#__PURE__*/React.forwardRef(function CrowdReportFill
|
|
|
751
746
|
fill: "currentColor",
|
|
752
747
|
...rest
|
|
753
748
|
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
754
|
-
|
|
755
|
-
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"
|
|
749
|
+
d: "M16 22a4 4 0 10-4-4A4 4 0 0016 22zm0-6a2 2 0 11-2 2A2 2 0 0116 16zM14 6H18V8H14z"
|
|
756
750
|
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
757
|
-
d: "
|
|
751
|
+
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"
|
|
758
752
|
})), children);
|
|
759
753
|
});
|
|
760
754
|
if (process.env.NODE_ENV !== "production") {
|
|
761
|
-
|
|
755
|
+
Credentials.propTypes = iconPropTypes;
|
|
762
756
|
}
|
|
763
|
-
const
|
|
757
|
+
const Critical = /*#__PURE__*/React.forwardRef(function Critical(_ref30, ref) {
|
|
764
758
|
let {
|
|
765
759
|
children,
|
|
766
760
|
size = 16,
|
|
767
761
|
...rest
|
|
768
762
|
} = _ref30;
|
|
763
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
764
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
765
|
+
width: size,
|
|
766
|
+
height: size,
|
|
767
|
+
ref: ref,
|
|
768
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
769
|
+
viewBox: "0 0 16 16",
|
|
770
|
+
fill: "currentColor",
|
|
771
|
+
...rest
|
|
772
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
773
|
+
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"
|
|
774
|
+
})), children);
|
|
775
|
+
}
|
|
769
776
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
770
777
|
width: size,
|
|
771
778
|
height: size,
|
|
772
779
|
ref: ref,
|
|
773
780
|
xmlns: "http://www.w3.org/2000/svg",
|
|
774
|
-
viewBox: "0 0
|
|
781
|
+
viewBox: "0 0 16 16",
|
|
775
782
|
fill: "currentColor",
|
|
776
783
|
...rest
|
|
777
|
-
},
|
|
778
|
-
d: "
|
|
784
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
785
|
+
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"
|
|
779
786
|
})), children);
|
|
780
787
|
});
|
|
781
788
|
if (process.env.NODE_ENV !== "production") {
|
|
782
|
-
|
|
789
|
+
Critical.propTypes = iconPropTypes;
|
|
783
790
|
}
|
|
784
|
-
const
|
|
791
|
+
const CriticalSeverity = /*#__PURE__*/React.forwardRef(function CriticalSeverity(_ref31, ref) {
|
|
785
792
|
let {
|
|
786
793
|
children,
|
|
787
794
|
size = 16,
|
|
788
795
|
...rest
|
|
789
796
|
} = _ref31;
|
|
797
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
798
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
799
|
+
width: size,
|
|
800
|
+
height: size,
|
|
801
|
+
ref: ref,
|
|
802
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
803
|
+
viewBox: "0 0 16 16",
|
|
804
|
+
fill: "currentColor",
|
|
805
|
+
...rest
|
|
806
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
807
|
+
d: "M13 13L3 13 3 3 13 13z"
|
|
808
|
+
})), children);
|
|
809
|
+
}
|
|
790
810
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
791
811
|
width: size,
|
|
792
812
|
height: size,
|
|
793
813
|
ref: ref,
|
|
794
814
|
xmlns: "http://www.w3.org/2000/svg",
|
|
795
|
-
viewBox: "0 0
|
|
815
|
+
viewBox: "0 0 16 16",
|
|
796
816
|
fill: "currentColor",
|
|
797
817
|
...rest
|
|
798
|
-
},
|
|
799
|
-
d: "
|
|
818
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
819
|
+
d: "M13 13L3 13 3 3 13 13z"
|
|
800
820
|
})), children);
|
|
801
821
|
});
|
|
802
822
|
if (process.env.NODE_ENV !== "production") {
|
|
803
|
-
|
|
823
|
+
CriticalSeverity.propTypes = iconPropTypes;
|
|
804
824
|
}
|
|
805
|
-
const
|
|
825
|
+
const Crop = /*#__PURE__*/React.forwardRef(function Crop(_ref32, ref) {
|
|
806
826
|
let {
|
|
807
827
|
children,
|
|
808
828
|
size = 16,
|
|
@@ -816,14 +836,16 @@ const QCU3 = /*#__PURE__*/React.forwardRef(function QCU3(_ref32, ref) {
|
|
|
816
836
|
viewBox: "0 0 32 32",
|
|
817
837
|
fill: "currentColor",
|
|
818
838
|
...rest
|
|
819
|
-
},
|
|
820
|
-
d: "
|
|
839
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
840
|
+
d: "M25,20H23V9H12V7H23a2,2,0,0,1,2,2Z"
|
|
841
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
842
|
+
d: "M9,23V2H7V7H2V9H7V23a2,2,0,0,0,2,2H23v5h2V25h5V23Z"
|
|
821
843
|
})), children);
|
|
822
844
|
});
|
|
823
845
|
if (process.env.NODE_ENV !== "production") {
|
|
824
|
-
|
|
846
|
+
Crop.propTypes = iconPropTypes;
|
|
825
847
|
}
|
|
826
|
-
const
|
|
848
|
+
const CropGrowth = /*#__PURE__*/React.forwardRef(function CropGrowth(_ref33, ref) {
|
|
827
849
|
let {
|
|
828
850
|
children,
|
|
829
851
|
size = 16,
|
|
@@ -837,14 +859,14 @@ const Cube = /*#__PURE__*/React.forwardRef(function Cube(_ref33, ref) {
|
|
|
837
859
|
viewBox: "0 0 32 32",
|
|
838
860
|
fill: "currentColor",
|
|
839
861
|
...rest
|
|
840
|
-
},
|
|
841
|
-
d: "
|
|
862
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
863
|
+
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"
|
|
842
864
|
})), children);
|
|
843
865
|
});
|
|
844
866
|
if (process.env.NODE_ENV !== "production") {
|
|
845
|
-
|
|
867
|
+
CropGrowth.propTypes = iconPropTypes;
|
|
846
868
|
}
|
|
847
|
-
const
|
|
869
|
+
const CropHealth = /*#__PURE__*/React.forwardRef(function CropHealth(_ref34, ref) {
|
|
848
870
|
let {
|
|
849
871
|
children,
|
|
850
872
|
size = 16,
|
|
@@ -858,20 +880,14 @@ const CubeView = /*#__PURE__*/React.forwardRef(function CubeView(_ref34, ref) {
|
|
|
858
880
|
viewBox: "0 0 32 32",
|
|
859
881
|
fill: "currentColor",
|
|
860
882
|
...rest
|
|
861
|
-
},
|
|
862
|
-
|
|
863
|
-
cy: "16",
|
|
864
|
-
r: "2"
|
|
865
|
-
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
866
|
-
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"
|
|
867
|
-
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
868
|
-
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"
|
|
883
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
884
|
+
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"
|
|
869
885
|
})), children);
|
|
870
886
|
});
|
|
871
887
|
if (process.env.NODE_ENV !== "production") {
|
|
872
|
-
|
|
888
|
+
CropHealth.propTypes = iconPropTypes;
|
|
873
889
|
}
|
|
874
|
-
const
|
|
890
|
+
const WatsonHealthCrossReference = /*#__PURE__*/React.forwardRef(function WatsonHealthCrossReference(_ref35, ref) {
|
|
875
891
|
let {
|
|
876
892
|
children,
|
|
877
893
|
size = 16,
|
|
@@ -885,16 +901,14 @@ const Currency = /*#__PURE__*/React.forwardRef(function Currency(_ref35, ref) {
|
|
|
885
901
|
viewBox: "0 0 32 32",
|
|
886
902
|
fill: "currentColor",
|
|
887
903
|
...rest
|
|
888
|
-
},
|
|
889
|
-
d: "
|
|
890
|
-
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
891
|
-
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"
|
|
904
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
905
|
+
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"
|
|
892
906
|
})), children);
|
|
893
907
|
});
|
|
894
908
|
if (process.env.NODE_ENV !== "production") {
|
|
895
|
-
|
|
909
|
+
WatsonHealthCrossReference.propTypes = iconPropTypes;
|
|
896
910
|
}
|
|
897
|
-
const
|
|
911
|
+
const CrossTab = /*#__PURE__*/React.forwardRef(function CrossTab(_ref36, ref) {
|
|
898
912
|
let {
|
|
899
913
|
children,
|
|
900
914
|
size = 16,
|
|
@@ -908,14 +922,14 @@ const CurrencyBaht = /*#__PURE__*/React.forwardRef(function CurrencyBaht(_ref36,
|
|
|
908
922
|
viewBox: "0 0 32 32",
|
|
909
923
|
fill: "currentColor",
|
|
910
924
|
...rest
|
|
911
|
-
},
|
|
912
|
-
d: "
|
|
925
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
926
|
+
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"
|
|
913
927
|
})), children);
|
|
914
928
|
});
|
|
915
929
|
if (process.env.NODE_ENV !== "production") {
|
|
916
|
-
|
|
930
|
+
CrossTab.propTypes = iconPropTypes;
|
|
917
931
|
}
|
|
918
|
-
const
|
|
932
|
+
const Crossroads = /*#__PURE__*/React.forwardRef(function Crossroads(_ref37, ref) {
|
|
919
933
|
let {
|
|
920
934
|
children,
|
|
921
935
|
size = 16,
|
|
@@ -929,14 +943,14 @@ const CurrencyDollar = /*#__PURE__*/React.forwardRef(function CurrencyDollar(_re
|
|
|
929
943
|
viewBox: "0 0 32 32",
|
|
930
944
|
fill: "currentColor",
|
|
931
945
|
...rest
|
|
932
|
-
},
|
|
933
|
-
d: "
|
|
946
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
947
|
+
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"
|
|
934
948
|
})), children);
|
|
935
949
|
});
|
|
936
950
|
if (process.env.NODE_ENV !== "production") {
|
|
937
|
-
|
|
951
|
+
Crossroads.propTypes = iconPropTypes;
|
|
938
952
|
}
|
|
939
|
-
const
|
|
953
|
+
const CrowdReport = /*#__PURE__*/React.forwardRef(function CrowdReport(_ref38, ref) {
|
|
940
954
|
let {
|
|
941
955
|
children,
|
|
942
956
|
size = 16,
|
|
@@ -950,14 +964,16 @@ const CurrencyEuro = /*#__PURE__*/React.forwardRef(function CurrencyEuro(_ref38,
|
|
|
950
964
|
viewBox: "0 0 32 32",
|
|
951
965
|
fill: "currentColor",
|
|
952
966
|
...rest
|
|
953
|
-
},
|
|
954
|
-
d: "
|
|
967
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
968
|
+
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"
|
|
969
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
970
|
+
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"
|
|
955
971
|
})), children);
|
|
956
972
|
});
|
|
957
973
|
if (process.env.NODE_ENV !== "production") {
|
|
958
|
-
|
|
974
|
+
CrowdReport.propTypes = iconPropTypes;
|
|
959
975
|
}
|
|
960
|
-
const
|
|
976
|
+
const CrowdReportFilled = /*#__PURE__*/React.forwardRef(function CrowdReportFilled(_ref39, ref) {
|
|
961
977
|
let {
|
|
962
978
|
children,
|
|
963
979
|
size = 16,
|
|
@@ -971,14 +987,17 @@ const CurrencyLira = /*#__PURE__*/React.forwardRef(function CurrencyLira(_ref39,
|
|
|
971
987
|
viewBox: "0 0 32 32",
|
|
972
988
|
fill: "currentColor",
|
|
973
989
|
...rest
|
|
974
|
-
},
|
|
975
|
-
|
|
990
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
991
|
+
fill: "none",
|
|
992
|
+
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"
|
|
993
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
994
|
+
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"
|
|
976
995
|
})), children);
|
|
977
996
|
});
|
|
978
997
|
if (process.env.NODE_ENV !== "production") {
|
|
979
|
-
|
|
998
|
+
CrowdReportFilled.propTypes = iconPropTypes;
|
|
980
999
|
}
|
|
981
|
-
const
|
|
1000
|
+
const Csv = /*#__PURE__*/React.forwardRef(function Csv(_ref40, ref) {
|
|
982
1001
|
let {
|
|
983
1002
|
children,
|
|
984
1003
|
size = 16,
|
|
@@ -992,14 +1011,14 @@ const CurrencyPound = /*#__PURE__*/React.forwardRef(function CurrencyPound(_ref4
|
|
|
992
1011
|
viewBox: "0 0 32 32",
|
|
993
1012
|
fill: "currentColor",
|
|
994
1013
|
...rest
|
|
995
|
-
},
|
|
996
|
-
d: "
|
|
1014
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
1015
|
+
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"
|
|
997
1016
|
})), children);
|
|
998
1017
|
});
|
|
999
1018
|
if (process.env.NODE_ENV !== "production") {
|
|
1000
|
-
|
|
1019
|
+
Csv.propTypes = iconPropTypes;
|
|
1001
1020
|
}
|
|
1002
|
-
const
|
|
1021
|
+
const QCU1 = /*#__PURE__*/React.forwardRef(function QCU1(_ref41, ref) {
|
|
1003
1022
|
let {
|
|
1004
1023
|
children,
|
|
1005
1024
|
size = 16,
|
|
@@ -1013,14 +1032,14 @@ const CurrencyRuble = /*#__PURE__*/React.forwardRef(function CurrencyRuble(_ref4
|
|
|
1013
1032
|
viewBox: "0 0 32 32",
|
|
1014
1033
|
fill: "currentColor",
|
|
1015
1034
|
...rest
|
|
1016
|
-
},
|
|
1017
|
-
d: "
|
|
1035
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
1036
|
+
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"
|
|
1018
1037
|
})), children);
|
|
1019
1038
|
});
|
|
1020
1039
|
if (process.env.NODE_ENV !== "production") {
|
|
1021
|
-
|
|
1040
|
+
QCU1.propTypes = iconPropTypes;
|
|
1022
1041
|
}
|
|
1023
|
-
const
|
|
1042
|
+
const QCU3 = /*#__PURE__*/React.forwardRef(function QCU3(_ref42, ref) {
|
|
1024
1043
|
let {
|
|
1025
1044
|
children,
|
|
1026
1045
|
size = 16,
|
|
@@ -1034,14 +1053,14 @@ const CurrencyRupee = /*#__PURE__*/React.forwardRef(function CurrencyRupee(_ref4
|
|
|
1034
1053
|
viewBox: "0 0 32 32",
|
|
1035
1054
|
fill: "currentColor",
|
|
1036
1055
|
...rest
|
|
1037
|
-
},
|
|
1038
|
-
d: "
|
|
1056
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
1057
|
+
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"
|
|
1039
1058
|
})), children);
|
|
1040
1059
|
});
|
|
1041
1060
|
if (process.env.NODE_ENV !== "production") {
|
|
1042
|
-
|
|
1061
|
+
QCU3.propTypes = iconPropTypes;
|
|
1043
1062
|
}
|
|
1044
|
-
const
|
|
1063
|
+
const Cube = /*#__PURE__*/React.forwardRef(function Cube(_ref43, ref) {
|
|
1045
1064
|
let {
|
|
1046
1065
|
children,
|
|
1047
1066
|
size = 16,
|
|
@@ -1055,16 +1074,14 @@ const CurrencyShekel = /*#__PURE__*/React.forwardRef(function CurrencyShekel(_re
|
|
|
1055
1074
|
viewBox: "0 0 32 32",
|
|
1056
1075
|
fill: "currentColor",
|
|
1057
1076
|
...rest
|
|
1058
|
-
},
|
|
1059
|
-
d: "
|
|
1060
|
-
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
1061
|
-
d: "M20,27H12V10h2V25h6a3.0033,3.0033,0,0,0,3-3V5h2V22A5.0057,5.0057,0,0,1,20,27Z"
|
|
1077
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
1078
|
+
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"
|
|
1062
1079
|
})), children);
|
|
1063
1080
|
});
|
|
1064
1081
|
if (process.env.NODE_ENV !== "production") {
|
|
1065
|
-
|
|
1082
|
+
Cube.propTypes = iconPropTypes;
|
|
1066
1083
|
}
|
|
1067
|
-
const
|
|
1084
|
+
const CubeView = /*#__PURE__*/React.forwardRef(function CubeView(_ref44, ref) {
|
|
1068
1085
|
let {
|
|
1069
1086
|
children,
|
|
1070
1087
|
size = 16,
|
|
@@ -1078,14 +1095,20 @@ const CurrencyWon = /*#__PURE__*/React.forwardRef(function CurrencyWon(_ref44, r
|
|
|
1078
1095
|
viewBox: "0 0 32 32",
|
|
1079
1096
|
fill: "currentColor",
|
|
1080
1097
|
...rest
|
|
1081
|
-
},
|
|
1082
|
-
|
|
1098
|
+
}, _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
|
1099
|
+
cx: "16",
|
|
1100
|
+
cy: "16",
|
|
1101
|
+
r: "2"
|
|
1102
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
1103
|
+
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"
|
|
1104
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
1105
|
+
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"
|
|
1083
1106
|
})), children);
|
|
1084
1107
|
});
|
|
1085
1108
|
if (process.env.NODE_ENV !== "production") {
|
|
1086
|
-
|
|
1109
|
+
CubeView.propTypes = iconPropTypes;
|
|
1087
1110
|
}
|
|
1088
|
-
const
|
|
1111
|
+
const Currency = /*#__PURE__*/React.forwardRef(function Currency(_ref45, ref) {
|
|
1089
1112
|
let {
|
|
1090
1113
|
children,
|
|
1091
1114
|
size = 16,
|
|
@@ -1099,14 +1122,16 @@ const CurrencyYen = /*#__PURE__*/React.forwardRef(function CurrencyYen(_ref45, r
|
|
|
1099
1122
|
viewBox: "0 0 32 32",
|
|
1100
1123
|
fill: "currentColor",
|
|
1101
1124
|
...rest
|
|
1102
|
-
},
|
|
1103
|
-
d: "
|
|
1125
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
1126
|
+
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"
|
|
1127
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1128
|
+
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"
|
|
1104
1129
|
})), children);
|
|
1105
1130
|
});
|
|
1106
1131
|
if (process.env.NODE_ENV !== "production") {
|
|
1107
|
-
|
|
1132
|
+
Currency.propTypes = iconPropTypes;
|
|
1108
1133
|
}
|
|
1109
|
-
const
|
|
1134
|
+
const CurrencyBaht = /*#__PURE__*/React.forwardRef(function CurrencyBaht(_ref46, ref) {
|
|
1110
1135
|
let {
|
|
1111
1136
|
children,
|
|
1112
1137
|
size = 16,
|
|
@@ -1120,14 +1145,14 @@ const Cursor_1 = /*#__PURE__*/React.forwardRef(function Cursor_1(_ref46, ref) {
|
|
|
1120
1145
|
viewBox: "0 0 32 32",
|
|
1121
1146
|
fill: "currentColor",
|
|
1122
1147
|
...rest
|
|
1123
|
-
},
|
|
1124
|
-
d: "
|
|
1148
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1149
|
+
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"
|
|
1125
1150
|
})), children);
|
|
1126
1151
|
});
|
|
1127
1152
|
if (process.env.NODE_ENV !== "production") {
|
|
1128
|
-
|
|
1153
|
+
CurrencyBaht.propTypes = iconPropTypes;
|
|
1129
1154
|
}
|
|
1130
|
-
const
|
|
1155
|
+
const CurrencyDollar = /*#__PURE__*/React.forwardRef(function CurrencyDollar(_ref47, ref) {
|
|
1131
1156
|
let {
|
|
1132
1157
|
children,
|
|
1133
1158
|
size = 16,
|
|
@@ -1141,14 +1166,14 @@ const Cursor_2 = /*#__PURE__*/React.forwardRef(function Cursor_2(_ref47, ref) {
|
|
|
1141
1166
|
viewBox: "0 0 32 32",
|
|
1142
1167
|
fill: "currentColor",
|
|
1143
1168
|
...rest
|
|
1144
|
-
},
|
|
1145
|
-
d: "
|
|
1169
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1170
|
+
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"
|
|
1146
1171
|
})), children);
|
|
1147
1172
|
});
|
|
1148
1173
|
if (process.env.NODE_ENV !== "production") {
|
|
1149
|
-
|
|
1174
|
+
CurrencyDollar.propTypes = iconPropTypes;
|
|
1150
1175
|
}
|
|
1151
|
-
const
|
|
1176
|
+
const CurrencyEuro = /*#__PURE__*/React.forwardRef(function CurrencyEuro(_ref48, ref) {
|
|
1152
1177
|
let {
|
|
1153
1178
|
children,
|
|
1154
1179
|
size = 16,
|
|
@@ -1162,16 +1187,14 @@ const Customer = /*#__PURE__*/React.forwardRef(function Customer(_ref48, ref) {
|
|
|
1162
1187
|
viewBox: "0 0 32 32",
|
|
1163
1188
|
fill: "currentColor",
|
|
1164
1189
|
...rest
|
|
1165
|
-
},
|
|
1166
|
-
d: "
|
|
1167
|
-
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1168
|
-
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"
|
|
1190
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1191
|
+
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"
|
|
1169
1192
|
})), children);
|
|
1170
1193
|
});
|
|
1171
1194
|
if (process.env.NODE_ENV !== "production") {
|
|
1172
|
-
|
|
1195
|
+
CurrencyEuro.propTypes = iconPropTypes;
|
|
1173
1196
|
}
|
|
1174
|
-
const
|
|
1197
|
+
const CurrencyLira = /*#__PURE__*/React.forwardRef(function CurrencyLira(_ref49, ref) {
|
|
1175
1198
|
let {
|
|
1176
1199
|
children,
|
|
1177
1200
|
size = 16,
|
|
@@ -1185,14 +1208,14 @@ const CustomerService = /*#__PURE__*/React.forwardRef(function CustomerService(_
|
|
|
1185
1208
|
viewBox: "0 0 32 32",
|
|
1186
1209
|
fill: "currentColor",
|
|
1187
1210
|
...rest
|
|
1188
|
-
},
|
|
1189
|
-
d: "
|
|
1211
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1212
|
+
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"
|
|
1190
1213
|
})), children);
|
|
1191
1214
|
});
|
|
1192
1215
|
if (process.env.NODE_ENV !== "production") {
|
|
1193
|
-
|
|
1216
|
+
CurrencyLira.propTypes = iconPropTypes;
|
|
1194
1217
|
}
|
|
1195
|
-
const
|
|
1218
|
+
const CurrencyPound = /*#__PURE__*/React.forwardRef(function CurrencyPound(_ref50, ref) {
|
|
1196
1219
|
let {
|
|
1197
1220
|
children,
|
|
1198
1221
|
size = 16,
|
|
@@ -1206,14 +1229,14 @@ const Cut = /*#__PURE__*/React.forwardRef(function Cut(_ref50, ref) {
|
|
|
1206
1229
|
viewBox: "0 0 32 32",
|
|
1207
1230
|
fill: "currentColor",
|
|
1208
1231
|
...rest
|
|
1209
|
-
},
|
|
1210
|
-
d: "
|
|
1232
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1233
|
+
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"
|
|
1211
1234
|
})), children);
|
|
1212
1235
|
});
|
|
1213
1236
|
if (process.env.NODE_ENV !== "production") {
|
|
1214
|
-
|
|
1237
|
+
CurrencyPound.propTypes = iconPropTypes;
|
|
1215
1238
|
}
|
|
1216
|
-
const
|
|
1239
|
+
const CurrencyRuble = /*#__PURE__*/React.forwardRef(function CurrencyRuble(_ref51, ref) {
|
|
1217
1240
|
let {
|
|
1218
1241
|
children,
|
|
1219
1242
|
size = 16,
|
|
@@ -1227,14 +1250,14 @@ const WatsonHealthCutInHalf = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
1227
1250
|
viewBox: "0 0 32 32",
|
|
1228
1251
|
fill: "currentColor",
|
|
1229
1252
|
...rest
|
|
1230
|
-
},
|
|
1231
|
-
d: "
|
|
1253
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1254
|
+
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"
|
|
1232
1255
|
})), children);
|
|
1233
1256
|
});
|
|
1234
1257
|
if (process.env.NODE_ENV !== "production") {
|
|
1235
|
-
|
|
1258
|
+
CurrencyRuble.propTypes = iconPropTypes;
|
|
1236
1259
|
}
|
|
1237
|
-
const
|
|
1260
|
+
const CurrencyRupee = /*#__PURE__*/React.forwardRef(function CurrencyRupee(_ref52, ref) {
|
|
1238
1261
|
let {
|
|
1239
1262
|
children,
|
|
1240
1263
|
size = 16,
|
|
@@ -1248,16 +1271,14 @@ const CutOut = /*#__PURE__*/React.forwardRef(function CutOut(_ref52, ref) {
|
|
|
1248
1271
|
viewBox: "0 0 32 32",
|
|
1249
1272
|
fill: "currentColor",
|
|
1250
1273
|
...rest
|
|
1251
|
-
},
|
|
1252
|
-
d: "
|
|
1253
|
-
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1254
|
-
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"
|
|
1274
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1275
|
+
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"
|
|
1255
1276
|
})), children);
|
|
1256
1277
|
});
|
|
1257
1278
|
if (process.env.NODE_ENV !== "production") {
|
|
1258
|
-
|
|
1279
|
+
CurrencyRupee.propTypes = iconPropTypes;
|
|
1259
1280
|
}
|
|
1260
|
-
const
|
|
1281
|
+
const CurrencyShekel = /*#__PURE__*/React.forwardRef(function CurrencyShekel(_ref53, ref) {
|
|
1261
1282
|
let {
|
|
1262
1283
|
children,
|
|
1263
1284
|
size = 16,
|
|
@@ -1271,14 +1292,16 @@ const QCY = /*#__PURE__*/React.forwardRef(function QCY(_ref53, ref) {
|
|
|
1271
1292
|
viewBox: "0 0 32 32",
|
|
1272
1293
|
fill: "currentColor",
|
|
1273
1294
|
...rest
|
|
1274
|
-
},
|
|
1275
|
-
d: "
|
|
1295
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1296
|
+
d: "M9,27H7V5h8a5.0057,5.0057,0,0,1,5,5V22H18V10a3.0033,3.0033,0,0,0-3-3H9Z"
|
|
1297
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1298
|
+
d: "M20,27H12V10h2V25h6a3.0033,3.0033,0,0,0,3-3V5h2V22A5.0057,5.0057,0,0,1,20,27Z"
|
|
1276
1299
|
})), children);
|
|
1277
1300
|
});
|
|
1278
1301
|
if (process.env.NODE_ENV !== "production") {
|
|
1279
|
-
|
|
1302
|
+
CurrencyShekel.propTypes = iconPropTypes;
|
|
1280
1303
|
}
|
|
1281
|
-
const
|
|
1304
|
+
const CurrencyWon = /*#__PURE__*/React.forwardRef(function CurrencyWon(_ref54, ref) {
|
|
1282
1305
|
let {
|
|
1283
1306
|
children,
|
|
1284
1307
|
size = 16,
|
|
@@ -1292,16 +1315,14 @@ const Cyclist = /*#__PURE__*/React.forwardRef(function Cyclist(_ref54, ref) {
|
|
|
1292
1315
|
viewBox: "0 0 32 32",
|
|
1293
1316
|
fill: "currentColor",
|
|
1294
1317
|
...rest
|
|
1295
|
-
},
|
|
1296
|
-
d: "
|
|
1297
|
-
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1298
|
-
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"
|
|
1318
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1319
|
+
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"
|
|
1299
1320
|
})), children);
|
|
1300
1321
|
});
|
|
1301
1322
|
if (process.env.NODE_ENV !== "production") {
|
|
1302
|
-
|
|
1323
|
+
CurrencyWon.propTypes = iconPropTypes;
|
|
1303
1324
|
}
|
|
1304
|
-
const
|
|
1325
|
+
const CurrencyYen = /*#__PURE__*/React.forwardRef(function CurrencyYen(_ref55, ref) {
|
|
1305
1326
|
let {
|
|
1306
1327
|
children,
|
|
1307
1328
|
size = 16,
|
|
@@ -1315,14 +1336,14 @@ const QCZ = /*#__PURE__*/React.forwardRef(function QCZ(_ref55, ref) {
|
|
|
1315
1336
|
viewBox: "0 0 32 32",
|
|
1316
1337
|
fill: "currentColor",
|
|
1317
1338
|
...rest
|
|
1318
|
-
},
|
|
1319
|
-
d: "
|
|
1339
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1340
|
+
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"
|
|
1320
1341
|
})), children);
|
|
1321
1342
|
});
|
|
1322
1343
|
if (process.env.NODE_ENV !== "production") {
|
|
1323
|
-
|
|
1344
|
+
CurrencyYen.propTypes = iconPropTypes;
|
|
1324
1345
|
}
|
|
1325
|
-
const
|
|
1346
|
+
const Cursor_1 = /*#__PURE__*/React.forwardRef(function Cursor_1(_ref56, ref) {
|
|
1326
1347
|
let {
|
|
1327
1348
|
children,
|
|
1328
1349
|
size = 16,
|
|
@@ -1336,16 +1357,14 @@ const Dashboard = /*#__PURE__*/React.forwardRef(function Dashboard(_ref56, ref)
|
|
|
1336
1357
|
viewBox: "0 0 32 32",
|
|
1337
1358
|
fill: "currentColor",
|
|
1338
1359
|
...rest
|
|
1339
|
-
},
|
|
1340
|
-
d: "
|
|
1341
|
-
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1342
|
-
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"
|
|
1360
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1361
|
+
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"
|
|
1343
1362
|
})), children);
|
|
1344
1363
|
});
|
|
1345
1364
|
if (process.env.NODE_ENV !== "production") {
|
|
1346
|
-
|
|
1365
|
+
Cursor_1.propTypes = iconPropTypes;
|
|
1347
1366
|
}
|
|
1348
|
-
const
|
|
1367
|
+
const Cursor_2 = /*#__PURE__*/React.forwardRef(function Cursor_2(_ref57, ref) {
|
|
1349
1368
|
let {
|
|
1350
1369
|
children,
|
|
1351
1370
|
size = 16,
|
|
@@ -1359,16 +1378,14 @@ const DashboardReference = /*#__PURE__*/React.forwardRef(function DashboardRefer
|
|
|
1359
1378
|
viewBox: "0 0 32 32",
|
|
1360
1379
|
fill: "currentColor",
|
|
1361
1380
|
...rest
|
|
1362
|
-
},
|
|
1363
|
-
d: "
|
|
1364
|
-
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1365
|
-
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"
|
|
1381
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1382
|
+
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"
|
|
1366
1383
|
})), children);
|
|
1367
1384
|
});
|
|
1368
1385
|
if (process.env.NODE_ENV !== "production") {
|
|
1369
|
-
|
|
1386
|
+
Cursor_2.propTypes = iconPropTypes;
|
|
1370
1387
|
}
|
|
1371
|
-
const
|
|
1388
|
+
const Customer = /*#__PURE__*/React.forwardRef(function Customer(_ref58, ref) {
|
|
1372
1389
|
let {
|
|
1373
1390
|
children,
|
|
1374
1391
|
size = 16,
|
|
@@ -1383,13 +1400,15 @@ const Data_1 = /*#__PURE__*/React.forwardRef(function Data_1(_ref58, ref) {
|
|
|
1383
1400
|
fill: "currentColor",
|
|
1384
1401
|
...rest
|
|
1385
1402
|
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1386
|
-
d: "
|
|
1403
|
+
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"
|
|
1404
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1405
|
+
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"
|
|
1387
1406
|
})), children);
|
|
1388
1407
|
});
|
|
1389
1408
|
if (process.env.NODE_ENV !== "production") {
|
|
1390
|
-
|
|
1409
|
+
Customer.propTypes = iconPropTypes;
|
|
1391
1410
|
}
|
|
1392
|
-
const
|
|
1411
|
+
const CustomerService = /*#__PURE__*/React.forwardRef(function CustomerService(_ref59, ref) {
|
|
1393
1412
|
let {
|
|
1394
1413
|
children,
|
|
1395
1414
|
size = 16,
|
|
@@ -1403,14 +1422,14 @@ const Data_2 = /*#__PURE__*/React.forwardRef(function Data_2(_ref59, ref) {
|
|
|
1403
1422
|
viewBox: "0 0 32 32",
|
|
1404
1423
|
fill: "currentColor",
|
|
1405
1424
|
...rest
|
|
1406
|
-
},
|
|
1407
|
-
d: "
|
|
1425
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1426
|
+
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"
|
|
1408
1427
|
})), children);
|
|
1409
1428
|
});
|
|
1410
1429
|
if (process.env.NODE_ENV !== "production") {
|
|
1411
|
-
|
|
1430
|
+
CustomerService.propTypes = iconPropTypes;
|
|
1412
1431
|
}
|
|
1413
|
-
const
|
|
1432
|
+
const Cut = /*#__PURE__*/React.forwardRef(function Cut(_ref60, ref) {
|
|
1414
1433
|
let {
|
|
1415
1434
|
children,
|
|
1416
1435
|
size = 16,
|
|
@@ -1424,26 +1443,14 @@ const DataBase = /*#__PURE__*/React.forwardRef(function DataBase(_ref60, ref) {
|
|
|
1424
1443
|
viewBox: "0 0 32 32",
|
|
1425
1444
|
fill: "currentColor",
|
|
1426
1445
|
...rest
|
|
1427
|
-
},
|
|
1428
|
-
d: "
|
|
1429
|
-
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
1430
|
-
cx: "11",
|
|
1431
|
-
cy: "8",
|
|
1432
|
-
r: "1"
|
|
1433
|
-
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
1434
|
-
cx: "11",
|
|
1435
|
-
cy: "16",
|
|
1436
|
-
r: "1"
|
|
1437
|
-
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
1438
|
-
cx: "11",
|
|
1439
|
-
cy: "24",
|
|
1440
|
-
r: "1"
|
|
1446
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1447
|
+
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"
|
|
1441
1448
|
})), children);
|
|
1442
1449
|
});
|
|
1443
1450
|
if (process.env.NODE_ENV !== "production") {
|
|
1444
|
-
|
|
1451
|
+
Cut.propTypes = iconPropTypes;
|
|
1445
1452
|
}
|
|
1446
|
-
const
|
|
1453
|
+
const WatsonHealthCutInHalf = /*#__PURE__*/React.forwardRef(function WatsonHealthCutInHalf(_ref61, ref) {
|
|
1447
1454
|
let {
|
|
1448
1455
|
children,
|
|
1449
1456
|
size = 16,
|
|
@@ -1457,16 +1464,14 @@ const DataBaseAlt = /*#__PURE__*/React.forwardRef(function DataBaseAlt(_ref61, r
|
|
|
1457
1464
|
viewBox: "0 0 32 32",
|
|
1458
1465
|
fill: "currentColor",
|
|
1459
1466
|
...rest
|
|
1460
|
-
},
|
|
1461
|
-
d: "
|
|
1462
|
-
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1463
|
-
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"
|
|
1467
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1468
|
+
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"
|
|
1464
1469
|
})), children);
|
|
1465
1470
|
});
|
|
1466
1471
|
if (process.env.NODE_ENV !== "production") {
|
|
1467
|
-
|
|
1472
|
+
WatsonHealthCutInHalf.propTypes = iconPropTypes;
|
|
1468
1473
|
}
|
|
1469
|
-
const
|
|
1474
|
+
const CutOut = /*#__PURE__*/React.forwardRef(function CutOut(_ref62, ref) {
|
|
1470
1475
|
let {
|
|
1471
1476
|
children,
|
|
1472
1477
|
size = 16,
|
|
@@ -1481,13 +1486,15 @@ const DataCategorical = /*#__PURE__*/React.forwardRef(function DataCategorical(_
|
|
|
1481
1486
|
fill: "currentColor",
|
|
1482
1487
|
...rest
|
|
1483
1488
|
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1484
|
-
d: "
|
|
1489
|
+
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"
|
|
1490
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1491
|
+
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"
|
|
1485
1492
|
})), children);
|
|
1486
1493
|
});
|
|
1487
1494
|
if (process.env.NODE_ENV !== "production") {
|
|
1488
|
-
|
|
1495
|
+
CutOut.propTypes = iconPropTypes;
|
|
1489
1496
|
}
|
|
1490
|
-
const
|
|
1497
|
+
const QCY = /*#__PURE__*/React.forwardRef(function QCY(_ref63, ref) {
|
|
1491
1498
|
let {
|
|
1492
1499
|
children,
|
|
1493
1500
|
size = 16,
|
|
@@ -1501,16 +1508,14 @@ const DataCenter = /*#__PURE__*/React.forwardRef(function DataCenter(_ref63, ref
|
|
|
1501
1508
|
viewBox: "0 0 32 32",
|
|
1502
1509
|
fill: "currentColor",
|
|
1503
1510
|
...rest
|
|
1504
|
-
},
|
|
1505
|
-
d: "
|
|
1506
|
-
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1507
|
-
d: "M14 8H18V10H14zM14 12H18V14H14zM14 16H18V18H14z"
|
|
1511
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1512
|
+
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"
|
|
1508
1513
|
})), children);
|
|
1509
1514
|
});
|
|
1510
1515
|
if (process.env.NODE_ENV !== "production") {
|
|
1511
|
-
|
|
1516
|
+
QCY.propTypes = iconPropTypes;
|
|
1512
1517
|
}
|
|
1513
|
-
const
|
|
1518
|
+
const Cyclist = /*#__PURE__*/React.forwardRef(function Cyclist(_ref64, ref) {
|
|
1514
1519
|
let {
|
|
1515
1520
|
children,
|
|
1516
1521
|
size = 16,
|
|
@@ -1525,27 +1530,15 @@ const DataCheck = /*#__PURE__*/React.forwardRef(function DataCheck(_ref64, ref)
|
|
|
1525
1530
|
fill: "currentColor",
|
|
1526
1531
|
...rest
|
|
1527
1532
|
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1528
|
-
d: "
|
|
1529
|
-
})), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
|
1530
|
-
cx: "11",
|
|
1531
|
-
cy: "8",
|
|
1532
|
-
r: "1"
|
|
1533
|
-
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
|
1534
|
-
cx: "11",
|
|
1535
|
-
cy: "16",
|
|
1536
|
-
r: "1"
|
|
1537
|
-
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
1538
|
-
cx: "11",
|
|
1539
|
-
cy: "24",
|
|
1540
|
-
r: "1"
|
|
1533
|
+
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"
|
|
1541
1534
|
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1542
|
-
d: "
|
|
1535
|
+
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"
|
|
1543
1536
|
})), children);
|
|
1544
1537
|
});
|
|
1545
1538
|
if (process.env.NODE_ENV !== "production") {
|
|
1546
|
-
|
|
1539
|
+
Cyclist.propTypes = iconPropTypes;
|
|
1547
1540
|
}
|
|
1548
|
-
const
|
|
1541
|
+
const QCZ = /*#__PURE__*/React.forwardRef(function QCZ(_ref65, ref) {
|
|
1549
1542
|
let {
|
|
1550
1543
|
children,
|
|
1551
1544
|
size = 16,
|
|
@@ -1560,17 +1553,13 @@ const DataConnected = /*#__PURE__*/React.forwardRef(function DataConnected(_ref6
|
|
|
1560
1553
|
fill: "currentColor",
|
|
1561
1554
|
...rest
|
|
1562
1555
|
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1563
|
-
d: "
|
|
1564
|
-
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1565
|
-
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"
|
|
1566
|
-
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1567
|
-
d: "M8 30L2 30 2 2 8 2 8 4 4 4 4 28 8 28 8 30z"
|
|
1556
|
+
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"
|
|
1568
1557
|
})), children);
|
|
1569
1558
|
});
|
|
1570
1559
|
if (process.env.NODE_ENV !== "production") {
|
|
1571
|
-
|
|
1560
|
+
QCZ.propTypes = iconPropTypes;
|
|
1572
1561
|
}
|
|
1573
|
-
const
|
|
1562
|
+
const Dashboard = /*#__PURE__*/React.forwardRef(function Dashboard(_ref66, ref) {
|
|
1574
1563
|
let {
|
|
1575
1564
|
children,
|
|
1576
1565
|
size = 16,
|
|
@@ -1584,28 +1573,16 @@ const DataError = /*#__PURE__*/React.forwardRef(function DataError(_ref66, ref)
|
|
|
1584
1573
|
viewBox: "0 0 32 32",
|
|
1585
1574
|
fill: "currentColor",
|
|
1586
1575
|
...rest
|
|
1587
|
-
},
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
1592
|
-
cx: "11",
|
|
1593
|
-
cy: "16",
|
|
1594
|
-
r: "1"
|
|
1595
|
-
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
1596
|
-
cx: "11",
|
|
1597
|
-
cy: "24",
|
|
1598
|
-
r: "1"
|
|
1599
|
-
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1600
|
-
d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2H18V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z"
|
|
1601
|
-
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1602
|
-
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"
|
|
1576
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1577
|
+
d: "M24 21H26V26H24zM20 16H22V26H20zM11 26a5.0059 5.0059 0 01-5-5H8a3 3 0 103-3V16a5 5 0 010 10z"
|
|
1578
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1579
|
+
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"
|
|
1603
1580
|
})), children);
|
|
1604
1581
|
});
|
|
1605
1582
|
if (process.env.NODE_ENV !== "production") {
|
|
1606
|
-
|
|
1583
|
+
Dashboard.propTypes = iconPropTypes;
|
|
1607
1584
|
}
|
|
1608
|
-
const
|
|
1585
|
+
const DashboardReference = /*#__PURE__*/React.forwardRef(function DashboardReference(_ref67, ref) {
|
|
1609
1586
|
let {
|
|
1610
1587
|
children,
|
|
1611
1588
|
size = 16,
|
|
@@ -1619,16 +1596,16 @@ const DataFormat = /*#__PURE__*/React.forwardRef(function DataFormat(_ref67, ref
|
|
|
1619
1596
|
viewBox: "0 0 32 32",
|
|
1620
1597
|
fill: "currentColor",
|
|
1621
1598
|
...rest
|
|
1622
|
-
},
|
|
1623
|
-
d: "
|
|
1624
|
-
})),
|
|
1625
|
-
d: "M28,
|
|
1599
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1600
|
+
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"
|
|
1601
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1602
|
+
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"
|
|
1626
1603
|
})), children);
|
|
1627
1604
|
});
|
|
1628
1605
|
if (process.env.NODE_ENV !== "production") {
|
|
1629
|
-
|
|
1606
|
+
DashboardReference.propTypes = iconPropTypes;
|
|
1630
1607
|
}
|
|
1631
|
-
const
|
|
1608
|
+
const Data_1 = /*#__PURE__*/React.forwardRef(function Data_1(_ref68, ref) {
|
|
1632
1609
|
let {
|
|
1633
1610
|
children,
|
|
1634
1611
|
size = 16,
|
|
@@ -1642,14 +1619,14 @@ const DataReference = /*#__PURE__*/React.forwardRef(function DataReference(_ref6
|
|
|
1642
1619
|
viewBox: "0 0 32 32",
|
|
1643
1620
|
fill: "currentColor",
|
|
1644
1621
|
...rest
|
|
1645
|
-
},
|
|
1646
|
-
d: "
|
|
1622
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1623
|
+
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"
|
|
1647
1624
|
})), children);
|
|
1648
1625
|
});
|
|
1649
1626
|
if (process.env.NODE_ENV !== "production") {
|
|
1650
|
-
|
|
1627
|
+
Data_1.propTypes = iconPropTypes;
|
|
1651
1628
|
}
|
|
1652
|
-
const
|
|
1629
|
+
const Data_2 = /*#__PURE__*/React.forwardRef(function Data_2(_ref69, ref) {
|
|
1653
1630
|
let {
|
|
1654
1631
|
children,
|
|
1655
1632
|
size = 16,
|
|
@@ -1663,14 +1640,14 @@ const DataRegular = /*#__PURE__*/React.forwardRef(function DataRegular(_ref69, r
|
|
|
1663
1640
|
viewBox: "0 0 32 32",
|
|
1664
1641
|
fill: "currentColor",
|
|
1665
1642
|
...rest
|
|
1666
|
-
},
|
|
1667
|
-
d: "
|
|
1643
|
+
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1644
|
+
d: "M4 6H15V8H4zM18 6H28V8H18zM21 12H28V14H21zM11 12H18V14H11zM4 12H8V14H4zM4 18H28V20H4zM4 24H21V26H4zM24 24H28V26H24z"
|
|
1668
1645
|
})), children);
|
|
1669
1646
|
});
|
|
1670
1647
|
if (process.env.NODE_ENV !== "production") {
|
|
1671
|
-
|
|
1648
|
+
Data_2.propTypes = iconPropTypes;
|
|
1672
1649
|
}
|
|
1673
|
-
const
|
|
1650
|
+
const DataBase = /*#__PURE__*/React.forwardRef(function DataBase(_ref70, ref) {
|
|
1674
1651
|
let {
|
|
1675
1652
|
children,
|
|
1676
1653
|
size = 16,
|
|
@@ -1684,14 +1661,26 @@ const DataSet = /*#__PURE__*/React.forwardRef(function DataSet(_ref70, ref) {
|
|
|
1684
1661
|
viewBox: "0 0 32 32",
|
|
1685
1662
|
fill: "currentColor",
|
|
1686
1663
|
...rest
|
|
1687
|
-
},
|
|
1688
|
-
d: "
|
|
1664
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1665
|
+
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"
|
|
1666
|
+
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
|
1667
|
+
cx: "11",
|
|
1668
|
+
cy: "8",
|
|
1669
|
+
r: "1"
|
|
1670
|
+
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
1671
|
+
cx: "11",
|
|
1672
|
+
cy: "16",
|
|
1673
|
+
r: "1"
|
|
1674
|
+
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
1675
|
+
cx: "11",
|
|
1676
|
+
cy: "24",
|
|
1677
|
+
r: "1"
|
|
1689
1678
|
})), children);
|
|
1690
1679
|
});
|
|
1691
1680
|
if (process.env.NODE_ENV !== "production") {
|
|
1692
|
-
|
|
1681
|
+
DataBase.propTypes = iconPropTypes;
|
|
1693
1682
|
}
|
|
1694
|
-
const
|
|
1683
|
+
const DataBaseAlt = /*#__PURE__*/React.forwardRef(function DataBaseAlt(_ref71, ref) {
|
|
1695
1684
|
let {
|
|
1696
1685
|
children,
|
|
1697
1686
|
size = 16,
|
|
@@ -1705,18 +1694,16 @@ const DataStructured = /*#__PURE__*/React.forwardRef(function DataStructured(_re
|
|
|
1705
1694
|
viewBox: "0 0 32 32",
|
|
1706
1695
|
fill: "currentColor",
|
|
1707
1696
|
...rest
|
|
1708
|
-
},
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1713
|
-
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"
|
|
1697
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1698
|
+
d: "M7 8H12V10H7zM7 12H12V14H7zM7 16H12V18H7zM20 8H25V10H20zM20 12H25V14H20zM20 16H25V18H20z"
|
|
1699
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1700
|
+
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"
|
|
1714
1701
|
})), children);
|
|
1715
1702
|
});
|
|
1716
1703
|
if (process.env.NODE_ENV !== "production") {
|
|
1717
|
-
|
|
1704
|
+
DataBaseAlt.propTypes = iconPropTypes;
|
|
1718
1705
|
}
|
|
1719
|
-
const
|
|
1706
|
+
const DataCategorical = /*#__PURE__*/React.forwardRef(function DataCategorical(_ref72, ref) {
|
|
1720
1707
|
let {
|
|
1721
1708
|
children,
|
|
1722
1709
|
size = 16,
|
|
@@ -1730,14 +1717,14 @@ const DataUnreal = /*#__PURE__*/React.forwardRef(function DataUnreal(_ref72, ref
|
|
|
1730
1717
|
viewBox: "0 0 32 32",
|
|
1731
1718
|
fill: "currentColor",
|
|
1732
1719
|
...rest
|
|
1733
|
-
},
|
|
1734
|
-
d: "
|
|
1720
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1721
|
+
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"
|
|
1735
1722
|
})), children);
|
|
1736
1723
|
});
|
|
1737
1724
|
if (process.env.NODE_ENV !== "production") {
|
|
1738
|
-
|
|
1725
|
+
DataCategorical.propTypes = iconPropTypes;
|
|
1739
1726
|
}
|
|
1740
|
-
const
|
|
1727
|
+
const DataCenter = /*#__PURE__*/React.forwardRef(function DataCenter(_ref73, ref) {
|
|
1741
1728
|
let {
|
|
1742
1729
|
children,
|
|
1743
1730
|
size = 16,
|
|
@@ -1751,16 +1738,16 @@ const DataUnstructured = /*#__PURE__*/React.forwardRef(function DataUnstructured
|
|
|
1751
1738
|
viewBox: "0 0 32 32",
|
|
1752
1739
|
fill: "currentColor",
|
|
1753
1740
|
...rest
|
|
1754
|
-
},
|
|
1755
|
-
d: "
|
|
1756
|
-
})),
|
|
1757
|
-
d: "
|
|
1741
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1742
|
+
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"
|
|
1743
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1744
|
+
d: "M14 8H18V10H14zM14 12H18V14H14zM14 16H18V18H14z"
|
|
1758
1745
|
})), children);
|
|
1759
1746
|
});
|
|
1760
1747
|
if (process.env.NODE_ENV !== "production") {
|
|
1761
|
-
|
|
1748
|
+
DataCenter.propTypes = iconPropTypes;
|
|
1762
1749
|
}
|
|
1763
|
-
const
|
|
1750
|
+
const DataCheck = /*#__PURE__*/React.forwardRef(function DataCheck(_ref74, ref) {
|
|
1764
1751
|
let {
|
|
1765
1752
|
children,
|
|
1766
1753
|
size = 16,
|
|
@@ -1774,32 +1761,28 @@ const DataView = /*#__PURE__*/React.forwardRef(function DataView(_ref74, ref) {
|
|
|
1774
1761
|
viewBox: "0 0 32 32",
|
|
1775
1762
|
fill: "currentColor",
|
|
1776
1763
|
...rest
|
|
1777
|
-
},
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1782
|
-
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"
|
|
1783
|
-
})), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
|
1784
|
-
cx: "8",
|
|
1764
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1765
|
+
d: "M23 27.18L20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z"
|
|
1766
|
+
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
1767
|
+
cx: "11",
|
|
1785
1768
|
cy: "8",
|
|
1786
1769
|
r: "1"
|
|
1787
|
-
})),
|
|
1788
|
-
cx: "
|
|
1770
|
+
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
1771
|
+
cx: "11",
|
|
1789
1772
|
cy: "16",
|
|
1790
1773
|
r: "1"
|
|
1791
|
-
})),
|
|
1792
|
-
cx: "
|
|
1774
|
+
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
|
1775
|
+
cx: "11",
|
|
1793
1776
|
cy: "24",
|
|
1794
1777
|
r: "1"
|
|
1795
|
-
})),
|
|
1796
|
-
d: "
|
|
1778
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1779
|
+
d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2h8V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z"
|
|
1797
1780
|
})), children);
|
|
1798
1781
|
});
|
|
1799
1782
|
if (process.env.NODE_ENV !== "production") {
|
|
1800
|
-
|
|
1783
|
+
DataCheck.propTypes = iconPropTypes;
|
|
1801
1784
|
}
|
|
1802
|
-
const
|
|
1785
|
+
const DataConnected = /*#__PURE__*/React.forwardRef(function DataConnected(_ref75, ref) {
|
|
1803
1786
|
let {
|
|
1804
1787
|
children,
|
|
1805
1788
|
size = 16,
|
|
@@ -1813,20 +1796,18 @@ const DataViewAlt = /*#__PURE__*/React.forwardRef(function DataViewAlt(_ref75, r
|
|
|
1813
1796
|
viewBox: "0 0 32 32",
|
|
1814
1797
|
fill: "currentColor",
|
|
1815
1798
|
...rest
|
|
1816
|
-
},
|
|
1817
|
-
|
|
1818
|
-
cy: "24",
|
|
1819
|
-
r: "2"
|
|
1799
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1800
|
+
d: "M30 30L24 30 24 28 28 28 28 4 24 4 24 2 30 2 30 30z"
|
|
1820
1801
|
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1821
|
-
d: "
|
|
1802
|
+
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"
|
|
1822
1803
|
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1823
|
-
d: "
|
|
1804
|
+
d: "M8 30L2 30 2 2 8 2 8 4 4 4 4 28 8 28 8 30z"
|
|
1824
1805
|
})), children);
|
|
1825
1806
|
});
|
|
1826
1807
|
if (process.env.NODE_ENV !== "production") {
|
|
1827
|
-
|
|
1808
|
+
DataConnected.propTypes = iconPropTypes;
|
|
1828
1809
|
}
|
|
1829
|
-
const
|
|
1810
|
+
const DataError = /*#__PURE__*/React.forwardRef(function DataError(_ref76, ref) {
|
|
1830
1811
|
let {
|
|
1831
1812
|
children,
|
|
1832
1813
|
size = 16,
|
|
@@ -1840,20 +1821,28 @@ const DataAccessor = /*#__PURE__*/React.forwardRef(function DataAccessor(_ref76,
|
|
|
1840
1821
|
viewBox: "0 0 32 32",
|
|
1841
1822
|
fill: "currentColor",
|
|
1842
1823
|
...rest
|
|
1843
|
-
},
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1824
|
+
}, _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
|
|
1825
|
+
cx: "11",
|
|
1826
|
+
cy: "8",
|
|
1827
|
+
r: "1"
|
|
1828
|
+
})), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
|
1829
|
+
cx: "11",
|
|
1830
|
+
cy: "16",
|
|
1831
|
+
r: "1"
|
|
1832
|
+
})), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
|
|
1833
|
+
cx: "11",
|
|
1834
|
+
cy: "24",
|
|
1848
1835
|
r: "1"
|
|
1836
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1837
|
+
d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2H18V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z"
|
|
1849
1838
|
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1850
|
-
d: "
|
|
1839
|
+
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"
|
|
1851
1840
|
})), children);
|
|
1852
1841
|
});
|
|
1853
1842
|
if (process.env.NODE_ENV !== "production") {
|
|
1854
|
-
|
|
1843
|
+
DataError.propTypes = iconPropTypes;
|
|
1855
1844
|
}
|
|
1856
|
-
const
|
|
1845
|
+
const DataFormat = /*#__PURE__*/React.forwardRef(function DataFormat(_ref77, ref) {
|
|
1857
1846
|
let {
|
|
1858
1847
|
children,
|
|
1859
1848
|
size = 16,
|
|
@@ -1868,15 +1857,15 @@ const DataAnalytics = /*#__PURE__*/React.forwardRef(function DataAnalytics(_ref7
|
|
|
1868
1857
|
fill: "currentColor",
|
|
1869
1858
|
...rest
|
|
1870
1859
|
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1871
|
-
d: "
|
|
1860
|
+
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"
|
|
1872
1861
|
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1873
|
-
d: "
|
|
1862
|
+
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"
|
|
1874
1863
|
})), children);
|
|
1875
1864
|
});
|
|
1876
1865
|
if (process.env.NODE_ENV !== "production") {
|
|
1877
|
-
|
|
1866
|
+
DataFormat.propTypes = iconPropTypes;
|
|
1878
1867
|
}
|
|
1879
|
-
const
|
|
1868
|
+
const DataReference = /*#__PURE__*/React.forwardRef(function DataReference(_ref78, ref) {
|
|
1880
1869
|
let {
|
|
1881
1870
|
children,
|
|
1882
1871
|
size = 16,
|
|
@@ -1890,28 +1879,14 @@ const DataBackup = /*#__PURE__*/React.forwardRef(function DataBackup(_ref78, ref
|
|
|
1890
1879
|
viewBox: "0 0 32 32",
|
|
1891
1880
|
fill: "currentColor",
|
|
1892
1881
|
...rest
|
|
1893
|
-
},
|
|
1894
|
-
|
|
1895
|
-
cy: "7",
|
|
1896
|
-
r: "1"
|
|
1897
|
-
})), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
|
|
1898
|
-
cx: "7",
|
|
1899
|
-
cy: "15",
|
|
1900
|
-
r: "1"
|
|
1901
|
-
})), _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
|
|
1902
|
-
cx: "7",
|
|
1903
|
-
cy: "23",
|
|
1904
|
-
r: "1"
|
|
1905
|
-
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1906
|
-
d: "M12,26H4V20h8V18H4V12H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V26a2,2,0,0,0,2,2h8ZM4,4H20v6H4Z"
|
|
1907
|
-
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1908
|
-
d: "M28,17v2.4131A6.996,6.996,0,1,0,22,30V28a5,5,0,1,1,4.5762-7H24v2h6V17Z"
|
|
1882
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1883
|
+
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"
|
|
1909
1884
|
})), children);
|
|
1910
1885
|
});
|
|
1911
1886
|
if (process.env.NODE_ENV !== "production") {
|
|
1912
|
-
|
|
1887
|
+
DataReference.propTypes = iconPropTypes;
|
|
1913
1888
|
}
|
|
1914
|
-
const
|
|
1889
|
+
const DataRegular = /*#__PURE__*/React.forwardRef(function DataRegular(_ref79, ref) {
|
|
1915
1890
|
let {
|
|
1916
1891
|
children,
|
|
1917
1892
|
size = 16,
|
|
@@ -1925,16 +1900,14 @@ const DataBin = /*#__PURE__*/React.forwardRef(function DataBin(_ref79, ref) {
|
|
|
1925
1900
|
viewBox: "0 0 32 32",
|
|
1926
1901
|
fill: "currentColor",
|
|
1927
1902
|
...rest
|
|
1928
|
-
},
|
|
1929
|
-
d: "
|
|
1930
|
-
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1931
|
-
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"
|
|
1903
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1904
|
+
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"
|
|
1932
1905
|
})), children);
|
|
1933
1906
|
});
|
|
1934
1907
|
if (process.env.NODE_ENV !== "production") {
|
|
1935
|
-
|
|
1908
|
+
DataRegular.propTypes = iconPropTypes;
|
|
1936
1909
|
}
|
|
1937
|
-
const
|
|
1910
|
+
const DataSet = /*#__PURE__*/React.forwardRef(function DataSet(_ref80, ref) {
|
|
1938
1911
|
let {
|
|
1939
1912
|
children,
|
|
1940
1913
|
size = 16,
|
|
@@ -1948,16 +1921,14 @@ const DataBlob = /*#__PURE__*/React.forwardRef(function DataBlob(_ref80, ref) {
|
|
|
1948
1921
|
viewBox: "0 0 32 32",
|
|
1949
1922
|
fill: "currentColor",
|
|
1950
1923
|
...rest
|
|
1951
|
-
},
|
|
1952
|
-
d: "
|
|
1953
|
-
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1954
|
-
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"
|
|
1924
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1925
|
+
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"
|
|
1955
1926
|
})), children);
|
|
1956
1927
|
});
|
|
1957
1928
|
if (process.env.NODE_ENV !== "production") {
|
|
1958
|
-
|
|
1929
|
+
DataSet.propTypes = iconPropTypes;
|
|
1959
1930
|
}
|
|
1960
|
-
const
|
|
1931
|
+
const DataStructured = /*#__PURE__*/React.forwardRef(function DataStructured(_ref81, ref) {
|
|
1961
1932
|
let {
|
|
1962
1933
|
children,
|
|
1963
1934
|
size = 16,
|
|
@@ -1971,14 +1942,18 @@ const DataClass = /*#__PURE__*/React.forwardRef(function DataClass(_ref81, ref)
|
|
|
1971
1942
|
viewBox: "0 0 32 32",
|
|
1972
1943
|
fill: "currentColor",
|
|
1973
1944
|
...rest
|
|
1974
|
-
},
|
|
1975
|
-
|
|
1945
|
+
}, _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
|
|
1946
|
+
cx: "9",
|
|
1947
|
+
cy: "7",
|
|
1948
|
+
r: "1"
|
|
1949
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1950
|
+
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"
|
|
1976
1951
|
})), children);
|
|
1977
1952
|
});
|
|
1978
1953
|
if (process.env.NODE_ENV !== "production") {
|
|
1979
|
-
|
|
1954
|
+
DataStructured.propTypes = iconPropTypes;
|
|
1980
1955
|
}
|
|
1981
|
-
const
|
|
1956
|
+
const DataUnreal = /*#__PURE__*/React.forwardRef(function DataUnreal(_ref82, ref) {
|
|
1982
1957
|
let {
|
|
1983
1958
|
children,
|
|
1984
1959
|
size = 16,
|
|
@@ -1992,18 +1967,14 @@ const DataCollection = /*#__PURE__*/React.forwardRef(function DataCollection(_re
|
|
|
1992
1967
|
viewBox: "0 0 32 32",
|
|
1993
1968
|
fill: "currentColor",
|
|
1994
1969
|
...rest
|
|
1995
|
-
},
|
|
1996
|
-
|
|
1997
|
-
cy: "16",
|
|
1998
|
-
r: "2"
|
|
1999
|
-
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
2000
|
-
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"
|
|
1970
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1971
|
+
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"
|
|
2001
1972
|
})), children);
|
|
2002
1973
|
});
|
|
2003
1974
|
if (process.env.NODE_ENV !== "production") {
|
|
2004
|
-
|
|
1975
|
+
DataUnreal.propTypes = iconPropTypes;
|
|
2005
1976
|
}
|
|
2006
|
-
const
|
|
1977
|
+
const DataUnstructured = /*#__PURE__*/React.forwardRef(function DataUnstructured(_ref83, ref) {
|
|
2007
1978
|
let {
|
|
2008
1979
|
children,
|
|
2009
1980
|
size = 16,
|
|
@@ -2017,20 +1988,16 @@ const DataDefinition = /*#__PURE__*/React.forwardRef(function DataDefinition(_re
|
|
|
2017
1988
|
viewBox: "0 0 32 32",
|
|
2018
1989
|
fill: "currentColor",
|
|
2019
1990
|
...rest
|
|
2020
|
-
},
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
2025
|
-
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"
|
|
2026
|
-
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
2027
|
-
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"
|
|
1991
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1992
|
+
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"
|
|
1993
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1994
|
+
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"
|
|
2028
1995
|
})), children);
|
|
2029
1996
|
});
|
|
2030
1997
|
if (process.env.NODE_ENV !== "production") {
|
|
2031
|
-
|
|
1998
|
+
DataUnstructured.propTypes = iconPropTypes;
|
|
2032
1999
|
}
|
|
2033
|
-
const
|
|
2000
|
+
const DataView = /*#__PURE__*/React.forwardRef(function DataView(_ref84, ref) {
|
|
2034
2001
|
let {
|
|
2035
2002
|
children,
|
|
2036
2003
|
size = 16,
|
|
@@ -2044,14 +2011,32 @@ const DataDiode = /*#__PURE__*/React.forwardRef(function DataDiode(_ref84, ref)
|
|
|
2044
2011
|
viewBox: "0 0 32 32",
|
|
2045
2012
|
fill: "currentColor",
|
|
2046
2013
|
...rest
|
|
2047
|
-
},
|
|
2048
|
-
|
|
2014
|
+
}, _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
|
|
2015
|
+
cx: "22",
|
|
2016
|
+
cy: "24",
|
|
2017
|
+
r: "2"
|
|
2018
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
2019
|
+
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"
|
|
2020
|
+
})), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
|
|
2021
|
+
cx: "8",
|
|
2022
|
+
cy: "8",
|
|
2023
|
+
r: "1"
|
|
2024
|
+
})), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
|
|
2025
|
+
cx: "8",
|
|
2026
|
+
cy: "16",
|
|
2027
|
+
r: "1"
|
|
2028
|
+
})), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
|
|
2029
|
+
cx: "8",
|
|
2030
|
+
cy: "24",
|
|
2031
|
+
r: "1"
|
|
2032
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
2033
|
+
d: "M5,21h7V19H5V13H21v3h2V5a2,2,0,0,0-2-2H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2h7V27H5ZM5,5H21v6H5Z"
|
|
2049
2034
|
})), children);
|
|
2050
2035
|
});
|
|
2051
2036
|
if (process.env.NODE_ENV !== "production") {
|
|
2052
|
-
|
|
2037
|
+
DataView.propTypes = iconPropTypes;
|
|
2053
2038
|
}
|
|
2054
|
-
const
|
|
2039
|
+
const DataViewAlt = /*#__PURE__*/React.forwardRef(function DataViewAlt(_ref85, ref) {
|
|
2055
2040
|
let {
|
|
2056
2041
|
children,
|
|
2057
2042
|
size = 16,
|
|
@@ -2065,17 +2050,20 @@ const DataEnrichment = /*#__PURE__*/React.forwardRef(function DataEnrichment(_re
|
|
|
2065
2050
|
viewBox: "0 0 32 32",
|
|
2066
2051
|
fill: "currentColor",
|
|
2067
2052
|
...rest
|
|
2068
|
-
},
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2053
|
+
}, _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
|
|
2054
|
+
cx: "22",
|
|
2055
|
+
cy: "24",
|
|
2056
|
+
r: "2"
|
|
2057
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
2058
|
+
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"
|
|
2059
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
2060
|
+
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"
|
|
2061
|
+
})), children);
|
|
2074
2062
|
});
|
|
2075
2063
|
if (process.env.NODE_ENV !== "production") {
|
|
2076
|
-
|
|
2064
|
+
DataViewAlt.propTypes = iconPropTypes;
|
|
2077
2065
|
}
|
|
2078
|
-
const
|
|
2066
|
+
const DataAccessor = /*#__PURE__*/React.forwardRef(function DataAccessor(_ref86, ref) {
|
|
2079
2067
|
let {
|
|
2080
2068
|
children,
|
|
2081
2069
|
size = 16,
|
|
@@ -2089,19 +2077,20 @@ const DataEnrichmentAdd = /*#__PURE__*/React.forwardRef(function DataEnrichmentA
|
|
|
2089
2077
|
viewBox: "0 0 32 32",
|
|
2090
2078
|
fill: "currentColor",
|
|
2091
2079
|
...rest
|
|
2092
|
-
},
|
|
2093
|
-
d: "M28
|
|
2094
|
-
}), /*#__PURE__*/React.createElement("
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2080
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
2081
|
+
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"
|
|
2082
|
+
})), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
|
|
2083
|
+
cx: "7",
|
|
2084
|
+
cy: "25",
|
|
2085
|
+
r: "1"
|
|
2086
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
2087
|
+
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"
|
|
2088
|
+
})), children);
|
|
2100
2089
|
});
|
|
2101
2090
|
if (process.env.NODE_ENV !== "production") {
|
|
2102
|
-
|
|
2091
|
+
DataAccessor.propTypes = iconPropTypes;
|
|
2103
2092
|
}
|
|
2104
|
-
const
|
|
2093
|
+
const DataAnalytics = /*#__PURE__*/React.forwardRef(function DataAnalytics(_ref87, ref) {
|
|
2105
2094
|
let {
|
|
2106
2095
|
children,
|
|
2107
2096
|
size = 16,
|
|
@@ -2115,16 +2104,16 @@ const DataPlayer = /*#__PURE__*/React.forwardRef(function DataPlayer(_ref87, ref
|
|
|
2115
2104
|
viewBox: "0 0 32 32",
|
|
2116
2105
|
fill: "currentColor",
|
|
2117
2106
|
...rest
|
|
2118
|
-
},
|
|
2119
|
-
d: "
|
|
2120
|
-
})),
|
|
2121
|
-
d: "
|
|
2107
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
2108
|
+
d: "M12 11H14V17H12zM7 13H9V17H7zM2 7H4V17H2z"
|
|
2109
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
2110
|
+
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"
|
|
2122
2111
|
})), children);
|
|
2123
2112
|
});
|
|
2124
2113
|
if (process.env.NODE_ENV !== "production") {
|
|
2125
|
-
|
|
2114
|
+
DataAnalytics.propTypes = iconPropTypes;
|
|
2126
2115
|
}
|
|
2127
|
-
const
|
|
2116
|
+
const DataBackup = /*#__PURE__*/React.forwardRef(function DataBackup(_ref88, ref) {
|
|
2128
2117
|
let {
|
|
2129
2118
|
children,
|
|
2130
2119
|
size = 16,
|
|
@@ -2138,28 +2127,28 @@ const DataQualityDefinition = /*#__PURE__*/React.forwardRef(function DataQuality
|
|
|
2138
2127
|
viewBox: "0 0 32 32",
|
|
2139
2128
|
fill: "currentColor",
|
|
2140
2129
|
...rest
|
|
2141
|
-
},
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
cx: "11",
|
|
2145
|
-
cy: "8",
|
|
2130
|
+
}, _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
|
|
2131
|
+
cx: "7",
|
|
2132
|
+
cy: "7",
|
|
2146
2133
|
r: "1"
|
|
2147
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
2148
|
-
cx: "
|
|
2149
|
-
cy: "
|
|
2134
|
+
})), _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
|
|
2135
|
+
cx: "7",
|
|
2136
|
+
cy: "15",
|
|
2150
2137
|
r: "1"
|
|
2151
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
2152
|
-
cx: "
|
|
2153
|
-
cy: "
|
|
2138
|
+
})), _circle46 || (_circle46 = /*#__PURE__*/React.createElement("circle", {
|
|
2139
|
+
cx: "7",
|
|
2140
|
+
cy: "23",
|
|
2154
2141
|
r: "1"
|
|
2155
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2156
|
-
d: "
|
|
2157
|
-
}))
|
|
2142
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
2143
|
+
d: "M12,26H4V20h8V18H4V12H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V26a2,2,0,0,0,2,2h8ZM4,4H20v6H4Z"
|
|
2144
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
2145
|
+
d: "M28,17v2.4131A6.996,6.996,0,1,0,22,30V28a5,5,0,1,1,4.5762-7H24v2h6V17Z"
|
|
2146
|
+
})), children);
|
|
2158
2147
|
});
|
|
2159
2148
|
if (process.env.NODE_ENV !== "production") {
|
|
2160
|
-
|
|
2149
|
+
DataBackup.propTypes = iconPropTypes;
|
|
2161
2150
|
}
|
|
2162
|
-
const
|
|
2151
|
+
const DataBin = /*#__PURE__*/React.forwardRef(function DataBin(_ref89, ref) {
|
|
2163
2152
|
let {
|
|
2164
2153
|
children,
|
|
2165
2154
|
size = 16,
|
|
@@ -2173,18 +2162,16 @@ const DataRefinery = /*#__PURE__*/React.forwardRef(function DataRefinery(_ref89,
|
|
|
2173
2162
|
viewBox: "0 0 32 32",
|
|
2174
2163
|
fill: "currentColor",
|
|
2175
2164
|
...rest
|
|
2176
|
-
},
|
|
2177
|
-
d: "
|
|
2178
|
-
})),
|
|
2179
|
-
d: "
|
|
2180
|
-
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
2181
|
-
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"
|
|
2165
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
2166
|
+
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"
|
|
2167
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
2168
|
+
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"
|
|
2182
2169
|
})), children);
|
|
2183
2170
|
});
|
|
2184
2171
|
if (process.env.NODE_ENV !== "production") {
|
|
2185
|
-
|
|
2172
|
+
DataBin.propTypes = iconPropTypes;
|
|
2186
2173
|
}
|
|
2187
|
-
const
|
|
2174
|
+
const DataBlob = /*#__PURE__*/React.forwardRef(function DataBlob(_ref90, ref) {
|
|
2188
2175
|
let {
|
|
2189
2176
|
children,
|
|
2190
2177
|
size = 16,
|
|
@@ -2198,16 +2185,16 @@ const DataRefineryReference = /*#__PURE__*/React.forwardRef(function DataRefiner
|
|
|
2198
2185
|
viewBox: "0 0 32 32",
|
|
2199
2186
|
fill: "currentColor",
|
|
2200
2187
|
...rest
|
|
2201
|
-
},
|
|
2202
|
-
d: "
|
|
2203
|
-
})),
|
|
2204
|
-
d: "
|
|
2188
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
2189
|
+
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"
|
|
2190
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
2191
|
+
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"
|
|
2205
2192
|
})), children);
|
|
2206
2193
|
});
|
|
2207
2194
|
if (process.env.NODE_ENV !== "production") {
|
|
2208
|
-
|
|
2195
|
+
DataBlob.propTypes = iconPropTypes;
|
|
2209
2196
|
}
|
|
2210
|
-
const
|
|
2197
|
+
const DataClass = /*#__PURE__*/React.forwardRef(function DataClass(_ref91, ref) {
|
|
2211
2198
|
let {
|
|
2212
2199
|
children,
|
|
2213
2200
|
size = 16,
|
|
@@ -2221,14 +2208,14 @@ const DataShare = /*#__PURE__*/React.forwardRef(function DataShare(_ref91, ref)
|
|
|
2221
2208
|
viewBox: "0 0 32 32",
|
|
2222
2209
|
fill: "currentColor",
|
|
2223
2210
|
...rest
|
|
2224
|
-
},
|
|
2225
|
-
d: "
|
|
2211
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
2212
|
+
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"
|
|
2226
2213
|
})), children);
|
|
2227
2214
|
});
|
|
2228
2215
|
if (process.env.NODE_ENV !== "production") {
|
|
2229
|
-
|
|
2216
|
+
DataClass.propTypes = iconPropTypes;
|
|
2230
2217
|
}
|
|
2231
|
-
const
|
|
2218
|
+
const DataCollection = /*#__PURE__*/React.forwardRef(function DataCollection(_ref92, ref) {
|
|
2232
2219
|
let {
|
|
2233
2220
|
children,
|
|
2234
2221
|
size = 16,
|
|
@@ -2242,16 +2229,18 @@ const DataTable = /*#__PURE__*/React.forwardRef(function DataTable(_ref92, ref)
|
|
|
2242
2229
|
viewBox: "0 0 32 32",
|
|
2243
2230
|
fill: "currentColor",
|
|
2244
2231
|
...rest
|
|
2245
|
-
},
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2232
|
+
}, _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
|
|
2233
|
+
cx: "16",
|
|
2234
|
+
cy: "16",
|
|
2235
|
+
r: "2"
|
|
2236
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
2237
|
+
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"
|
|
2249
2238
|
})), children);
|
|
2250
2239
|
});
|
|
2251
2240
|
if (process.env.NODE_ENV !== "production") {
|
|
2252
|
-
|
|
2241
|
+
DataCollection.propTypes = iconPropTypes;
|
|
2253
2242
|
}
|
|
2254
|
-
const
|
|
2243
|
+
const DataDefinition = /*#__PURE__*/React.forwardRef(function DataDefinition(_ref93, ref) {
|
|
2255
2244
|
let {
|
|
2256
2245
|
children,
|
|
2257
2246
|
size = 16,
|
|
@@ -2265,16 +2254,20 @@ const DataTableReference = /*#__PURE__*/React.forwardRef(function DataTableRefer
|
|
|
2265
2254
|
viewBox: "0 0 32 32",
|
|
2266
2255
|
fill: "currentColor",
|
|
2267
2256
|
...rest
|
|
2268
|
-
},
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2257
|
+
}, _circle48 || (_circle48 = /*#__PURE__*/React.createElement("circle", {
|
|
2258
|
+
cx: "14",
|
|
2259
|
+
cy: "14",
|
|
2260
|
+
r: "2"
|
|
2261
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
2262
|
+
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"
|
|
2263
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
2264
|
+
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"
|
|
2272
2265
|
})), children);
|
|
2273
2266
|
});
|
|
2274
2267
|
if (process.env.NODE_ENV !== "production") {
|
|
2275
|
-
|
|
2268
|
+
DataDefinition.propTypes = iconPropTypes;
|
|
2276
2269
|
}
|
|
2277
|
-
const
|
|
2270
|
+
const DataDiode = /*#__PURE__*/React.forwardRef(function DataDiode(_ref94, ref) {
|
|
2278
2271
|
let {
|
|
2279
2272
|
children,
|
|
2280
2273
|
size = 16,
|
|
@@ -2288,14 +2281,14 @@ const DataVis_1 = /*#__PURE__*/React.forwardRef(function DataVis_1(_ref94, ref)
|
|
|
2288
2281
|
viewBox: "0 0 32 32",
|
|
2289
2282
|
fill: "currentColor",
|
|
2290
2283
|
...rest
|
|
2291
|
-
},
|
|
2292
|
-
d: "
|
|
2284
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
2285
|
+
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"
|
|
2293
2286
|
})), children);
|
|
2294
2287
|
});
|
|
2295
2288
|
if (process.env.NODE_ENV !== "production") {
|
|
2296
|
-
|
|
2289
|
+
DataDiode.propTypes = iconPropTypes;
|
|
2297
2290
|
}
|
|
2298
|
-
const
|
|
2291
|
+
const DataEnrichment = /*#__PURE__*/React.forwardRef(function DataEnrichment(_ref95, ref) {
|
|
2299
2292
|
let {
|
|
2300
2293
|
children,
|
|
2301
2294
|
size = 16,
|
|
@@ -2309,14 +2302,17 @@ const DataVis_2 = /*#__PURE__*/React.forwardRef(function DataVis_2(_ref95, ref)
|
|
|
2309
2302
|
viewBox: "0 0 32 32",
|
|
2310
2303
|
fill: "currentColor",
|
|
2311
2304
|
...rest
|
|
2312
|
-
},
|
|
2313
|
-
d: "M28
|
|
2314
|
-
})
|
|
2305
|
+
}, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
2306
|
+
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"
|
|
2307
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2308
|
+
fill: "none",
|
|
2309
|
+
d: "M0 0h32v32H0z"
|
|
2310
|
+
})))), children);
|
|
2315
2311
|
});
|
|
2316
2312
|
if (process.env.NODE_ENV !== "production") {
|
|
2317
|
-
|
|
2313
|
+
DataEnrichment.propTypes = iconPropTypes;
|
|
2318
2314
|
}
|
|
2319
|
-
const
|
|
2315
|
+
const DataEnrichmentAdd = /*#__PURE__*/React.forwardRef(function DataEnrichmentAdd(_ref96, ref) {
|
|
2320
2316
|
let {
|
|
2321
2317
|
children,
|
|
2322
2318
|
size = 16,
|
|
@@ -2330,14 +2326,19 @@ const DataVis_3 = /*#__PURE__*/React.forwardRef(function DataVis_3(_ref96, ref)
|
|
|
2330
2326
|
viewBox: "0 0 32 32",
|
|
2331
2327
|
fill: "currentColor",
|
|
2332
2328
|
...rest
|
|
2333
|
-
},
|
|
2334
|
-
d: "M28
|
|
2335
|
-
})
|
|
2329
|
+
}, _switch2 || (_switch2 = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
2330
|
+
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"
|
|
2331
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2332
|
+
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"
|
|
2333
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2334
|
+
fill: "none",
|
|
2335
|
+
d: "M0 0h32v32H0z"
|
|
2336
|
+
})))), children);
|
|
2336
2337
|
});
|
|
2337
2338
|
if (process.env.NODE_ENV !== "production") {
|
|
2338
|
-
|
|
2339
|
+
DataEnrichmentAdd.propTypes = iconPropTypes;
|
|
2339
2340
|
}
|
|
2340
|
-
const
|
|
2341
|
+
const DataPlayer = /*#__PURE__*/React.forwardRef(function DataPlayer(_ref97, ref) {
|
|
2341
2342
|
let {
|
|
2342
2343
|
children,
|
|
2343
2344
|
size = 16,
|
|
@@ -2352,13 +2353,15 @@ const DataVis_4 = /*#__PURE__*/React.forwardRef(function DataVis_4(_ref97, ref)
|
|
|
2352
2353
|
fill: "currentColor",
|
|
2353
2354
|
...rest
|
|
2354
2355
|
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2355
|
-
d: "
|
|
2356
|
+
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"
|
|
2357
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2358
|
+
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"
|
|
2356
2359
|
})), children);
|
|
2357
2360
|
});
|
|
2358
2361
|
if (process.env.NODE_ENV !== "production") {
|
|
2359
|
-
|
|
2362
|
+
DataPlayer.propTypes = iconPropTypes;
|
|
2360
2363
|
}
|
|
2361
|
-
const
|
|
2364
|
+
const DataQualityDefinition = /*#__PURE__*/React.forwardRef(function DataQualityDefinition(_ref98, ref) {
|
|
2362
2365
|
let {
|
|
2363
2366
|
children,
|
|
2364
2367
|
size = 16,
|
|
@@ -2372,14 +2375,28 @@ const DataVolume = /*#__PURE__*/React.forwardRef(function DataVolume(_ref98, ref
|
|
|
2372
2375
|
viewBox: "0 0 32 32",
|
|
2373
2376
|
fill: "currentColor",
|
|
2374
2377
|
...rest
|
|
2375
|
-
},
|
|
2376
|
-
d: "
|
|
2377
|
-
})
|
|
2378
|
+
}, _switch3 || (_switch3 = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
2379
|
+
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"
|
|
2380
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
2381
|
+
cx: "11",
|
|
2382
|
+
cy: "8",
|
|
2383
|
+
r: "1"
|
|
2384
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
2385
|
+
cx: "11",
|
|
2386
|
+
cy: "16",
|
|
2387
|
+
r: "1"
|
|
2388
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
2389
|
+
cx: "11",
|
|
2390
|
+
cy: "24",
|
|
2391
|
+
r: "1"
|
|
2392
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2393
|
+
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"
|
|
2394
|
+
})))), children);
|
|
2378
2395
|
});
|
|
2379
2396
|
if (process.env.NODE_ENV !== "production") {
|
|
2380
|
-
|
|
2397
|
+
DataQualityDefinition.propTypes = iconPropTypes;
|
|
2381
2398
|
}
|
|
2382
|
-
const
|
|
2399
|
+
const DataRefinery = /*#__PURE__*/React.forwardRef(function DataRefinery(_ref99, ref) {
|
|
2383
2400
|
let {
|
|
2384
2401
|
children,
|
|
2385
2402
|
size = 16,
|
|
@@ -2394,21 +2411,17 @@ const DataVolumeAlt = /*#__PURE__*/React.forwardRef(function DataVolumeAlt(_ref9
|
|
|
2394
2411
|
fill: "currentColor",
|
|
2395
2412
|
...rest
|
|
2396
2413
|
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2397
|
-
d: "
|
|
2398
|
-
})), _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
|
|
2399
|
-
cx: "20",
|
|
2400
|
-
cy: "21",
|
|
2401
|
-
r: "2"
|
|
2414
|
+
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"
|
|
2402
2415
|
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2403
|
-
d: "
|
|
2416
|
+
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"
|
|
2404
2417
|
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2405
|
-
d: "
|
|
2418
|
+
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"
|
|
2406
2419
|
})), children);
|
|
2407
2420
|
});
|
|
2408
2421
|
if (process.env.NODE_ENV !== "production") {
|
|
2409
|
-
|
|
2422
|
+
DataRefinery.propTypes = iconPropTypes;
|
|
2410
2423
|
}
|
|
2411
|
-
const
|
|
2424
|
+
const DataRefineryReference = /*#__PURE__*/React.forwardRef(function DataRefineryReference(_ref100, ref) {
|
|
2412
2425
|
let {
|
|
2413
2426
|
children,
|
|
2414
2427
|
size = 16,
|
|
@@ -2423,13 +2436,15 @@ const DatabaseDatastax = /*#__PURE__*/React.forwardRef(function DatabaseDatastax
|
|
|
2423
2436
|
fill: "currentColor",
|
|
2424
2437
|
...rest
|
|
2425
2438
|
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2426
|
-
d: "
|
|
2439
|
+
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"
|
|
2440
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2441
|
+
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"
|
|
2427
2442
|
})), children);
|
|
2428
2443
|
});
|
|
2429
2444
|
if (process.env.NODE_ENV !== "production") {
|
|
2430
|
-
|
|
2445
|
+
DataRefineryReference.propTypes = iconPropTypes;
|
|
2431
2446
|
}
|
|
2432
|
-
const
|
|
2447
|
+
const DataShare = /*#__PURE__*/React.forwardRef(function DataShare(_ref101, ref) {
|
|
2433
2448
|
let {
|
|
2434
2449
|
children,
|
|
2435
2450
|
size = 16,
|
|
@@ -2443,25 +2458,19 @@ const DatabaseElastic = /*#__PURE__*/React.forwardRef(function DatabaseElastic(_
|
|
|
2443
2458
|
viewBox: "0 0 32 32",
|
|
2444
2459
|
fill: "currentColor",
|
|
2445
2460
|
...rest
|
|
2446
|
-
},
|
|
2447
|
-
d: "
|
|
2461
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2462
|
+
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"
|
|
2448
2463
|
})), children);
|
|
2449
2464
|
});
|
|
2450
2465
|
if (process.env.NODE_ENV !== "production") {
|
|
2451
|
-
|
|
2466
|
+
DataShare.propTypes = iconPropTypes;
|
|
2452
2467
|
}
|
|
2453
|
-
const
|
|
2468
|
+
const DataTable = /*#__PURE__*/React.forwardRef(function DataTable(_ref102, ref) {
|
|
2454
2469
|
let {
|
|
2455
2470
|
children,
|
|
2456
2471
|
size = 16,
|
|
2457
2472
|
...rest
|
|
2458
2473
|
} = _ref102;
|
|
2459
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2460
|
-
if (!didWarnAboutDeprecation["DatabaseEnterpriseDb2"]) {
|
|
2461
|
-
didWarnAboutDeprecation["DatabaseEnterpriseDb2"] = true;
|
|
2462
|
-
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.");
|
|
2463
|
-
}
|
|
2464
|
-
}
|
|
2465
2474
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2466
2475
|
width: size,
|
|
2467
2476
|
height: size,
|
|
@@ -2470,14 +2479,16 @@ const DatabaseEnterpriseDb2 = /*#__PURE__*/React.forwardRef(function DatabaseEnt
|
|
|
2470
2479
|
viewBox: "0 0 32 32",
|
|
2471
2480
|
fill: "currentColor",
|
|
2472
2481
|
...rest
|
|
2473
|
-
},
|
|
2474
|
-
d: "
|
|
2482
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2483
|
+
d: "M8 18H12V20H8zM14 18H18V20H14zM8 14H12V16H8zM14 22H18V24H14zM20 14H24V16H20zM20 22H24V24H20z"
|
|
2484
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2485
|
+
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"
|
|
2475
2486
|
})), children);
|
|
2476
2487
|
});
|
|
2477
2488
|
if (process.env.NODE_ENV !== "production") {
|
|
2478
|
-
|
|
2489
|
+
DataTable.propTypes = iconPropTypes;
|
|
2479
2490
|
}
|
|
2480
|
-
const
|
|
2491
|
+
const DataTableReference = /*#__PURE__*/React.forwardRef(function DataTableReference(_ref103, ref) {
|
|
2481
2492
|
let {
|
|
2482
2493
|
children,
|
|
2483
2494
|
size = 16,
|
|
@@ -2491,14 +2502,16 @@ const DatabaseEnterprisedb = /*#__PURE__*/React.forwardRef(function DatabaseEnte
|
|
|
2491
2502
|
viewBox: "0 0 32 32",
|
|
2492
2503
|
fill: "currentColor",
|
|
2493
2504
|
...rest
|
|
2494
|
-
},
|
|
2495
|
-
d: "
|
|
2505
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2506
|
+
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"
|
|
2507
|
+
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2508
|
+
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"
|
|
2496
2509
|
})), children);
|
|
2497
2510
|
});
|
|
2498
2511
|
if (process.env.NODE_ENV !== "production") {
|
|
2499
|
-
|
|
2512
|
+
DataTableReference.propTypes = iconPropTypes;
|
|
2500
2513
|
}
|
|
2501
|
-
const
|
|
2514
|
+
const DataVis_1 = /*#__PURE__*/React.forwardRef(function DataVis_1(_ref104, ref) {
|
|
2502
2515
|
let {
|
|
2503
2516
|
children,
|
|
2504
2517
|
size = 16,
|
|
@@ -2512,14 +2525,14 @@ const DatabaseEtcd = /*#__PURE__*/React.forwardRef(function DatabaseEtcd(_ref104
|
|
|
2512
2525
|
viewBox: "0 0 32 32",
|
|
2513
2526
|
fill: "currentColor",
|
|
2514
2527
|
...rest
|
|
2515
|
-
},
|
|
2516
|
-
d: "
|
|
2528
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2529
|
+
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"
|
|
2517
2530
|
})), children);
|
|
2518
2531
|
});
|
|
2519
2532
|
if (process.env.NODE_ENV !== "production") {
|
|
2520
|
-
|
|
2533
|
+
DataVis_1.propTypes = iconPropTypes;
|
|
2521
2534
|
}
|
|
2522
|
-
const
|
|
2535
|
+
const DataVis_2 = /*#__PURE__*/React.forwardRef(function DataVis_2(_ref105, ref) {
|
|
2523
2536
|
let {
|
|
2524
2537
|
children,
|
|
2525
2538
|
size = 16,
|
|
@@ -2533,16 +2546,14 @@ const DatabaseMessaging = /*#__PURE__*/React.forwardRef(function DatabaseMessagi
|
|
|
2533
2546
|
viewBox: "0 0 32 32",
|
|
2534
2547
|
fill: "currentColor",
|
|
2535
2548
|
...rest
|
|
2536
|
-
},
|
|
2537
|
-
d: "
|
|
2538
|
-
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2539
|
-
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"
|
|
2549
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2550
|
+
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"
|
|
2540
2551
|
})), children);
|
|
2541
2552
|
});
|
|
2542
2553
|
if (process.env.NODE_ENV !== "production") {
|
|
2543
|
-
|
|
2554
|
+
DataVis_2.propTypes = iconPropTypes;
|
|
2544
2555
|
}
|
|
2545
|
-
const
|
|
2556
|
+
const DataVis_3 = /*#__PURE__*/React.forwardRef(function DataVis_3(_ref106, ref) {
|
|
2546
2557
|
let {
|
|
2547
2558
|
children,
|
|
2548
2559
|
size = 16,
|
|
@@ -2556,14 +2567,14 @@ const DatabaseMongodb = /*#__PURE__*/React.forwardRef(function DatabaseMongodb(_
|
|
|
2556
2567
|
viewBox: "0 0 32 32",
|
|
2557
2568
|
fill: "currentColor",
|
|
2558
2569
|
...rest
|
|
2559
|
-
},
|
|
2560
|
-
d: "
|
|
2570
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2571
|
+
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"
|
|
2561
2572
|
})), children);
|
|
2562
2573
|
});
|
|
2563
2574
|
if (process.env.NODE_ENV !== "production") {
|
|
2564
|
-
|
|
2575
|
+
DataVis_3.propTypes = iconPropTypes;
|
|
2565
2576
|
}
|
|
2566
|
-
const
|
|
2577
|
+
const DataVis_4 = /*#__PURE__*/React.forwardRef(function DataVis_4(_ref107, ref) {
|
|
2567
2578
|
let {
|
|
2568
2579
|
children,
|
|
2569
2580
|
size = 16,
|
|
@@ -2577,14 +2588,14 @@ const DatabasePostgreSql = /*#__PURE__*/React.forwardRef(function DatabasePostgr
|
|
|
2577
2588
|
viewBox: "0 0 32 32",
|
|
2578
2589
|
fill: "currentColor",
|
|
2579
2590
|
...rest
|
|
2580
|
-
},
|
|
2581
|
-
d: "
|
|
2591
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2592
|
+
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"
|
|
2582
2593
|
})), children);
|
|
2583
2594
|
});
|
|
2584
2595
|
if (process.env.NODE_ENV !== "production") {
|
|
2585
|
-
|
|
2596
|
+
DataVis_4.propTypes = iconPropTypes;
|
|
2586
2597
|
}
|
|
2587
|
-
const
|
|
2598
|
+
const DataVolume = /*#__PURE__*/React.forwardRef(function DataVolume(_ref108, ref) {
|
|
2588
2599
|
let {
|
|
2589
2600
|
children,
|
|
2590
2601
|
size = 16,
|
|
@@ -2598,14 +2609,14 @@ const DatabaseRabbit = /*#__PURE__*/React.forwardRef(function DatabaseRabbit(_re
|
|
|
2598
2609
|
viewBox: "0 0 32 32",
|
|
2599
2610
|
fill: "currentColor",
|
|
2600
2611
|
...rest
|
|
2601
|
-
},
|
|
2602
|
-
d: "
|
|
2612
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2613
|
+
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"
|
|
2603
2614
|
})), children);
|
|
2604
2615
|
});
|
|
2605
2616
|
if (process.env.NODE_ENV !== "production") {
|
|
2606
|
-
|
|
2617
|
+
DataVolume.propTypes = iconPropTypes;
|
|
2607
2618
|
}
|
|
2608
|
-
const
|
|
2619
|
+
const DataVolumeAlt = /*#__PURE__*/React.forwardRef(function DataVolumeAlt(_ref109, ref) {
|
|
2609
2620
|
let {
|
|
2610
2621
|
children,
|
|
2611
2622
|
size = 16,
|
|
@@ -2619,14 +2630,22 @@ const DatabaseRedis = /*#__PURE__*/React.forwardRef(function DatabaseRedis(_ref1
|
|
|
2619
2630
|
viewBox: "0 0 32 32",
|
|
2620
2631
|
fill: "currentColor",
|
|
2621
2632
|
...rest
|
|
2622
|
-
},
|
|
2623
|
-
d: "M25.
|
|
2633
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2634
|
+
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"
|
|
2635
|
+
})), _circle49 || (_circle49 = /*#__PURE__*/React.createElement("circle", {
|
|
2636
|
+
cx: "20",
|
|
2637
|
+
cy: "21",
|
|
2638
|
+
r: "2"
|
|
2639
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2640
|
+
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"
|
|
2641
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2642
|
+
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"
|
|
2624
2643
|
})), children);
|
|
2625
2644
|
});
|
|
2626
2645
|
if (process.env.NODE_ENV !== "production") {
|
|
2627
|
-
|
|
2646
|
+
DataVolumeAlt.propTypes = iconPropTypes;
|
|
2628
2647
|
}
|
|
2629
|
-
const
|
|
2648
|
+
const DatabaseDatastax = /*#__PURE__*/React.forwardRef(function DatabaseDatastax(_ref110, ref) {
|
|
2630
2649
|
let {
|
|
2631
2650
|
children,
|
|
2632
2651
|
size = 16,
|
|
@@ -2640,26 +2659,14 @@ const Datastore = /*#__PURE__*/React.forwardRef(function Datastore(_ref110, ref)
|
|
|
2640
2659
|
viewBox: "0 0 32 32",
|
|
2641
2660
|
fill: "currentColor",
|
|
2642
2661
|
...rest
|
|
2643
|
-
},
|
|
2644
|
-
|
|
2645
|
-
cy: "23",
|
|
2646
|
-
r: "1"
|
|
2647
|
-
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2648
|
-
d: "M8 22H20V24H8z"
|
|
2649
|
-
})), _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
|
|
2650
|
-
cx: "23",
|
|
2651
|
-
cy: "9",
|
|
2652
|
-
r: "1"
|
|
2653
|
-
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2654
|
-
d: "M8 8H20V10H8z"
|
|
2655
|
-
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2656
|
-
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"
|
|
2662
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2663
|
+
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"
|
|
2657
2664
|
})), children);
|
|
2658
2665
|
});
|
|
2659
2666
|
if (process.env.NODE_ENV !== "production") {
|
|
2660
|
-
|
|
2667
|
+
DatabaseDatastax.propTypes = iconPropTypes;
|
|
2661
2668
|
}
|
|
2662
|
-
const
|
|
2669
|
+
const DatabaseElastic = /*#__PURE__*/React.forwardRef(function DatabaseElastic(_ref111, ref) {
|
|
2663
2670
|
let {
|
|
2664
2671
|
children,
|
|
2665
2672
|
size = 16,
|
|
@@ -2673,21 +2680,25 @@ const Db2BufferPool = /*#__PURE__*/React.forwardRef(function Db2BufferPool(_ref1
|
|
|
2673
2680
|
viewBox: "0 0 32 32",
|
|
2674
2681
|
fill: "currentColor",
|
|
2675
2682
|
...rest
|
|
2676
|
-
},
|
|
2677
|
-
d: "
|
|
2678
|
-
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2679
|
-
d: "M5,11H27v5h2V5c0-1.1025-.8972-2-2-2H5c-1.1028,0-2,.8975-2,2V27c0,1.1025,.8972,2,2,2h15v-2H5V11ZM27,5v4H5V5H27Z"
|
|
2683
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2684
|
+
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"
|
|
2680
2685
|
})), children);
|
|
2681
2686
|
});
|
|
2682
2687
|
if (process.env.NODE_ENV !== "production") {
|
|
2683
|
-
|
|
2688
|
+
DatabaseElastic.propTypes = iconPropTypes;
|
|
2684
2689
|
}
|
|
2685
|
-
const
|
|
2690
|
+
const DatabaseEnterpriseDb2 = /*#__PURE__*/React.forwardRef(function DatabaseEnterpriseDb2(_ref112, ref) {
|
|
2686
2691
|
let {
|
|
2687
2692
|
children,
|
|
2688
2693
|
size = 16,
|
|
2689
2694
|
...rest
|
|
2690
2695
|
} = _ref112;
|
|
2696
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2697
|
+
if (!didWarnAboutDeprecation["DatabaseEnterpriseDb2"]) {
|
|
2698
|
+
didWarnAboutDeprecation["DatabaseEnterpriseDb2"] = true;
|
|
2699
|
+
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.");
|
|
2700
|
+
}
|
|
2701
|
+
}
|
|
2691
2702
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2692
2703
|
width: size,
|
|
2693
2704
|
height: size,
|
|
@@ -2696,14 +2707,14 @@ const Db2DataSharingGroup = /*#__PURE__*/React.forwardRef(function Db2DataSharin
|
|
|
2696
2707
|
viewBox: "0 0 32 32",
|
|
2697
2708
|
fill: "currentColor",
|
|
2698
2709
|
...rest
|
|
2699
|
-
},
|
|
2700
|
-
d: "
|
|
2710
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2711
|
+
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"
|
|
2701
2712
|
})), children);
|
|
2702
2713
|
});
|
|
2703
2714
|
if (process.env.NODE_ENV !== "production") {
|
|
2704
|
-
|
|
2715
|
+
DatabaseEnterpriseDb2.propTypes = iconPropTypes;
|
|
2705
2716
|
}
|
|
2706
|
-
const
|
|
2717
|
+
const DatabaseEnterprisedb = /*#__PURE__*/React.forwardRef(function DatabaseEnterprisedb(_ref113, ref) {
|
|
2707
2718
|
let {
|
|
2708
2719
|
children,
|
|
2709
2720
|
size = 16,
|
|
@@ -2717,14 +2728,14 @@ const Db2Database = /*#__PURE__*/React.forwardRef(function Db2Database(_ref113,
|
|
|
2717
2728
|
viewBox: "0 0 32 32",
|
|
2718
2729
|
fill: "currentColor",
|
|
2719
2730
|
...rest
|
|
2720
|
-
},
|
|
2721
|
-
d: "
|
|
2731
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2732
|
+
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"
|
|
2722
2733
|
})), children);
|
|
2723
2734
|
});
|
|
2724
2735
|
if (process.env.NODE_ENV !== "production") {
|
|
2725
|
-
|
|
2736
|
+
DatabaseEnterprisedb.propTypes = iconPropTypes;
|
|
2726
2737
|
}
|
|
2727
|
-
const
|
|
2738
|
+
const DatabaseEtcd = /*#__PURE__*/React.forwardRef(function DatabaseEtcd(_ref114, ref) {
|
|
2728
2739
|
let {
|
|
2729
2740
|
children,
|
|
2730
2741
|
size = 16,
|
|
@@ -2738,14 +2749,14 @@ const Debug = /*#__PURE__*/React.forwardRef(function Debug(_ref114, ref) {
|
|
|
2738
2749
|
viewBox: "0 0 32 32",
|
|
2739
2750
|
fill: "currentColor",
|
|
2740
2751
|
...rest
|
|
2741
|
-
},
|
|
2742
|
-
d: "
|
|
2752
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2753
|
+
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"
|
|
2743
2754
|
})), children);
|
|
2744
2755
|
});
|
|
2745
2756
|
if (process.env.NODE_ENV !== "production") {
|
|
2746
|
-
|
|
2757
|
+
DatabaseEtcd.propTypes = iconPropTypes;
|
|
2747
2758
|
}
|
|
2748
|
-
const
|
|
2759
|
+
const DatabaseMessaging = /*#__PURE__*/React.forwardRef(function DatabaseMessaging(_ref115, ref) {
|
|
2749
2760
|
let {
|
|
2750
2761
|
children,
|
|
2751
2762
|
size = 16,
|
|
@@ -2759,15 +2770,16 @@ const DecisionNode = /*#__PURE__*/React.forwardRef(function DecisionNode(_ref115
|
|
|
2759
2770
|
viewBox: "0 0 32 32",
|
|
2760
2771
|
fill: "currentColor",
|
|
2761
2772
|
...rest
|
|
2762
|
-
},
|
|
2763
|
-
|
|
2764
|
-
|
|
2773
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2774
|
+
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"
|
|
2775
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2776
|
+
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"
|
|
2765
2777
|
})), children);
|
|
2766
2778
|
});
|
|
2767
2779
|
if (process.env.NODE_ENV !== "production") {
|
|
2768
|
-
|
|
2780
|
+
DatabaseMessaging.propTypes = iconPropTypes;
|
|
2769
2781
|
}
|
|
2770
|
-
const
|
|
2782
|
+
const DatabaseMongodb = /*#__PURE__*/React.forwardRef(function DatabaseMongodb(_ref116, ref) {
|
|
2771
2783
|
let {
|
|
2772
2784
|
children,
|
|
2773
2785
|
size = 16,
|
|
@@ -2781,14 +2793,14 @@ const DecisionTree = /*#__PURE__*/React.forwardRef(function DecisionTree(_ref116
|
|
|
2781
2793
|
viewBox: "0 0 32 32",
|
|
2782
2794
|
fill: "currentColor",
|
|
2783
2795
|
...rest
|
|
2784
|
-
},
|
|
2785
|
-
d: "
|
|
2796
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2797
|
+
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"
|
|
2786
2798
|
})), children);
|
|
2787
2799
|
});
|
|
2788
2800
|
if (process.env.NODE_ENV !== "production") {
|
|
2789
|
-
|
|
2801
|
+
DatabaseMongodb.propTypes = iconPropTypes;
|
|
2790
2802
|
}
|
|
2791
|
-
const
|
|
2803
|
+
const DatabasePostgreSql = /*#__PURE__*/React.forwardRef(function DatabasePostgreSql(_ref117, ref) {
|
|
2792
2804
|
let {
|
|
2793
2805
|
children,
|
|
2794
2806
|
size = 16,
|
|
@@ -2802,16 +2814,14 @@ const Delete = /*#__PURE__*/React.forwardRef(function Delete(_ref117, ref) {
|
|
|
2802
2814
|
viewBox: "0 0 32 32",
|
|
2803
2815
|
fill: "currentColor",
|
|
2804
2816
|
...rest
|
|
2805
|
-
},
|
|
2806
|
-
d: "
|
|
2807
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2808
|
-
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"
|
|
2817
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2818
|
+
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"
|
|
2809
2819
|
})), children);
|
|
2810
2820
|
});
|
|
2811
2821
|
if (process.env.NODE_ENV !== "production") {
|
|
2812
|
-
|
|
2822
|
+
DatabasePostgreSql.propTypes = iconPropTypes;
|
|
2813
2823
|
}
|
|
2814
|
-
const
|
|
2824
|
+
const DatabaseRabbit = /*#__PURE__*/React.forwardRef(function DatabaseRabbit(_ref118, ref) {
|
|
2815
2825
|
let {
|
|
2816
2826
|
children,
|
|
2817
2827
|
size = 16,
|
|
@@ -2825,16 +2835,14 @@ const Delivery = /*#__PURE__*/React.forwardRef(function Delivery(_ref118, ref) {
|
|
|
2825
2835
|
viewBox: "0 0 32 32",
|
|
2826
2836
|
fill: "currentColor",
|
|
2827
2837
|
...rest
|
|
2828
|
-
},
|
|
2829
|
-
d: "
|
|
2830
|
-
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2831
|
-
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"
|
|
2838
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2839
|
+
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"
|
|
2832
2840
|
})), children);
|
|
2833
2841
|
});
|
|
2834
2842
|
if (process.env.NODE_ENV !== "production") {
|
|
2835
|
-
|
|
2843
|
+
DatabaseRabbit.propTypes = iconPropTypes;
|
|
2836
2844
|
}
|
|
2837
|
-
const
|
|
2845
|
+
const DatabaseRedis = /*#__PURE__*/React.forwardRef(function DatabaseRedis(_ref119, ref) {
|
|
2838
2846
|
let {
|
|
2839
2847
|
children,
|
|
2840
2848
|
size = 16,
|
|
@@ -2849,15 +2857,13 @@ const DeliveryAdd = /*#__PURE__*/React.forwardRef(function DeliveryAdd(_ref119,
|
|
|
2849
2857
|
fill: "currentColor",
|
|
2850
2858
|
...rest
|
|
2851
2859
|
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2852
|
-
d: "
|
|
2853
|
-
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2854
|
-
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"
|
|
2860
|
+
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"
|
|
2855
2861
|
})), children);
|
|
2856
2862
|
});
|
|
2857
2863
|
if (process.env.NODE_ENV !== "production") {
|
|
2858
|
-
|
|
2864
|
+
DatabaseRedis.propTypes = iconPropTypes;
|
|
2859
2865
|
}
|
|
2860
|
-
const
|
|
2866
|
+
const Datastore = /*#__PURE__*/React.forwardRef(function Datastore(_ref120, ref) {
|
|
2861
2867
|
let {
|
|
2862
2868
|
children,
|
|
2863
2869
|
size = 16,
|
|
@@ -2871,23 +2877,26 @@ const DeliveryParcel = /*#__PURE__*/React.forwardRef(function DeliveryParcel(_re
|
|
|
2871
2877
|
viewBox: "0 0 32 32",
|
|
2872
2878
|
fill: "currentColor",
|
|
2873
2879
|
...rest
|
|
2874
|
-
},
|
|
2875
|
-
|
|
2880
|
+
}, _circle50 || (_circle50 = /*#__PURE__*/React.createElement("circle", {
|
|
2881
|
+
cx: "23",
|
|
2882
|
+
cy: "23",
|
|
2883
|
+
r: "1"
|
|
2884
|
+
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2885
|
+
d: "M8 22H20V24H8z"
|
|
2886
|
+
})), _circle51 || (_circle51 = /*#__PURE__*/React.createElement("circle", {
|
|
2887
|
+
cx: "23",
|
|
2888
|
+
cy: "9",
|
|
2889
|
+
r: "1"
|
|
2890
|
+
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2891
|
+
d: "M8 8H20V10H8z"
|
|
2876
2892
|
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2877
|
-
d: "
|
|
2878
|
-
transform: "rotate(-180 6 15)"
|
|
2879
|
-
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2880
|
-
d: "M4 22H12V24H4z",
|
|
2881
|
-
transform: "rotate(-180 8 23)"
|
|
2882
|
-
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2883
|
-
d: "M6 18H14V20H6z",
|
|
2884
|
-
transform: "rotate(-180 10 19)"
|
|
2893
|
+
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"
|
|
2885
2894
|
})), children);
|
|
2886
2895
|
});
|
|
2887
2896
|
if (process.env.NODE_ENV !== "production") {
|
|
2888
|
-
|
|
2897
|
+
Datastore.propTypes = iconPropTypes;
|
|
2889
2898
|
}
|
|
2890
|
-
const
|
|
2899
|
+
const Db2BufferPool = /*#__PURE__*/React.forwardRef(function Db2BufferPool(_ref121, ref) {
|
|
2891
2900
|
let {
|
|
2892
2901
|
children,
|
|
2893
2902
|
size = 16,
|
|
@@ -2901,14 +2910,16 @@ const DeliveryTruck = /*#__PURE__*/React.forwardRef(function DeliveryTruck(_ref1
|
|
|
2901
2910
|
viewBox: "0 0 32 32",
|
|
2902
2911
|
fill: "currentColor",
|
|
2903
2912
|
...rest
|
|
2904
|
-
},
|
|
2905
|
-
d: "
|
|
2913
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2914
|
+
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"
|
|
2915
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2916
|
+
d: "M5,11H27v5h2V5c0-1.1025-.8972-2-2-2H5c-1.1028,0-2,.8975-2,2V27c0,1.1025,.8972,2,2,2h15v-2H5V11ZM27,5v4H5V5H27Z"
|
|
2906
2917
|
})), children);
|
|
2907
2918
|
});
|
|
2908
2919
|
if (process.env.NODE_ENV !== "production") {
|
|
2909
|
-
|
|
2920
|
+
Db2BufferPool.propTypes = iconPropTypes;
|
|
2910
2921
|
}
|
|
2911
|
-
const
|
|
2922
|
+
const Db2DataSharingGroup = /*#__PURE__*/React.forwardRef(function Db2DataSharingGroup(_ref122, ref) {
|
|
2912
2923
|
let {
|
|
2913
2924
|
children,
|
|
2914
2925
|
size = 16,
|
|
@@ -2922,16 +2933,14 @@ const Demo = /*#__PURE__*/React.forwardRef(function Demo(_ref122, ref) {
|
|
|
2922
2933
|
viewBox: "0 0 32 32",
|
|
2923
2934
|
fill: "currentColor",
|
|
2924
2935
|
...rest
|
|
2925
|
-
},
|
|
2926
|
-
d: "
|
|
2927
|
-
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2928
|
-
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"
|
|
2936
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2937
|
+
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"
|
|
2929
2938
|
})), children);
|
|
2930
2939
|
});
|
|
2931
2940
|
if (process.env.NODE_ENV !== "production") {
|
|
2932
|
-
|
|
2941
|
+
Db2DataSharingGroup.propTypes = iconPropTypes;
|
|
2933
2942
|
}
|
|
2934
|
-
const
|
|
2943
|
+
const Db2Database = /*#__PURE__*/React.forwardRef(function Db2Database(_ref123, ref) {
|
|
2935
2944
|
let {
|
|
2936
2945
|
children,
|
|
2937
2946
|
size = 16,
|
|
@@ -2945,16 +2954,14 @@ const WatsonHealthDenominate = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
2945
2954
|
viewBox: "0 0 32 32",
|
|
2946
2955
|
fill: "currentColor",
|
|
2947
2956
|
...rest
|
|
2948
|
-
},
|
|
2949
|
-
d: "
|
|
2950
|
-
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2951
|
-
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"
|
|
2957
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2958
|
+
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"
|
|
2952
2959
|
})), children);
|
|
2953
2960
|
});
|
|
2954
2961
|
if (process.env.NODE_ENV !== "production") {
|
|
2955
|
-
|
|
2962
|
+
Db2Database.propTypes = iconPropTypes;
|
|
2956
2963
|
}
|
|
2957
|
-
const
|
|
2964
|
+
const Debug = /*#__PURE__*/React.forwardRef(function Debug(_ref124, ref) {
|
|
2958
2965
|
let {
|
|
2959
2966
|
children,
|
|
2960
2967
|
size = 16,
|
|
@@ -2968,14 +2975,14 @@ const Departure = /*#__PURE__*/React.forwardRef(function Departure(_ref124, ref)
|
|
|
2968
2975
|
viewBox: "0 0 32 32",
|
|
2969
2976
|
fill: "currentColor",
|
|
2970
2977
|
...rest
|
|
2971
|
-
},
|
|
2972
|
-
d: "
|
|
2978
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2979
|
+
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"
|
|
2973
2980
|
})), children);
|
|
2974
2981
|
});
|
|
2975
2982
|
if (process.env.NODE_ENV !== "production") {
|
|
2976
|
-
|
|
2983
|
+
Debug.propTypes = iconPropTypes;
|
|
2977
2984
|
}
|
|
2978
|
-
const
|
|
2985
|
+
const DecisionNode = /*#__PURE__*/React.forwardRef(function DecisionNode(_ref125, ref) {
|
|
2979
2986
|
let {
|
|
2980
2987
|
children,
|
|
2981
2988
|
size = 16,
|
|
@@ -2989,14 +2996,13 @@ const Deploy = /*#__PURE__*/React.forwardRef(function Deploy(_ref125, ref) {
|
|
|
2989
2996
|
viewBox: "0 0 32 32",
|
|
2990
2997
|
fill: "currentColor",
|
|
2991
2998
|
...rest
|
|
2992
|
-
},
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
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"
|
|
2999
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
3000
|
+
strokeWidth: "0",
|
|
3001
|
+
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"
|
|
2996
3002
|
})), children);
|
|
2997
3003
|
});
|
|
2998
3004
|
if (process.env.NODE_ENV !== "production") {
|
|
2999
|
-
|
|
3005
|
+
DecisionNode.propTypes = iconPropTypes;
|
|
3000
3006
|
}
|
|
3001
3007
|
|
|
3002
|
-
export { ContinuousIntegration, Contrast, ConvertToCloud, Cookie, Copy, CopyFile, CopyLink, Corn, Corner, Coronavirus, Cost, CostTotal, Cough, Course, Covariate, Credentials, Critical, CriticalSeverity, Crop, CropGrowth, CropHealth, CrossTab, Crossroads, CrowdReport, CrowdReportFilled, Csv, Cube, CubeView, Currency, CurrencyBaht, CurrencyDollar, CurrencyEuro, CurrencyLira, CurrencyPound, CurrencyRuble, CurrencyRupee, CurrencyShekel, CurrencyWon, CurrencyYen, Cursor_1, Cursor_2, Customer, CustomerService, Cut, CutOut, Cyclist, Dashboard, DashboardReference, DataAccessor, DataAnalytics, DataBackup, DataBase, DataBaseAlt, DataBin, DataBlob, DataCategorical, DataCenter, DataCheck, DataClass, DataCollection, DataConnected, DataDefinition, DataDiode, DataEnrichment, DataEnrichmentAdd, DataError, DataFormat, DataPlayer, DataQualityDefinition, DataReference, DataRefinery, DataRefineryReference, DataRegular, DataSet, DataShare, DataStructured, DataTable, DataTableReference, DataUnreal, DataUnstructured, DataView, DataViewAlt, DataVis_1, DataVis_2, DataVis_3, DataVis_4, DataVolume, DataVolumeAlt, Data_1, Data_2, DatabaseDatastax, DatabaseElastic, DatabaseEnterpriseDb2, DatabaseEnterprisedb, DatabaseEtcd, DatabaseMessaging, DatabaseMongodb, DatabasePostgreSql, DatabaseRabbit, DatabaseRedis, Datastore, Db2BufferPool, Db2DataSharingGroup, Db2Database, Debug, DecisionNode,
|
|
3008
|
+
export { ContainerImagePushPull, ContainerRegistry, ContainerServices, ContainerSoftware, ContentDeliveryNetwork, ContentView, Continue, ContinueFilled, ContinuousDeployment, ContinuousIntegration, Contrast, ConvertToCloud, Cookie, Copy, CopyFile, CopyLink, Corn, Corner, Coronavirus, Cost, CostTotal, Cough, Course, Covariate, CreateLink, Credentials, Critical, CriticalSeverity, Crop, CropGrowth, CropHealth, CrossTab, Crossroads, CrowdReport, CrowdReportFilled, Csv, Cube, CubeView, Currency, CurrencyBaht, CurrencyDollar, CurrencyEuro, CurrencyLira, CurrencyPound, CurrencyRuble, CurrencyRupee, CurrencyShekel, CurrencyWon, CurrencyYen, Cursor_1, Cursor_2, Customer, CustomerService, Cut, CutOut, Cyclist, Dashboard, DashboardReference, DataAccessor, DataAnalytics, DataBackup, DataBase, DataBaseAlt, DataBin, DataBlob, DataCategorical, DataCenter, DataCheck, DataClass, DataCollection, DataConnected, DataDefinition, DataDiode, DataEnrichment, DataEnrichmentAdd, DataError, DataFormat, DataPlayer, DataQualityDefinition, DataReference, DataRefinery, DataRefineryReference, DataRegular, DataSet, DataShare, DataStructured, DataTable, DataTableReference, DataUnreal, DataUnstructured, DataView, DataViewAlt, DataVis_1, DataVis_2, DataVis_3, DataVis_4, DataVolume, DataVolumeAlt, Data_1, Data_2, DatabaseDatastax, DatabaseElastic, DatabaseEnterpriseDb2, DatabaseEnterprisedb, DatabaseEtcd, DatabaseMessaging, DatabaseMongodb, DatabasePostgreSql, DatabaseRabbit, DatabaseRedis, Datastore, Db2BufferPool, Db2DataSharingGroup, Db2Database, Debug, DecisionNode, QCU1, QCU3, QCY, QCZ, WatsonHealthContourDraw, WatsonHealthContourEdit, WatsonHealthContourFinding, WatsonHealthCrossReference, WatsonHealthCutInHalf };
|