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