@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,8 +10,8 @@ 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, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43,
|
|
14
|
-
const
|
|
13
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _circle, _circle2, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _circle3, _path79, _path80, _circle4, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _circle5, _path92, _path93, _circle6, _path94, _circle7, _circle8, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _circle9, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _circle10, _path145, _circle11, _path146, _path147, _circle12, _path148, _circle13, _path149, _path150, _path151, _circle14, _path152, _circle15, _path153, _path154, _circle16, _path155, _circle17, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _circle18, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _circle19, _circle20, _circle21, _circle22, _circle23, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _circle24, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _circle25, _path213, _path214, _path215, _path216, _path217, _path218, _circle26, _path219, _path220, _path221, _path222;
|
|
14
|
+
const CheckboxChecked = /*#__PURE__*/React.forwardRef(function CheckboxChecked(_ref, ref) {
|
|
15
15
|
let {
|
|
16
16
|
children,
|
|
17
17
|
size = 16,
|
|
@@ -26,15 +26,15 @@ const CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOu
|
|
|
26
26
|
fill: "currentColor",
|
|
27
27
|
...rest
|
|
28
28
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
|
|
30
30
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
d: "
|
|
31
|
+
d: "M14 21.5L9 16.54 10.59 15 14 18.35 21.41 11 23 12.58 14 21.5z"
|
|
32
32
|
})), children);
|
|
33
33
|
});
|
|
34
34
|
if (process.env.NODE_ENV !== "production") {
|
|
35
|
-
|
|
35
|
+
CheckboxChecked.propTypes = iconPropTypes;
|
|
36
36
|
}
|
|
37
|
-
const
|
|
37
|
+
const CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxCheckedFilled(_ref2, ref) {
|
|
38
38
|
let {
|
|
39
39
|
children,
|
|
40
40
|
size = 16,
|
|
@@ -49,15 +49,17 @@ const CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function Checkmark
|
|
|
49
49
|
fill: "currentColor",
|
|
50
50
|
...rest
|
|
51
51
|
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
52
|
-
d: "
|
|
52
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z"
|
|
53
53
|
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
54
|
-
|
|
54
|
+
fill: "none",
|
|
55
|
+
d: "M14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z",
|
|
56
|
+
"data-icon-path": "inner-path"
|
|
55
57
|
})), children);
|
|
56
58
|
});
|
|
57
59
|
if (process.env.NODE_ENV !== "production") {
|
|
58
|
-
|
|
60
|
+
CheckboxCheckedFilled.propTypes = iconPropTypes;
|
|
59
61
|
}
|
|
60
|
-
const
|
|
62
|
+
const CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminate(_ref3, ref) {
|
|
61
63
|
let {
|
|
62
64
|
children,
|
|
63
65
|
size = 16,
|
|
@@ -72,18 +74,316 @@ const Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref3, ref) {
|
|
|
72
74
|
fill: "currentColor",
|
|
73
75
|
...rest
|
|
74
76
|
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
77
|
+
d: "M10 14H22V18H10z"
|
|
78
|
+
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
79
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
|
|
80
|
+
})), children);
|
|
81
|
+
});
|
|
82
|
+
if (process.env.NODE_ENV !== "production") {
|
|
83
|
+
CheckboxIndeterminate.propTypes = iconPropTypes;
|
|
84
|
+
}
|
|
85
|
+
const CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminateFilled(_ref4, ref) {
|
|
86
|
+
let {
|
|
87
|
+
children,
|
|
88
|
+
size = 16,
|
|
89
|
+
...rest
|
|
90
|
+
} = _ref4;
|
|
91
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
92
|
+
width: size,
|
|
93
|
+
height: size,
|
|
94
|
+
ref: ref,
|
|
95
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
96
|
+
viewBox: "0 0 32 32",
|
|
97
|
+
fill: "currentColor",
|
|
98
|
+
...rest
|
|
99
|
+
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
100
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM22,18H10V14H22Z"
|
|
101
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
102
|
+
fill: "none",
|
|
103
|
+
d: "M22,18H10V14H22Z",
|
|
104
|
+
"data-icon-path": "inner-path"
|
|
105
|
+
})), children);
|
|
106
|
+
});
|
|
107
|
+
if (process.env.NODE_ENV !== "production") {
|
|
108
|
+
CheckboxIndeterminateFilled.propTypes = iconPropTypes;
|
|
109
|
+
}
|
|
110
|
+
const Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref5, ref) {
|
|
111
|
+
let {
|
|
112
|
+
children,
|
|
113
|
+
size = 16,
|
|
114
|
+
...rest
|
|
115
|
+
} = _ref5;
|
|
116
|
+
if (size === 20 || size === "20" || size === "20px") {
|
|
117
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
118
|
+
width: size,
|
|
119
|
+
height: size,
|
|
120
|
+
ref: ref,
|
|
121
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
122
|
+
viewBox: "0 0 20 20",
|
|
123
|
+
fill: "currentColor",
|
|
124
|
+
...rest
|
|
125
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
126
|
+
d: "M8 13.2L3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
|
|
127
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
128
|
+
d: "M15.6 5.6L8 13.2 3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
|
|
129
|
+
})), children);
|
|
130
|
+
}
|
|
131
|
+
if (size === 24 || size === "24" || size === "24px") {
|
|
132
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
133
|
+
width: size,
|
|
134
|
+
height: size,
|
|
135
|
+
ref: ref,
|
|
136
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
137
|
+
viewBox: "0 0 24 24",
|
|
138
|
+
fill: "currentColor",
|
|
139
|
+
...rest
|
|
140
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
141
|
+
d: "M10 15.9L4.7 10.6 3.6 11.6 8.9 16.9 10 18 20.6 7.4 19.5 6.3z"
|
|
142
|
+
})), children);
|
|
143
|
+
}
|
|
144
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
145
|
+
width: size,
|
|
146
|
+
height: size,
|
|
147
|
+
ref: ref,
|
|
148
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
149
|
+
viewBox: "0 0 32 32",
|
|
150
|
+
fill: "currentColor",
|
|
151
|
+
...rest
|
|
152
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
153
|
+
d: "M13 24L4 15 5.414 13.586 13 21.171 26.586 7.586 28 9 13 24z"
|
|
154
|
+
})), children);
|
|
155
|
+
});
|
|
156
|
+
if (process.env.NODE_ENV !== "production") {
|
|
157
|
+
Checkmark.propTypes = iconPropTypes;
|
|
158
|
+
}
|
|
159
|
+
const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_ref6, ref) {
|
|
160
|
+
let {
|
|
161
|
+
children,
|
|
162
|
+
size = 16,
|
|
163
|
+
...rest
|
|
164
|
+
} = _ref6;
|
|
165
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
166
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
167
|
+
width: size,
|
|
168
|
+
height: size,
|
|
169
|
+
ref: ref,
|
|
170
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
171
|
+
viewBox: "0 0 16 16",
|
|
172
|
+
fill: "currentColor",
|
|
173
|
+
...rest
|
|
174
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
175
|
+
d: "M8,1C4.1,1,1,4.1,1,8c0,3.9,3.1,7,7,7s7-3.1,7-7C15,4.1,11.9,1,8,1z M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z"
|
|
176
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
177
|
+
d: "M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z",
|
|
178
|
+
"data-icon-path": "inner-path",
|
|
179
|
+
opacity: "0"
|
|
180
|
+
})), children);
|
|
181
|
+
}
|
|
182
|
+
if (size === 20 || size === "20" || size === "20px") {
|
|
183
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
184
|
+
width: size,
|
|
185
|
+
height: size,
|
|
186
|
+
ref: ref,
|
|
187
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
188
|
+
viewBox: "0 0 20 20",
|
|
189
|
+
fill: "currentColor",
|
|
190
|
+
...rest
|
|
191
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
192
|
+
d: "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z"
|
|
193
|
+
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
194
|
+
fill: "none",
|
|
195
|
+
d: "M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z",
|
|
196
|
+
"data-icon-path": "inner-path",
|
|
197
|
+
opacity: "0"
|
|
198
|
+
})), children);
|
|
199
|
+
}
|
|
200
|
+
if (size === 24 || size === "24" || size === "24px") {
|
|
201
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
202
|
+
width: size,
|
|
203
|
+
height: size,
|
|
204
|
+
ref: ref,
|
|
205
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
206
|
+
viewBox: "0 0 24 24",
|
|
207
|
+
fill: "currentColor",
|
|
208
|
+
...rest
|
|
209
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
210
|
+
d: "M12,1C6,1,1,6,1,12s5,11,11,11s11-4.9,11-11S18.1,1,12,1z M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z"
|
|
211
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
212
|
+
fill: "none",
|
|
213
|
+
d: "M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z",
|
|
214
|
+
"data-icon-path": "inner-path",
|
|
215
|
+
opacity: "0"
|
|
216
|
+
})), children);
|
|
217
|
+
}
|
|
218
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
219
|
+
width: size,
|
|
220
|
+
height: size,
|
|
221
|
+
ref: ref,
|
|
222
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
223
|
+
viewBox: "0 0 32 32",
|
|
224
|
+
fill: "currentColor",
|
|
225
|
+
...rest
|
|
226
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
227
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,21.5908l-5-5L10.5906,15,14,18.4092,21.41,11l1.5957,1.5859Z"
|
|
228
|
+
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
229
|
+
fill: "none",
|
|
230
|
+
d: "M14 21.591L9 16.591 10.591 15 14 18.409 21.41 11 23.005 12.585 14 21.591z",
|
|
231
|
+
"data-icon-path": "inner-path"
|
|
232
|
+
})), children);
|
|
233
|
+
});
|
|
234
|
+
if (process.env.NODE_ENV !== "production") {
|
|
235
|
+
CheckmarkFilled.propTypes = iconPropTypes;
|
|
236
|
+
}
|
|
237
|
+
const CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFilledError(_ref7, ref) {
|
|
238
|
+
let {
|
|
239
|
+
children,
|
|
240
|
+
size = 16,
|
|
241
|
+
...rest
|
|
242
|
+
} = _ref7;
|
|
243
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
244
|
+
width: size,
|
|
245
|
+
height: size,
|
|
246
|
+
ref: ref,
|
|
247
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
248
|
+
viewBox: "0 0 32 32",
|
|
249
|
+
fill: "currentColor",
|
|
250
|
+
...rest
|
|
251
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
252
|
+
d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z"
|
|
253
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
254
|
+
d: "M14,2a12,12,0,1,0,2,23.82V24a8,8,0,0,1,8-8h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
|
|
255
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
256
|
+
fill: "none",
|
|
257
|
+
d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
|
|
258
|
+
"data-icon-path": "inner-path"
|
|
259
|
+
})), children);
|
|
260
|
+
});
|
|
261
|
+
if (process.env.NODE_ENV !== "production") {
|
|
262
|
+
CheckmarkFilledError.propTypes = iconPropTypes;
|
|
263
|
+
}
|
|
264
|
+
const CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFilledWarning(_ref8, ref) {
|
|
265
|
+
let {
|
|
266
|
+
children,
|
|
267
|
+
size = 16,
|
|
268
|
+
...rest
|
|
269
|
+
} = _ref8;
|
|
270
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
271
|
+
width: size,
|
|
272
|
+
height: size,
|
|
273
|
+
ref: ref,
|
|
274
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
275
|
+
viewBox: "0 0 32 32",
|
|
276
|
+
fill: "currentColor",
|
|
277
|
+
...rest
|
|
278
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
279
|
+
d: "M14,2a12,12,0,1,0,3.3928,23.5059l3.9246-7.8492A2.9846,2.9846,0,0,1,24,16h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
|
|
280
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
281
|
+
d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
|
|
282
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
283
|
+
fill: "none",
|
|
284
|
+
d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
|
|
285
|
+
"data-icon-path": "inner-path"
|
|
286
|
+
})), children);
|
|
287
|
+
});
|
|
288
|
+
if (process.env.NODE_ENV !== "production") {
|
|
289
|
+
CheckmarkFilledWarning.propTypes = iconPropTypes;
|
|
290
|
+
}
|
|
291
|
+
const CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline(_ref9, ref) {
|
|
292
|
+
let {
|
|
293
|
+
children,
|
|
294
|
+
size = 16,
|
|
295
|
+
...rest
|
|
296
|
+
} = _ref9;
|
|
297
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
298
|
+
width: size,
|
|
299
|
+
height: size,
|
|
300
|
+
ref: ref,
|
|
301
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
302
|
+
viewBox: "0 0 32 32",
|
|
303
|
+
fill: "currentColor",
|
|
304
|
+
...rest
|
|
305
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
306
|
+
d: "M14 21.414L9 16.413 10.413 15 14 18.586 21.585 11 23 12.415 14 21.414z"
|
|
307
|
+
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
308
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
|
|
309
|
+
})), children);
|
|
310
|
+
});
|
|
311
|
+
if (process.env.NODE_ENV !== "production") {
|
|
312
|
+
CheckmarkOutline.propTypes = iconPropTypes;
|
|
313
|
+
}
|
|
314
|
+
const CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineError(_ref10, ref) {
|
|
315
|
+
let {
|
|
316
|
+
children,
|
|
317
|
+
size = 16,
|
|
318
|
+
...rest
|
|
319
|
+
} = _ref10;
|
|
320
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
321
|
+
width: size,
|
|
322
|
+
height: size,
|
|
323
|
+
ref: ref,
|
|
324
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
325
|
+
viewBox: "0 0 32 32",
|
|
326
|
+
fill: "currentColor",
|
|
327
|
+
...rest
|
|
328
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
329
|
+
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
|
330
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
331
|
+
d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
|
|
332
|
+
})), children);
|
|
333
|
+
});
|
|
334
|
+
if (process.env.NODE_ENV !== "production") {
|
|
335
|
+
CheckmarkOutlineError.propTypes = iconPropTypes;
|
|
336
|
+
}
|
|
337
|
+
const CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineWarning(_ref11, ref) {
|
|
338
|
+
let {
|
|
339
|
+
children,
|
|
340
|
+
size = 16,
|
|
341
|
+
...rest
|
|
342
|
+
} = _ref11;
|
|
343
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
344
|
+
width: size,
|
|
345
|
+
height: size,
|
|
346
|
+
ref: ref,
|
|
347
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
348
|
+
viewBox: "0 0 32 32",
|
|
349
|
+
fill: "currentColor",
|
|
350
|
+
...rest
|
|
351
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
352
|
+
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
|
353
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
354
|
+
d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
|
|
355
|
+
})), children);
|
|
356
|
+
});
|
|
357
|
+
if (process.env.NODE_ENV !== "production") {
|
|
358
|
+
CheckmarkOutlineWarning.propTypes = iconPropTypes;
|
|
359
|
+
}
|
|
360
|
+
const Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref12, ref) {
|
|
361
|
+
let {
|
|
362
|
+
children,
|
|
363
|
+
size = 16,
|
|
364
|
+
...rest
|
|
365
|
+
} = _ref12;
|
|
366
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
367
|
+
width: size,
|
|
368
|
+
height: size,
|
|
369
|
+
ref: ref,
|
|
370
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
371
|
+
viewBox: "0 0 32 32",
|
|
372
|
+
fill: "currentColor",
|
|
373
|
+
...rest
|
|
374
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
75
375
|
d: "M27.2314,23.6182,20,13.6748V4h2V2H10V4h2v9.6748L4.7686,23.6182A4.0183,4.0183,0,0,0,8.0186,30H23.9814a4.0183,4.0183,0,0,0,3.25-6.3818ZM14,14.3252V4h4V14.3252L20.6728,18H11.3272ZM23.9814,28H8.0186a2.0192,2.0192,0,0,1-1.6329-3.2061L9.8726,20H22.1274l3.4869,4.7939A2.0192,2.0192,0,0,1,23.9814,28Z"
|
|
76
376
|
})), children);
|
|
77
377
|
});
|
|
78
378
|
if (process.env.NODE_ENV !== "production") {
|
|
79
379
|
Chemistry.propTypes = iconPropTypes;
|
|
80
380
|
}
|
|
81
|
-
const ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReference(
|
|
381
|
+
const ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReference(_ref13, ref) {
|
|
82
382
|
let {
|
|
83
383
|
children,
|
|
84
384
|
size = 16,
|
|
85
385
|
...rest
|
|
86
|
-
} =
|
|
386
|
+
} = _ref13;
|
|
87
387
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
88
388
|
width: size,
|
|
89
389
|
height: size,
|
|
@@ -92,21 +392,21 @@ const ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryRefer
|
|
|
92
392
|
viewBox: "0 0 32 32",
|
|
93
393
|
fill: "currentColor",
|
|
94
394
|
...rest
|
|
95
|
-
},
|
|
395
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
96
396
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
|
97
|
-
})),
|
|
397
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
98
398
|
d: "M20,13.67V4h2V2H10V4h2v9.67L9.58,17h2.4767L14,14.33V4h4V14.33l7.61,10.46a2.0133,2.0133,0,0,1-.44,2.82,2.0406,2.0406,0,0,1-1.19.39H15v2h8.98a4.0154,4.0154,0,0,0,3.25-6.38Z"
|
|
99
399
|
})), children);
|
|
100
400
|
});
|
|
101
401
|
if (process.env.NODE_ENV !== "production") {
|
|
102
402
|
ChemistryReference.propTypes = iconPropTypes;
|
|
103
403
|
}
|
|
104
|
-
const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(
|
|
404
|
+
const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref14, ref) {
|
|
105
405
|
let {
|
|
106
406
|
children,
|
|
107
407
|
size = 16,
|
|
108
408
|
...rest
|
|
109
|
-
} =
|
|
409
|
+
} = _ref14;
|
|
110
410
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
111
411
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
112
412
|
width: size,
|
|
@@ -116,7 +416,7 @@ const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref5, re
|
|
|
116
416
|
viewBox: "0 0 10 6",
|
|
117
417
|
fill: "currentColor",
|
|
118
418
|
...rest
|
|
119
|
-
},
|
|
419
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
120
420
|
d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
|
|
121
421
|
})), children);
|
|
122
422
|
}
|
|
@@ -129,7 +429,7 @@ const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref5, re
|
|
|
129
429
|
viewBox: "0 0 16 16",
|
|
130
430
|
fill: "currentColor",
|
|
131
431
|
...rest
|
|
132
|
-
},
|
|
432
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
133
433
|
d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
|
|
134
434
|
})), children);
|
|
135
435
|
}
|
|
@@ -141,19 +441,19 @@ const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref5, re
|
|
|
141
441
|
viewBox: "0 0 32 32",
|
|
142
442
|
fill: "currentColor",
|
|
143
443
|
...rest
|
|
144
|
-
},
|
|
444
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
145
445
|
d: "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
|
|
146
446
|
})), children);
|
|
147
447
|
});
|
|
148
448
|
if (process.env.NODE_ENV !== "production") {
|
|
149
449
|
ChevronDown.propTypes = iconPropTypes;
|
|
150
450
|
}
|
|
151
|
-
const ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(
|
|
451
|
+
const ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(_ref15, ref) {
|
|
152
452
|
let {
|
|
153
453
|
children,
|
|
154
454
|
size = 16,
|
|
155
455
|
...rest
|
|
156
|
-
} =
|
|
456
|
+
} = _ref15;
|
|
157
457
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
158
458
|
width: size,
|
|
159
459
|
height: size,
|
|
@@ -162,21 +462,21 @@ const ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOut
|
|
|
162
462
|
viewBox: "0 0 32 32",
|
|
163
463
|
fill: "currentColor",
|
|
164
464
|
...rest
|
|
165
|
-
},
|
|
465
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
166
466
|
d: "M9.4142 12.5858L16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z"
|
|
167
|
-
})),
|
|
467
|
+
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
168
468
|
d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
|
|
169
469
|
})), children);
|
|
170
470
|
});
|
|
171
471
|
if (process.env.NODE_ENV !== "production") {
|
|
172
472
|
ChevronDownOutline.propTypes = iconPropTypes;
|
|
173
473
|
}
|
|
174
|
-
const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(
|
|
474
|
+
const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref16, ref) {
|
|
175
475
|
let {
|
|
176
476
|
children,
|
|
177
477
|
size = 16,
|
|
178
478
|
...rest
|
|
179
|
-
} =
|
|
479
|
+
} = _ref16;
|
|
180
480
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
181
481
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
182
482
|
width: size,
|
|
@@ -186,7 +486,7 @@ const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref7, re
|
|
|
186
486
|
viewBox: "0 0 6 10",
|
|
187
487
|
fill: "currentColor",
|
|
188
488
|
...rest
|
|
189
|
-
},
|
|
489
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
190
490
|
d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
|
|
191
491
|
})), children);
|
|
192
492
|
}
|
|
@@ -199,7 +499,7 @@ const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref7, re
|
|
|
199
499
|
viewBox: "0 0 16 16",
|
|
200
500
|
fill: "currentColor",
|
|
201
501
|
...rest
|
|
202
|
-
},
|
|
502
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
203
503
|
d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
|
|
204
504
|
})), children);
|
|
205
505
|
}
|
|
@@ -211,19 +511,19 @@ const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref7, re
|
|
|
211
511
|
viewBox: "0 0 32 32",
|
|
212
512
|
fill: "currentColor",
|
|
213
513
|
...rest
|
|
214
|
-
},
|
|
514
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
215
515
|
d: "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
|
|
216
516
|
})), children);
|
|
217
517
|
});
|
|
218
518
|
if (process.env.NODE_ENV !== "production") {
|
|
219
519
|
ChevronLeft.propTypes = iconPropTypes;
|
|
220
520
|
}
|
|
221
|
-
const ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(
|
|
521
|
+
const ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref17, ref) {
|
|
222
522
|
let {
|
|
223
523
|
children,
|
|
224
524
|
size = 16,
|
|
225
525
|
...rest
|
|
226
|
-
} =
|
|
526
|
+
} = _ref17;
|
|
227
527
|
if (size === 16 || size === "16" || size === "16px") {
|
|
228
528
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
229
529
|
width: size,
|
|
@@ -233,7 +533,7 @@ const ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref8, re
|
|
|
233
533
|
viewBox: "0 0 16 16",
|
|
234
534
|
fill: "currentColor",
|
|
235
535
|
...rest
|
|
236
|
-
},
|
|
536
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
237
537
|
d: "M15 9L15 15 9 15z"
|
|
238
538
|
})), children);
|
|
239
539
|
}
|
|
@@ -245,19 +545,19 @@ const ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref8, re
|
|
|
245
545
|
viewBox: "0 0 32 32",
|
|
246
546
|
fill: "currentColor",
|
|
247
547
|
...rest
|
|
248
|
-
},
|
|
548
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
249
549
|
d: "M31 19L31 31 19 31 31 19z"
|
|
250
550
|
})), children);
|
|
251
551
|
});
|
|
252
552
|
if (process.env.NODE_ENV !== "production") {
|
|
253
553
|
ChevronMini.propTypes = iconPropTypes;
|
|
254
554
|
}
|
|
255
|
-
const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(
|
|
555
|
+
const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref18, ref) {
|
|
256
556
|
let {
|
|
257
557
|
children,
|
|
258
558
|
size = 16,
|
|
259
559
|
...rest
|
|
260
|
-
} =
|
|
560
|
+
} = _ref18;
|
|
261
561
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
262
562
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
263
563
|
width: size,
|
|
@@ -267,7 +567,7 @@ const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref9,
|
|
|
267
567
|
viewBox: "0 0 6 10",
|
|
268
568
|
fill: "currentColor",
|
|
269
569
|
...rest
|
|
270
|
-
},
|
|
570
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
271
571
|
d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
|
|
272
572
|
})), children);
|
|
273
573
|
}
|
|
@@ -280,7 +580,7 @@ const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref9,
|
|
|
280
580
|
viewBox: "0 0 16 16",
|
|
281
581
|
fill: "currentColor",
|
|
282
582
|
...rest
|
|
283
|
-
},
|
|
583
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
284
584
|
d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
|
|
285
585
|
})), children);
|
|
286
586
|
}
|
|
@@ -292,19 +592,19 @@ const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref9,
|
|
|
292
592
|
viewBox: "0 0 32 32",
|
|
293
593
|
fill: "currentColor",
|
|
294
594
|
...rest
|
|
295
|
-
},
|
|
595
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
296
596
|
d: "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
|
|
297
597
|
})), children);
|
|
298
598
|
});
|
|
299
599
|
if (process.env.NODE_ENV !== "production") {
|
|
300
600
|
ChevronRight.propTypes = iconPropTypes;
|
|
301
601
|
}
|
|
302
|
-
const ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(
|
|
602
|
+
const ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref19, ref) {
|
|
303
603
|
let {
|
|
304
604
|
children,
|
|
305
605
|
size = 16,
|
|
306
606
|
...rest
|
|
307
|
-
} =
|
|
607
|
+
} = _ref19;
|
|
308
608
|
if (size === 16 || size === "16" || size === "16px") {
|
|
309
609
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
310
610
|
width: size,
|
|
@@ -314,7 +614,7 @@ const ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref10, r
|
|
|
314
614
|
viewBox: "0 0 16 16",
|
|
315
615
|
fill: "currentColor",
|
|
316
616
|
...rest
|
|
317
|
-
},
|
|
617
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
318
618
|
d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5zM8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
|
|
319
619
|
})), children);
|
|
320
620
|
}
|
|
@@ -326,19 +626,19 @@ const ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref10, r
|
|
|
326
626
|
viewBox: "0 0 32 32",
|
|
327
627
|
fill: "currentColor",
|
|
328
628
|
...rest
|
|
329
|
-
},
|
|
629
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
330
630
|
d: "M16 28L9 21 10.41 19.59 16 25.17 21.59 19.59 23 21 16 28zM16 4L23 11 21.59 12.41 16 6.83 10.41 12.41 9 11 16 4z"
|
|
331
631
|
})), children);
|
|
332
632
|
});
|
|
333
633
|
if (process.env.NODE_ENV !== "production") {
|
|
334
634
|
ChevronSort.propTypes = iconPropTypes;
|
|
335
635
|
}
|
|
336
|
-
const ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(
|
|
636
|
+
const ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_ref20, ref) {
|
|
337
637
|
let {
|
|
338
638
|
children,
|
|
339
639
|
size = 16,
|
|
340
640
|
...rest
|
|
341
|
-
} =
|
|
641
|
+
} = _ref20;
|
|
342
642
|
if (size === 16 || size === "16" || size === "16px") {
|
|
343
643
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
344
644
|
width: size,
|
|
@@ -348,7 +648,7 @@ const ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_
|
|
|
348
648
|
viewBox: "0 0 16 16",
|
|
349
649
|
fill: "currentColor",
|
|
350
650
|
...rest
|
|
351
|
-
},
|
|
651
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
352
652
|
d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5z"
|
|
353
653
|
})), children);
|
|
354
654
|
}
|
|
@@ -360,19 +660,19 @@ const ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_
|
|
|
360
660
|
viewBox: "0 0 32 32",
|
|
361
661
|
fill: "currentColor",
|
|
362
662
|
...rest
|
|
363
|
-
},
|
|
663
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
364
664
|
d: "M16 28L9 21 10.4 19.6 16 25.2 21.6 19.6 23 21z"
|
|
365
665
|
})), children);
|
|
366
666
|
});
|
|
367
667
|
if (process.env.NODE_ENV !== "production") {
|
|
368
668
|
ChevronSortDown.propTypes = iconPropTypes;
|
|
369
669
|
}
|
|
370
|
-
const ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(
|
|
670
|
+
const ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref21, ref) {
|
|
371
671
|
let {
|
|
372
672
|
children,
|
|
373
673
|
size = 16,
|
|
374
674
|
...rest
|
|
375
|
-
} =
|
|
675
|
+
} = _ref21;
|
|
376
676
|
if (size === 16 || size === "16" || size === "16px") {
|
|
377
677
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
378
678
|
width: size,
|
|
@@ -382,7 +682,7 @@ const ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref1
|
|
|
382
682
|
viewBox: "0 0 16 16",
|
|
383
683
|
fill: "currentColor",
|
|
384
684
|
...rest
|
|
385
|
-
},
|
|
685
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
386
686
|
d: "M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
|
|
387
687
|
})), children);
|
|
388
688
|
}
|
|
@@ -394,19 +694,19 @@ const ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref1
|
|
|
394
694
|
viewBox: "0 0 32 32",
|
|
395
695
|
fill: "currentColor",
|
|
396
696
|
...rest
|
|
397
|
-
},
|
|
697
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
398
698
|
d: "M16 4L23 11 21.6 12.4 16 6.8 10.4 12.4 9 11z"
|
|
399
699
|
})), children);
|
|
400
700
|
});
|
|
401
701
|
if (process.env.NODE_ENV !== "production") {
|
|
402
702
|
ChevronSortUp.propTypes = iconPropTypes;
|
|
403
703
|
}
|
|
404
|
-
const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(
|
|
704
|
+
const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref22, ref) {
|
|
405
705
|
let {
|
|
406
706
|
children,
|
|
407
707
|
size = 16,
|
|
408
708
|
...rest
|
|
409
|
-
} =
|
|
709
|
+
} = _ref22;
|
|
410
710
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
411
711
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
412
712
|
width: size,
|
|
@@ -416,7 +716,7 @@ const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref13, ref)
|
|
|
416
716
|
viewBox: "0 0 10 6",
|
|
417
717
|
fill: "currentColor",
|
|
418
718
|
...rest
|
|
419
|
-
},
|
|
719
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
420
720
|
d: "M5 0L10 5 9.3 5.7 5 1.4 0.7 5.7 0 5z"
|
|
421
721
|
})), children);
|
|
422
722
|
}
|
|
@@ -429,7 +729,7 @@ const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref13, ref)
|
|
|
429
729
|
viewBox: "0 0 16 16",
|
|
430
730
|
fill: "currentColor",
|
|
431
731
|
...rest
|
|
432
|
-
},
|
|
732
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
433
733
|
d: "M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
|
|
434
734
|
})), children);
|
|
435
735
|
}
|
|
@@ -441,19 +741,19 @@ const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref13, ref)
|
|
|
441
741
|
viewBox: "0 0 32 32",
|
|
442
742
|
fill: "currentColor",
|
|
443
743
|
...rest
|
|
444
|
-
},
|
|
744
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
445
745
|
d: "M16 10L26 20 24.6 21.4 16 12.8 7.4 21.4 6 20z"
|
|
446
746
|
})), children);
|
|
447
747
|
});
|
|
448
748
|
if (process.env.NODE_ENV !== "production") {
|
|
449
749
|
ChevronUp.propTypes = iconPropTypes;
|
|
450
750
|
}
|
|
451
|
-
const ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(
|
|
751
|
+
const ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(_ref23, ref) {
|
|
452
752
|
let {
|
|
453
753
|
children,
|
|
454
754
|
size = 16,
|
|
455
755
|
...rest
|
|
456
|
-
} =
|
|
756
|
+
} = _ref23;
|
|
457
757
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
458
758
|
width: size,
|
|
459
759
|
height: size,
|
|
@@ -462,21 +762,21 @@ const ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline
|
|
|
462
762
|
viewBox: "0 0 32 32",
|
|
463
763
|
fill: "currentColor",
|
|
464
764
|
...rest
|
|
465
|
-
},
|
|
765
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
466
766
|
d: "M9.4142 19.4142L16 12.8286 22.5858 19.4142 24 18 16 10 8 18 9.4142 19.4142z"
|
|
467
|
-
})),
|
|
767
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
468
768
|
d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
|
|
469
769
|
})), children);
|
|
470
770
|
});
|
|
471
771
|
if (process.env.NODE_ENV !== "production") {
|
|
472
772
|
ChevronUpOutline.propTypes = iconPropTypes;
|
|
473
773
|
}
|
|
474
|
-
const Chip = /*#__PURE__*/React.forwardRef(function Chip(
|
|
774
|
+
const Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref24, ref) {
|
|
475
775
|
let {
|
|
476
776
|
children,
|
|
477
777
|
size = 16,
|
|
478
778
|
...rest
|
|
479
|
-
} =
|
|
779
|
+
} = _ref24;
|
|
480
780
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
481
781
|
width: size,
|
|
482
782
|
height: size,
|
|
@@ -485,21 +785,21 @@ const Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref15, ref) {
|
|
|
485
785
|
viewBox: "0 0 32 32",
|
|
486
786
|
fill: "currentColor",
|
|
487
787
|
...rest
|
|
488
|
-
},
|
|
788
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
489
789
|
d: "M11,11V21H21V11Zm8,8H13V13h6Z"
|
|
490
|
-
})),
|
|
790
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
491
791
|
d: "M30,13V11H26V8a2,2,0,0,0-2-2H21V2H19V6H13V2H11V6H8A2,2,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2,2,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2,2,0,0,0,2-2V21h4V19H26V13ZM24,24H8V8H24Z"
|
|
492
792
|
})), children);
|
|
493
793
|
});
|
|
494
794
|
if (process.env.NODE_ENV !== "production") {
|
|
495
795
|
Chip.propTypes = iconPropTypes;
|
|
496
796
|
}
|
|
497
|
-
const Choices = /*#__PURE__*/React.forwardRef(function Choices(
|
|
797
|
+
const Choices = /*#__PURE__*/React.forwardRef(function Choices(_ref25, ref) {
|
|
498
798
|
let {
|
|
499
799
|
children,
|
|
500
800
|
size = 16,
|
|
501
801
|
...rest
|
|
502
|
-
} =
|
|
802
|
+
} = _ref25;
|
|
503
803
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
504
804
|
width: size,
|
|
505
805
|
height: size,
|
|
@@ -508,19 +808,19 @@ const Choices = /*#__PURE__*/React.forwardRef(function Choices(_ref16, ref) {
|
|
|
508
808
|
viewBox: "0 0 32 32",
|
|
509
809
|
fill: "currentColor",
|
|
510
810
|
...rest
|
|
511
|
-
},
|
|
811
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
512
812
|
d: "M28 13L28 4 19 4 19 6 24.586 6 16 14.586 7.414 6 13 6 13 4 4 4 4 13 6 13 6 7.414 15 16.414 15 26 4 26 4 28 28 28 28 26 17 26 17 16.414 26 7.414 26 13 28 13z"
|
|
513
813
|
})), children);
|
|
514
814
|
});
|
|
515
815
|
if (process.env.NODE_ENV !== "production") {
|
|
516
816
|
Choices.propTypes = iconPropTypes;
|
|
517
817
|
}
|
|
518
|
-
const ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(
|
|
818
|
+
const ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(_ref26, ref) {
|
|
519
819
|
let {
|
|
520
820
|
children,
|
|
521
821
|
size = 16,
|
|
522
822
|
...rest
|
|
523
|
-
} =
|
|
823
|
+
} = _ref26;
|
|
524
824
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
525
825
|
width: size,
|
|
526
826
|
height: size,
|
|
@@ -529,19 +829,19 @@ const ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(_ref17, ref
|
|
|
529
829
|
viewBox: "0 0 32 32",
|
|
530
830
|
fill: "currentColor",
|
|
531
831
|
...rest
|
|
532
|
-
},
|
|
832
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
533
833
|
d: "M28 6H30V26H28zM17 6L15.57 7.393 23.15 15 2 15 2 17 23.15 17 15.57 24.573 17 26 27 16 17 6z"
|
|
534
834
|
})), children);
|
|
535
835
|
});
|
|
536
836
|
if (process.env.NODE_ENV !== "production") {
|
|
537
837
|
ChooseItem.propTypes = iconPropTypes;
|
|
538
838
|
}
|
|
539
|
-
const ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(
|
|
839
|
+
const ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(_ref27, ref) {
|
|
540
840
|
let {
|
|
541
841
|
children,
|
|
542
842
|
size = 16,
|
|
543
843
|
...rest
|
|
544
|
-
} =
|
|
844
|
+
} = _ref27;
|
|
545
845
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
546
846
|
width: size,
|
|
547
847
|
height: size,
|
|
@@ -550,19 +850,19 @@ const ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(_ref1
|
|
|
550
850
|
viewBox: "0 0 32 32",
|
|
551
851
|
fill: "currentColor",
|
|
552
852
|
...rest
|
|
553
|
-
},
|
|
853
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
554
854
|
d: "M29.2427,4.03l-8-2a1.0065,1.0065,0,0,0-.6143.0415l-9.7,3.88L3.2427,4.03A1,1,0,0,0,2,5V27a1,1,0,0,0,.7573.97l8,2A1.0244,1.0244,0,0,0,11,30a.9953.9953,0,0,0,.3716-.0718l9.7-3.88,7.686,1.9219A1,1,0,0,0,30,27V5A1,1,0,0,0,29.2427,4.03ZM28,11H22V4.2806l6,1.5ZM10,19H4V13h6Zm2-8V7.6771l8-3.2V11Zm8,2v6H12V13Zm-8,8h8v3.3227l-8,3.2Zm10-8h6v6H22ZM10,7.7806V11H4V6.2806ZM4,21h6v6.7192l-6-1.5Zm18,3.2187V21h6v4.7192Z"
|
|
555
855
|
})), children);
|
|
556
856
|
});
|
|
557
857
|
if (process.env.NODE_ENV !== "production") {
|
|
558
858
|
ChoroplethMap.propTypes = iconPropTypes;
|
|
559
859
|
}
|
|
560
|
-
const CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(
|
|
860
|
+
const CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref28, ref) {
|
|
561
861
|
let {
|
|
562
862
|
children,
|
|
563
863
|
size = 16,
|
|
564
864
|
...rest
|
|
565
|
-
} =
|
|
865
|
+
} = _ref28;
|
|
566
866
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
567
867
|
width: size,
|
|
568
868
|
height: size,
|
|
@@ -571,21 +871,21 @@ const CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref19, ref) {
|
|
|
571
871
|
viewBox: "0 0 32 32",
|
|
572
872
|
fill: "currentColor",
|
|
573
873
|
...rest
|
|
574
|
-
},
|
|
874
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
575
875
|
d: "M30.3335 30H26V28h4V26H28a2.002 2.002 0 01-2-2V21.6665A1.6684 1.6684 0 0127.6665 20H32v2H28v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0130.3335 30zM22.3335 20h-2.667A1.6665 1.6665 0 0018 21.6665V30h2V26h2v4h2V21.6665A1.6665 1.6665 0 0022.3335 20zM20 24V22h2v2zM12.5 24L11 20 9 20 9 30 11 30 11 23 12.5 27 14 23 14 30 16 30 16 20 14 20 12.5 24zM1 22v6.5A1.4727 1.4727 0 002.5 30H7V28H3V22H7V20H3A2.0059 2.0059 0 001 22zM13 8L11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11 13 11 13 8z"
|
|
576
|
-
})),
|
|
876
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
577
877
|
d: "M6,6H26V18h2V6a2.0059,2.0059,0,0,0-2-2H6A2.0059,2.0059,0,0,0,4,6V18H6Z"
|
|
578
878
|
})), children);
|
|
579
879
|
});
|
|
580
880
|
if (process.env.NODE_ENV !== "production") {
|
|
581
881
|
CicsCmas.propTypes = iconPropTypes;
|
|
582
882
|
}
|
|
583
|
-
const CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection(
|
|
883
|
+
const CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection(_ref29, ref) {
|
|
584
884
|
let {
|
|
585
885
|
children,
|
|
586
886
|
size = 16,
|
|
587
887
|
...rest
|
|
588
|
-
} =
|
|
888
|
+
} = _ref29;
|
|
589
889
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
590
890
|
width: size,
|
|
591
891
|
height: size,
|
|
@@ -594,21 +894,21 @@ const CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connecti
|
|
|
594
894
|
viewBox: "0 0 32 32",
|
|
595
895
|
fill: "currentColor",
|
|
596
896
|
...rest
|
|
597
|
-
},
|
|
897
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
598
898
|
d: "M22.5,30c-1.9299,0-3.5-1.5701-3.5-3.5,0-.9346,.3638-1.8134,1.0244-2.4742l1.4146,1.4138c-.283,.2832-.439,.6598-.439,1.0604,0,.8271,.6729,1.5,1.5,1.5,.4009,0,.7776-.1561,1.061-.4396l4.9998-4.9998c.2832-.2833,.4392-.66,.4392-1.0607,0-.8271-.6729-1.5-1.5-1.5-.4011,0-.7783,.1564-1.0618,.4404l-1.4155-1.4131c.6616-.6625,1.5413-1.0273,2.4773-1.0273,1.9299,0,3.5,1.5701,3.5,3.5,0,.9348-.364,1.8137-1.0249,2.4749l-4.9998,4.9996c-.6609,.6613-1.54,1.0255-2.4753,1.0255Z"
|
|
599
|
-
})),
|
|
899
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
600
900
|
d: "M16.5 31c-1.9299 0-3.5-1.5701-3.5-3.5 0-.9348.364-1.8137 1.0249-2.4749l4.9998-4.9996c.6609-.6613 1.54-1.0255 2.4753-1.0255 1.9299 0 3.5 1.5701 3.5 3.5 0 .9346-.3638 1.8134-1.0244 2.4742l-1.4146-1.4138c.283-.2832.439-.6598.439-1.0604 0-.8271-.6729-1.5-1.5-1.5-.4009 0-.7776.1561-1.061.4396l-4.9998 4.9998c-.2832.2833-.4392.66-.4392 1.0607 0 .8271.6729 1.5 1.5 1.5.4011 0 .7783-.1564 1.0618-.4404l1.4155 1.4131c-.6616.6625-1.5413 1.0273-2.4773 1.0273zM16 2c-5.2979 0-11 1.252-11 4V24c0 1.6797 2.134 2.7979 5 3.415v-2.0459c-1.9939-.4727-2.9453-1.1431-3-1.3691v-3.5723c1.4937.749 3.6738 1.2153 6 1.4302v-1.9976c-3.8779-.3774-5.8774-1.4219-6-1.8604v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723 5.2979 0 11-1.252 11-4V5.9995c-.0007-2.748-5.7024-3.9995-11-3.9995zM6.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"
|
|
601
901
|
})), children);
|
|
602
902
|
});
|
|
603
903
|
if (process.env.NODE_ENV !== "production") {
|
|
604
904
|
CicsDb2Connection.propTypes = iconPropTypes;
|
|
605
905
|
}
|
|
606
|
-
const CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(
|
|
906
|
+
const CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref30, ref) {
|
|
607
907
|
let {
|
|
608
908
|
children,
|
|
609
909
|
size = 16,
|
|
610
910
|
...rest
|
|
611
|
-
} =
|
|
911
|
+
} = _ref30;
|
|
612
912
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
613
913
|
width: size,
|
|
614
914
|
height: size,
|
|
@@ -617,21 +917,21 @@ const CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref21,
|
|
|
617
917
|
viewBox: "0 0 32 32",
|
|
618
918
|
fill: "currentColor",
|
|
619
919
|
...rest
|
|
620
|
-
},
|
|
920
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
621
921
|
d: "M24 16L19.4 14.6 21.7 10.3 17.4 12.6 16 8 14.6 12.6 10.3 10.3 12.6 14.6 8 16 12.6 17.4 10.3 21.7 14.6 19.4 16 24 17.4 19.4 21.7 21.7 19.4 17.4 24 16z"
|
|
622
|
-
})),
|
|
922
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
623
923
|
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
624
924
|
})), children);
|
|
625
925
|
});
|
|
626
926
|
if (process.env.NODE_ENV !== "production") {
|
|
627
927
|
CicsExplorer.propTypes = iconPropTypes;
|
|
628
928
|
}
|
|
629
|
-
const CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(
|
|
929
|
+
const CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref31, ref) {
|
|
630
930
|
let {
|
|
631
931
|
children,
|
|
632
932
|
size = 16,
|
|
633
933
|
...rest
|
|
634
|
-
} =
|
|
934
|
+
} = _ref31;
|
|
635
935
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
636
936
|
width: size,
|
|
637
937
|
height: size,
|
|
@@ -640,7 +940,7 @@ const CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref22, r
|
|
|
640
940
|
viewBox: "0 0 32 32",
|
|
641
941
|
fill: "currentColor",
|
|
642
942
|
...rest
|
|
643
|
-
},
|
|
943
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
644
944
|
d: "M20.17 19L17.58 21.59 19 23 23 19 19 15 17.58 16.41 20.17 19zM11.83 19L14.42 16.41 13 15 9 19 13 23 14.42 21.59 11.83 19z"
|
|
645
945
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
646
946
|
cx: "9",
|
|
@@ -650,19 +950,19 @@ const CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref22, r
|
|
|
650
950
|
cx: "6",
|
|
651
951
|
cy: "8",
|
|
652
952
|
r: "1"
|
|
653
|
-
})),
|
|
953
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
654
954
|
d: "M28,4H4c-1.1028,0-2,.8975-2,2V26c0,1.1025,.8972,2,2,2H28c1.1028,0,2-.8975,2-2V6c0-1.1025-.8972-2-2-2Zm0,2v4H4V6H28ZM4,26V12H28v14H4Z"
|
|
655
955
|
})), children);
|
|
656
956
|
});
|
|
657
957
|
if (process.env.NODE_ENV !== "production") {
|
|
658
958
|
CicsProgram.propTypes = iconPropTypes;
|
|
659
959
|
}
|
|
660
|
-
const CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(
|
|
960
|
+
const CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref32, ref) {
|
|
661
961
|
let {
|
|
662
962
|
children,
|
|
663
963
|
size = 16,
|
|
664
964
|
...rest
|
|
665
|
-
} =
|
|
965
|
+
} = _ref32;
|
|
666
966
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
667
967
|
width: size,
|
|
668
968
|
height: size,
|
|
@@ -671,21 +971,21 @@ const CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref23, ref) {
|
|
|
671
971
|
viewBox: "0 0 32 32",
|
|
672
972
|
fill: "currentColor",
|
|
673
973
|
...rest
|
|
674
|
-
},
|
|
974
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
675
975
|
d: "M23 22L30 27 23 32 23 22z"
|
|
676
|
-
})),
|
|
976
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
677
977
|
d: "M26,3H6c-1.6543,0-3,1.3457-3,3V26c0,1.6543,1.3457,3,3,3h11v-9h12V6c0-1.6543-1.3457-3-3-3ZM6,5H26c.5515,0,1,.4482,1,1v3H5v-3c0-.5518,.4485-1,1-1Zm9,6v7H5v-7H15Zm0,16H6c-.5515,0-1-.4482-1-1v-6H15v7Zm2-9v-7h10v7h-10Z"
|
|
678
978
|
})), children);
|
|
679
979
|
});
|
|
680
980
|
if (process.env.NODE_ENV !== "production") {
|
|
681
981
|
CicsSit.propTypes = iconPropTypes;
|
|
682
982
|
}
|
|
683
|
-
const CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(
|
|
983
|
+
const CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(_ref33, ref) {
|
|
684
984
|
let {
|
|
685
985
|
children,
|
|
686
986
|
size = 16,
|
|
687
987
|
...rest
|
|
688
|
-
} =
|
|
988
|
+
} = _ref33;
|
|
689
989
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
690
990
|
width: size,
|
|
691
991
|
height: size,
|
|
@@ -694,19 +994,19 @@ const CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides
|
|
|
694
994
|
viewBox: "0 0 32 32",
|
|
695
995
|
fill: "currentColor",
|
|
696
996
|
...rest
|
|
697
|
-
},
|
|
997
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
698
998
|
d: "M31.707 20.293l-3-3c-.3901-.3906-1.0239-.3906-1.4141 0l-9.293 9.293v4.4141h4.4143l9.2927-9.293c.3906-.3906.3906-1.0234 0-1.4141zm-7.4141 6l-2.7073 2.707h-1.5857v-1.5859l2.707-2.707 2.293-2.293 1.5859 1.5859-2.293 2.293zm3.707-3.707l-1.5859-1.5859 1.5859-1.5859 1.5857 1.5859-1.5857 1.5859zM20 20v-2h-4v-7h10v2h2V6c0-1.6543-1.3457-3-3-3H5c-1.6543 0-3 1.3457-3 3V26c0 1.6543 1.3457 3 3 3h11v-9h4zm-6-2H4v-7H14v7zM5 5H25c.5515 0 1 .4482 1 1v3H4v-3c0-.5518.4485-1 1-1zM14 27H5c-.5515 0-1-.4482-1-1v-6H14v7z"
|
|
699
999
|
})), children);
|
|
700
1000
|
});
|
|
701
1001
|
if (process.env.NODE_ENV !== "production") {
|
|
702
1002
|
CicsSitOverrides.propTypes = iconPropTypes;
|
|
703
1003
|
}
|
|
704
|
-
const CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(
|
|
1004
|
+
const CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_ref34, ref) {
|
|
705
1005
|
let {
|
|
706
1006
|
children,
|
|
707
1007
|
size = 16,
|
|
708
1008
|
...rest
|
|
709
|
-
} =
|
|
1009
|
+
} = _ref34;
|
|
710
1010
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
711
1011
|
width: size,
|
|
712
1012
|
height: size,
|
|
@@ -715,23 +1015,23 @@ const CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_
|
|
|
715
1015
|
viewBox: "0 0 32 32",
|
|
716
1016
|
fill: "currentColor",
|
|
717
1017
|
...rest
|
|
718
|
-
},
|
|
1018
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
719
1019
|
d: "M28 2H23V4h5V28H23v2h5a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0028 2zM14 17H8a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V18A.9448.9448 0 0014 17zm-1 6H9V19h4z"
|
|
720
|
-
})),
|
|
1020
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
721
1021
|
d: "M25 24V18a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6A1.0021 1.0021 0 0025 24zm-2-1H19V19h4zM14 7H8A.9448.9448 0 007 8v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V8A.9448.9448 0 0014 7zm-1 6H9V9h4zM18 15h6a.9448.9448 0 001-1V8a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6A1.0021 1.0021 0 0018 15zm1-6h4v4H19z"
|
|
722
|
-
})),
|
|
1022
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
723
1023
|
d: "M4,4H9V2H4A2.0059,2.0059,0,0,0,2,4V28a2.0059,2.0059,0,0,0,2,2H9V28H4Z"
|
|
724
1024
|
})), children);
|
|
725
1025
|
});
|
|
726
1026
|
if (process.env.NODE_ENV !== "production") {
|
|
727
1027
|
CicsSystemGroup.propTypes = iconPropTypes;
|
|
728
1028
|
}
|
|
729
|
-
const CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransactionServerZos(
|
|
1029
|
+
const CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransactionServerZos(_ref35, ref) {
|
|
730
1030
|
let {
|
|
731
1031
|
children,
|
|
732
1032
|
size = 16,
|
|
733
1033
|
...rest
|
|
734
|
-
} =
|
|
1034
|
+
} = _ref35;
|
|
735
1035
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
736
1036
|
width: size,
|
|
737
1037
|
height: size,
|
|
@@ -744,27 +1044,27 @@ const CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTran
|
|
|
744
1044
|
cx: "28",
|
|
745
1045
|
cy: "10",
|
|
746
1046
|
r: "2"
|
|
747
|
-
})),
|
|
1047
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
748
1048
|
d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
|
|
749
|
-
})),
|
|
1049
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
750
1050
|
d: "M16,21c-2.7571,0-5-2.2429-5-5s2.2429-5,5-5,5,2.2429,5,5-2.2429,5-5,5Zm0-8c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3Z"
|
|
751
1051
|
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
752
1052
|
cx: "4",
|
|
753
1053
|
cy: "22",
|
|
754
1054
|
r: "2"
|
|
755
|
-
})),
|
|
1055
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
756
1056
|
d: "M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"
|
|
757
1057
|
})), children);
|
|
758
1058
|
});
|
|
759
1059
|
if (process.env.NODE_ENV !== "production") {
|
|
760
1060
|
CicsTransactionServerZos.propTypes = iconPropTypes;
|
|
761
1061
|
}
|
|
762
|
-
const CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(
|
|
1062
|
+
const CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref36, ref) {
|
|
763
1063
|
let {
|
|
764
1064
|
children,
|
|
765
1065
|
size = 16,
|
|
766
1066
|
...rest
|
|
767
|
-
} =
|
|
1067
|
+
} = _ref36;
|
|
768
1068
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
769
1069
|
width: size,
|
|
770
1070
|
height: size,
|
|
@@ -773,21 +1073,21 @@ const CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref2
|
|
|
773
1073
|
viewBox: "0 0 32 32",
|
|
774
1074
|
fill: "currentColor",
|
|
775
1075
|
...rest
|
|
776
|
-
},
|
|
1076
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
777
1077
|
d: "M22 22L24 22 24 28 22 28 22 30 28 30 28 28 26 28 26 22 28 22 28 20 22 20 22 22zM18 28H16V20H14v8.6A1.4529 1.4529 0 0015.5 30h3A1.4529 1.4529 0 0020 28.6V20H18zM10.2 20L10 28.5 9 22 7 22 6 28.5 5.8 20 4 20 4.72 30 7 30 8 23.5 9 30 11.28 30 12 20 10.2 20zM16 11L13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11z"
|
|
778
|
-
})),
|
|
1078
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
779
1079
|
d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V18H6V6H26V18h2V6A2.0059,2.0059,0,0,0,26,4Z"
|
|
780
1080
|
})), children);
|
|
781
1081
|
});
|
|
782
1082
|
if (process.env.NODE_ENV !== "production") {
|
|
783
1083
|
CicsWuiRegion.propTypes = iconPropTypes;
|
|
784
1084
|
}
|
|
785
|
-
const CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(
|
|
1085
|
+
const CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref37, ref) {
|
|
786
1086
|
let {
|
|
787
1087
|
children,
|
|
788
1088
|
size = 16,
|
|
789
1089
|
...rest
|
|
790
|
-
} =
|
|
1090
|
+
} = _ref37;
|
|
791
1091
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
792
1092
|
width: size,
|
|
793
1093
|
height: size,
|
|
@@ -796,21 +1096,21 @@ const CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref28, ref
|
|
|
796
1096
|
viewBox: "0 0 32 32",
|
|
797
1097
|
fill: "currentColor",
|
|
798
1098
|
...rest
|
|
799
|
-
},
|
|
1099
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
800
1100
|
d: "M23.5 18L21 18.7 21 16 19 16 19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18zM16 13L16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13z"
|
|
801
|
-
})),
|
|
1101
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
802
1102
|
d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V6A2.0059,2.0059,0,0,0,26,4ZM6,26V6H26V26Z"
|
|
803
1103
|
})), children);
|
|
804
1104
|
});
|
|
805
1105
|
if (process.env.NODE_ENV !== "production") {
|
|
806
1106
|
CicsRegion.propTypes = iconPropTypes;
|
|
807
1107
|
}
|
|
808
|
-
const CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(
|
|
1108
|
+
const CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(_ref38, ref) {
|
|
809
1109
|
let {
|
|
810
1110
|
children,
|
|
811
1111
|
size = 16,
|
|
812
1112
|
...rest
|
|
813
|
-
} =
|
|
1113
|
+
} = _ref38;
|
|
814
1114
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
815
1115
|
width: size,
|
|
816
1116
|
height: size,
|
|
@@ -819,19 +1119,19 @@ const CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(_ref2
|
|
|
819
1119
|
viewBox: "0 0 32 32",
|
|
820
1120
|
fill: "currentColor",
|
|
821
1121
|
...rest
|
|
822
|
-
},
|
|
1122
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
823
1123
|
d: "M31 13v-2h-4c-1.1028 0-2 .8975-2 2v2c0 1.1025.8972 2 2 2h2v2h-4v2h4c1.1028 0 2-.8975 2-2v-2c0-1.1025-.8972-2-2-2h-2v-2h4zM17 13v6c0 1.1025.8972 2 2 2h4v-2h-4v-6h4v-2h-4c-1.1028 0-2 .8975-2 2zM9 13L11 13 11 19 9 19 9 21 15 21 15 19 13 19 13 13 15 13 15 11 9 11 9 13zM1 13v6c0 1.1025.8972 2 2 2H7v-2H3v-6H7v-2H3c-1.1028 0-2 .8975-2 2z"
|
|
824
1124
|
})), children);
|
|
825
1125
|
});
|
|
826
1126
|
if (process.env.NODE_ENV !== "production") {
|
|
827
1127
|
CicsRegionAlt.propTypes = iconPropTypes;
|
|
828
1128
|
}
|
|
829
|
-
const CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting(
|
|
1129
|
+
const CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting(_ref39, ref) {
|
|
830
1130
|
let {
|
|
831
1131
|
children,
|
|
832
1132
|
size = 16,
|
|
833
1133
|
...rest
|
|
834
|
-
} =
|
|
1134
|
+
} = _ref39;
|
|
835
1135
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
836
1136
|
width: size,
|
|
837
1137
|
height: size,
|
|
@@ -840,21 +1140,21 @@ const CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouti
|
|
|
840
1140
|
viewBox: "0 0 32 32",
|
|
841
1141
|
fill: "currentColor",
|
|
842
1142
|
...rest
|
|
843
|
-
},
|
|
1143
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
844
1144
|
d: "M22 2L22 4 26.6 4 20 10.6 21.4 12 28 5.4 28 10 30 10 30 2 22 2zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
|
|
845
|
-
})),
|
|
1145
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
846
1146
|
d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
|
|
847
1147
|
})), children);
|
|
848
1148
|
});
|
|
849
1149
|
if (process.env.NODE_ENV !== "production") {
|
|
850
1150
|
CicsRegionRouting.propTypes = iconPropTypes;
|
|
851
1151
|
}
|
|
852
|
-
const CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(
|
|
1152
|
+
const CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(_ref40, ref) {
|
|
853
1153
|
let {
|
|
854
1154
|
children,
|
|
855
1155
|
size = 16,
|
|
856
1156
|
...rest
|
|
857
|
-
} =
|
|
1157
|
+
} = _ref40;
|
|
858
1158
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
859
1159
|
width: size,
|
|
860
1160
|
height: size,
|
|
@@ -863,21 +1163,21 @@ const CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget
|
|
|
863
1163
|
viewBox: "0 0 32 32",
|
|
864
1164
|
fill: "currentColor",
|
|
865
1165
|
...rest
|
|
866
|
-
},
|
|
1166
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
867
1167
|
d: "M26 7H28V10H26zM29 4H32V6H29zM26 0H28V3H26zM22 4H25V6H22zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
|
|
868
|
-
})),
|
|
1168
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
869
1169
|
d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
|
|
870
1170
|
})), children);
|
|
871
1171
|
});
|
|
872
1172
|
if (process.env.NODE_ENV !== "production") {
|
|
873
1173
|
CicsRegionTarget.propTypes = iconPropTypes;
|
|
874
1174
|
}
|
|
875
|
-
const Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(
|
|
1175
|
+
const Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(_ref41, ref) {
|
|
876
1176
|
let {
|
|
877
1177
|
children,
|
|
878
1178
|
size = 16,
|
|
879
1179
|
...rest
|
|
880
|
-
} =
|
|
1180
|
+
} = _ref41;
|
|
881
1181
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
882
1182
|
width: size,
|
|
883
1183
|
height: size,
|
|
@@ -886,19 +1186,19 @@ const Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(_ref32, ref) {
|
|
|
886
1186
|
viewBox: "0 0 32 32",
|
|
887
1187
|
fill: "currentColor",
|
|
888
1188
|
...rest
|
|
889
|
-
},
|
|
1189
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
890
1190
|
d: "M8 18.6V17H6v1.6A7.3833 7.3833 0 0013.4 26H15V24H13.4A5.3775 5.3775 0 018 18.6zM28 18H20a2.0059 2.0059 0 00-2 2v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V20A2.0059 2.0059 0 0028 18zM20 28V20h8v8zM24 13.4V15h2V13.4A7.3833 7.3833 0 0018.6 6H17V8h1.6A5.3775 5.3775 0 0124 13.4zM12 2H4A2.0059 2.0059 0 002 4v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0012 2zM4 12V4h8v8z"
|
|
891
1191
|
})), children);
|
|
892
1192
|
});
|
|
893
1193
|
if (process.env.NODE_ENV !== "production") {
|
|
894
1194
|
Cicsplex.propTypes = iconPropTypes;
|
|
895
1195
|
}
|
|
896
|
-
const CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(
|
|
1196
|
+
const CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref42, ref) {
|
|
897
1197
|
let {
|
|
898
1198
|
children,
|
|
899
1199
|
size = 16,
|
|
900
1200
|
...rest
|
|
901
|
-
} =
|
|
1201
|
+
} = _ref42;
|
|
902
1202
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
903
1203
|
width: size,
|
|
904
1204
|
height: size,
|
|
@@ -911,19 +1211,19 @@ const CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref33,
|
|
|
911
1211
|
cx: "16",
|
|
912
1212
|
cy: "16",
|
|
913
1213
|
r: "10"
|
|
914
|
-
})),
|
|
1214
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
915
1215
|
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
916
1216
|
})), children);
|
|
917
1217
|
});
|
|
918
1218
|
if (process.env.NODE_ENV !== "production") {
|
|
919
1219
|
CircleFilled.propTypes = iconPropTypes;
|
|
920
1220
|
}
|
|
921
|
-
const CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(
|
|
1221
|
+
const CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref43, ref) {
|
|
922
1222
|
let {
|
|
923
1223
|
children,
|
|
924
1224
|
size = 16,
|
|
925
1225
|
...rest
|
|
926
|
-
} =
|
|
1226
|
+
} = _ref43;
|
|
927
1227
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
928
1228
|
width: size,
|
|
929
1229
|
height: size,
|
|
@@ -932,7 +1232,7 @@ const CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref3
|
|
|
932
1232
|
viewBox: "0 0 32 32",
|
|
933
1233
|
fill: "currentColor",
|
|
934
1234
|
...rest
|
|
935
|
-
},
|
|
1235
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
936
1236
|
strokeWidth: "0",
|
|
937
1237
|
d: "m16,2c-7.732,0-14,6.268-14,14s6.268,14,14,14,14-6.268,14-14S23.732,2,16,2Zm0,26c-6.6274,0-12-5.3726-12-12s5.3726-12,12-12,12,5.3726,12,12-5.3726,12-12,12Z"
|
|
938
1238
|
})), children);
|
|
@@ -940,12 +1240,12 @@ const CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref3
|
|
|
940
1240
|
if (process.env.NODE_ENV !== "production") {
|
|
941
1241
|
CircleOutline.propTypes = iconPropTypes;
|
|
942
1242
|
}
|
|
943
|
-
const CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(
|
|
1243
|
+
const CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref44, ref) {
|
|
944
1244
|
let {
|
|
945
1245
|
children,
|
|
946
1246
|
size = 16,
|
|
947
1247
|
...rest
|
|
948
|
-
} =
|
|
1248
|
+
} = _ref44;
|
|
949
1249
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
950
1250
|
width: size,
|
|
951
1251
|
height: size,
|
|
@@ -963,12 +1263,12 @@ const CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref35, r
|
|
|
963
1263
|
if (process.env.NODE_ENV !== "production") {
|
|
964
1264
|
CircleSolid.propTypes = iconPropTypes;
|
|
965
1265
|
}
|
|
966
|
-
const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(
|
|
1266
|
+
const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref45, ref) {
|
|
967
1267
|
let {
|
|
968
1268
|
children,
|
|
969
1269
|
size = 16,
|
|
970
1270
|
...rest
|
|
971
|
-
} =
|
|
1271
|
+
} = _ref45;
|
|
972
1272
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
973
1273
|
width: size,
|
|
974
1274
|
height: size,
|
|
@@ -977,19 +1277,19 @@ const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref36, ref
|
|
|
977
1277
|
viewBox: "0 0 32 32",
|
|
978
1278
|
fill: "currentColor",
|
|
979
1279
|
...rest
|
|
980
|
-
},
|
|
1280
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
981
1281
|
d: "M7.7 4.7a14.7 14.7 0 00-3 3.1L6.3 9A13.26 13.26 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.51 12.51 0 002 16H4A11.48 11.48 0 014.6 12.3zM2.7 20.4a14.4 14.4 0 002 3.9l1.6-1.2a12.89 12.89 0 01-1.7-3.3zM7.8 27.3a14.4 14.4 0 003.9 2l.6-1.9A12.89 12.89 0 019 25.7zM11.7 2.7l.6 1.9A11.48 11.48 0 0116 4V2A12.51 12.51 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.53 11.53 0 0123 25.7zM27.4 19.7l1.9.6A15.47 15.47 0 0030 16H28A11.48 11.48 0 0127.4 19.7zM29.2 11.6a14.4 14.4 0 00-2-3.9L25.6 8.9a12.89 12.89 0 011.7 3.3zM24.1 4.6a14.4 14.4 0 00-3.9-2l-.6 1.9a12.89 12.89 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.48 11.48 0 0116 28v2A21.42 21.42 0 0020.3 29.3z"
|
|
982
1282
|
})), children);
|
|
983
1283
|
});
|
|
984
1284
|
if (process.env.NODE_ENV !== "production") {
|
|
985
1285
|
CircleDash.propTypes = iconPropTypes;
|
|
986
1286
|
}
|
|
987
|
-
const CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(
|
|
1287
|
+
const CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref46, ref) {
|
|
988
1288
|
let {
|
|
989
1289
|
children,
|
|
990
1290
|
size = 16,
|
|
991
1291
|
...rest
|
|
992
|
-
} =
|
|
1292
|
+
} = _ref46;
|
|
993
1293
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
994
1294
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
995
1295
|
width: size,
|
|
@@ -1022,12 +1322,12 @@ const CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref37, ref
|
|
|
1022
1322
|
if (process.env.NODE_ENV !== "production") {
|
|
1023
1323
|
CircleFill.propTypes = iconPropTypes;
|
|
1024
1324
|
}
|
|
1025
|
-
const WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(
|
|
1325
|
+
const WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(_ref47, ref) {
|
|
1026
1326
|
let {
|
|
1027
1327
|
children,
|
|
1028
1328
|
size = 16,
|
|
1029
1329
|
...rest
|
|
1030
|
-
} =
|
|
1330
|
+
} = _ref47;
|
|
1031
1331
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1032
1332
|
width: size,
|
|
1033
1333
|
height: size,
|
|
@@ -1036,21 +1336,21 @@ const WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function Wat
|
|
|
1036
1336
|
viewBox: "0 0 32 32",
|
|
1037
1337
|
fill: "currentColor",
|
|
1038
1338
|
...rest
|
|
1039
|
-
},
|
|
1339
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1040
1340
|
d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
|
|
1041
|
-
})),
|
|
1341
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1042
1342
|
d: "M21,12.41V16h2V9H16v2h3.59L11,19.59V16H9v7h7V21H12.41Z"
|
|
1043
1343
|
})), children);
|
|
1044
1344
|
});
|
|
1045
1345
|
if (process.env.NODE_ENV !== "production") {
|
|
1046
1346
|
WatsonHealthCircleMeasurement.propTypes = iconPropTypes;
|
|
1047
1347
|
}
|
|
1048
|
-
const CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(
|
|
1348
|
+
const CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref48, ref) {
|
|
1049
1349
|
let {
|
|
1050
1350
|
children,
|
|
1051
1351
|
size = 16,
|
|
1052
1352
|
...rest
|
|
1053
|
-
} =
|
|
1353
|
+
} = _ref48;
|
|
1054
1354
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1055
1355
|
width: size,
|
|
1056
1356
|
height: size,
|
|
@@ -1059,19 +1359,19 @@ const CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref3
|
|
|
1059
1359
|
viewBox: "0 0 32 32",
|
|
1060
1360
|
fill: "currentColor",
|
|
1061
1361
|
...rest
|
|
1062
|
-
},
|
|
1362
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1063
1363
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.5,7A3.5,3.5,0,1,1,20,12.5,3.5041,3.5041,0,0,1,23.5,9Zm.4348-1.978C23.791,7.0107,23.6467,7,23.5,7a5.4826,5.4826,0,0,0-4.1323,1.8784,8.0109,8.0109,0,0,0-5.5664-4.6675A11.8554,11.8554,0,0,1,23.9348,7.022ZM16,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,28ZM12,18a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,12,18ZM4,16a11.97,11.97,0,0,1,.2112-2.1987,7.9921,7.9921,0,0,0,7.3459,6.1762,5.9581,5.9581,0,0,0-.89,6.7564A12.0025,12.0025,0,0,1,4,16ZM21.3325,26.7339a5.9834,5.9834,0,0,0-4.1782-8.6206,8.02,8.02,0,0,0,1.9126-2.3672,5.4883,5.4883,0,0,0,8.9167-.0679c.003.1079.0164.2134.0164.3218A12.0025,12.0025,0,0,1,21.3325,26.7339Z"
|
|
1064
1364
|
})), children);
|
|
1065
1365
|
});
|
|
1066
1366
|
if (process.env.NODE_ENV !== "production") {
|
|
1067
1367
|
CirclePacking.propTypes = iconPropTypes;
|
|
1068
1368
|
}
|
|
1069
|
-
const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(
|
|
1369
|
+
const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref49, ref) {
|
|
1070
1370
|
let {
|
|
1071
1371
|
children,
|
|
1072
1372
|
size = 16,
|
|
1073
1373
|
...rest
|
|
1074
|
-
} =
|
|
1374
|
+
} = _ref49;
|
|
1075
1375
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
1076
1376
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1077
1377
|
width: size,
|
|
@@ -1081,7 +1381,7 @@ const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref40,
|
|
|
1081
1381
|
viewBox: "0 0 16 16",
|
|
1082
1382
|
fill: "currentColor",
|
|
1083
1383
|
...rest
|
|
1084
|
-
},
|
|
1384
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1085
1385
|
d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
|
|
1086
1386
|
})), children);
|
|
1087
1387
|
}
|
|
@@ -1093,19 +1393,19 @@ const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref40,
|
|
|
1093
1393
|
viewBox: "0 0 16 16",
|
|
1094
1394
|
fill: "currentColor",
|
|
1095
1395
|
...rest
|
|
1096
|
-
},
|
|
1396
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1097
1397
|
d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
|
|
1098
1398
|
})), children);
|
|
1099
1399
|
});
|
|
1100
1400
|
if (process.env.NODE_ENV !== "production") {
|
|
1101
1401
|
CircleStroke.propTypes = iconPropTypes;
|
|
1102
1402
|
}
|
|
1103
|
-
const QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(
|
|
1403
|
+
const QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(_ref50, ref) {
|
|
1104
1404
|
let {
|
|
1105
1405
|
children,
|
|
1106
1406
|
size = 16,
|
|
1107
1407
|
...rest
|
|
1108
|
-
} =
|
|
1408
|
+
} = _ref50;
|
|
1109
1409
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1110
1410
|
width: size,
|
|
1111
1411
|
height: size,
|
|
@@ -1114,21 +1414,21 @@ const QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer
|
|
|
1114
1414
|
viewBox: "0 0 32 32",
|
|
1115
1415
|
fill: "currentColor",
|
|
1116
1416
|
...rest
|
|
1117
|
-
},
|
|
1417
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1118
1418
|
d: "M18 9L18 15 14 15 14 9 12 9 12 23 14 23 14 17 18 17 18 23 20 23 20 9 18 9z"
|
|
1119
|
-
})),
|
|
1419
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1120
1420
|
d: "M30,15H26V6a2,2,0,0,0-2-2H8A2,2,0,0,0,6,6v9H2v2H6v9a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V17h4ZM8,26V6H24V26Z"
|
|
1121
1421
|
})), children);
|
|
1122
1422
|
});
|
|
1123
1423
|
if (process.env.NODE_ENV !== "production") {
|
|
1124
1424
|
QCircuitComposer.propTypes = iconPropTypes;
|
|
1125
1425
|
}
|
|
1126
|
-
const Classification = /*#__PURE__*/React.forwardRef(function Classification(
|
|
1426
|
+
const Classification = /*#__PURE__*/React.forwardRef(function Classification(_ref51, ref) {
|
|
1127
1427
|
let {
|
|
1128
1428
|
children,
|
|
1129
1429
|
size = 16,
|
|
1130
1430
|
...rest
|
|
1131
|
-
} =
|
|
1431
|
+
} = _ref51;
|
|
1132
1432
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1133
1433
|
width: size,
|
|
1134
1434
|
height: size,
|
|
@@ -1141,19 +1441,19 @@ const Classification = /*#__PURE__*/React.forwardRef(function Classification(_re
|
|
|
1141
1441
|
cx: "15",
|
|
1142
1442
|
cy: "19",
|
|
1143
1443
|
r: "1"
|
|
1144
|
-
})),
|
|
1444
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1145
1445
|
d: "M27.7,9.3l-7-7A.9087.9087,0,0,0,20,2H10A2.0058,2.0058,0,0,0,8,4V14H6a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2H8v4a2.0058,2.0058,0,0,0,2,2H26a2.0058,2.0058,0,0,0,2-2V10A.9092.9092,0,0,0,27.7,9.3ZM20,4.4,25.6,10H20ZM6,16h9.5972L19,19l-3.3926,3H6ZM26,28H10V24h5.6089a2.0076,2.0076,0,0,0,1.3135-.4927l3.3833-2.9917a2.0015,2.0015,0,0,0,.01-3.0229l-3.4033-3.0083A1.9961,1.9961,0,0,0,15.6089,14H10V4h8v6a2.0058,2.0058,0,0,0,2,2h6Z"
|
|
1146
1446
|
})), children);
|
|
1147
1447
|
});
|
|
1148
1448
|
if (process.env.NODE_ENV !== "production") {
|
|
1149
1449
|
Classification.propTypes = iconPropTypes;
|
|
1150
1450
|
}
|
|
1151
|
-
const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(
|
|
1451
|
+
const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(_ref52, ref) {
|
|
1152
1452
|
let {
|
|
1153
1453
|
children,
|
|
1154
1454
|
size = 16,
|
|
1155
1455
|
...rest
|
|
1156
|
-
} =
|
|
1456
|
+
} = _ref52;
|
|
1157
1457
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1158
1458
|
width: size,
|
|
1159
1459
|
height: size,
|
|
@@ -1162,19 +1462,19 @@ const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLang
|
|
|
1162
1462
|
viewBox: "0 0 32 32",
|
|
1163
1463
|
fill: "currentColor",
|
|
1164
1464
|
...rest
|
|
1165
|
-
},
|
|
1465
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1166
1466
|
d: "M30 10V2H22v8h3v4H23v2h7V14H27V10zM24 4h4V8H24zM20 23.41L18.59 22 16 24.59 13.41 22 12 23.41 14.59 26 12 28.59 13.41 30 16 27.41 18.59 30 20 28.59 17.41 26 20 23.41zM20 14L12 14 12 16 15 16 15 21 17 21 17 16 20 16 20 14zM7 9.86a4 4 0 10-2 0V14H2v2H9V14H7zM4 6A2 2 0 116 8 2 2 0 014 6z"
|
|
1167
1467
|
})), children);
|
|
1168
1468
|
});
|
|
1169
1469
|
if (process.env.NODE_ENV !== "production") {
|
|
1170
1470
|
ClassifierLanguage.propTypes = iconPropTypes;
|
|
1171
1471
|
}
|
|
1172
|
-
const Clean = /*#__PURE__*/React.forwardRef(function Clean(
|
|
1472
|
+
const Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref53, ref) {
|
|
1173
1473
|
let {
|
|
1174
1474
|
children,
|
|
1175
1475
|
size = 16,
|
|
1176
1476
|
...rest
|
|
1177
|
-
} =
|
|
1477
|
+
} = _ref53;
|
|
1178
1478
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1179
1479
|
width: size,
|
|
1180
1480
|
height: size,
|
|
@@ -1183,28 +1483,28 @@ const Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref44, ref) {
|
|
|
1183
1483
|
viewBox: "0 0 32 32",
|
|
1184
1484
|
fill: "currentColor",
|
|
1185
1485
|
...rest
|
|
1186
|
-
},
|
|
1486
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1187
1487
|
d: "M20 18H26V20H20z",
|
|
1188
1488
|
transform: "rotate(-180 23 19)"
|
|
1189
|
-
})),
|
|
1489
|
+
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1190
1490
|
d: "M24 26H30V28H24z",
|
|
1191
1491
|
transform: "rotate(-180 27 27)"
|
|
1192
|
-
})),
|
|
1492
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1193
1493
|
d: "M22 22H28V24H22z",
|
|
1194
1494
|
transform: "rotate(-180 25 23)"
|
|
1195
|
-
})),
|
|
1495
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1196
1496
|
d: "M17.0029,20a4.8952,4.8952,0,0,0-2.4044-4.1729L22,3,20.2691,2,12.6933,15.126A5.6988,5.6988,0,0,0,7.45,16.6289C3.7064,20.24,3.9963,28.6821,4.01,29.04a1,1,0,0,0,1,.96H20.0012a1,1,0,0,0,.6-1.8C17.0615,25.5439,17.0029,20.0537,17.0029,20ZM11.93,16.9971A3.11,3.11,0,0,1,15.0041,20c0,.0381.0019.208.0168.4688L9.1215,17.8452A3.8,3.8,0,0,1,11.93,16.9971ZM15.4494,28A5.2,5.2,0,0,1,14,25H12a6.4993,6.4993,0,0,0,.9684,3H10.7451A16.6166,16.6166,0,0,1,10,24H8a17.3424,17.3424,0,0,0,.6652,4H6c.031-1.8364.29-5.8921,1.8027-8.5527l7.533,3.35A13.0253,13.0253,0,0,0,17.5968,28Z"
|
|
1197
1497
|
})), children);
|
|
1198
1498
|
});
|
|
1199
1499
|
if (process.env.NODE_ENV !== "production") {
|
|
1200
1500
|
Clean.propTypes = iconPropTypes;
|
|
1201
1501
|
}
|
|
1202
|
-
const Close = /*#__PURE__*/React.forwardRef(function Close(
|
|
1502
|
+
const Close = /*#__PURE__*/React.forwardRef(function Close(_ref54, ref) {
|
|
1203
1503
|
let {
|
|
1204
1504
|
children,
|
|
1205
1505
|
size = 16,
|
|
1206
1506
|
...rest
|
|
1207
|
-
} =
|
|
1507
|
+
} = _ref54;
|
|
1208
1508
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1209
1509
|
width: size,
|
|
1210
1510
|
height: size,
|
|
@@ -1213,19 +1513,19 @@ const Close = /*#__PURE__*/React.forwardRef(function Close(_ref45, ref) {
|
|
|
1213
1513
|
viewBox: "0 0 32 32",
|
|
1214
1514
|
fill: "currentColor",
|
|
1215
1515
|
...rest
|
|
1216
|
-
},
|
|
1516
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1217
1517
|
d: "M17.4141 16L24 9.4141 22.5859 8 16 14.5859 9.4143 8 8 9.4141 14.5859 16 8 22.5859 9.4143 24 16 17.4141 22.5859 24 24 22.5859 17.4141 16z"
|
|
1218
1518
|
})), children);
|
|
1219
1519
|
});
|
|
1220
1520
|
if (process.env.NODE_ENV !== "production") {
|
|
1221
1521
|
Close.propTypes = iconPropTypes;
|
|
1222
1522
|
}
|
|
1223
|
-
const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(
|
|
1523
|
+
const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref55, ref) {
|
|
1224
1524
|
let {
|
|
1225
1525
|
children,
|
|
1226
1526
|
size = 16,
|
|
1227
1527
|
...rest
|
|
1228
|
-
} =
|
|
1528
|
+
} = _ref55;
|
|
1229
1529
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1230
1530
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1231
1531
|
width: size,
|
|
@@ -1235,7 +1535,7 @@ const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref46, r
|
|
|
1235
1535
|
viewBox: "0 0 16 16",
|
|
1236
1536
|
fill: "currentColor",
|
|
1237
1537
|
...rest
|
|
1238
|
-
},
|
|
1538
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1239
1539
|
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2 l2.7-2.7l0.8,0.8L8.8,8l2.7,2.7L10.7,11.5z"
|
|
1240
1540
|
})), children);
|
|
1241
1541
|
}
|
|
@@ -1247,9 +1547,9 @@ const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref46, r
|
|
|
1247
1547
|
viewBox: "0 0 32 32",
|
|
1248
1548
|
fill: "currentColor",
|
|
1249
1549
|
...rest
|
|
1250
|
-
},
|
|
1550
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1251
1551
|
d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9 l5.4,5.4L21.4,9l1.6,1.6L17.6,16l5.4,5.4L21.4,23z"
|
|
1252
|
-
})),
|
|
1552
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1253
1553
|
d: "M14.4 16L9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4 21.4 23 16 17.6 10.6 23 9 21.4 14.4 16",
|
|
1254
1554
|
"data-icon-path": "inner-path",
|
|
1255
1555
|
opacity: "0"
|
|
@@ -1258,12 +1558,12 @@ const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref46, r
|
|
|
1258
1558
|
if (process.env.NODE_ENV !== "production") {
|
|
1259
1559
|
CloseFilled.propTypes = iconPropTypes;
|
|
1260
1560
|
}
|
|
1261
|
-
const CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(
|
|
1561
|
+
const CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref56, ref) {
|
|
1262
1562
|
let {
|
|
1263
1563
|
children,
|
|
1264
1564
|
size = 16,
|
|
1265
1565
|
...rest
|
|
1266
|
-
} =
|
|
1566
|
+
} = _ref56;
|
|
1267
1567
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1268
1568
|
width: size,
|
|
1269
1569
|
height: size,
|
|
@@ -1272,19 +1572,19 @@ const CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref47, ref
|
|
|
1272
1572
|
viewBox: "0 0 32 32",
|
|
1273
1573
|
fill: "currentColor",
|
|
1274
1574
|
...rest
|
|
1275
|
-
},
|
|
1575
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1276
1576
|
d: "M17.4141 16L26 7.4141 24.5859 6 16 14.5859 7.4143 6 6 7.4141 14.5859 16 6 24.5859 7.4143 26 16 17.4141 24.5859 26 26 24.5859 17.4141 16z"
|
|
1277
1577
|
})), children);
|
|
1278
1578
|
});
|
|
1279
1579
|
if (process.env.NODE_ENV !== "production") {
|
|
1280
1580
|
CloseLarge.propTypes = iconPropTypes;
|
|
1281
1581
|
}
|
|
1282
|
-
const CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(
|
|
1582
|
+
const CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref57, ref) {
|
|
1283
1583
|
let {
|
|
1284
1584
|
children,
|
|
1285
1585
|
size = 16,
|
|
1286
1586
|
...rest
|
|
1287
|
-
} =
|
|
1587
|
+
} = _ref57;
|
|
1288
1588
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1289
1589
|
width: size,
|
|
1290
1590
|
height: size,
|
|
@@ -1293,21 +1593,21 @@ const CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref48,
|
|
|
1293
1593
|
viewBox: "0 0 32 32",
|
|
1294
1594
|
fill: "currentColor",
|
|
1295
1595
|
...rest
|
|
1296
|
-
},
|
|
1596
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1297
1597
|
d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12 S22.6,28,16,28z"
|
|
1298
|
-
})),
|
|
1598
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1299
1599
|
d: "M21.4 23L16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z"
|
|
1300
1600
|
})), children);
|
|
1301
1601
|
});
|
|
1302
1602
|
if (process.env.NODE_ENV !== "production") {
|
|
1303
1603
|
CloseOutline.propTypes = iconPropTypes;
|
|
1304
1604
|
}
|
|
1305
|
-
const ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(
|
|
1605
|
+
const ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref58, ref) {
|
|
1306
1606
|
let {
|
|
1307
1607
|
children,
|
|
1308
1608
|
size = 16,
|
|
1309
1609
|
...rest
|
|
1310
|
-
} =
|
|
1610
|
+
} = _ref58;
|
|
1311
1611
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1312
1612
|
width: size,
|
|
1313
1613
|
height: size,
|
|
@@ -1316,21 +1616,21 @@ const ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref4
|
|
|
1316
1616
|
viewBox: "0 0 32 32",
|
|
1317
1617
|
fill: "currentColor",
|
|
1318
1618
|
...rest
|
|
1319
|
-
},
|
|
1619
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1320
1620
|
d: "M15 21H10a2 2 0 01-2-2V13a2 2 0 012-2h5v2H10v6h5zM25 21H20a2 2 0 01-2-2V13a2 2 0 012-2h5v2H20v6h5z"
|
|
1321
|
-
})),
|
|
1621
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1322
1622
|
d: "M28,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,8V24H28V8Z"
|
|
1323
1623
|
})), children);
|
|
1324
1624
|
});
|
|
1325
1625
|
if (process.env.NODE_ENV !== "production") {
|
|
1326
1626
|
ClosedCaption.propTypes = iconPropTypes;
|
|
1327
1627
|
}
|
|
1328
|
-
const ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(
|
|
1628
|
+
const ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(_ref59, ref) {
|
|
1329
1629
|
let {
|
|
1330
1630
|
children,
|
|
1331
1631
|
size = 16,
|
|
1332
1632
|
...rest
|
|
1333
|
-
} =
|
|
1633
|
+
} = _ref59;
|
|
1334
1634
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1335
1635
|
width: size,
|
|
1336
1636
|
height: size,
|
|
@@ -1339,21 +1639,21 @@ const ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt
|
|
|
1339
1639
|
viewBox: "0 0 32 32",
|
|
1340
1640
|
fill: "currentColor",
|
|
1341
1641
|
...rest
|
|
1342
|
-
},
|
|
1642
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1343
1643
|
d: "M19 17H25V19H19zM11 17H17V19H11zM6 17H9V19H6zM22 13H26V15H22zM13 13H20V15H13zM6 13H11V15H6z"
|
|
1344
|
-
})),
|
|
1644
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1345
1645
|
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
|
1346
1646
|
})), children);
|
|
1347
1647
|
});
|
|
1348
1648
|
if (process.env.NODE_ENV !== "production") {
|
|
1349
1649
|
ClosedCaptionAlt.propTypes = iconPropTypes;
|
|
1350
1650
|
}
|
|
1351
|
-
const ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(
|
|
1651
|
+
const ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(_ref60, ref) {
|
|
1352
1652
|
let {
|
|
1353
1653
|
children,
|
|
1354
1654
|
size = 16,
|
|
1355
1655
|
...rest
|
|
1356
|
-
} =
|
|
1656
|
+
} = _ref60;
|
|
1357
1657
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1358
1658
|
width: size,
|
|
1359
1659
|
height: size,
|
|
@@ -1362,19 +1662,19 @@ const ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaption
|
|
|
1362
1662
|
viewBox: "0 0 32 32",
|
|
1363
1663
|
fill: "currentColor",
|
|
1364
1664
|
...rest
|
|
1365
|
-
},
|
|
1665
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1366
1666
|
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM15,13H10v6h5v2H10a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm10,0H20v6h5v2H20a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Z"
|
|
1367
1667
|
})), children);
|
|
1368
1668
|
});
|
|
1369
1669
|
if (process.env.NODE_ENV !== "production") {
|
|
1370
1670
|
ClosedCaptionFilled.propTypes = iconPropTypes;
|
|
1371
1671
|
}
|
|
1372
|
-
const Cloud = /*#__PURE__*/React.forwardRef(function Cloud(
|
|
1672
|
+
const Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref61, ref) {
|
|
1373
1673
|
let {
|
|
1374
1674
|
children,
|
|
1375
1675
|
size = 16,
|
|
1376
1676
|
...rest
|
|
1377
|
-
} =
|
|
1677
|
+
} = _ref61;
|
|
1378
1678
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1379
1679
|
width: size,
|
|
1380
1680
|
height: size,
|
|
@@ -1383,19 +1683,19 @@ const Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref52, ref) {
|
|
|
1383
1683
|
viewBox: "0 0 32 32",
|
|
1384
1684
|
fill: "currentColor",
|
|
1385
1685
|
...rest
|
|
1386
|
-
},
|
|
1686
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1387
1687
|
d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
|
|
1388
1688
|
})), children);
|
|
1389
1689
|
});
|
|
1390
1690
|
if (process.env.NODE_ENV !== "production") {
|
|
1391
1691
|
Cloud.propTypes = iconPropTypes;
|
|
1392
1692
|
}
|
|
1393
|
-
const CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(
|
|
1693
|
+
const CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref62, ref) {
|
|
1394
1694
|
let {
|
|
1395
1695
|
children,
|
|
1396
1696
|
size = 16,
|
|
1397
1697
|
...rest
|
|
1398
|
-
} =
|
|
1698
|
+
} = _ref62;
|
|
1399
1699
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1400
1700
|
width: size,
|
|
1401
1701
|
height: size,
|
|
@@ -1404,21 +1704,21 @@ const CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref5
|
|
|
1404
1704
|
viewBox: "0 0 32 32",
|
|
1405
1705
|
fill: "currentColor",
|
|
1406
1706
|
...rest
|
|
1407
|
-
},
|
|
1707
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1408
1708
|
d: "M28,17v5H4V6H15V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
|
1409
|
-
})),
|
|
1709
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1410
1710
|
d: "M29,14H17a1,1,0,0,1-.8574-1.5144l6-10a1,1,0,0,1,1.7154,0l6,10A1,1,0,0,1,29,14ZM18.7661,12h8.4678L23,4.9436Z"
|
|
1411
1711
|
})), children);
|
|
1412
1712
|
});
|
|
1413
1713
|
if (process.env.NODE_ENV !== "production") {
|
|
1414
1714
|
CloudAlerting.propTypes = iconPropTypes;
|
|
1415
1715
|
}
|
|
1416
|
-
const CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(
|
|
1716
|
+
const CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref63, ref) {
|
|
1417
1717
|
let {
|
|
1418
1718
|
children,
|
|
1419
1719
|
size = 16,
|
|
1420
1720
|
...rest
|
|
1421
|
-
} =
|
|
1721
|
+
} = _ref63;
|
|
1422
1722
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1423
1723
|
width: size,
|
|
1424
1724
|
height: size,
|
|
@@ -1427,21 +1727,21 @@ const CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref5
|
|
|
1427
1727
|
viewBox: "0 0 32 32",
|
|
1428
1728
|
fill: "currentColor",
|
|
1429
1729
|
...rest
|
|
1430
|
-
},
|
|
1730
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1431
1731
|
d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
|
1432
|
-
})),
|
|
1732
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1433
1733
|
d: "M21 15L16 10.04 17.59 8.47 21 11.85 28.41 4.5 30 6.08 21 15z"
|
|
1434
1734
|
})), children);
|
|
1435
1735
|
});
|
|
1436
1736
|
if (process.env.NODE_ENV !== "production") {
|
|
1437
1737
|
CloudAuditing.propTypes = iconPropTypes;
|
|
1438
1738
|
}
|
|
1439
|
-
const CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(
|
|
1739
|
+
const CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref64, ref) {
|
|
1440
1740
|
let {
|
|
1441
1741
|
children,
|
|
1442
1742
|
size = 16,
|
|
1443
1743
|
...rest
|
|
1444
|
-
} =
|
|
1744
|
+
} = _ref64;
|
|
1445
1745
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1446
1746
|
width: size,
|
|
1447
1747
|
height: size,
|
|
@@ -1450,19 +1750,19 @@ const CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref55,
|
|
|
1450
1750
|
viewBox: "0 0 32 32",
|
|
1451
1751
|
fill: "currentColor",
|
|
1452
1752
|
...rest
|
|
1453
|
-
},
|
|
1753
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1454
1754
|
d: "M28 18H30V28H28zM24 14H26V28H24zM20 22H22V28H20zM22.175 10L23.76 8.7339A9.9522 9.9522 0 0017.89 5.1816 10.0025 10.0025 0 006.17 13.1152 7.5054 7.5054 0 00.0544 21.4087 7.6843 7.6843 0 007.7692 28H16V26H7.6945a5.632 5.632 0 01-5.6023-4.4858 5.5064 5.5064 0 014.4339-6.4307l1.3486-.2441.2139-1.11a8.206 8.206 0 016.7426-6.6426 7.9666 7.9666 0 013.0137.13A7.8037 7.8037 0 0122.175 10z"
|
|
1455
1755
|
})), children);
|
|
1456
1756
|
});
|
|
1457
1757
|
if (process.env.NODE_ENV !== "production") {
|
|
1458
1758
|
CloudDataOps.propTypes = iconPropTypes;
|
|
1459
1759
|
}
|
|
1460
|
-
const CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(
|
|
1760
|
+
const CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref65, ref) {
|
|
1461
1761
|
let {
|
|
1462
1762
|
children,
|
|
1463
1763
|
size = 16,
|
|
1464
1764
|
...rest
|
|
1465
|
-
} =
|
|
1765
|
+
} = _ref65;
|
|
1466
1766
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1467
1767
|
width: size,
|
|
1468
1768
|
height: size,
|
|
@@ -1471,21 +1771,21 @@ const CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref5
|
|
|
1471
1771
|
viewBox: "0 0 32 32",
|
|
1472
1772
|
fill: "currentColor",
|
|
1473
1773
|
...rest
|
|
1474
|
-
},
|
|
1774
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1475
1775
|
d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
|
|
1476
|
-
})),
|
|
1776
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1477
1777
|
d: "M17 26.17L17 14 15 14 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17z"
|
|
1478
1778
|
})), children);
|
|
1479
1779
|
});
|
|
1480
1780
|
if (process.env.NODE_ENV !== "production") {
|
|
1481
1781
|
CloudDownload.propTypes = iconPropTypes;
|
|
1482
1782
|
}
|
|
1483
|
-
const CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(
|
|
1783
|
+
const CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref66, ref) {
|
|
1484
1784
|
let {
|
|
1485
1785
|
children,
|
|
1486
1786
|
size = 16,
|
|
1487
1787
|
...rest
|
|
1488
|
-
} =
|
|
1788
|
+
} = _ref66;
|
|
1489
1789
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1490
1790
|
width: size,
|
|
1491
1791
|
height: size,
|
|
@@ -1494,21 +1794,21 @@ const CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref57,
|
|
|
1494
1794
|
viewBox: "0 0 32 32",
|
|
1495
1795
|
fill: "currentColor",
|
|
1496
1796
|
...rest
|
|
1497
|
-
},
|
|
1797
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1498
1798
|
d: "M28 16v6H4V6H15V4H4A2 2 0 002 6V22a2 2 0 002 2h8v4H8v2H24V28H20V24h8a2 2 0 002-2V16zM18 28H14V24h4zM18 4H30V6H18z"
|
|
1499
|
-
})),
|
|
1799
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1500
1800
|
d: "M18 8H30V10H18zM18 12H24V14H18z"
|
|
1501
1801
|
})), children);
|
|
1502
1802
|
});
|
|
1503
1803
|
if (process.env.NODE_ENV !== "production") {
|
|
1504
1804
|
CloudLogging.propTypes = iconPropTypes;
|
|
1505
1805
|
}
|
|
1506
|
-
const CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(
|
|
1806
|
+
const CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_ref67, ref) {
|
|
1507
1807
|
let {
|
|
1508
1808
|
children,
|
|
1509
1809
|
size = 16,
|
|
1510
1810
|
...rest
|
|
1511
|
-
} =
|
|
1811
|
+
} = _ref67;
|
|
1512
1812
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1513
1813
|
width: size,
|
|
1514
1814
|
height: size,
|
|
@@ -1517,21 +1817,21 @@ const CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_
|
|
|
1517
1817
|
viewBox: "0 0 32 32",
|
|
1518
1818
|
fill: "currentColor",
|
|
1519
1819
|
...rest
|
|
1520
|
-
},
|
|
1820
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1521
1821
|
d: "M28,16v6H4V6h7V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
|
1522
|
-
})),
|
|
1822
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1523
1823
|
d: "M18,18h-.01a1,1,0,0,1-.9511-.7253L15.2456,11H11V9h5a1,1,0,0,1,.9615.7252l1.0742,3.7589,3.0088-9.7783A1.0142,1.0142,0,0,1,22,3a.98.98,0,0,1,.9487.6838L24.7207,9H30v2H24a1,1,0,0,1-.9487-.6838l-1.0132-3.04L18.9556,17.2942A1,1,0,0,1,18,18Z"
|
|
1524
1824
|
})), children);
|
|
1525
1825
|
});
|
|
1526
1826
|
if (process.env.NODE_ENV !== "production") {
|
|
1527
1827
|
CloudMonitoring.propTypes = iconPropTypes;
|
|
1528
1828
|
}
|
|
1529
|
-
const CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(
|
|
1829
|
+
const CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref68, ref) {
|
|
1530
1830
|
let {
|
|
1531
1831
|
children,
|
|
1532
1832
|
size = 16,
|
|
1533
1833
|
...rest
|
|
1534
|
-
} =
|
|
1834
|
+
} = _ref68;
|
|
1535
1835
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1536
1836
|
width: size,
|
|
1537
1837
|
height: size,
|
|
@@ -1540,19 +1840,19 @@ const CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref59,
|
|
|
1540
1840
|
viewBox: "0 0 32 32",
|
|
1541
1841
|
fill: "currentColor",
|
|
1542
1842
|
...rest
|
|
1543
|
-
},
|
|
1843
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1544
1844
|
d: "M24.8008 12.1362a8.8694 8.8694 0 00-.9795-2.5434L30 3.4142 28.5872 2 2 28.5872 3.4142 30l5-5H23.5a6.4974 6.4974 0 001.3008-12.8638zM23.5 23H10.4141L22.3418 11.0723a6.9049 6.9049 0 01.6006 2.0708l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 23zM4.2964 23.4487l1.4313-1.4311A4.4774 4.4774 0 018.144 14.019l.8155-.0639.0991-.812a6.9867 6.9867 0 0110.63-5.0865l1.4431-1.4428A8.9859 8.9859 0 007.2 12.1362 6.4891 6.4891 0 004.2964 23.4487z"
|
|
1545
1845
|
})), children);
|
|
1546
1846
|
});
|
|
1547
1847
|
if (process.env.NODE_ENV !== "production") {
|
|
1548
1848
|
CloudOffline.propTypes = iconPropTypes;
|
|
1549
1849
|
}
|
|
1550
|
-
const CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(
|
|
1850
|
+
const CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(_ref69, ref) {
|
|
1551
1851
|
let {
|
|
1552
1852
|
children,
|
|
1553
1853
|
size = 16,
|
|
1554
1854
|
...rest
|
|
1555
|
-
} =
|
|
1855
|
+
} = _ref69;
|
|
1556
1856
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1557
1857
|
width: size,
|
|
1558
1858
|
height: size,
|
|
@@ -1561,21 +1861,21 @@ const CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServi
|
|
|
1561
1861
|
viewBox: "0 0 32 32",
|
|
1562
1862
|
fill: "currentColor",
|
|
1563
1863
|
...rest
|
|
1564
|
-
},
|
|
1864
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1565
1865
|
d: "M28,17v5H4V6H14V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
|
1566
|
-
})),
|
|
1866
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1567
1867
|
d: "M30,10V8H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,4.1011V2H22V4.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,8H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,13.8989V16h2V13.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,10Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,12Z"
|
|
1568
1868
|
})), children);
|
|
1569
1869
|
});
|
|
1570
1870
|
if (process.env.NODE_ENV !== "production") {
|
|
1571
1871
|
CloudServiceManagement.propTypes = iconPropTypes;
|
|
1572
1872
|
}
|
|
1573
|
-
const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(
|
|
1873
|
+
const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref70, ref) {
|
|
1574
1874
|
let {
|
|
1575
1875
|
children,
|
|
1576
1876
|
size = 16,
|
|
1577
1877
|
...rest
|
|
1578
|
-
} =
|
|
1878
|
+
} = _ref70;
|
|
1579
1879
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1580
1880
|
width: size,
|
|
1581
1881
|
height: size,
|
|
@@ -1584,21 +1884,21 @@ const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref61, r
|
|
|
1584
1884
|
viewBox: "0 0 32 32",
|
|
1585
1885
|
fill: "currentColor",
|
|
1586
1886
|
...rest
|
|
1587
|
-
},
|
|
1887
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1588
1888
|
d: "M11 18L12.41 19.41 15 16.83 15 29 17 29 17 16.83 19.59 19.41 21 18 16 13 11 18z"
|
|
1589
|
-
})),
|
|
1889
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1590
1890
|
d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
|
|
1591
1891
|
})), children);
|
|
1592
1892
|
});
|
|
1593
1893
|
if (process.env.NODE_ENV !== "production") {
|
|
1594
1894
|
CloudUpload.propTypes = iconPropTypes;
|
|
1595
1895
|
}
|
|
1596
|
-
const CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(
|
|
1896
|
+
const CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref71, ref) {
|
|
1597
1897
|
let {
|
|
1598
1898
|
children,
|
|
1599
1899
|
size = 16,
|
|
1600
1900
|
...rest
|
|
1601
|
-
} =
|
|
1901
|
+
} = _ref71;
|
|
1602
1902
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1603
1903
|
width: size,
|
|
1604
1904
|
height: size,
|
|
@@ -1607,19 +1907,19 @@ const CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref62, ref) {
|
|
|
1607
1907
|
viewBox: "0 0 32 32",
|
|
1608
1908
|
fill: "currentColor",
|
|
1609
1909
|
...rest
|
|
1610
|
-
},
|
|
1910
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1611
1911
|
d: "M25.8289 13.1155A10.02 10.02 0 0016 5.0005V7a8.0233 8.0233 0 017.8649 6.4934l.2591 1.346 1.3488.2441A5.5019 5.5019 0 0124.5076 26H16v2h8.5076a7.5019 7.5019 0 001.3213-14.8845zM8 24H14V26H8zM4 24H6V26H4zM6 20H14V22H6zM2 20H4V22H2zM8 16H14V18H8zM4 16H6V18H4zM10 12H14V14H10zM6 12H8V14H6zM12 8H14V10H12z"
|
|
1612
1912
|
})), children);
|
|
1613
1913
|
});
|
|
1614
1914
|
if (process.env.NODE_ENV !== "production") {
|
|
1615
1915
|
CloudApp.propTypes = iconPropTypes;
|
|
1616
1916
|
}
|
|
1617
|
-
const CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(
|
|
1917
|
+
const CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref72, ref) {
|
|
1618
1918
|
let {
|
|
1619
1919
|
children,
|
|
1620
1920
|
size = 16,
|
|
1621
1921
|
...rest
|
|
1622
|
-
} =
|
|
1922
|
+
} = _ref72;
|
|
1623
1923
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1624
1924
|
width: size,
|
|
1625
1925
|
height: size,
|
|
@@ -1628,21 +1928,21 @@ const CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref63,
|
|
|
1628
1928
|
viewBox: "0 0 32 32",
|
|
1629
1929
|
fill: "currentColor",
|
|
1630
1930
|
...rest
|
|
1631
|
-
},
|
|
1931
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1632
1932
|
d: "M2 28H11V30H2zM21 28H30V30H21zM17 26.167L17 17.832 19.586 20.414 21 19 16 14 11 19 12.413 20.415 15 17.832 15 26.167 12.413 23.584 11 25 16 30 21 25 19.586 23.586 17 26.167z"
|
|
1633
|
-
})),
|
|
1933
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1634
1934
|
d: "M23,16H21V14h2a3,3,0,0,0,0-6c-.0938.0144-.1538.0219-.2153.0263l-.8037.0572L21.7544,7.31a5.9927,5.9927,0,0,0-11.1758-.8655l-.2832.5994-.8423-.0455A3.5008,3.5008,0,0,0,9.5,14H11v2H9.5A5.5,5.5,0,0,1,9.07,5.0166,7.9909,7.9909,0,0,1,23.42,6.0175,5,5,0,0,1,23,16Z"
|
|
1635
1935
|
})), children);
|
|
1636
1936
|
});
|
|
1637
1937
|
if (process.env.NODE_ENV !== "production") {
|
|
1638
1938
|
CloudCeiling.propTypes = iconPropTypes;
|
|
1639
1939
|
}
|
|
1640
|
-
const CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(
|
|
1940
|
+
const CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_ref73, ref) {
|
|
1641
1941
|
let {
|
|
1642
1942
|
children,
|
|
1643
1943
|
size = 16,
|
|
1644
1944
|
...rest
|
|
1645
|
-
} =
|
|
1945
|
+
} = _ref73;
|
|
1646
1946
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1647
1947
|
width: size,
|
|
1648
1948
|
height: size,
|
|
@@ -1651,21 +1951,21 @@ const CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_re
|
|
|
1651
1951
|
viewBox: "0 0 32 32",
|
|
1652
1952
|
fill: "currentColor",
|
|
1653
1953
|
...rest
|
|
1654
|
-
},
|
|
1954
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1655
1955
|
d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
|
|
1656
|
-
})),
|
|
1956
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1657
1957
|
d: "M14 24H11a2 2 0 01-2-2V19a2 2 0 012-2h3v2H11v3h3zM21 15V13H19a2 2 0 00-2 2v2H16v2h1v5h2V19h2V17H19V15z"
|
|
1658
1958
|
})), children);
|
|
1659
1959
|
});
|
|
1660
1960
|
if (process.env.NODE_ENV !== "production") {
|
|
1661
1961
|
CloudFoundry_1.propTypes = iconPropTypes;
|
|
1662
1962
|
}
|
|
1663
|
-
const CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(
|
|
1963
|
+
const CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_ref74, ref) {
|
|
1664
1964
|
let {
|
|
1665
1965
|
children,
|
|
1666
1966
|
size = 16,
|
|
1667
1967
|
...rest
|
|
1668
|
-
} =
|
|
1968
|
+
} = _ref74;
|
|
1669
1969
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1670
1970
|
width: size,
|
|
1671
1971
|
height: size,
|
|
@@ -1674,19 +1974,19 @@ const CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_re
|
|
|
1674
1974
|
viewBox: "0 0 32 32",
|
|
1675
1975
|
fill: "currentColor",
|
|
1676
1976
|
...rest
|
|
1677
|
-
},
|
|
1977
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1678
1978
|
d: "M25 11L25 9 17 9 17 23 19 23 19 17 24 17 24 15 19 15 19 11 25 11zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
|
|
1679
1979
|
})), children);
|
|
1680
1980
|
});
|
|
1681
1981
|
if (process.env.NODE_ENV !== "production") {
|
|
1682
1982
|
CloudFoundry_2.propTypes = iconPropTypes;
|
|
1683
1983
|
}
|
|
1684
|
-
const CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(
|
|
1984
|
+
const CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref75, ref) {
|
|
1685
1985
|
let {
|
|
1686
1986
|
children,
|
|
1687
1987
|
size = 16,
|
|
1688
1988
|
...rest
|
|
1689
|
-
} =
|
|
1989
|
+
} = _ref75;
|
|
1690
1990
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1691
1991
|
width: size,
|
|
1692
1992
|
height: size,
|
|
@@ -1695,21 +1995,21 @@ const CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref6
|
|
|
1695
1995
|
viewBox: "0 0 32 32",
|
|
1696
1996
|
fill: "currentColor",
|
|
1697
1997
|
...rest
|
|
1698
|
-
},
|
|
1998
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1699
1999
|
d: "M28 30H23a2.0023 2.0023 0 01-2-2V23a2.0023 2.0023 0 012-2h5a2.0023 2.0023 0 012 2v5A2.0023 2.0023 0 0128 30zm-5-7h-.0012L23 28h5V23zM16 23H11a2.0023 2.0023 0 01-2-2V11a2.0023 2.0023 0 012-2H21a2.0023 2.0023 0 012 2v5H21V11H11V21h5z"
|
|
1700
|
-
})),
|
|
2000
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1701
2001
|
d: "M16,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V16H28V4H4V28H16Z"
|
|
1702
2002
|
})), children);
|
|
1703
2003
|
});
|
|
1704
2004
|
if (process.env.NODE_ENV !== "production") {
|
|
1705
2005
|
CloudRegistry.propTypes = iconPropTypes;
|
|
1706
2006
|
}
|
|
1707
|
-
const CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(
|
|
2007
|
+
const CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_ref76, ref) {
|
|
1708
2008
|
let {
|
|
1709
2009
|
children,
|
|
1710
2010
|
size = 16,
|
|
1711
2011
|
...rest
|
|
1712
|
-
} =
|
|
2012
|
+
} = _ref76;
|
|
1713
2013
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1714
2014
|
width: size,
|
|
1715
2015
|
height: size,
|
|
@@ -1722,25 +2022,25 @@ const CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_re
|
|
|
1722
2022
|
cx: "9",
|
|
1723
2023
|
cy: "20",
|
|
1724
2024
|
r: "2"
|
|
1725
|
-
})),
|
|
2025
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1726
2026
|
d: "M16,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,16,14Z"
|
|
1727
2027
|
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
1728
2028
|
cx: "23",
|
|
1729
2029
|
cy: "12",
|
|
1730
2030
|
r: "2"
|
|
1731
|
-
})),
|
|
2031
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1732
2032
|
d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
|
|
1733
2033
|
})), children);
|
|
1734
2034
|
});
|
|
1735
2035
|
if (process.env.NODE_ENV !== "production") {
|
|
1736
2036
|
CloudSatellite.propTypes = iconPropTypes;
|
|
1737
2037
|
}
|
|
1738
|
-
const CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(
|
|
2038
|
+
const CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(_ref77, ref) {
|
|
1739
2039
|
let {
|
|
1740
2040
|
children,
|
|
1741
2041
|
size = 16,
|
|
1742
2042
|
...rest
|
|
1743
|
-
} =
|
|
2043
|
+
} = _ref77;
|
|
1744
2044
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1745
2045
|
width: size,
|
|
1746
2046
|
height: size,
|
|
@@ -1749,31 +2049,31 @@ const CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelli
|
|
|
1749
2049
|
viewBox: "0 0 32 32",
|
|
1750
2050
|
fill: "currentColor",
|
|
1751
2051
|
...rest
|
|
1752
|
-
},
|
|
2052
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1753
2053
|
d: "M32,26V24H29.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,26,20.1011V18H24v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,20.1011,24H18v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,24,29.8989V32h2V29.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,29.8989,26Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,25,28Z"
|
|
1754
2054
|
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
1755
2055
|
cx: "7",
|
|
1756
2056
|
cy: "20",
|
|
1757
2057
|
r: "2"
|
|
1758
|
-
})),
|
|
2058
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
1759
2059
|
d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
|
|
1760
2060
|
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
1761
2061
|
cx: "21",
|
|
1762
2062
|
cy: "12",
|
|
1763
2063
|
r: "2"
|
|
1764
|
-
})),
|
|
2064
|
+
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
1765
2065
|
d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
|
|
1766
2066
|
})), children);
|
|
1767
2067
|
});
|
|
1768
2068
|
if (process.env.NODE_ENV !== "production") {
|
|
1769
2069
|
CloudSatelliteConfig.propTypes = iconPropTypes;
|
|
1770
2070
|
}
|
|
1771
|
-
const CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(
|
|
2071
|
+
const CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(_ref78, ref) {
|
|
1772
2072
|
let {
|
|
1773
2073
|
children,
|
|
1774
2074
|
size = 16,
|
|
1775
2075
|
...rest
|
|
1776
|
-
} =
|
|
2076
|
+
} = _ref78;
|
|
1777
2077
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1778
2078
|
width: size,
|
|
1779
2079
|
height: size,
|
|
@@ -1782,33 +2082,33 @@ const CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatellite
|
|
|
1782
2082
|
viewBox: "0 0 32 32",
|
|
1783
2083
|
fill: "currentColor",
|
|
1784
2084
|
...rest
|
|
1785
|
-
},
|
|
2085
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
1786
2086
|
d: "M30.9763,24.9748l-5.0015,5.0015a3.501,3.501,0,0,1-4.9511-4.9511L22.4383,26.44A1.5,1.5,0,0,0,24.56,28.5617L29.5617,23.56A1.5,1.5,0,0,0,27.44,21.4383l-1.4146-1.4146a3.501,3.501,0,0,1,4.9511,4.9511Z"
|
|
1787
|
-
})),
|
|
2087
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
1788
2088
|
d: "M20.0252,21.0237l-5.0015,5.0015a3.501,3.501,0,0,0,4.9511,4.9511L18.56,29.5617A1.5,1.5,0,0,1,16.4383,27.44L21.44,22.4383A1.5,1.5,0,0,1,23.5617,24.56l1.4146,1.4146a3.501,3.501,0,0,0-4.9511-4.9511Z"
|
|
1789
2089
|
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
1790
2090
|
cx: "7",
|
|
1791
2091
|
cy: "20",
|
|
1792
2092
|
r: "2"
|
|
1793
|
-
})),
|
|
2093
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
1794
2094
|
d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
|
|
1795
2095
|
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
1796
2096
|
cx: "21",
|
|
1797
2097
|
cy: "12",
|
|
1798
2098
|
r: "2"
|
|
1799
|
-
})),
|
|
2099
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
1800
2100
|
d: "M11.3076,27.2725,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L10.3,29Z"
|
|
1801
2101
|
})), children);
|
|
1802
2102
|
});
|
|
1803
2103
|
if (process.env.NODE_ENV !== "production") {
|
|
1804
2104
|
CloudSatelliteLink.propTypes = iconPropTypes;
|
|
1805
2105
|
}
|
|
1806
|
-
const CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(
|
|
2106
|
+
const CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(_ref79, ref) {
|
|
1807
2107
|
let {
|
|
1808
2108
|
children,
|
|
1809
2109
|
size = 16,
|
|
1810
2110
|
...rest
|
|
1811
|
-
} =
|
|
2111
|
+
} = _ref79;
|
|
1812
2112
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1813
2113
|
width: size,
|
|
1814
2114
|
height: size,
|
|
@@ -1817,31 +2117,31 @@ const CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatel
|
|
|
1817
2117
|
viewBox: "0 0 32 32",
|
|
1818
2118
|
fill: "currentColor",
|
|
1819
2119
|
...rest
|
|
1820
|
-
},
|
|
2120
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
1821
2121
|
d: "M29,26a2.97,2.97,0,0,0-1.8551.6607L25,25.4224V23.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,19,26a3.02,3.02,0,1,0,2.9254,2.3525L24,27.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,29,26ZM19,30a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,19,30Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,24,20Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,29,30Z"
|
|
1822
2122
|
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
1823
2123
|
cx: "7",
|
|
1824
2124
|
cy: "20",
|
|
1825
2125
|
r: "2"
|
|
1826
|
-
})),
|
|
2126
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
1827
2127
|
d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
|
|
1828
2128
|
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
1829
2129
|
cx: "21",
|
|
1830
2130
|
cy: "12",
|
|
1831
2131
|
r: "2"
|
|
1832
|
-
})),
|
|
2132
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
1833
2133
|
d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
|
|
1834
2134
|
})), children);
|
|
1835
2135
|
});
|
|
1836
2136
|
if (process.env.NODE_ENV !== "production") {
|
|
1837
2137
|
CloudSatelliteServices.propTypes = iconPropTypes;
|
|
1838
2138
|
}
|
|
1839
|
-
const CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(
|
|
2139
|
+
const CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref80, ref) {
|
|
1840
2140
|
let {
|
|
1841
2141
|
children,
|
|
1842
2142
|
size = 16,
|
|
1843
2143
|
...rest
|
|
1844
|
-
} =
|
|
2144
|
+
} = _ref80;
|
|
1845
2145
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1846
2146
|
width: size,
|
|
1847
2147
|
height: size,
|
|
@@ -1850,21 +2150,21 @@ const CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref7
|
|
|
1850
2150
|
viewBox: "0 0 32 32",
|
|
1851
2151
|
fill: "currentColor",
|
|
1852
2152
|
...rest
|
|
1853
|
-
},
|
|
2153
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
1854
2154
|
d: "M25.8218,10.124a9.9991,9.9991,0,0,0-19.6435,0A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.3769-10.9795l.8364-.0571.09-.8335a7.9979,7.9979,0,0,1,15.9013,0l.09.8335.8364.0571A5.4961,5.4961,0,0,1,24.5,23H24v2h.5a7.4964,7.4964,0,0,0,1.3218-14.876Z"
|
|
1855
|
-
})),
|
|
2155
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
1856
2156
|
d: "M23,22V20H20.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,17,16.1011V14H15v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,11.1011,20H9v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,15,25.8989V28h2V25.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,20.8989,22Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,16,24Z"
|
|
1857
2157
|
})), children);
|
|
1858
2158
|
});
|
|
1859
2159
|
if (process.env.NODE_ENV !== "production") {
|
|
1860
2160
|
CloudServices.propTypes = iconPropTypes;
|
|
1861
2161
|
}
|
|
1862
|
-
const Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(
|
|
2162
|
+
const Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref81, ref) {
|
|
1863
2163
|
let {
|
|
1864
2164
|
children,
|
|
1865
2165
|
size = 16,
|
|
1866
2166
|
...rest
|
|
1867
|
-
} =
|
|
2167
|
+
} = _ref81;
|
|
1868
2168
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1869
2169
|
width: size,
|
|
1870
2170
|
height: size,
|
|
@@ -1873,19 +2173,19 @@ const Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref72, ref) {
|
|
|
1873
2173
|
viewBox: "0 0 32 32",
|
|
1874
2174
|
fill: "currentColor",
|
|
1875
2175
|
...rest
|
|
1876
|
-
},
|
|
2176
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
1877
2177
|
d: "M30.0005,15.5005a6.5324,6.5324,0,0,0-5.1992-6.3638,8.9943,8.9943,0,0,0-17.6006,0,6.5321,6.5321,0,0,0-5.2,6.3638,6.4543,6.4543,0,0,0,1.6887,4.35A5.9829,5.9829,0,0,0,8,30H19a5.9764,5.9764,0,0,0,5.6094-8.1016A6.5051,6.5051,0,0,0,30.0005,15.5005ZM19,28H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,19.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,28Zm4.5-8h-.0554a5.9562,5.9562,0,0,0-2.7959-1.7564,7.4952,7.4952,0,0,0-14.2984,0,5.9877,5.9877,0,0,0-1.0315.4073A4.4446,4.4446,0,0,1,4,15.5005a4.5171,4.5171,0,0,1,4.144-4.481l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639a4.4975,4.4975,0,0,1-.3564,8.981Z"
|
|
1878
2178
|
})), children);
|
|
1879
2179
|
});
|
|
1880
2180
|
if (process.env.NODE_ENV !== "production") {
|
|
1881
2181
|
Cloudy.propTypes = iconPropTypes;
|
|
1882
2182
|
}
|
|
1883
|
-
const WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(
|
|
2183
|
+
const WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(_ref82, ref) {
|
|
1884
2184
|
let {
|
|
1885
2185
|
children,
|
|
1886
2186
|
size = 16,
|
|
1887
2187
|
...rest
|
|
1888
|
-
} =
|
|
2188
|
+
} = _ref82;
|
|
1889
2189
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1890
2190
|
width: size,
|
|
1891
2191
|
height: size,
|
|
@@ -1894,19 +2194,19 @@ const WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
1894
2194
|
viewBox: "0 0 32 32",
|
|
1895
2195
|
fill: "currentColor",
|
|
1896
2196
|
...rest
|
|
1897
|
-
},
|
|
2197
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
1898
2198
|
d: "M20 17V15a2 2 0 00-2-2H10a2 2 0 00-2 2v2a2 2 0 002 2h8A2 2 0 0020 17zM10 15h8v2H10zM23.42 24.48A2 2 0 0021 23.06l-7.73 2.07a2 2 0 00-1.42 2.44h0l.52 1.93A2 2 0 0014.27 31a3 3 0 00.52-.07l7.73-2.07h0a2 2 0 001.41-2.45zM14.27 29l-.51-1.94L21.48 25 22 26.92zM13.24 6.86L21 8.93h0a2.24 2.24 0 00.51.07 2 2 0 001.94-1.48L24 5.58a2 2 0 00-1.41-2.45L14.79 1.06a2 2 0 00-2.45 1.41h0l-.52 1.93a2 2 0 001.42 2.44zm1-3.86L22 5.07 21.48 7 13.76 4.93zM14 21H16V23H14zM14 9H16V11H14z"
|
|
1899
2199
|
})), children);
|
|
1900
2200
|
});
|
|
1901
2201
|
if (process.env.NODE_ENV !== "production") {
|
|
1902
2202
|
WatsonHealthCobbAngle.propTypes = iconPropTypes;
|
|
1903
2203
|
}
|
|
1904
|
-
const Code = /*#__PURE__*/React.forwardRef(function Code(
|
|
2204
|
+
const Code = /*#__PURE__*/React.forwardRef(function Code(_ref83, ref) {
|
|
1905
2205
|
let {
|
|
1906
2206
|
children,
|
|
1907
2207
|
size = 16,
|
|
1908
2208
|
...rest
|
|
1909
|
-
} =
|
|
2209
|
+
} = _ref83;
|
|
1910
2210
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1911
2211
|
width: size,
|
|
1912
2212
|
height: size,
|
|
@@ -1915,9 +2215,9 @@ const Code = /*#__PURE__*/React.forwardRef(function Code(_ref74, ref) {
|
|
|
1915
2215
|
viewBox: "0 0 32 32",
|
|
1916
2216
|
fill: "currentColor",
|
|
1917
2217
|
...rest
|
|
1918
|
-
},
|
|
2218
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
1919
2219
|
d: "M31 16L24 23 22.59 21.59 28.17 16 22.59 10.41 24 9 31 16zM1 16L8 9 9.41 10.41 3.83 16 9.41 21.59 8 23 1 16z"
|
|
1920
|
-
})),
|
|
2220
|
+
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
1921
2221
|
d: "M5.91 15H26.080000000000002V17H5.91z",
|
|
1922
2222
|
transform: "rotate(-75 15.996 16)"
|
|
1923
2223
|
})), children);
|
|
@@ -1925,12 +2225,12 @@ const Code = /*#__PURE__*/React.forwardRef(function Code(_ref74, ref) {
|
|
|
1925
2225
|
if (process.env.NODE_ENV !== "production") {
|
|
1926
2226
|
Code.propTypes = iconPropTypes;
|
|
1927
2227
|
}
|
|
1928
|
-
const CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(
|
|
2228
|
+
const CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref84, ref) {
|
|
1929
2229
|
let {
|
|
1930
2230
|
children,
|
|
1931
2231
|
size = 16,
|
|
1932
2232
|
...rest
|
|
1933
|
-
} =
|
|
2233
|
+
} = _ref84;
|
|
1934
2234
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1935
2235
|
width: size,
|
|
1936
2236
|
height: size,
|
|
@@ -1939,19 +2239,19 @@ const CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref75, ref) {
|
|
|
1939
2239
|
viewBox: "0 0 32 32",
|
|
1940
2240
|
fill: "currentColor",
|
|
1941
2241
|
...rest
|
|
1942
|
-
},
|
|
2242
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
1943
2243
|
d: "M17.713 13.471L19.576 6.518 17.645 6 16.08 11.838 17.713 13.471zM24.207 19.965L25.621 21.379 31 16 24 9 22.586 10.414 28.172 16 24.207 19.965zM30 28.586L3.414 2 2 3.414 7.793 9.207 1 16 8 23 9.414 21.586 3.828 16 9.207 10.621 14.884 16.298 12.423 25.482 14.355 26 16.517 17.931 28.586 30 30 28.586z"
|
|
1944
2244
|
})), children);
|
|
1945
2245
|
});
|
|
1946
2246
|
if (process.env.NODE_ENV !== "production") {
|
|
1947
2247
|
CodeHide.propTypes = iconPropTypes;
|
|
1948
2248
|
}
|
|
1949
|
-
const CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(
|
|
2249
|
+
const CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref85, ref) {
|
|
1950
2250
|
let {
|
|
1951
2251
|
children,
|
|
1952
2252
|
size = 16,
|
|
1953
2253
|
...rest
|
|
1954
|
-
} =
|
|
2254
|
+
} = _ref85;
|
|
1955
2255
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1956
2256
|
width: size,
|
|
1957
2257
|
height: size,
|
|
@@ -1960,24 +2260,24 @@ const CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref7
|
|
|
1960
2260
|
viewBox: "0 0 32 32",
|
|
1961
2261
|
fill: "currentColor",
|
|
1962
2262
|
...rest
|
|
1963
|
-
},
|
|
2263
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
1964
2264
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM30 10L24 4 22.586 5.414 27.172 10 22.586 14.586 24 16 30 10z"
|
|
1965
|
-
})),
|
|
2265
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
1966
2266
|
d: "M8.944 9.001H24.974000000000004V11.001H8.944z",
|
|
1967
2267
|
transform: "rotate(-74.995 16.96 10)"
|
|
1968
|
-
})),
|
|
2268
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
1969
2269
|
d: "M4 10L10 4 11.414 5.414 6.828 10 11.414 14.586 10 16 4 10z"
|
|
1970
2270
|
})), children);
|
|
1971
2271
|
});
|
|
1972
2272
|
if (process.env.NODE_ENV !== "production") {
|
|
1973
2273
|
CodeReference.propTypes = iconPropTypes;
|
|
1974
2274
|
}
|
|
1975
|
-
const CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(
|
|
2275
|
+
const CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref86, ref) {
|
|
1976
2276
|
let {
|
|
1977
2277
|
children,
|
|
1978
2278
|
size = 16,
|
|
1979
2279
|
...rest
|
|
1980
|
-
} =
|
|
2280
|
+
} = _ref86;
|
|
1981
2281
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1982
2282
|
width: size,
|
|
1983
2283
|
height: size,
|
|
@@ -1986,7 +2286,7 @@ const CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref77, ref)
|
|
|
1986
2286
|
viewBox: "0 0 32 32",
|
|
1987
2287
|
fill: "currentColor",
|
|
1988
2288
|
...rest
|
|
1989
|
-
},
|
|
2289
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
1990
2290
|
strokeWidth: "0",
|
|
1991
2291
|
d: "M2 3H10V5H2zM6 9H30V11H6zM6 15H30V17H6zM2 27H10V29H2zM6 21H22V23H6z"
|
|
1992
2292
|
})), children);
|
|
@@ -1994,12 +2294,12 @@ const CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref77, ref)
|
|
|
1994
2294
|
if (process.env.NODE_ENV !== "production") {
|
|
1995
2295
|
CodeBlock.propTypes = iconPropTypes;
|
|
1996
2296
|
}
|
|
1997
|
-
const CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(
|
|
2297
|
+
const CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(_ref87, ref) {
|
|
1998
2298
|
let {
|
|
1999
2299
|
children,
|
|
2000
2300
|
size = 16,
|
|
2001
2301
|
...rest
|
|
2002
|
-
} =
|
|
2302
|
+
} = _ref87;
|
|
2003
2303
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2004
2304
|
width: size,
|
|
2005
2305
|
height: size,
|
|
@@ -2012,19 +2312,19 @@ const CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningSer
|
|
|
2012
2312
|
cx: "25",
|
|
2013
2313
|
cy: "20",
|
|
2014
2314
|
r: "1"
|
|
2015
|
-
})),
|
|
2315
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2016
2316
|
d: "M19.4141 30H15V25.5857l5.0337-5.0337A4.6069 4.6069 0 0120 20a5 5 0 114.4478 4.9663zM17 28h1.5859l5.2061-5.2063.5395.1238a3.0351 3.0351 0 10-2.249-2.2488l.1236.5393L17 26.4143zM6 8H8V16H6zM2 8H4V16H2zM18 8H20V14H18zM14 16H12a2 2 0 01-2-2V10a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0114 16zm-2-2h2V10H12zM2 18H4V26H2zM14 18H16V22H14zM10 26H8a2 2 0 01-2-2V20a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0110 26zM8 24h2V20H8zM2 2H4V6H2zM14 2H16V6H14zM18 2H20V6H18zM10 6H8A2 2 0 016 4V2H8V4h2V2h2V4A2 2 0 0110 6z"
|
|
2017
2317
|
})), children);
|
|
2018
2318
|
});
|
|
2019
2319
|
if (process.env.NODE_ENV !== "production") {
|
|
2020
2320
|
CodeSigningService.propTypes = iconPropTypes;
|
|
2021
2321
|
}
|
|
2022
|
-
const Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(
|
|
2322
|
+
const Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref88, ref) {
|
|
2023
2323
|
let {
|
|
2024
2324
|
children,
|
|
2025
2325
|
size = 16,
|
|
2026
2326
|
...rest
|
|
2027
|
-
} =
|
|
2327
|
+
} = _ref88;
|
|
2028
2328
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2029
2329
|
width: size,
|
|
2030
2330
|
height: size,
|
|
@@ -2033,19 +2333,19 @@ const Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref79, ref)
|
|
|
2033
2333
|
viewBox: "0 0 32 32",
|
|
2034
2334
|
fill: "currentColor",
|
|
2035
2335
|
...rest
|
|
2036
|
-
},
|
|
2336
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2037
2337
|
d: "M30,13A11,11,0,0,0,19,2H11a9,9,0,0,0-9,9v3a5,5,0,0,0,5,5H8.1A5,5,0,0,0,13,23h1.38l4,7,1.73-1-4-6.89A2,2,0,0,0,14.38,21H13a3,3,0,0,1,0-6h1V13H13a5,5,0,0,0-4.9,4H7a3,3,0,0,1-3-3V12H6A3,3,0,0,0,9,9V8H7V9a1,1,0,0,1-1,1H4.08A7,7,0,0,1,11,4h6V6a1,1,0,0,1-1,1H14V9h2a3,3,0,0,0,3-3V4a9,9,0,0,1,8.05,5H26a3,3,0,0,0-3,3v1h2V12a1,1,0,0,1,1-1h1.77A8.76,8.76,0,0,1,28,13v1a5,5,0,0,1-5,5H20v2h3a7,7,0,0,0,3-.68V21a3,3,0,0,1-3,3H22v2h1a5,5,0,0,0,5-5V18.89A7,7,0,0,0,30,14Z"
|
|
2038
2338
|
})), children);
|
|
2039
2339
|
});
|
|
2040
2340
|
if (process.env.NODE_ENV !== "production") {
|
|
2041
2341
|
Cognitive.propTypes = iconPropTypes;
|
|
2042
2342
|
}
|
|
2043
|
-
const Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(
|
|
2343
|
+
const Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref89, ref) {
|
|
2044
2344
|
let {
|
|
2045
2345
|
children,
|
|
2046
2346
|
size = 16,
|
|
2047
2347
|
...rest
|
|
2048
|
-
} =
|
|
2348
|
+
} = _ref89;
|
|
2049
2349
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2050
2350
|
width: size,
|
|
2051
2351
|
height: size,
|
|
@@ -2054,19 +2354,19 @@ const Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref80, r
|
|
|
2054
2354
|
viewBox: "0 0 32 32",
|
|
2055
2355
|
fill: "currentColor",
|
|
2056
2356
|
...rest
|
|
2057
|
-
},
|
|
2357
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2058
2358
|
d: "M6 21V20H4v1a7 7 0 007 7h3V26H11A5 5 0 016 21zM24 11v1h2V11a7 7 0 00-7-7H16V6h3A5 5 0 0124 11zM11 11H5a3 3 0 00-3 3v2H4V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0011 11zM8 10A4 4 0 104 6 4 4 0 008 10zM8 4A2 2 0 116 6 2 2 0 018 4zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM20 20a4 4 0 104-4A4 4 0 0020 20zm6 0a2 2 0 11-2-2A2 2 0 0126 20z"
|
|
2059
2359
|
})), children);
|
|
2060
2360
|
});
|
|
2061
2361
|
if (process.env.NODE_ENV !== "production") {
|
|
2062
2362
|
Collaborate.propTypes = iconPropTypes;
|
|
2063
2363
|
}
|
|
2064
|
-
const CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(
|
|
2364
|
+
const CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref90, ref) {
|
|
2065
2365
|
let {
|
|
2066
2366
|
children,
|
|
2067
2367
|
size = 16,
|
|
2068
2368
|
...rest
|
|
2069
|
-
} =
|
|
2369
|
+
} = _ref90;
|
|
2070
2370
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2071
2371
|
width: size,
|
|
2072
2372
|
height: size,
|
|
@@ -2075,23 +2375,23 @@ const CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref81, r
|
|
|
2075
2375
|
viewBox: "0 0 32 32",
|
|
2076
2376
|
fill: "currentColor",
|
|
2077
2377
|
...rest
|
|
2078
|
-
},
|
|
2378
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2079
2379
|
d: "M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z"
|
|
2080
|
-
})),
|
|
2380
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2081
2381
|
d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
|
|
2082
|
-
})),
|
|
2382
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2083
2383
|
d: "M18,27H4a2.0023,2.0023,0,0,1-2-2V17a2.0023,2.0023,0,0,1,2-2H18a2.0023,2.0023,0,0,1,2,2v8A2.0023,2.0023,0,0,1,18,27ZM4,17v8H18.0012L18,17Z"
|
|
2084
2384
|
})), children);
|
|
2085
2385
|
});
|
|
2086
2386
|
if (process.env.NODE_ENV !== "production") {
|
|
2087
2387
|
CollapseAll.propTypes = iconPropTypes;
|
|
2088
2388
|
}
|
|
2089
|
-
const CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(
|
|
2389
|
+
const CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(_ref91, ref) {
|
|
2090
2390
|
let {
|
|
2091
2391
|
children,
|
|
2092
2392
|
size = 16,
|
|
2093
2393
|
...rest
|
|
2094
|
-
} =
|
|
2394
|
+
} = _ref91;
|
|
2095
2395
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2096
2396
|
width: size,
|
|
2097
2397
|
height: size,
|
|
@@ -2100,19 +2400,19 @@ const CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCatego
|
|
|
2100
2400
|
viewBox: "0 0 32 32",
|
|
2101
2401
|
fill: "currentColor",
|
|
2102
2402
|
...rest
|
|
2103
|
-
},
|
|
2403
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2104
2404
|
d: "M14 25H28V27H14zM7.17 26L4.59 28.58 6 30 10 26 6 22 4.58 23.41 7.17 26zM14 15H28V17H14zM7.17 16L4.59 18.58 6 20 10 16 6 12 4.58 13.41 7.17 16zM14 5H28V7H14zM7.17 6L4.59 8.58 6 10 10 6 6 2 4.58 3.41 7.17 6z"
|
|
2105
2405
|
})), children);
|
|
2106
2406
|
});
|
|
2107
2407
|
if (process.env.NODE_ENV !== "production") {
|
|
2108
2408
|
CollapseCategories.propTypes = iconPropTypes;
|
|
2109
2409
|
}
|
|
2110
|
-
const ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(
|
|
2410
|
+
const ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref92, ref) {
|
|
2111
2411
|
let {
|
|
2112
2412
|
children,
|
|
2113
2413
|
size = 16,
|
|
2114
2414
|
...rest
|
|
2115
|
-
} =
|
|
2415
|
+
} = _ref92;
|
|
2116
2416
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2117
2417
|
width: size,
|
|
2118
2418
|
height: size,
|
|
@@ -2141,211 +2441,14 @@ const ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref83,
|
|
|
2141
2441
|
cx: "19",
|
|
2142
2442
|
cy: "23",
|
|
2143
2443
|
r: "2"
|
|
2144
|
-
})),
|
|
2145
|
-
d: "M16.54,2A14,14,0,0,0,2,16a4.82,4.82,0,0,0,6.09,4.65l1.12-.31A3,3,0,0,1,13,23.24V27a3,3,0,0,0,3,3A14,14,0,0,0,30,15.46,14.05,14.05,0,0,0,16.54,2Zm8.11,22.31A11.93,11.93,0,0,1,16,28a1,1,0,0,1-1-1V23.24a5,5,0,0,0-5-5,5.07,5.07,0,0,0-1.33.18l-1.12.31A2.82,2.82,0,0,1,4,16,12,12,0,0,1,16.47,4,12.18,12.18,0,0,1,28,15.53,11.89,11.89,0,0,1,24.65,24.32Z"
|
|
2146
|
-
})), children);
|
|
2147
|
-
});
|
|
2148
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2149
|
-
ColorPalette.propTypes = iconPropTypes;
|
|
2150
|
-
}
|
|
2151
|
-
const ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref84, ref) {
|
|
2152
|
-
let {
|
|
2153
|
-
children,
|
|
2154
|
-
size = 16,
|
|
2155
|
-
...rest
|
|
2156
|
-
} = _ref84;
|
|
2157
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2158
|
-
width: size,
|
|
2159
|
-
height: size,
|
|
2160
|
-
ref: ref,
|
|
2161
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2162
|
-
viewBox: "0 0 32 32",
|
|
2163
|
-
fill: "currentColor",
|
|
2164
|
-
...rest
|
|
2165
|
-
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2166
|
-
d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM6,26,26,6V26Z"
|
|
2167
|
-
})), children);
|
|
2168
|
-
});
|
|
2169
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2170
|
-
ColorSwitch.propTypes = iconPropTypes;
|
|
2171
|
-
}
|
|
2172
|
-
const Column = /*#__PURE__*/React.forwardRef(function Column(_ref85, ref) {
|
|
2173
|
-
let {
|
|
2174
|
-
children,
|
|
2175
|
-
size = 16,
|
|
2176
|
-
...rest
|
|
2177
|
-
} = _ref85;
|
|
2178
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2179
|
-
width: size,
|
|
2180
|
-
height: size,
|
|
2181
|
-
ref: ref,
|
|
2182
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2183
|
-
viewBox: "0 0 32 32",
|
|
2184
|
-
fill: "currentColor",
|
|
2185
|
-
...rest
|
|
2186
|
-
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2187
|
-
d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
|
|
2188
|
-
})), children);
|
|
2189
|
-
});
|
|
2190
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2191
|
-
Column.propTypes = iconPropTypes;
|
|
2192
|
-
}
|
|
2193
|
-
const ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref86, ref) {
|
|
2194
|
-
let {
|
|
2195
|
-
children,
|
|
2196
|
-
size = 16,
|
|
2197
|
-
...rest
|
|
2198
|
-
} = _ref86;
|
|
2199
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2200
|
-
width: size,
|
|
2201
|
-
height: size,
|
|
2202
|
-
ref: ref,
|
|
2203
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2204
|
-
viewBox: "0 0 32 32",
|
|
2205
|
-
fill: "currentColor",
|
|
2206
|
-
...rest
|
|
2207
|
-
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2208
|
-
d: "M30 3.41L28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z"
|
|
2209
|
-
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2210
|
-
d: "M24 14V28H18V6H16V28a2.0023 2.0023 0 002 2h6a2.0023 2.0023 0 002-2V14zM10 30H4a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 014 6h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 8V28h6V8z"
|
|
2211
|
-
})), children);
|
|
2212
|
-
});
|
|
2213
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2214
|
-
ColumnDelete.propTypes = iconPropTypes;
|
|
2215
|
-
}
|
|
2216
|
-
const ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref87, ref) {
|
|
2217
|
-
let {
|
|
2218
|
-
children,
|
|
2219
|
-
size = 16,
|
|
2220
|
-
...rest
|
|
2221
|
-
} = _ref87;
|
|
2222
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2223
|
-
width: size,
|
|
2224
|
-
height: size,
|
|
2225
|
-
ref: ref,
|
|
2226
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2227
|
-
viewBox: "0 0 32 32",
|
|
2228
|
-
fill: "currentColor",
|
|
2229
|
-
...rest
|
|
2230
|
-
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2231
|
-
d: "M28 30H22a2.0021 2.0021 0 01-2-2V10a2.0021 2.0021 0 012-2h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM22 10V28h6V10zM16 9L21.586 3.414 20.172 2 16 6.172 11.828 2 10.414 3.414 16 9zM10 30H4a2.0021 2.0021 0 01-2-2V10A2.0021 2.0021 0 014 8h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 10V28h6V10z"
|
|
2232
|
-
})), children);
|
|
2233
|
-
});
|
|
2234
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2235
|
-
ColumnInsert.propTypes = iconPropTypes;
|
|
2236
|
-
}
|
|
2237
|
-
const ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(_ref88, ref) {
|
|
2238
|
-
let {
|
|
2239
|
-
children,
|
|
2240
|
-
size = 16,
|
|
2241
|
-
...rest
|
|
2242
|
-
} = _ref88;
|
|
2243
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2244
|
-
width: size,
|
|
2245
|
-
height: size,
|
|
2246
|
-
ref: ref,
|
|
2247
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2248
|
-
viewBox: "0 0 32 32",
|
|
2249
|
-
fill: "currentColor",
|
|
2250
|
-
...rest
|
|
2251
|
-
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2252
|
-
d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
|
|
2253
|
-
})), children);
|
|
2254
|
-
});
|
|
2255
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2256
|
-
ColumnDependency.propTypes = iconPropTypes;
|
|
2257
|
-
}
|
|
2258
|
-
const Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref89, ref) {
|
|
2259
|
-
let {
|
|
2260
|
-
children,
|
|
2261
|
-
size = 16,
|
|
2262
|
-
...rest
|
|
2263
|
-
} = _ref89;
|
|
2264
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2265
|
-
width: size,
|
|
2266
|
-
height: size,
|
|
2267
|
-
ref: ref,
|
|
2268
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2269
|
-
viewBox: "0 0 32 32",
|
|
2270
|
-
fill: "currentColor",
|
|
2271
|
-
...rest
|
|
2272
|
-
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2273
|
-
d: "M30,15H21.91A5.9925,5.9925,0,0,0,10.09,15H2v2h8.09A5.9925,5.9925,0,0,0,21.91,17H30ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
|
|
2274
|
-
})), children);
|
|
2275
|
-
});
|
|
2276
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2277
|
-
Commit.propTypes = iconPropTypes;
|
|
2278
|
-
}
|
|
2279
|
-
const CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(_ref90, ref) {
|
|
2280
|
-
let {
|
|
2281
|
-
children,
|
|
2282
|
-
size = 16,
|
|
2283
|
-
...rest
|
|
2284
|
-
} = _ref90;
|
|
2285
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2286
|
-
width: size,
|
|
2287
|
-
height: size,
|
|
2288
|
-
ref: ref,
|
|
2289
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2290
|
-
viewBox: "0 0 32 32",
|
|
2291
|
-
fill: "currentColor",
|
|
2292
|
-
...rest
|
|
2293
|
-
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2294
|
-
d: "M28 17H18a2.0025 2.0025 0 00-2 2v6a2.0025 2.0025 0 002 2h4V25H18V19H28v6H25.4648l-2.5937 3.8906L24.5352 30l2-3H28a2.0025 2.0025 0 002-2V19A2.0025 2.0025 0 0028 17zM8.6667 24.1086l.8614-.8615a.8334.8334 0 01.8988-.1844l1.0493.42A.8334.8334 0 0112 24.2561v1.9082a.8334.8334 0 01-.8786.8341c-7.3546-.4578-8.84-6.6863-9.1158-9.0723A.8316.8316 0 012.8343 17H4.7085a.8335.8335 0 01.7737.5238l.42 1.0493a.8332.8332 0 01-.1845.8988l-.8614.8614A4.5267 4.5267 0 008.6667 24.1086zM21 9H28V11H21zM21 5H30V7H21zM17 6L14 8.2V6a2.0024 2.0024 0 00-2-2H4A2.0024 2.0024 0 002 6v6a2.0024 2.0024 0 002 2h8a2.0024 2.0024 0 002-2V9.8L17 12zM4 12V6h8v6z"
|
|
2295
|
-
})), children);
|
|
2296
|
-
});
|
|
2297
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2298
|
-
CommunicationUnified.propTypes = iconPropTypes;
|
|
2299
|
-
}
|
|
2300
|
-
const Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref91, ref) {
|
|
2301
|
-
let {
|
|
2302
|
-
children,
|
|
2303
|
-
size = 16,
|
|
2304
|
-
...rest
|
|
2305
|
-
} = _ref91;
|
|
2306
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2307
|
-
width: size,
|
|
2308
|
-
height: size,
|
|
2309
|
-
ref: ref,
|
|
2310
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2311
|
-
viewBox: "0 0 32 32",
|
|
2312
|
-
fill: "currentColor",
|
|
2313
|
-
...rest
|
|
2314
|
-
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2315
|
-
d: "M28,6H18V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H14v2a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,15h6.17L7.59,17.59,9,19l5-5L9,9,7.59,10.41,10.17,13H4V4H16V24H4ZM16,28V26a2,2,0,0,0,2-2V8H28v9H21.83l2.58-2.59L23,13l-5,5,5,5,1.41-1.41L21.83,19H28v9Z"
|
|
2316
|
-
})), children);
|
|
2317
|
-
});
|
|
2318
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2319
|
-
Compare.propTypes = iconPropTypes;
|
|
2320
|
-
}
|
|
2321
|
-
const Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref92, ref) {
|
|
2322
|
-
let {
|
|
2323
|
-
children,
|
|
2324
|
-
size = 16,
|
|
2325
|
-
...rest
|
|
2326
|
-
} = _ref92;
|
|
2327
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2328
|
-
width: size,
|
|
2329
|
-
height: size,
|
|
2330
|
-
ref: ref,
|
|
2331
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2332
|
-
viewBox: "0 0 32 32",
|
|
2333
|
-
fill: "currentColor",
|
|
2334
|
-
...rest
|
|
2335
|
-
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2336
|
-
d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
|
|
2337
|
-
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2338
|
-
d: "M23,10.41,21.59,9l-4.3,4.3a3,3,0,0,0-4,4L9,21.59,10.41,23l4.3-4.3a3,3,0,0,0,4-4ZM17,16a1,1,0,1,1-1-1A1,1,0,0,1,17,16Z"
|
|
2339
|
-
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
2340
|
-
cx: "16",
|
|
2341
|
-
cy: "7.5",
|
|
2342
|
-
r: "1.5"
|
|
2444
|
+
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2445
|
+
d: "M16.54,2A14,14,0,0,0,2,16a4.82,4.82,0,0,0,6.09,4.65l1.12-.31A3,3,0,0,1,13,23.24V27a3,3,0,0,0,3,3A14,14,0,0,0,30,15.46,14.05,14.05,0,0,0,16.54,2Zm8.11,22.31A11.93,11.93,0,0,1,16,28a1,1,0,0,1-1-1V23.24a5,5,0,0,0-5-5,5.07,5.07,0,0,0-1.33.18l-1.12.31A2.82,2.82,0,0,1,4,16,12,12,0,0,1,16.47,4,12.18,12.18,0,0,1,28,15.53,11.89,11.89,0,0,1,24.65,24.32Z"
|
|
2343
2446
|
})), children);
|
|
2344
2447
|
});
|
|
2345
2448
|
if (process.env.NODE_ENV !== "production") {
|
|
2346
|
-
|
|
2449
|
+
ColorPalette.propTypes = iconPropTypes;
|
|
2347
2450
|
}
|
|
2348
|
-
const
|
|
2451
|
+
const ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref93, ref) {
|
|
2349
2452
|
let {
|
|
2350
2453
|
children,
|
|
2351
2454
|
size = 16,
|
|
@@ -2359,14 +2462,14 @@ const QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref9
|
|
|
2359
2462
|
viewBox: "0 0 32 32",
|
|
2360
2463
|
fill: "currentColor",
|
|
2361
2464
|
...rest
|
|
2362
|
-
},
|
|
2363
|
-
d: "
|
|
2465
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2466
|
+
d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM6,26,26,6V26Z"
|
|
2364
2467
|
})), children);
|
|
2365
2468
|
});
|
|
2366
2469
|
if (process.env.NODE_ENV !== "production") {
|
|
2367
|
-
|
|
2470
|
+
ColorSwitch.propTypes = iconPropTypes;
|
|
2368
2471
|
}
|
|
2369
|
-
const
|
|
2472
|
+
const Column = /*#__PURE__*/React.forwardRef(function Column(_ref94, ref) {
|
|
2370
2473
|
let {
|
|
2371
2474
|
children,
|
|
2372
2475
|
size = 16,
|
|
@@ -2380,14 +2483,14 @@ const Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref94, ref) {
|
|
|
2380
2483
|
viewBox: "0 0 32 32",
|
|
2381
2484
|
fill: "currentColor",
|
|
2382
2485
|
...rest
|
|
2383
|
-
},
|
|
2384
|
-
d: "
|
|
2486
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2487
|
+
d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
|
|
2385
2488
|
})), children);
|
|
2386
2489
|
});
|
|
2387
2490
|
if (process.env.NODE_ENV !== "production") {
|
|
2388
|
-
|
|
2491
|
+
Column.propTypes = iconPropTypes;
|
|
2389
2492
|
}
|
|
2390
|
-
const
|
|
2493
|
+
const ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref95, ref) {
|
|
2391
2494
|
let {
|
|
2392
2495
|
children,
|
|
2393
2496
|
size = 16,
|
|
@@ -2401,17 +2504,16 @@ const ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_re
|
|
|
2401
2504
|
viewBox: "0 0 32 32",
|
|
2402
2505
|
fill: "currentColor",
|
|
2403
2506
|
...rest
|
|
2404
|
-
},
|
|
2405
|
-
d: "
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
d: "M29.3906,14.5269,17.4731,2.6094a2.0852,2.0852,0,0,0-2.9462,0L2.6094,14.5269a2.0852,2.0852,0,0,0,0,2.9462L14.5269,29.3906a2.0852,2.0852,0,0,0,2.9462,0L29.3906,17.4731a2.0852,2.0852,0,0,0,0-2.9462ZM16,28.0356,3.9646,16,16,3.9644,28.0356,16Z"
|
|
2507
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2508
|
+
d: "M30 3.41L28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z"
|
|
2509
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2510
|
+
d: "M24 14V28H18V6H16V28a2.0023 2.0023 0 002 2h6a2.0023 2.0023 0 002-2V14zM10 30H4a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 014 6h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 8V28h6V8z"
|
|
2409
2511
|
})), children);
|
|
2410
2512
|
});
|
|
2411
2513
|
if (process.env.NODE_ENV !== "production") {
|
|
2412
|
-
|
|
2514
|
+
ColumnDelete.propTypes = iconPropTypes;
|
|
2413
2515
|
}
|
|
2414
|
-
const
|
|
2516
|
+
const ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref96, ref) {
|
|
2415
2517
|
let {
|
|
2416
2518
|
children,
|
|
2417
2519
|
size = 16,
|
|
@@ -2425,17 +2527,14 @@ const ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitP
|
|
|
2425
2527
|
viewBox: "0 0 32 32",
|
|
2426
2528
|
fill: "currentColor",
|
|
2427
2529
|
...rest
|
|
2428
|
-
},
|
|
2429
|
-
d: "
|
|
2430
|
-
transform: "rotate(-45 16 16)"
|
|
2431
|
-
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2432
|
-
d: "M16,4A12,12,0,1,1,4,16,12.0136,12.0136,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
|
|
2530
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2531
|
+
d: "M28 30H22a2.0021 2.0021 0 01-2-2V10a2.0021 2.0021 0 012-2h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM22 10V28h6V10zM16 9L21.586 3.414 20.172 2 16 6.172 11.828 2 10.414 3.414 16 9zM10 30H4a2.0021 2.0021 0 01-2-2V10A2.0021 2.0021 0 014 8h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 10V28h6V10z"
|
|
2433
2532
|
})), children);
|
|
2434
2533
|
});
|
|
2435
2534
|
if (process.env.NODE_ENV !== "production") {
|
|
2436
|
-
|
|
2535
|
+
ColumnInsert.propTypes = iconPropTypes;
|
|
2437
2536
|
}
|
|
2438
|
-
const
|
|
2537
|
+
const ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(_ref97, ref) {
|
|
2439
2538
|
let {
|
|
2440
2539
|
children,
|
|
2441
2540
|
size = 16,
|
|
@@ -2449,15 +2548,14 @@ const Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref97, ref) {
|
|
|
2449
2548
|
viewBox: "0 0 32 32",
|
|
2450
2549
|
fill: "currentColor",
|
|
2451
2550
|
...rest
|
|
2452
|
-
},
|
|
2453
|
-
d: "
|
|
2454
|
-
transform: "translate(0 .01)"
|
|
2551
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2552
|
+
d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
|
|
2455
2553
|
})), children);
|
|
2456
2554
|
});
|
|
2457
2555
|
if (process.env.NODE_ENV !== "production") {
|
|
2458
|
-
|
|
2556
|
+
ColumnDependency.propTypes = iconPropTypes;
|
|
2459
2557
|
}
|
|
2460
|
-
const
|
|
2558
|
+
const Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref98, ref) {
|
|
2461
2559
|
let {
|
|
2462
2560
|
children,
|
|
2463
2561
|
size = 16,
|
|
@@ -2471,14 +2569,14 @@ const ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive
|
|
|
2471
2569
|
viewBox: "0 0 32 32",
|
|
2472
2570
|
fill: "currentColor",
|
|
2473
2571
|
...rest
|
|
2474
|
-
},
|
|
2475
|
-
d: "
|
|
2572
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2573
|
+
d: "M30,15H21.91A5.9925,5.9925,0,0,0,10.09,15H2v2h8.09A5.9925,5.9925,0,0,0,21.91,17H30ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
|
|
2476
2574
|
})), children);
|
|
2477
2575
|
});
|
|
2478
2576
|
if (process.env.NODE_ENV !== "production") {
|
|
2479
|
-
|
|
2577
|
+
Commit.propTypes = iconPropTypes;
|
|
2480
2578
|
}
|
|
2481
|
-
const
|
|
2579
|
+
const CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(_ref99, ref) {
|
|
2482
2580
|
let {
|
|
2483
2581
|
children,
|
|
2484
2582
|
size = 16,
|
|
@@ -2492,16 +2590,14 @@ const ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference
|
|
|
2492
2590
|
viewBox: "0 0 32 32",
|
|
2493
2591
|
fill: "currentColor",
|
|
2494
2592
|
...rest
|
|
2495
|
-
},
|
|
2496
|
-
d: "
|
|
2497
|
-
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2498
|
-
d: "M23,16c-1.5696,0-3.0124,.5159-4.1813,1.3919l-4.2173-4.2174c.876-1.1689,1.3986-2.6048,1.3986-4.1745,0-3.8599-3.1406-7-7-7S2,5.1401,2,9s3.1406,7,7,7c1.5696,0,3.0184-.5355,4.1873-1.4114l4.2173,4.2174c-.8759,1.1689-1.4046,2.6243-1.4046,4.194,0,3.8599,3.1406,7,7,7s7-3.1401,7-7-3.1406-7-7-7ZM4,9c0-2.7568,2.2432-5,5-5s5,2.2432,5,5-2.2432,5-5,5-5-2.2432-5-5Z"
|
|
2593
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2594
|
+
d: "M28 17H18a2.0025 2.0025 0 00-2 2v6a2.0025 2.0025 0 002 2h4V25H18V19H28v6H25.4648l-2.5937 3.8906L24.5352 30l2-3H28a2.0025 2.0025 0 002-2V19A2.0025 2.0025 0 0028 17zM8.6667 24.1086l.8614-.8615a.8334.8334 0 01.8988-.1844l1.0493.42A.8334.8334 0 0112 24.2561v1.9082a.8334.8334 0 01-.8786.8341c-7.3546-.4578-8.84-6.6863-9.1158-9.0723A.8316.8316 0 012.8343 17H4.7085a.8335.8335 0 01.7737.5238l.42 1.0493a.8332.8332 0 01-.1845.8988l-.8614.8614A4.5267 4.5267 0 008.6667 24.1086zM21 9H28V11H21zM21 5H30V7H21zM17 6L14 8.2V6a2.0024 2.0024 0 00-2-2H4A2.0024 2.0024 0 002 6v6a2.0024 2.0024 0 002 2h8a2.0024 2.0024 0 002-2V9.8L17 12zM4 12V6h8v6z"
|
|
2499
2595
|
})), children);
|
|
2500
2596
|
});
|
|
2501
2597
|
if (process.env.NODE_ENV !== "production") {
|
|
2502
|
-
|
|
2598
|
+
CommunicationUnified.propTypes = iconPropTypes;
|
|
2503
2599
|
}
|
|
2504
|
-
const
|
|
2600
|
+
const Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref100, ref) {
|
|
2505
2601
|
let {
|
|
2506
2602
|
children,
|
|
2507
2603
|
size = 16,
|
|
@@ -2515,14 +2611,14 @@ const ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref1
|
|
|
2515
2611
|
viewBox: "0 0 32 32",
|
|
2516
2612
|
fill: "currentColor",
|
|
2517
2613
|
...rest
|
|
2518
|
-
},
|
|
2519
|
-
d: "
|
|
2614
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2615
|
+
d: "M28,6H18V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H14v2a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,15h6.17L7.59,17.59,9,19l5-5L9,9,7.59,10.41,10.17,13H4V4H16V24H4ZM16,28V26a2,2,0,0,0,2-2V8H28v9H21.83l2.58-2.59L23,13l-5,5,5,5,1.41-1.41L21.83,19H28v9Z"
|
|
2520
2616
|
})), children);
|
|
2521
2617
|
});
|
|
2522
2618
|
if (process.env.NODE_ENV !== "production") {
|
|
2523
|
-
|
|
2619
|
+
Compare.propTypes = iconPropTypes;
|
|
2524
2620
|
}
|
|
2525
|
-
const
|
|
2621
|
+
const Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref101, ref) {
|
|
2526
2622
|
let {
|
|
2527
2623
|
children,
|
|
2528
2624
|
size = 16,
|
|
@@ -2536,14 +2632,20 @@ const ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref1
|
|
|
2536
2632
|
viewBox: "0 0 32 32",
|
|
2537
2633
|
fill: "currentColor",
|
|
2538
2634
|
...rest
|
|
2539
|
-
},
|
|
2540
|
-
d: "
|
|
2635
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2636
|
+
d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
|
|
2637
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2638
|
+
d: "M23,10.41,21.59,9l-4.3,4.3a3,3,0,0,0-4,4L9,21.59,10.41,23l4.3-4.3a3,3,0,0,0,4-4ZM17,16a1,1,0,1,1-1-1A1,1,0,0,1,17,16Z"
|
|
2639
|
+
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
2640
|
+
cx: "16",
|
|
2641
|
+
cy: "7.5",
|
|
2642
|
+
r: "1.5"
|
|
2541
2643
|
})), children);
|
|
2542
2644
|
});
|
|
2543
2645
|
if (process.env.NODE_ENV !== "production") {
|
|
2544
|
-
|
|
2646
|
+
Compass.propTypes = iconPropTypes;
|
|
2545
2647
|
}
|
|
2546
|
-
const
|
|
2648
|
+
const QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref102, ref) {
|
|
2547
2649
|
let {
|
|
2548
2650
|
children,
|
|
2549
2651
|
size = 16,
|
|
@@ -2557,16 +2659,14 @@ const ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionRecei
|
|
|
2557
2659
|
viewBox: "0 0 32 32",
|
|
2558
2660
|
fill: "currentColor",
|
|
2559
2661
|
...rest
|
|
2560
|
-
},
|
|
2561
|
-
d: "
|
|
2562
|
-
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2563
|
-
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
|
2662
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2663
|
+
d: "M25.82,10H30V8H25.82a3,3,0,0,0-5.64,0H13V5H5V8H2v2H5v3h8V10h7.18A3,3,0,0,0,22,11.82v7.32A4,4,0,0,0,19.14,22H2v2H19.14a4,4,0,0,0,7.72,0H30V22H26.86A4,4,0,0,0,24,19.14V11.82A3,3,0,0,0,25.82,10ZM11,11H7V7h4ZM25,23a2,2,0,1,1-2-2A2,2,0,0,1,25,23Z"
|
|
2564
2664
|
})), children);
|
|
2565
2665
|
});
|
|
2566
2666
|
if (process.env.NODE_ENV !== "production") {
|
|
2567
|
-
|
|
2667
|
+
QComposerEdit.propTypes = iconPropTypes;
|
|
2568
2668
|
}
|
|
2569
|
-
const
|
|
2669
|
+
const Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref103, ref) {
|
|
2570
2670
|
let {
|
|
2571
2671
|
children,
|
|
2572
2672
|
size = 16,
|
|
@@ -2580,16 +2680,14 @@ const ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_re
|
|
|
2580
2680
|
viewBox: "0 0 32 32",
|
|
2581
2681
|
fill: "currentColor",
|
|
2582
2682
|
...rest
|
|
2583
|
-
},
|
|
2584
|
-
d: "
|
|
2585
|
-
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2586
|
-
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
|
2683
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2684
|
+
d: "M20.8851,19.4711a5.9609,5.9609,0,0,0,0-6.9422L23,10.4141l1.293,1.2929a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414l-4-4a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414L21.5859,9l-2.1148,2.1149a5.9609,5.9609,0,0,0-6.9422,0L10,8.5859V2H2v8H8.5859l2.529,2.5289a5.9609,5.9609,0,0,0,0,6.9422L9,21.5859,7.707,20.293a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414l4,4a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414L10.4141,23l2.1148-2.1149a5.9609,5.9609,0,0,0,6.9422,0L22,23.4141V30h8V22H23.4141ZM25,4.4141,27.5859,7,25,9.5859,22.4141,7ZM7,27.5859,4.4141,25,7,22.4141,9.5859,25ZM8,8H4V4H8Zm4,8a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Zm12,8h4v4H24Z"
|
|
2587
2685
|
})), children);
|
|
2588
2686
|
});
|
|
2589
2687
|
if (process.env.NODE_ENV !== "production") {
|
|
2590
|
-
|
|
2688
|
+
Concept.propTypes = iconPropTypes;
|
|
2591
2689
|
}
|
|
2592
|
-
const
|
|
2690
|
+
const ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_ref104, ref) {
|
|
2593
2691
|
let {
|
|
2594
2692
|
children,
|
|
2595
2693
|
size = 16,
|
|
@@ -2603,16 +2701,17 @@ const ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay
|
|
|
2603
2701
|
viewBox: "0 0 32 32",
|
|
2604
2702
|
fill: "currentColor",
|
|
2605
2703
|
...rest
|
|
2606
|
-
},
|
|
2607
|
-
d: "
|
|
2608
|
-
|
|
2609
|
-
|
|
2704
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2705
|
+
d: "M10.343 10.343H21.657V21.657H10.343z",
|
|
2706
|
+
transform: "rotate(-45 16 16)"
|
|
2707
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2708
|
+
d: "M29.3906,14.5269,17.4731,2.6094a2.0852,2.0852,0,0,0-2.9462,0L2.6094,14.5269a2.0852,2.0852,0,0,0,0,2.9462L14.5269,29.3906a2.0852,2.0852,0,0,0,2.9462,0L29.3906,17.4731a2.0852,2.0852,0,0,0,0-2.9462ZM16,28.0356,3.9646,16,16,3.9644,28.0356,16Z"
|
|
2610
2709
|
})), children);
|
|
2611
2710
|
});
|
|
2612
2711
|
if (process.env.NODE_ENV !== "production") {
|
|
2613
|
-
|
|
2712
|
+
ConditionPoint.propTypes = iconPropTypes;
|
|
2614
2713
|
}
|
|
2615
|
-
const
|
|
2714
|
+
const ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoint(_ref105, ref) {
|
|
2616
2715
|
let {
|
|
2617
2716
|
children,
|
|
2618
2717
|
size = 16,
|
|
@@ -2626,15 +2725,17 @@ const ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_
|
|
|
2626
2725
|
viewBox: "0 0 32 32",
|
|
2627
2726
|
fill: "currentColor",
|
|
2628
2727
|
...rest
|
|
2629
|
-
},
|
|
2630
|
-
|
|
2631
|
-
|
|
2728
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2729
|
+
d: "M10.343 10.343H21.657V21.657H10.343z",
|
|
2730
|
+
transform: "rotate(-45 16 16)"
|
|
2731
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2732
|
+
d: "M16,4A12,12,0,1,1,4,16,12.0136,12.0136,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
|
|
2632
2733
|
})), children);
|
|
2633
2734
|
});
|
|
2634
2735
|
if (process.env.NODE_ENV !== "production") {
|
|
2635
|
-
|
|
2736
|
+
ConditionWaitPoint.propTypes = iconPropTypes;
|
|
2636
2737
|
}
|
|
2637
|
-
const
|
|
2738
|
+
const Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref106, ref) {
|
|
2638
2739
|
let {
|
|
2639
2740
|
children,
|
|
2640
2741
|
size = 16,
|
|
@@ -2648,15 +2749,15 @@ const ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlo
|
|
|
2648
2749
|
viewBox: "0 0 32 32",
|
|
2649
2750
|
fill: "currentColor",
|
|
2650
2751
|
...rest
|
|
2651
|
-
},
|
|
2652
|
-
|
|
2653
|
-
|
|
2752
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2753
|
+
d: "M23,16a7,7,0,0,0-4.18,1.39L14.6,13.17A6.86,6.86,0,0,0,16,9a7,7,0,1,0-2.81,5.59l4.21,4.22A7,7,0,1,0,23,16ZM4,9a5,5,0,1,1,5,5A5,5,0,0,1,4,9Z",
|
|
2754
|
+
transform: "translate(0 .01)"
|
|
2654
2755
|
})), children);
|
|
2655
2756
|
});
|
|
2656
2757
|
if (process.env.NODE_ENV !== "production") {
|
|
2657
|
-
|
|
2758
|
+
Connect.propTypes = iconPropTypes;
|
|
2658
2759
|
}
|
|
2659
|
-
const
|
|
2760
|
+
const ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(_ref107, ref) {
|
|
2660
2761
|
let {
|
|
2661
2762
|
children,
|
|
2662
2763
|
size = 16,
|
|
@@ -2670,16 +2771,14 @@ const ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal
|
|
|
2670
2771
|
viewBox: "0 0 32 32",
|
|
2671
2772
|
fill: "currentColor",
|
|
2672
2773
|
...rest
|
|
2673
|
-
},
|
|
2674
|
-
d: "
|
|
2675
|
-
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2676
|
-
d: "M8.4 21.8a11 11 0 010-17.6L9.6 5.8a9 9 0 000 14.4zM23.6 21.8l-1.2-1.6a9 9 0 000-14.4l1.2-1.6a11 11 0 010 17.6z"
|
|
2774
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2775
|
+
d: "M28,7H13.8281l3.586-3.5859L16,2,10,8l6,6,1.4141-1.4141L13.8281,9H28V20H11.8989A5.0145,5.0145,0,0,0,8,16.1011V2H6V16.1011a5,5,0,0,0,0,9.7978V30H8V25.8989A5.0145,5.0145,0,0,0,11.8989,22H28a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,28,7ZM7,24a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,24Z"
|
|
2677
2776
|
})), children);
|
|
2678
2777
|
});
|
|
2679
2778
|
if (process.env.NODE_ENV !== "production") {
|
|
2680
|
-
|
|
2779
|
+
ConnectRecursive.propTypes = iconPropTypes;
|
|
2681
2780
|
}
|
|
2682
|
-
const
|
|
2781
|
+
const ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(_ref108, ref) {
|
|
2683
2782
|
let {
|
|
2684
2783
|
children,
|
|
2685
2784
|
size = 16,
|
|
@@ -2693,16 +2792,16 @@ const ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSig
|
|
|
2693
2792
|
viewBox: "0 0 32 32",
|
|
2694
2793
|
fill: "currentColor",
|
|
2695
2794
|
...rest
|
|
2696
|
-
},
|
|
2697
|
-
d: "
|
|
2698
|
-
})),
|
|
2699
|
-
d: "
|
|
2795
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2796
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
|
2797
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2798
|
+
d: "M23,16c-1.5696,0-3.0124,.5159-4.1813,1.3919l-4.2173-4.2174c.876-1.1689,1.3986-2.6048,1.3986-4.1745,0-3.8599-3.1406-7-7-7S2,5.1401,2,9s3.1406,7,7,7c1.5696,0,3.0184-.5355,4.1873-1.4114l4.2173,4.2174c-.8759,1.1689-1.4046,2.6243-1.4046,4.194,0,3.8599,3.1406,7,7,7s7-3.1401,7-7-3.1406-7-7-7ZM4,9c0-2.7568,2.2432-5,5-5s5,2.2432,5,5-2.2432,5-5,5-5-2.2432-5-5Z"
|
|
2700
2799
|
})), children);
|
|
2701
2800
|
});
|
|
2702
2801
|
if (process.env.NODE_ENV !== "production") {
|
|
2703
|
-
|
|
2802
|
+
ConnectReference.propTypes = iconPropTypes;
|
|
2704
2803
|
}
|
|
2705
|
-
const
|
|
2804
|
+
const ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref109, ref) {
|
|
2706
2805
|
let {
|
|
2707
2806
|
children,
|
|
2708
2807
|
size = 16,
|
|
@@ -2716,15 +2815,14 @@ const Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref109, re
|
|
|
2716
2815
|
viewBox: "0 0 32 32",
|
|
2717
2816
|
fill: "currentColor",
|
|
2718
2817
|
...rest
|
|
2719
|
-
},
|
|
2720
|
-
|
|
2721
|
-
d: "M27 13V5s-4 0-4 0v-2h4c1.1028 0 2 .8975 2 2v8c0 1.5234.8799 2 2 2v2c-1.1201 0-2 .4502-2 2v8c0 1.1025-.8972 2-2 2h-4v-2h4s0-8 0-8c0-1.6841.8799-2.5645 2-2.8584v-.2676c-1.1201-.2939-2-1.1899-2-2.874zM12 12H20V20H12zM5 13V5h4v-2h-4c-1.1028 0-2 .8975-2 2v8c0 1.5234-.8799 2-2 2v2c1.1201 0 2 .4502 2 2v8c0 1.1025.8972 2 2 2h4v-2h-4v-8c0-1.6841-.8799-2.5645-2-2.8584v-.2676c1.1201-.2939 2-1.1899 2-2.874z"
|
|
2818
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2819
|
+
d: "M24,10l-1.4141,1.4141L26.1719,15H11.8989A5.0145,5.0145,0,0,0,8,11.1011V2H6v9.1011a5,5,0,0,0,0,9.7978V30H8V20.8989A5.0145,5.0145,0,0,0,11.8989,17h14.273l-3.586,3.5859L24,22l6-6ZM7,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,19Z"
|
|
2722
2820
|
})), children);
|
|
2723
2821
|
});
|
|
2724
2822
|
if (process.env.NODE_ENV !== "production") {
|
|
2725
|
-
|
|
2823
|
+
ConnectSource.propTypes = iconPropTypes;
|
|
2726
2824
|
}
|
|
2727
|
-
const
|
|
2825
|
+
const ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref110, ref) {
|
|
2728
2826
|
let {
|
|
2729
2827
|
children,
|
|
2730
2828
|
size = 16,
|
|
@@ -2738,14 +2836,14 @@ const Construction = /*#__PURE__*/React.forwardRef(function Construction(_ref110
|
|
|
2738
2836
|
viewBox: "0 0 32 32",
|
|
2739
2837
|
fill: "currentColor",
|
|
2740
2838
|
...rest
|
|
2741
|
-
},
|
|
2742
|
-
d: "
|
|
2839
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2840
|
+
d: "M28 2H30V30H28zM20 10l-1.4141 1.4141L22.1719 15H11.8989a5 5 0 100 2h10.273l-3.586 3.5859L20 22l6-6zM7 19a3 3 0 113-3A3.0033 3.0033 0 017 19z"
|
|
2743
2841
|
})), children);
|
|
2744
2842
|
});
|
|
2745
2843
|
if (process.env.NODE_ENV !== "production") {
|
|
2746
|
-
|
|
2844
|
+
ConnectTarget.propTypes = iconPropTypes;
|
|
2747
2845
|
}
|
|
2748
|
-
const
|
|
2846
|
+
const ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive(_ref111, ref) {
|
|
2749
2847
|
let {
|
|
2750
2848
|
children,
|
|
2751
2849
|
size = 16,
|
|
@@ -2759,23 +2857,16 @@ const ContainerEngine = /*#__PURE__*/React.forwardRef(function ContainerEngine(_
|
|
|
2759
2857
|
viewBox: "0 0 32 32",
|
|
2760
2858
|
fill: "currentColor",
|
|
2761
2859
|
...rest
|
|
2762
|
-
},
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
strokeWidth: "0"
|
|
2767
|
-
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2768
|
-
strokeWidth: "0",
|
|
2769
|
-
d: "m25.7903,18.8535l-8.9897-6.2378c-.5029-.3809-1.1223-.6157-1.8005-.6157-1.6543,0-3,1.3457-3,3,0,.6553.2173,1.2573.5752,1.7515l6.3408,9.1157c.9055,1.2861,2.395,2.1328,4.084,2.1328,2.7571,0,5-2.2432,5-5,0-1.7246-.8777-3.2476-2.2097-4.1465Zm-7.5203,2.5986l-2.4829-3.5703c1.0181-.2788,1.8145-1.0752,2.0942-2.0928l3.5698,2.4814c-1.5061.4951-2.6863,1.6758-3.1812,3.1816Zm-3.27-7.4521c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm8,12c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3-1.3457,3-3,3Z"
|
|
2770
|
-
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2771
|
-
strokeWidth: "0",
|
|
2772
|
-
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h10v2Z"
|
|
2860
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2861
|
+
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 14L21.83 14 24.41 16.59 23 18 18 13 23 8 24.41 9.41 21.83 12 30 12 30 14z"
|
|
2862
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2863
|
+
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
|
2773
2864
|
})), children);
|
|
2774
2865
|
});
|
|
2775
2866
|
if (process.env.NODE_ENV !== "production") {
|
|
2776
|
-
|
|
2867
|
+
ConnectionReceive.propTypes = iconPropTypes;
|
|
2777
2868
|
}
|
|
2778
|
-
const
|
|
2869
|
+
const ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_ref112, ref) {
|
|
2779
2870
|
let {
|
|
2780
2871
|
children,
|
|
2781
2872
|
size = 16,
|
|
@@ -2789,18 +2880,16 @@ const ContainerImage = /*#__PURE__*/React.forwardRef(function ContainerImage(_re
|
|
|
2789
2880
|
viewBox: "0 0 32 32",
|
|
2790
2881
|
fill: "currentColor",
|
|
2791
2882
|
...rest
|
|
2792
|
-
},
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
strokeWidth: "0",
|
|
2797
|
-
d: "m26,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v20c0,1.1028-.8972,2-2,2ZM6,6v20h20V6H6Z"
|
|
2883
|
+
}, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2884
|
+
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM18 14L26.17 14 23.59 16.59 25 18 30 13 25 8 23.59 9.41 26.17 12 18 12 18 14z"
|
|
2885
|
+
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2886
|
+
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
|
2798
2887
|
})), children);
|
|
2799
2888
|
});
|
|
2800
2889
|
if (process.env.NODE_ENV !== "production") {
|
|
2801
|
-
|
|
2890
|
+
ConnectionSend.propTypes = iconPropTypes;
|
|
2802
2891
|
}
|
|
2803
|
-
const
|
|
2892
|
+
const ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(_ref113, ref) {
|
|
2804
2893
|
let {
|
|
2805
2894
|
children,
|
|
2806
2895
|
size = 16,
|
|
@@ -2814,18 +2903,16 @@ const ContainerRuntime = /*#__PURE__*/React.forwardRef(function ContainerRuntime
|
|
|
2814
2903
|
viewBox: "0 0 32 32",
|
|
2815
2904
|
fill: "currentColor",
|
|
2816
2905
|
...rest
|
|
2817
|
-
},
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
strokeWidth: "0",
|
|
2822
|
-
d: "m14,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v8h-2V6H6v20h8v2Z"
|
|
2906
|
+
}, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2907
|
+
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 22L21.83 22 24.41 24.59 23 26 18 21 23 16 24.41 17.41 21.83 20 30 20 30 22zM19 12L27.17 12 24.59 14.59 26 16 31 11 26 6 24.59 7.41 27.17 10 19 10 19 12z"
|
|
2908
|
+
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2909
|
+
d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
|
|
2823
2910
|
})), children);
|
|
2824
2911
|
});
|
|
2825
2912
|
if (process.env.NODE_ENV !== "production") {
|
|
2826
|
-
|
|
2913
|
+
ConnectionTwoWay.propTypes = iconPropTypes;
|
|
2827
2914
|
}
|
|
2828
|
-
const
|
|
2915
|
+
const ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_ref114, ref) {
|
|
2829
2916
|
let {
|
|
2830
2917
|
children,
|
|
2831
2918
|
size = 16,
|
|
@@ -2839,23 +2926,15 @@ const ContainerRuntimeMonitor = /*#__PURE__*/React.forwardRef(function Container
|
|
|
2839
2926
|
viewBox: "0 0 32 32",
|
|
2840
2927
|
fill: "currentColor",
|
|
2841
2928
|
...rest
|
|
2842
|
-
},
|
|
2843
|
-
cx: "22",
|
|
2844
|
-
cy: "23",
|
|
2845
|
-
r: "2",
|
|
2846
|
-
strokeWidth: "0"
|
|
2847
|
-
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2848
|
-
strokeWidth: "0",
|
|
2849
|
-
d: "m29.7769,22.4785c-1.2631-3.2173-4.3221-5.3723-7.7769-5.4785-3.4548.1062-6.5138,2.2612-7.7769,5.4785l-.2231.5215.2231.5215c1.2631,3.2173,4.3221,5.3723,7.7769,5.4785,3.4548-.1062,6.5138-2.2612,7.7769-5.4785l.2231-.5215-.2231-.5215Zm-7.7769,4.5215c-2.2091,0-4-1.7909-4-4s1.7909-4,4-4,4,1.7909,4,4c-.0025,2.2081-1.7919,3.9975-4,4Z"
|
|
2850
|
-
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2929
|
+
}, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2851
2930
|
strokeWidth: "0",
|
|
2852
|
-
d: "
|
|
2931
|
+
d: "m17,26V6c0-1.1046-.8954-2-2-2H4v2h11v20c0,1.1046.8954,2,2,2h11v-2h-11Z"
|
|
2853
2932
|
})), children);
|
|
2854
2933
|
});
|
|
2855
2934
|
if (process.env.NODE_ENV !== "production") {
|
|
2856
|
-
|
|
2935
|
+
ConnectionUsage.propTypes = iconPropTypes;
|
|
2857
2936
|
}
|
|
2858
|
-
const
|
|
2937
|
+
const ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowUsage(_ref115, ref) {
|
|
2859
2938
|
let {
|
|
2860
2939
|
children,
|
|
2861
2940
|
size = 16,
|
|
@@ -2869,15 +2948,15 @@ const ContainerImagePull = /*#__PURE__*/React.forwardRef(function ContainerImage
|
|
|
2869
2948
|
viewBox: "0 0 32 32",
|
|
2870
2949
|
fill: "currentColor",
|
|
2871
2950
|
...rest
|
|
2872
|
-
},
|
|
2951
|
+
}, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2873
2952
|
strokeWidth: "0",
|
|
2874
|
-
d: "
|
|
2953
|
+
d: "m22,16l-1.4141,1.4141,4.5859,4.5859h-10.1719V5c0-1.1046-.8954-2-2-2H3v2h10v17c0,1.1046.8954,2,2,2h10.1719l-4.5859,4.5859,1.4141,1.4141,7-7-7-7Z"
|
|
2875
2954
|
})), children);
|
|
2876
2955
|
});
|
|
2877
2956
|
if (process.env.NODE_ENV !== "production") {
|
|
2878
|
-
|
|
2957
|
+
ConnectionFlowUsage.propTypes = iconPropTypes;
|
|
2879
2958
|
}
|
|
2880
|
-
const
|
|
2959
|
+
const ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(_ref116, ref) {
|
|
2881
2960
|
let {
|
|
2882
2961
|
children,
|
|
2883
2962
|
size = 16,
|
|
@@ -2891,15 +2970,16 @@ const ContainerImagePush = /*#__PURE__*/React.forwardRef(function ContainerImage
|
|
|
2891
2970
|
viewBox: "0 0 32 32",
|
|
2892
2971
|
fill: "currentColor",
|
|
2893
2972
|
...rest
|
|
2894
|
-
},
|
|
2895
|
-
|
|
2896
|
-
|
|
2973
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2974
|
+
d: "M15 12H17V30H15zM11.33 18.22a7 7 0 010-10.44l1.34 1.49a5 5 0 000 7.46zM20.67 18.22l-1.34-1.49a5 5 0 000-7.46l1.34-1.49a7 7 0 010 10.44z"
|
|
2975
|
+
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2976
|
+
d: "M8.4 21.8a11 11 0 010-17.6L9.6 5.8a9 9 0 000 14.4zM23.6 21.8l-1.2-1.6a9 9 0 000-14.4l1.2-1.6a11 11 0 010 17.6z"
|
|
2897
2977
|
})), children);
|
|
2898
2978
|
});
|
|
2899
2979
|
if (process.env.NODE_ENV !== "production") {
|
|
2900
|
-
|
|
2980
|
+
ConnectionSignal.propTypes = iconPropTypes;
|
|
2901
2981
|
}
|
|
2902
|
-
const
|
|
2982
|
+
const ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSignalOff(_ref117, ref) {
|
|
2903
2983
|
let {
|
|
2904
2984
|
children,
|
|
2905
2985
|
size = 16,
|
|
@@ -2913,15 +2993,16 @@ const ContainerImagePushPull = /*#__PURE__*/React.forwardRef(function ContainerI
|
|
|
2913
2993
|
viewBox: "0 0 32 32",
|
|
2914
2994
|
fill: "currentColor",
|
|
2915
2995
|
...rest
|
|
2916
|
-
},
|
|
2917
|
-
|
|
2918
|
-
|
|
2996
|
+
}, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2997
|
+
d: "M26,13a8.9089,8.9089,0,0,1-2.5249,6.2339l1.4133,1.4131A10.9795,10.9795,0,0,0,23.6006,4.2l-1.2012,1.6A8.932,8.932,0,0,1,26,13Z"
|
|
2998
|
+
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2999
|
+
d: "M21 13a5.0022 5.0022 0 01-.9023 2.8564l1.4277 1.4278a6.9831 6.9831 0 00-.8584-9.5015l-1.334 1.49A5.0077 5.0077 0 0121 13zM30 28.5859L3.4143 2 2 3.4141l3.71 3.71A10.9824 10.9824 0 008.3994 21.8008l1.2012-1.6A8.9678 8.9678 0 017.1714 8.5854l2.1963 2.1963a6.9664 6.9664 0 001.9648 7.4351l1.334-1.49A5.0072 5.0072 0 0111 13a4.8854 4.8854 0 01.0393-.5464L15 16.4141V30h2V18.4141L28.5857 30z"
|
|
2919
3000
|
})), children);
|
|
2920
3001
|
});
|
|
2921
3002
|
if (process.env.NODE_ENV !== "production") {
|
|
2922
|
-
|
|
3003
|
+
ConnectionSignalOff.propTypes = iconPropTypes;
|
|
2923
3004
|
}
|
|
2924
|
-
const
|
|
3005
|
+
const Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref118, ref) {
|
|
2925
3006
|
let {
|
|
2926
3007
|
children,
|
|
2927
3008
|
size = 16,
|
|
@@ -2935,20 +3016,15 @@ const ContainerRegistry = /*#__PURE__*/React.forwardRef(function ContainerRegist
|
|
|
2935
3016
|
viewBox: "0 0 32 32",
|
|
2936
3017
|
fill: "currentColor",
|
|
2937
3018
|
...rest
|
|
2938
|
-
},
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
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"
|
|
2942
|
-
})), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
|
2943
|
-
cx: "7",
|
|
2944
|
-
cy: "25",
|
|
2945
|
-
r: "1"
|
|
3019
|
+
}, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
3020
|
+
strokeWidth: "0",
|
|
3021
|
+
d: "M27 13V5s-4 0-4 0v-2h4c1.1028 0 2 .8975 2 2v8c0 1.5234.8799 2 2 2v2c-1.1201 0-2 .4502-2 2v8c0 1.1025-.8972 2-2 2h-4v-2h4s0-8 0-8c0-1.6841.8799-2.5645 2-2.8584v-.2676c-1.1201-.2939-2-1.1899-2-2.874zM12 12H20V20H12zM5 13V5h4v-2h-4c-1.1028 0-2 .8975-2 2v8c0 1.5234-.8799 2-2 2v2c1.1201 0 2 .4502 2 2v8c0 1.1025.8972 2 2 2h4v-2h-4v-8c0-1.6841-.8799-2.5645-2-2.8584v-.2676c1.1201-.2939 2-1.1899 2-2.874z"
|
|
2946
3022
|
})), children);
|
|
2947
3023
|
});
|
|
2948
3024
|
if (process.env.NODE_ENV !== "production") {
|
|
2949
|
-
|
|
3025
|
+
Constraint.propTypes = iconPropTypes;
|
|
2950
3026
|
}
|
|
2951
|
-
const
|
|
3027
|
+
const Construction = /*#__PURE__*/React.forwardRef(function Construction(_ref119, ref) {
|
|
2952
3028
|
let {
|
|
2953
3029
|
children,
|
|
2954
3030
|
size = 16,
|
|
@@ -2962,14 +3038,14 @@ const ContainerServices = /*#__PURE__*/React.forwardRef(function ContainerServic
|
|
|
2962
3038
|
viewBox: "0 0 32 32",
|
|
2963
3039
|
fill: "currentColor",
|
|
2964
3040
|
...rest
|
|
2965
|
-
},
|
|
2966
|
-
d: "
|
|
3041
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
3042
|
+
d: "M29.34 16.06a1.0007 1.0007 0 00-1.1084.3L24.46 20.8857l-5.4355-.9882-3.602-8.9512A3.014 3.014 0 0012.6138 9h-4.06A3.0018 3.0018 0 007.01 9.4277L2 12.4336v6.4009l5 .9092V30H9V20.1074l3.5652.648L14 24.2V30h2V23.8l-1.0911-2.6182L22.99 22.6509 18.2319 28.36A1 1 0 0019 30H29a1 1 0 001-1V17A1 1 0 0029.34 16.06zM4 17.1655V13.5664l3-1.8v5.9448zm5 .9092V11h3.6138a1.0141 1.0141 0 01.9453.6709l3.14 7.8037zM28 28H21.1353L28 19.7617zM12.5 8A3.5 3.5 0 1116 4.5 3.5042 3.5042 0 0112.5 8zm0-5A1.5 1.5 0 1014 4.5 1.5017 1.5017 0 0012.5 3z"
|
|
2967
3043
|
})), children);
|
|
2968
3044
|
});
|
|
2969
3045
|
if (process.env.NODE_ENV !== "production") {
|
|
2970
|
-
|
|
3046
|
+
Construction.propTypes = iconPropTypes;
|
|
2971
3047
|
}
|
|
2972
|
-
const
|
|
3048
|
+
const ContainerEngine = /*#__PURE__*/React.forwardRef(function ContainerEngine(_ref120, ref) {
|
|
2973
3049
|
let {
|
|
2974
3050
|
children,
|
|
2975
3051
|
size = 16,
|
|
@@ -2983,18 +3059,23 @@ const ContainerSoftware = /*#__PURE__*/React.forwardRef(function ContainerSoftwa
|
|
|
2983
3059
|
viewBox: "0 0 32 32",
|
|
2984
3060
|
fill: "currentColor",
|
|
2985
3061
|
...rest
|
|
2986
|
-
},
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
3062
|
+
}, _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
3063
|
+
cx: "23",
|
|
3064
|
+
cy: "23",
|
|
3065
|
+
r: "1",
|
|
3066
|
+
strokeWidth: "0"
|
|
3067
|
+
})), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
3068
|
+
strokeWidth: "0",
|
|
3069
|
+
d: "m25.7903,18.8535l-8.9897-6.2378c-.5029-.3809-1.1223-.6157-1.8005-.6157-1.6543,0-3,1.3457-3,3,0,.6553.2173,1.2573.5752,1.7515l6.3408,9.1157c.9055,1.2861,2.395,2.1328,4.084,2.1328,2.7571,0,5-2.2432,5-5,0-1.7246-.8777-3.2476-2.2097-4.1465Zm-7.5203,2.5986l-2.4829-3.5703c1.0181-.2788,1.8145-1.0752,2.0942-2.0928l3.5698,2.4814c-1.5061.4951-2.6863,1.6758-3.1812,3.1816Zm-3.27-7.4521c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm8,12c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3-1.3457,3-3,3Z"
|
|
3070
|
+
})), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
3071
|
+
strokeWidth: "0",
|
|
3072
|
+
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h10v2Z"
|
|
2992
3073
|
})), children);
|
|
2993
3074
|
});
|
|
2994
3075
|
if (process.env.NODE_ENV !== "production") {
|
|
2995
|
-
|
|
3076
|
+
ContainerEngine.propTypes = iconPropTypes;
|
|
2996
3077
|
}
|
|
2997
|
-
const
|
|
3078
|
+
const ContainerImage = /*#__PURE__*/React.forwardRef(function ContainerImage(_ref121, ref) {
|
|
2998
3079
|
let {
|
|
2999
3080
|
children,
|
|
3000
3081
|
size = 16,
|
|
@@ -3008,24 +3089,18 @@ const ContentDeliveryNetwork = /*#__PURE__*/React.forwardRef(function ContentDel
|
|
|
3008
3089
|
viewBox: "0 0 32 32",
|
|
3009
3090
|
fill: "currentColor",
|
|
3010
3091
|
...rest
|
|
3011
|
-
},
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
cy: "7",
|
|
3018
|
-
r: "2"
|
|
3019
|
-
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
3020
|
-
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"
|
|
3021
|
-
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
3022
|
-
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"
|
|
3092
|
+
}, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
3093
|
+
strokeWidth: "0",
|
|
3094
|
+
d: "M10 10H22V12H10zM10 15H22V17H10zM10 20H22V22H10z"
|
|
3095
|
+
})), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
3096
|
+
strokeWidth: "0",
|
|
3097
|
+
d: "m26,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v20c0,1.1028-.8972,2-2,2ZM6,6v20h20V6H6Z"
|
|
3023
3098
|
})), children);
|
|
3024
3099
|
});
|
|
3025
3100
|
if (process.env.NODE_ENV !== "production") {
|
|
3026
|
-
|
|
3101
|
+
ContainerImage.propTypes = iconPropTypes;
|
|
3027
3102
|
}
|
|
3028
|
-
const
|
|
3103
|
+
const ContainerRuntime = /*#__PURE__*/React.forwardRef(function ContainerRuntime(_ref122, ref) {
|
|
3029
3104
|
let {
|
|
3030
3105
|
children,
|
|
3031
3106
|
size = 16,
|
|
@@ -3039,20 +3114,18 @@ const ContentView = /*#__PURE__*/React.forwardRef(function ContentView(_ref122,
|
|
|
3039
3114
|
viewBox: "0 0 32 32",
|
|
3040
3115
|
fill: "currentColor",
|
|
3041
3116
|
...rest
|
|
3042
|
-
},
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
d: "
|
|
3048
|
-
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
3049
|
-
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"
|
|
3117
|
+
}, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
3118
|
+
strokeWidth: "0",
|
|
3119
|
+
d: "m30,24v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5,1.5c-.5-.3-1.1-.6-1.8-.7v-2.1h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4,1.4,1.5,1.5c-.3.5-.6,1.1-.7,1.8h-2.1v2h2.1c.1.6.4,1.2.7,1.8l-1.5,1.5,1.4,1.4,1.5-1.5c.5.3,1.1.6,1.8.7v2.1h2v-2.1c.6-.1,1.2-.4,1.8-.7l1.5,1.5,1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8h2.1Zm-7,2c-1.7,0-3-1.3-3-3s1.3-3,3-3,3,1.3,3,3-1.3,3-3,3Z"
|
|
3120
|
+
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
3121
|
+
strokeWidth: "0",
|
|
3122
|
+
d: "m14,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v8h-2V6H6v20h8v2Z"
|
|
3050
3123
|
})), children);
|
|
3051
3124
|
});
|
|
3052
3125
|
if (process.env.NODE_ENV !== "production") {
|
|
3053
|
-
|
|
3126
|
+
ContainerRuntime.propTypes = iconPropTypes;
|
|
3054
3127
|
}
|
|
3055
|
-
const
|
|
3128
|
+
const ContainerRuntimeMonitor = /*#__PURE__*/React.forwardRef(function ContainerRuntimeMonitor(_ref123, ref) {
|
|
3056
3129
|
let {
|
|
3057
3130
|
children,
|
|
3058
3131
|
size = 16,
|
|
@@ -3066,14 +3139,23 @@ const Continue = /*#__PURE__*/React.forwardRef(function Continue(_ref123, ref) {
|
|
|
3066
3139
|
viewBox: "0 0 32 32",
|
|
3067
3140
|
fill: "currentColor",
|
|
3068
3141
|
...rest
|
|
3069
|
-
},
|
|
3070
|
-
|
|
3142
|
+
}, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
3143
|
+
cx: "22",
|
|
3144
|
+
cy: "23",
|
|
3145
|
+
r: "2",
|
|
3146
|
+
strokeWidth: "0"
|
|
3147
|
+
})), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
|
3148
|
+
strokeWidth: "0",
|
|
3149
|
+
d: "m29.7769,22.4785c-1.2631-3.2173-4.3221-5.3723-7.7769-5.4785-3.4548.1062-6.5138,2.2612-7.7769,5.4785l-.2231.5215.2231.5215c1.2631,3.2173,4.3221,5.3723,7.7769,5.4785,3.4548-.1062,6.5138-2.2612,7.7769-5.4785l.2231-.5215-.2231-.5215Zm-7.7769,4.5215c-2.2091,0-4-1.7909-4-4s1.7909-4,4-4,4,1.7909,4,4c-.0025,2.2081-1.7919,3.9975-4,4Z"
|
|
3150
|
+
})), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
3151
|
+
strokeWidth: "0",
|
|
3152
|
+
d: "m12,28h-6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h6v2Z"
|
|
3071
3153
|
})), children);
|
|
3072
3154
|
});
|
|
3073
3155
|
if (process.env.NODE_ENV !== "production") {
|
|
3074
|
-
|
|
3156
|
+
ContainerRuntimeMonitor.propTypes = iconPropTypes;
|
|
3075
3157
|
}
|
|
3076
|
-
const
|
|
3158
|
+
const ContainerImagePull = /*#__PURE__*/React.forwardRef(function ContainerImagePull(_ref124, ref) {
|
|
3077
3159
|
let {
|
|
3078
3160
|
children,
|
|
3079
3161
|
size = 16,
|
|
@@ -3087,14 +3169,15 @@ const ContinueFilled = /*#__PURE__*/React.forwardRef(function ContinueFilled(_re
|
|
|
3087
3169
|
viewBox: "0 0 32 32",
|
|
3088
3170
|
fill: "currentColor",
|
|
3089
3171
|
...rest
|
|
3090
|
-
},
|
|
3091
|
-
|
|
3172
|
+
}, _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
|
3173
|
+
strokeWidth: "0",
|
|
3174
|
+
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-10zM5 11L0 16 5 21 6.419 19.591 3.847 17 14 17 14 15 3.794 15 6.419 12.409 5 11z"
|
|
3092
3175
|
})), children);
|
|
3093
3176
|
});
|
|
3094
3177
|
if (process.env.NODE_ENV !== "production") {
|
|
3095
|
-
|
|
3178
|
+
ContainerImagePull.propTypes = iconPropTypes;
|
|
3096
3179
|
}
|
|
3097
|
-
const
|
|
3180
|
+
const ContainerImagePush = /*#__PURE__*/React.forwardRef(function ContainerImagePush(_ref125, ref) {
|
|
3098
3181
|
let {
|
|
3099
3182
|
children,
|
|
3100
3183
|
size = 16,
|
|
@@ -3108,12 +3191,13 @@ const ContinuousDeployment = /*#__PURE__*/React.forwardRef(function ContinuousDe
|
|
|
3108
3191
|
viewBox: "0 0 32 32",
|
|
3109
3192
|
fill: "currentColor",
|
|
3110
3193
|
...rest
|
|
3111
|
-
},
|
|
3112
|
-
|
|
3194
|
+
}, _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
|
3195
|
+
strokeWidth: "0",
|
|
3196
|
+
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 11L14 16 9 21 7.581 19.591 10.153 17 0 17 0 15 10.206 15 7.581 12.409 9 11z"
|
|
3113
3197
|
})), children);
|
|
3114
3198
|
});
|
|
3115
3199
|
if (process.env.NODE_ENV !== "production") {
|
|
3116
|
-
|
|
3200
|
+
ContainerImagePush.propTypes = iconPropTypes;
|
|
3117
3201
|
}
|
|
3118
3202
|
|
|
3119
|
-
export { CheckmarkOutlineError, CheckmarkOutlineWarning, Chemistry, ChemistryReference, ChevronDown, ChevronDownOutline, ChevronLeft, ChevronMini, ChevronRight, ChevronSort, ChevronSortDown, ChevronSortUp, ChevronUp, ChevronUpOutline, Chip, Choices, ChooseItem, ChoroplethMap, CicsCmas, CicsDb2Connection, CicsExplorer, CicsProgram, CicsRegion, CicsRegionAlt, CicsRegionRouting, CicsRegionTarget, CicsSit, CicsSitOverrides, CicsSystemGroup, CicsTransactionServerZos, CicsWuiRegion, Cicsplex, CircleDash, CircleFill, CircleFilled, CircleOutline, CirclePacking, CircleSolid, CircleStroke, Classification, ClassifierLanguage, Clean, Close, CloseFilled, CloseLarge, CloseOutline, ClosedCaption, ClosedCaptionAlt, ClosedCaptionFilled, Cloud, CloudAlerting, CloudApp, CloudAuditing, CloudCeiling, CloudDataOps, CloudDownload, CloudFoundry_1, CloudFoundry_2, CloudLogging, CloudMonitoring, CloudOffline, CloudRegistry, CloudSatellite, CloudSatelliteConfig, CloudSatelliteLink, CloudSatelliteServices, CloudServiceManagement, CloudServices, CloudUpload, Cloudy, Code, CodeBlock, CodeHide, CodeReference, CodeSigningService, Cognitive, Collaborate, CollapseAll, CollapseCategories, ColorPalette, ColorSwitch, Column, ColumnDelete, ColumnDependency, ColumnInsert, Commit, CommunicationUnified, Compare, Compass, Concept, ConditionPoint, ConditionWaitPoint, Connect, ConnectRecursive, ConnectReference, ConnectSource, ConnectTarget, ConnectionFlowUsage, ConnectionReceive, ConnectionSend, ConnectionSignal, ConnectionSignalOff, ConnectionTwoWay, ConnectionUsage, Constraint, Construction, ContainerEngine, ContainerImage, ContainerImagePull, ContainerImagePush,
|
|
3203
|
+
export { CheckboxChecked, CheckboxCheckedFilled, CheckboxIndeterminate, CheckboxIndeterminateFilled, Checkmark, CheckmarkFilled, CheckmarkFilledError, CheckmarkFilledWarning, CheckmarkOutline, CheckmarkOutlineError, CheckmarkOutlineWarning, Chemistry, ChemistryReference, ChevronDown, ChevronDownOutline, ChevronLeft, ChevronMini, ChevronRight, ChevronSort, ChevronSortDown, ChevronSortUp, ChevronUp, ChevronUpOutline, Chip, Choices, ChooseItem, ChoroplethMap, CicsCmas, CicsDb2Connection, CicsExplorer, CicsProgram, CicsRegion, CicsRegionAlt, CicsRegionRouting, CicsRegionTarget, CicsSit, CicsSitOverrides, CicsSystemGroup, CicsTransactionServerZos, CicsWuiRegion, Cicsplex, CircleDash, CircleFill, CircleFilled, CircleOutline, CirclePacking, CircleSolid, CircleStroke, Classification, ClassifierLanguage, Clean, Close, CloseFilled, CloseLarge, CloseOutline, ClosedCaption, ClosedCaptionAlt, ClosedCaptionFilled, Cloud, CloudAlerting, CloudApp, CloudAuditing, CloudCeiling, CloudDataOps, CloudDownload, CloudFoundry_1, CloudFoundry_2, CloudLogging, CloudMonitoring, CloudOffline, CloudRegistry, CloudSatellite, CloudSatelliteConfig, CloudSatelliteLink, CloudSatelliteServices, CloudServiceManagement, CloudServices, CloudUpload, Cloudy, Code, CodeBlock, CodeHide, CodeReference, CodeSigningService, Cognitive, Collaborate, CollapseAll, CollapseCategories, ColorPalette, ColorSwitch, Column, ColumnDelete, ColumnDependency, ColumnInsert, Commit, CommunicationUnified, Compare, Compass, Concept, ConditionPoint, ConditionWaitPoint, Connect, ConnectRecursive, ConnectReference, ConnectSource, ConnectTarget, ConnectionFlowUsage, ConnectionReceive, ConnectionSend, ConnectionSignal, ConnectionSignalOff, ConnectionTwoWay, ConnectionUsage, Constraint, Construction, ContainerEngine, ContainerImage, ContainerImagePull, ContainerImagePush, ContainerRuntime, ContainerRuntimeMonitor, QCircuitComposer, QComposerEdit, WatsonHealthCircleMeasurement, WatsonHealthCobbAngle };
|