@carbon/ibm-products 2.53.0 → 2.54.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 +1700 -4375
- 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 +8 -0
- 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 +996 -2631
- 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 +92 -44
- 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/APIKeyModal/APIKeyDownloader.d.ts +3 -1
- package/es/components/APIKeyModal/APIKeyDownloader.js +9 -2
- package/es/components/APIKeyModal/APIKeyModal.js +9 -2
- package/es/components/APIKeyModal/APIKeyModal.types.d.ts +4 -0
- package/es/components/ActionBar/ActionBar.d.ts +2 -1
- package/es/components/ActionSet/ActionSet.d.ts +1 -1
- package/es/components/ActionSet/ActionSet.js +2 -0
- package/es/components/AddSelect/types/index.d.ts +1 -1
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +3 -1
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +11 -3
- package/es/components/Checklist/Checklist.js +2 -3
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +2 -2
- package/es/components/CreateFullPage/CreateFullPage.d.ts +5 -0
- package/es/components/CreateFullPage/CreateFullPage.js +31 -15
- package/es/components/CreateFullPage/CreateFullPageStep.d.ts +4 -0
- package/es/components/CreateFullPage/CreateFullPageStep.js +8 -2
- package/es/components/CreateInfluencer/CreateInfluencer.d.ts +9 -1
- package/es/components/CreateInfluencer/CreateInfluencer.js +8 -2
- package/es/components/CreateModal/CreateModal.d.ts +2 -2
- package/es/components/CreateModal/CreateModal.js +1 -1
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +1 -0
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +3 -1
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -2
- package/es/components/Datagrid/types/index.d.ts +3 -3
- package/es/components/EditInPlace/EditInPlace.js +1 -0
- package/es/components/EmptyStates/EmptyState.d.ts +1 -1
- package/es/components/EmptyStates/EmptyState.js +2 -0
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +2 -0
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +2 -0
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +2 -0
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +2 -0
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +2 -0
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +2 -0
- package/es/components/Guidebanner/Guidebanner.js +1 -1
- package/es/components/ImportModal/ImportModal.d.ts +1 -1
- package/es/components/ImportModal/ImportModal.js +3 -8
- package/es/components/InlineTip/InlineTipButton.d.ts +1 -1
- package/es/components/InterstitialScreen/InterstitialScreen.js +2 -2
- package/es/components/Nav/NavList.js +1 -1
- package/es/components/NotificationsPanel/NotificationsPanel.js +2 -1
- package/es/components/PageHeader/PageHeader.d.ts +9 -5
- package/es/components/PageHeader/PageHeader.js +9 -4
- package/es/components/SearchBar/SearchBar.js +1 -1
- package/es/components/SidePanel/SidePanel.d.ts +2 -2
- package/es/components/TagOverflow/TagOverflowModal.d.ts +1 -1
- package/es/components/TagOverflow/TagOverflowPopover.d.ts +3 -1
- package/es/components/TagOverflow/TagOverflowPopover.js +1 -1
- package/es/components/TagSet/TagSetModal.d.ts +1 -1
- package/es/components/Tearsheet/Tearsheet.d.ts +5 -2
- package/es/components/Tearsheet/Tearsheet.js +1 -0
- package/es/components/Tearsheet/TearsheetNarrow.d.ts +1 -1
- package/es/components/Tearsheet/TearsheetNarrow.js +1 -0
- package/es/components/Tearsheet/TearsheetShell.d.ts +2 -3
- package/es/components/Tearsheet/TearsheetShell.js +0 -1
- package/es/components/TooltipTrigger/TooltipTrigger.d.ts +17 -15
- package/es/components/TooltipTrigger/TooltipTrigger.js +2 -2
- package/es/components/TruncatedList/TruncatedList.d.ts +1 -1
- package/es/components/UserAvatar/UserAvatar.d.ts +1 -1
- package/es/components/UserAvatar/UserAvatar.js +3 -2
- package/es/components/UserProfileImage/UserProfileImage.d.ts +2 -2
- package/es/components/UserProfileImage/UserProfileImage.js +1 -5
- package/es/components/WebTerminal/WebTerminal.d.ts +1 -1
- package/es/components/WebTerminal/WebTerminal.js +1 -0
- package/es/node_modules/@carbon/icons-react/es/generated/{bucket-2.js → bucket-3.js} +963 -1037
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +937 -885
- package/lib/components/APIKeyModal/APIKeyDownloader.d.ts +3 -1
- package/lib/components/APIKeyModal/APIKeyDownloader.js +9 -2
- package/lib/components/APIKeyModal/APIKeyModal.js +9 -2
- package/lib/components/APIKeyModal/APIKeyModal.types.d.ts +4 -0
- package/lib/components/ActionBar/ActionBar.d.ts +2 -1
- package/lib/components/ActionSet/ActionSet.d.ts +1 -1
- package/lib/components/ActionSet/ActionSet.js +2 -0
- package/lib/components/AddSelect/types/index.d.ts +1 -1
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +3 -1
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +11 -3
- package/lib/components/Checklist/Checklist.js +2 -3
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +2 -2
- package/lib/components/CreateFullPage/CreateFullPage.d.ts +5 -0
- package/lib/components/CreateFullPage/CreateFullPage.js +31 -15
- package/lib/components/CreateFullPage/CreateFullPageStep.d.ts +4 -0
- package/lib/components/CreateFullPage/CreateFullPageStep.js +8 -2
- package/lib/components/CreateInfluencer/CreateInfluencer.d.ts +9 -1
- package/lib/components/CreateInfluencer/CreateInfluencer.js +8 -2
- package/lib/components/CreateModal/CreateModal.d.ts +2 -2
- package/lib/components/CreateModal/CreateModal.js +1 -1
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +1 -0
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +3 -1
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -2
- package/lib/components/Datagrid/types/index.d.ts +3 -3
- package/lib/components/EditInPlace/EditInPlace.js +1 -0
- package/lib/components/EmptyStates/EmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/EmptyState.js +2 -0
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +2 -0
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +2 -0
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +2 -0
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +2 -0
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +2 -0
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +2 -0
- package/lib/components/Guidebanner/Guidebanner.js +1 -1
- package/lib/components/ImportModal/ImportModal.d.ts +1 -1
- package/lib/components/ImportModal/ImportModal.js +3 -8
- package/lib/components/InlineTip/InlineTipButton.d.ts +1 -1
- package/lib/components/InterstitialScreen/InterstitialScreen.js +2 -2
- package/lib/components/Nav/NavList.js +2 -2
- package/lib/components/NotificationsPanel/NotificationsPanel.js +2 -1
- package/lib/components/PageHeader/PageHeader.d.ts +9 -5
- package/lib/components/PageHeader/PageHeader.js +8 -3
- package/lib/components/SearchBar/SearchBar.js +1 -1
- package/lib/components/SidePanel/SidePanel.d.ts +2 -2
- package/lib/components/TagOverflow/TagOverflowModal.d.ts +1 -1
- package/lib/components/TagOverflow/TagOverflowPopover.d.ts +3 -1
- package/lib/components/TagOverflow/TagOverflowPopover.js +1 -1
- package/lib/components/TagSet/TagSetModal.d.ts +1 -1
- package/lib/components/Tearsheet/Tearsheet.d.ts +5 -2
- package/lib/components/Tearsheet/Tearsheet.js +1 -0
- package/lib/components/Tearsheet/TearsheetNarrow.d.ts +1 -1
- package/lib/components/Tearsheet/TearsheetNarrow.js +1 -0
- package/lib/components/Tearsheet/TearsheetShell.d.ts +2 -3
- package/lib/components/Tearsheet/TearsheetShell.js +0 -1
- package/lib/components/TooltipTrigger/TooltipTrigger.d.ts +17 -15
- package/lib/components/TooltipTrigger/TooltipTrigger.js +2 -2
- package/lib/components/TruncatedList/TruncatedList.d.ts +1 -1
- package/lib/components/UserAvatar/UserAvatar.d.ts +1 -1
- package/lib/components/UserAvatar/UserAvatar.js +3 -2
- package/lib/components/UserProfileImage/UserProfileImage.d.ts +2 -2
- package/lib/components/UserProfileImage/UserProfileImage.js +1 -5
- package/lib/components/WebTerminal/WebTerminal.d.ts +1 -1
- package/lib/components/WebTerminal/WebTerminal.js +1 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/{bucket-2.js → bucket-3.js} +1078 -1152
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +980 -928
- package/package.json +11 -11
- package/scss/components/EditFullPage/_index.scss +1 -1
- package/scss/components/EditTearsheet/_index.scss +1 -1
- package/scss/components/EditTearsheetNarrow/_index.scss +1 -1
- package/scss/components/EditUpdateCards/_edit-update-cards.scss +3 -3
- package/scss/components/UserAvatar/_carbon-imports.scss +1 -0
- package/scss/components/UserAvatar/_user-avatar.scss +4 -0
- package/telemetry.yml +5 -1
@@ -135,24 +135,12 @@ 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,
|
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, _circle, _circle2, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _circle3, _path51, _path52, _circle4, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _circle5, _path64, _path65, _circle6, _path66, _circle7, _circle8, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _circle9, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _circle10, _path117, _circle11, _path118, _path119, _circle12, _path120, _circle13, _path121, _path122, _path123, _circle14, _path124, _circle15, _path125, _path126, _circle16, _path127, _circle17, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _circle18, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _circle19, _circle20, _circle21, _circle22, _circle23, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _circle24, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _circle25, _path185, _path186, _path187, _path188, _path189, _path190, _circle26, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _circle27, _path198, _path199, _path200, _path201, _circle28, _circle29, _path202, _path203, _circle30, _path204, _path205, _path206, _path207, _path208;
|
139
|
+
var CheckmarkOutlineError = /*#__PURE__*/React__default.forwardRef(function CheckmarkOutlineError(_ref, ref) {
|
140
140
|
var children = _ref.children,
|
141
141
|
_ref$size = _ref.size,
|
142
142
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
143
143
|
rest = _objectWithoutProperties(_ref, _excluded);
|
144
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
145
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
146
|
-
width: size,
|
147
|
-
height: size,
|
148
|
-
ref: ref,
|
149
|
-
xmlns: "http://www.w3.org/2000/svg",
|
150
|
-
viewBox: "0 0 5 8",
|
151
|
-
fill: "currentColor"
|
152
|
-
}, rest), _path || (_path = /*#__PURE__*/React__default.createElement("path", {
|
153
|
-
d: "M5 8L0 4 5 0z"
|
154
|
-
})), children);
|
155
|
-
}
|
156
144
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
157
145
|
width: size,
|
158
146
|
height: size,
|
@@ -160,30 +148,20 @@ var CaretLeft = /*#__PURE__*/React__default.forwardRef(function CaretLeft(_ref,
|
|
160
148
|
xmlns: "http://www.w3.org/2000/svg",
|
161
149
|
viewBox: "0 0 32 32",
|
162
150
|
fill: "currentColor"
|
163
|
-
}, rest),
|
164
|
-
d: "
|
151
|
+
}, rest), _path || (_path = /*#__PURE__*/React__default.createElement("path", {
|
152
|
+
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
153
|
+
})), _path2 || (_path2 = /*#__PURE__*/React__default.createElement("path", {
|
154
|
+
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"
|
165
155
|
})), children);
|
166
156
|
});
|
167
157
|
if (process.env.NODE_ENV !== "production") {
|
168
|
-
|
158
|
+
CheckmarkOutlineError.propTypes = iconPropTypes;
|
169
159
|
}
|
170
|
-
var
|
160
|
+
var CheckmarkOutlineWarning = /*#__PURE__*/React__default.forwardRef(function CheckmarkOutlineWarning(_ref2, ref) {
|
171
161
|
var children = _ref2.children,
|
172
162
|
_ref2$size = _ref2.size,
|
173
163
|
size = _ref2$size === void 0 ? 16 : _ref2$size,
|
174
164
|
rest = _objectWithoutProperties(_ref2, _excluded2);
|
175
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
176
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
177
|
-
width: size,
|
178
|
-
height: size,
|
179
|
-
ref: ref,
|
180
|
-
xmlns: "http://www.w3.org/2000/svg",
|
181
|
-
viewBox: "0 0 5 8",
|
182
|
-
fill: "currentColor"
|
183
|
-
}, rest), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
|
184
|
-
d: "M0 0L5 4 0 8z"
|
185
|
-
})), children);
|
186
|
-
}
|
187
165
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
188
166
|
width: size,
|
189
167
|
height: size,
|
@@ -191,14 +169,16 @@ var CaretRight = /*#__PURE__*/React__default.forwardRef(function CaretRight(_ref
|
|
191
169
|
xmlns: "http://www.w3.org/2000/svg",
|
192
170
|
viewBox: "0 0 32 32",
|
193
171
|
fill: "currentColor"
|
194
|
-
}, rest),
|
195
|
-
d: "
|
172
|
+
}, rest), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
|
173
|
+
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
174
|
+
})), _path4 || (_path4 = /*#__PURE__*/React__default.createElement("path", {
|
175
|
+
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"
|
196
176
|
})), children);
|
197
177
|
});
|
198
178
|
if (process.env.NODE_ENV !== "production") {
|
199
|
-
|
179
|
+
CheckmarkOutlineWarning.propTypes = iconPropTypes;
|
200
180
|
}
|
201
|
-
var
|
181
|
+
var Chemistry = /*#__PURE__*/React__default.forwardRef(function Chemistry(_ref3, ref) {
|
202
182
|
var children = _ref3.children,
|
203
183
|
_ref3$size = _ref3.size,
|
204
184
|
size = _ref3$size === void 0 ? 16 : _ref3$size,
|
@@ -211,13 +191,13 @@ var CaretSort = /*#__PURE__*/React__default.forwardRef(function CaretSort(_ref3,
|
|
211
191
|
viewBox: "0 0 32 32",
|
212
192
|
fill: "currentColor"
|
213
193
|
}, rest), _path5 || (_path5 = /*#__PURE__*/React__default.createElement("path", {
|
214
|
-
d: "
|
194
|
+
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"
|
215
195
|
})), children);
|
216
196
|
});
|
217
197
|
if (process.env.NODE_ENV !== "production") {
|
218
|
-
|
198
|
+
Chemistry.propTypes = iconPropTypes;
|
219
199
|
}
|
220
|
-
var
|
200
|
+
var ChemistryReference = /*#__PURE__*/React__default.forwardRef(function ChemistryReference(_ref4, ref) {
|
221
201
|
var children = _ref4.children,
|
222
202
|
_ref4$size = _ref4.size,
|
223
203
|
size = _ref4$size === void 0 ? 16 : _ref4$size,
|
@@ -230,17 +210,43 @@ var CaretSortDown = /*#__PURE__*/React__default.forwardRef(function CaretSortDow
|
|
230
210
|
viewBox: "0 0 32 32",
|
231
211
|
fill: "currentColor"
|
232
212
|
}, rest), _path6 || (_path6 = /*#__PURE__*/React__default.createElement("path", {
|
233
|
-
d: "
|
213
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
214
|
+
})), _path7 || (_path7 = /*#__PURE__*/React__default.createElement("path", {
|
215
|
+
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"
|
234
216
|
})), children);
|
235
217
|
});
|
236
218
|
if (process.env.NODE_ENV !== "production") {
|
237
|
-
|
219
|
+
ChemistryReference.propTypes = iconPropTypes;
|
238
220
|
}
|
239
|
-
var
|
221
|
+
var ChevronDown = /*#__PURE__*/React__default.forwardRef(function ChevronDown(_ref5, ref) {
|
240
222
|
var children = _ref5.children,
|
241
223
|
_ref5$size = _ref5.size,
|
242
224
|
size = _ref5$size === void 0 ? 16 : _ref5$size,
|
243
225
|
rest = _objectWithoutProperties(_ref5, _excluded5);
|
226
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
227
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
228
|
+
width: size,
|
229
|
+
height: size,
|
230
|
+
ref: ref,
|
231
|
+
xmlns: "http://www.w3.org/2000/svg",
|
232
|
+
viewBox: "0 0 10 6",
|
233
|
+
fill: "currentColor"
|
234
|
+
}, rest), _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
|
235
|
+
d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
|
236
|
+
})), children);
|
237
|
+
}
|
238
|
+
if (size === 16 || size === "16" || size === "16px") {
|
239
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
240
|
+
width: size,
|
241
|
+
height: size,
|
242
|
+
ref: ref,
|
243
|
+
xmlns: "http://www.w3.org/2000/svg",
|
244
|
+
viewBox: "0 0 16 16",
|
245
|
+
fill: "currentColor"
|
246
|
+
}, rest), _path9 || (_path9 = /*#__PURE__*/React__default.createElement("path", {
|
247
|
+
d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
|
248
|
+
})), children);
|
249
|
+
}
|
244
250
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
245
251
|
width: size,
|
246
252
|
height: size,
|
@@ -248,30 +254,18 @@ var CaretSortUp = /*#__PURE__*/React__default.forwardRef(function CaretSortUp(_r
|
|
248
254
|
xmlns: "http://www.w3.org/2000/svg",
|
249
255
|
viewBox: "0 0 32 32",
|
250
256
|
fill: "currentColor"
|
251
|
-
}, rest),
|
252
|
-
d: "
|
257
|
+
}, rest), _path10 || (_path10 = /*#__PURE__*/React__default.createElement("path", {
|
258
|
+
d: "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
|
253
259
|
})), children);
|
254
260
|
});
|
255
261
|
if (process.env.NODE_ENV !== "production") {
|
256
|
-
|
262
|
+
ChevronDown.propTypes = iconPropTypes;
|
257
263
|
}
|
258
|
-
var
|
264
|
+
var ChevronDownOutline = /*#__PURE__*/React__default.forwardRef(function ChevronDownOutline(_ref6, ref) {
|
259
265
|
var children = _ref6.children,
|
260
266
|
_ref6$size = _ref6.size,
|
261
267
|
size = _ref6$size === void 0 ? 16 : _ref6$size,
|
262
268
|
rest = _objectWithoutProperties(_ref6, _excluded6);
|
263
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
264
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
265
|
-
width: size,
|
266
|
-
height: size,
|
267
|
-
ref: ref,
|
268
|
-
xmlns: "http://www.w3.org/2000/svg",
|
269
|
-
viewBox: "0 0 8 4",
|
270
|
-
fill: "currentColor"
|
271
|
-
}, rest), _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
|
272
|
-
d: "M0 4L4 0 8 4z"
|
273
|
-
})), children);
|
274
|
-
}
|
275
269
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
276
270
|
width: size,
|
277
271
|
height: size,
|
@@ -279,18 +273,44 @@ var CaretUp = /*#__PURE__*/React__default.forwardRef(function CaretUp(_ref6, ref
|
|
279
273
|
xmlns: "http://www.w3.org/2000/svg",
|
280
274
|
viewBox: "0 0 32 32",
|
281
275
|
fill: "currentColor"
|
282
|
-
}, rest),
|
283
|
-
d: "
|
276
|
+
}, rest), _path11 || (_path11 = /*#__PURE__*/React__default.createElement("path", {
|
277
|
+
d: "M9.4142 12.5858L16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z"
|
278
|
+
})), _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
|
279
|
+
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"
|
284
280
|
})), children);
|
285
281
|
});
|
286
282
|
if (process.env.NODE_ENV !== "production") {
|
287
|
-
|
283
|
+
ChevronDownOutline.propTypes = iconPropTypes;
|
288
284
|
}
|
289
|
-
var
|
285
|
+
var ChevronLeft = /*#__PURE__*/React__default.forwardRef(function ChevronLeft(_ref7, ref) {
|
290
286
|
var children = _ref7.children,
|
291
287
|
_ref7$size = _ref7.size,
|
292
288
|
size = _ref7$size === void 0 ? 16 : _ref7$size,
|
293
289
|
rest = _objectWithoutProperties(_ref7, _excluded7);
|
290
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
291
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
292
|
+
width: size,
|
293
|
+
height: size,
|
294
|
+
ref: ref,
|
295
|
+
xmlns: "http://www.w3.org/2000/svg",
|
296
|
+
viewBox: "0 0 6 10",
|
297
|
+
fill: "currentColor"
|
298
|
+
}, rest), _path13 || (_path13 = /*#__PURE__*/React__default.createElement("path", {
|
299
|
+
d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
|
300
|
+
})), children);
|
301
|
+
}
|
302
|
+
if (size === 16 || size === "16" || size === "16px") {
|
303
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
304
|
+
width: size,
|
305
|
+
height: size,
|
306
|
+
ref: ref,
|
307
|
+
xmlns: "http://www.w3.org/2000/svg",
|
308
|
+
viewBox: "0 0 16 16",
|
309
|
+
fill: "currentColor"
|
310
|
+
}, rest), _path14 || (_path14 = /*#__PURE__*/React__default.createElement("path", {
|
311
|
+
d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
|
312
|
+
})), children);
|
313
|
+
}
|
294
314
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
295
315
|
width: size,
|
296
316
|
height: size,
|
@@ -298,18 +318,30 @@ var CarouselHorizontal = /*#__PURE__*/React__default.forwardRef(function Carouse
|
|
298
318
|
xmlns: "http://www.w3.org/2000/svg",
|
299
319
|
viewBox: "0 0 32 32",
|
300
320
|
fill: "currentColor"
|
301
|
-
}, rest),
|
302
|
-
d: "
|
321
|
+
}, rest), _path15 || (_path15 = /*#__PURE__*/React__default.createElement("path", {
|
322
|
+
d: "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
|
303
323
|
})), children);
|
304
324
|
});
|
305
325
|
if (process.env.NODE_ENV !== "production") {
|
306
|
-
|
326
|
+
ChevronLeft.propTypes = iconPropTypes;
|
307
327
|
}
|
308
|
-
var
|
328
|
+
var ChevronMini = /*#__PURE__*/React__default.forwardRef(function ChevronMini(_ref8, ref) {
|
309
329
|
var children = _ref8.children,
|
310
330
|
_ref8$size = _ref8.size,
|
311
331
|
size = _ref8$size === void 0 ? 16 : _ref8$size,
|
312
332
|
rest = _objectWithoutProperties(_ref8, _excluded8);
|
333
|
+
if (size === 16 || size === "16" || size === "16px") {
|
334
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
335
|
+
width: size,
|
336
|
+
height: size,
|
337
|
+
ref: ref,
|
338
|
+
xmlns: "http://www.w3.org/2000/svg",
|
339
|
+
viewBox: "0 0 16 16",
|
340
|
+
fill: "currentColor"
|
341
|
+
}, rest), _path16 || (_path16 = /*#__PURE__*/React__default.createElement("path", {
|
342
|
+
d: "M15 9L15 15 9 15z"
|
343
|
+
})), children);
|
344
|
+
}
|
313
345
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
314
346
|
width: size,
|
315
347
|
height: size,
|
@@ -317,18 +349,42 @@ var CarouselVertical = /*#__PURE__*/React__default.forwardRef(function CarouselV
|
|
317
349
|
xmlns: "http://www.w3.org/2000/svg",
|
318
350
|
viewBox: "0 0 32 32",
|
319
351
|
fill: "currentColor"
|
320
|
-
}, rest),
|
321
|
-
d: "
|
352
|
+
}, rest), _path17 || (_path17 = /*#__PURE__*/React__default.createElement("path", {
|
353
|
+
d: "M31 19L31 31 19 31 31 19z"
|
322
354
|
})), children);
|
323
355
|
});
|
324
356
|
if (process.env.NODE_ENV !== "production") {
|
325
|
-
|
357
|
+
ChevronMini.propTypes = iconPropTypes;
|
326
358
|
}
|
327
|
-
var
|
359
|
+
var ChevronRight = /*#__PURE__*/React__default.forwardRef(function ChevronRight(_ref9, ref) {
|
328
360
|
var children = _ref9.children,
|
329
361
|
_ref9$size = _ref9.size,
|
330
362
|
size = _ref9$size === void 0 ? 16 : _ref9$size,
|
331
363
|
rest = _objectWithoutProperties(_ref9, _excluded9);
|
364
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
365
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
366
|
+
width: size,
|
367
|
+
height: size,
|
368
|
+
ref: ref,
|
369
|
+
xmlns: "http://www.w3.org/2000/svg",
|
370
|
+
viewBox: "0 0 6 10",
|
371
|
+
fill: "currentColor"
|
372
|
+
}, rest), _path18 || (_path18 = /*#__PURE__*/React__default.createElement("path", {
|
373
|
+
d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
|
374
|
+
})), children);
|
375
|
+
}
|
376
|
+
if (size === 16 || size === "16" || size === "16px") {
|
377
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
378
|
+
width: size,
|
379
|
+
height: size,
|
380
|
+
ref: ref,
|
381
|
+
xmlns: "http://www.w3.org/2000/svg",
|
382
|
+
viewBox: "0 0 16 16",
|
383
|
+
fill: "currentColor"
|
384
|
+
}, rest), _path19 || (_path19 = /*#__PURE__*/React__default.createElement("path", {
|
385
|
+
d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
|
386
|
+
})), children);
|
387
|
+
}
|
332
388
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
333
389
|
width: size,
|
334
390
|
height: size,
|
@@ -336,20 +392,30 @@ var Catalog = /*#__PURE__*/React__default.forwardRef(function Catalog(_ref9, ref
|
|
336
392
|
xmlns: "http://www.w3.org/2000/svg",
|
337
393
|
viewBox: "0 0 32 32",
|
338
394
|
fill: "currentColor"
|
339
|
-
}, rest),
|
340
|
-
d: "
|
341
|
-
})), _path13 || (_path13 = /*#__PURE__*/React__default.createElement("path", {
|
342
|
-
d: "M14 8H22V10H14zM14 15H22V17H14zM14 22H22V24H14z"
|
395
|
+
}, rest), _path20 || (_path20 = /*#__PURE__*/React__default.createElement("path", {
|
396
|
+
d: "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
|
343
397
|
})), children);
|
344
398
|
});
|
345
399
|
if (process.env.NODE_ENV !== "production") {
|
346
|
-
|
400
|
+
ChevronRight.propTypes = iconPropTypes;
|
347
401
|
}
|
348
|
-
var
|
402
|
+
var ChevronSort = /*#__PURE__*/React__default.forwardRef(function ChevronSort(_ref10, ref) {
|
349
403
|
var children = _ref10.children,
|
350
404
|
_ref10$size = _ref10.size,
|
351
405
|
size = _ref10$size === void 0 ? 16 : _ref10$size,
|
352
406
|
rest = _objectWithoutProperties(_ref10, _excluded10);
|
407
|
+
if (size === 16 || size === "16" || size === "16px") {
|
408
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
409
|
+
width: size,
|
410
|
+
height: size,
|
411
|
+
ref: ref,
|
412
|
+
xmlns: "http://www.w3.org/2000/svg",
|
413
|
+
viewBox: "0 0 16 16",
|
414
|
+
fill: "currentColor"
|
415
|
+
}, rest), _path21 || (_path21 = /*#__PURE__*/React__default.createElement("path", {
|
416
|
+
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"
|
417
|
+
})), children);
|
418
|
+
}
|
353
419
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
354
420
|
width: size,
|
355
421
|
height: size,
|
@@ -357,20 +423,30 @@ var CatalogPublish = /*#__PURE__*/React__default.forwardRef(function CatalogPubl
|
|
357
423
|
xmlns: "http://www.w3.org/2000/svg",
|
358
424
|
viewBox: "0 0 32 32",
|
359
425
|
fill: "currentColor"
|
360
|
-
}, rest),
|
361
|
-
d: "
|
362
|
-
})), _path15 || (_path15 = /*#__PURE__*/React__default.createElement("path", {
|
363
|
-
d: "M13,28H8v-4h2v-2H8v-5h2v-2H8v-5h2V8H8V4h18v16h2V4c0-1.1-0.9-2-2-2H8C6.9,2,6,2.9,6,4v4H4v2h2v5H4v2h2v5H4v2h2v4 c0,1.1,0.9,2,2,2h5V28z"
|
426
|
+
}, rest), _path22 || (_path22 = /*#__PURE__*/React__default.createElement("path", {
|
427
|
+
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"
|
364
428
|
})), children);
|
365
429
|
});
|
366
430
|
if (process.env.NODE_ENV !== "production") {
|
367
|
-
|
431
|
+
ChevronSort.propTypes = iconPropTypes;
|
368
432
|
}
|
369
|
-
var
|
433
|
+
var ChevronSortDown = /*#__PURE__*/React__default.forwardRef(function ChevronSortDown(_ref11, ref) {
|
370
434
|
var children = _ref11.children,
|
371
435
|
_ref11$size = _ref11.size,
|
372
436
|
size = _ref11$size === void 0 ? 16 : _ref11$size,
|
373
437
|
rest = _objectWithoutProperties(_ref11, _excluded11);
|
438
|
+
if (size === 16 || size === "16" || size === "16px") {
|
439
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
440
|
+
width: size,
|
441
|
+
height: size,
|
442
|
+
ref: ref,
|
443
|
+
xmlns: "http://www.w3.org/2000/svg",
|
444
|
+
viewBox: "0 0 16 16",
|
445
|
+
fill: "currentColor"
|
446
|
+
}, rest), _path23 || (_path23 = /*#__PURE__*/React__default.createElement("path", {
|
447
|
+
d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5z"
|
448
|
+
})), children);
|
449
|
+
}
|
374
450
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
375
451
|
width: size,
|
376
452
|
height: size,
|
@@ -378,18 +454,30 @@ var Categories = /*#__PURE__*/React__default.forwardRef(function Categories(_ref
|
|
378
454
|
xmlns: "http://www.w3.org/2000/svg",
|
379
455
|
viewBox: "0 0 32 32",
|
380
456
|
fill: "currentColor"
|
381
|
-
}, rest),
|
382
|
-
d: "
|
457
|
+
}, rest), _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
|
458
|
+
d: "M16 28L9 21 10.4 19.6 16 25.2 21.6 19.6 23 21z"
|
383
459
|
})), children);
|
384
460
|
});
|
385
461
|
if (process.env.NODE_ENV !== "production") {
|
386
|
-
|
462
|
+
ChevronSortDown.propTypes = iconPropTypes;
|
387
463
|
}
|
388
|
-
var
|
464
|
+
var ChevronSortUp = /*#__PURE__*/React__default.forwardRef(function ChevronSortUp(_ref12, ref) {
|
389
465
|
var children = _ref12.children,
|
390
466
|
_ref12$size = _ref12.size,
|
391
467
|
size = _ref12$size === void 0 ? 16 : _ref12$size,
|
392
468
|
rest = _objectWithoutProperties(_ref12, _excluded12);
|
469
|
+
if (size === 16 || size === "16" || size === "16px") {
|
470
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
471
|
+
width: size,
|
472
|
+
height: size,
|
473
|
+
ref: ref,
|
474
|
+
xmlns: "http://www.w3.org/2000/svg",
|
475
|
+
viewBox: "0 0 16 16",
|
476
|
+
fill: "currentColor"
|
477
|
+
}, rest), _path25 || (_path25 = /*#__PURE__*/React__default.createElement("path", {
|
478
|
+
d: "M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
|
479
|
+
})), children);
|
480
|
+
}
|
393
481
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
394
482
|
width: size,
|
395
483
|
height: size,
|
@@ -397,18 +485,42 @@ var Category = /*#__PURE__*/React__default.forwardRef(function Category(_ref12,
|
|
397
485
|
xmlns: "http://www.w3.org/2000/svg",
|
398
486
|
viewBox: "0 0 32 32",
|
399
487
|
fill: "currentColor"
|
400
|
-
}, rest),
|
401
|
-
d: "
|
488
|
+
}, rest), _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
|
489
|
+
d: "M16 4L23 11 21.6 12.4 16 6.8 10.4 12.4 9 11z"
|
402
490
|
})), children);
|
403
491
|
});
|
404
492
|
if (process.env.NODE_ENV !== "production") {
|
405
|
-
|
493
|
+
ChevronSortUp.propTypes = iconPropTypes;
|
406
494
|
}
|
407
|
-
var
|
495
|
+
var ChevronUp = /*#__PURE__*/React__default.forwardRef(function ChevronUp(_ref13, ref) {
|
408
496
|
var children = _ref13.children,
|
409
497
|
_ref13$size = _ref13.size,
|
410
498
|
size = _ref13$size === void 0 ? 16 : _ref13$size,
|
411
499
|
rest = _objectWithoutProperties(_ref13, _excluded13);
|
500
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
501
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
502
|
+
width: size,
|
503
|
+
height: size,
|
504
|
+
ref: ref,
|
505
|
+
xmlns: "http://www.w3.org/2000/svg",
|
506
|
+
viewBox: "0 0 10 6",
|
507
|
+
fill: "currentColor"
|
508
|
+
}, rest), _path27 || (_path27 = /*#__PURE__*/React__default.createElement("path", {
|
509
|
+
d: "M5 0L10 5 9.3 5.7 5 1.4 0.7 5.7 0 5z"
|
510
|
+
})), children);
|
511
|
+
}
|
512
|
+
if (size === 16 || size === "16" || size === "16px") {
|
513
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
514
|
+
width: size,
|
515
|
+
height: size,
|
516
|
+
ref: ref,
|
517
|
+
xmlns: "http://www.w3.org/2000/svg",
|
518
|
+
viewBox: "0 0 16 16",
|
519
|
+
fill: "currentColor"
|
520
|
+
}, rest), _path28 || (_path28 = /*#__PURE__*/React__default.createElement("path", {
|
521
|
+
d: "M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
|
522
|
+
})), children);
|
523
|
+
}
|
412
524
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
413
525
|
width: size,
|
414
526
|
height: size,
|
@@ -416,16 +528,14 @@ var CategoryAdd = /*#__PURE__*/React__default.forwardRef(function CategoryAdd(_r
|
|
416
528
|
xmlns: "http://www.w3.org/2000/svg",
|
417
529
|
viewBox: "0 0 32 32",
|
418
530
|
fill: "currentColor"
|
419
|
-
}, rest),
|
420
|
-
d: "
|
421
|
-
})), _path19 || (_path19 = /*#__PURE__*/React__default.createElement("path", {
|
422
|
-
d: "M28,24H17V20h6a2.0027,2.0027,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H9A2.002,2.002,0,0,0,7,4V18a2.0023,2.0023,0,0,0,2,2h6v4H4a2,2,0,0,0-2,2v4H4V26H15v4h2V26H28v4h2V26A2,2,0,0,0,28,24ZM9,4H23l.002,14H9Z"
|
531
|
+
}, rest), _path29 || (_path29 = /*#__PURE__*/React__default.createElement("path", {
|
532
|
+
d: "M16 10L26 20 24.6 21.4 16 12.8 7.4 21.4 6 20z"
|
423
533
|
})), children);
|
424
534
|
});
|
425
535
|
if (process.env.NODE_ENV !== "production") {
|
426
|
-
|
536
|
+
ChevronUp.propTypes = iconPropTypes;
|
427
537
|
}
|
428
|
-
var
|
538
|
+
var ChevronUpOutline = /*#__PURE__*/React__default.forwardRef(function ChevronUpOutline(_ref14, ref) {
|
429
539
|
var children = _ref14.children,
|
430
540
|
_ref14$size = _ref14.size,
|
431
541
|
size = _ref14$size === void 0 ? 16 : _ref14$size,
|
@@ -437,14 +547,16 @@ var CategoryAnd = /*#__PURE__*/React__default.forwardRef(function CategoryAnd(_r
|
|
437
547
|
xmlns: "http://www.w3.org/2000/svg",
|
438
548
|
viewBox: "0 0 32 32",
|
439
549
|
fill: "currentColor"
|
440
|
-
}, rest),
|
441
|
-
d: "
|
550
|
+
}, rest), _path30 || (_path30 = /*#__PURE__*/React__default.createElement("path", {
|
551
|
+
d: "M9.4142 19.4142L16 12.8286 22.5858 19.4142 24 18 16 10 8 18 9.4142 19.4142z"
|
552
|
+
})), _path31 || (_path31 = /*#__PURE__*/React__default.createElement("path", {
|
553
|
+
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"
|
442
554
|
})), children);
|
443
555
|
});
|
444
556
|
if (process.env.NODE_ENV !== "production") {
|
445
|
-
|
557
|
+
ChevronUpOutline.propTypes = iconPropTypes;
|
446
558
|
}
|
447
|
-
var
|
559
|
+
var Chip = /*#__PURE__*/React__default.forwardRef(function Chip(_ref15, ref) {
|
448
560
|
var children = _ref15.children,
|
449
561
|
_ref15$size = _ref15.size,
|
450
562
|
size = _ref15$size === void 0 ? 16 : _ref15$size,
|
@@ -456,16 +568,16 @@ var CategoryNew = /*#__PURE__*/React__default.forwardRef(function CategoryNew(_r
|
|
456
568
|
xmlns: "http://www.w3.org/2000/svg",
|
457
569
|
viewBox: "0 0 32 32",
|
458
570
|
fill: "currentColor"
|
459
|
-
}, rest),
|
460
|
-
d: "
|
461
|
-
})),
|
462
|
-
d: "
|
571
|
+
}, rest), _path32 || (_path32 = /*#__PURE__*/React__default.createElement("path", {
|
572
|
+
d: "M11,11V21H21V11Zm8,8H13V13h6Z"
|
573
|
+
})), _path33 || (_path33 = /*#__PURE__*/React__default.createElement("path", {
|
574
|
+
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"
|
463
575
|
})), children);
|
464
576
|
});
|
465
577
|
if (process.env.NODE_ENV !== "production") {
|
466
|
-
|
578
|
+
Chip.propTypes = iconPropTypes;
|
467
579
|
}
|
468
|
-
var
|
580
|
+
var Choices = /*#__PURE__*/React__default.forwardRef(function Choices(_ref16, ref) {
|
469
581
|
var children = _ref16.children,
|
470
582
|
_ref16$size = _ref16.size,
|
471
583
|
size = _ref16$size === void 0 ? 16 : _ref16$size,
|
@@ -477,80 +589,52 @@ var CategoryNewEach = /*#__PURE__*/React__default.forwardRef(function CategoryNe
|
|
477
589
|
xmlns: "http://www.w3.org/2000/svg",
|
478
590
|
viewBox: "0 0 32 32",
|
479
591
|
fill: "currentColor"
|
480
|
-
}, rest),
|
481
|
-
d: "
|
592
|
+
}, rest), _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
|
593
|
+
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"
|
482
594
|
})), children);
|
483
595
|
});
|
484
596
|
if (process.env.NODE_ENV !== "production") {
|
485
|
-
|
597
|
+
Choices.propTypes = iconPropTypes;
|
486
598
|
}
|
487
|
-
var
|
599
|
+
var ChooseItem = /*#__PURE__*/React__default.forwardRef(function ChooseItem(_ref17, ref) {
|
488
600
|
var children = _ref17.children,
|
489
601
|
_ref17$size = _ref17.size,
|
490
602
|
size = _ref17$size === void 0 ? 16 : _ref17$size,
|
491
603
|
rest = _objectWithoutProperties(_ref17, _excluded17);
|
492
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
493
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
494
|
-
width: size,
|
495
|
-
height: size,
|
496
|
-
ref: ref,
|
497
|
-
xmlns: "http://www.w3.org/2000/svg",
|
498
|
-
viewBox: "0 0 16 16",
|
499
|
-
fill: "currentColor"
|
500
|
-
}, rest), _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
|
501
|
-
d: "M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"
|
502
|
-
})), _path25 || (_path25 = /*#__PURE__*/React__default.createElement("path", {
|
503
|
-
d: "M12.315 12L3.685 12 8 4.088 12.315 12z"
|
504
|
-
})), children);
|
505
|
-
}
|
506
604
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
507
605
|
width: size,
|
508
606
|
height: size,
|
509
607
|
ref: ref,
|
510
608
|
xmlns: "http://www.w3.org/2000/svg",
|
511
|
-
viewBox: "0 0
|
609
|
+
viewBox: "0 0 32 32",
|
512
610
|
fill: "currentColor"
|
513
|
-
}, rest),
|
514
|
-
d: "
|
515
|
-
})), _path27 || (_path27 = /*#__PURE__*/React__default.createElement("path", {
|
516
|
-
d: "M12.315 12L3.685 12 8 4.088 12.315 12z"
|
611
|
+
}, rest), _path35 || (_path35 = /*#__PURE__*/React__default.createElement("path", {
|
612
|
+
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"
|
517
613
|
})), children);
|
518
614
|
});
|
519
615
|
if (process.env.NODE_ENV !== "production") {
|
520
|
-
|
616
|
+
ChooseItem.propTypes = iconPropTypes;
|
521
617
|
}
|
522
|
-
var
|
618
|
+
var ChoroplethMap = /*#__PURE__*/React__default.forwardRef(function ChoroplethMap(_ref18, ref) {
|
523
619
|
var children = _ref18.children,
|
524
620
|
_ref18$size = _ref18.size,
|
525
621
|
size = _ref18$size === void 0 ? 16 : _ref18$size,
|
526
622
|
rest = _objectWithoutProperties(_ref18, _excluded18);
|
527
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
528
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
529
|
-
width: size,
|
530
|
-
height: size,
|
531
|
-
ref: ref,
|
532
|
-
xmlns: "http://www.w3.org/2000/svg",
|
533
|
-
viewBox: "0 0 16 16",
|
534
|
-
fill: "currentColor"
|
535
|
-
}, rest), _path28 || (_path28 = /*#__PURE__*/React__default.createElement("path", {
|
536
|
-
d: "M8 14L2 3 14 3 8 14z"
|
537
|
-
})), children);
|
538
|
-
}
|
539
623
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
540
624
|
width: size,
|
541
625
|
height: size,
|
542
626
|
ref: ref,
|
543
627
|
xmlns: "http://www.w3.org/2000/svg",
|
544
|
-
viewBox: "0 0
|
628
|
+
viewBox: "0 0 32 32",
|
545
629
|
fill: "currentColor"
|
546
|
-
}, rest),
|
547
|
-
d: "
|
630
|
+
}, rest), _path36 || (_path36 = /*#__PURE__*/React__default.createElement("path", {
|
631
|
+
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"
|
548
632
|
})), children);
|
549
633
|
});
|
550
634
|
if (process.env.NODE_ENV !== "production") {
|
551
|
-
|
635
|
+
ChoroplethMap.propTypes = iconPropTypes;
|
552
636
|
}
|
553
|
-
var
|
637
|
+
var CicsCmas = /*#__PURE__*/React__default.forwardRef(function CicsCmas(_ref19, ref) {
|
554
638
|
var children = _ref19.children,
|
555
639
|
_ref19$size = _ref19.size,
|
556
640
|
size = _ref19$size === void 0 ? 16 : _ref19$size,
|
@@ -562,14 +646,16 @@ var QCcX = /*#__PURE__*/React__default.forwardRef(function QCcX(_ref19, ref) {
|
|
562
646
|
xmlns: "http://www.w3.org/2000/svg",
|
563
647
|
viewBox: "0 0 32 32",
|
564
648
|
fill: "currentColor"
|
565
|
-
}, rest),
|
566
|
-
d: "
|
649
|
+
}, rest), _path37 || (_path37 = /*#__PURE__*/React__default.createElement("path", {
|
650
|
+
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"
|
651
|
+
})), _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
|
652
|
+
d: "M6,6H26V18h2V6a2.0059,2.0059,0,0,0-2-2H6A2.0059,2.0059,0,0,0,4,6V18H6Z"
|
567
653
|
})), children);
|
568
654
|
});
|
569
655
|
if (process.env.NODE_ENV !== "production") {
|
570
|
-
|
656
|
+
CicsCmas.propTypes = iconPropTypes;
|
571
657
|
}
|
572
|
-
var
|
658
|
+
var CicsDb2Connection = /*#__PURE__*/React__default.forwardRef(function CicsDb2Connection(_ref20, ref) {
|
573
659
|
var children = _ref20.children,
|
574
660
|
_ref20$size = _ref20.size,
|
575
661
|
size = _ref20$size === void 0 ? 16 : _ref20$size,
|
@@ -581,20 +667,16 @@ var WatsonHealthCdArchive = /*#__PURE__*/React__default.forwardRef(function Wats
|
|
581
667
|
xmlns: "http://www.w3.org/2000/svg",
|
582
668
|
viewBox: "0 0 32 32",
|
583
669
|
fill: "currentColor"
|
584
|
-
}, rest),
|
585
|
-
d: "
|
586
|
-
})),
|
587
|
-
d: "M16
|
588
|
-
})), _circle || (_circle = /*#__PURE__*/React__default.createElement("circle", {
|
589
|
-
cx: "16",
|
590
|
-
cy: "16",
|
591
|
-
r: "2"
|
670
|
+
}, rest), _path39 || (_path39 = /*#__PURE__*/React__default.createElement("path", {
|
671
|
+
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"
|
672
|
+
})), _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
|
673
|
+
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"
|
592
674
|
})), children);
|
593
675
|
});
|
594
676
|
if (process.env.NODE_ENV !== "production") {
|
595
|
-
|
677
|
+
CicsDb2Connection.propTypes = iconPropTypes;
|
596
678
|
}
|
597
|
-
var
|
679
|
+
var CicsExplorer = /*#__PURE__*/React__default.forwardRef(function CicsExplorer(_ref21, ref) {
|
598
680
|
var children = _ref21.children,
|
599
681
|
_ref21$size = _ref21.size,
|
600
682
|
size = _ref21$size === void 0 ? 16 : _ref21$size,
|
@@ -606,22 +688,16 @@ var WatsonHealthCdCreateArchive = /*#__PURE__*/React__default.forwardRef(functio
|
|
606
688
|
xmlns: "http://www.w3.org/2000/svg",
|
607
689
|
viewBox: "0 0 32 32",
|
608
690
|
fill: "currentColor"
|
609
|
-
}, rest),
|
610
|
-
d: "
|
611
|
-
})),
|
612
|
-
|
613
|
-
cy: "14",
|
614
|
-
r: "2"
|
615
|
-
})), _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
|
616
|
-
d: "M17,23.54A10,10,0,1,1,24,14c0,.34,0,.67-.05,1h2c0-.33.05-.66.05-1A12,12,0,1,0,14,26a12.33,12.33,0,0,0,3-.39Z"
|
617
|
-
})), _path35 || (_path35 = /*#__PURE__*/React__default.createElement("path", {
|
618
|
-
d: "M25,30l-2.14-1A5,5,0,0,1,20,24.47V18H30v6.47A5,5,0,0,1,27.14,29ZM22,20v4.47a3,3,0,0,0,1.72,2.71l1.28.61,1.28-.61A3,3,0,0,0,28,24.47V20Z"
|
691
|
+
}, rest), _path41 || (_path41 = /*#__PURE__*/React__default.createElement("path", {
|
692
|
+
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"
|
693
|
+
})), _path42 || (_path42 = /*#__PURE__*/React__default.createElement("path", {
|
694
|
+
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"
|
619
695
|
})), children);
|
620
696
|
});
|
621
697
|
if (process.env.NODE_ENV !== "production") {
|
622
|
-
|
698
|
+
CicsExplorer.propTypes = iconPropTypes;
|
623
699
|
}
|
624
|
-
var
|
700
|
+
var CicsProgram = /*#__PURE__*/React__default.forwardRef(function CicsProgram(_ref22, ref) {
|
625
701
|
var children = _ref22.children,
|
626
702
|
_ref22$size = _ref22.size,
|
627
703
|
size = _ref22$size === void 0 ? 16 : _ref22$size,
|
@@ -633,20 +709,24 @@ var WatsonHealthCdCreateExchange = /*#__PURE__*/React__default.forwardRef(functi
|
|
633
709
|
xmlns: "http://www.w3.org/2000/svg",
|
634
710
|
viewBox: "0 0 32 32",
|
635
711
|
fill: "currentColor"
|
636
|
-
}, rest),
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
})),
|
643
|
-
|
712
|
+
}, rest), _path43 || (_path43 = /*#__PURE__*/React__default.createElement("path", {
|
713
|
+
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"
|
714
|
+
})), _circle || (_circle = /*#__PURE__*/React__default.createElement("circle", {
|
715
|
+
cx: "9",
|
716
|
+
cy: "8",
|
717
|
+
r: "1"
|
718
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React__default.createElement("circle", {
|
719
|
+
cx: "6",
|
720
|
+
cy: "8",
|
721
|
+
r: "1"
|
722
|
+
})), _path44 || (_path44 = /*#__PURE__*/React__default.createElement("path", {
|
723
|
+
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"
|
644
724
|
})), children);
|
645
725
|
});
|
646
726
|
if (process.env.NODE_ENV !== "production") {
|
647
|
-
|
727
|
+
CicsProgram.propTypes = iconPropTypes;
|
648
728
|
}
|
649
|
-
var
|
729
|
+
var CicsSit = /*#__PURE__*/React__default.forwardRef(function CicsSit(_ref23, ref) {
|
650
730
|
var children = _ref23.children,
|
651
731
|
_ref23$size = _ref23.size,
|
652
732
|
size = _ref23$size === void 0 ? 16 : _ref23$size,
|
@@ -658,14 +738,16 @@ var Cda = /*#__PURE__*/React__default.forwardRef(function Cda(_ref23, ref) {
|
|
658
738
|
xmlns: "http://www.w3.org/2000/svg",
|
659
739
|
viewBox: "0 0 32 32",
|
660
740
|
fill: "currentColor"
|
661
|
-
}, rest),
|
662
|
-
d: "
|
741
|
+
}, rest), _path45 || (_path45 = /*#__PURE__*/React__default.createElement("path", {
|
742
|
+
d: "M23 22L30 27 23 32 23 22z"
|
743
|
+
})), _path46 || (_path46 = /*#__PURE__*/React__default.createElement("path", {
|
744
|
+
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"
|
663
745
|
})), children);
|
664
746
|
});
|
665
747
|
if (process.env.NODE_ENV !== "production") {
|
666
|
-
|
748
|
+
CicsSit.propTypes = iconPropTypes;
|
667
749
|
}
|
668
|
-
var
|
750
|
+
var CicsSitOverrides = /*#__PURE__*/React__default.forwardRef(function CicsSitOverrides(_ref24, ref) {
|
669
751
|
var children = _ref24.children,
|
670
752
|
_ref24$size = _ref24.size,
|
671
753
|
size = _ref24$size === void 0 ? 16 : _ref24$size,
|
@@ -677,16 +759,14 @@ var CellTower = /*#__PURE__*/React__default.forwardRef(function CellTower(_ref24
|
|
677
759
|
xmlns: "http://www.w3.org/2000/svg",
|
678
760
|
viewBox: "0 0 32 32",
|
679
761
|
fill: "currentColor"
|
680
|
-
}, rest),
|
681
|
-
d: "
|
682
|
-
})), _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
|
683
|
-
d: "M8.9,4.9l1.4,1.4C11.8,4.9,13.8,4,16,4s4.2,0.9,5.7,2.3l1.4-1.4C21.3,3.1,18.8,2,16,2S10.7,3.1,8.9,4.9z"
|
762
|
+
}, rest), _path47 || (_path47 = /*#__PURE__*/React__default.createElement("path", {
|
763
|
+
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"
|
684
764
|
})), children);
|
685
765
|
});
|
686
766
|
if (process.env.NODE_ENV !== "production") {
|
687
|
-
|
767
|
+
CicsSitOverrides.propTypes = iconPropTypes;
|
688
768
|
}
|
689
|
-
var
|
769
|
+
var CicsSystemGroup = /*#__PURE__*/React__default.forwardRef(function CicsSystemGroup(_ref25, ref) {
|
690
770
|
var children = _ref25.children,
|
691
771
|
_ref25$size = _ref25.size,
|
692
772
|
size = _ref25$size === void 0 ? 16 : _ref25$size,
|
@@ -698,14 +778,18 @@ var CenterCircle = /*#__PURE__*/React__default.forwardRef(function CenterCircle(
|
|
698
778
|
xmlns: "http://www.w3.org/2000/svg",
|
699
779
|
viewBox: "0 0 32 32",
|
700
780
|
fill: "currentColor"
|
701
|
-
}, rest),
|
702
|
-
d: "
|
781
|
+
}, rest), _path48 || (_path48 = /*#__PURE__*/React__default.createElement("path", {
|
782
|
+
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"
|
783
|
+
})), _path49 || (_path49 = /*#__PURE__*/React__default.createElement("path", {
|
784
|
+
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"
|
785
|
+
})), _path50 || (_path50 = /*#__PURE__*/React__default.createElement("path", {
|
786
|
+
d: "M4,4H9V2H4A2.0059,2.0059,0,0,0,2,4V28a2.0059,2.0059,0,0,0,2,2H9V28H4Z"
|
703
787
|
})), children);
|
704
788
|
});
|
705
789
|
if (process.env.NODE_ENV !== "production") {
|
706
|
-
|
790
|
+
CicsSystemGroup.propTypes = iconPropTypes;
|
707
791
|
}
|
708
|
-
var
|
792
|
+
var CicsTransactionServerZos = /*#__PURE__*/React__default.forwardRef(function CicsTransactionServerZos(_ref26, ref) {
|
709
793
|
var children = _ref26.children,
|
710
794
|
_ref26$size = _ref26.size,
|
711
795
|
size = _ref26$size === void 0 ? 16 : _ref26$size,
|
@@ -717,14 +801,26 @@ var CenterSquare = /*#__PURE__*/React__default.forwardRef(function CenterSquare(
|
|
717
801
|
xmlns: "http://www.w3.org/2000/svg",
|
718
802
|
viewBox: "0 0 32 32",
|
719
803
|
fill: "currentColor"
|
720
|
-
}, rest),
|
721
|
-
|
804
|
+
}, rest), _circle3 || (_circle3 = /*#__PURE__*/React__default.createElement("circle", {
|
805
|
+
cx: "28",
|
806
|
+
cy: "10",
|
807
|
+
r: "2"
|
808
|
+
})), _path51 || (_path51 = /*#__PURE__*/React__default.createElement("path", {
|
809
|
+
d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
|
810
|
+
})), _path52 || (_path52 = /*#__PURE__*/React__default.createElement("path", {
|
811
|
+
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"
|
812
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React__default.createElement("circle", {
|
813
|
+
cx: "4",
|
814
|
+
cy: "22",
|
815
|
+
r: "2"
|
816
|
+
})), _path53 || (_path53 = /*#__PURE__*/React__default.createElement("path", {
|
817
|
+
d: "M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"
|
722
818
|
})), children);
|
723
819
|
});
|
724
820
|
if (process.env.NODE_ENV !== "production") {
|
725
|
-
|
821
|
+
CicsTransactionServerZos.propTypes = iconPropTypes;
|
726
822
|
}
|
727
|
-
var
|
823
|
+
var CicsWuiRegion = /*#__PURE__*/React__default.forwardRef(function CicsWuiRegion(_ref27, ref) {
|
728
824
|
var children = _ref27.children,
|
729
825
|
_ref27$size = _ref27.size,
|
730
826
|
size = _ref27$size === void 0 ? 16 : _ref27$size,
|
@@ -736,14 +832,16 @@ var CenterToFit = /*#__PURE__*/React__default.forwardRef(function CenterToFit(_r
|
|
736
832
|
xmlns: "http://www.w3.org/2000/svg",
|
737
833
|
viewBox: "0 0 32 32",
|
738
834
|
fill: "currentColor"
|
739
|
-
}, rest),
|
740
|
-
d: "
|
835
|
+
}, rest), _path54 || (_path54 = /*#__PURE__*/React__default.createElement("path", {
|
836
|
+
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"
|
837
|
+
})), _path55 || (_path55 = /*#__PURE__*/React__default.createElement("path", {
|
838
|
+
d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V18H6V6H26V18h2V6A2.0059,2.0059,0,0,0,26,4Z"
|
741
839
|
})), children);
|
742
840
|
});
|
743
841
|
if (process.env.NODE_ENV !== "production") {
|
744
|
-
|
842
|
+
CicsWuiRegion.propTypes = iconPropTypes;
|
745
843
|
}
|
746
|
-
var
|
844
|
+
var CicsRegion = /*#__PURE__*/React__default.forwardRef(function CicsRegion(_ref28, ref) {
|
747
845
|
var children = _ref28.children,
|
748
846
|
_ref28$size = _ref28.size,
|
749
847
|
size = _ref28$size === void 0 ? 16 : _ref28$size,
|
@@ -755,16 +853,16 @@ var Certificate = /*#__PURE__*/React__default.forwardRef(function Certificate(_r
|
|
755
853
|
xmlns: "http://www.w3.org/2000/svg",
|
756
854
|
viewBox: "0 0 32 32",
|
757
855
|
fill: "currentColor"
|
758
|
-
}, rest),
|
759
|
-
d: "
|
760
|
-
})),
|
761
|
-
d: "
|
856
|
+
}, rest), _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
|
857
|
+
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"
|
858
|
+
})), _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
|
859
|
+
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"
|
762
860
|
})), children);
|
763
861
|
});
|
764
862
|
if (process.env.NODE_ENV !== "production") {
|
765
|
-
|
863
|
+
CicsRegion.propTypes = iconPropTypes;
|
766
864
|
}
|
767
|
-
var
|
865
|
+
var CicsRegionAlt = /*#__PURE__*/React__default.forwardRef(function CicsRegionAlt(_ref29, ref) {
|
768
866
|
var children = _ref29.children,
|
769
867
|
_ref29$size = _ref29.size,
|
770
868
|
size = _ref29$size === void 0 ? 16 : _ref29$size,
|
@@ -776,18 +874,14 @@ var CertificateCheck = /*#__PURE__*/React__default.forwardRef(function Certifica
|
|
776
874
|
xmlns: "http://www.w3.org/2000/svg",
|
777
875
|
viewBox: "0 0 32 32",
|
778
876
|
fill: "currentColor"
|
779
|
-
}, rest),
|
780
|
-
d: "
|
781
|
-
})), _path47 || (_path47 = /*#__PURE__*/React__default.createElement("path", {
|
782
|
-
d: "M14,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
|
783
|
-
})), _path48 || (_path48 = /*#__PURE__*/React__default.createElement("path", {
|
784
|
-
d: "M22 25.59L19.41 23 18 24.41 22 28.41 30 20.41 28.59 19 22 25.59z"
|
877
|
+
}, rest), _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
|
878
|
+
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"
|
785
879
|
})), children);
|
786
880
|
});
|
787
881
|
if (process.env.NODE_ENV !== "production") {
|
788
|
-
|
882
|
+
CicsRegionAlt.propTypes = iconPropTypes;
|
789
883
|
}
|
790
|
-
var
|
884
|
+
var CicsRegionRouting = /*#__PURE__*/React__default.forwardRef(function CicsRegionRouting(_ref30, ref) {
|
791
885
|
var children = _ref30.children,
|
792
886
|
_ref30$size = _ref30.size,
|
793
887
|
size = _ref30$size === void 0 ? 16 : _ref30$size,
|
@@ -799,16 +893,16 @@ var ChangeCatalog = /*#__PURE__*/React__default.forwardRef(function ChangeCatalo
|
|
799
893
|
xmlns: "http://www.w3.org/2000/svg",
|
800
894
|
viewBox: "0 0 32 32",
|
801
895
|
fill: "currentColor"
|
802
|
-
}, rest),
|
803
|
-
d: "
|
804
|
-
})),
|
805
|
-
d: "
|
896
|
+
}, rest), _path59 || (_path59 = /*#__PURE__*/React__default.createElement("path", {
|
897
|
+
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"
|
898
|
+
})), _path60 || (_path60 = /*#__PURE__*/React__default.createElement("path", {
|
899
|
+
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"
|
806
900
|
})), children);
|
807
901
|
});
|
808
902
|
if (process.env.NODE_ENV !== "production") {
|
809
|
-
|
903
|
+
CicsRegionRouting.propTypes = iconPropTypes;
|
810
904
|
}
|
811
|
-
var
|
905
|
+
var CicsRegionTarget = /*#__PURE__*/React__default.forwardRef(function CicsRegionTarget(_ref31, ref) {
|
812
906
|
var children = _ref31.children,
|
813
907
|
_ref31$size = _ref31.size,
|
814
908
|
size = _ref31$size === void 0 ? 16 : _ref31$size,
|
@@ -820,18 +914,16 @@ var CharacterDecimal = /*#__PURE__*/React__default.forwardRef(function Character
|
|
820
914
|
xmlns: "http://www.w3.org/2000/svg",
|
821
915
|
viewBox: "0 0 32 32",
|
822
916
|
fill: "currentColor"
|
823
|
-
}, rest),
|
824
|
-
d: "
|
825
|
-
})),
|
826
|
-
d: "
|
827
|
-
})), _path53 || (_path53 = /*#__PURE__*/React__default.createElement("path", {
|
828
|
-
d: "M14 23H10a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h4a2.0023 2.0023 0 012 2V21A2.0027 2.0027 0 0114 23zM10 11h0V21h4V11zM4 21H6V23H4z"
|
917
|
+
}, rest), _path61 || (_path61 = /*#__PURE__*/React__default.createElement("path", {
|
918
|
+
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"
|
919
|
+
})), _path62 || (_path62 = /*#__PURE__*/React__default.createElement("path", {
|
920
|
+
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"
|
829
921
|
})), children);
|
830
922
|
});
|
831
923
|
if (process.env.NODE_ENV !== "production") {
|
832
|
-
|
924
|
+
CicsRegionTarget.propTypes = iconPropTypes;
|
833
925
|
}
|
834
|
-
var
|
926
|
+
var Cicsplex = /*#__PURE__*/React__default.forwardRef(function Cicsplex(_ref32, ref) {
|
835
927
|
var children = _ref32.children,
|
836
928
|
_ref32$size = _ref32.size,
|
837
929
|
size = _ref32$size === void 0 ? 16 : _ref32$size,
|
@@ -843,21 +935,14 @@ var CharacterFraction = /*#__PURE__*/React__default.forwardRef(function Characte
|
|
843
935
|
xmlns: "http://www.w3.org/2000/svg",
|
844
936
|
viewBox: "0 0 32 32",
|
845
937
|
fill: "currentColor"
|
846
|
-
}, rest),
|
847
|
-
d: "
|
848
|
-
})), _path55 || (_path55 = /*#__PURE__*/React__default.createElement("path", {
|
849
|
-
d: "M4.479 15.5H26.521V17.5H4.479z",
|
850
|
-
transform: "rotate(-45 15.5 16.5)"
|
851
|
-
})), _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
|
852
|
-
d: "M4.5 15.5L4.5 14.5 7.5 14.5 7.5 3.5 4.5 3.5 4.5 2.5 8.5 2.5 8.5 14.5 11.5 14.5 11.5 15.5 4.5 15.5z"
|
853
|
-
})), _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
|
854
|
-
d: "M8,3V15H8V3M9,2H4V4H7V14H4v2h8V14H9V2Z"
|
938
|
+
}, rest), _path63 || (_path63 = /*#__PURE__*/React__default.createElement("path", {
|
939
|
+
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"
|
855
940
|
})), children);
|
856
941
|
});
|
857
942
|
if (process.env.NODE_ENV !== "production") {
|
858
|
-
|
943
|
+
Cicsplex.propTypes = iconPropTypes;
|
859
944
|
}
|
860
|
-
var
|
945
|
+
var CircleFilled = /*#__PURE__*/React__default.forwardRef(function CircleFilled(_ref33, ref) {
|
861
946
|
var children = _ref33.children,
|
862
947
|
_ref33$size = _ref33.size,
|
863
948
|
size = _ref33$size === void 0 ? 16 : _ref33$size,
|
@@ -869,16 +954,18 @@ var CharacterInteger = /*#__PURE__*/React__default.forwardRef(function Character
|
|
869
954
|
xmlns: "http://www.w3.org/2000/svg",
|
870
955
|
viewBox: "0 0 32 32",
|
871
956
|
fill: "currentColor"
|
872
|
-
}, rest),
|
873
|
-
|
874
|
-
|
875
|
-
|
957
|
+
}, rest), _circle5 || (_circle5 = /*#__PURE__*/React__default.createElement("circle", {
|
958
|
+
cx: "16",
|
959
|
+
cy: "16",
|
960
|
+
r: "10"
|
961
|
+
})), _path64 || (_path64 = /*#__PURE__*/React__default.createElement("path", {
|
962
|
+
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"
|
876
963
|
})), children);
|
877
964
|
});
|
878
965
|
if (process.env.NODE_ENV !== "production") {
|
879
|
-
|
966
|
+
CircleFilled.propTypes = iconPropTypes;
|
880
967
|
}
|
881
|
-
var
|
968
|
+
var CircleOutline = /*#__PURE__*/React__default.forwardRef(function CircleOutline(_ref34, ref) {
|
882
969
|
var children = _ref34.children,
|
883
970
|
_ref34$size = _ref34.size,
|
884
971
|
size = _ref34$size === void 0 ? 16 : _ref34$size,
|
@@ -890,14 +977,15 @@ var CharacterLowerCase = /*#__PURE__*/React__default.forwardRef(function Charact
|
|
890
977
|
xmlns: "http://www.w3.org/2000/svg",
|
891
978
|
viewBox: "0 0 32 32",
|
892
979
|
fill: "currentColor"
|
893
|
-
}, rest),
|
894
|
-
|
980
|
+
}, rest), _path65 || (_path65 = /*#__PURE__*/React__default.createElement("path", {
|
981
|
+
strokeWidth: "0",
|
982
|
+
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"
|
895
983
|
})), children);
|
896
984
|
});
|
897
985
|
if (process.env.NODE_ENV !== "production") {
|
898
|
-
|
986
|
+
CircleOutline.propTypes = iconPropTypes;
|
899
987
|
}
|
900
|
-
var
|
988
|
+
var CircleSolid = /*#__PURE__*/React__default.forwardRef(function CircleSolid(_ref35, ref) {
|
901
989
|
var children = _ref35.children,
|
902
990
|
_ref35$size = _ref35.size,
|
903
991
|
size = _ref35$size === void 0 ? 16 : _ref35$size,
|
@@ -909,16 +997,16 @@ var CharacterNegativeNumber = /*#__PURE__*/React__default.forwardRef(function Ch
|
|
909
997
|
xmlns: "http://www.w3.org/2000/svg",
|
910
998
|
viewBox: "0 0 32 32",
|
911
999
|
fill: "currentColor"
|
912
|
-
}, rest),
|
913
|
-
|
914
|
-
|
915
|
-
|
1000
|
+
}, rest), _circle6 || (_circle6 = /*#__PURE__*/React__default.createElement("circle", {
|
1001
|
+
cx: "16",
|
1002
|
+
cy: "16",
|
1003
|
+
r: "14"
|
916
1004
|
})), children);
|
917
1005
|
});
|
918
1006
|
if (process.env.NODE_ENV !== "production") {
|
919
|
-
|
1007
|
+
CircleSolid.propTypes = iconPropTypes;
|
920
1008
|
}
|
921
|
-
var
|
1009
|
+
var CircleDash = /*#__PURE__*/React__default.forwardRef(function CircleDash(_ref36, ref) {
|
922
1010
|
var children = _ref36.children,
|
923
1011
|
_ref36$size = _ref36.size,
|
924
1012
|
size = _ref36$size === void 0 ? 16 : _ref36$size,
|
@@ -930,33 +1018,49 @@ var CharacterSentenceCase = /*#__PURE__*/React__default.forwardRef(function Char
|
|
930
1018
|
xmlns: "http://www.w3.org/2000/svg",
|
931
1019
|
viewBox: "0 0 32 32",
|
932
1020
|
fill: "currentColor"
|
933
|
-
}, rest),
|
934
|
-
d: "
|
1021
|
+
}, rest), _path66 || (_path66 = /*#__PURE__*/React__default.createElement("path", {
|
1022
|
+
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"
|
935
1023
|
})), children);
|
936
1024
|
});
|
937
1025
|
if (process.env.NODE_ENV !== "production") {
|
938
|
-
|
1026
|
+
CircleDash.propTypes = iconPropTypes;
|
939
1027
|
}
|
940
|
-
var
|
1028
|
+
var CircleFill = /*#__PURE__*/React__default.forwardRef(function CircleFill(_ref37, ref) {
|
941
1029
|
var children = _ref37.children,
|
942
1030
|
_ref37$size = _ref37.size,
|
943
1031
|
size = _ref37$size === void 0 ? 16 : _ref37$size,
|
944
1032
|
rest = _objectWithoutProperties(_ref37, _excluded37);
|
1033
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1034
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1035
|
+
width: size,
|
1036
|
+
height: size,
|
1037
|
+
ref: ref,
|
1038
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1039
|
+
viewBox: "0 0 16 16",
|
1040
|
+
fill: "currentColor"
|
1041
|
+
}, rest), _circle7 || (_circle7 = /*#__PURE__*/React__default.createElement("circle", {
|
1042
|
+
cx: "8",
|
1043
|
+
cy: "8",
|
1044
|
+
r: "6"
|
1045
|
+
})), children);
|
1046
|
+
}
|
945
1047
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
946
1048
|
width: size,
|
947
1049
|
height: size,
|
948
1050
|
ref: ref,
|
949
1051
|
xmlns: "http://www.w3.org/2000/svg",
|
950
|
-
viewBox: "0 0
|
1052
|
+
viewBox: "0 0 16 16",
|
951
1053
|
fill: "currentColor"
|
952
|
-
}, rest),
|
953
|
-
|
1054
|
+
}, rest), _circle8 || (_circle8 = /*#__PURE__*/React__default.createElement("circle", {
|
1055
|
+
cx: "8",
|
1056
|
+
cy: "8",
|
1057
|
+
r: "6"
|
954
1058
|
})), children);
|
955
1059
|
});
|
956
1060
|
if (process.env.NODE_ENV !== "production") {
|
957
|
-
|
1061
|
+
CircleFill.propTypes = iconPropTypes;
|
958
1062
|
}
|
959
|
-
var
|
1063
|
+
var WatsonHealthCircleMeasurement = /*#__PURE__*/React__default.forwardRef(function WatsonHealthCircleMeasurement(_ref38, ref) {
|
960
1064
|
var children = _ref38.children,
|
961
1065
|
_ref38$size = _ref38.size,
|
962
1066
|
size = _ref38$size === void 0 ? 16 : _ref38$size,
|
@@ -968,16 +1072,16 @@ var CharacterWholeNumber = /*#__PURE__*/React__default.forwardRef(function Chara
|
|
968
1072
|
xmlns: "http://www.w3.org/2000/svg",
|
969
1073
|
viewBox: "0 0 32 32",
|
970
1074
|
fill: "currentColor"
|
971
|
-
}, rest),
|
972
|
-
d: "
|
973
|
-
})),
|
974
|
-
d: "
|
1075
|
+
}, rest), _path67 || (_path67 = /*#__PURE__*/React__default.createElement("path", {
|
1076
|
+
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"
|
1077
|
+
})), _path68 || (_path68 = /*#__PURE__*/React__default.createElement("path", {
|
1078
|
+
d: "M21,12.41V16h2V9H16v2h3.59L11,19.59V16H9v7h7V21H12.41Z"
|
975
1079
|
})), children);
|
976
1080
|
});
|
977
1081
|
if (process.env.NODE_ENV !== "production") {
|
978
|
-
|
1082
|
+
WatsonHealthCircleMeasurement.propTypes = iconPropTypes;
|
979
1083
|
}
|
980
|
-
var
|
1084
|
+
var CirclePacking = /*#__PURE__*/React__default.forwardRef(function CirclePacking(_ref39, ref) {
|
981
1085
|
var children = _ref39.children,
|
982
1086
|
_ref39$size = _ref39.size,
|
983
1087
|
size = _ref39$size === void 0 ? 16 : _ref39$size,
|
@@ -989,35 +1093,45 @@ var CharacterPatterns = /*#__PURE__*/React__default.forwardRef(function Characte
|
|
989
1093
|
xmlns: "http://www.w3.org/2000/svg",
|
990
1094
|
viewBox: "0 0 32 32",
|
991
1095
|
fill: "currentColor"
|
992
|
-
}, rest),
|
993
|
-
d: "
|
1096
|
+
}, rest), _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
|
1097
|
+
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"
|
994
1098
|
})), children);
|
995
1099
|
});
|
996
1100
|
if (process.env.NODE_ENV !== "production") {
|
997
|
-
|
1101
|
+
CirclePacking.propTypes = iconPropTypes;
|
998
1102
|
}
|
999
|
-
var
|
1103
|
+
var CircleStroke = /*#__PURE__*/React__default.forwardRef(function CircleStroke(_ref40, ref) {
|
1000
1104
|
var children = _ref40.children,
|
1001
1105
|
_ref40$size = _ref40.size,
|
1002
1106
|
size = _ref40$size === void 0 ? 16 : _ref40$size,
|
1003
1107
|
rest = _objectWithoutProperties(_ref40, _excluded40);
|
1108
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1109
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1110
|
+
width: size,
|
1111
|
+
height: size,
|
1112
|
+
ref: ref,
|
1113
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1114
|
+
viewBox: "0 0 16 16",
|
1115
|
+
fill: "currentColor"
|
1116
|
+
}, rest), _path70 || (_path70 = /*#__PURE__*/React__default.createElement("path", {
|
1117
|
+
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"
|
1118
|
+
})), children);
|
1119
|
+
}
|
1004
1120
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1005
1121
|
width: size,
|
1006
1122
|
height: size,
|
1007
1123
|
ref: ref,
|
1008
1124
|
xmlns: "http://www.w3.org/2000/svg",
|
1009
|
-
viewBox: "0 0
|
1125
|
+
viewBox: "0 0 16 16",
|
1010
1126
|
fill: "currentColor"
|
1011
|
-
}, rest),
|
1012
|
-
d: "
|
1013
|
-
})), _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
|
1014
|
-
d: "M30,7H29V4H27V7H26v6h1V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.5a3.5,3.5,0,0,0,7,0V13h1ZM17,26H6V6H17Z"
|
1127
|
+
}, rest), _path71 || (_path71 = /*#__PURE__*/React__default.createElement("path", {
|
1128
|
+
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"
|
1015
1129
|
})), children);
|
1016
1130
|
});
|
1017
1131
|
if (process.env.NODE_ENV !== "production") {
|
1018
|
-
|
1132
|
+
CircleStroke.propTypes = iconPropTypes;
|
1019
1133
|
}
|
1020
|
-
var
|
1134
|
+
var QCircuitComposer = /*#__PURE__*/React__default.forwardRef(function QCircuitComposer(_ref41, ref) {
|
1021
1135
|
var children = _ref41.children,
|
1022
1136
|
_ref41$size = _ref41.size,
|
1023
1137
|
size = _ref41$size === void 0 ? 16 : _ref41$size,
|
@@ -1029,18 +1143,16 @@ var ChargingStationFilled = /*#__PURE__*/React__default.forwardRef(function Char
|
|
1029
1143
|
xmlns: "http://www.w3.org/2000/svg",
|
1030
1144
|
viewBox: "0 0 32 32",
|
1031
1145
|
fill: "currentColor"
|
1032
|
-
}, rest),
|
1033
|
-
d: "
|
1034
|
-
})),
|
1035
|
-
|
1036
|
-
d: "M11.857 21.514L10.143 20.486 12.234 17 7.234 17 11.143 10.486 12.857 11.514 10.766 15 15.766 15 11.857 21.514z",
|
1037
|
-
"data-icon-path": "inner-path"
|
1146
|
+
}, rest), _path72 || (_path72 = /*#__PURE__*/React__default.createElement("path", {
|
1147
|
+
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"
|
1148
|
+
})), _path73 || (_path73 = /*#__PURE__*/React__default.createElement("path", {
|
1149
|
+
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"
|
1038
1150
|
})), children);
|
1039
1151
|
});
|
1040
1152
|
if (process.env.NODE_ENV !== "production") {
|
1041
|
-
|
1153
|
+
QCircuitComposer.propTypes = iconPropTypes;
|
1042
1154
|
}
|
1043
|
-
var
|
1155
|
+
var Classification = /*#__PURE__*/React__default.forwardRef(function Classification(_ref42, ref) {
|
1044
1156
|
var children = _ref42.children,
|
1045
1157
|
_ref42$size = _ref42.size,
|
1046
1158
|
size = _ref42$size === void 0 ? 16 : _ref42$size,
|
@@ -1052,14 +1164,18 @@ var Chart_3D = /*#__PURE__*/React__default.forwardRef(function Chart_3D(_ref42,
|
|
1052
1164
|
xmlns: "http://www.w3.org/2000/svg",
|
1053
1165
|
viewBox: "0 0 32 32",
|
1054
1166
|
fill: "currentColor"
|
1055
|
-
}, rest),
|
1056
|
-
|
1167
|
+
}, rest), _circle9 || (_circle9 = /*#__PURE__*/React__default.createElement("circle", {
|
1168
|
+
cx: "15",
|
1169
|
+
cy: "19",
|
1170
|
+
r: "1"
|
1171
|
+
})), _path74 || (_path74 = /*#__PURE__*/React__default.createElement("path", {
|
1172
|
+
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"
|
1057
1173
|
})), children);
|
1058
1174
|
});
|
1059
1175
|
if (process.env.NODE_ENV !== "production") {
|
1060
|
-
|
1176
|
+
Classification.propTypes = iconPropTypes;
|
1061
1177
|
}
|
1062
|
-
var
|
1178
|
+
var ClassifierLanguage = /*#__PURE__*/React__default.forwardRef(function ClassifierLanguage(_ref43, ref) {
|
1063
1179
|
var children = _ref43.children,
|
1064
1180
|
_ref43$size = _ref43.size,
|
1065
1181
|
size = _ref43$size === void 0 ? 16 : _ref43$size,
|
@@ -1071,14 +1187,14 @@ var ChartArea = /*#__PURE__*/React__default.forwardRef(function ChartArea(_ref43
|
|
1071
1187
|
xmlns: "http://www.w3.org/2000/svg",
|
1072
1188
|
viewBox: "0 0 32 32",
|
1073
1189
|
fill: "currentColor"
|
1074
|
-
}, rest),
|
1075
|
-
d: "
|
1190
|
+
}, rest), _path75 || (_path75 = /*#__PURE__*/React__default.createElement("path", {
|
1191
|
+
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"
|
1076
1192
|
})), children);
|
1077
1193
|
});
|
1078
1194
|
if (process.env.NODE_ENV !== "production") {
|
1079
|
-
|
1195
|
+
ClassifierLanguage.propTypes = iconPropTypes;
|
1080
1196
|
}
|
1081
|
-
var
|
1197
|
+
var Clean = /*#__PURE__*/React__default.forwardRef(function Clean(_ref44, ref) {
|
1082
1198
|
var children = _ref44.children,
|
1083
1199
|
_ref44$size = _ref44.size,
|
1084
1200
|
size = _ref44$size === void 0 ? 16 : _ref44$size,
|
@@ -1090,14 +1206,23 @@ var ChartAreaSmooth = /*#__PURE__*/React__default.forwardRef(function ChartAreaS
|
|
1090
1206
|
xmlns: "http://www.w3.org/2000/svg",
|
1091
1207
|
viewBox: "0 0 32 32",
|
1092
1208
|
fill: "currentColor"
|
1093
|
-
}, rest),
|
1094
|
-
d: "
|
1209
|
+
}, rest), _path76 || (_path76 = /*#__PURE__*/React__default.createElement("path", {
|
1210
|
+
d: "M20 18H26V20H20z",
|
1211
|
+
transform: "rotate(-180 23 19)"
|
1212
|
+
})), _path77 || (_path77 = /*#__PURE__*/React__default.createElement("path", {
|
1213
|
+
d: "M24 26H30V28H24z",
|
1214
|
+
transform: "rotate(-180 27 27)"
|
1215
|
+
})), _path78 || (_path78 = /*#__PURE__*/React__default.createElement("path", {
|
1216
|
+
d: "M22 22H28V24H22z",
|
1217
|
+
transform: "rotate(-180 25 23)"
|
1218
|
+
})), _path79 || (_path79 = /*#__PURE__*/React__default.createElement("path", {
|
1219
|
+
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"
|
1095
1220
|
})), children);
|
1096
1221
|
});
|
1097
1222
|
if (process.env.NODE_ENV !== "production") {
|
1098
|
-
|
1223
|
+
Clean.propTypes = iconPropTypes;
|
1099
1224
|
}
|
1100
|
-
var
|
1225
|
+
var Close = /*#__PURE__*/React__default.forwardRef(function Close(_ref45, ref) {
|
1101
1226
|
var children = _ref45.children,
|
1102
1227
|
_ref45$size = _ref45.size,
|
1103
1228
|
size = _ref45$size === void 0 ? 16 : _ref45$size,
|
@@ -1109,18 +1234,30 @@ var ChartAreaStepper = /*#__PURE__*/React__default.forwardRef(function ChartArea
|
|
1109
1234
|
xmlns: "http://www.w3.org/2000/svg",
|
1110
1235
|
viewBox: "0 0 32 32",
|
1111
1236
|
fill: "currentColor"
|
1112
|
-
}, rest),
|
1113
|
-
d: "
|
1237
|
+
}, rest), _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
|
1238
|
+
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"
|
1114
1239
|
})), children);
|
1115
1240
|
});
|
1116
1241
|
if (process.env.NODE_ENV !== "production") {
|
1117
|
-
|
1242
|
+
Close.propTypes = iconPropTypes;
|
1118
1243
|
}
|
1119
|
-
var
|
1244
|
+
var CloseFilled = /*#__PURE__*/React__default.forwardRef(function CloseFilled(_ref46, ref) {
|
1120
1245
|
var children = _ref46.children,
|
1121
1246
|
_ref46$size = _ref46.size,
|
1122
1247
|
size = _ref46$size === void 0 ? 16 : _ref46$size,
|
1123
1248
|
rest = _objectWithoutProperties(_ref46, _excluded46);
|
1249
|
+
if (size === 16 || size === "16" || size === "16px") {
|
1250
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1251
|
+
width: size,
|
1252
|
+
height: size,
|
1253
|
+
ref: ref,
|
1254
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1255
|
+
viewBox: "0 0 16 16",
|
1256
|
+
fill: "currentColor"
|
1257
|
+
}, rest), _path81 || (_path81 = /*#__PURE__*/React__default.createElement("path", {
|
1258
|
+
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"
|
1259
|
+
})), children);
|
1260
|
+
}
|
1124
1261
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1125
1262
|
width: size,
|
1126
1263
|
height: size,
|
@@ -1128,18 +1265,18 @@ var ChartAverage = /*#__PURE__*/React__default.forwardRef(function ChartAverage(
|
|
1128
1265
|
xmlns: "http://www.w3.org/2000/svg",
|
1129
1266
|
viewBox: "0 0 32 32",
|
1130
1267
|
fill: "currentColor"
|
1131
|
-
}, rest),
|
1132
|
-
d: "
|
1133
|
-
})),
|
1134
|
-
d: "
|
1135
|
-
|
1136
|
-
|
1268
|
+
}, rest), _path82 || (_path82 = /*#__PURE__*/React__default.createElement("path", {
|
1269
|
+
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"
|
1270
|
+
})), _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
|
1271
|
+
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",
|
1272
|
+
"data-icon-path": "inner-path",
|
1273
|
+
opacity: "0"
|
1137
1274
|
})), children);
|
1138
1275
|
});
|
1139
1276
|
if (process.env.NODE_ENV !== "production") {
|
1140
|
-
|
1277
|
+
CloseFilled.propTypes = iconPropTypes;
|
1141
1278
|
}
|
1142
|
-
var
|
1279
|
+
var CloseLarge = /*#__PURE__*/React__default.forwardRef(function CloseLarge(_ref47, ref) {
|
1143
1280
|
var children = _ref47.children,
|
1144
1281
|
_ref47$size = _ref47.size,
|
1145
1282
|
size = _ref47$size === void 0 ? 16 : _ref47$size,
|
@@ -1151,14 +1288,14 @@ var ChartBar = /*#__PURE__*/React__default.forwardRef(function ChartBar(_ref47,
|
|
1151
1288
|
xmlns: "http://www.w3.org/2000/svg",
|
1152
1289
|
viewBox: "0 0 32 32",
|
1153
1290
|
fill: "currentColor"
|
1154
|
-
}, rest),
|
1155
|
-
d: "
|
1291
|
+
}, rest), _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
|
1292
|
+
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"
|
1156
1293
|
})), children);
|
1157
1294
|
});
|
1158
1295
|
if (process.env.NODE_ENV !== "production") {
|
1159
|
-
|
1296
|
+
CloseLarge.propTypes = iconPropTypes;
|
1160
1297
|
}
|
1161
|
-
var
|
1298
|
+
var CloseOutline = /*#__PURE__*/React__default.forwardRef(function CloseOutline(_ref48, ref) {
|
1162
1299
|
var children = _ref48.children,
|
1163
1300
|
_ref48$size = _ref48.size,
|
1164
1301
|
size = _ref48$size === void 0 ? 16 : _ref48$size,
|
@@ -1170,16 +1307,16 @@ var ChartBarFloating = /*#__PURE__*/React__default.forwardRef(function ChartBarF
|
|
1170
1307
|
xmlns: "http://www.w3.org/2000/svg",
|
1171
1308
|
viewBox: "0 0 32 32",
|
1172
1309
|
fill: "currentColor"
|
1173
|
-
}, rest),
|
1174
|
-
d: "
|
1175
|
-
})),
|
1176
|
-
d: "
|
1310
|
+
}, rest), _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
|
1311
|
+
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"
|
1312
|
+
})), _path86 || (_path86 = /*#__PURE__*/React__default.createElement("path", {
|
1313
|
+
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"
|
1177
1314
|
})), children);
|
1178
1315
|
});
|
1179
1316
|
if (process.env.NODE_ENV !== "production") {
|
1180
|
-
|
1317
|
+
CloseOutline.propTypes = iconPropTypes;
|
1181
1318
|
}
|
1182
|
-
var
|
1319
|
+
var ClosedCaption = /*#__PURE__*/React__default.forwardRef(function ClosedCaption(_ref49, ref) {
|
1183
1320
|
var children = _ref49.children,
|
1184
1321
|
_ref49$size = _ref49.size,
|
1185
1322
|
size = _ref49$size === void 0 ? 16 : _ref49$size,
|
@@ -1191,14 +1328,16 @@ var ChartBarOverlay = /*#__PURE__*/React__default.forwardRef(function ChartBarOv
|
|
1191
1328
|
xmlns: "http://www.w3.org/2000/svg",
|
1192
1329
|
viewBox: "0 0 32 32",
|
1193
1330
|
fill: "currentColor"
|
1194
|
-
}, rest),
|
1195
|
-
d: "
|
1331
|
+
}, rest), _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
|
1332
|
+
d: "M15 21H10a2 2 0 01-2-2V13a2 2 0 012-2h5v2H10v6h5zM25 21H20a2 2 0 01-2-2V13a2 2 0 012-2h5v2H20v6h5z"
|
1333
|
+
})), _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
|
1334
|
+
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"
|
1196
1335
|
})), children);
|
1197
1336
|
});
|
1198
1337
|
if (process.env.NODE_ENV !== "production") {
|
1199
|
-
|
1338
|
+
ClosedCaption.propTypes = iconPropTypes;
|
1200
1339
|
}
|
1201
|
-
var
|
1340
|
+
var ClosedCaptionAlt = /*#__PURE__*/React__default.forwardRef(function ClosedCaptionAlt(_ref50, ref) {
|
1202
1341
|
var children = _ref50.children,
|
1203
1342
|
_ref50$size = _ref50.size,
|
1204
1343
|
size = _ref50$size === void 0 ? 16 : _ref50$size,
|
@@ -1210,14 +1349,16 @@ var ChartBarStacked = /*#__PURE__*/React__default.forwardRef(function ChartBarSt
|
|
1210
1349
|
xmlns: "http://www.w3.org/2000/svg",
|
1211
1350
|
viewBox: "0 0 32 32",
|
1212
1351
|
fill: "currentColor"
|
1213
|
-
}, rest),
|
1214
|
-
d: "
|
1352
|
+
}, rest), _path89 || (_path89 = /*#__PURE__*/React__default.createElement("path", {
|
1353
|
+
d: "M19 17H25V19H19zM11 17H17V19H11zM6 17H9V19H6zM22 13H26V15H22zM13 13H20V15H13zM6 13H11V15H6z"
|
1354
|
+
})), _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
|
1355
|
+
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"
|
1215
1356
|
})), children);
|
1216
1357
|
});
|
1217
1358
|
if (process.env.NODE_ENV !== "production") {
|
1218
|
-
|
1359
|
+
ClosedCaptionAlt.propTypes = iconPropTypes;
|
1219
1360
|
}
|
1220
|
-
var
|
1361
|
+
var ClosedCaptionFilled = /*#__PURE__*/React__default.forwardRef(function ClosedCaptionFilled(_ref51, ref) {
|
1221
1362
|
var children = _ref51.children,
|
1222
1363
|
_ref51$size = _ref51.size,
|
1223
1364
|
size = _ref51$size === void 0 ? 16 : _ref51$size,
|
@@ -1229,16 +1370,14 @@ var ChartBarTarget = /*#__PURE__*/React__default.forwardRef(function ChartBarTar
|
|
1229
1370
|
xmlns: "http://www.w3.org/2000/svg",
|
1230
1371
|
viewBox: "0 0 32 32",
|
1231
1372
|
fill: "currentColor"
|
1232
|
-
}, rest),
|
1233
|
-
d: "M28
|
1234
|
-
})), _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
|
1235
|
-
d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4V25H26V17H4V13H18V5H4ZM24,19v4H4V19ZM16,7v4H4V7Z"
|
1373
|
+
}, rest), _path91 || (_path91 = /*#__PURE__*/React__default.createElement("path", {
|
1374
|
+
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"
|
1236
1375
|
})), children);
|
1237
1376
|
});
|
1238
1377
|
if (process.env.NODE_ENV !== "production") {
|
1239
|
-
|
1378
|
+
ClosedCaptionFilled.propTypes = iconPropTypes;
|
1240
1379
|
}
|
1241
|
-
var
|
1380
|
+
var Cloud = /*#__PURE__*/React__default.forwardRef(function Cloud(_ref52, ref) {
|
1242
1381
|
var children = _ref52.children,
|
1243
1382
|
_ref52$size = _ref52.size,
|
1244
1383
|
size = _ref52$size === void 0 ? 16 : _ref52$size,
|
@@ -1250,16 +1389,14 @@ var ChartBubble = /*#__PURE__*/React__default.forwardRef(function ChartBubble(_r
|
|
1250
1389
|
xmlns: "http://www.w3.org/2000/svg",
|
1251
1390
|
viewBox: "0 0 32 32",
|
1252
1391
|
fill: "currentColor"
|
1253
|
-
}, rest),
|
1254
|
-
d: "
|
1255
|
-
})), _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
|
1256
|
-
d: "M10 16a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4 4 4 0 00-4-4zM21 6a4 4 0 11-4 4 4 4 0 014-4m0-2a6 6 0 106 6 6 6 0 00-6-6zM24.5 21A1.5 1.5 0 1123 22.5 1.5 1.5 0 0124.5 21m0-2A3.5 3.5 0 1028 22.5 3.5 3.5 0 0024.5 19z"
|
1392
|
+
}, rest), _path92 || (_path92 = /*#__PURE__*/React__default.createElement("path", {
|
1393
|
+
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"
|
1257
1394
|
})), children);
|
1258
1395
|
});
|
1259
1396
|
if (process.env.NODE_ENV !== "production") {
|
1260
|
-
|
1397
|
+
Cloud.propTypes = iconPropTypes;
|
1261
1398
|
}
|
1262
|
-
var
|
1399
|
+
var CloudAlerting = /*#__PURE__*/React__default.forwardRef(function CloudAlerting(_ref53, ref) {
|
1263
1400
|
var children = _ref53.children,
|
1264
1401
|
_ref53$size = _ref53.size,
|
1265
1402
|
size = _ref53$size === void 0 ? 16 : _ref53$size,
|
@@ -1271,14 +1408,16 @@ var ChartBubblePacked = /*#__PURE__*/React__default.forwardRef(function ChartBub
|
|
1271
1408
|
xmlns: "http://www.w3.org/2000/svg",
|
1272
1409
|
viewBox: "0 0 32 32",
|
1273
1410
|
fill: "currentColor"
|
1274
|
-
}, rest),
|
1275
|
-
d: "
|
1411
|
+
}, rest), _path93 || (_path93 = /*#__PURE__*/React__default.createElement("path", {
|
1412
|
+
d: "M28,17v5H4V6H15V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
1413
|
+
})), _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
|
1414
|
+
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"
|
1276
1415
|
})), children);
|
1277
1416
|
});
|
1278
1417
|
if (process.env.NODE_ENV !== "production") {
|
1279
|
-
|
1418
|
+
CloudAlerting.propTypes = iconPropTypes;
|
1280
1419
|
}
|
1281
|
-
var
|
1420
|
+
var CloudAuditing = /*#__PURE__*/React__default.forwardRef(function CloudAuditing(_ref54, ref) {
|
1282
1421
|
var children = _ref54.children,
|
1283
1422
|
_ref54$size = _ref54.size,
|
1284
1423
|
size = _ref54$size === void 0 ? 16 : _ref54$size,
|
@@ -1290,14 +1429,16 @@ var ChartBullet = /*#__PURE__*/React__default.forwardRef(function ChartBullet(_r
|
|
1290
1429
|
xmlns: "http://www.w3.org/2000/svg",
|
1291
1430
|
viewBox: "0 0 32 32",
|
1292
1431
|
fill: "currentColor"
|
1293
|
-
}, rest),
|
1294
|
-
d: "
|
1432
|
+
}, rest), _path95 || (_path95 = /*#__PURE__*/React__default.createElement("path", {
|
1433
|
+
d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
1434
|
+
})), _path96 || (_path96 = /*#__PURE__*/React__default.createElement("path", {
|
1435
|
+
d: "M21 15L16 10.04 17.59 8.47 21 11.85 28.41 4.5 30 6.08 21 15z"
|
1295
1436
|
})), children);
|
1296
1437
|
});
|
1297
1438
|
if (process.env.NODE_ENV !== "production") {
|
1298
|
-
|
1439
|
+
CloudAuditing.propTypes = iconPropTypes;
|
1299
1440
|
}
|
1300
|
-
var
|
1441
|
+
var CloudDataOps = /*#__PURE__*/React__default.forwardRef(function CloudDataOps(_ref55, ref) {
|
1301
1442
|
var children = _ref55.children,
|
1302
1443
|
_ref55$size = _ref55.size,
|
1303
1444
|
size = _ref55$size === void 0 ? 16 : _ref55$size,
|
@@ -1309,16 +1450,14 @@ var ChartCandlestick = /*#__PURE__*/React__default.forwardRef(function ChartCand
|
|
1309
1450
|
xmlns: "http://www.w3.org/2000/svg",
|
1310
1451
|
viewBox: "0 0 32 32",
|
1311
1452
|
fill: "currentColor"
|
1312
|
-
}, rest),
|
1313
|
-
d: "
|
1314
|
-
})), _path91 || (_path91 = /*#__PURE__*/React__default.createElement("path", {
|
1315
|
-
d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
|
1453
|
+
}, rest), _path97 || (_path97 = /*#__PURE__*/React__default.createElement("path", {
|
1454
|
+
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"
|
1316
1455
|
})), children);
|
1317
1456
|
});
|
1318
1457
|
if (process.env.NODE_ENV !== "production") {
|
1319
|
-
|
1458
|
+
CloudDataOps.propTypes = iconPropTypes;
|
1320
1459
|
}
|
1321
|
-
var
|
1460
|
+
var CloudDownload = /*#__PURE__*/React__default.forwardRef(function CloudDownload(_ref56, ref) {
|
1322
1461
|
var children = _ref56.children,
|
1323
1462
|
_ref56$size = _ref56.size,
|
1324
1463
|
size = _ref56$size === void 0 ? 16 : _ref56$size,
|
@@ -1330,22 +1469,16 @@ var ChartClusterBar = /*#__PURE__*/React__default.forwardRef(function ChartClust
|
|
1330
1469
|
xmlns: "http://www.w3.org/2000/svg",
|
1331
1470
|
viewBox: "0 0 32 32",
|
1332
1471
|
fill: "currentColor"
|
1333
|
-
}, rest),
|
1334
|
-
d: "
|
1335
|
-
})),
|
1336
|
-
d: "
|
1337
|
-
})), _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
|
1338
|
-
d: "M15 12H17V26H15z",
|
1339
|
-
transform: "rotate(-180 16 19)"
|
1340
|
-
})), _path95 || (_path95 = /*#__PURE__*/React__default.createElement("path", {
|
1341
|
-
d: "M18 18H20V26H18z",
|
1342
|
-
transform: "rotate(-180 19 22)"
|
1472
|
+
}, rest), _path98 || (_path98 = /*#__PURE__*/React__default.createElement("path", {
|
1473
|
+
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"
|
1474
|
+
})), _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
|
1475
|
+
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"
|
1343
1476
|
})), children);
|
1344
1477
|
});
|
1345
1478
|
if (process.env.NODE_ENV !== "production") {
|
1346
|
-
|
1479
|
+
CloudDownload.propTypes = iconPropTypes;
|
1347
1480
|
}
|
1348
|
-
var
|
1481
|
+
var CloudLogging = /*#__PURE__*/React__default.forwardRef(function CloudLogging(_ref57, ref) {
|
1349
1482
|
var children = _ref57.children,
|
1350
1483
|
_ref57$size = _ref57.size,
|
1351
1484
|
size = _ref57$size === void 0 ? 16 : _ref57$size,
|
@@ -1357,14 +1490,16 @@ var ChartColumn = /*#__PURE__*/React__default.forwardRef(function ChartColumn(_r
|
|
1357
1490
|
xmlns: "http://www.w3.org/2000/svg",
|
1358
1491
|
viewBox: "0 0 32 32",
|
1359
1492
|
fill: "currentColor"
|
1360
|
-
}, rest),
|
1361
|
-
d: "
|
1493
|
+
}, rest), _path100 || (_path100 = /*#__PURE__*/React__default.createElement("path", {
|
1494
|
+
d: "M28 16v6H4V6H15V4H4A2 2 0 002 6V22a2 2 0 002 2h8v4H8v2H24V28H20V24h8a2 2 0 002-2V16zM18 28H14V24h4zM18 4H30V6H18z"
|
1495
|
+
})), _path101 || (_path101 = /*#__PURE__*/React__default.createElement("path", {
|
1496
|
+
d: "M18 8H30V10H18zM18 12H24V14H18z"
|
1362
1497
|
})), children);
|
1363
1498
|
});
|
1364
1499
|
if (process.env.NODE_ENV !== "production") {
|
1365
|
-
|
1500
|
+
CloudLogging.propTypes = iconPropTypes;
|
1366
1501
|
}
|
1367
|
-
var
|
1502
|
+
var CloudMonitoring = /*#__PURE__*/React__default.forwardRef(function CloudMonitoring(_ref58, ref) {
|
1368
1503
|
var children = _ref58.children,
|
1369
1504
|
_ref58$size = _ref58.size,
|
1370
1505
|
size = _ref58$size === void 0 ? 16 : _ref58$size,
|
@@ -1376,16 +1511,16 @@ var ChartColumnFloating = /*#__PURE__*/React__default.forwardRef(function ChartC
|
|
1376
1511
|
xmlns: "http://www.w3.org/2000/svg",
|
1377
1512
|
viewBox: "0 0 32 32",
|
1378
1513
|
fill: "currentColor"
|
1379
|
-
}, rest),
|
1380
|
-
d: "M28
|
1381
|
-
})),
|
1382
|
-
d: "
|
1514
|
+
}, rest), _path102 || (_path102 = /*#__PURE__*/React__default.createElement("path", {
|
1515
|
+
d: "M28,16v6H4V6h7V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
1516
|
+
})), _path103 || (_path103 = /*#__PURE__*/React__default.createElement("path", {
|
1517
|
+
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"
|
1383
1518
|
})), children);
|
1384
1519
|
});
|
1385
1520
|
if (process.env.NODE_ENV !== "production") {
|
1386
|
-
|
1521
|
+
CloudMonitoring.propTypes = iconPropTypes;
|
1387
1522
|
}
|
1388
|
-
var
|
1523
|
+
var CloudOffline = /*#__PURE__*/React__default.forwardRef(function CloudOffline(_ref59, ref) {
|
1389
1524
|
var children = _ref59.children,
|
1390
1525
|
_ref59$size = _ref59.size,
|
1391
1526
|
size = _ref59$size === void 0 ? 16 : _ref59$size,
|
@@ -1397,16 +1532,14 @@ var ChartColumnTarget = /*#__PURE__*/React__default.forwardRef(function ChartCol
|
|
1397
1532
|
xmlns: "http://www.w3.org/2000/svg",
|
1398
1533
|
viewBox: "0 0 32 32",
|
1399
1534
|
fill: "currentColor"
|
1400
|
-
}, rest),
|
1401
|
-
d: "
|
1402
|
-
})), _path100 || (_path100 = /*#__PURE__*/React__default.createElement("path", {
|
1403
|
-
d: "M7 10H15V12H7z"
|
1535
|
+
}, rest), _path104 || (_path104 = /*#__PURE__*/React__default.createElement("path", {
|
1536
|
+
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"
|
1404
1537
|
})), children);
|
1405
1538
|
});
|
1406
1539
|
if (process.env.NODE_ENV !== "production") {
|
1407
|
-
|
1540
|
+
CloudOffline.propTypes = iconPropTypes;
|
1408
1541
|
}
|
1409
|
-
var
|
1542
|
+
var CloudServiceManagement = /*#__PURE__*/React__default.forwardRef(function CloudServiceManagement(_ref60, ref) {
|
1410
1543
|
var children = _ref60.children,
|
1411
1544
|
_ref60$size = _ref60.size,
|
1412
1545
|
size = _ref60$size === void 0 ? 16 : _ref60$size,
|
@@ -1418,16 +1551,16 @@ var ChartCombo = /*#__PURE__*/React__default.forwardRef(function ChartCombo(_ref
|
|
1418
1551
|
xmlns: "http://www.w3.org/2000/svg",
|
1419
1552
|
viewBox: "0 0 32 32",
|
1420
1553
|
fill: "currentColor"
|
1421
|
-
}, rest),
|
1422
|
-
d: "
|
1423
|
-
})),
|
1424
|
-
d: "
|
1554
|
+
}, rest), _path105 || (_path105 = /*#__PURE__*/React__default.createElement("path", {
|
1555
|
+
d: "M28,17v5H4V6H14V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
1556
|
+
})), _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
|
1557
|
+
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"
|
1425
1558
|
})), children);
|
1426
1559
|
});
|
1427
1560
|
if (process.env.NODE_ENV !== "production") {
|
1428
|
-
|
1561
|
+
CloudServiceManagement.propTypes = iconPropTypes;
|
1429
1562
|
}
|
1430
|
-
var
|
1563
|
+
var CloudUpload = /*#__PURE__*/React__default.forwardRef(function CloudUpload(_ref61, ref) {
|
1431
1564
|
var children = _ref61.children,
|
1432
1565
|
_ref61$size = _ref61.size,
|
1433
1566
|
size = _ref61$size === void 0 ? 16 : _ref61$size,
|
@@ -1439,16 +1572,16 @@ var ChartComboStacked = /*#__PURE__*/React__default.forwardRef(function ChartCom
|
|
1439
1572
|
xmlns: "http://www.w3.org/2000/svg",
|
1440
1573
|
viewBox: "0 0 32 32",
|
1441
1574
|
fill: "currentColor"
|
1442
|
-
}, rest),
|
1443
|
-
d: "
|
1444
|
-
})),
|
1445
|
-
d: "
|
1575
|
+
}, rest), _path107 || (_path107 = /*#__PURE__*/React__default.createElement("path", {
|
1576
|
+
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"
|
1577
|
+
})), _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
|
1578
|
+
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"
|
1446
1579
|
})), children);
|
1447
1580
|
});
|
1448
1581
|
if (process.env.NODE_ENV !== "production") {
|
1449
|
-
|
1582
|
+
CloudUpload.propTypes = iconPropTypes;
|
1450
1583
|
}
|
1451
|
-
var
|
1584
|
+
var CloudApp = /*#__PURE__*/React__default.forwardRef(function CloudApp(_ref62, ref) {
|
1452
1585
|
var children = _ref62.children,
|
1453
1586
|
_ref62$size = _ref62.size,
|
1454
1587
|
size = _ref62$size === void 0 ? 16 : _ref62$size,
|
@@ -1460,25 +1593,14 @@ var ChartCustom = /*#__PURE__*/React__default.forwardRef(function ChartCustom(_r
|
|
1460
1593
|
xmlns: "http://www.w3.org/2000/svg",
|
1461
1594
|
viewBox: "0 0 32 32",
|
1462
1595
|
fill: "currentColor"
|
1463
|
-
}, rest),
|
1464
|
-
d: "
|
1465
|
-
})), _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
|
1466
|
-
d: "M17 15H21V17H17z",
|
1467
|
-
transform: "rotate(-90 19 16)"
|
1468
|
-
})), _path107 || (_path107 = /*#__PURE__*/React__default.createElement("path", {
|
1469
|
-
d: "M12 14H18V16H12z",
|
1470
|
-
transform: "rotate(-90 15 15)"
|
1471
|
-
})), _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
|
1472
|
-
d: "M6 12H16V14H6z",
|
1473
|
-
transform: "rotate(-90 11 13)"
|
1474
|
-
})), _path109 || (_path109 = /*#__PURE__*/React__default.createElement("path", {
|
1475
|
-
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
|
1596
|
+
}, rest), _path109 || (_path109 = /*#__PURE__*/React__default.createElement("path", {
|
1597
|
+
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"
|
1476
1598
|
})), children);
|
1477
1599
|
});
|
1478
1600
|
if (process.env.NODE_ENV !== "production") {
|
1479
|
-
|
1601
|
+
CloudApp.propTypes = iconPropTypes;
|
1480
1602
|
}
|
1481
|
-
var
|
1603
|
+
var CloudCeiling = /*#__PURE__*/React__default.forwardRef(function CloudCeiling(_ref63, ref) {
|
1482
1604
|
var children = _ref63.children,
|
1483
1605
|
_ref63$size = _ref63.size,
|
1484
1606
|
size = _ref63$size === void 0 ? 16 : _ref63$size,
|
@@ -1491,13 +1613,15 @@ var ChartDualYAxis = /*#__PURE__*/React__default.forwardRef(function ChartDualYA
|
|
1491
1613
|
viewBox: "0 0 32 32",
|
1492
1614
|
fill: "currentColor"
|
1493
1615
|
}, rest), _path110 || (_path110 = /*#__PURE__*/React__default.createElement("path", {
|
1494
|
-
d: "
|
1616
|
+
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"
|
1617
|
+
})), _path111 || (_path111 = /*#__PURE__*/React__default.createElement("path", {
|
1618
|
+
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"
|
1495
1619
|
})), children);
|
1496
1620
|
});
|
1497
1621
|
if (process.env.NODE_ENV !== "production") {
|
1498
|
-
|
1622
|
+
CloudCeiling.propTypes = iconPropTypes;
|
1499
1623
|
}
|
1500
|
-
var
|
1624
|
+
var CloudFoundry_1 = /*#__PURE__*/React__default.forwardRef(function CloudFoundry_1(_ref64, ref) {
|
1501
1625
|
var children = _ref64.children,
|
1502
1626
|
_ref64$size = _ref64.size,
|
1503
1627
|
size = _ref64$size === void 0 ? 16 : _ref64$size,
|
@@ -1509,14 +1633,16 @@ var ChartErrorBar = /*#__PURE__*/React__default.forwardRef(function ChartErrorBa
|
|
1509
1633
|
xmlns: "http://www.w3.org/2000/svg",
|
1510
1634
|
viewBox: "0 0 32 32",
|
1511
1635
|
fill: "currentColor"
|
1512
|
-
}, rest),
|
1513
|
-
d: "
|
1636
|
+
}, rest), _path112 || (_path112 = /*#__PURE__*/React__default.createElement("path", {
|
1637
|
+
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"
|
1638
|
+
})), _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
|
1639
|
+
d: "M14 24H11a2 2 0 01-2-2V19a2 2 0 012-2h3v2H11v3h3zM21 15V13H19a2 2 0 00-2 2v2H16v2h1v5h2V19h2V17H19V15z"
|
1514
1640
|
})), children);
|
1515
1641
|
});
|
1516
1642
|
if (process.env.NODE_ENV !== "production") {
|
1517
|
-
|
1643
|
+
CloudFoundry_1.propTypes = iconPropTypes;
|
1518
1644
|
}
|
1519
|
-
var
|
1645
|
+
var CloudFoundry_2 = /*#__PURE__*/React__default.forwardRef(function CloudFoundry_2(_ref65, ref) {
|
1520
1646
|
var children = _ref65.children,
|
1521
1647
|
_ref65$size = _ref65.size,
|
1522
1648
|
size = _ref65$size === void 0 ? 16 : _ref65$size,
|
@@ -1528,16 +1654,14 @@ var ChartErrorBarAlt = /*#__PURE__*/React__default.forwardRef(function ChartErro
|
|
1528
1654
|
xmlns: "http://www.w3.org/2000/svg",
|
1529
1655
|
viewBox: "0 0 32 32",
|
1530
1656
|
fill: "currentColor"
|
1531
|
-
}, rest),
|
1532
|
-
d: "
|
1533
|
-
})), _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
|
1534
|
-
d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
|
1657
|
+
}, rest), _path114 || (_path114 = /*#__PURE__*/React__default.createElement("path", {
|
1658
|
+
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"
|
1535
1659
|
})), children);
|
1536
1660
|
});
|
1537
1661
|
if (process.env.NODE_ENV !== "production") {
|
1538
|
-
|
1662
|
+
CloudFoundry_2.propTypes = iconPropTypes;
|
1539
1663
|
}
|
1540
|
-
var
|
1664
|
+
var CloudRegistry = /*#__PURE__*/React__default.forwardRef(function CloudRegistry(_ref66, ref) {
|
1541
1665
|
var children = _ref66.children,
|
1542
1666
|
_ref66$size = _ref66.size,
|
1543
1667
|
size = _ref66$size === void 0 ? 16 : _ref66$size,
|
@@ -1549,19 +1673,16 @@ var ChartEvaluation = /*#__PURE__*/React__default.forwardRef(function ChartEvalu
|
|
1549
1673
|
xmlns: "http://www.w3.org/2000/svg",
|
1550
1674
|
viewBox: "0 0 32 32",
|
1551
1675
|
fill: "currentColor"
|
1552
|
-
}, rest),
|
1553
|
-
d: "
|
1554
|
-
transform: "rotate(-45.02 27.793 7.207)"
|
1555
|
-
})), _path115 || (_path115 = /*#__PURE__*/React__default.createElement("path", {
|
1556
|
-
d: "M16 20.5L11 15.539 12.59 13.969 16 17.349 23.41 10 25 11.579 16 20.5z"
|
1676
|
+
}, rest), _path115 || (_path115 = /*#__PURE__*/React__default.createElement("path", {
|
1677
|
+
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"
|
1557
1678
|
})), _path116 || (_path116 = /*#__PURE__*/React__default.createElement("path", {
|
1558
|
-
d: "
|
1679
|
+
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"
|
1559
1680
|
})), children);
|
1560
1681
|
});
|
1561
1682
|
if (process.env.NODE_ENV !== "production") {
|
1562
|
-
|
1683
|
+
CloudRegistry.propTypes = iconPropTypes;
|
1563
1684
|
}
|
1564
|
-
var
|
1685
|
+
var CloudSatellite = /*#__PURE__*/React__default.forwardRef(function CloudSatellite(_ref67, ref) {
|
1565
1686
|
var children = _ref67.children,
|
1566
1687
|
_ref67$size = _ref67.size,
|
1567
1688
|
size = _ref67$size === void 0 ? 16 : _ref67$size,
|
@@ -1573,16 +1694,24 @@ var ChartHighLow = /*#__PURE__*/React__default.forwardRef(function ChartHighLow(
|
|
1573
1694
|
xmlns: "http://www.w3.org/2000/svg",
|
1574
1695
|
viewBox: "0 0 32 32",
|
1575
1696
|
fill: "currentColor"
|
1576
|
-
}, rest),
|
1577
|
-
|
1697
|
+
}, rest), _circle10 || (_circle10 = /*#__PURE__*/React__default.createElement("circle", {
|
1698
|
+
cx: "9",
|
1699
|
+
cy: "20",
|
1700
|
+
r: "2"
|
1701
|
+
})), _path117 || (_path117 = /*#__PURE__*/React__default.createElement("path", {
|
1702
|
+
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"
|
1703
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React__default.createElement("circle", {
|
1704
|
+
cx: "23",
|
1705
|
+
cy: "12",
|
1706
|
+
r: "2"
|
1578
1707
|
})), _path118 || (_path118 = /*#__PURE__*/React__default.createElement("path", {
|
1579
|
-
d: "
|
1708
|
+
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"
|
1580
1709
|
})), children);
|
1581
1710
|
});
|
1582
1711
|
if (process.env.NODE_ENV !== "production") {
|
1583
|
-
|
1712
|
+
CloudSatellite.propTypes = iconPropTypes;
|
1584
1713
|
}
|
1585
|
-
var
|
1714
|
+
var CloudSatelliteConfig = /*#__PURE__*/React__default.forwardRef(function CloudSatelliteConfig(_ref68, ref) {
|
1586
1715
|
var children = _ref68.children,
|
1587
1716
|
_ref68$size = _ref68.size,
|
1588
1717
|
size = _ref68$size === void 0 ? 16 : _ref68$size,
|
@@ -1595,13 +1724,25 @@ var ChartHistogram = /*#__PURE__*/React__default.forwardRef(function ChartHistog
|
|
1595
1724
|
viewBox: "0 0 32 32",
|
1596
1725
|
fill: "currentColor"
|
1597
1726
|
}, rest), _path119 || (_path119 = /*#__PURE__*/React__default.createElement("path", {
|
1598
|
-
d: "
|
1727
|
+
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"
|
1728
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React__default.createElement("circle", {
|
1729
|
+
cx: "7",
|
1730
|
+
cy: "20",
|
1731
|
+
r: "2"
|
1732
|
+
})), _path120 || (_path120 = /*#__PURE__*/React__default.createElement("path", {
|
1733
|
+
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"
|
1734
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React__default.createElement("circle", {
|
1735
|
+
cx: "21",
|
1736
|
+
cy: "12",
|
1737
|
+
r: "2"
|
1738
|
+
})), _path121 || (_path121 = /*#__PURE__*/React__default.createElement("path", {
|
1739
|
+
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"
|
1599
1740
|
})), children);
|
1600
1741
|
});
|
1601
1742
|
if (process.env.NODE_ENV !== "production") {
|
1602
|
-
|
1743
|
+
CloudSatelliteConfig.propTypes = iconPropTypes;
|
1603
1744
|
}
|
1604
|
-
var
|
1745
|
+
var CloudSatelliteLink = /*#__PURE__*/React__default.forwardRef(function CloudSatelliteLink(_ref69, ref) {
|
1605
1746
|
var children = _ref69.children,
|
1606
1747
|
_ref69$size = _ref69.size,
|
1607
1748
|
size = _ref69$size === void 0 ? 16 : _ref69$size,
|
@@ -1613,14 +1754,28 @@ var ChartLine = /*#__PURE__*/React__default.forwardRef(function ChartLine(_ref69
|
|
1613
1754
|
xmlns: "http://www.w3.org/2000/svg",
|
1614
1755
|
viewBox: "0 0 32 32",
|
1615
1756
|
fill: "currentColor"
|
1616
|
-
}, rest),
|
1617
|
-
d: "
|
1757
|
+
}, rest), _path122 || (_path122 = /*#__PURE__*/React__default.createElement("path", {
|
1758
|
+
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"
|
1759
|
+
})), _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
|
1760
|
+
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"
|
1761
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React__default.createElement("circle", {
|
1762
|
+
cx: "7",
|
1763
|
+
cy: "20",
|
1764
|
+
r: "2"
|
1765
|
+
})), _path124 || (_path124 = /*#__PURE__*/React__default.createElement("path", {
|
1766
|
+
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"
|
1767
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React__default.createElement("circle", {
|
1768
|
+
cx: "21",
|
1769
|
+
cy: "12",
|
1770
|
+
r: "2"
|
1771
|
+
})), _path125 || (_path125 = /*#__PURE__*/React__default.createElement("path", {
|
1772
|
+
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"
|
1618
1773
|
})), children);
|
1619
1774
|
});
|
1620
1775
|
if (process.env.NODE_ENV !== "production") {
|
1621
|
-
|
1776
|
+
CloudSatelliteLink.propTypes = iconPropTypes;
|
1622
1777
|
}
|
1623
|
-
var
|
1778
|
+
var CloudSatelliteServices = /*#__PURE__*/React__default.forwardRef(function CloudSatelliteServices(_ref70, ref) {
|
1624
1779
|
var children = _ref70.children,
|
1625
1780
|
_ref70$size = _ref70.size,
|
1626
1781
|
size = _ref70$size === void 0 ? 16 : _ref70$size,
|
@@ -1632,14 +1787,26 @@ var ChartLineData = /*#__PURE__*/React__default.forwardRef(function ChartLineDat
|
|
1632
1787
|
xmlns: "http://www.w3.org/2000/svg",
|
1633
1788
|
viewBox: "0 0 32 32",
|
1634
1789
|
fill: "currentColor"
|
1635
|
-
}, rest),
|
1636
|
-
d: "
|
1790
|
+
}, rest), _path126 || (_path126 = /*#__PURE__*/React__default.createElement("path", {
|
1791
|
+
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"
|
1792
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React__default.createElement("circle", {
|
1793
|
+
cx: "7",
|
1794
|
+
cy: "20",
|
1795
|
+
r: "2"
|
1796
|
+
})), _path127 || (_path127 = /*#__PURE__*/React__default.createElement("path", {
|
1797
|
+
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"
|
1798
|
+
})), _circle17 || (_circle17 = /*#__PURE__*/React__default.createElement("circle", {
|
1799
|
+
cx: "21",
|
1800
|
+
cy: "12",
|
1801
|
+
r: "2"
|
1802
|
+
})), _path128 || (_path128 = /*#__PURE__*/React__default.createElement("path", {
|
1803
|
+
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"
|
1637
1804
|
})), children);
|
1638
1805
|
});
|
1639
1806
|
if (process.env.NODE_ENV !== "production") {
|
1640
|
-
|
1807
|
+
CloudSatelliteServices.propTypes = iconPropTypes;
|
1641
1808
|
}
|
1642
|
-
var
|
1809
|
+
var CloudServices = /*#__PURE__*/React__default.forwardRef(function CloudServices(_ref71, ref) {
|
1643
1810
|
var children = _ref71.children,
|
1644
1811
|
_ref71$size = _ref71.size,
|
1645
1812
|
size = _ref71$size === void 0 ? 16 : _ref71$size,
|
@@ -1651,14 +1818,16 @@ var ChartLineSmooth = /*#__PURE__*/React__default.forwardRef(function ChartLineS
|
|
1651
1818
|
xmlns: "http://www.w3.org/2000/svg",
|
1652
1819
|
viewBox: "0 0 32 32",
|
1653
1820
|
fill: "currentColor"
|
1654
|
-
}, rest),
|
1655
|
-
d: "
|
1821
|
+
}, rest), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
|
1822
|
+
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"
|
1823
|
+
})), _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
|
1824
|
+
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"
|
1656
1825
|
})), children);
|
1657
1826
|
});
|
1658
1827
|
if (process.env.NODE_ENV !== "production") {
|
1659
|
-
|
1828
|
+
CloudServices.propTypes = iconPropTypes;
|
1660
1829
|
}
|
1661
|
-
var
|
1830
|
+
var Cloudy = /*#__PURE__*/React__default.forwardRef(function Cloudy(_ref72, ref) {
|
1662
1831
|
var children = _ref72.children,
|
1663
1832
|
_ref72$size = _ref72.size,
|
1664
1833
|
size = _ref72$size === void 0 ? 16 : _ref72$size,
|
@@ -1670,30 +1839,14 @@ var ChartLogisticRegression = /*#__PURE__*/React__default.forwardRef(function Ch
|
|
1670
1839
|
xmlns: "http://www.w3.org/2000/svg",
|
1671
1840
|
viewBox: "0 0 32 32",
|
1672
1841
|
fill: "currentColor"
|
1673
|
-
}, rest),
|
1674
|
-
|
1675
|
-
cy: "22",
|
1676
|
-
r: "2"
|
1677
|
-
})), _circle5 || (_circle5 = /*#__PURE__*/React__default.createElement("circle", {
|
1678
|
-
cx: "20",
|
1679
|
-
cy: "22",
|
1680
|
-
r: "2"
|
1681
|
-
})), _circle6 || (_circle6 = /*#__PURE__*/React__default.createElement("circle", {
|
1682
|
-
cx: "14",
|
1683
|
-
cy: "6",
|
1684
|
-
r: "2"
|
1685
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React__default.createElement("circle", {
|
1686
|
-
cx: "8",
|
1687
|
-
cy: "6",
|
1688
|
-
r: "2"
|
1689
|
-
})), _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
|
1690
|
-
d: "m8.2339,24c3.8799,0,7.311-2.4731,8.5383-6.1543l2.353-7.0591c.9543-2.8628,3.6233-4.7866,6.6409-4.7866h4.2339v-2h-4.2339c-3.8799,0-7.311,2.4731-8.5383,6.1543l-2.353,7.0591c-.9543,2.8628-3.6233,4.7866-6.6409,4.7866h-4.2339V2h-2v26c0,1.1025.897,2,2,2h26v-2H4v-4h4.2339Z"
|
1842
|
+
}, rest), _path131 || (_path131 = /*#__PURE__*/React__default.createElement("path", {
|
1843
|
+
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"
|
1691
1844
|
})), children);
|
1692
1845
|
});
|
1693
1846
|
if (process.env.NODE_ENV !== "production") {
|
1694
|
-
|
1847
|
+
Cloudy.propTypes = iconPropTypes;
|
1695
1848
|
}
|
1696
|
-
var
|
1849
|
+
var WatsonHealthCobbAngle = /*#__PURE__*/React__default.forwardRef(function WatsonHealthCobbAngle(_ref73, ref) {
|
1697
1850
|
var children = _ref73.children,
|
1698
1851
|
_ref73$size = _ref73.size,
|
1699
1852
|
size = _ref73$size === void 0 ? 16 : _ref73$size,
|
@@ -1705,14 +1858,14 @@ var ChartMarimekko = /*#__PURE__*/React__default.forwardRef(function ChartMarime
|
|
1705
1858
|
xmlns: "http://www.w3.org/2000/svg",
|
1706
1859
|
viewBox: "0 0 32 32",
|
1707
1860
|
fill: "currentColor"
|
1708
|
-
}, rest),
|
1709
|
-
d: "
|
1861
|
+
}, rest), _path132 || (_path132 = /*#__PURE__*/React__default.createElement("path", {
|
1862
|
+
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"
|
1710
1863
|
})), children);
|
1711
1864
|
});
|
1712
1865
|
if (process.env.NODE_ENV !== "production") {
|
1713
|
-
|
1866
|
+
WatsonHealthCobbAngle.propTypes = iconPropTypes;
|
1714
1867
|
}
|
1715
|
-
var
|
1868
|
+
var Code = /*#__PURE__*/React__default.forwardRef(function Code(_ref74, ref) {
|
1716
1869
|
var children = _ref74.children,
|
1717
1870
|
_ref74$size = _ref74.size,
|
1718
1871
|
size = _ref74$size === void 0 ? 16 : _ref74$size,
|
@@ -1724,16 +1877,17 @@ var ChartMaximum = /*#__PURE__*/React__default.forwardRef(function ChartMaximum(
|
|
1724
1877
|
xmlns: "http://www.w3.org/2000/svg",
|
1725
1878
|
viewBox: "0 0 32 32",
|
1726
1879
|
fill: "currentColor"
|
1727
|
-
}, rest),
|
1728
|
-
d: "
|
1729
|
-
})),
|
1730
|
-
d: "
|
1880
|
+
}, rest), _path133 || (_path133 = /*#__PURE__*/React__default.createElement("path", {
|
1881
|
+
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"
|
1882
|
+
})), _path134 || (_path134 = /*#__PURE__*/React__default.createElement("path", {
|
1883
|
+
d: "M5.91 15H26.080000000000002V17H5.91z",
|
1884
|
+
transform: "rotate(-75 15.996 16)"
|
1731
1885
|
})), children);
|
1732
1886
|
});
|
1733
1887
|
if (process.env.NODE_ENV !== "production") {
|
1734
|
-
|
1888
|
+
Code.propTypes = iconPropTypes;
|
1735
1889
|
}
|
1736
|
-
var
|
1890
|
+
var CodeHide = /*#__PURE__*/React__default.forwardRef(function CodeHide(_ref75, ref) {
|
1737
1891
|
var children = _ref75.children,
|
1738
1892
|
_ref75$size = _ref75.size,
|
1739
1893
|
size = _ref75$size === void 0 ? 16 : _ref75$size,
|
@@ -1745,25 +1899,14 @@ var ChartMedian = /*#__PURE__*/React__default.forwardRef(function ChartMedian(_r
|
|
1745
1899
|
xmlns: "http://www.w3.org/2000/svg",
|
1746
1900
|
viewBox: "0 0 32 32",
|
1747
1901
|
fill: "currentColor"
|
1748
|
-
}, rest),
|
1749
|
-
d: "
|
1750
|
-
transform: "rotate(-90 17 23)"
|
1751
|
-
})), _path128 || (_path128 = /*#__PURE__*/React__default.createElement("path", {
|
1752
|
-
d: "M18,28V26H16v2H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
|
1753
|
-
})), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
|
1754
|
-
d: "M26.0532,19.6787A3.44,3.44,0,0,1,23,22c-2.17,0-3.3115-3.333-4.52-6.8623-.3557-1.0386-.7239-2.1094-1.1382-3.1377H18V10H16.4221C15.2124,7.7148,13.5811,6,11,6,7.3218,6,6.1016,9.5332,6.0513,9.6836l1.8955.6377A3.44,3.44,0,0,1,11,8c2.92,0,4.2764,3.958,5.5874,7.7861.2544.7422.5105,1.4893.7813,2.2139H16v2h2.2019c1.0828,2.2886,2.4959,4,4.7981,4,3.6782,0,4.8984-3.5332,4.9487-3.6836Z"
|
1755
|
-
})), _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
|
1756
|
-
d: "M16 6H18V8H16z",
|
1757
|
-
transform: "rotate(-90 17 7)"
|
1758
|
-
})), _path131 || (_path131 = /*#__PURE__*/React__default.createElement("path", {
|
1759
|
-
d: "M16 2H18V4H16z",
|
1760
|
-
transform: "rotate(-90 17 3)"
|
1902
|
+
}, rest), _path135 || (_path135 = /*#__PURE__*/React__default.createElement("path", {
|
1903
|
+
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"
|
1761
1904
|
})), children);
|
1762
1905
|
});
|
1763
1906
|
if (process.env.NODE_ENV !== "production") {
|
1764
|
-
|
1907
|
+
CodeHide.propTypes = iconPropTypes;
|
1765
1908
|
}
|
1766
|
-
var
|
1909
|
+
var CodeReference = /*#__PURE__*/React__default.forwardRef(function CodeReference(_ref76, ref) {
|
1767
1910
|
var children = _ref76.children,
|
1768
1911
|
_ref76$size = _ref76.size,
|
1769
1912
|
size = _ref76$size === void 0 ? 16 : _ref76$size,
|
@@ -1775,18 +1918,19 @@ var ChartMinimum = /*#__PURE__*/React__default.forwardRef(function ChartMinimum(
|
|
1775
1918
|
xmlns: "http://www.w3.org/2000/svg",
|
1776
1919
|
viewBox: "0 0 32 32",
|
1777
1920
|
fill: "currentColor"
|
1778
|
-
}, rest),
|
1779
|
-
d: "M4
|
1780
|
-
})),
|
1781
|
-
d: "M8
|
1782
|
-
|
1783
|
-
|
1921
|
+
}, rest), _path136 || (_path136 = /*#__PURE__*/React__default.createElement("path", {
|
1922
|
+
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"
|
1923
|
+
})), _path137 || (_path137 = /*#__PURE__*/React__default.createElement("path", {
|
1924
|
+
d: "M8.944 9.001H24.974000000000004V11.001H8.944z",
|
1925
|
+
transform: "rotate(-74.995 16.96 10)"
|
1926
|
+
})), _path138 || (_path138 = /*#__PURE__*/React__default.createElement("path", {
|
1927
|
+
d: "M4 10L10 4 11.414 5.414 6.828 10 11.414 14.586 10 16 4 10z"
|
1784
1928
|
})), children);
|
1785
1929
|
});
|
1786
1930
|
if (process.env.NODE_ENV !== "production") {
|
1787
|
-
|
1931
|
+
CodeReference.propTypes = iconPropTypes;
|
1788
1932
|
}
|
1789
|
-
var
|
1933
|
+
var CodeBlock = /*#__PURE__*/React__default.forwardRef(function CodeBlock(_ref77, ref) {
|
1790
1934
|
var children = _ref77.children,
|
1791
1935
|
_ref77$size = _ref77.size,
|
1792
1936
|
size = _ref77$size === void 0 ? 16 : _ref77$size,
|
@@ -1798,14 +1942,15 @@ var ChartMultiLine = /*#__PURE__*/React__default.forwardRef(function ChartMultiL
|
|
1798
1942
|
xmlns: "http://www.w3.org/2000/svg",
|
1799
1943
|
viewBox: "0 0 32 32",
|
1800
1944
|
fill: "currentColor"
|
1801
|
-
}, rest),
|
1802
|
-
|
1945
|
+
}, rest), _path139 || (_path139 = /*#__PURE__*/React__default.createElement("path", {
|
1946
|
+
strokeWidth: "0",
|
1947
|
+
d: "M2 3H10V5H2zM6 9H30V11H6zM6 15H30V17H6zM2 27H10V29H2zM6 21H22V23H6z"
|
1803
1948
|
})), children);
|
1804
1949
|
});
|
1805
1950
|
if (process.env.NODE_ENV !== "production") {
|
1806
|
-
|
1951
|
+
CodeBlock.propTypes = iconPropTypes;
|
1807
1952
|
}
|
1808
|
-
var
|
1953
|
+
var CodeSigningService = /*#__PURE__*/React__default.forwardRef(function CodeSigningService(_ref78, ref) {
|
1809
1954
|
var children = _ref78.children,
|
1810
1955
|
_ref78$size = _ref78.size,
|
1811
1956
|
size = _ref78$size === void 0 ? 16 : _ref78$size,
|
@@ -1817,34 +1962,18 @@ var ChartMultitype = /*#__PURE__*/React__default.forwardRef(function ChartMultit
|
|
1817
1962
|
xmlns: "http://www.w3.org/2000/svg",
|
1818
1963
|
viewBox: "0 0 32 32",
|
1819
1964
|
fill: "currentColor"
|
1820
|
-
}, rest),
|
1821
|
-
|
1822
|
-
|
1823
|
-
cx: "11",
|
1824
|
-
cy: "7",
|
1825
|
-
r: "1"
|
1826
|
-
})), _circle9 || (_circle9 = /*#__PURE__*/React__default.createElement("circle", {
|
1827
|
-
cx: "9",
|
1828
|
-
cy: "11",
|
1829
|
-
r: "1"
|
1830
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React__default.createElement("circle", {
|
1831
|
-
cx: "7",
|
1832
|
-
cy: "5",
|
1833
|
-
r: "1"
|
1834
|
-
})), _circle11 || (_circle11 = /*#__PURE__*/React__default.createElement("circle", {
|
1835
|
-
cx: "5",
|
1836
|
-
cy: "9",
|
1837
|
-
r: "1"
|
1838
|
-
})), _circle12 || (_circle12 = /*#__PURE__*/React__default.createElement("circle", {
|
1839
|
-
cx: "3",
|
1840
|
-
cy: "13",
|
1965
|
+
}, rest), _circle18 || (_circle18 = /*#__PURE__*/React__default.createElement("circle", {
|
1966
|
+
cx: "25",
|
1967
|
+
cy: "20",
|
1841
1968
|
r: "1"
|
1969
|
+
})), _path140 || (_path140 = /*#__PURE__*/React__default.createElement("path", {
|
1970
|
+
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"
|
1842
1971
|
})), children);
|
1843
1972
|
});
|
1844
1973
|
if (process.env.NODE_ENV !== "production") {
|
1845
|
-
|
1974
|
+
CodeSigningService.propTypes = iconPropTypes;
|
1846
1975
|
}
|
1847
|
-
var
|
1976
|
+
var Cognitive = /*#__PURE__*/React__default.forwardRef(function Cognitive(_ref79, ref) {
|
1848
1977
|
var children = _ref79.children,
|
1849
1978
|
_ref79$size = _ref79.size,
|
1850
1979
|
size = _ref79$size === void 0 ? 16 : _ref79$size,
|
@@ -1856,14 +1985,14 @@ var ChartNetwork = /*#__PURE__*/React__default.forwardRef(function ChartNetwork(
|
|
1856
1985
|
xmlns: "http://www.w3.org/2000/svg",
|
1857
1986
|
viewBox: "0 0 32 32",
|
1858
1987
|
fill: "currentColor"
|
1859
|
-
}, rest),
|
1860
|
-
d: "
|
1988
|
+
}, rest), _path141 || (_path141 = /*#__PURE__*/React__default.createElement("path", {
|
1989
|
+
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"
|
1861
1990
|
})), children);
|
1862
1991
|
});
|
1863
1992
|
if (process.env.NODE_ENV !== "production") {
|
1864
|
-
|
1993
|
+
Cognitive.propTypes = iconPropTypes;
|
1865
1994
|
}
|
1866
|
-
var
|
1995
|
+
var Collaborate = /*#__PURE__*/React__default.forwardRef(function Collaborate(_ref80, ref) {
|
1867
1996
|
var children = _ref80.children,
|
1868
1997
|
_ref80$size = _ref80.size,
|
1869
1998
|
size = _ref80$size === void 0 ? 16 : _ref80$size,
|
@@ -1875,14 +2004,14 @@ var ChartParallel = /*#__PURE__*/React__default.forwardRef(function ChartParalle
|
|
1875
2004
|
xmlns: "http://www.w3.org/2000/svg",
|
1876
2005
|
viewBox: "0 0 32 32",
|
1877
2006
|
fill: "currentColor"
|
1878
|
-
}, rest),
|
1879
|
-
d: "
|
2007
|
+
}, rest), _path142 || (_path142 = /*#__PURE__*/React__default.createElement("path", {
|
2008
|
+
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"
|
1880
2009
|
})), children);
|
1881
2010
|
});
|
1882
2011
|
if (process.env.NODE_ENV !== "production") {
|
1883
|
-
|
2012
|
+
Collaborate.propTypes = iconPropTypes;
|
1884
2013
|
}
|
1885
|
-
var
|
2014
|
+
var CollapseAll = /*#__PURE__*/React__default.forwardRef(function CollapseAll(_ref81, ref) {
|
1886
2015
|
var children = _ref81.children,
|
1887
2016
|
_ref81$size = _ref81.size,
|
1888
2017
|
size = _ref81$size === void 0 ? 16 : _ref81$size,
|
@@ -1894,14 +2023,18 @@ var ChartPie = /*#__PURE__*/React__default.forwardRef(function ChartPie(_ref81,
|
|
1894
2023
|
xmlns: "http://www.w3.org/2000/svg",
|
1895
2024
|
viewBox: "0 0 32 32",
|
1896
2025
|
fill: "currentColor"
|
1897
|
-
}, rest),
|
1898
|
-
d: "
|
2026
|
+
}, rest), _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
|
2027
|
+
d: "M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z"
|
2028
|
+
})), _path144 || (_path144 = /*#__PURE__*/React__default.createElement("path", {
|
2029
|
+
d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
|
2030
|
+
})), _path145 || (_path145 = /*#__PURE__*/React__default.createElement("path", {
|
2031
|
+
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"
|
1899
2032
|
})), children);
|
1900
2033
|
});
|
1901
2034
|
if (process.env.NODE_ENV !== "production") {
|
1902
|
-
|
2035
|
+
CollapseAll.propTypes = iconPropTypes;
|
1903
2036
|
}
|
1904
|
-
var
|
2037
|
+
var CollapseCategories = /*#__PURE__*/React__default.forwardRef(function CollapseCategories(_ref82, ref) {
|
1905
2038
|
var children = _ref82.children,
|
1906
2039
|
_ref82$size = _ref82.size,
|
1907
2040
|
size = _ref82$size === void 0 ? 16 : _ref82$size,
|
@@ -1913,14 +2046,14 @@ var ChartPlanningWaterfall = /*#__PURE__*/React__default.forwardRef(function Cha
|
|
1913
2046
|
xmlns: "http://www.w3.org/2000/svg",
|
1914
2047
|
viewBox: "0 0 32 32",
|
1915
2048
|
fill: "currentColor"
|
1916
|
-
}, rest),
|
1917
|
-
d: "
|
2049
|
+
}, rest), _path146 || (_path146 = /*#__PURE__*/React__default.createElement("path", {
|
2050
|
+
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"
|
1918
2051
|
})), children);
|
1919
2052
|
});
|
1920
2053
|
if (process.env.NODE_ENV !== "production") {
|
1921
|
-
|
2054
|
+
CollapseCategories.propTypes = iconPropTypes;
|
1922
2055
|
}
|
1923
|
-
var
|
2056
|
+
var ColorPalette = /*#__PURE__*/React__default.forwardRef(function ColorPalette(_ref83, ref) {
|
1924
2057
|
var children = _ref83.children,
|
1925
2058
|
_ref83$size = _ref83.size,
|
1926
2059
|
size = _ref83$size === void 0 ? 16 : _ref83$size,
|
@@ -1932,38 +2065,34 @@ var ChartPoint = /*#__PURE__*/React__default.forwardRef(function ChartPoint(_ref
|
|
1932
2065
|
xmlns: "http://www.w3.org/2000/svg",
|
1933
2066
|
viewBox: "0 0 32 32",
|
1934
2067
|
fill: "currentColor"
|
1935
|
-
}, rest),
|
1936
|
-
|
1937
|
-
|
1938
|
-
|
1939
|
-
|
1940
|
-
|
1941
|
-
|
1942
|
-
|
1943
|
-
|
1944
|
-
|
1945
|
-
|
1946
|
-
|
1947
|
-
|
1948
|
-
|
1949
|
-
|
1950
|
-
|
1951
|
-
})),
|
1952
|
-
cx: "
|
1953
|
-
cy: "
|
1954
|
-
r: "
|
1955
|
-
})),
|
1956
|
-
|
1957
|
-
cy: "22",
|
1958
|
-
r: "3"
|
1959
|
-
})), _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
|
1960
|
-
d: "M27 17a3 3 0 113-3A3.0033 3.0033 0 0127 17zm0-4a1 1 0 101 1A1.001 1.001 0 0027 13zM18 26a3 3 0 113-3A3.0033 3.0033 0 0118 26zm0-4a1 1 0 101 1A1.001 1.001 0 0018 22zM18 8a3 3 0 113-3A3.0033 3.0033 0 0118 8zm0-4a1 1 0 101 1A1.001 1.001 0 0018 4z"
|
2068
|
+
}, rest), _circle19 || (_circle19 = /*#__PURE__*/React__default.createElement("circle", {
|
2069
|
+
cx: "10",
|
2070
|
+
cy: "12",
|
2071
|
+
r: "2"
|
2072
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React__default.createElement("circle", {
|
2073
|
+
cx: "16",
|
2074
|
+
cy: "9",
|
2075
|
+
r: "2"
|
2076
|
+
})), _circle21 || (_circle21 = /*#__PURE__*/React__default.createElement("circle", {
|
2077
|
+
cx: "22",
|
2078
|
+
cy: "12",
|
2079
|
+
r: "2"
|
2080
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React__default.createElement("circle", {
|
2081
|
+
cx: "23",
|
2082
|
+
cy: "18",
|
2083
|
+
r: "2"
|
2084
|
+
})), _circle23 || (_circle23 = /*#__PURE__*/React__default.createElement("circle", {
|
2085
|
+
cx: "19",
|
2086
|
+
cy: "23",
|
2087
|
+
r: "2"
|
2088
|
+
})), _path147 || (_path147 = /*#__PURE__*/React__default.createElement("path", {
|
2089
|
+
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"
|
1961
2090
|
})), children);
|
1962
2091
|
});
|
1963
2092
|
if (process.env.NODE_ENV !== "production") {
|
1964
|
-
|
2093
|
+
ColorPalette.propTypes = iconPropTypes;
|
1965
2094
|
}
|
1966
|
-
var
|
2095
|
+
var ColorSwitch = /*#__PURE__*/React__default.forwardRef(function ColorSwitch(_ref84, ref) {
|
1967
2096
|
var children = _ref84.children,
|
1968
2097
|
_ref84$size = _ref84.size,
|
1969
2098
|
size = _ref84$size === void 0 ? 16 : _ref84$size,
|
@@ -1975,14 +2104,14 @@ var ChartPopulation = /*#__PURE__*/React__default.forwardRef(function ChartPopul
|
|
1975
2104
|
xmlns: "http://www.w3.org/2000/svg",
|
1976
2105
|
viewBox: "0 0 32 32",
|
1977
2106
|
fill: "currentColor"
|
1978
|
-
}, rest),
|
1979
|
-
d: "
|
2107
|
+
}, rest), _path148 || (_path148 = /*#__PURE__*/React__default.createElement("path", {
|
2108
|
+
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"
|
1980
2109
|
})), children);
|
1981
2110
|
});
|
1982
2111
|
if (process.env.NODE_ENV !== "production") {
|
1983
|
-
|
2112
|
+
ColorSwitch.propTypes = iconPropTypes;
|
1984
2113
|
}
|
1985
|
-
var
|
2114
|
+
var Column = /*#__PURE__*/React__default.forwardRef(function Column(_ref85, ref) {
|
1986
2115
|
var children = _ref85.children,
|
1987
2116
|
_ref85$size = _ref85.size,
|
1988
2117
|
size = _ref85$size === void 0 ? 16 : _ref85$size,
|
@@ -1994,14 +2123,14 @@ var ChartRadar = /*#__PURE__*/React__default.forwardRef(function ChartRadar(_ref
|
|
1994
2123
|
xmlns: "http://www.w3.org/2000/svg",
|
1995
2124
|
viewBox: "0 0 32 32",
|
1996
2125
|
fill: "currentColor"
|
1997
|
-
}, rest),
|
1998
|
-
d: "
|
2126
|
+
}, rest), _path149 || (_path149 = /*#__PURE__*/React__default.createElement("path", {
|
2127
|
+
d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
|
1999
2128
|
})), children);
|
2000
2129
|
});
|
2001
2130
|
if (process.env.NODE_ENV !== "production") {
|
2002
|
-
|
2131
|
+
Column.propTypes = iconPropTypes;
|
2003
2132
|
}
|
2004
|
-
var
|
2133
|
+
var ColumnDelete = /*#__PURE__*/React__default.forwardRef(function ColumnDelete(_ref86, ref) {
|
2005
2134
|
var children = _ref86.children,
|
2006
2135
|
_ref86$size = _ref86.size,
|
2007
2136
|
size = _ref86$size === void 0 ? 16 : _ref86$size,
|
@@ -2013,18 +2142,16 @@ var ChartRadial = /*#__PURE__*/React__default.forwardRef(function ChartRadial(_r
|
|
2013
2142
|
xmlns: "http://www.w3.org/2000/svg",
|
2014
2143
|
viewBox: "0 0 32 32",
|
2015
2144
|
fill: "currentColor"
|
2016
|
-
}, rest),
|
2017
|
-
d: "
|
2018
|
-
})),
|
2019
|
-
d: "
|
2020
|
-
})), _path148 || (_path148 = /*#__PURE__*/React__default.createElement("path", {
|
2021
|
-
d: "M16,22a6.0069,6.0069,0,0,1-6-6h2a4,4,0,1,0,4-4V10a6,6,0,0,1,0,12Z"
|
2145
|
+
}, rest), _path150 || (_path150 = /*#__PURE__*/React__default.createElement("path", {
|
2146
|
+
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"
|
2147
|
+
})), _path151 || (_path151 = /*#__PURE__*/React__default.createElement("path", {
|
2148
|
+
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"
|
2022
2149
|
})), children);
|
2023
2150
|
});
|
2024
2151
|
if (process.env.NODE_ENV !== "production") {
|
2025
|
-
|
2152
|
+
ColumnDelete.propTypes = iconPropTypes;
|
2026
2153
|
}
|
2027
|
-
var
|
2154
|
+
var ColumnInsert = /*#__PURE__*/React__default.forwardRef(function ColumnInsert(_ref87, ref) {
|
2028
2155
|
var children = _ref87.children,
|
2029
2156
|
_ref87$size = _ref87.size,
|
2030
2157
|
size = _ref87$size === void 0 ? 16 : _ref87$size,
|
@@ -2036,14 +2163,14 @@ var ChartRelationship = /*#__PURE__*/React__default.forwardRef(function ChartRel
|
|
2036
2163
|
xmlns: "http://www.w3.org/2000/svg",
|
2037
2164
|
viewBox: "0 0 32 32",
|
2038
2165
|
fill: "currentColor"
|
2039
|
-
}, rest),
|
2040
|
-
d: "
|
2166
|
+
}, rest), _path152 || (_path152 = /*#__PURE__*/React__default.createElement("path", {
|
2167
|
+
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"
|
2041
2168
|
})), children);
|
2042
2169
|
});
|
2043
2170
|
if (process.env.NODE_ENV !== "production") {
|
2044
|
-
|
2171
|
+
ColumnInsert.propTypes = iconPropTypes;
|
2045
2172
|
}
|
2046
|
-
var
|
2173
|
+
var ColumnDependency = /*#__PURE__*/React__default.forwardRef(function ColumnDependency(_ref88, ref) {
|
2047
2174
|
var children = _ref88.children,
|
2048
2175
|
_ref88$size = _ref88.size,
|
2049
2176
|
size = _ref88$size === void 0 ? 16 : _ref88$size,
|
@@ -2055,14 +2182,14 @@ var ChartRing = /*#__PURE__*/React__default.forwardRef(function ChartRing(_ref88
|
|
2055
2182
|
xmlns: "http://www.w3.org/2000/svg",
|
2056
2183
|
viewBox: "0 0 32 32",
|
2057
2184
|
fill: "currentColor"
|
2058
|
-
}, rest),
|
2059
|
-
d: "
|
2185
|
+
}, rest), _path153 || (_path153 = /*#__PURE__*/React__default.createElement("path", {
|
2186
|
+
d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
|
2060
2187
|
})), children);
|
2061
2188
|
});
|
2062
2189
|
if (process.env.NODE_ENV !== "production") {
|
2063
|
-
|
2190
|
+
ColumnDependency.propTypes = iconPropTypes;
|
2064
2191
|
}
|
2065
|
-
var
|
2192
|
+
var Commit = /*#__PURE__*/React__default.forwardRef(function Commit(_ref89, ref) {
|
2066
2193
|
var children = _ref89.children,
|
2067
2194
|
_ref89$size = _ref89.size,
|
2068
2195
|
size = _ref89$size === void 0 ? 16 : _ref89$size,
|
@@ -2074,14 +2201,14 @@ var ChartRiver = /*#__PURE__*/React__default.forwardRef(function ChartRiver(_ref
|
|
2074
2201
|
xmlns: "http://www.w3.org/2000/svg",
|
2075
2202
|
viewBox: "0 0 32 32",
|
2076
2203
|
fill: "currentColor"
|
2077
|
-
}, rest),
|
2078
|
-
d: "
|
2204
|
+
}, rest), _path154 || (_path154 = /*#__PURE__*/React__default.createElement("path", {
|
2205
|
+
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"
|
2079
2206
|
})), children);
|
2080
2207
|
});
|
2081
2208
|
if (process.env.NODE_ENV !== "production") {
|
2082
|
-
|
2209
|
+
Commit.propTypes = iconPropTypes;
|
2083
2210
|
}
|
2084
|
-
var
|
2211
|
+
var CommunicationUnified = /*#__PURE__*/React__default.forwardRef(function CommunicationUnified(_ref90, ref) {
|
2085
2212
|
var children = _ref90.children,
|
2086
2213
|
_ref90$size = _ref90.size,
|
2087
2214
|
size = _ref90$size === void 0 ? 16 : _ref90$size,
|
@@ -2093,14 +2220,14 @@ var ChartRose = /*#__PURE__*/React__default.forwardRef(function ChartRose(_ref90
|
|
2093
2220
|
xmlns: "http://www.w3.org/2000/svg",
|
2094
2221
|
viewBox: "0 0 32 32",
|
2095
2222
|
fill: "currentColor"
|
2096
|
-
}, rest),
|
2097
|
-
d: "
|
2223
|
+
}, rest), _path155 || (_path155 = /*#__PURE__*/React__default.createElement("path", {
|
2224
|
+
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"
|
2098
2225
|
})), children);
|
2099
2226
|
});
|
2100
2227
|
if (process.env.NODE_ENV !== "production") {
|
2101
|
-
|
2228
|
+
CommunicationUnified.propTypes = iconPropTypes;
|
2102
2229
|
}
|
2103
|
-
var
|
2230
|
+
var Compare = /*#__PURE__*/React__default.forwardRef(function Compare(_ref91, ref) {
|
2104
2231
|
var children = _ref91.children,
|
2105
2232
|
_ref91$size = _ref91.size,
|
2106
2233
|
size = _ref91$size === void 0 ? 16 : _ref91$size,
|
@@ -2112,34 +2239,14 @@ var ChartScatter = /*#__PURE__*/React__default.forwardRef(function ChartScatter(
|
|
2112
2239
|
xmlns: "http://www.w3.org/2000/svg",
|
2113
2240
|
viewBox: "0 0 32 32",
|
2114
2241
|
fill: "currentColor"
|
2115
|
-
}, rest),
|
2116
|
-
d: "
|
2117
|
-
})), _circle18 || (_circle18 = /*#__PURE__*/React__default.createElement("circle", {
|
2118
|
-
cx: "10",
|
2119
|
-
cy: "22",
|
2120
|
-
r: "2"
|
2121
|
-
})), _circle19 || (_circle19 = /*#__PURE__*/React__default.createElement("circle", {
|
2122
|
-
cx: "14",
|
2123
|
-
cy: "15",
|
2124
|
-
r: "2"
|
2125
|
-
})), _circle20 || (_circle20 = /*#__PURE__*/React__default.createElement("circle", {
|
2126
|
-
cx: "22",
|
2127
|
-
cy: "15",
|
2128
|
-
r: "2"
|
2129
|
-
})), _circle21 || (_circle21 = /*#__PURE__*/React__default.createElement("circle", {
|
2130
|
-
cx: "26",
|
2131
|
-
cy: "6",
|
2132
|
-
r: "2"
|
2133
|
-
})), _circle22 || (_circle22 = /*#__PURE__*/React__default.createElement("circle", {
|
2134
|
-
cx: "14",
|
2135
|
-
cy: "8",
|
2136
|
-
r: "2"
|
2242
|
+
}, rest), _path156 || (_path156 = /*#__PURE__*/React__default.createElement("path", {
|
2243
|
+
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"
|
2137
2244
|
})), children);
|
2138
2245
|
});
|
2139
2246
|
if (process.env.NODE_ENV !== "production") {
|
2140
|
-
|
2247
|
+
Compare.propTypes = iconPropTypes;
|
2141
2248
|
}
|
2142
|
-
var
|
2249
|
+
var Compass = /*#__PURE__*/React__default.forwardRef(function Compass(_ref92, ref) {
|
2143
2250
|
var children = _ref92.children,
|
2144
2251
|
_ref92$size = _ref92.size,
|
2145
2252
|
size = _ref92$size === void 0 ? 16 : _ref92$size,
|
@@ -2151,14 +2258,20 @@ var ChartSpiral = /*#__PURE__*/React__default.forwardRef(function ChartSpiral(_r
|
|
2151
2258
|
xmlns: "http://www.w3.org/2000/svg",
|
2152
2259
|
viewBox: "0 0 32 32",
|
2153
2260
|
fill: "currentColor"
|
2154
|
-
}, rest),
|
2155
|
-
d: "M16,
|
2261
|
+
}, rest), _path157 || (_path157 = /*#__PURE__*/React__default.createElement("path", {
|
2262
|
+
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"
|
2263
|
+
})), _path158 || (_path158 = /*#__PURE__*/React__default.createElement("path", {
|
2264
|
+
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"
|
2265
|
+
})), _circle24 || (_circle24 = /*#__PURE__*/React__default.createElement("circle", {
|
2266
|
+
cx: "16",
|
2267
|
+
cy: "7.5",
|
2268
|
+
r: "1.5"
|
2156
2269
|
})), children);
|
2157
2270
|
});
|
2158
2271
|
if (process.env.NODE_ENV !== "production") {
|
2159
|
-
|
2272
|
+
Compass.propTypes = iconPropTypes;
|
2160
2273
|
}
|
2161
|
-
var
|
2274
|
+
var QComposerEdit = /*#__PURE__*/React__default.forwardRef(function QComposerEdit(_ref93, ref) {
|
2162
2275
|
var children = _ref93.children,
|
2163
2276
|
_ref93$size = _ref93.size,
|
2164
2277
|
size = _ref93$size === void 0 ? 16 : _ref93$size,
|
@@ -2170,14 +2283,14 @@ var ChartStacked = /*#__PURE__*/React__default.forwardRef(function ChartStacked(
|
|
2170
2283
|
xmlns: "http://www.w3.org/2000/svg",
|
2171
2284
|
viewBox: "0 0 32 32",
|
2172
2285
|
fill: "currentColor"
|
2173
|
-
}, rest),
|
2174
|
-
d: "
|
2286
|
+
}, rest), _path159 || (_path159 = /*#__PURE__*/React__default.createElement("path", {
|
2287
|
+
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"
|
2175
2288
|
})), children);
|
2176
2289
|
});
|
2177
2290
|
if (process.env.NODE_ENV !== "production") {
|
2178
|
-
|
2291
|
+
QComposerEdit.propTypes = iconPropTypes;
|
2179
2292
|
}
|
2180
|
-
var
|
2293
|
+
var Concept = /*#__PURE__*/React__default.forwardRef(function Concept(_ref94, ref) {
|
2181
2294
|
var children = _ref94.children,
|
2182
2295
|
_ref94$size = _ref94.size,
|
2183
2296
|
size = _ref94$size === void 0 ? 16 : _ref94$size,
|
@@ -2189,14 +2302,14 @@ var ChartStepper = /*#__PURE__*/React__default.forwardRef(function ChartStepper(
|
|
2189
2302
|
xmlns: "http://www.w3.org/2000/svg",
|
2190
2303
|
viewBox: "0 0 32 32",
|
2191
2304
|
fill: "currentColor"
|
2192
|
-
}, rest),
|
2193
|
-
d: "
|
2305
|
+
}, rest), _path160 || (_path160 = /*#__PURE__*/React__default.createElement("path", {
|
2306
|
+
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"
|
2194
2307
|
})), children);
|
2195
2308
|
});
|
2196
2309
|
if (process.env.NODE_ENV !== "production") {
|
2197
|
-
|
2310
|
+
Concept.propTypes = iconPropTypes;
|
2198
2311
|
}
|
2199
|
-
var
|
2312
|
+
var ConditionPoint = /*#__PURE__*/React__default.forwardRef(function ConditionPoint(_ref95, ref) {
|
2200
2313
|
var children = _ref95.children,
|
2201
2314
|
_ref95$size = _ref95.size,
|
2202
2315
|
size = _ref95$size === void 0 ? 16 : _ref95$size,
|
@@ -2208,14 +2321,17 @@ var ChartSunburst = /*#__PURE__*/React__default.forwardRef(function ChartSunburs
|
|
2208
2321
|
xmlns: "http://www.w3.org/2000/svg",
|
2209
2322
|
viewBox: "0 0 32 32",
|
2210
2323
|
fill: "currentColor"
|
2211
|
-
}, rest),
|
2212
|
-
d: "
|
2324
|
+
}, rest), _path161 || (_path161 = /*#__PURE__*/React__default.createElement("path", {
|
2325
|
+
d: "M10.343 10.343H21.657V21.657H10.343z",
|
2326
|
+
transform: "rotate(-45 16 16)"
|
2327
|
+
})), _path162 || (_path162 = /*#__PURE__*/React__default.createElement("path", {
|
2328
|
+
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"
|
2213
2329
|
})), children);
|
2214
2330
|
});
|
2215
2331
|
if (process.env.NODE_ENV !== "production") {
|
2216
|
-
|
2332
|
+
ConditionPoint.propTypes = iconPropTypes;
|
2217
2333
|
}
|
2218
|
-
var
|
2334
|
+
var ConditionWaitPoint = /*#__PURE__*/React__default.forwardRef(function ConditionWaitPoint(_ref96, ref) {
|
2219
2335
|
var children = _ref96.children,
|
2220
2336
|
_ref96$size = _ref96.size,
|
2221
2337
|
size = _ref96$size === void 0 ? 16 : _ref96$size,
|
@@ -2227,68 +2343,17 @@ var ChartTSne = /*#__PURE__*/React__default.forwardRef(function ChartTSne(_ref96
|
|
2227
2343
|
xmlns: "http://www.w3.org/2000/svg",
|
2228
2344
|
viewBox: "0 0 32 32",
|
2229
2345
|
fill: "currentColor"
|
2230
|
-
}, rest),
|
2231
|
-
|
2232
|
-
|
2233
|
-
|
2234
|
-
|
2235
|
-
cx: "10",
|
2236
|
-
cy: "28",
|
2237
|
-
r: "2"
|
2238
|
-
})), _circle25 || (_circle25 = /*#__PURE__*/React__default.createElement("circle", {
|
2239
|
-
cx: "10",
|
2240
|
-
cy: "14",
|
2241
|
-
r: "2"
|
2242
|
-
})), _circle26 || (_circle26 = /*#__PURE__*/React__default.createElement("circle", {
|
2243
|
-
cx: "28",
|
2244
|
-
cy: "4",
|
2245
|
-
r: "2"
|
2246
|
-
})), _circle27 || (_circle27 = /*#__PURE__*/React__default.createElement("circle", {
|
2247
|
-
cx: "22",
|
2248
|
-
cy: "6",
|
2249
|
-
r: "2"
|
2250
|
-
})), _circle28 || (_circle28 = /*#__PURE__*/React__default.createElement("circle", {
|
2251
|
-
cx: "28",
|
2252
|
-
cy: "10",
|
2253
|
-
r: "2"
|
2254
|
-
})), _circle29 || (_circle29 = /*#__PURE__*/React__default.createElement("circle", {
|
2255
|
-
cx: "20",
|
2256
|
-
cy: "12",
|
2257
|
-
r: "2"
|
2258
|
-
})), _circle30 || (_circle30 = /*#__PURE__*/React__default.createElement("circle", {
|
2259
|
-
cx: "28",
|
2260
|
-
cy: "22",
|
2261
|
-
r: "2"
|
2262
|
-
})), _circle31 || (_circle31 = /*#__PURE__*/React__default.createElement("circle", {
|
2263
|
-
cx: "26",
|
2264
|
-
cy: "28",
|
2265
|
-
r: "2"
|
2266
|
-
})), _circle32 || (_circle32 = /*#__PURE__*/React__default.createElement("circle", {
|
2267
|
-
cx: "20",
|
2268
|
-
cy: "26",
|
2269
|
-
r: "2"
|
2270
|
-
})), _circle33 || (_circle33 = /*#__PURE__*/React__default.createElement("circle", {
|
2271
|
-
cx: "22",
|
2272
|
-
cy: "20",
|
2273
|
-
r: "2"
|
2274
|
-
})), _circle34 || (_circle34 = /*#__PURE__*/React__default.createElement("circle", {
|
2275
|
-
cx: "16",
|
2276
|
-
cy: "4",
|
2277
|
-
r: "2"
|
2278
|
-
})), _circle35 || (_circle35 = /*#__PURE__*/React__default.createElement("circle", {
|
2279
|
-
cx: "4",
|
2280
|
-
cy: "24",
|
2281
|
-
r: "2"
|
2282
|
-
})), _circle36 || (_circle36 = /*#__PURE__*/React__default.createElement("circle", {
|
2283
|
-
cx: "4",
|
2284
|
-
cy: "16",
|
2285
|
-
r: "2"
|
2346
|
+
}, rest), _path163 || (_path163 = /*#__PURE__*/React__default.createElement("path", {
|
2347
|
+
d: "M10.343 10.343H21.657V21.657H10.343z",
|
2348
|
+
transform: "rotate(-45 16 16)"
|
2349
|
+
})), _path164 || (_path164 = /*#__PURE__*/React__default.createElement("path", {
|
2350
|
+
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"
|
2286
2351
|
})), children);
|
2287
2352
|
});
|
2288
2353
|
if (process.env.NODE_ENV !== "production") {
|
2289
|
-
|
2354
|
+
ConditionWaitPoint.propTypes = iconPropTypes;
|
2290
2355
|
}
|
2291
|
-
var
|
2356
|
+
var Connect = /*#__PURE__*/React__default.forwardRef(function Connect(_ref97, ref) {
|
2292
2357
|
var children = _ref97.children,
|
2293
2358
|
_ref97$size = _ref97.size,
|
2294
2359
|
size = _ref97$size === void 0 ? 16 : _ref97$size,
|
@@ -2300,14 +2365,15 @@ var ChartTreemap = /*#__PURE__*/React__default.forwardRef(function ChartTreemap(
|
|
2300
2365
|
xmlns: "http://www.w3.org/2000/svg",
|
2301
2366
|
viewBox: "0 0 32 32",
|
2302
2367
|
fill: "currentColor"
|
2303
|
-
}, rest),
|
2304
|
-
d: "
|
2368
|
+
}, rest), _path165 || (_path165 = /*#__PURE__*/React__default.createElement("path", {
|
2369
|
+
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",
|
2370
|
+
transform: "translate(0 .01)"
|
2305
2371
|
})), children);
|
2306
2372
|
});
|
2307
2373
|
if (process.env.NODE_ENV !== "production") {
|
2308
|
-
|
2374
|
+
Connect.propTypes = iconPropTypes;
|
2309
2375
|
}
|
2310
|
-
var
|
2376
|
+
var ConnectRecursive = /*#__PURE__*/React__default.forwardRef(function ConnectRecursive(_ref98, ref) {
|
2311
2377
|
var children = _ref98.children,
|
2312
2378
|
_ref98$size = _ref98.size,
|
2313
2379
|
size = _ref98$size === void 0 ? 16 : _ref98$size,
|
@@ -2319,14 +2385,14 @@ var ChartVennDiagram = /*#__PURE__*/React__default.forwardRef(function ChartVenn
|
|
2319
2385
|
xmlns: "http://www.w3.org/2000/svg",
|
2320
2386
|
viewBox: "0 0 32 32",
|
2321
2387
|
fill: "currentColor"
|
2322
|
-
}, rest),
|
2323
|
-
d: "
|
2388
|
+
}, rest), _path166 || (_path166 = /*#__PURE__*/React__default.createElement("path", {
|
2389
|
+
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"
|
2324
2390
|
})), children);
|
2325
2391
|
});
|
2326
2392
|
if (process.env.NODE_ENV !== "production") {
|
2327
|
-
|
2393
|
+
ConnectRecursive.propTypes = iconPropTypes;
|
2328
2394
|
}
|
2329
|
-
var
|
2395
|
+
var ConnectReference = /*#__PURE__*/React__default.forwardRef(function ConnectReference(_ref99, ref) {
|
2330
2396
|
var children = _ref99.children,
|
2331
2397
|
_ref99$size = _ref99.size,
|
2332
2398
|
size = _ref99$size === void 0 ? 16 : _ref99$size,
|
@@ -2338,16 +2404,16 @@ var ChartViolinPlot = /*#__PURE__*/React__default.forwardRef(function ChartVioli
|
|
2338
2404
|
xmlns: "http://www.w3.org/2000/svg",
|
2339
2405
|
viewBox: "0 0 32 32",
|
2340
2406
|
fill: "currentColor"
|
2341
|
-
}, rest),
|
2342
|
-
d: "
|
2343
|
-
})),
|
2344
|
-
d: "
|
2407
|
+
}, rest), _path167 || (_path167 = /*#__PURE__*/React__default.createElement("path", {
|
2408
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
2409
|
+
})), _path168 || (_path168 = /*#__PURE__*/React__default.createElement("path", {
|
2410
|
+
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"
|
2345
2411
|
})), children);
|
2346
2412
|
});
|
2347
2413
|
if (process.env.NODE_ENV !== "production") {
|
2348
|
-
|
2414
|
+
ConnectReference.propTypes = iconPropTypes;
|
2349
2415
|
}
|
2350
|
-
var
|
2416
|
+
var ConnectSource = /*#__PURE__*/React__default.forwardRef(function ConnectSource(_ref100, ref) {
|
2351
2417
|
var children = _ref100.children,
|
2352
2418
|
_ref100$size = _ref100.size,
|
2353
2419
|
size = _ref100$size === void 0 ? 16 : _ref100$size,
|
@@ -2359,16 +2425,14 @@ var ChartWaterfall = /*#__PURE__*/React__default.forwardRef(function ChartWaterf
|
|
2359
2425
|
xmlns: "http://www.w3.org/2000/svg",
|
2360
2426
|
viewBox: "0 0 32 32",
|
2361
2427
|
fill: "currentColor"
|
2362
|
-
}, rest),
|
2363
|
-
d: "
|
2364
|
-
})), _path163 || (_path163 = /*#__PURE__*/React__default.createElement("path", {
|
2365
|
-
d: "M14 4H16V18H14z"
|
2428
|
+
}, rest), _path169 || (_path169 = /*#__PURE__*/React__default.createElement("path", {
|
2429
|
+
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"
|
2366
2430
|
})), children);
|
2367
2431
|
});
|
2368
2432
|
if (process.env.NODE_ENV !== "production") {
|
2369
|
-
|
2433
|
+
ConnectSource.propTypes = iconPropTypes;
|
2370
2434
|
}
|
2371
|
-
var
|
2435
|
+
var ConnectTarget = /*#__PURE__*/React__default.forwardRef(function ConnectTarget(_ref101, ref) {
|
2372
2436
|
var children = _ref101.children,
|
2373
2437
|
_ref101$size = _ref101.size,
|
2374
2438
|
size = _ref101$size === void 0 ? 16 : _ref101$size,
|
@@ -2380,14 +2444,14 @@ var ChartWinLoss = /*#__PURE__*/React__default.forwardRef(function ChartWinLoss(
|
|
2380
2444
|
xmlns: "http://www.w3.org/2000/svg",
|
2381
2445
|
viewBox: "0 0 32 32",
|
2382
2446
|
fill: "currentColor"
|
2383
|
-
}, rest),
|
2384
|
-
d: "
|
2447
|
+
}, rest), _path170 || (_path170 = /*#__PURE__*/React__default.createElement("path", {
|
2448
|
+
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"
|
2385
2449
|
})), children);
|
2386
2450
|
});
|
2387
2451
|
if (process.env.NODE_ENV !== "production") {
|
2388
|
-
|
2452
|
+
ConnectTarget.propTypes = iconPropTypes;
|
2389
2453
|
}
|
2390
|
-
var
|
2454
|
+
var ConnectionReceive = /*#__PURE__*/React__default.forwardRef(function ConnectionReceive(_ref102, ref) {
|
2391
2455
|
var children = _ref102.children,
|
2392
2456
|
_ref102$size = _ref102.size,
|
2393
2457
|
size = _ref102$size === void 0 ? 16 : _ref102$size,
|
@@ -2399,16 +2463,16 @@ var Chat = /*#__PURE__*/React__default.forwardRef(function Chat(_ref102, ref) {
|
|
2399
2463
|
xmlns: "http://www.w3.org/2000/svg",
|
2400
2464
|
viewBox: "0 0 32 32",
|
2401
2465
|
fill: "currentColor"
|
2402
|
-
}, rest),
|
2403
|
-
d: "
|
2404
|
-
})),
|
2405
|
-
d: "
|
2466
|
+
}, rest), _path171 || (_path171 = /*#__PURE__*/React__default.createElement("path", {
|
2467
|
+
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"
|
2468
|
+
})), _path172 || (_path172 = /*#__PURE__*/React__default.createElement("path", {
|
2469
|
+
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
2406
2470
|
})), children);
|
2407
2471
|
});
|
2408
2472
|
if (process.env.NODE_ENV !== "production") {
|
2409
|
-
|
2473
|
+
ConnectionReceive.propTypes = iconPropTypes;
|
2410
2474
|
}
|
2411
|
-
var
|
2475
|
+
var ConnectionSend = /*#__PURE__*/React__default.forwardRef(function ConnectionSend(_ref103, ref) {
|
2412
2476
|
var children = _ref103.children,
|
2413
2477
|
_ref103$size = _ref103.size,
|
2414
2478
|
size = _ref103$size === void 0 ? 16 : _ref103$size,
|
@@ -2420,14 +2484,16 @@ var ChatLaunch = /*#__PURE__*/React__default.forwardRef(function ChatLaunch(_ref
|
|
2420
2484
|
xmlns: "http://www.w3.org/2000/svg",
|
2421
2485
|
viewBox: "0 0 32 32",
|
2422
2486
|
fill: "currentColor"
|
2423
|
-
}, rest),
|
2424
|
-
d: "
|
2487
|
+
}, rest), _path173 || (_path173 = /*#__PURE__*/React__default.createElement("path", {
|
2488
|
+
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"
|
2489
|
+
})), _path174 || (_path174 = /*#__PURE__*/React__default.createElement("path", {
|
2490
|
+
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
2425
2491
|
})), children);
|
2426
2492
|
});
|
2427
2493
|
if (process.env.NODE_ENV !== "production") {
|
2428
|
-
|
2494
|
+
ConnectionSend.propTypes = iconPropTypes;
|
2429
2495
|
}
|
2430
|
-
var
|
2496
|
+
var ConnectionTwoWay = /*#__PURE__*/React__default.forwardRef(function ConnectionTwoWay(_ref104, ref) {
|
2431
2497
|
var children = _ref104.children,
|
2432
2498
|
_ref104$size = _ref104.size,
|
2433
2499
|
size = _ref104$size === void 0 ? 16 : _ref104$size,
|
@@ -2439,14 +2505,16 @@ var ChatOff = /*#__PURE__*/React__default.forwardRef(function ChatOff(_ref104, r
|
|
2439
2505
|
xmlns: "http://www.w3.org/2000/svg",
|
2440
2506
|
viewBox: "0 0 32 32",
|
2441
2507
|
fill: "currentColor"
|
2442
|
-
}, rest),
|
2443
|
-
d: "
|
2508
|
+
}, rest), _path175 || (_path175 = /*#__PURE__*/React__default.createElement("path", {
|
2509
|
+
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"
|
2510
|
+
})), _path176 || (_path176 = /*#__PURE__*/React__default.createElement("path", {
|
2511
|
+
d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
|
2444
2512
|
})), children);
|
2445
2513
|
});
|
2446
2514
|
if (process.env.NODE_ENV !== "production") {
|
2447
|
-
|
2515
|
+
ConnectionTwoWay.propTypes = iconPropTypes;
|
2448
2516
|
}
|
2449
|
-
var
|
2517
|
+
var ConnectionUsage = /*#__PURE__*/React__default.forwardRef(function ConnectionUsage(_ref105, ref) {
|
2450
2518
|
var children = _ref105.children,
|
2451
2519
|
_ref105$size = _ref105.size,
|
2452
2520
|
size = _ref105$size === void 0 ? 16 : _ref105$size,
|
@@ -2458,18 +2526,15 @@ var ChatOperational = /*#__PURE__*/React__default.forwardRef(function ChatOperat
|
|
2458
2526
|
xmlns: "http://www.w3.org/2000/svg",
|
2459
2527
|
viewBox: "0 0 32 32",
|
2460
2528
|
fill: "currentColor"
|
2461
|
-
}, rest),
|
2462
|
-
|
2463
|
-
|
2464
|
-
d: "M20.586 10.414L24.166 14 24.166 14 20.584 17.587 22 19 27 14 22 9 20.586 10.414zM10 9L11.593 12 15 12.414 12.5 14.667 13 18 10 16.125 7 18 7.5 14.667 5 12.414 8.5 12 10 9z"
|
2465
|
-
})), _path171 || (_path171 = /*#__PURE__*/React__default.createElement("path", {
|
2466
|
-
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"
|
2529
|
+
}, rest), _path177 || (_path177 = /*#__PURE__*/React__default.createElement("path", {
|
2530
|
+
strokeWidth: "0",
|
2531
|
+
d: "m17,26V6c0-1.1046-.8954-2-2-2H4v2h11v20c0,1.1046.8954,2,2,2h11v-2h-11Z"
|
2467
2532
|
})), children);
|
2468
2533
|
});
|
2469
2534
|
if (process.env.NODE_ENV !== "production") {
|
2470
|
-
|
2535
|
+
ConnectionUsage.propTypes = iconPropTypes;
|
2471
2536
|
}
|
2472
|
-
var
|
2537
|
+
var ConnectionFlowUsage = /*#__PURE__*/React__default.forwardRef(function ConnectionFlowUsage(_ref106, ref) {
|
2473
2538
|
var children = _ref106.children,
|
2474
2539
|
_ref106$size = _ref106.size,
|
2475
2540
|
size = _ref106$size === void 0 ? 16 : _ref106$size,
|
@@ -2481,16 +2546,15 @@ var ChatBot = /*#__PURE__*/React__default.forwardRef(function ChatBot(_ref106, r
|
|
2481
2546
|
xmlns: "http://www.w3.org/2000/svg",
|
2482
2547
|
viewBox: "0 0 32 32",
|
2483
2548
|
fill: "currentColor"
|
2484
|
-
}, rest),
|
2485
|
-
|
2486
|
-
|
2487
|
-
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V6a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,6V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V6A3.9988,3.9988,0,0,1,6,2H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
2549
|
+
}, rest), _path178 || (_path178 = /*#__PURE__*/React__default.createElement("path", {
|
2550
|
+
strokeWidth: "0",
|
2551
|
+
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"
|
2488
2552
|
})), children);
|
2489
2553
|
});
|
2490
2554
|
if (process.env.NODE_ENV !== "production") {
|
2491
|
-
|
2555
|
+
ConnectionFlowUsage.propTypes = iconPropTypes;
|
2492
2556
|
}
|
2493
|
-
var
|
2557
|
+
var ConnectionSignal = /*#__PURE__*/React__default.forwardRef(function ConnectionSignal(_ref107, ref) {
|
2494
2558
|
var children = _ref107.children,
|
2495
2559
|
_ref107$size = _ref107.size,
|
2496
2560
|
size = _ref107$size === void 0 ? 16 : _ref107$size,
|
@@ -2502,14 +2566,16 @@ var Checkbox = /*#__PURE__*/React__default.forwardRef(function Checkbox(_ref107,
|
|
2502
2566
|
xmlns: "http://www.w3.org/2000/svg",
|
2503
2567
|
viewBox: "0 0 32 32",
|
2504
2568
|
fill: "currentColor"
|
2505
|
-
}, rest),
|
2506
|
-
d: "
|
2569
|
+
}, rest), _path179 || (_path179 = /*#__PURE__*/React__default.createElement("path", {
|
2570
|
+
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"
|
2571
|
+
})), _path180 || (_path180 = /*#__PURE__*/React__default.createElement("path", {
|
2572
|
+
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"
|
2507
2573
|
})), children);
|
2508
2574
|
});
|
2509
2575
|
if (process.env.NODE_ENV !== "production") {
|
2510
|
-
|
2576
|
+
ConnectionSignal.propTypes = iconPropTypes;
|
2511
2577
|
}
|
2512
|
-
var
|
2578
|
+
var ConnectionSignalOff = /*#__PURE__*/React__default.forwardRef(function ConnectionSignalOff(_ref108, ref) {
|
2513
2579
|
var children = _ref108.children,
|
2514
2580
|
_ref108$size = _ref108.size,
|
2515
2581
|
size = _ref108$size === void 0 ? 16 : _ref108$size,
|
@@ -2521,16 +2587,16 @@ var CheckboxChecked = /*#__PURE__*/React__default.forwardRef(function CheckboxCh
|
|
2521
2587
|
xmlns: "http://www.w3.org/2000/svg",
|
2522
2588
|
viewBox: "0 0 32 32",
|
2523
2589
|
fill: "currentColor"
|
2524
|
-
}, rest),
|
2525
|
-
d: "M26,
|
2526
|
-
})),
|
2527
|
-
d: "
|
2590
|
+
}, rest), _path181 || (_path181 = /*#__PURE__*/React__default.createElement("path", {
|
2591
|
+
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"
|
2592
|
+
})), _path182 || (_path182 = /*#__PURE__*/React__default.createElement("path", {
|
2593
|
+
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"
|
2528
2594
|
})), children);
|
2529
2595
|
});
|
2530
2596
|
if (process.env.NODE_ENV !== "production") {
|
2531
|
-
|
2597
|
+
ConnectionSignalOff.propTypes = iconPropTypes;
|
2532
2598
|
}
|
2533
|
-
var
|
2599
|
+
var Constraint = /*#__PURE__*/React__default.forwardRef(function Constraint(_ref109, ref) {
|
2534
2600
|
var children = _ref109.children,
|
2535
2601
|
_ref109$size = _ref109.size,
|
2536
2602
|
size = _ref109$size === void 0 ? 16 : _ref109$size,
|
@@ -2542,18 +2608,15 @@ var CheckboxCheckedFilled = /*#__PURE__*/React__default.forwardRef(function Chec
|
|
2542
2608
|
xmlns: "http://www.w3.org/2000/svg",
|
2543
2609
|
viewBox: "0 0 32 32",
|
2544
2610
|
fill: "currentColor"
|
2545
|
-
}, rest),
|
2546
|
-
|
2547
|
-
|
2548
|
-
fill: "none",
|
2549
|
-
d: "M14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z",
|
2550
|
-
"data-icon-path": "inner-path"
|
2611
|
+
}, rest), _path183 || (_path183 = /*#__PURE__*/React__default.createElement("path", {
|
2612
|
+
strokeWidth: "0",
|
2613
|
+
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"
|
2551
2614
|
})), children);
|
2552
2615
|
});
|
2553
2616
|
if (process.env.NODE_ENV !== "production") {
|
2554
|
-
|
2617
|
+
Constraint.propTypes = iconPropTypes;
|
2555
2618
|
}
|
2556
|
-
var
|
2619
|
+
var Construction = /*#__PURE__*/React__default.forwardRef(function Construction(_ref110, ref) {
|
2557
2620
|
var children = _ref110.children,
|
2558
2621
|
_ref110$size = _ref110.size,
|
2559
2622
|
size = _ref110$size === void 0 ? 16 : _ref110$size,
|
@@ -2565,16 +2628,14 @@ var CheckboxIndeterminate = /*#__PURE__*/React__default.forwardRef(function Chec
|
|
2565
2628
|
xmlns: "http://www.w3.org/2000/svg",
|
2566
2629
|
viewBox: "0 0 32 32",
|
2567
2630
|
fill: "currentColor"
|
2568
|
-
}, rest),
|
2569
|
-
d: "
|
2570
|
-
})), _path180 || (_path180 = /*#__PURE__*/React__default.createElement("path", {
|
2571
|
-
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"
|
2631
|
+
}, rest), _path184 || (_path184 = /*#__PURE__*/React__default.createElement("path", {
|
2632
|
+
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"
|
2572
2633
|
})), children);
|
2573
2634
|
});
|
2574
2635
|
if (process.env.NODE_ENV !== "production") {
|
2575
|
-
|
2636
|
+
Construction.propTypes = iconPropTypes;
|
2576
2637
|
}
|
2577
|
-
var
|
2638
|
+
var ContainerEngine = /*#__PURE__*/React__default.forwardRef(function ContainerEngine(_ref111, ref) {
|
2578
2639
|
var children = _ref111.children,
|
2579
2640
|
_ref111$size = _ref111.size,
|
2580
2641
|
size = _ref111$size === void 0 ? 16 : _ref111$size,
|
@@ -2586,48 +2647,27 @@ var CheckboxIndeterminateFilled = /*#__PURE__*/React__default.forwardRef(functio
|
|
2586
2647
|
xmlns: "http://www.w3.org/2000/svg",
|
2587
2648
|
viewBox: "0 0 32 32",
|
2588
2649
|
fill: "currentColor"
|
2589
|
-
}, rest),
|
2590
|
-
|
2591
|
-
|
2592
|
-
|
2593
|
-
|
2594
|
-
|
2650
|
+
}, rest), _circle25 || (_circle25 = /*#__PURE__*/React__default.createElement("circle", {
|
2651
|
+
cx: "23",
|
2652
|
+
cy: "23",
|
2653
|
+
r: "1",
|
2654
|
+
strokeWidth: "0"
|
2655
|
+
})), _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
|
2656
|
+
strokeWidth: "0",
|
2657
|
+
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"
|
2658
|
+
})), _path186 || (_path186 = /*#__PURE__*/React__default.createElement("path", {
|
2659
|
+
strokeWidth: "0",
|
2660
|
+
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h10v2Z"
|
2595
2661
|
})), children);
|
2596
2662
|
});
|
2597
2663
|
if (process.env.NODE_ENV !== "production") {
|
2598
|
-
|
2664
|
+
ContainerEngine.propTypes = iconPropTypes;
|
2599
2665
|
}
|
2600
|
-
var
|
2666
|
+
var ContainerImage = /*#__PURE__*/React__default.forwardRef(function ContainerImage(_ref112, ref) {
|
2601
2667
|
var children = _ref112.children,
|
2602
2668
|
_ref112$size = _ref112.size,
|
2603
2669
|
size = _ref112$size === void 0 ? 16 : _ref112$size,
|
2604
2670
|
rest = _objectWithoutProperties(_ref112, _excluded112);
|
2605
|
-
if (size === 20 || size === "20" || size === "20px") {
|
2606
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2607
|
-
width: size,
|
2608
|
-
height: size,
|
2609
|
-
ref: ref,
|
2610
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2611
|
-
viewBox: "0 0 20 20",
|
2612
|
-
fill: "currentColor"
|
2613
|
-
}, rest), _path183 || (_path183 = /*#__PURE__*/React__default.createElement("path", {
|
2614
|
-
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"
|
2615
|
-
})), _path184 || (_path184 = /*#__PURE__*/React__default.createElement("path", {
|
2616
|
-
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"
|
2617
|
-
})), children);
|
2618
|
-
}
|
2619
|
-
if (size === 24 || size === "24" || size === "24px") {
|
2620
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2621
|
-
width: size,
|
2622
|
-
height: size,
|
2623
|
-
ref: ref,
|
2624
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2625
|
-
viewBox: "0 0 24 24",
|
2626
|
-
fill: "currentColor"
|
2627
|
-
}, rest), _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
|
2628
|
-
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"
|
2629
|
-
})), children);
|
2630
|
-
}
|
2631
2671
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2632
2672
|
width: size,
|
2633
2673
|
height: size,
|
@@ -2635,68 +2675,22 @@ var Checkmark = /*#__PURE__*/React__default.forwardRef(function Checkmark(_ref11
|
|
2635
2675
|
xmlns: "http://www.w3.org/2000/svg",
|
2636
2676
|
viewBox: "0 0 32 32",
|
2637
2677
|
fill: "currentColor"
|
2638
|
-
}, rest),
|
2639
|
-
|
2678
|
+
}, rest), _path187 || (_path187 = /*#__PURE__*/React__default.createElement("path", {
|
2679
|
+
strokeWidth: "0",
|
2680
|
+
d: "M10 10H22V12H10zM10 15H22V17H10zM10 20H22V22H10z"
|
2681
|
+
})), _path188 || (_path188 = /*#__PURE__*/React__default.createElement("path", {
|
2682
|
+
strokeWidth: "0",
|
2683
|
+
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"
|
2640
2684
|
})), children);
|
2641
2685
|
});
|
2642
2686
|
if (process.env.NODE_ENV !== "production") {
|
2643
|
-
|
2687
|
+
ContainerImage.propTypes = iconPropTypes;
|
2644
2688
|
}
|
2645
|
-
var
|
2689
|
+
var ContainerRuntime = /*#__PURE__*/React__default.forwardRef(function ContainerRuntime(_ref113, ref) {
|
2646
2690
|
var children = _ref113.children,
|
2647
2691
|
_ref113$size = _ref113.size,
|
2648
2692
|
size = _ref113$size === void 0 ? 16 : _ref113$size,
|
2649
2693
|
rest = _objectWithoutProperties(_ref113, _excluded113);
|
2650
|
-
if (size === 16 || size === "16" || size === "16px") {
|
2651
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2652
|
-
width: size,
|
2653
|
-
height: size,
|
2654
|
-
ref: ref,
|
2655
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2656
|
-
viewBox: "0 0 16 16",
|
2657
|
-
fill: "currentColor"
|
2658
|
-
}, rest), _path187 || (_path187 = /*#__PURE__*/React__default.createElement("path", {
|
2659
|
-
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"
|
2660
|
-
})), _path188 || (_path188 = /*#__PURE__*/React__default.createElement("path", {
|
2661
|
-
d: "M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z",
|
2662
|
-
"data-icon-path": "inner-path",
|
2663
|
-
opacity: "0"
|
2664
|
-
})), children);
|
2665
|
-
}
|
2666
|
-
if (size === 20 || size === "20" || size === "20px") {
|
2667
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2668
|
-
width: size,
|
2669
|
-
height: size,
|
2670
|
-
ref: ref,
|
2671
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2672
|
-
viewBox: "0 0 20 20",
|
2673
|
-
fill: "currentColor"
|
2674
|
-
}, rest), _path189 || (_path189 = /*#__PURE__*/React__default.createElement("path", {
|
2675
|
-
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"
|
2676
|
-
})), _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
|
2677
|
-
fill: "none",
|
2678
|
-
d: "M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z",
|
2679
|
-
"data-icon-path": "inner-path",
|
2680
|
-
opacity: "0"
|
2681
|
-
})), children);
|
2682
|
-
}
|
2683
|
-
if (size === 24 || size === "24" || size === "24px") {
|
2684
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2685
|
-
width: size,
|
2686
|
-
height: size,
|
2687
|
-
ref: ref,
|
2688
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2689
|
-
viewBox: "0 0 24 24",
|
2690
|
-
fill: "currentColor"
|
2691
|
-
}, rest), _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
|
2692
|
-
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"
|
2693
|
-
})), _path192 || (_path192 = /*#__PURE__*/React__default.createElement("path", {
|
2694
|
-
fill: "none",
|
2695
|
-
d: "M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z",
|
2696
|
-
"data-icon-path": "inner-path",
|
2697
|
-
opacity: "0"
|
2698
|
-
})), children);
|
2699
|
-
}
|
2700
2694
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2701
2695
|
width: size,
|
2702
2696
|
height: size,
|
@@ -2704,18 +2698,18 @@ var CheckmarkFilled = /*#__PURE__*/React__default.forwardRef(function CheckmarkF
|
|
2704
2698
|
xmlns: "http://www.w3.org/2000/svg",
|
2705
2699
|
viewBox: "0 0 32 32",
|
2706
2700
|
fill: "currentColor"
|
2707
|
-
}, rest),
|
2708
|
-
|
2709
|
-
|
2710
|
-
|
2711
|
-
|
2712
|
-
|
2701
|
+
}, rest), _path189 || (_path189 = /*#__PURE__*/React__default.createElement("path", {
|
2702
|
+
strokeWidth: "0",
|
2703
|
+
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"
|
2704
|
+
})), _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
|
2705
|
+
strokeWidth: "0",
|
2706
|
+
d: "m14,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v8h-2V6H6v20h8v2Z"
|
2713
2707
|
})), children);
|
2714
2708
|
});
|
2715
2709
|
if (process.env.NODE_ENV !== "production") {
|
2716
|
-
|
2710
|
+
ContainerRuntime.propTypes = iconPropTypes;
|
2717
2711
|
}
|
2718
|
-
var
|
2712
|
+
var ContainerRuntimeMonitor = /*#__PURE__*/React__default.forwardRef(function ContainerRuntimeMonitor(_ref114, ref) {
|
2719
2713
|
var children = _ref114.children,
|
2720
2714
|
_ref114$size = _ref114.size,
|
2721
2715
|
size = _ref114$size === void 0 ? 16 : _ref114$size,
|
@@ -2727,20 +2721,23 @@ var CheckmarkFilledError = /*#__PURE__*/React__default.forwardRef(function Check
|
|
2727
2721
|
xmlns: "http://www.w3.org/2000/svg",
|
2728
2722
|
viewBox: "0 0 32 32",
|
2729
2723
|
fill: "currentColor"
|
2730
|
-
}, rest),
|
2731
|
-
|
2732
|
-
|
2733
|
-
|
2734
|
-
|
2735
|
-
|
2736
|
-
|
2737
|
-
|
2724
|
+
}, rest), _circle26 || (_circle26 = /*#__PURE__*/React__default.createElement("circle", {
|
2725
|
+
cx: "22",
|
2726
|
+
cy: "23",
|
2727
|
+
r: "2",
|
2728
|
+
strokeWidth: "0"
|
2729
|
+
})), _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
|
2730
|
+
strokeWidth: "0",
|
2731
|
+
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"
|
2732
|
+
})), _path192 || (_path192 = /*#__PURE__*/React__default.createElement("path", {
|
2733
|
+
strokeWidth: "0",
|
2734
|
+
d: "m12,28h-6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h6v2Z"
|
2738
2735
|
})), children);
|
2739
2736
|
});
|
2740
2737
|
if (process.env.NODE_ENV !== "production") {
|
2741
|
-
|
2738
|
+
ContainerRuntimeMonitor.propTypes = iconPropTypes;
|
2742
2739
|
}
|
2743
|
-
var
|
2740
|
+
var ContainerImagePull = /*#__PURE__*/React__default.forwardRef(function ContainerImagePull(_ref115, ref) {
|
2744
2741
|
var children = _ref115.children,
|
2745
2742
|
_ref115$size = _ref115.size,
|
2746
2743
|
size = _ref115$size === void 0 ? 16 : _ref115$size,
|
@@ -2752,20 +2749,15 @@ var CheckmarkFilledWarning = /*#__PURE__*/React__default.forwardRef(function Che
|
|
2752
2749
|
xmlns: "http://www.w3.org/2000/svg",
|
2753
2750
|
viewBox: "0 0 32 32",
|
2754
2751
|
fill: "currentColor"
|
2755
|
-
}, rest),
|
2756
|
-
|
2757
|
-
|
2758
|
-
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"
|
2759
|
-
})), _path200 || (_path200 = /*#__PURE__*/React__default.createElement("path", {
|
2760
|
-
fill: "none",
|
2761
|
-
d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
|
2762
|
-
"data-icon-path": "inner-path"
|
2752
|
+
}, rest), _path193 || (_path193 = /*#__PURE__*/React__default.createElement("path", {
|
2753
|
+
strokeWidth: "0",
|
2754
|
+
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"
|
2763
2755
|
})), children);
|
2764
2756
|
});
|
2765
2757
|
if (process.env.NODE_ENV !== "production") {
|
2766
|
-
|
2758
|
+
ContainerImagePull.propTypes = iconPropTypes;
|
2767
2759
|
}
|
2768
|
-
var
|
2760
|
+
var ContainerImagePush = /*#__PURE__*/React__default.forwardRef(function ContainerImagePush(_ref116, ref) {
|
2769
2761
|
var children = _ref116.children,
|
2770
2762
|
_ref116$size = _ref116.size,
|
2771
2763
|
size = _ref116$size === void 0 ? 16 : _ref116$size,
|
@@ -2777,16 +2769,15 @@ var CheckmarkOutline = /*#__PURE__*/React__default.forwardRef(function Checkmark
|
|
2777
2769
|
xmlns: "http://www.w3.org/2000/svg",
|
2778
2770
|
viewBox: "0 0 32 32",
|
2779
2771
|
fill: "currentColor"
|
2780
|
-
}, rest),
|
2781
|
-
|
2782
|
-
|
2783
|
-
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"
|
2772
|
+
}, rest), _path194 || (_path194 = /*#__PURE__*/React__default.createElement("path", {
|
2773
|
+
strokeWidth: "0",
|
2774
|
+
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"
|
2784
2775
|
})), children);
|
2785
2776
|
});
|
2786
2777
|
if (process.env.NODE_ENV !== "production") {
|
2787
|
-
|
2778
|
+
ContainerImagePush.propTypes = iconPropTypes;
|
2788
2779
|
}
|
2789
|
-
var
|
2780
|
+
var ContainerImagePushPull = /*#__PURE__*/React__default.forwardRef(function ContainerImagePushPull(_ref117, ref) {
|
2790
2781
|
var children = _ref117.children,
|
2791
2782
|
_ref117$size = _ref117.size,
|
2792
2783
|
size = _ref117$size === void 0 ? 16 : _ref117$size,
|
@@ -2798,16 +2789,15 @@ var CheckmarkOutlineError = /*#__PURE__*/React__default.forwardRef(function Chec
|
|
2798
2789
|
xmlns: "http://www.w3.org/2000/svg",
|
2799
2790
|
viewBox: "0 0 32 32",
|
2800
2791
|
fill: "currentColor"
|
2801
|
-
}, rest),
|
2802
|
-
|
2803
|
-
|
2804
|
-
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"
|
2792
|
+
}, rest), _path195 || (_path195 = /*#__PURE__*/React__default.createElement("path", {
|
2793
|
+
strokeWidth: "0",
|
2794
|
+
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"
|
2805
2795
|
})), children);
|
2806
2796
|
});
|
2807
2797
|
if (process.env.NODE_ENV !== "production") {
|
2808
|
-
|
2798
|
+
ContainerImagePushPull.propTypes = iconPropTypes;
|
2809
2799
|
}
|
2810
|
-
var
|
2800
|
+
var ContainerRegistry = /*#__PURE__*/React__default.forwardRef(function ContainerRegistry(_ref118, ref) {
|
2811
2801
|
var children = _ref118.children,
|
2812
2802
|
_ref118$size = _ref118.size,
|
2813
2803
|
size = _ref118$size === void 0 ? 16 : _ref118$size,
|
@@ -2819,16 +2809,20 @@ var CheckmarkOutlineWarning = /*#__PURE__*/React__default.forwardRef(function Ch
|
|
2819
2809
|
xmlns: "http://www.w3.org/2000/svg",
|
2820
2810
|
viewBox: "0 0 32 32",
|
2821
2811
|
fill: "currentColor"
|
2822
|
-
}, rest),
|
2823
|
-
d: "
|
2824
|
-
})),
|
2825
|
-
d: "
|
2812
|
+
}, rest), _path196 || (_path196 = /*#__PURE__*/React__default.createElement("path", {
|
2813
|
+
d: "M17,13V6H8V22H24V13ZM10,8h5v5H10Zm0,7h5v5H10Zm12,5H17V15h5Z"
|
2814
|
+
})), _path197 || (_path197 = /*#__PURE__*/React__default.createElement("path", {
|
2815
|
+
d: "M28 11H19V2h9zM21 9h5V4H21zM28 20H26v2h2v6H4V22H6V20H4a2.0024 2.0024 0 00-2 2v6a2.0024 2.0024 0 002 2H28a2.0024 2.0024 0 002-2V22A2.0024 2.0024 0 0028 20z"
|
2816
|
+
})), _circle27 || (_circle27 = /*#__PURE__*/React__default.createElement("circle", {
|
2817
|
+
cx: "7",
|
2818
|
+
cy: "25",
|
2819
|
+
r: "1"
|
2826
2820
|
})), children);
|
2827
2821
|
});
|
2828
2822
|
if (process.env.NODE_ENV !== "production") {
|
2829
|
-
|
2823
|
+
ContainerRegistry.propTypes = iconPropTypes;
|
2830
2824
|
}
|
2831
|
-
var
|
2825
|
+
var ContainerServices = /*#__PURE__*/React__default.forwardRef(function ContainerServices(_ref119, ref) {
|
2832
2826
|
var children = _ref119.children,
|
2833
2827
|
_ref119$size = _ref119.size,
|
2834
2828
|
size = _ref119$size === void 0 ? 16 : _ref119$size,
|
@@ -2840,14 +2834,14 @@ var Chemistry = /*#__PURE__*/React__default.forwardRef(function Chemistry(_ref11
|
|
2840
2834
|
xmlns: "http://www.w3.org/2000/svg",
|
2841
2835
|
viewBox: "0 0 32 32",
|
2842
2836
|
fill: "currentColor"
|
2843
|
-
}, rest),
|
2844
|
-
d: "M27.
|
2837
|
+
}, rest), _path198 || (_path198 = /*#__PURE__*/React__default.createElement("path", {
|
2838
|
+
d: "M27,22V17a2.0023,2.0023,0,0,0-2-2H17V10h3a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H12a2.0023,2.0023,0,0,0-2,2V8a2.0023,2.0023,0,0,0,2,2h3v5H7a2.0023,2.0023,0,0,0-2,2v5H2v8h8V22H7V17h8v5H12v8h8V22H17V17h8v5H22v8h8V22ZM12,4h8V8H12ZM8,28H4V24H8Zm10,0H14V24h4Zm10,0H24V24h4Z"
|
2845
2839
|
})), children);
|
2846
2840
|
});
|
2847
2841
|
if (process.env.NODE_ENV !== "production") {
|
2848
|
-
|
2842
|
+
ContainerServices.propTypes = iconPropTypes;
|
2849
2843
|
}
|
2850
|
-
var
|
2844
|
+
var ContainerSoftware = /*#__PURE__*/React__default.forwardRef(function ContainerSoftware(_ref120, ref) {
|
2851
2845
|
var children = _ref120.children,
|
2852
2846
|
_ref120$size = _ref120.size,
|
2853
2847
|
size = _ref120$size === void 0 ? 16 : _ref120$size,
|
@@ -2859,44 +2853,22 @@ var ChemistryReference = /*#__PURE__*/React__default.forwardRef(function Chemist
|
|
2859
2853
|
xmlns: "http://www.w3.org/2000/svg",
|
2860
2854
|
viewBox: "0 0 32 32",
|
2861
2855
|
fill: "currentColor"
|
2862
|
-
}, rest),
|
2863
|
-
d: "
|
2864
|
-
})),
|
2865
|
-
d: "
|
2856
|
+
}, rest), _path199 || (_path199 = /*#__PURE__*/React__default.createElement("path", {
|
2857
|
+
d: "M28,12H20V4h8Zm-6-2h4V6H22Z"
|
2858
|
+
})), _path200 || (_path200 = /*#__PURE__*/React__default.createElement("path", {
|
2859
|
+
d: "M17,15V9H9V23H23V15Zm-6-4h4v4H11Zm4,10H11V17h4Zm6,0H17V17h4Z"
|
2860
|
+
})), _path201 || (_path201 = /*#__PURE__*/React__default.createElement("path", {
|
2861
|
+
d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0023,2.0023,0,0,1,26,28Z"
|
2866
2862
|
})), children);
|
2867
2863
|
});
|
2868
2864
|
if (process.env.NODE_ENV !== "production") {
|
2869
|
-
|
2865
|
+
ContainerSoftware.propTypes = iconPropTypes;
|
2870
2866
|
}
|
2871
|
-
var
|
2867
|
+
var ContentDeliveryNetwork = /*#__PURE__*/React__default.forwardRef(function ContentDeliveryNetwork(_ref121, ref) {
|
2872
2868
|
var children = _ref121.children,
|
2873
2869
|
_ref121$size = _ref121.size,
|
2874
2870
|
size = _ref121$size === void 0 ? 16 : _ref121$size,
|
2875
2871
|
rest = _objectWithoutProperties(_ref121, _excluded121);
|
2876
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
2877
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2878
|
-
width: size,
|
2879
|
-
height: size,
|
2880
|
-
ref: ref,
|
2881
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2882
|
-
viewBox: "0 0 10 6",
|
2883
|
-
fill: "currentColor"
|
2884
|
-
}, rest), _path210 || (_path210 = /*#__PURE__*/React__default.createElement("path", {
|
2885
|
-
d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
|
2886
|
-
})), children);
|
2887
|
-
}
|
2888
|
-
if (size === 16 || size === "16" || size === "16px") {
|
2889
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2890
|
-
width: size,
|
2891
|
-
height: size,
|
2892
|
-
ref: ref,
|
2893
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2894
|
-
viewBox: "0 0 16 16",
|
2895
|
-
fill: "currentColor"
|
2896
|
-
}, rest), _path211 || (_path211 = /*#__PURE__*/React__default.createElement("path", {
|
2897
|
-
d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
|
2898
|
-
})), children);
|
2899
|
-
}
|
2900
2872
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2901
2873
|
width: size,
|
2902
2874
|
height: size,
|
@@ -2904,14 +2876,24 @@ var ChevronDown = /*#__PURE__*/React__default.forwardRef(function ChevronDown(_r
|
|
2904
2876
|
xmlns: "http://www.w3.org/2000/svg",
|
2905
2877
|
viewBox: "0 0 32 32",
|
2906
2878
|
fill: "currentColor"
|
2907
|
-
}, rest),
|
2908
|
-
|
2879
|
+
}, rest), _circle28 || (_circle28 = /*#__PURE__*/React__default.createElement("circle", {
|
2880
|
+
cx: "21",
|
2881
|
+
cy: "21",
|
2882
|
+
r: "2"
|
2883
|
+
})), _circle29 || (_circle29 = /*#__PURE__*/React__default.createElement("circle", {
|
2884
|
+
cx: "7",
|
2885
|
+
cy: "7",
|
2886
|
+
r: "2"
|
2887
|
+
})), _path202 || (_path202 = /*#__PURE__*/React__default.createElement("path", {
|
2888
|
+
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"
|
2889
|
+
})), _path203 || (_path203 = /*#__PURE__*/React__default.createElement("path", {
|
2890
|
+
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"
|
2909
2891
|
})), children);
|
2910
2892
|
});
|
2911
2893
|
if (process.env.NODE_ENV !== "production") {
|
2912
|
-
|
2894
|
+
ContentDeliveryNetwork.propTypes = iconPropTypes;
|
2913
2895
|
}
|
2914
|
-
var
|
2896
|
+
var ContentView = /*#__PURE__*/React__default.forwardRef(function ContentView(_ref122, ref) {
|
2915
2897
|
var children = _ref122.children,
|
2916
2898
|
_ref122$size = _ref122.size,
|
2917
2899
|
size = _ref122$size === void 0 ? 16 : _ref122$size,
|
@@ -2923,44 +2905,24 @@ var ChevronDownOutline = /*#__PURE__*/React__default.forwardRef(function Chevron
|
|
2923
2905
|
xmlns: "http://www.w3.org/2000/svg",
|
2924
2906
|
viewBox: "0 0 32 32",
|
2925
2907
|
fill: "currentColor"
|
2926
|
-
}, rest),
|
2927
|
-
|
2928
|
-
|
2929
|
-
|
2908
|
+
}, rest), _circle30 || (_circle30 = /*#__PURE__*/React__default.createElement("circle", {
|
2909
|
+
cx: "16",
|
2910
|
+
cy: "19",
|
2911
|
+
r: "2"
|
2912
|
+
})), _path204 || (_path204 = /*#__PURE__*/React__default.createElement("path", {
|
2913
|
+
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"
|
2914
|
+
})), _path205 || (_path205 = /*#__PURE__*/React__default.createElement("path", {
|
2915
|
+
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"
|
2930
2916
|
})), children);
|
2931
2917
|
});
|
2932
2918
|
if (process.env.NODE_ENV !== "production") {
|
2933
|
-
|
2919
|
+
ContentView.propTypes = iconPropTypes;
|
2934
2920
|
}
|
2935
|
-
var
|
2921
|
+
var Continue = /*#__PURE__*/React__default.forwardRef(function Continue(_ref123, ref) {
|
2936
2922
|
var children = _ref123.children,
|
2937
2923
|
_ref123$size = _ref123.size,
|
2938
2924
|
size = _ref123$size === void 0 ? 16 : _ref123$size,
|
2939
2925
|
rest = _objectWithoutProperties(_ref123, _excluded123);
|
2940
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
2941
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2942
|
-
width: size,
|
2943
|
-
height: size,
|
2944
|
-
ref: ref,
|
2945
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2946
|
-
viewBox: "0 0 6 10",
|
2947
|
-
fill: "currentColor"
|
2948
|
-
}, rest), _path215 || (_path215 = /*#__PURE__*/React__default.createElement("path", {
|
2949
|
-
d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
|
2950
|
-
})), children);
|
2951
|
-
}
|
2952
|
-
if (size === 16 || size === "16" || size === "16px") {
|
2953
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2954
|
-
width: size,
|
2955
|
-
height: size,
|
2956
|
-
ref: ref,
|
2957
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2958
|
-
viewBox: "0 0 16 16",
|
2959
|
-
fill: "currentColor"
|
2960
|
-
}, rest), _path216 || (_path216 = /*#__PURE__*/React__default.createElement("path", {
|
2961
|
-
d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
|
2962
|
-
})), children);
|
2963
|
-
}
|
2964
2926
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2965
2927
|
width: size,
|
2966
2928
|
height: size,
|
@@ -2968,30 +2930,18 @@ var ChevronLeft = /*#__PURE__*/React__default.forwardRef(function ChevronLeft(_r
|
|
2968
2930
|
xmlns: "http://www.w3.org/2000/svg",
|
2969
2931
|
viewBox: "0 0 32 32",
|
2970
2932
|
fill: "currentColor"
|
2971
|
-
}, rest),
|
2972
|
-
d: "M10
|
2933
|
+
}, rest), _path206 || (_path206 = /*#__PURE__*/React__default.createElement("path", {
|
2934
|
+
d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM11 6.7344V25.2656L27 16zM4 4H6V28H4z"
|
2973
2935
|
})), children);
|
2974
2936
|
});
|
2975
2937
|
if (process.env.NODE_ENV !== "production") {
|
2976
|
-
|
2938
|
+
Continue.propTypes = iconPropTypes;
|
2977
2939
|
}
|
2978
|
-
var
|
2940
|
+
var ContinueFilled = /*#__PURE__*/React__default.forwardRef(function ContinueFilled(_ref124, ref) {
|
2979
2941
|
var children = _ref124.children,
|
2980
2942
|
_ref124$size = _ref124.size,
|
2981
2943
|
size = _ref124$size === void 0 ? 16 : _ref124$size,
|
2982
2944
|
rest = _objectWithoutProperties(_ref124, _excluded124);
|
2983
|
-
if (size === 16 || size === "16" || size === "16px") {
|
2984
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2985
|
-
width: size,
|
2986
|
-
height: size,
|
2987
|
-
ref: ref,
|
2988
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2989
|
-
viewBox: "0 0 16 16",
|
2990
|
-
fill: "currentColor"
|
2991
|
-
}, rest), _path218 || (_path218 = /*#__PURE__*/React__default.createElement("path", {
|
2992
|
-
d: "M15 9L15 15 9 15z"
|
2993
|
-
})), children);
|
2994
|
-
}
|
2995
2945
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2996
2946
|
width: size,
|
2997
2947
|
height: size,
|
@@ -2999,42 +2949,18 @@ var ChevronMini = /*#__PURE__*/React__default.forwardRef(function ChevronMini(_r
|
|
2999
2949
|
xmlns: "http://www.w3.org/2000/svg",
|
3000
2950
|
viewBox: "0 0 32 32",
|
3001
2951
|
fill: "currentColor"
|
3002
|
-
}, rest),
|
3003
|
-
d: "
|
2952
|
+
}, rest), _path207 || (_path207 = /*#__PURE__*/React__default.createElement("path", {
|
2953
|
+
d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM4 4H6V28H4z"
|
3004
2954
|
})), children);
|
3005
2955
|
});
|
3006
2956
|
if (process.env.NODE_ENV !== "production") {
|
3007
|
-
|
2957
|
+
ContinueFilled.propTypes = iconPropTypes;
|
3008
2958
|
}
|
3009
|
-
var
|
2959
|
+
var ContinuousDeployment = /*#__PURE__*/React__default.forwardRef(function ContinuousDeployment(_ref125, ref) {
|
3010
2960
|
var children = _ref125.children,
|
3011
2961
|
_ref125$size = _ref125.size,
|
3012
2962
|
size = _ref125$size === void 0 ? 16 : _ref125$size,
|
3013
2963
|
rest = _objectWithoutProperties(_ref125, _excluded125);
|
3014
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
3015
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
3016
|
-
width: size,
|
3017
|
-
height: size,
|
3018
|
-
ref: ref,
|
3019
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3020
|
-
viewBox: "0 0 6 10",
|
3021
|
-
fill: "currentColor"
|
3022
|
-
}, rest), _path220 || (_path220 = /*#__PURE__*/React__default.createElement("path", {
|
3023
|
-
d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
|
3024
|
-
})), children);
|
3025
|
-
}
|
3026
|
-
if (size === 16 || size === "16" || size === "16px") {
|
3027
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
3028
|
-
width: size,
|
3029
|
-
height: size,
|
3030
|
-
ref: ref,
|
3031
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3032
|
-
viewBox: "0 0 16 16",
|
3033
|
-
fill: "currentColor"
|
3034
|
-
}, rest), _path221 || (_path221 = /*#__PURE__*/React__default.createElement("path", {
|
3035
|
-
d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
|
3036
|
-
})), children);
|
3037
|
-
}
|
3038
2964
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
3039
2965
|
width: size,
|
3040
2966
|
height: size,
|
@@ -3042,12 +2968,12 @@ var ChevronRight = /*#__PURE__*/React__default.forwardRef(function ChevronRight(
|
|
3042
2968
|
xmlns: "http://www.w3.org/2000/svg",
|
3043
2969
|
viewBox: "0 0 32 32",
|
3044
2970
|
fill: "currentColor"
|
3045
|
-
}, rest),
|
3046
|
-
d: "
|
2971
|
+
}, rest), _path208 || (_path208 = /*#__PURE__*/React__default.createElement("path", {
|
2972
|
+
d: "M24,2l-6,6l1.4,1.4L23,5.8V19c0,5-4,9-9,9c-1.6,0-3.1-0.4-4.3-1.1C10.1,27,10.5,27,11,27c4.4,0,8-3.6,8-8s-3.6-8-8-8 s-8,3.6-8,8c0,6.1,4.9,11,11,11s11-4.9,11-11V5.8l3.6,3.6L30,8L24,2z M5,19.6c0-0.2,0-0.4,0-0.6c0-3.3,2.7-6,6-6s6,2.7,6,6 s-2.7,6-6,6C7.9,25,5.3,22.6,5,19.6z"
|
3047
2973
|
})), children);
|
3048
2974
|
});
|
3049
2975
|
if (process.env.NODE_ENV !== "production") {
|
3050
|
-
|
2976
|
+
ContinuousDeployment.propTypes = iconPropTypes;
|
3051
2977
|
}
|
3052
2978
|
|
3053
|
-
export {
|
2979
|
+
export { CheckmarkOutlineError, CheckmarkOutlineWarning, Chemistry, ChemistryReference, ChevronDown, ChevronDownOutline, ChevronLeft, ChevronMini, ChevronRight, ChevronSort, ChevronSortDown, ChevronSortUp, ChevronUp, ChevronUpOutline, Chip, Choices, ChooseItem, ChoroplethMap, CicsCmas, CicsDb2Connection, CicsExplorer, CicsProgram, CicsRegion, CicsRegionAlt, CicsRegionRouting, CicsRegionTarget, CicsSit, CicsSitOverrides, CicsSystemGroup, CicsTransactionServerZos, CicsWuiRegion, Cicsplex, CircleDash, CircleFill, CircleFilled, CircleOutline, CirclePacking, CircleSolid, CircleStroke, Classification, ClassifierLanguage, Clean, Close, CloseFilled, CloseLarge, CloseOutline, ClosedCaption, ClosedCaptionAlt, ClosedCaptionFilled, Cloud, CloudAlerting, CloudApp, CloudAuditing, CloudCeiling, CloudDataOps, CloudDownload, CloudFoundry_1, CloudFoundry_2, CloudLogging, CloudMonitoring, CloudOffline, CloudRegistry, CloudSatellite, CloudSatelliteConfig, CloudSatelliteLink, CloudSatelliteServices, CloudServiceManagement, CloudServices, CloudUpload, Cloudy, Code, CodeBlock, CodeHide, CodeReference, CodeSigningService, Cognitive, Collaborate, CollapseAll, CollapseCategories, ColorPalette, ColorSwitch, Column, ColumnDelete, ColumnDependency, ColumnInsert, Commit, CommunicationUnified, Compare, Compass, Concept, ConditionPoint, ConditionWaitPoint, Connect, ConnectRecursive, ConnectReference, ConnectSource, ConnectTarget, ConnectionFlowUsage, ConnectionReceive, ConnectionSend, ConnectionSignal, ConnectionSignalOff, ConnectionTwoWay, ConnectionUsage, Constraint, Construction, ContainerEngine, ContainerImage, ContainerImagePull, ContainerImagePush, ContainerImagePushPull, ContainerRegistry, ContainerRuntime, ContainerRuntimeMonitor, ContainerServices, ContainerSoftware, ContentDeliveryNetwork, ContentView, Continue, ContinueFilled, ContinuousDeployment, QCircuitComposer, QComposerEdit, WatsonHealthCircleMeasurement, WatsonHealthCobbAngle };
|