@carbon/ibm-products 2.60.0-rc.0 → 2.61.0-rc.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/css/index-full-carbon.css +113 -497
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +64 -492
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +93 -492
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +93 -510
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/ActionBar/ActionBar.d.ts +3 -3
- package/es/components/ActionBar/ActionBar.js +47 -150
- package/es/components/ActionBar/ActionBarOverflowItems.js +1 -1
- package/es/components/Checklist/ChecklistChart.js +1 -1
- package/es/components/Coachmark/Coachmark.js +1 -1
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +3 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +4 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +7 -2
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +7 -2
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +15 -15
- package/es/components/ConditionBuilder/utils/util.d.ts +1 -0
- package/es/components/ConditionBuilder/utils/util.js +7 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -2
- package/es/components/Datagrid/useDatagrid.js +2 -2
- package/es/components/Datagrid/useInfiniteScroll.js +2 -5
- package/es/components/Datagrid/useRowIsMouseOver.d.ts +1 -1
- package/es/components/Datagrid/useRowIsMouseOver.js +2 -1
- package/es/components/Datagrid/useStickyColumn.d.ts +1 -1
- package/es/components/Datagrid/useStickyColumn.js +1 -1
- package/es/components/FilterSummary/FilterSummary.js +1 -1
- package/es/components/InterstitialScreen/InterstitialScreen.js +1 -1
- package/es/components/Nav/NavItem.js +1 -1
- package/es/components/NotificationsPanel/NotificationsPanel.d.ts +5 -0
- package/es/components/NotificationsPanel/NotificationsPanel.js +11 -17
- package/es/components/OptionsTile/OptionsTile.d.ts +2 -3
- package/es/components/OptionsTile/OptionsTile.js +49 -97
- package/es/components/PageHeader/PageHeader.js +16 -14
- package/es/components/PageHeader/PageHeaderTitle.js +2 -2
- package/es/components/ScrollGradient/ScrollGradient.js +74 -25
- package/es/components/ScrollGradient/constants.d.ts +0 -5
- package/es/components/ScrollGradient/constants.js +2 -47
- package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +1 -1
- package/es/components/TagOverflow/TagOverflow.d.ts +5 -1
- package/es/components/Tearsheet/Tearsheet.d.ts +5 -1
- package/es/components/Tearsheet/TearsheetNarrow.d.ts +5 -1
- package/es/components/WebTerminal/WebTerminal.js +0 -13
- package/es/global/js/hooks/useControllableState.d.ts +12 -24
- package/es/global/js/hooks/useControllableState.js +18 -60
- package/es/global/js/hooks/useOverflowItems.d.ts +7 -2
- package/es/global/js/hooks/useOverflowItems.js +50 -17
- package/es/global/js/hooks/useOverflowString.d.ts +9 -0
- package/es/global/js/hooks/useOverflowString.js +52 -0
- package/es/global/js/hooks/usePresence.d.ts +1 -1
- package/es/global/js/hooks/usePresence.js +2 -2
- package/es/global/js/utils/checkForOverflow.js +1 -11
- package/es/global/js/utils/clamp.d.ts +7 -0
- package/es/global/js/utils/clamp.js +25 -0
- package/es/global/js/utils/debounce.d.ts +7 -0
- package/es/global/js/utils/debounce.js +30 -0
- package/es/global/js/utils/deepCompareObject.d.ts +7 -0
- package/es/global/js/utils/deepCompareObject.js +47 -0
- package/es/global/js/utils/throttle.d.ts +7 -0
- package/es/global/js/utils/throttle.js +19 -0
- package/es/global/js/utils/uuidv4.d.ts +2 -2
- package/es/global/js/utils/uuidv4.js +3 -2
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2787 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1013 -943
- package/lib/components/ActionBar/ActionBar.d.ts +3 -3
- package/lib/components/ActionBar/ActionBar.js +45 -148
- package/lib/components/ActionBar/ActionBarOverflowItems.js +1 -1
- package/lib/components/Checklist/ChecklistChart.js +2 -2
- package/lib/components/Coachmark/Coachmark.js +2 -2
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +4 -4
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +2 -2
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +3 -0
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +6 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +6 -1
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +15 -15
- package/lib/components/ConditionBuilder/utils/util.d.ts +1 -0
- package/lib/components/ConditionBuilder/utils/util.js +7 -0
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +2 -2
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -2
- package/lib/components/Datagrid/useDatagrid.js +2 -2
- package/lib/components/Datagrid/useInfiniteScroll.js +2 -5
- package/lib/components/Datagrid/useRowIsMouseOver.d.ts +1 -1
- package/lib/components/Datagrid/useRowIsMouseOver.js +3 -2
- package/lib/components/Datagrid/useStickyColumn.d.ts +1 -1
- package/lib/components/Datagrid/useStickyColumn.js +2 -2
- package/lib/components/FilterSummary/FilterSummary.js +2 -2
- package/lib/components/InterstitialScreen/InterstitialScreen.js +3 -3
- package/lib/components/Nav/NavItem.js +2 -2
- package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +5 -0
- package/lib/components/NotificationsPanel/NotificationsPanel.js +11 -17
- package/lib/components/OptionsTile/OptionsTile.d.ts +2 -3
- package/lib/components/OptionsTile/OptionsTile.js +49 -97
- package/lib/components/PageHeader/PageHeader.js +16 -14
- package/lib/components/PageHeader/PageHeaderTitle.js +2 -2
- package/lib/components/ScrollGradient/ScrollGradient.js +72 -23
- package/lib/components/ScrollGradient/constants.d.ts +0 -5
- package/lib/components/ScrollGradient/constants.js +1 -48
- package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +2 -2
- package/lib/components/TagOverflow/TagOverflow.d.ts +5 -1
- package/lib/components/Tearsheet/Tearsheet.d.ts +5 -1
- package/lib/components/Tearsheet/TearsheetNarrow.d.ts +5 -1
- package/lib/components/WebTerminal/WebTerminal.js +0 -13
- package/lib/global/js/hooks/useControllableState.d.ts +12 -24
- package/lib/global/js/hooks/useControllableState.js +17 -59
- package/lib/global/js/hooks/useOverflowItems.d.ts +7 -2
- package/lib/global/js/hooks/useOverflowItems.js +49 -16
- package/lib/global/js/hooks/useOverflowString.d.ts +9 -0
- package/lib/global/js/hooks/useOverflowString.js +55 -0
- package/lib/global/js/hooks/usePresence.d.ts +1 -1
- package/lib/global/js/hooks/usePresence.js +2 -2
- package/lib/global/js/utils/checkForOverflow.js +0 -11
- package/lib/global/js/utils/clamp.d.ts +7 -0
- package/lib/global/js/utils/clamp.js +27 -0
- package/lib/global/js/utils/debounce.d.ts +7 -0
- package/lib/global/js/utils/debounce.js +32 -0
- package/lib/global/js/utils/deepCompareObject.d.ts +7 -0
- package/lib/global/js/utils/deepCompareObject.js +49 -0
- package/lib/global/js/utils/throttle.d.ts +7 -0
- package/lib/global/js/utils/throttle.js +21 -0
- package/lib/global/js/utils/uuidv4.d.ts +2 -2
- package/lib/global/js/utils/uuidv4.js +3 -2
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2913 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1018 -948
- package/package.json +6 -7
- package/scss/components/NotificationsPanel/_notifications-panel.scss +33 -20
- package/scss/components/ScrollGradient/_scroll-gradient.scss +30 -0
- package/scss/components/UserAvatar/_user-avatar.scss +2 -6
- package/scss/components/WebTerminal/_web-terminal.scss +13 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -2959
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3085
@@ -135,8 +135,8 @@ var _excluded = ["children", "size"],
|
|
135
135
|
_excluded123 = ["children", "size"],
|
136
136
|
_excluded124 = ["children", "size"],
|
137
137
|
_excluded125 = ["children", "size"];
|
138
|
-
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,
|
139
|
-
var
|
138
|
+
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, _circle, _circle2, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _circle3, _path77, _path78, _circle4, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _circle5, _path90, _path91, _circle6, _path92, _circle7, _circle8, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _circle9, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _circle10, _path143, _circle11, _path144, _path145, _circle12, _path146, _circle13, _path147, _path148, _path149, _circle14, _path150, _circle15, _path151, _path152, _circle16, _path153, _circle17, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _circle18, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _circle19, _circle20, _circle21, _circle22, _circle23, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _circle24, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _circle25, _path211, _path212, _path213, _path214, _path215, _path216, _circle26, _path217, _path218, _path219, _path220, _path221;
|
139
|
+
var CheckboxCheckedFilled = /*#__PURE__*/React__default.forwardRef(function CheckboxCheckedFilled(_ref, ref) {
|
140
140
|
var children = _ref.children,
|
141
141
|
_ref$size = _ref.size,
|
142
142
|
size = _ref$size === undefined ? 16 : _ref$size,
|
@@ -149,19 +149,17 @@ var CheckmarkFilledWarning = /*#__PURE__*/React__default.forwardRef(function Che
|
|
149
149
|
viewBox: "0 0 32 32",
|
150
150
|
fill: "currentColor"
|
151
151
|
}, rest), _path || (_path = /*#__PURE__*/React__default.createElement("path", {
|
152
|
-
d: "
|
152
|
+
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"
|
153
153
|
})), _path2 || (_path2 = /*#__PURE__*/React__default.createElement("path", {
|
154
|
-
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"
|
155
|
-
})), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
|
156
154
|
fill: "none",
|
157
|
-
d: "
|
155
|
+
d: "M14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z",
|
158
156
|
"data-icon-path": "inner-path"
|
159
157
|
})), children);
|
160
158
|
});
|
161
159
|
if (process.env.NODE_ENV !== "production") {
|
162
|
-
|
160
|
+
CheckboxCheckedFilled.propTypes = iconPropTypes;
|
163
161
|
}
|
164
|
-
var
|
162
|
+
var CheckboxIndeterminate = /*#__PURE__*/React__default.forwardRef(function CheckboxIndeterminate(_ref2, ref) {
|
165
163
|
var children = _ref2.children,
|
166
164
|
_ref2$size = _ref2.size,
|
167
165
|
size = _ref2$size === undefined ? 16 : _ref2$size,
|
@@ -173,16 +171,16 @@ var CheckmarkOutline = /*#__PURE__*/React__default.forwardRef(function Checkmark
|
|
173
171
|
xmlns: "http://www.w3.org/2000/svg",
|
174
172
|
viewBox: "0 0 32 32",
|
175
173
|
fill: "currentColor"
|
176
|
-
}, rest),
|
177
|
-
d: "
|
178
|
-
})),
|
179
|
-
d: "
|
174
|
+
}, rest), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
|
175
|
+
d: "M10 14H22V18H10z"
|
176
|
+
})), _path4 || (_path4 = /*#__PURE__*/React__default.createElement("path", {
|
177
|
+
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"
|
180
178
|
})), children);
|
181
179
|
});
|
182
180
|
if (process.env.NODE_ENV !== "production") {
|
183
|
-
|
181
|
+
CheckboxIndeterminate.propTypes = iconPropTypes;
|
184
182
|
}
|
185
|
-
var
|
183
|
+
var CheckboxIndeterminateFilled = /*#__PURE__*/React__default.forwardRef(function CheckboxIndeterminateFilled(_ref3, ref) {
|
186
184
|
var children = _ref3.children,
|
187
185
|
_ref3$size = _ref3.size,
|
188
186
|
size = _ref3$size === undefined ? 16 : _ref3$size,
|
@@ -194,20 +192,48 @@ var CheckmarkOutlineError = /*#__PURE__*/React__default.forwardRef(function Chec
|
|
194
192
|
xmlns: "http://www.w3.org/2000/svg",
|
195
193
|
viewBox: "0 0 32 32",
|
196
194
|
fill: "currentColor"
|
197
|
-
}, rest),
|
198
|
-
d: "
|
199
|
-
})),
|
200
|
-
|
195
|
+
}, rest), _path5 || (_path5 = /*#__PURE__*/React__default.createElement("path", {
|
196
|
+
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"
|
197
|
+
})), _path6 || (_path6 = /*#__PURE__*/React__default.createElement("path", {
|
198
|
+
fill: "none",
|
199
|
+
d: "M22,18H10V14H22Z",
|
200
|
+
"data-icon-path": "inner-path"
|
201
201
|
})), children);
|
202
202
|
});
|
203
203
|
if (process.env.NODE_ENV !== "production") {
|
204
|
-
|
204
|
+
CheckboxIndeterminateFilled.propTypes = iconPropTypes;
|
205
205
|
}
|
206
|
-
var
|
206
|
+
var Checkmark = /*#__PURE__*/React__default.forwardRef(function Checkmark(_ref4, ref) {
|
207
207
|
var children = _ref4.children,
|
208
208
|
_ref4$size = _ref4.size,
|
209
209
|
size = _ref4$size === undefined ? 16 : _ref4$size,
|
210
210
|
rest = _objectWithoutProperties(_ref4, _excluded4);
|
211
|
+
if (size === 20 || size === "20" || size === "20px") {
|
212
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
213
|
+
width: size,
|
214
|
+
height: size,
|
215
|
+
ref: ref,
|
216
|
+
xmlns: "http://www.w3.org/2000/svg",
|
217
|
+
viewBox: "0 0 20 20",
|
218
|
+
fill: "currentColor"
|
219
|
+
}, rest), _path7 || (_path7 = /*#__PURE__*/React__default.createElement("path", {
|
220
|
+
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"
|
221
|
+
})), _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
|
222
|
+
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"
|
223
|
+
})), children);
|
224
|
+
}
|
225
|
+
if (size === 24 || size === "24" || size === "24px") {
|
226
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
227
|
+
width: size,
|
228
|
+
height: size,
|
229
|
+
ref: ref,
|
230
|
+
xmlns: "http://www.w3.org/2000/svg",
|
231
|
+
viewBox: "0 0 24 24",
|
232
|
+
fill: "currentColor"
|
233
|
+
}, rest), _path9 || (_path9 = /*#__PURE__*/React__default.createElement("path", {
|
234
|
+
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"
|
235
|
+
})), children);
|
236
|
+
}
|
211
237
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
212
238
|
width: size,
|
213
239
|
height: size,
|
@@ -215,20 +241,68 @@ var CheckmarkOutlineWarning = /*#__PURE__*/React__default.forwardRef(function Ch
|
|
215
241
|
xmlns: "http://www.w3.org/2000/svg",
|
216
242
|
viewBox: "0 0 32 32",
|
217
243
|
fill: "currentColor"
|
218
|
-
}, rest),
|
219
|
-
d: "
|
220
|
-
})), _path9 || (_path9 = /*#__PURE__*/React__default.createElement("path", {
|
221
|
-
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"
|
244
|
+
}, rest), _path10 || (_path10 = /*#__PURE__*/React__default.createElement("path", {
|
245
|
+
d: "M13 24L4 15 5.414 13.586 13 21.171 26.586 7.586 28 9 13 24z"
|
222
246
|
})), children);
|
223
247
|
});
|
224
248
|
if (process.env.NODE_ENV !== "production") {
|
225
|
-
|
249
|
+
Checkmark.propTypes = iconPropTypes;
|
226
250
|
}
|
227
|
-
var
|
251
|
+
var CheckmarkFilled = /*#__PURE__*/React__default.forwardRef(function CheckmarkFilled(_ref5, ref) {
|
228
252
|
var children = _ref5.children,
|
229
253
|
_ref5$size = _ref5.size,
|
230
254
|
size = _ref5$size === undefined ? 16 : _ref5$size,
|
231
255
|
rest = _objectWithoutProperties(_ref5, _excluded5);
|
256
|
+
if (size === 16 || size === "16" || size === "16px") {
|
257
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
258
|
+
width: size,
|
259
|
+
height: size,
|
260
|
+
ref: ref,
|
261
|
+
xmlns: "http://www.w3.org/2000/svg",
|
262
|
+
viewBox: "0 0 16 16",
|
263
|
+
fill: "currentColor"
|
264
|
+
}, rest), _path11 || (_path11 = /*#__PURE__*/React__default.createElement("path", {
|
265
|
+
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"
|
266
|
+
})), _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
|
267
|
+
d: "M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z",
|
268
|
+
"data-icon-path": "inner-path",
|
269
|
+
opacity: "0"
|
270
|
+
})), children);
|
271
|
+
}
|
272
|
+
if (size === 20 || size === "20" || size === "20px") {
|
273
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
274
|
+
width: size,
|
275
|
+
height: size,
|
276
|
+
ref: ref,
|
277
|
+
xmlns: "http://www.w3.org/2000/svg",
|
278
|
+
viewBox: "0 0 20 20",
|
279
|
+
fill: "currentColor"
|
280
|
+
}, rest), _path13 || (_path13 = /*#__PURE__*/React__default.createElement("path", {
|
281
|
+
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"
|
282
|
+
})), _path14 || (_path14 = /*#__PURE__*/React__default.createElement("path", {
|
283
|
+
fill: "none",
|
284
|
+
d: "M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z",
|
285
|
+
"data-icon-path": "inner-path",
|
286
|
+
opacity: "0"
|
287
|
+
})), children);
|
288
|
+
}
|
289
|
+
if (size === 24 || size === "24" || size === "24px") {
|
290
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
291
|
+
width: size,
|
292
|
+
height: size,
|
293
|
+
ref: ref,
|
294
|
+
xmlns: "http://www.w3.org/2000/svg",
|
295
|
+
viewBox: "0 0 24 24",
|
296
|
+
fill: "currentColor"
|
297
|
+
}, rest), _path15 || (_path15 = /*#__PURE__*/React__default.createElement("path", {
|
298
|
+
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"
|
299
|
+
})), _path16 || (_path16 = /*#__PURE__*/React__default.createElement("path", {
|
300
|
+
fill: "none",
|
301
|
+
d: "M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z",
|
302
|
+
"data-icon-path": "inner-path",
|
303
|
+
opacity: "0"
|
304
|
+
})), children);
|
305
|
+
}
|
232
306
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
233
307
|
width: size,
|
234
308
|
height: size,
|
@@ -236,14 +310,18 @@ var Chemistry = /*#__PURE__*/React__default.forwardRef(function Chemistry(_ref5,
|
|
236
310
|
xmlns: "http://www.w3.org/2000/svg",
|
237
311
|
viewBox: "0 0 32 32",
|
238
312
|
fill: "currentColor"
|
239
|
-
}, rest),
|
240
|
-
d: "
|
313
|
+
}, rest), _path17 || (_path17 = /*#__PURE__*/React__default.createElement("path", {
|
314
|
+
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"
|
315
|
+
})), _path18 || (_path18 = /*#__PURE__*/React__default.createElement("path", {
|
316
|
+
fill: "none",
|
317
|
+
d: "M14 21.591L9 16.591 10.591 15 14 18.409 21.41 11 23.005 12.585 14 21.591z",
|
318
|
+
"data-icon-path": "inner-path"
|
241
319
|
})), children);
|
242
320
|
});
|
243
321
|
if (process.env.NODE_ENV !== "production") {
|
244
|
-
|
322
|
+
CheckmarkFilled.propTypes = iconPropTypes;
|
245
323
|
}
|
246
|
-
var
|
324
|
+
var CheckmarkFilledError = /*#__PURE__*/React__default.forwardRef(function CheckmarkFilledError(_ref6, ref) {
|
247
325
|
var children = _ref6.children,
|
248
326
|
_ref6$size = _ref6.size,
|
249
327
|
size = _ref6$size === undefined ? 16 : _ref6$size,
|
@@ -255,44 +333,24 @@ var ChemistryReference = /*#__PURE__*/React__default.forwardRef(function Chemist
|
|
255
333
|
xmlns: "http://www.w3.org/2000/svg",
|
256
334
|
viewBox: "0 0 32 32",
|
257
335
|
fill: "currentColor"
|
258
|
-
}, rest),
|
259
|
-
d: "
|
260
|
-
})),
|
261
|
-
d: "
|
336
|
+
}, rest), _path19 || (_path19 = /*#__PURE__*/React__default.createElement("path", {
|
337
|
+
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"
|
338
|
+
})), _path20 || (_path20 = /*#__PURE__*/React__default.createElement("path", {
|
339
|
+
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"
|
340
|
+
})), _path21 || (_path21 = /*#__PURE__*/React__default.createElement("path", {
|
341
|
+
fill: "none",
|
342
|
+
d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
|
343
|
+
"data-icon-path": "inner-path"
|
262
344
|
})), children);
|
263
345
|
});
|
264
346
|
if (process.env.NODE_ENV !== "production") {
|
265
|
-
|
347
|
+
CheckmarkFilledError.propTypes = iconPropTypes;
|
266
348
|
}
|
267
|
-
var
|
349
|
+
var CheckmarkFilledWarning = /*#__PURE__*/React__default.forwardRef(function CheckmarkFilledWarning(_ref7, ref) {
|
268
350
|
var children = _ref7.children,
|
269
351
|
_ref7$size = _ref7.size,
|
270
352
|
size = _ref7$size === undefined ? 16 : _ref7$size,
|
271
353
|
rest = _objectWithoutProperties(_ref7, _excluded7);
|
272
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
273
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
274
|
-
width: size,
|
275
|
-
height: size,
|
276
|
-
ref: ref,
|
277
|
-
xmlns: "http://www.w3.org/2000/svg",
|
278
|
-
viewBox: "0 0 10 6",
|
279
|
-
fill: "currentColor"
|
280
|
-
}, rest), _path13 || (_path13 = /*#__PURE__*/React__default.createElement("path", {
|
281
|
-
d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
|
282
|
-
})), children);
|
283
|
-
}
|
284
|
-
if (size === 16 || size === "16" || size === "16px") {
|
285
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
286
|
-
width: size,
|
287
|
-
height: size,
|
288
|
-
ref: ref,
|
289
|
-
xmlns: "http://www.w3.org/2000/svg",
|
290
|
-
viewBox: "0 0 16 16",
|
291
|
-
fill: "currentColor"
|
292
|
-
}, rest), _path14 || (_path14 = /*#__PURE__*/React__default.createElement("path", {
|
293
|
-
d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
|
294
|
-
})), children);
|
295
|
-
}
|
296
354
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
297
355
|
width: size,
|
298
356
|
height: size,
|
@@ -300,14 +358,20 @@ var ChevronDown = /*#__PURE__*/React__default.forwardRef(function ChevronDown(_r
|
|
300
358
|
xmlns: "http://www.w3.org/2000/svg",
|
301
359
|
viewBox: "0 0 32 32",
|
302
360
|
fill: "currentColor"
|
303
|
-
}, rest),
|
304
|
-
d: "
|
361
|
+
}, rest), _path22 || (_path22 = /*#__PURE__*/React__default.createElement("path", {
|
362
|
+
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"
|
363
|
+
})), _path23 || (_path23 = /*#__PURE__*/React__default.createElement("path", {
|
364
|
+
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"
|
365
|
+
})), _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
|
366
|
+
fill: "none",
|
367
|
+
d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
|
368
|
+
"data-icon-path": "inner-path"
|
305
369
|
})), children);
|
306
370
|
});
|
307
371
|
if (process.env.NODE_ENV !== "production") {
|
308
|
-
|
372
|
+
CheckmarkFilledWarning.propTypes = iconPropTypes;
|
309
373
|
}
|
310
|
-
var
|
374
|
+
var CheckmarkOutline = /*#__PURE__*/React__default.forwardRef(function CheckmarkOutline(_ref8, ref) {
|
311
375
|
var children = _ref8.children,
|
312
376
|
_ref8$size = _ref8.size,
|
313
377
|
size = _ref8$size === undefined ? 16 : _ref8$size,
|
@@ -319,44 +383,20 @@ var ChevronDownOutline = /*#__PURE__*/React__default.forwardRef(function Chevron
|
|
319
383
|
xmlns: "http://www.w3.org/2000/svg",
|
320
384
|
viewBox: "0 0 32 32",
|
321
385
|
fill: "currentColor"
|
322
|
-
}, rest),
|
323
|
-
d: "
|
324
|
-
})),
|
325
|
-
d: "
|
386
|
+
}, rest), _path25 || (_path25 = /*#__PURE__*/React__default.createElement("path", {
|
387
|
+
d: "M14 21.414L9 16.413 10.413 15 14 18.586 21.585 11 23 12.415 14 21.414z"
|
388
|
+
})), _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
|
389
|
+
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"
|
326
390
|
})), children);
|
327
391
|
});
|
328
392
|
if (process.env.NODE_ENV !== "production") {
|
329
|
-
|
393
|
+
CheckmarkOutline.propTypes = iconPropTypes;
|
330
394
|
}
|
331
|
-
var
|
395
|
+
var CheckmarkOutlineError = /*#__PURE__*/React__default.forwardRef(function CheckmarkOutlineError(_ref9, ref) {
|
332
396
|
var children = _ref9.children,
|
333
397
|
_ref9$size = _ref9.size,
|
334
398
|
size = _ref9$size === undefined ? 16 : _ref9$size,
|
335
399
|
rest = _objectWithoutProperties(_ref9, _excluded9);
|
336
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
337
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
338
|
-
width: size,
|
339
|
-
height: size,
|
340
|
-
ref: ref,
|
341
|
-
xmlns: "http://www.w3.org/2000/svg",
|
342
|
-
viewBox: "0 0 6 10",
|
343
|
-
fill: "currentColor"
|
344
|
-
}, rest), _path18 || (_path18 = /*#__PURE__*/React__default.createElement("path", {
|
345
|
-
d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
|
346
|
-
})), children);
|
347
|
-
}
|
348
|
-
if (size === 16 || size === "16" || size === "16px") {
|
349
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
350
|
-
width: size,
|
351
|
-
height: size,
|
352
|
-
ref: ref,
|
353
|
-
xmlns: "http://www.w3.org/2000/svg",
|
354
|
-
viewBox: "0 0 16 16",
|
355
|
-
fill: "currentColor"
|
356
|
-
}, rest), _path19 || (_path19 = /*#__PURE__*/React__default.createElement("path", {
|
357
|
-
d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
|
358
|
-
})), children);
|
359
|
-
}
|
360
400
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
361
401
|
width: size,
|
362
402
|
height: size,
|
@@ -364,30 +404,20 @@ var ChevronLeft = /*#__PURE__*/React__default.forwardRef(function ChevronLeft(_r
|
|
364
404
|
xmlns: "http://www.w3.org/2000/svg",
|
365
405
|
viewBox: "0 0 32 32",
|
366
406
|
fill: "currentColor"
|
367
|
-
}, rest),
|
368
|
-
d: "
|
407
|
+
}, rest), _path27 || (_path27 = /*#__PURE__*/React__default.createElement("path", {
|
408
|
+
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
409
|
+
})), _path28 || (_path28 = /*#__PURE__*/React__default.createElement("path", {
|
410
|
+
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"
|
369
411
|
})), children);
|
370
412
|
});
|
371
413
|
if (process.env.NODE_ENV !== "production") {
|
372
|
-
|
414
|
+
CheckmarkOutlineError.propTypes = iconPropTypes;
|
373
415
|
}
|
374
|
-
var
|
416
|
+
var CheckmarkOutlineWarning = /*#__PURE__*/React__default.forwardRef(function CheckmarkOutlineWarning(_ref10, ref) {
|
375
417
|
var children = _ref10.children,
|
376
418
|
_ref10$size = _ref10.size,
|
377
419
|
size = _ref10$size === undefined ? 16 : _ref10$size,
|
378
420
|
rest = _objectWithoutProperties(_ref10, _excluded10);
|
379
|
-
if (size === 16 || size === "16" || size === "16px") {
|
380
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
381
|
-
width: size,
|
382
|
-
height: size,
|
383
|
-
ref: ref,
|
384
|
-
xmlns: "http://www.w3.org/2000/svg",
|
385
|
-
viewBox: "0 0 16 16",
|
386
|
-
fill: "currentColor"
|
387
|
-
}, rest), _path21 || (_path21 = /*#__PURE__*/React__default.createElement("path", {
|
388
|
-
d: "M15 9L15 15 9 15z"
|
389
|
-
})), children);
|
390
|
-
}
|
391
421
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
392
422
|
width: size,
|
393
423
|
height: size,
|
@@ -395,42 +425,20 @@ var ChevronMini = /*#__PURE__*/React__default.forwardRef(function ChevronMini(_r
|
|
395
425
|
xmlns: "http://www.w3.org/2000/svg",
|
396
426
|
viewBox: "0 0 32 32",
|
397
427
|
fill: "currentColor"
|
398
|
-
}, rest),
|
399
|
-
d: "
|
428
|
+
}, rest), _path29 || (_path29 = /*#__PURE__*/React__default.createElement("path", {
|
429
|
+
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
430
|
+
})), _path30 || (_path30 = /*#__PURE__*/React__default.createElement("path", {
|
431
|
+
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"
|
400
432
|
})), children);
|
401
433
|
});
|
402
434
|
if (process.env.NODE_ENV !== "production") {
|
403
|
-
|
435
|
+
CheckmarkOutlineWarning.propTypes = iconPropTypes;
|
404
436
|
}
|
405
|
-
var
|
437
|
+
var Chemistry = /*#__PURE__*/React__default.forwardRef(function Chemistry(_ref11, ref) {
|
406
438
|
var children = _ref11.children,
|
407
439
|
_ref11$size = _ref11.size,
|
408
440
|
size = _ref11$size === undefined ? 16 : _ref11$size,
|
409
441
|
rest = _objectWithoutProperties(_ref11, _excluded11);
|
410
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
411
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
412
|
-
width: size,
|
413
|
-
height: size,
|
414
|
-
ref: ref,
|
415
|
-
xmlns: "http://www.w3.org/2000/svg",
|
416
|
-
viewBox: "0 0 6 10",
|
417
|
-
fill: "currentColor"
|
418
|
-
}, rest), _path23 || (_path23 = /*#__PURE__*/React__default.createElement("path", {
|
419
|
-
d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
|
420
|
-
})), children);
|
421
|
-
}
|
422
|
-
if (size === 16 || size === "16" || size === "16px") {
|
423
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
424
|
-
width: size,
|
425
|
-
height: size,
|
426
|
-
ref: ref,
|
427
|
-
xmlns: "http://www.w3.org/2000/svg",
|
428
|
-
viewBox: "0 0 16 16",
|
429
|
-
fill: "currentColor"
|
430
|
-
}, rest), _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
|
431
|
-
d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
|
432
|
-
})), children);
|
433
|
-
}
|
434
442
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
435
443
|
width: size,
|
436
444
|
height: size,
|
@@ -438,30 +446,18 @@ var ChevronRight = /*#__PURE__*/React__default.forwardRef(function ChevronRight(
|
|
438
446
|
xmlns: "http://www.w3.org/2000/svg",
|
439
447
|
viewBox: "0 0 32 32",
|
440
448
|
fill: "currentColor"
|
441
|
-
}, rest),
|
442
|
-
d: "
|
449
|
+
}, rest), _path31 || (_path31 = /*#__PURE__*/React__default.createElement("path", {
|
450
|
+
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"
|
443
451
|
})), children);
|
444
452
|
});
|
445
453
|
if (process.env.NODE_ENV !== "production") {
|
446
|
-
|
454
|
+
Chemistry.propTypes = iconPropTypes;
|
447
455
|
}
|
448
|
-
var
|
456
|
+
var ChemistryReference = /*#__PURE__*/React__default.forwardRef(function ChemistryReference(_ref12, ref) {
|
449
457
|
var children = _ref12.children,
|
450
458
|
_ref12$size = _ref12.size,
|
451
459
|
size = _ref12$size === undefined ? 16 : _ref12$size,
|
452
460
|
rest = _objectWithoutProperties(_ref12, _excluded12);
|
453
|
-
if (size === 16 || size === "16" || size === "16px") {
|
454
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
455
|
-
width: size,
|
456
|
-
height: size,
|
457
|
-
ref: ref,
|
458
|
-
xmlns: "http://www.w3.org/2000/svg",
|
459
|
-
viewBox: "0 0 16 16",
|
460
|
-
fill: "currentColor"
|
461
|
-
}, rest), _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
|
462
|
-
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"
|
463
|
-
})), children);
|
464
|
-
}
|
465
461
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
466
462
|
width: size,
|
467
463
|
height: size,
|
@@ -469,18 +465,32 @@ var ChevronSort = /*#__PURE__*/React__default.forwardRef(function ChevronSort(_r
|
|
469
465
|
xmlns: "http://www.w3.org/2000/svg",
|
470
466
|
viewBox: "0 0 32 32",
|
471
467
|
fill: "currentColor"
|
472
|
-
}, rest),
|
473
|
-
d: "
|
468
|
+
}, rest), _path32 || (_path32 = /*#__PURE__*/React__default.createElement("path", {
|
469
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
470
|
+
})), _path33 || (_path33 = /*#__PURE__*/React__default.createElement("path", {
|
471
|
+
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"
|
474
472
|
})), children);
|
475
473
|
});
|
476
474
|
if (process.env.NODE_ENV !== "production") {
|
477
|
-
|
475
|
+
ChemistryReference.propTypes = iconPropTypes;
|
478
476
|
}
|
479
|
-
var
|
477
|
+
var ChevronDown = /*#__PURE__*/React__default.forwardRef(function ChevronDown(_ref13, ref) {
|
480
478
|
var children = _ref13.children,
|
481
479
|
_ref13$size = _ref13.size,
|
482
480
|
size = _ref13$size === undefined ? 16 : _ref13$size,
|
483
481
|
rest = _objectWithoutProperties(_ref13, _excluded13);
|
482
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
483
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
484
|
+
width: size,
|
485
|
+
height: size,
|
486
|
+
ref: ref,
|
487
|
+
xmlns: "http://www.w3.org/2000/svg",
|
488
|
+
viewBox: "0 0 10 6",
|
489
|
+
fill: "currentColor"
|
490
|
+
}, rest), _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
|
491
|
+
d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
|
492
|
+
})), children);
|
493
|
+
}
|
484
494
|
if (size === 16 || size === "16" || size === "16px") {
|
485
495
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
486
496
|
width: size,
|
@@ -489,8 +499,8 @@ var ChevronSortDown = /*#__PURE__*/React__default.forwardRef(function ChevronSor
|
|
489
499
|
xmlns: "http://www.w3.org/2000/svg",
|
490
500
|
viewBox: "0 0 16 16",
|
491
501
|
fill: "currentColor"
|
492
|
-
}, rest),
|
493
|
-
d: "M8
|
502
|
+
}, rest), _path35 || (_path35 = /*#__PURE__*/React__default.createElement("path", {
|
503
|
+
d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
|
494
504
|
})), children);
|
495
505
|
}
|
496
506
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
@@ -500,30 +510,18 @@ var ChevronSortDown = /*#__PURE__*/React__default.forwardRef(function ChevronSor
|
|
500
510
|
xmlns: "http://www.w3.org/2000/svg",
|
501
511
|
viewBox: "0 0 32 32",
|
502
512
|
fill: "currentColor"
|
503
|
-
}, rest),
|
504
|
-
d: "M16
|
513
|
+
}, rest), _path36 || (_path36 = /*#__PURE__*/React__default.createElement("path", {
|
514
|
+
d: "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
|
505
515
|
})), children);
|
506
516
|
});
|
507
517
|
if (process.env.NODE_ENV !== "production") {
|
508
|
-
|
518
|
+
ChevronDown.propTypes = iconPropTypes;
|
509
519
|
}
|
510
|
-
var
|
520
|
+
var ChevronDownOutline = /*#__PURE__*/React__default.forwardRef(function ChevronDownOutline(_ref14, ref) {
|
511
521
|
var children = _ref14.children,
|
512
522
|
_ref14$size = _ref14.size,
|
513
523
|
size = _ref14$size === undefined ? 16 : _ref14$size,
|
514
524
|
rest = _objectWithoutProperties(_ref14, _excluded14);
|
515
|
-
if (size === 16 || size === "16" || size === "16px") {
|
516
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
517
|
-
width: size,
|
518
|
-
height: size,
|
519
|
-
ref: ref,
|
520
|
-
xmlns: "http://www.w3.org/2000/svg",
|
521
|
-
viewBox: "0 0 16 16",
|
522
|
-
fill: "currentColor"
|
523
|
-
}, rest), _path30 || (_path30 = /*#__PURE__*/React__default.createElement("path", {
|
524
|
-
d: "M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
|
525
|
-
})), children);
|
526
|
-
}
|
527
525
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
528
526
|
width: size,
|
529
527
|
height: size,
|
@@ -531,14 +529,16 @@ var ChevronSortUp = /*#__PURE__*/React__default.forwardRef(function ChevronSortU
|
|
531
529
|
xmlns: "http://www.w3.org/2000/svg",
|
532
530
|
viewBox: "0 0 32 32",
|
533
531
|
fill: "currentColor"
|
534
|
-
}, rest),
|
535
|
-
d: "
|
532
|
+
}, rest), _path37 || (_path37 = /*#__PURE__*/React__default.createElement("path", {
|
533
|
+
d: "M9.4142 12.5858L16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z"
|
534
|
+
})), _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
|
535
|
+
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"
|
536
536
|
})), children);
|
537
537
|
});
|
538
538
|
if (process.env.NODE_ENV !== "production") {
|
539
|
-
|
539
|
+
ChevronDownOutline.propTypes = iconPropTypes;
|
540
540
|
}
|
541
|
-
var
|
541
|
+
var ChevronLeft = /*#__PURE__*/React__default.forwardRef(function ChevronLeft(_ref15, ref) {
|
542
542
|
var children = _ref15.children,
|
543
543
|
_ref15$size = _ref15.size,
|
544
544
|
size = _ref15$size === undefined ? 16 : _ref15$size,
|
@@ -549,10 +549,10 @@ var ChevronUp = /*#__PURE__*/React__default.forwardRef(function ChevronUp(_ref15
|
|
549
549
|
height: size,
|
550
550
|
ref: ref,
|
551
551
|
xmlns: "http://www.w3.org/2000/svg",
|
552
|
-
viewBox: "0 0 10
|
552
|
+
viewBox: "0 0 6 10",
|
553
553
|
fill: "currentColor"
|
554
|
-
}, rest),
|
555
|
-
d: "
|
554
|
+
}, rest), _path39 || (_path39 = /*#__PURE__*/React__default.createElement("path", {
|
555
|
+
d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
|
556
556
|
})), children);
|
557
557
|
}
|
558
558
|
if (size === 16 || size === "16" || size === "16px") {
|
@@ -563,8 +563,8 @@ var ChevronUp = /*#__PURE__*/React__default.forwardRef(function ChevronUp(_ref15
|
|
563
563
|
xmlns: "http://www.w3.org/2000/svg",
|
564
564
|
viewBox: "0 0 16 16",
|
565
565
|
fill: "currentColor"
|
566
|
-
}, rest),
|
567
|
-
d: "
|
566
|
+
}, rest), _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
|
567
|
+
d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
|
568
568
|
})), children);
|
569
569
|
}
|
570
570
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
@@ -574,18 +574,30 @@ var ChevronUp = /*#__PURE__*/React__default.forwardRef(function ChevronUp(_ref15
|
|
574
574
|
xmlns: "http://www.w3.org/2000/svg",
|
575
575
|
viewBox: "0 0 32 32",
|
576
576
|
fill: "currentColor"
|
577
|
-
}, rest),
|
578
|
-
d: "
|
577
|
+
}, rest), _path41 || (_path41 = /*#__PURE__*/React__default.createElement("path", {
|
578
|
+
d: "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
|
579
579
|
})), children);
|
580
580
|
});
|
581
581
|
if (process.env.NODE_ENV !== "production") {
|
582
|
-
|
582
|
+
ChevronLeft.propTypes = iconPropTypes;
|
583
583
|
}
|
584
|
-
var
|
584
|
+
var ChevronMini = /*#__PURE__*/React__default.forwardRef(function ChevronMini(_ref16, ref) {
|
585
585
|
var children = _ref16.children,
|
586
586
|
_ref16$size = _ref16.size,
|
587
587
|
size = _ref16$size === undefined ? 16 : _ref16$size,
|
588
588
|
rest = _objectWithoutProperties(_ref16, _excluded16);
|
589
|
+
if (size === 16 || size === "16" || size === "16px") {
|
590
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
591
|
+
width: size,
|
592
|
+
height: size,
|
593
|
+
ref: ref,
|
594
|
+
xmlns: "http://www.w3.org/2000/svg",
|
595
|
+
viewBox: "0 0 16 16",
|
596
|
+
fill: "currentColor"
|
597
|
+
}, rest), _path42 || (_path42 = /*#__PURE__*/React__default.createElement("path", {
|
598
|
+
d: "M15 9L15 15 9 15z"
|
599
|
+
})), children);
|
600
|
+
}
|
589
601
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
590
602
|
width: size,
|
591
603
|
height: size,
|
@@ -593,20 +605,42 @@ var ChevronUpOutline = /*#__PURE__*/React__default.forwardRef(function ChevronUp
|
|
593
605
|
xmlns: "http://www.w3.org/2000/svg",
|
594
606
|
viewBox: "0 0 32 32",
|
595
607
|
fill: "currentColor"
|
596
|
-
}, rest),
|
597
|
-
d: "
|
598
|
-
})), _path36 || (_path36 = /*#__PURE__*/React__default.createElement("path", {
|
599
|
-
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"
|
608
|
+
}, rest), _path43 || (_path43 = /*#__PURE__*/React__default.createElement("path", {
|
609
|
+
d: "M31 19L31 31 19 31 31 19z"
|
600
610
|
})), children);
|
601
611
|
});
|
602
612
|
if (process.env.NODE_ENV !== "production") {
|
603
|
-
|
613
|
+
ChevronMini.propTypes = iconPropTypes;
|
604
614
|
}
|
605
|
-
var
|
615
|
+
var ChevronRight = /*#__PURE__*/React__default.forwardRef(function ChevronRight(_ref17, ref) {
|
606
616
|
var children = _ref17.children,
|
607
617
|
_ref17$size = _ref17.size,
|
608
618
|
size = _ref17$size === undefined ? 16 : _ref17$size,
|
609
619
|
rest = _objectWithoutProperties(_ref17, _excluded17);
|
620
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
621
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
622
|
+
width: size,
|
623
|
+
height: size,
|
624
|
+
ref: ref,
|
625
|
+
xmlns: "http://www.w3.org/2000/svg",
|
626
|
+
viewBox: "0 0 6 10",
|
627
|
+
fill: "currentColor"
|
628
|
+
}, rest), _path44 || (_path44 = /*#__PURE__*/React__default.createElement("path", {
|
629
|
+
d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
|
630
|
+
})), children);
|
631
|
+
}
|
632
|
+
if (size === 16 || size === "16" || size === "16px") {
|
633
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
634
|
+
width: size,
|
635
|
+
height: size,
|
636
|
+
ref: ref,
|
637
|
+
xmlns: "http://www.w3.org/2000/svg",
|
638
|
+
viewBox: "0 0 16 16",
|
639
|
+
fill: "currentColor"
|
640
|
+
}, rest), _path45 || (_path45 = /*#__PURE__*/React__default.createElement("path", {
|
641
|
+
d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
|
642
|
+
})), children);
|
643
|
+
}
|
610
644
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
611
645
|
width: size,
|
612
646
|
height: size,
|
@@ -614,20 +648,30 @@ var Chip = /*#__PURE__*/React__default.forwardRef(function Chip(_ref17, ref) {
|
|
614
648
|
xmlns: "http://www.w3.org/2000/svg",
|
615
649
|
viewBox: "0 0 32 32",
|
616
650
|
fill: "currentColor"
|
617
|
-
}, rest),
|
618
|
-
d: "
|
619
|
-
})), _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
|
620
|
-
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"
|
651
|
+
}, rest), _path46 || (_path46 = /*#__PURE__*/React__default.createElement("path", {
|
652
|
+
d: "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
|
621
653
|
})), children);
|
622
654
|
});
|
623
655
|
if (process.env.NODE_ENV !== "production") {
|
624
|
-
|
656
|
+
ChevronRight.propTypes = iconPropTypes;
|
625
657
|
}
|
626
|
-
var
|
658
|
+
var ChevronSort = /*#__PURE__*/React__default.forwardRef(function ChevronSort(_ref18, ref) {
|
627
659
|
var children = _ref18.children,
|
628
660
|
_ref18$size = _ref18.size,
|
629
661
|
size = _ref18$size === undefined ? 16 : _ref18$size,
|
630
662
|
rest = _objectWithoutProperties(_ref18, _excluded18);
|
663
|
+
if (size === 16 || size === "16" || size === "16px") {
|
664
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
665
|
+
width: size,
|
666
|
+
height: size,
|
667
|
+
ref: ref,
|
668
|
+
xmlns: "http://www.w3.org/2000/svg",
|
669
|
+
viewBox: "0 0 16 16",
|
670
|
+
fill: "currentColor"
|
671
|
+
}, rest), _path47 || (_path47 = /*#__PURE__*/React__default.createElement("path", {
|
672
|
+
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"
|
673
|
+
})), children);
|
674
|
+
}
|
631
675
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
632
676
|
width: size,
|
633
677
|
height: size,
|
@@ -635,18 +679,30 @@ var Choices = /*#__PURE__*/React__default.forwardRef(function Choices(_ref18, re
|
|
635
679
|
xmlns: "http://www.w3.org/2000/svg",
|
636
680
|
viewBox: "0 0 32 32",
|
637
681
|
fill: "currentColor"
|
638
|
-
}, rest),
|
639
|
-
d: "
|
682
|
+
}, rest), _path48 || (_path48 = /*#__PURE__*/React__default.createElement("path", {
|
683
|
+
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"
|
640
684
|
})), children);
|
641
685
|
});
|
642
686
|
if (process.env.NODE_ENV !== "production") {
|
643
|
-
|
687
|
+
ChevronSort.propTypes = iconPropTypes;
|
644
688
|
}
|
645
|
-
var
|
689
|
+
var ChevronSortDown = /*#__PURE__*/React__default.forwardRef(function ChevronSortDown(_ref19, ref) {
|
646
690
|
var children = _ref19.children,
|
647
691
|
_ref19$size = _ref19.size,
|
648
692
|
size = _ref19$size === undefined ? 16 : _ref19$size,
|
649
693
|
rest = _objectWithoutProperties(_ref19, _excluded19);
|
694
|
+
if (size === 16 || size === "16" || size === "16px") {
|
695
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
696
|
+
width: size,
|
697
|
+
height: size,
|
698
|
+
ref: ref,
|
699
|
+
xmlns: "http://www.w3.org/2000/svg",
|
700
|
+
viewBox: "0 0 16 16",
|
701
|
+
fill: "currentColor"
|
702
|
+
}, rest), _path49 || (_path49 = /*#__PURE__*/React__default.createElement("path", {
|
703
|
+
d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5z"
|
704
|
+
})), children);
|
705
|
+
}
|
650
706
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
651
707
|
width: size,
|
652
708
|
height: size,
|
@@ -654,18 +710,30 @@ var ChooseItem = /*#__PURE__*/React__default.forwardRef(function ChooseItem(_ref
|
|
654
710
|
xmlns: "http://www.w3.org/2000/svg",
|
655
711
|
viewBox: "0 0 32 32",
|
656
712
|
fill: "currentColor"
|
657
|
-
}, rest),
|
658
|
-
d: "
|
713
|
+
}, rest), _path50 || (_path50 = /*#__PURE__*/React__default.createElement("path", {
|
714
|
+
d: "M16 28L9 21 10.4 19.6 16 25.2 21.6 19.6 23 21z"
|
659
715
|
})), children);
|
660
716
|
});
|
661
717
|
if (process.env.NODE_ENV !== "production") {
|
662
|
-
|
718
|
+
ChevronSortDown.propTypes = iconPropTypes;
|
663
719
|
}
|
664
|
-
var
|
720
|
+
var ChevronSortUp = /*#__PURE__*/React__default.forwardRef(function ChevronSortUp(_ref20, ref) {
|
665
721
|
var children = _ref20.children,
|
666
722
|
_ref20$size = _ref20.size,
|
667
723
|
size = _ref20$size === undefined ? 16 : _ref20$size,
|
668
724
|
rest = _objectWithoutProperties(_ref20, _excluded20);
|
725
|
+
if (size === 16 || size === "16" || size === "16px") {
|
726
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
727
|
+
width: size,
|
728
|
+
height: size,
|
729
|
+
ref: ref,
|
730
|
+
xmlns: "http://www.w3.org/2000/svg",
|
731
|
+
viewBox: "0 0 16 16",
|
732
|
+
fill: "currentColor"
|
733
|
+
}, rest), _path51 || (_path51 = /*#__PURE__*/React__default.createElement("path", {
|
734
|
+
d: "M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
|
735
|
+
})), children);
|
736
|
+
}
|
669
737
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
670
738
|
width: size,
|
671
739
|
height: size,
|
@@ -673,18 +741,42 @@ var ChoroplethMap = /*#__PURE__*/React__default.forwardRef(function ChoroplethMa
|
|
673
741
|
xmlns: "http://www.w3.org/2000/svg",
|
674
742
|
viewBox: "0 0 32 32",
|
675
743
|
fill: "currentColor"
|
676
|
-
}, rest),
|
677
|
-
d: "
|
744
|
+
}, rest), _path52 || (_path52 = /*#__PURE__*/React__default.createElement("path", {
|
745
|
+
d: "M16 4L23 11 21.6 12.4 16 6.8 10.4 12.4 9 11z"
|
678
746
|
})), children);
|
679
747
|
});
|
680
748
|
if (process.env.NODE_ENV !== "production") {
|
681
|
-
|
749
|
+
ChevronSortUp.propTypes = iconPropTypes;
|
682
750
|
}
|
683
|
-
var
|
751
|
+
var ChevronUp = /*#__PURE__*/React__default.forwardRef(function ChevronUp(_ref21, ref) {
|
684
752
|
var children = _ref21.children,
|
685
753
|
_ref21$size = _ref21.size,
|
686
754
|
size = _ref21$size === undefined ? 16 : _ref21$size,
|
687
755
|
rest = _objectWithoutProperties(_ref21, _excluded21);
|
756
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
757
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
758
|
+
width: size,
|
759
|
+
height: size,
|
760
|
+
ref: ref,
|
761
|
+
xmlns: "http://www.w3.org/2000/svg",
|
762
|
+
viewBox: "0 0 10 6",
|
763
|
+
fill: "currentColor"
|
764
|
+
}, rest), _path53 || (_path53 = /*#__PURE__*/React__default.createElement("path", {
|
765
|
+
d: "M5 0L10 5 9.3 5.7 5 1.4 0.7 5.7 0 5z"
|
766
|
+
})), children);
|
767
|
+
}
|
768
|
+
if (size === 16 || size === "16" || size === "16px") {
|
769
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
770
|
+
width: size,
|
771
|
+
height: size,
|
772
|
+
ref: ref,
|
773
|
+
xmlns: "http://www.w3.org/2000/svg",
|
774
|
+
viewBox: "0 0 16 16",
|
775
|
+
fill: "currentColor"
|
776
|
+
}, rest), _path54 || (_path54 = /*#__PURE__*/React__default.createElement("path", {
|
777
|
+
d: "M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
|
778
|
+
})), children);
|
779
|
+
}
|
688
780
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
689
781
|
width: size,
|
690
782
|
height: size,
|
@@ -692,16 +784,14 @@ var CicsCmas = /*#__PURE__*/React__default.forwardRef(function CicsCmas(_ref21,
|
|
692
784
|
xmlns: "http://www.w3.org/2000/svg",
|
693
785
|
viewBox: "0 0 32 32",
|
694
786
|
fill: "currentColor"
|
695
|
-
}, rest),
|
696
|
-
d: "
|
697
|
-
})), _path43 || (_path43 = /*#__PURE__*/React__default.createElement("path", {
|
698
|
-
d: "M6,6H26V18h2V6a2.0059,2.0059,0,0,0-2-2H6A2.0059,2.0059,0,0,0,4,6V18H6Z"
|
787
|
+
}, rest), _path55 || (_path55 = /*#__PURE__*/React__default.createElement("path", {
|
788
|
+
d: "M16 10L26 20 24.6 21.4 16 12.8 7.4 21.4 6 20z"
|
699
789
|
})), children);
|
700
790
|
});
|
701
791
|
if (process.env.NODE_ENV !== "production") {
|
702
|
-
|
792
|
+
ChevronUp.propTypes = iconPropTypes;
|
703
793
|
}
|
704
|
-
var
|
794
|
+
var ChevronUpOutline = /*#__PURE__*/React__default.forwardRef(function ChevronUpOutline(_ref22, ref) {
|
705
795
|
var children = _ref22.children,
|
706
796
|
_ref22$size = _ref22.size,
|
707
797
|
size = _ref22$size === undefined ? 16 : _ref22$size,
|
@@ -713,16 +803,16 @@ var CicsDb2Connection = /*#__PURE__*/React__default.forwardRef(function CicsDb2C
|
|
713
803
|
xmlns: "http://www.w3.org/2000/svg",
|
714
804
|
viewBox: "0 0 32 32",
|
715
805
|
fill: "currentColor"
|
716
|
-
}, rest),
|
717
|
-
d: "
|
718
|
-
})),
|
719
|
-
d: "
|
806
|
+
}, rest), _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
|
807
|
+
d: "M9.4142 19.4142L16 12.8286 22.5858 19.4142 24 18 16 10 8 18 9.4142 19.4142z"
|
808
|
+
})), _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
|
809
|
+
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"
|
720
810
|
})), children);
|
721
811
|
});
|
722
812
|
if (process.env.NODE_ENV !== "production") {
|
723
|
-
|
813
|
+
ChevronUpOutline.propTypes = iconPropTypes;
|
724
814
|
}
|
725
|
-
var
|
815
|
+
var Chip = /*#__PURE__*/React__default.forwardRef(function Chip(_ref23, ref) {
|
726
816
|
var children = _ref23.children,
|
727
817
|
_ref23$size = _ref23.size,
|
728
818
|
size = _ref23$size === undefined ? 16 : _ref23$size,
|
@@ -734,16 +824,16 @@ var CicsExplorer = /*#__PURE__*/React__default.forwardRef(function CicsExplorer(
|
|
734
824
|
xmlns: "http://www.w3.org/2000/svg",
|
735
825
|
viewBox: "0 0 32 32",
|
736
826
|
fill: "currentColor"
|
737
|
-
}, rest),
|
738
|
-
d: "
|
739
|
-
})),
|
740
|
-
d: "
|
827
|
+
}, rest), _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
|
828
|
+
d: "M11,11V21H21V11Zm8,8H13V13h6Z"
|
829
|
+
})), _path59 || (_path59 = /*#__PURE__*/React__default.createElement("path", {
|
830
|
+
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"
|
741
831
|
})), children);
|
742
832
|
});
|
743
833
|
if (process.env.NODE_ENV !== "production") {
|
744
|
-
|
834
|
+
Chip.propTypes = iconPropTypes;
|
745
835
|
}
|
746
|
-
var
|
836
|
+
var Choices = /*#__PURE__*/React__default.forwardRef(function Choices(_ref24, ref) {
|
747
837
|
var children = _ref24.children,
|
748
838
|
_ref24$size = _ref24.size,
|
749
839
|
size = _ref24$size === undefined ? 16 : _ref24$size,
|
@@ -755,24 +845,14 @@ var CicsProgram = /*#__PURE__*/React__default.forwardRef(function CicsProgram(_r
|
|
755
845
|
xmlns: "http://www.w3.org/2000/svg",
|
756
846
|
viewBox: "0 0 32 32",
|
757
847
|
fill: "currentColor"
|
758
|
-
}, rest),
|
759
|
-
d: "
|
760
|
-
})), _circle || (_circle = /*#__PURE__*/React__default.createElement("circle", {
|
761
|
-
cx: "9",
|
762
|
-
cy: "8",
|
763
|
-
r: "1"
|
764
|
-
})), _circle2 || (_circle2 = /*#__PURE__*/React__default.createElement("circle", {
|
765
|
-
cx: "6",
|
766
|
-
cy: "8",
|
767
|
-
r: "1"
|
768
|
-
})), _path49 || (_path49 = /*#__PURE__*/React__default.createElement("path", {
|
769
|
-
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"
|
848
|
+
}, rest), _path60 || (_path60 = /*#__PURE__*/React__default.createElement("path", {
|
849
|
+
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"
|
770
850
|
})), children);
|
771
851
|
});
|
772
852
|
if (process.env.NODE_ENV !== "production") {
|
773
|
-
|
853
|
+
Choices.propTypes = iconPropTypes;
|
774
854
|
}
|
775
|
-
var
|
855
|
+
var ChooseItem = /*#__PURE__*/React__default.forwardRef(function ChooseItem(_ref25, ref) {
|
776
856
|
var children = _ref25.children,
|
777
857
|
_ref25$size = _ref25.size,
|
778
858
|
size = _ref25$size === undefined ? 16 : _ref25$size,
|
@@ -784,16 +864,14 @@ var CicsSit = /*#__PURE__*/React__default.forwardRef(function CicsSit(_ref25, re
|
|
784
864
|
xmlns: "http://www.w3.org/2000/svg",
|
785
865
|
viewBox: "0 0 32 32",
|
786
866
|
fill: "currentColor"
|
787
|
-
}, rest),
|
788
|
-
d: "
|
789
|
-
})), _path51 || (_path51 = /*#__PURE__*/React__default.createElement("path", {
|
790
|
-
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"
|
867
|
+
}, rest), _path61 || (_path61 = /*#__PURE__*/React__default.createElement("path", {
|
868
|
+
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"
|
791
869
|
})), children);
|
792
870
|
});
|
793
871
|
if (process.env.NODE_ENV !== "production") {
|
794
|
-
|
872
|
+
ChooseItem.propTypes = iconPropTypes;
|
795
873
|
}
|
796
|
-
var
|
874
|
+
var ChoroplethMap = /*#__PURE__*/React__default.forwardRef(function ChoroplethMap(_ref26, ref) {
|
797
875
|
var children = _ref26.children,
|
798
876
|
_ref26$size = _ref26.size,
|
799
877
|
size = _ref26$size === undefined ? 16 : _ref26$size,
|
@@ -805,14 +883,14 @@ var CicsSitOverrides = /*#__PURE__*/React__default.forwardRef(function CicsSitOv
|
|
805
883
|
xmlns: "http://www.w3.org/2000/svg",
|
806
884
|
viewBox: "0 0 32 32",
|
807
885
|
fill: "currentColor"
|
808
|
-
}, rest),
|
809
|
-
d: "
|
886
|
+
}, rest), _path62 || (_path62 = /*#__PURE__*/React__default.createElement("path", {
|
887
|
+
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"
|
810
888
|
})), children);
|
811
889
|
});
|
812
890
|
if (process.env.NODE_ENV !== "production") {
|
813
|
-
|
891
|
+
ChoroplethMap.propTypes = iconPropTypes;
|
814
892
|
}
|
815
|
-
var
|
893
|
+
var CicsCmas = /*#__PURE__*/React__default.forwardRef(function CicsCmas(_ref27, ref) {
|
816
894
|
var children = _ref27.children,
|
817
895
|
_ref27$size = _ref27.size,
|
818
896
|
size = _ref27$size === undefined ? 16 : _ref27$size,
|
@@ -824,18 +902,16 @@ var CicsSystemGroup = /*#__PURE__*/React__default.forwardRef(function CicsSystem
|
|
824
902
|
xmlns: "http://www.w3.org/2000/svg",
|
825
903
|
viewBox: "0 0 32 32",
|
826
904
|
fill: "currentColor"
|
827
|
-
}, rest),
|
828
|
-
d: "
|
829
|
-
})),
|
830
|
-
d: "
|
831
|
-
})), _path55 || (_path55 = /*#__PURE__*/React__default.createElement("path", {
|
832
|
-
d: "M4,4H9V2H4A2.0059,2.0059,0,0,0,2,4V28a2.0059,2.0059,0,0,0,2,2H9V28H4Z"
|
905
|
+
}, rest), _path63 || (_path63 = /*#__PURE__*/React__default.createElement("path", {
|
906
|
+
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"
|
907
|
+
})), _path64 || (_path64 = /*#__PURE__*/React__default.createElement("path", {
|
908
|
+
d: "M6,6H26V18h2V6a2.0059,2.0059,0,0,0-2-2H6A2.0059,2.0059,0,0,0,4,6V18H6Z"
|
833
909
|
})), children);
|
834
910
|
});
|
835
911
|
if (process.env.NODE_ENV !== "production") {
|
836
|
-
|
912
|
+
CicsCmas.propTypes = iconPropTypes;
|
837
913
|
}
|
838
|
-
var
|
914
|
+
var CicsDb2Connection = /*#__PURE__*/React__default.forwardRef(function CicsDb2Connection(_ref28, ref) {
|
839
915
|
var children = _ref28.children,
|
840
916
|
_ref28$size = _ref28.size,
|
841
917
|
size = _ref28$size === undefined ? 16 : _ref28$size,
|
@@ -847,26 +923,16 @@ var CicsTransactionServerZos = /*#__PURE__*/React__default.forwardRef(function C
|
|
847
923
|
xmlns: "http://www.w3.org/2000/svg",
|
848
924
|
viewBox: "0 0 32 32",
|
849
925
|
fill: "currentColor"
|
850
|
-
}, rest),
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
})), _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
|
855
|
-
d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
|
856
|
-
})), _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
|
857
|
-
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"
|
858
|
-
})), _circle4 || (_circle4 = /*#__PURE__*/React__default.createElement("circle", {
|
859
|
-
cx: "4",
|
860
|
-
cy: "22",
|
861
|
-
r: "2"
|
862
|
-
})), _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
|
863
|
-
d: "M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"
|
926
|
+
}, rest), _path65 || (_path65 = /*#__PURE__*/React__default.createElement("path", {
|
927
|
+
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"
|
928
|
+
})), _path66 || (_path66 = /*#__PURE__*/React__default.createElement("path", {
|
929
|
+
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"
|
864
930
|
})), children);
|
865
931
|
});
|
866
932
|
if (process.env.NODE_ENV !== "production") {
|
867
|
-
|
933
|
+
CicsDb2Connection.propTypes = iconPropTypes;
|
868
934
|
}
|
869
|
-
var
|
935
|
+
var CicsExplorer = /*#__PURE__*/React__default.forwardRef(function CicsExplorer(_ref29, ref) {
|
870
936
|
var children = _ref29.children,
|
871
937
|
_ref29$size = _ref29.size,
|
872
938
|
size = _ref29$size === undefined ? 16 : _ref29$size,
|
@@ -878,16 +944,16 @@ var CicsWuiRegion = /*#__PURE__*/React__default.forwardRef(function CicsWuiRegio
|
|
878
944
|
xmlns: "http://www.w3.org/2000/svg",
|
879
945
|
viewBox: "0 0 32 32",
|
880
946
|
fill: "currentColor"
|
881
|
-
}, rest),
|
882
|
-
d: "
|
883
|
-
})),
|
884
|
-
d: "
|
947
|
+
}, rest), _path67 || (_path67 = /*#__PURE__*/React__default.createElement("path", {
|
948
|
+
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"
|
949
|
+
})), _path68 || (_path68 = /*#__PURE__*/React__default.createElement("path", {
|
950
|
+
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"
|
885
951
|
})), children);
|
886
952
|
});
|
887
953
|
if (process.env.NODE_ENV !== "production") {
|
888
|
-
|
954
|
+
CicsExplorer.propTypes = iconPropTypes;
|
889
955
|
}
|
890
|
-
var
|
956
|
+
var CicsProgram = /*#__PURE__*/React__default.forwardRef(function CicsProgram(_ref30, ref) {
|
891
957
|
var children = _ref30.children,
|
892
958
|
_ref30$size = _ref30.size,
|
893
959
|
size = _ref30$size === undefined ? 16 : _ref30$size,
|
@@ -899,16 +965,24 @@ var CicsRegion = /*#__PURE__*/React__default.forwardRef(function CicsRegion(_ref
|
|
899
965
|
xmlns: "http://www.w3.org/2000/svg",
|
900
966
|
viewBox: "0 0 32 32",
|
901
967
|
fill: "currentColor"
|
902
|
-
}, rest),
|
903
|
-
d: "
|
904
|
-
})),
|
905
|
-
|
968
|
+
}, rest), _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
|
969
|
+
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"
|
970
|
+
})), _circle || (_circle = /*#__PURE__*/React__default.createElement("circle", {
|
971
|
+
cx: "9",
|
972
|
+
cy: "8",
|
973
|
+
r: "1"
|
974
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React__default.createElement("circle", {
|
975
|
+
cx: "6",
|
976
|
+
cy: "8",
|
977
|
+
r: "1"
|
978
|
+
})), _path70 || (_path70 = /*#__PURE__*/React__default.createElement("path", {
|
979
|
+
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"
|
906
980
|
})), children);
|
907
981
|
});
|
908
982
|
if (process.env.NODE_ENV !== "production") {
|
909
|
-
|
983
|
+
CicsProgram.propTypes = iconPropTypes;
|
910
984
|
}
|
911
|
-
var
|
985
|
+
var CicsSit = /*#__PURE__*/React__default.forwardRef(function CicsSit(_ref31, ref) {
|
912
986
|
var children = _ref31.children,
|
913
987
|
_ref31$size = _ref31.size,
|
914
988
|
size = _ref31$size === undefined ? 16 : _ref31$size,
|
@@ -920,14 +994,16 @@ var CicsRegionAlt = /*#__PURE__*/React__default.forwardRef(function CicsRegionAl
|
|
920
994
|
xmlns: "http://www.w3.org/2000/svg",
|
921
995
|
viewBox: "0 0 32 32",
|
922
996
|
fill: "currentColor"
|
923
|
-
}, rest),
|
924
|
-
d: "
|
997
|
+
}, rest), _path71 || (_path71 = /*#__PURE__*/React__default.createElement("path", {
|
998
|
+
d: "M23 22L30 27 23 32 23 22z"
|
999
|
+
})), _path72 || (_path72 = /*#__PURE__*/React__default.createElement("path", {
|
1000
|
+
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"
|
925
1001
|
})), children);
|
926
1002
|
});
|
927
1003
|
if (process.env.NODE_ENV !== "production") {
|
928
|
-
|
1004
|
+
CicsSit.propTypes = iconPropTypes;
|
929
1005
|
}
|
930
|
-
var
|
1006
|
+
var CicsSitOverrides = /*#__PURE__*/React__default.forwardRef(function CicsSitOverrides(_ref32, ref) {
|
931
1007
|
var children = _ref32.children,
|
932
1008
|
_ref32$size = _ref32.size,
|
933
1009
|
size = _ref32$size === undefined ? 16 : _ref32$size,
|
@@ -939,16 +1015,14 @@ var CicsRegionRouting = /*#__PURE__*/React__default.forwardRef(function CicsRegi
|
|
939
1015
|
xmlns: "http://www.w3.org/2000/svg",
|
940
1016
|
viewBox: "0 0 32 32",
|
941
1017
|
fill: "currentColor"
|
942
|
-
}, rest),
|
943
|
-
d: "
|
944
|
-
})), _path65 || (_path65 = /*#__PURE__*/React__default.createElement("path", {
|
945
|
-
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"
|
1018
|
+
}, rest), _path73 || (_path73 = /*#__PURE__*/React__default.createElement("path", {
|
1019
|
+
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"
|
946
1020
|
})), children);
|
947
1021
|
});
|
948
1022
|
if (process.env.NODE_ENV !== "production") {
|
949
|
-
|
1023
|
+
CicsSitOverrides.propTypes = iconPropTypes;
|
950
1024
|
}
|
951
|
-
var
|
1025
|
+
var CicsSystemGroup = /*#__PURE__*/React__default.forwardRef(function CicsSystemGroup(_ref33, ref) {
|
952
1026
|
var children = _ref33.children,
|
953
1027
|
_ref33$size = _ref33.size,
|
954
1028
|
size = _ref33$size === undefined ? 16 : _ref33$size,
|
@@ -960,16 +1034,18 @@ var CicsRegionTarget = /*#__PURE__*/React__default.forwardRef(function CicsRegio
|
|
960
1034
|
xmlns: "http://www.w3.org/2000/svg",
|
961
1035
|
viewBox: "0 0 32 32",
|
962
1036
|
fill: "currentColor"
|
963
|
-
}, rest),
|
964
|
-
d: "
|
965
|
-
})),
|
966
|
-
d: "
|
1037
|
+
}, rest), _path74 || (_path74 = /*#__PURE__*/React__default.createElement("path", {
|
1038
|
+
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"
|
1039
|
+
})), _path75 || (_path75 = /*#__PURE__*/React__default.createElement("path", {
|
1040
|
+
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"
|
1041
|
+
})), _path76 || (_path76 = /*#__PURE__*/React__default.createElement("path", {
|
1042
|
+
d: "M4,4H9V2H4A2.0059,2.0059,0,0,0,2,4V28a2.0059,2.0059,0,0,0,2,2H9V28H4Z"
|
967
1043
|
})), children);
|
968
1044
|
});
|
969
1045
|
if (process.env.NODE_ENV !== "production") {
|
970
|
-
|
1046
|
+
CicsSystemGroup.propTypes = iconPropTypes;
|
971
1047
|
}
|
972
|
-
var
|
1048
|
+
var CicsTransactionServerZos = /*#__PURE__*/React__default.forwardRef(function CicsTransactionServerZos(_ref34, ref) {
|
973
1049
|
var children = _ref34.children,
|
974
1050
|
_ref34$size = _ref34.size,
|
975
1051
|
size = _ref34$size === undefined ? 16 : _ref34$size,
|
@@ -981,14 +1057,26 @@ var Cicsplex = /*#__PURE__*/React__default.forwardRef(function Cicsplex(_ref34,
|
|
981
1057
|
xmlns: "http://www.w3.org/2000/svg",
|
982
1058
|
viewBox: "0 0 32 32",
|
983
1059
|
fill: "currentColor"
|
984
|
-
}, rest),
|
985
|
-
|
1060
|
+
}, rest), _circle3 || (_circle3 = /*#__PURE__*/React__default.createElement("circle", {
|
1061
|
+
cx: "28",
|
1062
|
+
cy: "10",
|
1063
|
+
r: "2"
|
1064
|
+
})), _path77 || (_path77 = /*#__PURE__*/React__default.createElement("path", {
|
1065
|
+
d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
|
1066
|
+
})), _path78 || (_path78 = /*#__PURE__*/React__default.createElement("path", {
|
1067
|
+
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"
|
1068
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React__default.createElement("circle", {
|
1069
|
+
cx: "4",
|
1070
|
+
cy: "22",
|
1071
|
+
r: "2"
|
1072
|
+
})), _path79 || (_path79 = /*#__PURE__*/React__default.createElement("path", {
|
1073
|
+
d: "M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"
|
986
1074
|
})), children);
|
987
1075
|
});
|
988
1076
|
if (process.env.NODE_ENV !== "production") {
|
989
|
-
|
1077
|
+
CicsTransactionServerZos.propTypes = iconPropTypes;
|
990
1078
|
}
|
991
|
-
var
|
1079
|
+
var CicsWuiRegion = /*#__PURE__*/React__default.forwardRef(function CicsWuiRegion(_ref35, ref) {
|
992
1080
|
var children = _ref35.children,
|
993
1081
|
_ref35$size = _ref35.size,
|
994
1082
|
size = _ref35$size === undefined ? 16 : _ref35$size,
|
@@ -1000,18 +1088,16 @@ var CircleFilled = /*#__PURE__*/React__default.forwardRef(function CircleFilled(
|
|
1000
1088
|
xmlns: "http://www.w3.org/2000/svg",
|
1001
1089
|
viewBox: "0 0 32 32",
|
1002
1090
|
fill: "currentColor"
|
1003
|
-
}, rest),
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
})), _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
|
1008
|
-
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"
|
1091
|
+
}, rest), _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
|
1092
|
+
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"
|
1093
|
+
})), _path81 || (_path81 = /*#__PURE__*/React__default.createElement("path", {
|
1094
|
+
d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V18H6V6H26V18h2V6A2.0059,2.0059,0,0,0,26,4Z"
|
1009
1095
|
})), children);
|
1010
1096
|
});
|
1011
1097
|
if (process.env.NODE_ENV !== "production") {
|
1012
|
-
|
1098
|
+
CicsWuiRegion.propTypes = iconPropTypes;
|
1013
1099
|
}
|
1014
|
-
var
|
1100
|
+
var CicsRegion = /*#__PURE__*/React__default.forwardRef(function CicsRegion(_ref36, ref) {
|
1015
1101
|
var children = _ref36.children,
|
1016
1102
|
_ref36$size = _ref36.size,
|
1017
1103
|
size = _ref36$size === undefined ? 16 : _ref36$size,
|
@@ -1023,15 +1109,16 @@ var CircleOutline = /*#__PURE__*/React__default.forwardRef(function CircleOutlin
|
|
1023
1109
|
xmlns: "http://www.w3.org/2000/svg",
|
1024
1110
|
viewBox: "0 0 32 32",
|
1025
1111
|
fill: "currentColor"
|
1026
|
-
}, rest),
|
1027
|
-
|
1028
|
-
|
1112
|
+
}, rest), _path82 || (_path82 = /*#__PURE__*/React__default.createElement("path", {
|
1113
|
+
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"
|
1114
|
+
})), _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
|
1115
|
+
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"
|
1029
1116
|
})), children);
|
1030
1117
|
});
|
1031
1118
|
if (process.env.NODE_ENV !== "production") {
|
1032
|
-
|
1119
|
+
CicsRegion.propTypes = iconPropTypes;
|
1033
1120
|
}
|
1034
|
-
var
|
1121
|
+
var CicsRegionAlt = /*#__PURE__*/React__default.forwardRef(function CicsRegionAlt(_ref37, ref) {
|
1035
1122
|
var children = _ref37.children,
|
1036
1123
|
_ref37$size = _ref37.size,
|
1037
1124
|
size = _ref37$size === undefined ? 16 : _ref37$size,
|
@@ -1043,16 +1130,14 @@ var CircleSolid = /*#__PURE__*/React__default.forwardRef(function CircleSolid(_r
|
|
1043
1130
|
xmlns: "http://www.w3.org/2000/svg",
|
1044
1131
|
viewBox: "0 0 32 32",
|
1045
1132
|
fill: "currentColor"
|
1046
|
-
}, rest),
|
1047
|
-
|
1048
|
-
cy: "16",
|
1049
|
-
r: "14"
|
1133
|
+
}, rest), _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
|
1134
|
+
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"
|
1050
1135
|
})), children);
|
1051
1136
|
});
|
1052
1137
|
if (process.env.NODE_ENV !== "production") {
|
1053
|
-
|
1138
|
+
CicsRegionAlt.propTypes = iconPropTypes;
|
1054
1139
|
}
|
1055
|
-
var
|
1140
|
+
var CicsRegionRouting = /*#__PURE__*/React__default.forwardRef(function CicsRegionRouting(_ref38, ref) {
|
1056
1141
|
var children = _ref38.children,
|
1057
1142
|
_ref38$size = _ref38.size,
|
1058
1143
|
size = _ref38$size === undefined ? 16 : _ref38$size,
|
@@ -1064,49 +1149,37 @@ var CircleDash = /*#__PURE__*/React__default.forwardRef(function CircleDash(_ref
|
|
1064
1149
|
xmlns: "http://www.w3.org/2000/svg",
|
1065
1150
|
viewBox: "0 0 32 32",
|
1066
1151
|
fill: "currentColor"
|
1067
|
-
}, rest),
|
1068
|
-
d: "
|
1152
|
+
}, rest), _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
|
1153
|
+
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"
|
1154
|
+
})), _path86 || (_path86 = /*#__PURE__*/React__default.createElement("path", {
|
1155
|
+
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"
|
1069
1156
|
})), children);
|
1070
1157
|
});
|
1071
1158
|
if (process.env.NODE_ENV !== "production") {
|
1072
|
-
|
1159
|
+
CicsRegionRouting.propTypes = iconPropTypes;
|
1073
1160
|
}
|
1074
|
-
var
|
1161
|
+
var CicsRegionTarget = /*#__PURE__*/React__default.forwardRef(function CicsRegionTarget(_ref39, ref) {
|
1075
1162
|
var children = _ref39.children,
|
1076
1163
|
_ref39$size = _ref39.size,
|
1077
1164
|
size = _ref39$size === undefined ? 16 : _ref39$size,
|
1078
1165
|
rest = _objectWithoutProperties(_ref39, _excluded39);
|
1079
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1080
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1081
|
-
width: size,
|
1082
|
-
height: size,
|
1083
|
-
ref: ref,
|
1084
|
-
xmlns: "http://www.w3.org/2000/svg",
|
1085
|
-
viewBox: "0 0 16 16",
|
1086
|
-
fill: "currentColor"
|
1087
|
-
}, rest), _circle7 || (_circle7 = /*#__PURE__*/React__default.createElement("circle", {
|
1088
|
-
cx: "8",
|
1089
|
-
cy: "8",
|
1090
|
-
r: "6"
|
1091
|
-
})), children);
|
1092
|
-
}
|
1093
1166
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1094
1167
|
width: size,
|
1095
1168
|
height: size,
|
1096
1169
|
ref: ref,
|
1097
1170
|
xmlns: "http://www.w3.org/2000/svg",
|
1098
|
-
viewBox: "0 0
|
1171
|
+
viewBox: "0 0 32 32",
|
1099
1172
|
fill: "currentColor"
|
1100
|
-
}, rest),
|
1101
|
-
|
1102
|
-
|
1103
|
-
|
1173
|
+
}, rest), _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
|
1174
|
+
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"
|
1175
|
+
})), _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
|
1176
|
+
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"
|
1104
1177
|
})), children);
|
1105
1178
|
});
|
1106
1179
|
if (process.env.NODE_ENV !== "production") {
|
1107
|
-
|
1180
|
+
CicsRegionTarget.propTypes = iconPropTypes;
|
1108
1181
|
}
|
1109
|
-
var
|
1182
|
+
var Cicsplex = /*#__PURE__*/React__default.forwardRef(function Cicsplex(_ref40, ref) {
|
1110
1183
|
var children = _ref40.children,
|
1111
1184
|
_ref40$size = _ref40.size,
|
1112
1185
|
size = _ref40$size === undefined ? 16 : _ref40$size,
|
@@ -1118,16 +1191,14 @@ var WatsonHealthCircleMeasurement = /*#__PURE__*/React__default.forwardRef(funct
|
|
1118
1191
|
xmlns: "http://www.w3.org/2000/svg",
|
1119
1192
|
viewBox: "0 0 32 32",
|
1120
1193
|
fill: "currentColor"
|
1121
|
-
}, rest),
|
1122
|
-
d: "
|
1123
|
-
})), _path73 || (_path73 = /*#__PURE__*/React__default.createElement("path", {
|
1124
|
-
d: "M21,12.41V16h2V9H16v2h3.59L11,19.59V16H9v7h7V21H12.41Z"
|
1194
|
+
}, rest), _path89 || (_path89 = /*#__PURE__*/React__default.createElement("path", {
|
1195
|
+
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"
|
1125
1196
|
})), children);
|
1126
1197
|
});
|
1127
1198
|
if (process.env.NODE_ENV !== "production") {
|
1128
|
-
|
1199
|
+
Cicsplex.propTypes = iconPropTypes;
|
1129
1200
|
}
|
1130
|
-
var
|
1201
|
+
var CircleFilled = /*#__PURE__*/React__default.forwardRef(function CircleFilled(_ref41, ref) {
|
1131
1202
|
var children = _ref41.children,
|
1132
1203
|
_ref41$size = _ref41.size,
|
1133
1204
|
size = _ref41$size === undefined ? 16 : _ref41$size,
|
@@ -1139,45 +1210,38 @@ var CirclePacking = /*#__PURE__*/React__default.forwardRef(function CirclePackin
|
|
1139
1210
|
xmlns: "http://www.w3.org/2000/svg",
|
1140
1211
|
viewBox: "0 0 32 32",
|
1141
1212
|
fill: "currentColor"
|
1142
|
-
}, rest),
|
1143
|
-
|
1213
|
+
}, rest), _circle5 || (_circle5 = /*#__PURE__*/React__default.createElement("circle", {
|
1214
|
+
cx: "16",
|
1215
|
+
cy: "16",
|
1216
|
+
r: "10"
|
1217
|
+
})), _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
|
1218
|
+
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"
|
1144
1219
|
})), children);
|
1145
1220
|
});
|
1146
1221
|
if (process.env.NODE_ENV !== "production") {
|
1147
|
-
|
1222
|
+
CircleFilled.propTypes = iconPropTypes;
|
1148
1223
|
}
|
1149
|
-
var
|
1224
|
+
var CircleOutline = /*#__PURE__*/React__default.forwardRef(function CircleOutline(_ref42, ref) {
|
1150
1225
|
var children = _ref42.children,
|
1151
1226
|
_ref42$size = _ref42.size,
|
1152
1227
|
size = _ref42$size === undefined ? 16 : _ref42$size,
|
1153
1228
|
rest = _objectWithoutProperties(_ref42, _excluded42);
|
1154
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1155
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1156
|
-
width: size,
|
1157
|
-
height: size,
|
1158
|
-
ref: ref,
|
1159
|
-
xmlns: "http://www.w3.org/2000/svg",
|
1160
|
-
viewBox: "0 0 16 16",
|
1161
|
-
fill: "currentColor"
|
1162
|
-
}, rest), _path75 || (_path75 = /*#__PURE__*/React__default.createElement("path", {
|
1163
|
-
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"
|
1164
|
-
})), children);
|
1165
|
-
}
|
1166
1229
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1167
1230
|
width: size,
|
1168
1231
|
height: size,
|
1169
1232
|
ref: ref,
|
1170
1233
|
xmlns: "http://www.w3.org/2000/svg",
|
1171
|
-
viewBox: "0 0
|
1234
|
+
viewBox: "0 0 32 32",
|
1172
1235
|
fill: "currentColor"
|
1173
|
-
}, rest),
|
1174
|
-
|
1236
|
+
}, rest), _path91 || (_path91 = /*#__PURE__*/React__default.createElement("path", {
|
1237
|
+
strokeWidth: "0",
|
1238
|
+
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"
|
1175
1239
|
})), children);
|
1176
1240
|
});
|
1177
1241
|
if (process.env.NODE_ENV !== "production") {
|
1178
|
-
|
1242
|
+
CircleOutline.propTypes = iconPropTypes;
|
1179
1243
|
}
|
1180
|
-
var
|
1244
|
+
var CircleSolid = /*#__PURE__*/React__default.forwardRef(function CircleSolid(_ref43, ref) {
|
1181
1245
|
var children = _ref43.children,
|
1182
1246
|
_ref43$size = _ref43.size,
|
1183
1247
|
size = _ref43$size === undefined ? 16 : _ref43$size,
|
@@ -1189,16 +1253,16 @@ var QCircuitComposer = /*#__PURE__*/React__default.forwardRef(function QCircuitC
|
|
1189
1253
|
xmlns: "http://www.w3.org/2000/svg",
|
1190
1254
|
viewBox: "0 0 32 32",
|
1191
1255
|
fill: "currentColor"
|
1192
|
-
}, rest),
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1256
|
+
}, rest), _circle6 || (_circle6 = /*#__PURE__*/React__default.createElement("circle", {
|
1257
|
+
cx: "16",
|
1258
|
+
cy: "16",
|
1259
|
+
r: "14"
|
1196
1260
|
})), children);
|
1197
1261
|
});
|
1198
1262
|
if (process.env.NODE_ENV !== "production") {
|
1199
|
-
|
1263
|
+
CircleSolid.propTypes = iconPropTypes;
|
1200
1264
|
}
|
1201
|
-
var
|
1265
|
+
var CircleDash = /*#__PURE__*/React__default.forwardRef(function CircleDash(_ref44, ref) {
|
1202
1266
|
var children = _ref44.children,
|
1203
1267
|
_ref44$size = _ref44.size,
|
1204
1268
|
size = _ref44$size === undefined ? 16 : _ref44$size,
|
@@ -1210,37 +1274,49 @@ var Classification = /*#__PURE__*/React__default.forwardRef(function Classificat
|
|
1210
1274
|
xmlns: "http://www.w3.org/2000/svg",
|
1211
1275
|
viewBox: "0 0 32 32",
|
1212
1276
|
fill: "currentColor"
|
1213
|
-
}, rest),
|
1214
|
-
|
1215
|
-
cy: "19",
|
1216
|
-
r: "1"
|
1217
|
-
})), _path79 || (_path79 = /*#__PURE__*/React__default.createElement("path", {
|
1218
|
-
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"
|
1277
|
+
}, rest), _path92 || (_path92 = /*#__PURE__*/React__default.createElement("path", {
|
1278
|
+
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"
|
1219
1279
|
})), children);
|
1220
1280
|
});
|
1221
1281
|
if (process.env.NODE_ENV !== "production") {
|
1222
|
-
|
1282
|
+
CircleDash.propTypes = iconPropTypes;
|
1223
1283
|
}
|
1224
|
-
var
|
1284
|
+
var CircleFill = /*#__PURE__*/React__default.forwardRef(function CircleFill(_ref45, ref) {
|
1225
1285
|
var children = _ref45.children,
|
1226
1286
|
_ref45$size = _ref45.size,
|
1227
1287
|
size = _ref45$size === undefined ? 16 : _ref45$size,
|
1228
1288
|
rest = _objectWithoutProperties(_ref45, _excluded45);
|
1289
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1290
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1291
|
+
width: size,
|
1292
|
+
height: size,
|
1293
|
+
ref: ref,
|
1294
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1295
|
+
viewBox: "0 0 16 16",
|
1296
|
+
fill: "currentColor"
|
1297
|
+
}, rest), _circle7 || (_circle7 = /*#__PURE__*/React__default.createElement("circle", {
|
1298
|
+
cx: "8",
|
1299
|
+
cy: "8",
|
1300
|
+
r: "6"
|
1301
|
+
})), children);
|
1302
|
+
}
|
1229
1303
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1230
1304
|
width: size,
|
1231
1305
|
height: size,
|
1232
1306
|
ref: ref,
|
1233
1307
|
xmlns: "http://www.w3.org/2000/svg",
|
1234
|
-
viewBox: "0 0
|
1308
|
+
viewBox: "0 0 16 16",
|
1235
1309
|
fill: "currentColor"
|
1236
|
-
}, rest),
|
1237
|
-
|
1310
|
+
}, rest), _circle8 || (_circle8 = /*#__PURE__*/React__default.createElement("circle", {
|
1311
|
+
cx: "8",
|
1312
|
+
cy: "8",
|
1313
|
+
r: "6"
|
1238
1314
|
})), children);
|
1239
1315
|
});
|
1240
1316
|
if (process.env.NODE_ENV !== "production") {
|
1241
|
-
|
1317
|
+
CircleFill.propTypes = iconPropTypes;
|
1242
1318
|
}
|
1243
|
-
var
|
1319
|
+
var WatsonHealthCircleMeasurement = /*#__PURE__*/React__default.forwardRef(function WatsonHealthCircleMeasurement(_ref46, ref) {
|
1244
1320
|
var children = _ref46.children,
|
1245
1321
|
_ref46$size = _ref46.size,
|
1246
1322
|
size = _ref46$size === undefined ? 16 : _ref46$size,
|
@@ -1252,23 +1328,16 @@ var Clean = /*#__PURE__*/React__default.forwardRef(function Clean(_ref46, ref) {
|
|
1252
1328
|
xmlns: "http://www.w3.org/2000/svg",
|
1253
1329
|
viewBox: "0 0 32 32",
|
1254
1330
|
fill: "currentColor"
|
1255
|
-
}, rest),
|
1256
|
-
d: "
|
1257
|
-
|
1258
|
-
|
1259
|
-
d: "M24 26H30V28H24z",
|
1260
|
-
transform: "rotate(-180 27 27)"
|
1261
|
-
})), _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
|
1262
|
-
d: "M22 22H28V24H22z",
|
1263
|
-
transform: "rotate(-180 25 23)"
|
1264
|
-
})), _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
|
1265
|
-
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"
|
1331
|
+
}, rest), _path93 || (_path93 = /*#__PURE__*/React__default.createElement("path", {
|
1332
|
+
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"
|
1333
|
+
})), _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
|
1334
|
+
d: "M21,12.41V16h2V9H16v2h3.59L11,19.59V16H9v7h7V21H12.41Z"
|
1266
1335
|
})), children);
|
1267
1336
|
});
|
1268
1337
|
if (process.env.NODE_ENV !== "production") {
|
1269
|
-
|
1338
|
+
WatsonHealthCircleMeasurement.propTypes = iconPropTypes;
|
1270
1339
|
}
|
1271
|
-
var
|
1340
|
+
var CirclePacking = /*#__PURE__*/React__default.forwardRef(function CirclePacking(_ref47, ref) {
|
1272
1341
|
var children = _ref47.children,
|
1273
1342
|
_ref47$size = _ref47.size,
|
1274
1343
|
size = _ref47$size === undefined ? 16 : _ref47$size,
|
@@ -1280,19 +1349,19 @@ var Close = /*#__PURE__*/React__default.forwardRef(function Close(_ref47, ref) {
|
|
1280
1349
|
xmlns: "http://www.w3.org/2000/svg",
|
1281
1350
|
viewBox: "0 0 32 32",
|
1282
1351
|
fill: "currentColor"
|
1283
|
-
}, rest),
|
1284
|
-
d: "
|
1352
|
+
}, rest), _path95 || (_path95 = /*#__PURE__*/React__default.createElement("path", {
|
1353
|
+
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"
|
1285
1354
|
})), children);
|
1286
1355
|
});
|
1287
1356
|
if (process.env.NODE_ENV !== "production") {
|
1288
|
-
|
1357
|
+
CirclePacking.propTypes = iconPropTypes;
|
1289
1358
|
}
|
1290
|
-
var
|
1359
|
+
var CircleStroke = /*#__PURE__*/React__default.forwardRef(function CircleStroke(_ref48, ref) {
|
1291
1360
|
var children = _ref48.children,
|
1292
1361
|
_ref48$size = _ref48.size,
|
1293
1362
|
size = _ref48$size === undefined ? 16 : _ref48$size,
|
1294
1363
|
rest = _objectWithoutProperties(_ref48, _excluded48);
|
1295
|
-
if (size ===
|
1364
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1296
1365
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1297
1366
|
width: size,
|
1298
1367
|
height: size,
|
@@ -1300,8 +1369,8 @@ var CloseFilled = /*#__PURE__*/React__default.forwardRef(function CloseFilled(_r
|
|
1300
1369
|
xmlns: "http://www.w3.org/2000/svg",
|
1301
1370
|
viewBox: "0 0 16 16",
|
1302
1371
|
fill: "currentColor"
|
1303
|
-
}, rest),
|
1304
|
-
d: "M8,
|
1372
|
+
}, rest), _path96 || (_path96 = /*#__PURE__*/React__default.createElement("path", {
|
1373
|
+
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"
|
1305
1374
|
})), children);
|
1306
1375
|
}
|
1307
1376
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
@@ -1309,20 +1378,16 @@ var CloseFilled = /*#__PURE__*/React__default.forwardRef(function CloseFilled(_r
|
|
1309
1378
|
height: size,
|
1310
1379
|
ref: ref,
|
1311
1380
|
xmlns: "http://www.w3.org/2000/svg",
|
1312
|
-
viewBox: "0 0
|
1381
|
+
viewBox: "0 0 16 16",
|
1313
1382
|
fill: "currentColor"
|
1314
|
-
}, rest),
|
1315
|
-
d: "
|
1316
|
-
})), _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
|
1317
|
-
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",
|
1318
|
-
"data-icon-path": "inner-path",
|
1319
|
-
opacity: "0"
|
1383
|
+
}, rest), _path97 || (_path97 = /*#__PURE__*/React__default.createElement("path", {
|
1384
|
+
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"
|
1320
1385
|
})), children);
|
1321
1386
|
});
|
1322
1387
|
if (process.env.NODE_ENV !== "production") {
|
1323
|
-
|
1388
|
+
CircleStroke.propTypes = iconPropTypes;
|
1324
1389
|
}
|
1325
|
-
var
|
1390
|
+
var QCircuitComposer = /*#__PURE__*/React__default.forwardRef(function QCircuitComposer(_ref49, ref) {
|
1326
1391
|
var children = _ref49.children,
|
1327
1392
|
_ref49$size = _ref49.size,
|
1328
1393
|
size = _ref49$size === undefined ? 16 : _ref49$size,
|
@@ -1334,14 +1399,16 @@ var CloseLarge = /*#__PURE__*/React__default.forwardRef(function CloseLarge(_ref
|
|
1334
1399
|
xmlns: "http://www.w3.org/2000/svg",
|
1335
1400
|
viewBox: "0 0 32 32",
|
1336
1401
|
fill: "currentColor"
|
1337
|
-
}, rest),
|
1338
|
-
d: "
|
1402
|
+
}, rest), _path98 || (_path98 = /*#__PURE__*/React__default.createElement("path", {
|
1403
|
+
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"
|
1404
|
+
})), _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
|
1405
|
+
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"
|
1339
1406
|
})), children);
|
1340
1407
|
});
|
1341
1408
|
if (process.env.NODE_ENV !== "production") {
|
1342
|
-
|
1409
|
+
QCircuitComposer.propTypes = iconPropTypes;
|
1343
1410
|
}
|
1344
|
-
var
|
1411
|
+
var Classification = /*#__PURE__*/React__default.forwardRef(function Classification(_ref50, ref) {
|
1345
1412
|
var children = _ref50.children,
|
1346
1413
|
_ref50$size = _ref50.size,
|
1347
1414
|
size = _ref50$size === undefined ? 16 : _ref50$size,
|
@@ -1353,16 +1420,18 @@ var CloseOutline = /*#__PURE__*/React__default.forwardRef(function CloseOutline(
|
|
1353
1420
|
xmlns: "http://www.w3.org/2000/svg",
|
1354
1421
|
viewBox: "0 0 32 32",
|
1355
1422
|
fill: "currentColor"
|
1356
|
-
}, rest),
|
1357
|
-
|
1358
|
-
|
1359
|
-
|
1423
|
+
}, rest), _circle9 || (_circle9 = /*#__PURE__*/React__default.createElement("circle", {
|
1424
|
+
cx: "15",
|
1425
|
+
cy: "19",
|
1426
|
+
r: "1"
|
1427
|
+
})), _path100 || (_path100 = /*#__PURE__*/React__default.createElement("path", {
|
1428
|
+
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"
|
1360
1429
|
})), children);
|
1361
1430
|
});
|
1362
1431
|
if (process.env.NODE_ENV !== "production") {
|
1363
|
-
|
1432
|
+
Classification.propTypes = iconPropTypes;
|
1364
1433
|
}
|
1365
|
-
var
|
1434
|
+
var ClassifierLanguage = /*#__PURE__*/React__default.forwardRef(function ClassifierLanguage(_ref51, ref) {
|
1366
1435
|
var children = _ref51.children,
|
1367
1436
|
_ref51$size = _ref51.size,
|
1368
1437
|
size = _ref51$size === undefined ? 16 : _ref51$size,
|
@@ -1374,16 +1443,14 @@ var ClosedCaption = /*#__PURE__*/React__default.forwardRef(function ClosedCaptio
|
|
1374
1443
|
xmlns: "http://www.w3.org/2000/svg",
|
1375
1444
|
viewBox: "0 0 32 32",
|
1376
1445
|
fill: "currentColor"
|
1377
|
-
}, rest),
|
1378
|
-
d: "
|
1379
|
-
})), _path93 || (_path93 = /*#__PURE__*/React__default.createElement("path", {
|
1380
|
-
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"
|
1446
|
+
}, rest), _path101 || (_path101 = /*#__PURE__*/React__default.createElement("path", {
|
1447
|
+
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"
|
1381
1448
|
})), children);
|
1382
1449
|
});
|
1383
1450
|
if (process.env.NODE_ENV !== "production") {
|
1384
|
-
|
1451
|
+
ClassifierLanguage.propTypes = iconPropTypes;
|
1385
1452
|
}
|
1386
|
-
var
|
1453
|
+
var Clean = /*#__PURE__*/React__default.forwardRef(function Clean(_ref52, ref) {
|
1387
1454
|
var children = _ref52.children,
|
1388
1455
|
_ref52$size = _ref52.size,
|
1389
1456
|
size = _ref52$size === undefined ? 16 : _ref52$size,
|
@@ -1395,16 +1462,23 @@ var ClosedCaptionAlt = /*#__PURE__*/React__default.forwardRef(function ClosedCap
|
|
1395
1462
|
xmlns: "http://www.w3.org/2000/svg",
|
1396
1463
|
viewBox: "0 0 32 32",
|
1397
1464
|
fill: "currentColor"
|
1398
|
-
}, rest),
|
1399
|
-
d: "
|
1400
|
-
|
1401
|
-
|
1465
|
+
}, rest), _path102 || (_path102 = /*#__PURE__*/React__default.createElement("path", {
|
1466
|
+
d: "M20 18H26V20H20z",
|
1467
|
+
transform: "rotate(-180 23 19)"
|
1468
|
+
})), _path103 || (_path103 = /*#__PURE__*/React__default.createElement("path", {
|
1469
|
+
d: "M24 26H30V28H24z",
|
1470
|
+
transform: "rotate(-180 27 27)"
|
1471
|
+
})), _path104 || (_path104 = /*#__PURE__*/React__default.createElement("path", {
|
1472
|
+
d: "M22 22H28V24H22z",
|
1473
|
+
transform: "rotate(-180 25 23)"
|
1474
|
+
})), _path105 || (_path105 = /*#__PURE__*/React__default.createElement("path", {
|
1475
|
+
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"
|
1402
1476
|
})), children);
|
1403
1477
|
});
|
1404
1478
|
if (process.env.NODE_ENV !== "production") {
|
1405
|
-
|
1479
|
+
Clean.propTypes = iconPropTypes;
|
1406
1480
|
}
|
1407
|
-
var
|
1481
|
+
var Close = /*#__PURE__*/React__default.forwardRef(function Close(_ref53, ref) {
|
1408
1482
|
var children = _ref53.children,
|
1409
1483
|
_ref53$size = _ref53.size,
|
1410
1484
|
size = _ref53$size === undefined ? 16 : _ref53$size,
|
@@ -1416,18 +1490,30 @@ var ClosedCaptionFilled = /*#__PURE__*/React__default.forwardRef(function Closed
|
|
1416
1490
|
xmlns: "http://www.w3.org/2000/svg",
|
1417
1491
|
viewBox: "0 0 32 32",
|
1418
1492
|
fill: "currentColor"
|
1419
|
-
}, rest),
|
1420
|
-
d: "
|
1493
|
+
}, rest), _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
|
1494
|
+
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"
|
1421
1495
|
})), children);
|
1422
1496
|
});
|
1423
1497
|
if (process.env.NODE_ENV !== "production") {
|
1424
|
-
|
1498
|
+
Close.propTypes = iconPropTypes;
|
1425
1499
|
}
|
1426
|
-
var
|
1500
|
+
var CloseFilled = /*#__PURE__*/React__default.forwardRef(function CloseFilled(_ref54, ref) {
|
1427
1501
|
var children = _ref54.children,
|
1428
1502
|
_ref54$size = _ref54.size,
|
1429
1503
|
size = _ref54$size === undefined ? 16 : _ref54$size,
|
1430
1504
|
rest = _objectWithoutProperties(_ref54, _excluded54);
|
1505
|
+
if (size === 16 || size === "16" || size === "16px") {
|
1506
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1507
|
+
width: size,
|
1508
|
+
height: size,
|
1509
|
+
ref: ref,
|
1510
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1511
|
+
viewBox: "0 0 16 16",
|
1512
|
+
fill: "currentColor"
|
1513
|
+
}, rest), _path107 || (_path107 = /*#__PURE__*/React__default.createElement("path", {
|
1514
|
+
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"
|
1515
|
+
})), children);
|
1516
|
+
}
|
1431
1517
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1432
1518
|
width: size,
|
1433
1519
|
height: size,
|
@@ -1435,14 +1521,18 @@ var Cloud = /*#__PURE__*/React__default.forwardRef(function Cloud(_ref54, ref) {
|
|
1435
1521
|
xmlns: "http://www.w3.org/2000/svg",
|
1436
1522
|
viewBox: "0 0 32 32",
|
1437
1523
|
fill: "currentColor"
|
1438
|
-
}, rest),
|
1439
|
-
d: "M16,
|
1524
|
+
}, rest), _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
|
1525
|
+
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"
|
1526
|
+
})), _path109 || (_path109 = /*#__PURE__*/React__default.createElement("path", {
|
1527
|
+
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",
|
1528
|
+
"data-icon-path": "inner-path",
|
1529
|
+
opacity: "0"
|
1440
1530
|
})), children);
|
1441
1531
|
});
|
1442
1532
|
if (process.env.NODE_ENV !== "production") {
|
1443
|
-
|
1533
|
+
CloseFilled.propTypes = iconPropTypes;
|
1444
1534
|
}
|
1445
|
-
var
|
1535
|
+
var CloseLarge = /*#__PURE__*/React__default.forwardRef(function CloseLarge(_ref55, ref) {
|
1446
1536
|
var children = _ref55.children,
|
1447
1537
|
_ref55$size = _ref55.size,
|
1448
1538
|
size = _ref55$size === undefined ? 16 : _ref55$size,
|
@@ -1454,16 +1544,14 @@ var CloudAlerting = /*#__PURE__*/React__default.forwardRef(function CloudAlertin
|
|
1454
1544
|
xmlns: "http://www.w3.org/2000/svg",
|
1455
1545
|
viewBox: "0 0 32 32",
|
1456
1546
|
fill: "currentColor"
|
1457
|
-
}, rest),
|
1458
|
-
d: "
|
1459
|
-
})), _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
|
1460
|
-
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"
|
1547
|
+
}, rest), _path110 || (_path110 = /*#__PURE__*/React__default.createElement("path", {
|
1548
|
+
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"
|
1461
1549
|
})), children);
|
1462
1550
|
});
|
1463
1551
|
if (process.env.NODE_ENV !== "production") {
|
1464
|
-
|
1552
|
+
CloseLarge.propTypes = iconPropTypes;
|
1465
1553
|
}
|
1466
|
-
var
|
1554
|
+
var CloseOutline = /*#__PURE__*/React__default.forwardRef(function CloseOutline(_ref56, ref) {
|
1467
1555
|
var children = _ref56.children,
|
1468
1556
|
_ref56$size = _ref56.size,
|
1469
1557
|
size = _ref56$size === undefined ? 16 : _ref56$size,
|
@@ -1475,16 +1563,16 @@ var CloudAuditing = /*#__PURE__*/React__default.forwardRef(function CloudAuditin
|
|
1475
1563
|
xmlns: "http://www.w3.org/2000/svg",
|
1476
1564
|
viewBox: "0 0 32 32",
|
1477
1565
|
fill: "currentColor"
|
1478
|
-
}, rest),
|
1479
|
-
d: "
|
1480
|
-
})),
|
1481
|
-
d: "M21
|
1566
|
+
}, rest), _path111 || (_path111 = /*#__PURE__*/React__default.createElement("path", {
|
1567
|
+
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"
|
1568
|
+
})), _path112 || (_path112 = /*#__PURE__*/React__default.createElement("path", {
|
1569
|
+
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"
|
1482
1570
|
})), children);
|
1483
1571
|
});
|
1484
1572
|
if (process.env.NODE_ENV !== "production") {
|
1485
|
-
|
1573
|
+
CloseOutline.propTypes = iconPropTypes;
|
1486
1574
|
}
|
1487
|
-
var
|
1575
|
+
var ClosedCaption = /*#__PURE__*/React__default.forwardRef(function ClosedCaption(_ref57, ref) {
|
1488
1576
|
var children = _ref57.children,
|
1489
1577
|
_ref57$size = _ref57.size,
|
1490
1578
|
size = _ref57$size === undefined ? 16 : _ref57$size,
|
@@ -1496,14 +1584,16 @@ var CloudDataOps = /*#__PURE__*/React__default.forwardRef(function CloudDataOps(
|
|
1496
1584
|
xmlns: "http://www.w3.org/2000/svg",
|
1497
1585
|
viewBox: "0 0 32 32",
|
1498
1586
|
fill: "currentColor"
|
1499
|
-
}, rest),
|
1500
|
-
d: "
|
1587
|
+
}, rest), _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
|
1588
|
+
d: "M15 21H10a2 2 0 01-2-2V13a2 2 0 012-2h5v2H10v6h5zM25 21H20a2 2 0 01-2-2V13a2 2 0 012-2h5v2H20v6h5z"
|
1589
|
+
})), _path114 || (_path114 = /*#__PURE__*/React__default.createElement("path", {
|
1590
|
+
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"
|
1501
1591
|
})), children);
|
1502
1592
|
});
|
1503
1593
|
if (process.env.NODE_ENV !== "production") {
|
1504
|
-
|
1594
|
+
ClosedCaption.propTypes = iconPropTypes;
|
1505
1595
|
}
|
1506
|
-
var
|
1596
|
+
var ClosedCaptionAlt = /*#__PURE__*/React__default.forwardRef(function ClosedCaptionAlt(_ref58, ref) {
|
1507
1597
|
var children = _ref58.children,
|
1508
1598
|
_ref58$size = _ref58.size,
|
1509
1599
|
size = _ref58$size === undefined ? 16 : _ref58$size,
|
@@ -1515,16 +1605,16 @@ var CloudDownload = /*#__PURE__*/React__default.forwardRef(function CloudDownloa
|
|
1515
1605
|
xmlns: "http://www.w3.org/2000/svg",
|
1516
1606
|
viewBox: "0 0 32 32",
|
1517
1607
|
fill: "currentColor"
|
1518
|
-
}, rest),
|
1519
|
-
d: "
|
1520
|
-
})),
|
1521
|
-
d: "M17
|
1608
|
+
}, rest), _path115 || (_path115 = /*#__PURE__*/React__default.createElement("path", {
|
1609
|
+
d: "M19 17H25V19H19zM11 17H17V19H11zM6 17H9V19H6zM22 13H26V15H22zM13 13H20V15H13zM6 13H11V15H6z"
|
1610
|
+
})), _path116 || (_path116 = /*#__PURE__*/React__default.createElement("path", {
|
1611
|
+
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"
|
1522
1612
|
})), children);
|
1523
1613
|
});
|
1524
1614
|
if (process.env.NODE_ENV !== "production") {
|
1525
|
-
|
1615
|
+
ClosedCaptionAlt.propTypes = iconPropTypes;
|
1526
1616
|
}
|
1527
|
-
var
|
1617
|
+
var ClosedCaptionFilled = /*#__PURE__*/React__default.forwardRef(function ClosedCaptionFilled(_ref59, ref) {
|
1528
1618
|
var children = _ref59.children,
|
1529
1619
|
_ref59$size = _ref59.size,
|
1530
1620
|
size = _ref59$size === undefined ? 16 : _ref59$size,
|
@@ -1536,16 +1626,14 @@ var CloudLogging = /*#__PURE__*/React__default.forwardRef(function CloudLogging(
|
|
1536
1626
|
xmlns: "http://www.w3.org/2000/svg",
|
1537
1627
|
viewBox: "0 0 32 32",
|
1538
1628
|
fill: "currentColor"
|
1539
|
-
}, rest),
|
1540
|
-
d: "M28
|
1541
|
-
})), _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
|
1542
|
-
d: "M18 8H30V10H18zM18 12H24V14H18z"
|
1629
|
+
}, rest), _path117 || (_path117 = /*#__PURE__*/React__default.createElement("path", {
|
1630
|
+
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"
|
1543
1631
|
})), children);
|
1544
1632
|
});
|
1545
1633
|
if (process.env.NODE_ENV !== "production") {
|
1546
|
-
|
1634
|
+
ClosedCaptionFilled.propTypes = iconPropTypes;
|
1547
1635
|
}
|
1548
|
-
var
|
1636
|
+
var Cloud = /*#__PURE__*/React__default.forwardRef(function Cloud(_ref60, ref) {
|
1549
1637
|
var children = _ref60.children,
|
1550
1638
|
_ref60$size = _ref60.size,
|
1551
1639
|
size = _ref60$size === undefined ? 16 : _ref60$size,
|
@@ -1557,16 +1645,14 @@ var CloudMonitoring = /*#__PURE__*/React__default.forwardRef(function CloudMonit
|
|
1557
1645
|
xmlns: "http://www.w3.org/2000/svg",
|
1558
1646
|
viewBox: "0 0 32 32",
|
1559
1647
|
fill: "currentColor"
|
1560
|
-
}, rest),
|
1561
|
-
d: "
|
1562
|
-
})), _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
|
1563
|
-
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"
|
1648
|
+
}, rest), _path118 || (_path118 = /*#__PURE__*/React__default.createElement("path", {
|
1649
|
+
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"
|
1564
1650
|
})), children);
|
1565
1651
|
});
|
1566
1652
|
if (process.env.NODE_ENV !== "production") {
|
1567
|
-
|
1653
|
+
Cloud.propTypes = iconPropTypes;
|
1568
1654
|
}
|
1569
|
-
var
|
1655
|
+
var CloudAlerting = /*#__PURE__*/React__default.forwardRef(function CloudAlerting(_ref61, ref) {
|
1570
1656
|
var children = _ref61.children,
|
1571
1657
|
_ref61$size = _ref61.size,
|
1572
1658
|
size = _ref61$size === undefined ? 16 : _ref61$size,
|
@@ -1578,14 +1664,16 @@ var CloudOffline = /*#__PURE__*/React__default.forwardRef(function CloudOffline(
|
|
1578
1664
|
xmlns: "http://www.w3.org/2000/svg",
|
1579
1665
|
viewBox: "0 0 32 32",
|
1580
1666
|
fill: "currentColor"
|
1581
|
-
}, rest),
|
1582
|
-
d: "
|
1667
|
+
}, rest), _path119 || (_path119 = /*#__PURE__*/React__default.createElement("path", {
|
1668
|
+
d: "M28,17v5H4V6H15V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
1669
|
+
})), _path120 || (_path120 = /*#__PURE__*/React__default.createElement("path", {
|
1670
|
+
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"
|
1583
1671
|
})), children);
|
1584
1672
|
});
|
1585
1673
|
if (process.env.NODE_ENV !== "production") {
|
1586
|
-
|
1674
|
+
CloudAlerting.propTypes = iconPropTypes;
|
1587
1675
|
}
|
1588
|
-
var
|
1676
|
+
var CloudAuditing = /*#__PURE__*/React__default.forwardRef(function CloudAuditing(_ref62, ref) {
|
1589
1677
|
var children = _ref62.children,
|
1590
1678
|
_ref62$size = _ref62.size,
|
1591
1679
|
size = _ref62$size === undefined ? 16 : _ref62$size,
|
@@ -1597,16 +1685,16 @@ var CloudServiceManagement = /*#__PURE__*/React__default.forwardRef(function Clo
|
|
1597
1685
|
xmlns: "http://www.w3.org/2000/svg",
|
1598
1686
|
viewBox: "0 0 32 32",
|
1599
1687
|
fill: "currentColor"
|
1600
|
-
}, rest),
|
1601
|
-
d: "M28,
|
1602
|
-
})),
|
1603
|
-
d: "
|
1688
|
+
}, rest), _path121 || (_path121 = /*#__PURE__*/React__default.createElement("path", {
|
1689
|
+
d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
1690
|
+
})), _path122 || (_path122 = /*#__PURE__*/React__default.createElement("path", {
|
1691
|
+
d: "M21 15L16 10.04 17.59 8.47 21 11.85 28.41 4.5 30 6.08 21 15z"
|
1604
1692
|
})), children);
|
1605
1693
|
});
|
1606
1694
|
if (process.env.NODE_ENV !== "production") {
|
1607
|
-
|
1695
|
+
CloudAuditing.propTypes = iconPropTypes;
|
1608
1696
|
}
|
1609
|
-
var
|
1697
|
+
var CloudDataOps = /*#__PURE__*/React__default.forwardRef(function CloudDataOps(_ref63, ref) {
|
1610
1698
|
var children = _ref63.children,
|
1611
1699
|
_ref63$size = _ref63.size,
|
1612
1700
|
size = _ref63$size === undefined ? 16 : _ref63$size,
|
@@ -1618,16 +1706,14 @@ var CloudUpload = /*#__PURE__*/React__default.forwardRef(function CloudUpload(_r
|
|
1618
1706
|
xmlns: "http://www.w3.org/2000/svg",
|
1619
1707
|
viewBox: "0 0 32 32",
|
1620
1708
|
fill: "currentColor"
|
1621
|
-
}, rest),
|
1622
|
-
d: "
|
1623
|
-
})), _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
|
1624
|
-
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"
|
1709
|
+
}, rest), _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
|
1710
|
+
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"
|
1625
1711
|
})), children);
|
1626
1712
|
});
|
1627
1713
|
if (process.env.NODE_ENV !== "production") {
|
1628
|
-
|
1714
|
+
CloudDataOps.propTypes = iconPropTypes;
|
1629
1715
|
}
|
1630
|
-
var
|
1716
|
+
var CloudDownload = /*#__PURE__*/React__default.forwardRef(function CloudDownload(_ref64, ref) {
|
1631
1717
|
var children = _ref64.children,
|
1632
1718
|
_ref64$size = _ref64.size,
|
1633
1719
|
size = _ref64$size === undefined ? 16 : _ref64$size,
|
@@ -1639,14 +1725,16 @@ var CloudApp = /*#__PURE__*/React__default.forwardRef(function CloudApp(_ref64,
|
|
1639
1725
|
xmlns: "http://www.w3.org/2000/svg",
|
1640
1726
|
viewBox: "0 0 32 32",
|
1641
1727
|
fill: "currentColor"
|
1642
|
-
}, rest),
|
1643
|
-
d: "
|
1728
|
+
}, rest), _path124 || (_path124 = /*#__PURE__*/React__default.createElement("path", {
|
1729
|
+
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"
|
1730
|
+
})), _path125 || (_path125 = /*#__PURE__*/React__default.createElement("path", {
|
1731
|
+
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"
|
1644
1732
|
})), children);
|
1645
1733
|
});
|
1646
1734
|
if (process.env.NODE_ENV !== "production") {
|
1647
|
-
|
1735
|
+
CloudDownload.propTypes = iconPropTypes;
|
1648
1736
|
}
|
1649
|
-
var
|
1737
|
+
var CloudLogging = /*#__PURE__*/React__default.forwardRef(function CloudLogging(_ref65, ref) {
|
1650
1738
|
var children = _ref65.children,
|
1651
1739
|
_ref65$size = _ref65.size,
|
1652
1740
|
size = _ref65$size === undefined ? 16 : _ref65$size,
|
@@ -1658,16 +1746,16 @@ var CloudCeiling = /*#__PURE__*/React__default.forwardRef(function CloudCeiling(
|
|
1658
1746
|
xmlns: "http://www.w3.org/2000/svg",
|
1659
1747
|
viewBox: "0 0 32 32",
|
1660
1748
|
fill: "currentColor"
|
1661
|
-
}, rest),
|
1662
|
-
d: "
|
1663
|
-
})),
|
1664
|
-
d: "
|
1749
|
+
}, rest), _path126 || (_path126 = /*#__PURE__*/React__default.createElement("path", {
|
1750
|
+
d: "M28 16v6H4V6H15V4H4A2 2 0 002 6V22a2 2 0 002 2h8v4H8v2H24V28H20V24h8a2 2 0 002-2V16zM18 28H14V24h4zM18 4H30V6H18z"
|
1751
|
+
})), _path127 || (_path127 = /*#__PURE__*/React__default.createElement("path", {
|
1752
|
+
d: "M18 8H30V10H18zM18 12H24V14H18z"
|
1665
1753
|
})), children);
|
1666
1754
|
});
|
1667
1755
|
if (process.env.NODE_ENV !== "production") {
|
1668
|
-
|
1756
|
+
CloudLogging.propTypes = iconPropTypes;
|
1669
1757
|
}
|
1670
|
-
var
|
1758
|
+
var CloudMonitoring = /*#__PURE__*/React__default.forwardRef(function CloudMonitoring(_ref66, ref) {
|
1671
1759
|
var children = _ref66.children,
|
1672
1760
|
_ref66$size = _ref66.size,
|
1673
1761
|
size = _ref66$size === undefined ? 16 : _ref66$size,
|
@@ -1679,16 +1767,16 @@ var CloudFoundry_1 = /*#__PURE__*/React__default.forwardRef(function CloudFoundr
|
|
1679
1767
|
xmlns: "http://www.w3.org/2000/svg",
|
1680
1768
|
viewBox: "0 0 32 32",
|
1681
1769
|
fill: "currentColor"
|
1682
|
-
}, rest),
|
1683
|
-
d: "
|
1684
|
-
})),
|
1685
|
-
d: "
|
1770
|
+
}, rest), _path128 || (_path128 = /*#__PURE__*/React__default.createElement("path", {
|
1771
|
+
d: "M28,16v6H4V6h7V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
1772
|
+
})), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
|
1773
|
+
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"
|
1686
1774
|
})), children);
|
1687
1775
|
});
|
1688
1776
|
if (process.env.NODE_ENV !== "production") {
|
1689
|
-
|
1777
|
+
CloudMonitoring.propTypes = iconPropTypes;
|
1690
1778
|
}
|
1691
|
-
var
|
1779
|
+
var CloudOffline = /*#__PURE__*/React__default.forwardRef(function CloudOffline(_ref67, ref) {
|
1692
1780
|
var children = _ref67.children,
|
1693
1781
|
_ref67$size = _ref67.size,
|
1694
1782
|
size = _ref67$size === undefined ? 16 : _ref67$size,
|
@@ -1700,14 +1788,14 @@ var CloudFoundry_2 = /*#__PURE__*/React__default.forwardRef(function CloudFoundr
|
|
1700
1788
|
xmlns: "http://www.w3.org/2000/svg",
|
1701
1789
|
viewBox: "0 0 32 32",
|
1702
1790
|
fill: "currentColor"
|
1703
|
-
}, rest),
|
1704
|
-
d: "
|
1791
|
+
}, rest), _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
|
1792
|
+
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"
|
1705
1793
|
})), children);
|
1706
1794
|
});
|
1707
1795
|
if (process.env.NODE_ENV !== "production") {
|
1708
|
-
|
1796
|
+
CloudOffline.propTypes = iconPropTypes;
|
1709
1797
|
}
|
1710
|
-
var
|
1798
|
+
var CloudServiceManagement = /*#__PURE__*/React__default.forwardRef(function CloudServiceManagement(_ref68, ref) {
|
1711
1799
|
var children = _ref68.children,
|
1712
1800
|
_ref68$size = _ref68.size,
|
1713
1801
|
size = _ref68$size === undefined ? 16 : _ref68$size,
|
@@ -1719,16 +1807,16 @@ var CloudRegistry = /*#__PURE__*/React__default.forwardRef(function CloudRegistr
|
|
1719
1807
|
xmlns: "http://www.w3.org/2000/svg",
|
1720
1808
|
viewBox: "0 0 32 32",
|
1721
1809
|
fill: "currentColor"
|
1722
|
-
}, rest),
|
1723
|
-
d: "M28
|
1724
|
-
})),
|
1725
|
-
d: "
|
1810
|
+
}, rest), _path131 || (_path131 = /*#__PURE__*/React__default.createElement("path", {
|
1811
|
+
d: "M28,17v5H4V6H14V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
1812
|
+
})), _path132 || (_path132 = /*#__PURE__*/React__default.createElement("path", {
|
1813
|
+
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"
|
1726
1814
|
})), children);
|
1727
1815
|
});
|
1728
1816
|
if (process.env.NODE_ENV !== "production") {
|
1729
|
-
|
1817
|
+
CloudServiceManagement.propTypes = iconPropTypes;
|
1730
1818
|
}
|
1731
|
-
var
|
1819
|
+
var CloudUpload = /*#__PURE__*/React__default.forwardRef(function CloudUpload(_ref69, ref) {
|
1732
1820
|
var children = _ref69.children,
|
1733
1821
|
_ref69$size = _ref69.size,
|
1734
1822
|
size = _ref69$size === undefined ? 16 : _ref69$size,
|
@@ -1740,24 +1828,16 @@ var CloudSatellite = /*#__PURE__*/React__default.forwardRef(function CloudSatell
|
|
1740
1828
|
xmlns: "http://www.w3.org/2000/svg",
|
1741
1829
|
viewBox: "0 0 32 32",
|
1742
1830
|
fill: "currentColor"
|
1743
|
-
}, rest),
|
1744
|
-
|
1745
|
-
|
1746
|
-
|
1747
|
-
})), _path122 || (_path122 = /*#__PURE__*/React__default.createElement("path", {
|
1748
|
-
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"
|
1749
|
-
})), _circle11 || (_circle11 = /*#__PURE__*/React__default.createElement("circle", {
|
1750
|
-
cx: "23",
|
1751
|
-
cy: "12",
|
1752
|
-
r: "2"
|
1753
|
-
})), _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
|
1754
|
-
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"
|
1831
|
+
}, rest), _path133 || (_path133 = /*#__PURE__*/React__default.createElement("path", {
|
1832
|
+
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"
|
1833
|
+
})), _path134 || (_path134 = /*#__PURE__*/React__default.createElement("path", {
|
1834
|
+
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"
|
1755
1835
|
})), children);
|
1756
1836
|
});
|
1757
1837
|
if (process.env.NODE_ENV !== "production") {
|
1758
|
-
|
1838
|
+
CloudUpload.propTypes = iconPropTypes;
|
1759
1839
|
}
|
1760
|
-
var
|
1840
|
+
var CloudApp = /*#__PURE__*/React__default.forwardRef(function CloudApp(_ref70, ref) {
|
1761
1841
|
var children = _ref70.children,
|
1762
1842
|
_ref70$size = _ref70.size,
|
1763
1843
|
size = _ref70$size === undefined ? 16 : _ref70$size,
|
@@ -1769,59 +1849,35 @@ var CloudSatelliteConfig = /*#__PURE__*/React__default.forwardRef(function Cloud
|
|
1769
1849
|
xmlns: "http://www.w3.org/2000/svg",
|
1770
1850
|
viewBox: "0 0 32 32",
|
1771
1851
|
fill: "currentColor"
|
1772
|
-
}, rest),
|
1773
|
-
d: "
|
1774
|
-
})), _circle12 || (_circle12 = /*#__PURE__*/React__default.createElement("circle", {
|
1775
|
-
cx: "7",
|
1776
|
-
cy: "20",
|
1777
|
-
r: "2"
|
1778
|
-
})), _path125 || (_path125 = /*#__PURE__*/React__default.createElement("path", {
|
1779
|
-
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"
|
1780
|
-
})), _circle13 || (_circle13 = /*#__PURE__*/React__default.createElement("circle", {
|
1781
|
-
cx: "21",
|
1782
|
-
cy: "12",
|
1783
|
-
r: "2"
|
1784
|
-
})), _path126 || (_path126 = /*#__PURE__*/React__default.createElement("path", {
|
1785
|
-
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"
|
1852
|
+
}, rest), _path135 || (_path135 = /*#__PURE__*/React__default.createElement("path", {
|
1853
|
+
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"
|
1786
1854
|
})), children);
|
1787
1855
|
});
|
1788
1856
|
if (process.env.NODE_ENV !== "production") {
|
1789
|
-
|
1857
|
+
CloudApp.propTypes = iconPropTypes;
|
1790
1858
|
}
|
1791
|
-
var
|
1792
|
-
var children = _ref71.children,
|
1793
|
-
_ref71$size = _ref71.size,
|
1794
|
-
size = _ref71$size === undefined ? 16 : _ref71$size,
|
1795
|
-
rest = _objectWithoutProperties(_ref71, _excluded71);
|
1796
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1797
|
-
width: size,
|
1798
|
-
height: size,
|
1799
|
-
ref: ref,
|
1800
|
-
xmlns: "http://www.w3.org/2000/svg",
|
1801
|
-
viewBox: "0 0 32 32",
|
1802
|
-
fill: "currentColor"
|
1803
|
-
}, rest),
|
1804
|
-
d: "
|
1805
|
-
})),
|
1806
|
-
d: "
|
1807
|
-
})), _circle14 || (_circle14 = /*#__PURE__*/React__default.createElement("circle", {
|
1808
|
-
cx: "7",
|
1809
|
-
cy: "20",
|
1810
|
-
r: "2"
|
1811
|
-
})), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
|
1812
|
-
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"
|
1813
|
-
})), _circle15 || (_circle15 = /*#__PURE__*/React__default.createElement("circle", {
|
1814
|
-
cx: "21",
|
1815
|
-
cy: "12",
|
1816
|
-
r: "2"
|
1817
|
-
})), _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
|
1818
|
-
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"
|
1859
|
+
var CloudCeiling = /*#__PURE__*/React__default.forwardRef(function CloudCeiling(_ref71, ref) {
|
1860
|
+
var children = _ref71.children,
|
1861
|
+
_ref71$size = _ref71.size,
|
1862
|
+
size = _ref71$size === undefined ? 16 : _ref71$size,
|
1863
|
+
rest = _objectWithoutProperties(_ref71, _excluded71);
|
1864
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1865
|
+
width: size,
|
1866
|
+
height: size,
|
1867
|
+
ref: ref,
|
1868
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1869
|
+
viewBox: "0 0 32 32",
|
1870
|
+
fill: "currentColor"
|
1871
|
+
}, rest), _path136 || (_path136 = /*#__PURE__*/React__default.createElement("path", {
|
1872
|
+
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"
|
1873
|
+
})), _path137 || (_path137 = /*#__PURE__*/React__default.createElement("path", {
|
1874
|
+
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"
|
1819
1875
|
})), children);
|
1820
1876
|
});
|
1821
1877
|
if (process.env.NODE_ENV !== "production") {
|
1822
|
-
|
1878
|
+
CloudCeiling.propTypes = iconPropTypes;
|
1823
1879
|
}
|
1824
|
-
var
|
1880
|
+
var CloudFoundry_1 = /*#__PURE__*/React__default.forwardRef(function CloudFoundry_1(_ref72, ref) {
|
1825
1881
|
var children = _ref72.children,
|
1826
1882
|
_ref72$size = _ref72.size,
|
1827
1883
|
size = _ref72$size === undefined ? 16 : _ref72$size,
|
@@ -1833,26 +1889,16 @@ var CloudSatelliteServices = /*#__PURE__*/React__default.forwardRef(function Clo
|
|
1833
1889
|
xmlns: "http://www.w3.org/2000/svg",
|
1834
1890
|
viewBox: "0 0 32 32",
|
1835
1891
|
fill: "currentColor"
|
1836
|
-
}, rest),
|
1837
|
-
d: "
|
1838
|
-
})),
|
1839
|
-
|
1840
|
-
cy: "20",
|
1841
|
-
r: "2"
|
1842
|
-
})), _path132 || (_path132 = /*#__PURE__*/React__default.createElement("path", {
|
1843
|
-
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"
|
1844
|
-
})), _circle17 || (_circle17 = /*#__PURE__*/React__default.createElement("circle", {
|
1845
|
-
cx: "21",
|
1846
|
-
cy: "12",
|
1847
|
-
r: "2"
|
1848
|
-
})), _path133 || (_path133 = /*#__PURE__*/React__default.createElement("path", {
|
1849
|
-
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"
|
1892
|
+
}, rest), _path138 || (_path138 = /*#__PURE__*/React__default.createElement("path", {
|
1893
|
+
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"
|
1894
|
+
})), _path139 || (_path139 = /*#__PURE__*/React__default.createElement("path", {
|
1895
|
+
d: "M14 24H11a2 2 0 01-2-2V19a2 2 0 012-2h3v2H11v3h3zM21 15V13H19a2 2 0 00-2 2v2H16v2h1v5h2V19h2V17H19V15z"
|
1850
1896
|
})), children);
|
1851
1897
|
});
|
1852
1898
|
if (process.env.NODE_ENV !== "production") {
|
1853
|
-
|
1899
|
+
CloudFoundry_1.propTypes = iconPropTypes;
|
1854
1900
|
}
|
1855
|
-
var
|
1901
|
+
var CloudFoundry_2 = /*#__PURE__*/React__default.forwardRef(function CloudFoundry_2(_ref73, ref) {
|
1856
1902
|
var children = _ref73.children,
|
1857
1903
|
_ref73$size = _ref73.size,
|
1858
1904
|
size = _ref73$size === undefined ? 16 : _ref73$size,
|
@@ -1864,16 +1910,14 @@ var CloudServices = /*#__PURE__*/React__default.forwardRef(function CloudService
|
|
1864
1910
|
xmlns: "http://www.w3.org/2000/svg",
|
1865
1911
|
viewBox: "0 0 32 32",
|
1866
1912
|
fill: "currentColor"
|
1867
|
-
}, rest),
|
1868
|
-
d: "M25
|
1869
|
-
})), _path135 || (_path135 = /*#__PURE__*/React__default.createElement("path", {
|
1870
|
-
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"
|
1913
|
+
}, rest), _path140 || (_path140 = /*#__PURE__*/React__default.createElement("path", {
|
1914
|
+
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"
|
1871
1915
|
})), children);
|
1872
1916
|
});
|
1873
1917
|
if (process.env.NODE_ENV !== "production") {
|
1874
|
-
|
1918
|
+
CloudFoundry_2.propTypes = iconPropTypes;
|
1875
1919
|
}
|
1876
|
-
var
|
1920
|
+
var CloudRegistry = /*#__PURE__*/React__default.forwardRef(function CloudRegistry(_ref74, ref) {
|
1877
1921
|
var children = _ref74.children,
|
1878
1922
|
_ref74$size = _ref74.size,
|
1879
1923
|
size = _ref74$size === undefined ? 16 : _ref74$size,
|
@@ -1885,14 +1929,16 @@ var Cloudy = /*#__PURE__*/React__default.forwardRef(function Cloudy(_ref74, ref)
|
|
1885
1929
|
xmlns: "http://www.w3.org/2000/svg",
|
1886
1930
|
viewBox: "0 0 32 32",
|
1887
1931
|
fill: "currentColor"
|
1888
|
-
}, rest),
|
1889
|
-
d: "
|
1932
|
+
}, rest), _path141 || (_path141 = /*#__PURE__*/React__default.createElement("path", {
|
1933
|
+
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"
|
1934
|
+
})), _path142 || (_path142 = /*#__PURE__*/React__default.createElement("path", {
|
1935
|
+
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"
|
1890
1936
|
})), children);
|
1891
1937
|
});
|
1892
1938
|
if (process.env.NODE_ENV !== "production") {
|
1893
|
-
|
1939
|
+
CloudRegistry.propTypes = iconPropTypes;
|
1894
1940
|
}
|
1895
|
-
var
|
1941
|
+
var CloudSatellite = /*#__PURE__*/React__default.forwardRef(function CloudSatellite(_ref75, ref) {
|
1896
1942
|
var children = _ref75.children,
|
1897
1943
|
_ref75$size = _ref75.size,
|
1898
1944
|
size = _ref75$size === undefined ? 16 : _ref75$size,
|
@@ -1904,14 +1950,24 @@ var WatsonHealthCobbAngle = /*#__PURE__*/React__default.forwardRef(function Wats
|
|
1904
1950
|
xmlns: "http://www.w3.org/2000/svg",
|
1905
1951
|
viewBox: "0 0 32 32",
|
1906
1952
|
fill: "currentColor"
|
1907
|
-
}, rest),
|
1908
|
-
|
1953
|
+
}, rest), _circle10 || (_circle10 = /*#__PURE__*/React__default.createElement("circle", {
|
1954
|
+
cx: "9",
|
1955
|
+
cy: "20",
|
1956
|
+
r: "2"
|
1957
|
+
})), _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
|
1958
|
+
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"
|
1959
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React__default.createElement("circle", {
|
1960
|
+
cx: "23",
|
1961
|
+
cy: "12",
|
1962
|
+
r: "2"
|
1963
|
+
})), _path144 || (_path144 = /*#__PURE__*/React__default.createElement("path", {
|
1964
|
+
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"
|
1909
1965
|
})), children);
|
1910
1966
|
});
|
1911
1967
|
if (process.env.NODE_ENV !== "production") {
|
1912
|
-
|
1968
|
+
CloudSatellite.propTypes = iconPropTypes;
|
1913
1969
|
}
|
1914
|
-
var
|
1970
|
+
var CloudSatelliteConfig = /*#__PURE__*/React__default.forwardRef(function CloudSatelliteConfig(_ref76, ref) {
|
1915
1971
|
var children = _ref76.children,
|
1916
1972
|
_ref76$size = _ref76.size,
|
1917
1973
|
size = _ref76$size === undefined ? 16 : _ref76$size,
|
@@ -1923,17 +1979,26 @@ var Code = /*#__PURE__*/React__default.forwardRef(function Code(_ref76, ref) {
|
|
1923
1979
|
xmlns: "http://www.w3.org/2000/svg",
|
1924
1980
|
viewBox: "0 0 32 32",
|
1925
1981
|
fill: "currentColor"
|
1926
|
-
}, rest),
|
1927
|
-
d: "
|
1928
|
-
})),
|
1929
|
-
|
1930
|
-
|
1982
|
+
}, rest), _path145 || (_path145 = /*#__PURE__*/React__default.createElement("path", {
|
1983
|
+
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"
|
1984
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React__default.createElement("circle", {
|
1985
|
+
cx: "7",
|
1986
|
+
cy: "20",
|
1987
|
+
r: "2"
|
1988
|
+
})), _path146 || (_path146 = /*#__PURE__*/React__default.createElement("path", {
|
1989
|
+
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"
|
1990
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React__default.createElement("circle", {
|
1991
|
+
cx: "21",
|
1992
|
+
cy: "12",
|
1993
|
+
r: "2"
|
1994
|
+
})), _path147 || (_path147 = /*#__PURE__*/React__default.createElement("path", {
|
1995
|
+
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"
|
1931
1996
|
})), children);
|
1932
1997
|
});
|
1933
1998
|
if (process.env.NODE_ENV !== "production") {
|
1934
|
-
|
1999
|
+
CloudSatelliteConfig.propTypes = iconPropTypes;
|
1935
2000
|
}
|
1936
|
-
var
|
2001
|
+
var CloudSatelliteLink = /*#__PURE__*/React__default.forwardRef(function CloudSatelliteLink(_ref77, ref) {
|
1937
2002
|
var children = _ref77.children,
|
1938
2003
|
_ref77$size = _ref77.size,
|
1939
2004
|
size = _ref77$size === undefined ? 16 : _ref77$size,
|
@@ -1945,14 +2010,28 @@ var CodeHide = /*#__PURE__*/React__default.forwardRef(function CodeHide(_ref77,
|
|
1945
2010
|
xmlns: "http://www.w3.org/2000/svg",
|
1946
2011
|
viewBox: "0 0 32 32",
|
1947
2012
|
fill: "currentColor"
|
1948
|
-
}, rest),
|
1949
|
-
d: "
|
2013
|
+
}, rest), _path148 || (_path148 = /*#__PURE__*/React__default.createElement("path", {
|
2014
|
+
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"
|
2015
|
+
})), _path149 || (_path149 = /*#__PURE__*/React__default.createElement("path", {
|
2016
|
+
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"
|
2017
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React__default.createElement("circle", {
|
2018
|
+
cx: "7",
|
2019
|
+
cy: "20",
|
2020
|
+
r: "2"
|
2021
|
+
})), _path150 || (_path150 = /*#__PURE__*/React__default.createElement("path", {
|
2022
|
+
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"
|
2023
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React__default.createElement("circle", {
|
2024
|
+
cx: "21",
|
2025
|
+
cy: "12",
|
2026
|
+
r: "2"
|
2027
|
+
})), _path151 || (_path151 = /*#__PURE__*/React__default.createElement("path", {
|
2028
|
+
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"
|
1950
2029
|
})), children);
|
1951
2030
|
});
|
1952
2031
|
if (process.env.NODE_ENV !== "production") {
|
1953
|
-
|
2032
|
+
CloudSatelliteLink.propTypes = iconPropTypes;
|
1954
2033
|
}
|
1955
|
-
var
|
2034
|
+
var CloudSatelliteServices = /*#__PURE__*/React__default.forwardRef(function CloudSatelliteServices(_ref78, ref) {
|
1956
2035
|
var children = _ref78.children,
|
1957
2036
|
_ref78$size = _ref78.size,
|
1958
2037
|
size = _ref78$size === undefined ? 16 : _ref78$size,
|
@@ -1964,19 +2043,26 @@ var CodeReference = /*#__PURE__*/React__default.forwardRef(function CodeReferenc
|
|
1964
2043
|
xmlns: "http://www.w3.org/2000/svg",
|
1965
2044
|
viewBox: "0 0 32 32",
|
1966
2045
|
fill: "currentColor"
|
1967
|
-
}, rest),
|
1968
|
-
d: "
|
1969
|
-
})),
|
1970
|
-
|
1971
|
-
|
1972
|
-
|
1973
|
-
|
2046
|
+
}, rest), _path152 || (_path152 = /*#__PURE__*/React__default.createElement("path", {
|
2047
|
+
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"
|
2048
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React__default.createElement("circle", {
|
2049
|
+
cx: "7",
|
2050
|
+
cy: "20",
|
2051
|
+
r: "2"
|
2052
|
+
})), _path153 || (_path153 = /*#__PURE__*/React__default.createElement("path", {
|
2053
|
+
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"
|
2054
|
+
})), _circle17 || (_circle17 = /*#__PURE__*/React__default.createElement("circle", {
|
2055
|
+
cx: "21",
|
2056
|
+
cy: "12",
|
2057
|
+
r: "2"
|
2058
|
+
})), _path154 || (_path154 = /*#__PURE__*/React__default.createElement("path", {
|
2059
|
+
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"
|
1974
2060
|
})), children);
|
1975
2061
|
});
|
1976
2062
|
if (process.env.NODE_ENV !== "production") {
|
1977
|
-
|
2063
|
+
CloudSatelliteServices.propTypes = iconPropTypes;
|
1978
2064
|
}
|
1979
|
-
var
|
2065
|
+
var CloudServices = /*#__PURE__*/React__default.forwardRef(function CloudServices(_ref79, ref) {
|
1980
2066
|
var children = _ref79.children,
|
1981
2067
|
_ref79$size = _ref79.size,
|
1982
2068
|
size = _ref79$size === undefined ? 16 : _ref79$size,
|
@@ -1988,15 +2074,16 @@ var CodeBlock = /*#__PURE__*/React__default.forwardRef(function CodeBlock(_ref79
|
|
1988
2074
|
xmlns: "http://www.w3.org/2000/svg",
|
1989
2075
|
viewBox: "0 0 32 32",
|
1990
2076
|
fill: "currentColor"
|
1991
|
-
}, rest),
|
1992
|
-
|
1993
|
-
|
2077
|
+
}, rest), _path155 || (_path155 = /*#__PURE__*/React__default.createElement("path", {
|
2078
|
+
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"
|
2079
|
+
})), _path156 || (_path156 = /*#__PURE__*/React__default.createElement("path", {
|
2080
|
+
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"
|
1994
2081
|
})), children);
|
1995
2082
|
});
|
1996
2083
|
if (process.env.NODE_ENV !== "production") {
|
1997
|
-
|
2084
|
+
CloudServices.propTypes = iconPropTypes;
|
1998
2085
|
}
|
1999
|
-
var
|
2086
|
+
var Cloudy = /*#__PURE__*/React__default.forwardRef(function Cloudy(_ref80, ref) {
|
2000
2087
|
var children = _ref80.children,
|
2001
2088
|
_ref80$size = _ref80.size,
|
2002
2089
|
size = _ref80$size === undefined ? 16 : _ref80$size,
|
@@ -2008,18 +2095,14 @@ var CodeSigningService = /*#__PURE__*/React__default.forwardRef(function CodeSig
|
|
2008
2095
|
xmlns: "http://www.w3.org/2000/svg",
|
2009
2096
|
viewBox: "0 0 32 32",
|
2010
2097
|
fill: "currentColor"
|
2011
|
-
}, rest),
|
2012
|
-
|
2013
|
-
cy: "20",
|
2014
|
-
r: "1"
|
2015
|
-
})), _path145 || (_path145 = /*#__PURE__*/React__default.createElement("path", {
|
2016
|
-
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"
|
2098
|
+
}, rest), _path157 || (_path157 = /*#__PURE__*/React__default.createElement("path", {
|
2099
|
+
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"
|
2017
2100
|
})), children);
|
2018
2101
|
});
|
2019
2102
|
if (process.env.NODE_ENV !== "production") {
|
2020
|
-
|
2103
|
+
Cloudy.propTypes = iconPropTypes;
|
2021
2104
|
}
|
2022
|
-
var
|
2105
|
+
var WatsonHealthCobbAngle = /*#__PURE__*/React__default.forwardRef(function WatsonHealthCobbAngle(_ref81, ref) {
|
2023
2106
|
var children = _ref81.children,
|
2024
2107
|
_ref81$size = _ref81.size,
|
2025
2108
|
size = _ref81$size === undefined ? 16 : _ref81$size,
|
@@ -2031,14 +2114,14 @@ var Cognitive = /*#__PURE__*/React__default.forwardRef(function Cognitive(_ref81
|
|
2031
2114
|
xmlns: "http://www.w3.org/2000/svg",
|
2032
2115
|
viewBox: "0 0 32 32",
|
2033
2116
|
fill: "currentColor"
|
2034
|
-
}, rest),
|
2035
|
-
d: "
|
2117
|
+
}, rest), _path158 || (_path158 = /*#__PURE__*/React__default.createElement("path", {
|
2118
|
+
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"
|
2036
2119
|
})), children);
|
2037
2120
|
});
|
2038
2121
|
if (process.env.NODE_ENV !== "production") {
|
2039
|
-
|
2122
|
+
WatsonHealthCobbAngle.propTypes = iconPropTypes;
|
2040
2123
|
}
|
2041
|
-
var
|
2124
|
+
var Code = /*#__PURE__*/React__default.forwardRef(function Code(_ref82, ref) {
|
2042
2125
|
var children = _ref82.children,
|
2043
2126
|
_ref82$size = _ref82.size,
|
2044
2127
|
size = _ref82$size === undefined ? 16 : _ref82$size,
|
@@ -2050,14 +2133,17 @@ var Collaborate = /*#__PURE__*/React__default.forwardRef(function Collaborate(_r
|
|
2050
2133
|
xmlns: "http://www.w3.org/2000/svg",
|
2051
2134
|
viewBox: "0 0 32 32",
|
2052
2135
|
fill: "currentColor"
|
2053
|
-
}, rest),
|
2054
|
-
d: "
|
2136
|
+
}, rest), _path159 || (_path159 = /*#__PURE__*/React__default.createElement("path", {
|
2137
|
+
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"
|
2138
|
+
})), _path160 || (_path160 = /*#__PURE__*/React__default.createElement("path", {
|
2139
|
+
d: "M5.91 15H26.080000000000002V17H5.91z",
|
2140
|
+
transform: "rotate(-75 15.996 16)"
|
2055
2141
|
})), children);
|
2056
2142
|
});
|
2057
2143
|
if (process.env.NODE_ENV !== "production") {
|
2058
|
-
|
2144
|
+
Code.propTypes = iconPropTypes;
|
2059
2145
|
}
|
2060
|
-
var
|
2146
|
+
var CodeHide = /*#__PURE__*/React__default.forwardRef(function CodeHide(_ref83, ref) {
|
2061
2147
|
var children = _ref83.children,
|
2062
2148
|
_ref83$size = _ref83.size,
|
2063
2149
|
size = _ref83$size === undefined ? 16 : _ref83$size,
|
@@ -2069,18 +2155,14 @@ var CollapseAll = /*#__PURE__*/React__default.forwardRef(function CollapseAll(_r
|
|
2069
2155
|
xmlns: "http://www.w3.org/2000/svg",
|
2070
2156
|
viewBox: "0 0 32 32",
|
2071
2157
|
fill: "currentColor"
|
2072
|
-
}, rest),
|
2073
|
-
d: "
|
2074
|
-
})), _path149 || (_path149 = /*#__PURE__*/React__default.createElement("path", {
|
2075
|
-
d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
|
2076
|
-
})), _path150 || (_path150 = /*#__PURE__*/React__default.createElement("path", {
|
2077
|
-
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"
|
2158
|
+
}, rest), _path161 || (_path161 = /*#__PURE__*/React__default.createElement("path", {
|
2159
|
+
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"
|
2078
2160
|
})), children);
|
2079
2161
|
});
|
2080
2162
|
if (process.env.NODE_ENV !== "production") {
|
2081
|
-
|
2163
|
+
CodeHide.propTypes = iconPropTypes;
|
2082
2164
|
}
|
2083
|
-
var
|
2165
|
+
var CodeReference = /*#__PURE__*/React__default.forwardRef(function CodeReference(_ref84, ref) {
|
2084
2166
|
var children = _ref84.children,
|
2085
2167
|
_ref84$size = _ref84.size,
|
2086
2168
|
size = _ref84$size === undefined ? 16 : _ref84$size,
|
@@ -2092,14 +2174,19 @@ var CollapseCategories = /*#__PURE__*/React__default.forwardRef(function Collaps
|
|
2092
2174
|
xmlns: "http://www.w3.org/2000/svg",
|
2093
2175
|
viewBox: "0 0 32 32",
|
2094
2176
|
fill: "currentColor"
|
2095
|
-
}, rest),
|
2096
|
-
d: "
|
2177
|
+
}, rest), _path162 || (_path162 = /*#__PURE__*/React__default.createElement("path", {
|
2178
|
+
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"
|
2179
|
+
})), _path163 || (_path163 = /*#__PURE__*/React__default.createElement("path", {
|
2180
|
+
d: "M8.944 9.001H24.974000000000004V11.001H8.944z",
|
2181
|
+
transform: "rotate(-74.995 16.96 10)"
|
2182
|
+
})), _path164 || (_path164 = /*#__PURE__*/React__default.createElement("path", {
|
2183
|
+
d: "M4 10L10 4 11.414 5.414 6.828 10 11.414 14.586 10 16 4 10z"
|
2097
2184
|
})), children);
|
2098
2185
|
});
|
2099
2186
|
if (process.env.NODE_ENV !== "production") {
|
2100
|
-
|
2187
|
+
CodeReference.propTypes = iconPropTypes;
|
2101
2188
|
}
|
2102
|
-
var
|
2189
|
+
var CodeBlock = /*#__PURE__*/React__default.forwardRef(function CodeBlock(_ref85, ref) {
|
2103
2190
|
var children = _ref85.children,
|
2104
2191
|
_ref85$size = _ref85.size,
|
2105
2192
|
size = _ref85$size === undefined ? 16 : _ref85$size,
|
@@ -2111,34 +2198,15 @@ var ColorPalette = /*#__PURE__*/React__default.forwardRef(function ColorPalette(
|
|
2111
2198
|
xmlns: "http://www.w3.org/2000/svg",
|
2112
2199
|
viewBox: "0 0 32 32",
|
2113
2200
|
fill: "currentColor"
|
2114
|
-
}, rest),
|
2115
|
-
|
2116
|
-
|
2117
|
-
r: "2"
|
2118
|
-
})), _circle20 || (_circle20 = /*#__PURE__*/React__default.createElement("circle", {
|
2119
|
-
cx: "16",
|
2120
|
-
cy: "9",
|
2121
|
-
r: "2"
|
2122
|
-
})), _circle21 || (_circle21 = /*#__PURE__*/React__default.createElement("circle", {
|
2123
|
-
cx: "22",
|
2124
|
-
cy: "12",
|
2125
|
-
r: "2"
|
2126
|
-
})), _circle22 || (_circle22 = /*#__PURE__*/React__default.createElement("circle", {
|
2127
|
-
cx: "23",
|
2128
|
-
cy: "18",
|
2129
|
-
r: "2"
|
2130
|
-
})), _circle23 || (_circle23 = /*#__PURE__*/React__default.createElement("circle", {
|
2131
|
-
cx: "19",
|
2132
|
-
cy: "23",
|
2133
|
-
r: "2"
|
2134
|
-
})), _path152 || (_path152 = /*#__PURE__*/React__default.createElement("path", {
|
2135
|
-
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"
|
2201
|
+
}, rest), _path165 || (_path165 = /*#__PURE__*/React__default.createElement("path", {
|
2202
|
+
strokeWidth: "0",
|
2203
|
+
d: "M2 3H10V5H2zM6 9H30V11H6zM6 15H30V17H6zM2 27H10V29H2zM6 21H22V23H6z"
|
2136
2204
|
})), children);
|
2137
2205
|
});
|
2138
2206
|
if (process.env.NODE_ENV !== "production") {
|
2139
|
-
|
2207
|
+
CodeBlock.propTypes = iconPropTypes;
|
2140
2208
|
}
|
2141
|
-
var
|
2209
|
+
var CodeSigningService = /*#__PURE__*/React__default.forwardRef(function CodeSigningService(_ref86, ref) {
|
2142
2210
|
var children = _ref86.children,
|
2143
2211
|
_ref86$size = _ref86.size,
|
2144
2212
|
size = _ref86$size === undefined ? 16 : _ref86$size,
|
@@ -2150,14 +2218,18 @@ var ColorSwitch = /*#__PURE__*/React__default.forwardRef(function ColorSwitch(_r
|
|
2150
2218
|
xmlns: "http://www.w3.org/2000/svg",
|
2151
2219
|
viewBox: "0 0 32 32",
|
2152
2220
|
fill: "currentColor"
|
2153
|
-
}, rest),
|
2154
|
-
|
2221
|
+
}, rest), _circle18 || (_circle18 = /*#__PURE__*/React__default.createElement("circle", {
|
2222
|
+
cx: "25",
|
2223
|
+
cy: "20",
|
2224
|
+
r: "1"
|
2225
|
+
})), _path166 || (_path166 = /*#__PURE__*/React__default.createElement("path", {
|
2226
|
+
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"
|
2155
2227
|
})), children);
|
2156
2228
|
});
|
2157
2229
|
if (process.env.NODE_ENV !== "production") {
|
2158
|
-
|
2230
|
+
CodeSigningService.propTypes = iconPropTypes;
|
2159
2231
|
}
|
2160
|
-
var
|
2232
|
+
var Cognitive = /*#__PURE__*/React__default.forwardRef(function Cognitive(_ref87, ref) {
|
2161
2233
|
var children = _ref87.children,
|
2162
2234
|
_ref87$size = _ref87.size,
|
2163
2235
|
size = _ref87$size === undefined ? 16 : _ref87$size,
|
@@ -2169,14 +2241,14 @@ var Column = /*#__PURE__*/React__default.forwardRef(function Column(_ref87, ref)
|
|
2169
2241
|
xmlns: "http://www.w3.org/2000/svg",
|
2170
2242
|
viewBox: "0 0 32 32",
|
2171
2243
|
fill: "currentColor"
|
2172
|
-
}, rest),
|
2173
|
-
d: "
|
2244
|
+
}, rest), _path167 || (_path167 = /*#__PURE__*/React__default.createElement("path", {
|
2245
|
+
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"
|
2174
2246
|
})), children);
|
2175
2247
|
});
|
2176
2248
|
if (process.env.NODE_ENV !== "production") {
|
2177
|
-
|
2249
|
+
Cognitive.propTypes = iconPropTypes;
|
2178
2250
|
}
|
2179
|
-
var
|
2251
|
+
var Collaborate = /*#__PURE__*/React__default.forwardRef(function Collaborate(_ref88, ref) {
|
2180
2252
|
var children = _ref88.children,
|
2181
2253
|
_ref88$size = _ref88.size,
|
2182
2254
|
size = _ref88$size === undefined ? 16 : _ref88$size,
|
@@ -2188,16 +2260,14 @@ var ColumnDelete = /*#__PURE__*/React__default.forwardRef(function ColumnDelete(
|
|
2188
2260
|
xmlns: "http://www.w3.org/2000/svg",
|
2189
2261
|
viewBox: "0 0 32 32",
|
2190
2262
|
fill: "currentColor"
|
2191
|
-
}, rest),
|
2192
|
-
d: "
|
2193
|
-
})), _path156 || (_path156 = /*#__PURE__*/React__default.createElement("path", {
|
2194
|
-
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"
|
2263
|
+
}, rest), _path168 || (_path168 = /*#__PURE__*/React__default.createElement("path", {
|
2264
|
+
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"
|
2195
2265
|
})), children);
|
2196
2266
|
});
|
2197
2267
|
if (process.env.NODE_ENV !== "production") {
|
2198
|
-
|
2268
|
+
Collaborate.propTypes = iconPropTypes;
|
2199
2269
|
}
|
2200
|
-
var
|
2270
|
+
var CollapseAll = /*#__PURE__*/React__default.forwardRef(function CollapseAll(_ref89, ref) {
|
2201
2271
|
var children = _ref89.children,
|
2202
2272
|
_ref89$size = _ref89.size,
|
2203
2273
|
size = _ref89$size === undefined ? 16 : _ref89$size,
|
@@ -2209,14 +2279,18 @@ var ColumnInsert = /*#__PURE__*/React__default.forwardRef(function ColumnInsert(
|
|
2209
2279
|
xmlns: "http://www.w3.org/2000/svg",
|
2210
2280
|
viewBox: "0 0 32 32",
|
2211
2281
|
fill: "currentColor"
|
2212
|
-
}, rest),
|
2213
|
-
d: "
|
2282
|
+
}, rest), _path169 || (_path169 = /*#__PURE__*/React__default.createElement("path", {
|
2283
|
+
d: "M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z"
|
2284
|
+
})), _path170 || (_path170 = /*#__PURE__*/React__default.createElement("path", {
|
2285
|
+
d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
|
2286
|
+
})), _path171 || (_path171 = /*#__PURE__*/React__default.createElement("path", {
|
2287
|
+
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"
|
2214
2288
|
})), children);
|
2215
2289
|
});
|
2216
2290
|
if (process.env.NODE_ENV !== "production") {
|
2217
|
-
|
2291
|
+
CollapseAll.propTypes = iconPropTypes;
|
2218
2292
|
}
|
2219
|
-
var
|
2293
|
+
var CollapseCategories = /*#__PURE__*/React__default.forwardRef(function CollapseCategories(_ref90, ref) {
|
2220
2294
|
var children = _ref90.children,
|
2221
2295
|
_ref90$size = _ref90.size,
|
2222
2296
|
size = _ref90$size === undefined ? 16 : _ref90$size,
|
@@ -2228,14 +2302,14 @@ var ColumnDependency = /*#__PURE__*/React__default.forwardRef(function ColumnDep
|
|
2228
2302
|
xmlns: "http://www.w3.org/2000/svg",
|
2229
2303
|
viewBox: "0 0 32 32",
|
2230
2304
|
fill: "currentColor"
|
2231
|
-
}, rest),
|
2232
|
-
d: "
|
2305
|
+
}, rest), _path172 || (_path172 = /*#__PURE__*/React__default.createElement("path", {
|
2306
|
+
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"
|
2233
2307
|
})), children);
|
2234
2308
|
});
|
2235
2309
|
if (process.env.NODE_ENV !== "production") {
|
2236
|
-
|
2310
|
+
CollapseCategories.propTypes = iconPropTypes;
|
2237
2311
|
}
|
2238
|
-
var
|
2312
|
+
var ColorPalette = /*#__PURE__*/React__default.forwardRef(function ColorPalette(_ref91, ref) {
|
2239
2313
|
var children = _ref91.children,
|
2240
2314
|
_ref91$size = _ref91.size,
|
2241
2315
|
size = _ref91$size === undefined ? 16 : _ref91$size,
|
@@ -2247,14 +2321,34 @@ var Commit = /*#__PURE__*/React__default.forwardRef(function Commit(_ref91, ref)
|
|
2247
2321
|
xmlns: "http://www.w3.org/2000/svg",
|
2248
2322
|
viewBox: "0 0 32 32",
|
2249
2323
|
fill: "currentColor"
|
2250
|
-
}, rest),
|
2251
|
-
|
2324
|
+
}, rest), _circle19 || (_circle19 = /*#__PURE__*/React__default.createElement("circle", {
|
2325
|
+
cx: "10",
|
2326
|
+
cy: "12",
|
2327
|
+
r: "2"
|
2328
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React__default.createElement("circle", {
|
2329
|
+
cx: "16",
|
2330
|
+
cy: "9",
|
2331
|
+
r: "2"
|
2332
|
+
})), _circle21 || (_circle21 = /*#__PURE__*/React__default.createElement("circle", {
|
2333
|
+
cx: "22",
|
2334
|
+
cy: "12",
|
2335
|
+
r: "2"
|
2336
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React__default.createElement("circle", {
|
2337
|
+
cx: "23",
|
2338
|
+
cy: "18",
|
2339
|
+
r: "2"
|
2340
|
+
})), _circle23 || (_circle23 = /*#__PURE__*/React__default.createElement("circle", {
|
2341
|
+
cx: "19",
|
2342
|
+
cy: "23",
|
2343
|
+
r: "2"
|
2344
|
+
})), _path173 || (_path173 = /*#__PURE__*/React__default.createElement("path", {
|
2345
|
+
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"
|
2252
2346
|
})), children);
|
2253
2347
|
});
|
2254
2348
|
if (process.env.NODE_ENV !== "production") {
|
2255
|
-
|
2349
|
+
ColorPalette.propTypes = iconPropTypes;
|
2256
2350
|
}
|
2257
|
-
var
|
2351
|
+
var ColorSwitch = /*#__PURE__*/React__default.forwardRef(function ColorSwitch(_ref92, ref) {
|
2258
2352
|
var children = _ref92.children,
|
2259
2353
|
_ref92$size = _ref92.size,
|
2260
2354
|
size = _ref92$size === undefined ? 16 : _ref92$size,
|
@@ -2266,14 +2360,14 @@ var CommunicationUnified = /*#__PURE__*/React__default.forwardRef(function Commu
|
|
2266
2360
|
xmlns: "http://www.w3.org/2000/svg",
|
2267
2361
|
viewBox: "0 0 32 32",
|
2268
2362
|
fill: "currentColor"
|
2269
|
-
}, rest),
|
2270
|
-
d: "
|
2363
|
+
}, rest), _path174 || (_path174 = /*#__PURE__*/React__default.createElement("path", {
|
2364
|
+
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"
|
2271
2365
|
})), children);
|
2272
2366
|
});
|
2273
2367
|
if (process.env.NODE_ENV !== "production") {
|
2274
|
-
|
2368
|
+
ColorSwitch.propTypes = iconPropTypes;
|
2275
2369
|
}
|
2276
|
-
var
|
2370
|
+
var Column = /*#__PURE__*/React__default.forwardRef(function Column(_ref93, ref) {
|
2277
2371
|
var children = _ref93.children,
|
2278
2372
|
_ref93$size = _ref93.size,
|
2279
2373
|
size = _ref93$size === undefined ? 16 : _ref93$size,
|
@@ -2285,14 +2379,14 @@ var Compare = /*#__PURE__*/React__default.forwardRef(function Compare(_ref93, re
|
|
2285
2379
|
xmlns: "http://www.w3.org/2000/svg",
|
2286
2380
|
viewBox: "0 0 32 32",
|
2287
2381
|
fill: "currentColor"
|
2288
|
-
}, rest),
|
2289
|
-
d: "
|
2382
|
+
}, rest), _path175 || (_path175 = /*#__PURE__*/React__default.createElement("path", {
|
2383
|
+
d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
|
2290
2384
|
})), children);
|
2291
2385
|
});
|
2292
2386
|
if (process.env.NODE_ENV !== "production") {
|
2293
|
-
|
2387
|
+
Column.propTypes = iconPropTypes;
|
2294
2388
|
}
|
2295
|
-
var
|
2389
|
+
var ColumnDelete = /*#__PURE__*/React__default.forwardRef(function ColumnDelete(_ref94, ref) {
|
2296
2390
|
var children = _ref94.children,
|
2297
2391
|
_ref94$size = _ref94.size,
|
2298
2392
|
size = _ref94$size === undefined ? 16 : _ref94$size,
|
@@ -2304,20 +2398,16 @@ var Compass = /*#__PURE__*/React__default.forwardRef(function Compass(_ref94, re
|
|
2304
2398
|
xmlns: "http://www.w3.org/2000/svg",
|
2305
2399
|
viewBox: "0 0 32 32",
|
2306
2400
|
fill: "currentColor"
|
2307
|
-
}, rest),
|
2308
|
-
d: "
|
2309
|
-
})),
|
2310
|
-
d: "
|
2311
|
-
})), _circle24 || (_circle24 = /*#__PURE__*/React__default.createElement("circle", {
|
2312
|
-
cx: "16",
|
2313
|
-
cy: "7.5",
|
2314
|
-
r: "1.5"
|
2401
|
+
}, rest), _path176 || (_path176 = /*#__PURE__*/React__default.createElement("path", {
|
2402
|
+
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"
|
2403
|
+
})), _path177 || (_path177 = /*#__PURE__*/React__default.createElement("path", {
|
2404
|
+
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"
|
2315
2405
|
})), children);
|
2316
2406
|
});
|
2317
2407
|
if (process.env.NODE_ENV !== "production") {
|
2318
|
-
|
2408
|
+
ColumnDelete.propTypes = iconPropTypes;
|
2319
2409
|
}
|
2320
|
-
var
|
2410
|
+
var ColumnInsert = /*#__PURE__*/React__default.forwardRef(function ColumnInsert(_ref95, ref) {
|
2321
2411
|
var children = _ref95.children,
|
2322
2412
|
_ref95$size = _ref95.size,
|
2323
2413
|
size = _ref95$size === undefined ? 16 : _ref95$size,
|
@@ -2329,14 +2419,14 @@ var QComposerEdit = /*#__PURE__*/React__default.forwardRef(function QComposerEdi
|
|
2329
2419
|
xmlns: "http://www.w3.org/2000/svg",
|
2330
2420
|
viewBox: "0 0 32 32",
|
2331
2421
|
fill: "currentColor"
|
2332
|
-
}, rest),
|
2333
|
-
d: "
|
2422
|
+
}, rest), _path178 || (_path178 = /*#__PURE__*/React__default.createElement("path", {
|
2423
|
+
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"
|
2334
2424
|
})), children);
|
2335
2425
|
});
|
2336
2426
|
if (process.env.NODE_ENV !== "production") {
|
2337
|
-
|
2427
|
+
ColumnInsert.propTypes = iconPropTypes;
|
2338
2428
|
}
|
2339
|
-
var
|
2429
|
+
var ColumnDependency = /*#__PURE__*/React__default.forwardRef(function ColumnDependency(_ref96, ref) {
|
2340
2430
|
var children = _ref96.children,
|
2341
2431
|
_ref96$size = _ref96.size,
|
2342
2432
|
size = _ref96$size === undefined ? 16 : _ref96$size,
|
@@ -2348,14 +2438,14 @@ var Concept = /*#__PURE__*/React__default.forwardRef(function Concept(_ref96, re
|
|
2348
2438
|
xmlns: "http://www.w3.org/2000/svg",
|
2349
2439
|
viewBox: "0 0 32 32",
|
2350
2440
|
fill: "currentColor"
|
2351
|
-
}, rest),
|
2352
|
-
d: "
|
2441
|
+
}, rest), _path179 || (_path179 = /*#__PURE__*/React__default.createElement("path", {
|
2442
|
+
d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
|
2353
2443
|
})), children);
|
2354
2444
|
});
|
2355
2445
|
if (process.env.NODE_ENV !== "production") {
|
2356
|
-
|
2446
|
+
ColumnDependency.propTypes = iconPropTypes;
|
2357
2447
|
}
|
2358
|
-
var
|
2448
|
+
var Commit = /*#__PURE__*/React__default.forwardRef(function Commit(_ref97, ref) {
|
2359
2449
|
var children = _ref97.children,
|
2360
2450
|
_ref97$size = _ref97.size,
|
2361
2451
|
size = _ref97$size === undefined ? 16 : _ref97$size,
|
@@ -2367,17 +2457,14 @@ var ConditionPoint = /*#__PURE__*/React__default.forwardRef(function ConditionPo
|
|
2367
2457
|
xmlns: "http://www.w3.org/2000/svg",
|
2368
2458
|
viewBox: "0 0 32 32",
|
2369
2459
|
fill: "currentColor"
|
2370
|
-
}, rest),
|
2371
|
-
d: "
|
2372
|
-
transform: "rotate(-45 16 16)"
|
2373
|
-
})), _path167 || (_path167 = /*#__PURE__*/React__default.createElement("path", {
|
2374
|
-
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"
|
2460
|
+
}, rest), _path180 || (_path180 = /*#__PURE__*/React__default.createElement("path", {
|
2461
|
+
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"
|
2375
2462
|
})), children);
|
2376
2463
|
});
|
2377
2464
|
if (process.env.NODE_ENV !== "production") {
|
2378
|
-
|
2465
|
+
Commit.propTypes = iconPropTypes;
|
2379
2466
|
}
|
2380
|
-
var
|
2467
|
+
var CommunicationUnified = /*#__PURE__*/React__default.forwardRef(function CommunicationUnified(_ref98, ref) {
|
2381
2468
|
var children = _ref98.children,
|
2382
2469
|
_ref98$size = _ref98.size,
|
2383
2470
|
size = _ref98$size === undefined ? 16 : _ref98$size,
|
@@ -2389,17 +2476,14 @@ var ConditionWaitPoint = /*#__PURE__*/React__default.forwardRef(function Conditi
|
|
2389
2476
|
xmlns: "http://www.w3.org/2000/svg",
|
2390
2477
|
viewBox: "0 0 32 32",
|
2391
2478
|
fill: "currentColor"
|
2392
|
-
}, rest),
|
2393
|
-
d: "
|
2394
|
-
transform: "rotate(-45 16 16)"
|
2395
|
-
})), _path169 || (_path169 = /*#__PURE__*/React__default.createElement("path", {
|
2396
|
-
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"
|
2479
|
+
}, rest), _path181 || (_path181 = /*#__PURE__*/React__default.createElement("path", {
|
2480
|
+
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"
|
2397
2481
|
})), children);
|
2398
2482
|
});
|
2399
2483
|
if (process.env.NODE_ENV !== "production") {
|
2400
|
-
|
2484
|
+
CommunicationUnified.propTypes = iconPropTypes;
|
2401
2485
|
}
|
2402
|
-
var
|
2486
|
+
var Compare = /*#__PURE__*/React__default.forwardRef(function Compare(_ref99, ref) {
|
2403
2487
|
var children = _ref99.children,
|
2404
2488
|
_ref99$size = _ref99.size,
|
2405
2489
|
size = _ref99$size === undefined ? 16 : _ref99$size,
|
@@ -2411,15 +2495,14 @@ var Connect = /*#__PURE__*/React__default.forwardRef(function Connect(_ref99, re
|
|
2411
2495
|
xmlns: "http://www.w3.org/2000/svg",
|
2412
2496
|
viewBox: "0 0 32 32",
|
2413
2497
|
fill: "currentColor"
|
2414
|
-
}, rest),
|
2415
|
-
d: "
|
2416
|
-
transform: "translate(0 .01)"
|
2498
|
+
}, rest), _path182 || (_path182 = /*#__PURE__*/React__default.createElement("path", {
|
2499
|
+
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"
|
2417
2500
|
})), children);
|
2418
2501
|
});
|
2419
2502
|
if (process.env.NODE_ENV !== "production") {
|
2420
|
-
|
2503
|
+
Compare.propTypes = iconPropTypes;
|
2421
2504
|
}
|
2422
|
-
var
|
2505
|
+
var Compass = /*#__PURE__*/React__default.forwardRef(function Compass(_ref100, ref) {
|
2423
2506
|
var children = _ref100.children,
|
2424
2507
|
_ref100$size = _ref100.size,
|
2425
2508
|
size = _ref100$size === undefined ? 16 : _ref100$size,
|
@@ -2431,14 +2514,20 @@ var ConnectRecursive = /*#__PURE__*/React__default.forwardRef(function ConnectRe
|
|
2431
2514
|
xmlns: "http://www.w3.org/2000/svg",
|
2432
2515
|
viewBox: "0 0 32 32",
|
2433
2516
|
fill: "currentColor"
|
2434
|
-
}, rest),
|
2435
|
-
d: "
|
2517
|
+
}, rest), _path183 || (_path183 = /*#__PURE__*/React__default.createElement("path", {
|
2518
|
+
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"
|
2519
|
+
})), _path184 || (_path184 = /*#__PURE__*/React__default.createElement("path", {
|
2520
|
+
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"
|
2521
|
+
})), _circle24 || (_circle24 = /*#__PURE__*/React__default.createElement("circle", {
|
2522
|
+
cx: "16",
|
2523
|
+
cy: "7.5",
|
2524
|
+
r: "1.5"
|
2436
2525
|
})), children);
|
2437
2526
|
});
|
2438
2527
|
if (process.env.NODE_ENV !== "production") {
|
2439
|
-
|
2528
|
+
Compass.propTypes = iconPropTypes;
|
2440
2529
|
}
|
2441
|
-
var
|
2530
|
+
var QComposerEdit = /*#__PURE__*/React__default.forwardRef(function QComposerEdit(_ref101, ref) {
|
2442
2531
|
var children = _ref101.children,
|
2443
2532
|
_ref101$size = _ref101.size,
|
2444
2533
|
size = _ref101$size === undefined ? 16 : _ref101$size,
|
@@ -2450,16 +2539,14 @@ var ConnectReference = /*#__PURE__*/React__default.forwardRef(function ConnectRe
|
|
2450
2539
|
xmlns: "http://www.w3.org/2000/svg",
|
2451
2540
|
viewBox: "0 0 32 32",
|
2452
2541
|
fill: "currentColor"
|
2453
|
-
}, rest),
|
2454
|
-
d: "
|
2455
|
-
})), _path173 || (_path173 = /*#__PURE__*/React__default.createElement("path", {
|
2456
|
-
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"
|
2542
|
+
}, rest), _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
|
2543
|
+
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"
|
2457
2544
|
})), children);
|
2458
2545
|
});
|
2459
2546
|
if (process.env.NODE_ENV !== "production") {
|
2460
|
-
|
2547
|
+
QComposerEdit.propTypes = iconPropTypes;
|
2461
2548
|
}
|
2462
|
-
var
|
2549
|
+
var Concept = /*#__PURE__*/React__default.forwardRef(function Concept(_ref102, ref) {
|
2463
2550
|
var children = _ref102.children,
|
2464
2551
|
_ref102$size = _ref102.size,
|
2465
2552
|
size = _ref102$size === undefined ? 16 : _ref102$size,
|
@@ -2471,14 +2558,14 @@ var ConnectSource = /*#__PURE__*/React__default.forwardRef(function ConnectSourc
|
|
2471
2558
|
xmlns: "http://www.w3.org/2000/svg",
|
2472
2559
|
viewBox: "0 0 32 32",
|
2473
2560
|
fill: "currentColor"
|
2474
|
-
}, rest),
|
2475
|
-
d: "
|
2561
|
+
}, rest), _path186 || (_path186 = /*#__PURE__*/React__default.createElement("path", {
|
2562
|
+
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"
|
2476
2563
|
})), children);
|
2477
2564
|
});
|
2478
2565
|
if (process.env.NODE_ENV !== "production") {
|
2479
|
-
|
2566
|
+
Concept.propTypes = iconPropTypes;
|
2480
2567
|
}
|
2481
|
-
var
|
2568
|
+
var ConditionPoint = /*#__PURE__*/React__default.forwardRef(function ConditionPoint(_ref103, ref) {
|
2482
2569
|
var children = _ref103.children,
|
2483
2570
|
_ref103$size = _ref103.size,
|
2484
2571
|
size = _ref103$size === undefined ? 16 : _ref103$size,
|
@@ -2490,14 +2577,17 @@ var ConnectTarget = /*#__PURE__*/React__default.forwardRef(function ConnectTarge
|
|
2490
2577
|
xmlns: "http://www.w3.org/2000/svg",
|
2491
2578
|
viewBox: "0 0 32 32",
|
2492
2579
|
fill: "currentColor"
|
2493
|
-
}, rest),
|
2494
|
-
d: "
|
2580
|
+
}, rest), _path187 || (_path187 = /*#__PURE__*/React__default.createElement("path", {
|
2581
|
+
d: "M10.343 10.343H21.657V21.657H10.343z",
|
2582
|
+
transform: "rotate(-45 16 16)"
|
2583
|
+
})), _path188 || (_path188 = /*#__PURE__*/React__default.createElement("path", {
|
2584
|
+
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"
|
2495
2585
|
})), children);
|
2496
2586
|
});
|
2497
2587
|
if (process.env.NODE_ENV !== "production") {
|
2498
|
-
|
2588
|
+
ConditionPoint.propTypes = iconPropTypes;
|
2499
2589
|
}
|
2500
|
-
var
|
2590
|
+
var ConditionWaitPoint = /*#__PURE__*/React__default.forwardRef(function ConditionWaitPoint(_ref104, ref) {
|
2501
2591
|
var children = _ref104.children,
|
2502
2592
|
_ref104$size = _ref104.size,
|
2503
2593
|
size = _ref104$size === undefined ? 16 : _ref104$size,
|
@@ -2509,16 +2599,17 @@ var ConnectionReceive = /*#__PURE__*/React__default.forwardRef(function Connecti
|
|
2509
2599
|
xmlns: "http://www.w3.org/2000/svg",
|
2510
2600
|
viewBox: "0 0 32 32",
|
2511
2601
|
fill: "currentColor"
|
2512
|
-
}, rest),
|
2513
|
-
d: "
|
2514
|
-
|
2515
|
-
|
2602
|
+
}, rest), _path189 || (_path189 = /*#__PURE__*/React__default.createElement("path", {
|
2603
|
+
d: "M10.343 10.343H21.657V21.657H10.343z",
|
2604
|
+
transform: "rotate(-45 16 16)"
|
2605
|
+
})), _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
|
2606
|
+
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"
|
2516
2607
|
})), children);
|
2517
2608
|
});
|
2518
2609
|
if (process.env.NODE_ENV !== "production") {
|
2519
|
-
|
2610
|
+
ConditionWaitPoint.propTypes = iconPropTypes;
|
2520
2611
|
}
|
2521
|
-
var
|
2612
|
+
var Connect = /*#__PURE__*/React__default.forwardRef(function Connect(_ref105, ref) {
|
2522
2613
|
var children = _ref105.children,
|
2523
2614
|
_ref105$size = _ref105.size,
|
2524
2615
|
size = _ref105$size === undefined ? 16 : _ref105$size,
|
@@ -2530,16 +2621,15 @@ var ConnectionSend = /*#__PURE__*/React__default.forwardRef(function ConnectionS
|
|
2530
2621
|
xmlns: "http://www.w3.org/2000/svg",
|
2531
2622
|
viewBox: "0 0 32 32",
|
2532
2623
|
fill: "currentColor"
|
2533
|
-
}, rest),
|
2534
|
-
d: "
|
2535
|
-
|
2536
|
-
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
2624
|
+
}, rest), _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
|
2625
|
+
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",
|
2626
|
+
transform: "translate(0 .01)"
|
2537
2627
|
})), children);
|
2538
2628
|
});
|
2539
2629
|
if (process.env.NODE_ENV !== "production") {
|
2540
|
-
|
2630
|
+
Connect.propTypes = iconPropTypes;
|
2541
2631
|
}
|
2542
|
-
var
|
2632
|
+
var ConnectRecursive = /*#__PURE__*/React__default.forwardRef(function ConnectRecursive(_ref106, ref) {
|
2543
2633
|
var children = _ref106.children,
|
2544
2634
|
_ref106$size = _ref106.size,
|
2545
2635
|
size = _ref106$size === undefined ? 16 : _ref106$size,
|
@@ -2551,16 +2641,14 @@ var ConnectionTwoWay = /*#__PURE__*/React__default.forwardRef(function Connectio
|
|
2551
2641
|
xmlns: "http://www.w3.org/2000/svg",
|
2552
2642
|
viewBox: "0 0 32 32",
|
2553
2643
|
fill: "currentColor"
|
2554
|
-
}, rest),
|
2555
|
-
d: "
|
2556
|
-
})), _path181 || (_path181 = /*#__PURE__*/React__default.createElement("path", {
|
2557
|
-
d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
|
2644
|
+
}, rest), _path192 || (_path192 = /*#__PURE__*/React__default.createElement("path", {
|
2645
|
+
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"
|
2558
2646
|
})), children);
|
2559
2647
|
});
|
2560
2648
|
if (process.env.NODE_ENV !== "production") {
|
2561
|
-
|
2649
|
+
ConnectRecursive.propTypes = iconPropTypes;
|
2562
2650
|
}
|
2563
|
-
var
|
2651
|
+
var ConnectReference = /*#__PURE__*/React__default.forwardRef(function ConnectReference(_ref107, ref) {
|
2564
2652
|
var children = _ref107.children,
|
2565
2653
|
_ref107$size = _ref107.size,
|
2566
2654
|
size = _ref107$size === undefined ? 16 : _ref107$size,
|
@@ -2572,15 +2660,16 @@ var ConnectionUsage = /*#__PURE__*/React__default.forwardRef(function Connection
|
|
2572
2660
|
xmlns: "http://www.w3.org/2000/svg",
|
2573
2661
|
viewBox: "0 0 32 32",
|
2574
2662
|
fill: "currentColor"
|
2575
|
-
}, rest),
|
2576
|
-
|
2577
|
-
|
2663
|
+
}, rest), _path193 || (_path193 = /*#__PURE__*/React__default.createElement("path", {
|
2664
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
2665
|
+
})), _path194 || (_path194 = /*#__PURE__*/React__default.createElement("path", {
|
2666
|
+
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"
|
2578
2667
|
})), children);
|
2579
2668
|
});
|
2580
2669
|
if (process.env.NODE_ENV !== "production") {
|
2581
|
-
|
2670
|
+
ConnectReference.propTypes = iconPropTypes;
|
2582
2671
|
}
|
2583
|
-
var
|
2672
|
+
var ConnectSource = /*#__PURE__*/React__default.forwardRef(function ConnectSource(_ref108, ref) {
|
2584
2673
|
var children = _ref108.children,
|
2585
2674
|
_ref108$size = _ref108.size,
|
2586
2675
|
size = _ref108$size === undefined ? 16 : _ref108$size,
|
@@ -2592,15 +2681,14 @@ var ConnectionFlowUsage = /*#__PURE__*/React__default.forwardRef(function Connec
|
|
2592
2681
|
xmlns: "http://www.w3.org/2000/svg",
|
2593
2682
|
viewBox: "0 0 32 32",
|
2594
2683
|
fill: "currentColor"
|
2595
|
-
}, rest),
|
2596
|
-
|
2597
|
-
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"
|
2684
|
+
}, rest), _path195 || (_path195 = /*#__PURE__*/React__default.createElement("path", {
|
2685
|
+
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"
|
2598
2686
|
})), children);
|
2599
2687
|
});
|
2600
2688
|
if (process.env.NODE_ENV !== "production") {
|
2601
|
-
|
2689
|
+
ConnectSource.propTypes = iconPropTypes;
|
2602
2690
|
}
|
2603
|
-
var
|
2691
|
+
var ConnectTarget = /*#__PURE__*/React__default.forwardRef(function ConnectTarget(_ref109, ref) {
|
2604
2692
|
var children = _ref109.children,
|
2605
2693
|
_ref109$size = _ref109.size,
|
2606
2694
|
size = _ref109$size === undefined ? 16 : _ref109$size,
|
@@ -2612,16 +2700,14 @@ var ConnectionSignal = /*#__PURE__*/React__default.forwardRef(function Connectio
|
|
2612
2700
|
xmlns: "http://www.w3.org/2000/svg",
|
2613
2701
|
viewBox: "0 0 32 32",
|
2614
2702
|
fill: "currentColor"
|
2615
|
-
}, rest),
|
2616
|
-
d: "
|
2617
|
-
})), _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
|
2618
|
-
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"
|
2703
|
+
}, rest), _path196 || (_path196 = /*#__PURE__*/React__default.createElement("path", {
|
2704
|
+
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"
|
2619
2705
|
})), children);
|
2620
2706
|
});
|
2621
2707
|
if (process.env.NODE_ENV !== "production") {
|
2622
|
-
|
2708
|
+
ConnectTarget.propTypes = iconPropTypes;
|
2623
2709
|
}
|
2624
|
-
var
|
2710
|
+
var ConnectionReceive = /*#__PURE__*/React__default.forwardRef(function ConnectionReceive(_ref110, ref) {
|
2625
2711
|
var children = _ref110.children,
|
2626
2712
|
_ref110$size = _ref110.size,
|
2627
2713
|
size = _ref110$size === undefined ? 16 : _ref110$size,
|
@@ -2633,16 +2719,16 @@ var ConnectionSignalOff = /*#__PURE__*/React__default.forwardRef(function Connec
|
|
2633
2719
|
xmlns: "http://www.w3.org/2000/svg",
|
2634
2720
|
viewBox: "0 0 32 32",
|
2635
2721
|
fill: "currentColor"
|
2636
|
-
}, rest),
|
2637
|
-
d: "
|
2638
|
-
})),
|
2639
|
-
d: "
|
2722
|
+
}, rest), _path197 || (_path197 = /*#__PURE__*/React__default.createElement("path", {
|
2723
|
+
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"
|
2724
|
+
})), _path198 || (_path198 = /*#__PURE__*/React__default.createElement("path", {
|
2725
|
+
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
2640
2726
|
})), children);
|
2641
2727
|
});
|
2642
2728
|
if (process.env.NODE_ENV !== "production") {
|
2643
|
-
|
2729
|
+
ConnectionReceive.propTypes = iconPropTypes;
|
2644
2730
|
}
|
2645
|
-
var
|
2731
|
+
var ConnectionSend = /*#__PURE__*/React__default.forwardRef(function ConnectionSend(_ref111, ref) {
|
2646
2732
|
var children = _ref111.children,
|
2647
2733
|
_ref111$size = _ref111.size,
|
2648
2734
|
size = _ref111$size === undefined ? 16 : _ref111$size,
|
@@ -2654,15 +2740,16 @@ var Constraint = /*#__PURE__*/React__default.forwardRef(function Constraint(_ref
|
|
2654
2740
|
xmlns: "http://www.w3.org/2000/svg",
|
2655
2741
|
viewBox: "0 0 32 32",
|
2656
2742
|
fill: "currentColor"
|
2657
|
-
}, rest),
|
2658
|
-
|
2659
|
-
|
2743
|
+
}, rest), _path199 || (_path199 = /*#__PURE__*/React__default.createElement("path", {
|
2744
|
+
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"
|
2745
|
+
})), _path200 || (_path200 = /*#__PURE__*/React__default.createElement("path", {
|
2746
|
+
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
2660
2747
|
})), children);
|
2661
2748
|
});
|
2662
2749
|
if (process.env.NODE_ENV !== "production") {
|
2663
|
-
|
2750
|
+
ConnectionSend.propTypes = iconPropTypes;
|
2664
2751
|
}
|
2665
|
-
var
|
2752
|
+
var ConnectionTwoWay = /*#__PURE__*/React__default.forwardRef(function ConnectionTwoWay(_ref112, ref) {
|
2666
2753
|
var children = _ref112.children,
|
2667
2754
|
_ref112$size = _ref112.size,
|
2668
2755
|
size = _ref112$size === undefined ? 16 : _ref112$size,
|
@@ -2674,14 +2761,16 @@ var Construction = /*#__PURE__*/React__default.forwardRef(function Construction(
|
|
2674
2761
|
xmlns: "http://www.w3.org/2000/svg",
|
2675
2762
|
viewBox: "0 0 32 32",
|
2676
2763
|
fill: "currentColor"
|
2677
|
-
}, rest),
|
2678
|
-
d: "
|
2764
|
+
}, rest), _path201 || (_path201 = /*#__PURE__*/React__default.createElement("path", {
|
2765
|
+
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"
|
2766
|
+
})), _path202 || (_path202 = /*#__PURE__*/React__default.createElement("path", {
|
2767
|
+
d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
|
2679
2768
|
})), children);
|
2680
2769
|
});
|
2681
2770
|
if (process.env.NODE_ENV !== "production") {
|
2682
|
-
|
2771
|
+
ConnectionTwoWay.propTypes = iconPropTypes;
|
2683
2772
|
}
|
2684
|
-
var
|
2773
|
+
var ConnectionUsage = /*#__PURE__*/React__default.forwardRef(function ConnectionUsage(_ref113, ref) {
|
2685
2774
|
var children = _ref113.children,
|
2686
2775
|
_ref113$size = _ref113.size,
|
2687
2776
|
size = _ref113$size === undefined ? 16 : _ref113$size,
|
@@ -2693,23 +2782,15 @@ var ContainerEngine = /*#__PURE__*/React__default.forwardRef(function ContainerE
|
|
2693
2782
|
xmlns: "http://www.w3.org/2000/svg",
|
2694
2783
|
viewBox: "0 0 32 32",
|
2695
2784
|
fill: "currentColor"
|
2696
|
-
}, rest),
|
2697
|
-
cx: "23",
|
2698
|
-
cy: "23",
|
2699
|
-
r: "1",
|
2700
|
-
strokeWidth: "0"
|
2701
|
-
})), _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
|
2702
|
-
strokeWidth: "0",
|
2703
|
-
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"
|
2704
|
-
})), _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
|
2785
|
+
}, rest), _path203 || (_path203 = /*#__PURE__*/React__default.createElement("path", {
|
2705
2786
|
strokeWidth: "0",
|
2706
|
-
d: "
|
2787
|
+
d: "m17,26V6c0-1.1046-.8954-2-2-2H4v2h11v20c0,1.1046.8954,2,2,2h11v-2h-11Z"
|
2707
2788
|
})), children);
|
2708
2789
|
});
|
2709
2790
|
if (process.env.NODE_ENV !== "production") {
|
2710
|
-
|
2791
|
+
ConnectionUsage.propTypes = iconPropTypes;
|
2711
2792
|
}
|
2712
|
-
var
|
2793
|
+
var ConnectionFlowUsage = /*#__PURE__*/React__default.forwardRef(function ConnectionFlowUsage(_ref114, ref) {
|
2713
2794
|
var children = _ref114.children,
|
2714
2795
|
_ref114$size = _ref114.size,
|
2715
2796
|
size = _ref114$size === undefined ? 16 : _ref114$size,
|
@@ -2721,18 +2802,15 @@ var ContainerImage = /*#__PURE__*/React__default.forwardRef(function ContainerIm
|
|
2721
2802
|
xmlns: "http://www.w3.org/2000/svg",
|
2722
2803
|
viewBox: "0 0 32 32",
|
2723
2804
|
fill: "currentColor"
|
2724
|
-
}, rest),
|
2725
|
-
strokeWidth: "0",
|
2726
|
-
d: "M10 10H22V12H10zM10 15H22V17H10zM10 20H22V22H10z"
|
2727
|
-
})), _path193 || (_path193 = /*#__PURE__*/React__default.createElement("path", {
|
2805
|
+
}, rest), _path204 || (_path204 = /*#__PURE__*/React__default.createElement("path", {
|
2728
2806
|
strokeWidth: "0",
|
2729
|
-
d: "
|
2807
|
+
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"
|
2730
2808
|
})), children);
|
2731
2809
|
});
|
2732
2810
|
if (process.env.NODE_ENV !== "production") {
|
2733
|
-
|
2811
|
+
ConnectionFlowUsage.propTypes = iconPropTypes;
|
2734
2812
|
}
|
2735
|
-
var
|
2813
|
+
var ConnectionSignal = /*#__PURE__*/React__default.forwardRef(function ConnectionSignal(_ref115, ref) {
|
2736
2814
|
var children = _ref115.children,
|
2737
2815
|
_ref115$size = _ref115.size,
|
2738
2816
|
size = _ref115$size === undefined ? 16 : _ref115$size,
|
@@ -2744,18 +2822,16 @@ var ContainerRuntime = /*#__PURE__*/React__default.forwardRef(function Container
|
|
2744
2822
|
xmlns: "http://www.w3.org/2000/svg",
|
2745
2823
|
viewBox: "0 0 32 32",
|
2746
2824
|
fill: "currentColor"
|
2747
|
-
}, rest),
|
2748
|
-
|
2749
|
-
|
2750
|
-
|
2751
|
-
strokeWidth: "0",
|
2752
|
-
d: "m14,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v8h-2V6H6v20h8v2Z"
|
2825
|
+
}, rest), _path205 || (_path205 = /*#__PURE__*/React__default.createElement("path", {
|
2826
|
+
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"
|
2827
|
+
})), _path206 || (_path206 = /*#__PURE__*/React__default.createElement("path", {
|
2828
|
+
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"
|
2753
2829
|
})), children);
|
2754
2830
|
});
|
2755
2831
|
if (process.env.NODE_ENV !== "production") {
|
2756
|
-
|
2832
|
+
ConnectionSignal.propTypes = iconPropTypes;
|
2757
2833
|
}
|
2758
|
-
var
|
2834
|
+
var ConnectionSignalOff = /*#__PURE__*/React__default.forwardRef(function ConnectionSignalOff(_ref116, ref) {
|
2759
2835
|
var children = _ref116.children,
|
2760
2836
|
_ref116$size = _ref116.size,
|
2761
2837
|
size = _ref116$size === undefined ? 16 : _ref116$size,
|
@@ -2767,23 +2843,16 @@ var ContainerRuntimeMonitor = /*#__PURE__*/React__default.forwardRef(function Co
|
|
2767
2843
|
xmlns: "http://www.w3.org/2000/svg",
|
2768
2844
|
viewBox: "0 0 32 32",
|
2769
2845
|
fill: "currentColor"
|
2770
|
-
}, rest),
|
2771
|
-
|
2772
|
-
|
2773
|
-
|
2774
|
-
strokeWidth: "0"
|
2775
|
-
})), _path196 || (_path196 = /*#__PURE__*/React__default.createElement("path", {
|
2776
|
-
strokeWidth: "0",
|
2777
|
-
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"
|
2778
|
-
})), _path197 || (_path197 = /*#__PURE__*/React__default.createElement("path", {
|
2779
|
-
strokeWidth: "0",
|
2780
|
-
d: "m12,28h-6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h6v2Z"
|
2846
|
+
}, rest), _path207 || (_path207 = /*#__PURE__*/React__default.createElement("path", {
|
2847
|
+
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"
|
2848
|
+
})), _path208 || (_path208 = /*#__PURE__*/React__default.createElement("path", {
|
2849
|
+
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"
|
2781
2850
|
})), children);
|
2782
2851
|
});
|
2783
2852
|
if (process.env.NODE_ENV !== "production") {
|
2784
|
-
|
2853
|
+
ConnectionSignalOff.propTypes = iconPropTypes;
|
2785
2854
|
}
|
2786
|
-
var
|
2855
|
+
var Constraint = /*#__PURE__*/React__default.forwardRef(function Constraint(_ref117, ref) {
|
2787
2856
|
var children = _ref117.children,
|
2788
2857
|
_ref117$size = _ref117.size,
|
2789
2858
|
size = _ref117$size === undefined ? 16 : _ref117$size,
|
@@ -2795,15 +2864,15 @@ var ContainerImagePull = /*#__PURE__*/React__default.forwardRef(function Contain
|
|
2795
2864
|
xmlns: "http://www.w3.org/2000/svg",
|
2796
2865
|
viewBox: "0 0 32 32",
|
2797
2866
|
fill: "currentColor"
|
2798
|
-
}, rest),
|
2867
|
+
}, rest), _path209 || (_path209 = /*#__PURE__*/React__default.createElement("path", {
|
2799
2868
|
strokeWidth: "0",
|
2800
|
-
d: "
|
2869
|
+
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"
|
2801
2870
|
})), children);
|
2802
2871
|
});
|
2803
2872
|
if (process.env.NODE_ENV !== "production") {
|
2804
|
-
|
2873
|
+
Constraint.propTypes = iconPropTypes;
|
2805
2874
|
}
|
2806
|
-
var
|
2875
|
+
var Construction = /*#__PURE__*/React__default.forwardRef(function Construction(_ref118, ref) {
|
2807
2876
|
var children = _ref118.children,
|
2808
2877
|
_ref118$size = _ref118.size,
|
2809
2878
|
size = _ref118$size === undefined ? 16 : _ref118$size,
|
@@ -2815,15 +2884,14 @@ var ContainerImagePush = /*#__PURE__*/React__default.forwardRef(function Contain
|
|
2815
2884
|
xmlns: "http://www.w3.org/2000/svg",
|
2816
2885
|
viewBox: "0 0 32 32",
|
2817
2886
|
fill: "currentColor"
|
2818
|
-
}, rest),
|
2819
|
-
|
2820
|
-
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"
|
2887
|
+
}, rest), _path210 || (_path210 = /*#__PURE__*/React__default.createElement("path", {
|
2888
|
+
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"
|
2821
2889
|
})), children);
|
2822
2890
|
});
|
2823
2891
|
if (process.env.NODE_ENV !== "production") {
|
2824
|
-
|
2892
|
+
Construction.propTypes = iconPropTypes;
|
2825
2893
|
}
|
2826
|
-
var
|
2894
|
+
var ContainerEngine = /*#__PURE__*/React__default.forwardRef(function ContainerEngine(_ref119, ref) {
|
2827
2895
|
var children = _ref119.children,
|
2828
2896
|
_ref119$size = _ref119.size,
|
2829
2897
|
size = _ref119$size === undefined ? 16 : _ref119$size,
|
@@ -2835,15 +2903,23 @@ var ContainerImagePushPull = /*#__PURE__*/React__default.forwardRef(function Con
|
|
2835
2903
|
xmlns: "http://www.w3.org/2000/svg",
|
2836
2904
|
viewBox: "0 0 32 32",
|
2837
2905
|
fill: "currentColor"
|
2838
|
-
}, rest),
|
2906
|
+
}, rest), _circle25 || (_circle25 = /*#__PURE__*/React__default.createElement("circle", {
|
2907
|
+
cx: "23",
|
2908
|
+
cy: "23",
|
2909
|
+
r: "1",
|
2910
|
+
strokeWidth: "0"
|
2911
|
+
})), _path211 || (_path211 = /*#__PURE__*/React__default.createElement("path", {
|
2839
2912
|
strokeWidth: "0",
|
2840
|
-
d: "
|
2913
|
+
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"
|
2914
|
+
})), _path212 || (_path212 = /*#__PURE__*/React__default.createElement("path", {
|
2915
|
+
strokeWidth: "0",
|
2916
|
+
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h10v2Z"
|
2841
2917
|
})), children);
|
2842
2918
|
});
|
2843
2919
|
if (process.env.NODE_ENV !== "production") {
|
2844
|
-
|
2920
|
+
ContainerEngine.propTypes = iconPropTypes;
|
2845
2921
|
}
|
2846
|
-
var
|
2922
|
+
var ContainerImage = /*#__PURE__*/React__default.forwardRef(function ContainerImage(_ref120, ref) {
|
2847
2923
|
var children = _ref120.children,
|
2848
2924
|
_ref120$size = _ref120.size,
|
2849
2925
|
size = _ref120$size === undefined ? 16 : _ref120$size,
|
@@ -2855,20 +2931,18 @@ var ContainerRegistry = /*#__PURE__*/React__default.forwardRef(function Containe
|
|
2855
2931
|
xmlns: "http://www.w3.org/2000/svg",
|
2856
2932
|
viewBox: "0 0 32 32",
|
2857
2933
|
fill: "currentColor"
|
2858
|
-
}, rest),
|
2859
|
-
|
2860
|
-
|
2861
|
-
|
2862
|
-
|
2863
|
-
|
2864
|
-
cy: "25",
|
2865
|
-
r: "1"
|
2934
|
+
}, rest), _path213 || (_path213 = /*#__PURE__*/React__default.createElement("path", {
|
2935
|
+
strokeWidth: "0",
|
2936
|
+
d: "M10 10H22V12H10zM10 15H22V17H10zM10 20H22V22H10z"
|
2937
|
+
})), _path214 || (_path214 = /*#__PURE__*/React__default.createElement("path", {
|
2938
|
+
strokeWidth: "0",
|
2939
|
+
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"
|
2866
2940
|
})), children);
|
2867
2941
|
});
|
2868
2942
|
if (process.env.NODE_ENV !== "production") {
|
2869
|
-
|
2943
|
+
ContainerImage.propTypes = iconPropTypes;
|
2870
2944
|
}
|
2871
|
-
var
|
2945
|
+
var ContainerRuntime = /*#__PURE__*/React__default.forwardRef(function ContainerRuntime(_ref121, ref) {
|
2872
2946
|
var children = _ref121.children,
|
2873
2947
|
_ref121$size = _ref121.size,
|
2874
2948
|
size = _ref121$size === undefined ? 16 : _ref121$size,
|
@@ -2880,14 +2954,18 @@ var ContainerServices = /*#__PURE__*/React__default.forwardRef(function Containe
|
|
2880
2954
|
xmlns: "http://www.w3.org/2000/svg",
|
2881
2955
|
viewBox: "0 0 32 32",
|
2882
2956
|
fill: "currentColor"
|
2883
|
-
}, rest),
|
2884
|
-
|
2957
|
+
}, rest), _path215 || (_path215 = /*#__PURE__*/React__default.createElement("path", {
|
2958
|
+
strokeWidth: "0",
|
2959
|
+
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"
|
2960
|
+
})), _path216 || (_path216 = /*#__PURE__*/React__default.createElement("path", {
|
2961
|
+
strokeWidth: "0",
|
2962
|
+
d: "m14,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v8h-2V6H6v20h8v2Z"
|
2885
2963
|
})), children);
|
2886
2964
|
});
|
2887
2965
|
if (process.env.NODE_ENV !== "production") {
|
2888
|
-
|
2966
|
+
ContainerRuntime.propTypes = iconPropTypes;
|
2889
2967
|
}
|
2890
|
-
var
|
2968
|
+
var ContainerRuntimeMonitor = /*#__PURE__*/React__default.forwardRef(function ContainerRuntimeMonitor(_ref122, ref) {
|
2891
2969
|
var children = _ref122.children,
|
2892
2970
|
_ref122$size = _ref122.size,
|
2893
2971
|
size = _ref122$size === undefined ? 16 : _ref122$size,
|
@@ -2899,18 +2977,23 @@ var ContainerSoftware = /*#__PURE__*/React__default.forwardRef(function Containe
|
|
2899
2977
|
xmlns: "http://www.w3.org/2000/svg",
|
2900
2978
|
viewBox: "0 0 32 32",
|
2901
2979
|
fill: "currentColor"
|
2902
|
-
}, rest),
|
2903
|
-
|
2904
|
-
|
2905
|
-
|
2906
|
-
|
2907
|
-
|
2980
|
+
}, rest), _circle26 || (_circle26 = /*#__PURE__*/React__default.createElement("circle", {
|
2981
|
+
cx: "22",
|
2982
|
+
cy: "23",
|
2983
|
+
r: "2",
|
2984
|
+
strokeWidth: "0"
|
2985
|
+
})), _path217 || (_path217 = /*#__PURE__*/React__default.createElement("path", {
|
2986
|
+
strokeWidth: "0",
|
2987
|
+
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"
|
2988
|
+
})), _path218 || (_path218 = /*#__PURE__*/React__default.createElement("path", {
|
2989
|
+
strokeWidth: "0",
|
2990
|
+
d: "m12,28h-6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h6v2Z"
|
2908
2991
|
})), children);
|
2909
2992
|
});
|
2910
2993
|
if (process.env.NODE_ENV !== "production") {
|
2911
|
-
|
2994
|
+
ContainerRuntimeMonitor.propTypes = iconPropTypes;
|
2912
2995
|
}
|
2913
|
-
var
|
2996
|
+
var ContainerImagePull = /*#__PURE__*/React__default.forwardRef(function ContainerImagePull(_ref123, ref) {
|
2914
2997
|
var children = _ref123.children,
|
2915
2998
|
_ref123$size = _ref123.size,
|
2916
2999
|
size = _ref123$size === undefined ? 16 : _ref123$size,
|
@@ -2922,24 +3005,15 @@ var ContentDeliveryNetwork = /*#__PURE__*/React__default.forwardRef(function Con
|
|
2922
3005
|
xmlns: "http://www.w3.org/2000/svg",
|
2923
3006
|
viewBox: "0 0 32 32",
|
2924
3007
|
fill: "currentColor"
|
2925
|
-
}, rest),
|
2926
|
-
|
2927
|
-
|
2928
|
-
r: "2"
|
2929
|
-
})), _circle29 || (_circle29 = /*#__PURE__*/React__default.createElement("circle", {
|
2930
|
-
cx: "7",
|
2931
|
-
cy: "7",
|
2932
|
-
r: "2"
|
2933
|
-
})), _path207 || (_path207 = /*#__PURE__*/React__default.createElement("path", {
|
2934
|
-
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"
|
2935
|
-
})), _path208 || (_path208 = /*#__PURE__*/React__default.createElement("path", {
|
2936
|
-
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"
|
3008
|
+
}, rest), _path219 || (_path219 = /*#__PURE__*/React__default.createElement("path", {
|
3009
|
+
strokeWidth: "0",
|
3010
|
+
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"
|
2937
3011
|
})), children);
|
2938
3012
|
});
|
2939
3013
|
if (process.env.NODE_ENV !== "production") {
|
2940
|
-
|
3014
|
+
ContainerImagePull.propTypes = iconPropTypes;
|
2941
3015
|
}
|
2942
|
-
var
|
3016
|
+
var ContainerImagePush = /*#__PURE__*/React__default.forwardRef(function ContainerImagePush(_ref124, ref) {
|
2943
3017
|
var children = _ref124.children,
|
2944
3018
|
_ref124$size = _ref124.size,
|
2945
3019
|
size = _ref124$size === undefined ? 16 : _ref124$size,
|
@@ -2951,20 +3025,15 @@ var ContentView = /*#__PURE__*/React__default.forwardRef(function ContentView(_r
|
|
2951
3025
|
xmlns: "http://www.w3.org/2000/svg",
|
2952
3026
|
viewBox: "0 0 32 32",
|
2953
3027
|
fill: "currentColor"
|
2954
|
-
}, rest),
|
2955
|
-
|
2956
|
-
|
2957
|
-
r: "2"
|
2958
|
-
})), _path209 || (_path209 = /*#__PURE__*/React__default.createElement("path", {
|
2959
|
-
d: "M23.7769,18.4785A8.64,8.64,0,0,0,16,13a8.64,8.64,0,0,0-7.7769,5.4785L8,19l.2231.5215A8.64,8.64,0,0,0,16,25a8.64,8.64,0,0,0,7.7769-5.4785L24,19ZM16,23a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,23Z"
|
2960
|
-
})), _path210 || (_path210 = /*#__PURE__*/React__default.createElement("path", {
|
2961
|
-
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"
|
3028
|
+
}, rest), _path220 || (_path220 = /*#__PURE__*/React__default.createElement("path", {
|
3029
|
+
strokeWidth: "0",
|
3030
|
+
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"
|
2962
3031
|
})), children);
|
2963
3032
|
});
|
2964
3033
|
if (process.env.NODE_ENV !== "production") {
|
2965
|
-
|
3034
|
+
ContainerImagePush.propTypes = iconPropTypes;
|
2966
3035
|
}
|
2967
|
-
var
|
3036
|
+
var ContainerImagePushPull = /*#__PURE__*/React__default.forwardRef(function ContainerImagePushPull(_ref125, ref) {
|
2968
3037
|
var children = _ref125.children,
|
2969
3038
|
_ref125$size = _ref125.size,
|
2970
3039
|
size = _ref125$size === undefined ? 16 : _ref125$size,
|
@@ -2976,12 +3045,13 @@ var Continue = /*#__PURE__*/React__default.forwardRef(function Continue(_ref125,
|
|
2976
3045
|
xmlns: "http://www.w3.org/2000/svg",
|
2977
3046
|
viewBox: "0 0 32 32",
|
2978
3047
|
fill: "currentColor"
|
2979
|
-
}, rest),
|
2980
|
-
|
3048
|
+
}, rest), _path221 || (_path221 = /*#__PURE__*/React__default.createElement("path", {
|
3049
|
+
strokeWidth: "0",
|
3050
|
+
d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM9 5L14 10 9 15 7.581 13.591 10.153 11 0 11 0 9 10.206 9 7.581 6.409 9 5zM5 27L0 22 5 17 6.419 18.409 3.847 21 14 21 14 23 3.794 23 6.419 25.591 5 27z"
|
2981
3051
|
})), children);
|
2982
3052
|
});
|
2983
3053
|
if (process.env.NODE_ENV !== "production") {
|
2984
|
-
|
3054
|
+
ContainerImagePushPull.propTypes = iconPropTypes;
|
2985
3055
|
}
|
2986
3056
|
|
2987
|
-
export { 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, ContainerImagePushPull,
|
3057
|
+
export { 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, ContainerImagePushPull, ContainerRuntime, ContainerRuntimeMonitor, QCircuitComposer, QComposerEdit, WatsonHealthCircleMeasurement, WatsonHealthCobbAngle };
|