@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
@@ -135,9 +135,9 @@ var _excluded = ["children", "size"],
|
|
135
135
|
_excluded123 = ["children", "size"],
|
136
136
|
_excluded124 = ["children", "size"],
|
137
137
|
_excluded125 = ["children", "size"];
|
138
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31,
|
138
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _circle, _circle2, _path7, _circle3, _circle4, _path8, _path9, _circle5, _circle6, _circle7, _path10, _path11, _circle8, _path12, _circle9, _path13, _circle10, _path14, _circle11, _path15, _path16, _circle12, _path17, _circle13, _path18, _path19, _path20, _circle14, _circle15, _circle16, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _circle17, _path34, _circle18, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _circle19, _path71, _path72, _path73, _circle20, _path74, _path75, _path76, _path77, _path78, _path79, _circle21, _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, _circle22, _path116, _path117, _circle23, _path118, _circle24, _path119, _path120, _circle25, _path121, _circle26, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _circle27, _circle28, _circle29, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _circle30, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _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, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _circle31, _circle32, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _circle33, _path218, _path219, _circle34, _path220, _path221, _circle35, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _rect, _path229, _path230, _path231, _path232;
|
139
139
|
var didWarnAboutDeprecation = {};
|
140
|
-
var
|
140
|
+
var IbmWatsonQuery = /*#__PURE__*/React__default.forwardRef(function IbmWatsonQuery(_ref, ref) {
|
141
141
|
var children = _ref.children,
|
142
142
|
_ref$size = _ref.size,
|
143
143
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
@@ -150,31 +150,19 @@ var InProgressWarning = /*#__PURE__*/React__default.forwardRef(function InProgre
|
|
150
150
|
viewBox: "0 0 32 32",
|
151
151
|
fill: "currentColor"
|
152
152
|
}, rest), _path || (_path = /*#__PURE__*/React__default.createElement("path", {
|
153
|
-
d: "
|
153
|
+
d: "M22,24c-0.2,0-0.3,0-0.5,0L18.2,18c0.5-0.5,0.8-1.2,0.8-2c0-1.7-1.3-3-3-3s-3,1.3-3,3c0,0.8,0.3,1.5,0.8,2L10.5,24 c-0.2,0-0.3,0-0.5,0c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.8-0.3-1.5-0.8-2l3.3-6.1c0.2,0,0.3,0,0.5,0s0.3,0,0.5,0l3.3,6.1 c-0.5,0.5-0.8,1.2-0.8,2c0,1.7,1.3,3,3,3s3-1.3,3-3S23.7,24,22,24z M16,15c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S15.4,15,16,15z M10,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S10.6,28,10,28z M22,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S22.6,28,22,28z"
|
154
154
|
})), _path2 || (_path2 = /*#__PURE__*/React__default.createElement("path", {
|
155
|
-
d: "
|
155
|
+
d: "M24.8,9.1C23.9,5,20.3,2,16,2S8.1,5,7.2,9.1C4.2,9.7,2,12.4,2,15.5C2,19.1,4.9,22,8.5,22H9v-2H8.5C6,20,4,18,4,15.5 c0-2.3,1.8-4.3,4.1-4.5L9,11l0.1-0.8C9.5,6.6,12.5,4,16,4c3.5,0,6.5,2.6,6.9,6.1L23,11l0.8,0.1c2.3,0.2,4.1,2.2,4.1,4.5 c0,2.5-2,4.5-4.5,4.5H23v2h0.5c3.6,0,6.5-2.9,6.5-6.5C30,12.4,27.8,9.7,24.8,9.1z"
|
156
156
|
})), children);
|
157
157
|
});
|
158
158
|
if (process.env.NODE_ENV !== "production") {
|
159
|
-
|
159
|
+
IbmWatsonQuery.propTypes = iconPropTypes;
|
160
160
|
}
|
161
|
-
var
|
161
|
+
var IbmWatsonSpeechToText = /*#__PURE__*/React__default.forwardRef(function IbmWatsonSpeechToText(_ref2, ref) {
|
162
162
|
var children = _ref2.children,
|
163
163
|
_ref2$size = _ref2.size,
|
164
164
|
size = _ref2$size === void 0 ? 16 : _ref2$size,
|
165
165
|
rest = _objectWithoutProperties(_ref2, _excluded2);
|
166
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
167
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
168
|
-
width: size,
|
169
|
-
height: size,
|
170
|
-
ref: ref,
|
171
|
-
xmlns: "http://www.w3.org/2000/svg",
|
172
|
-
viewBox: "0 0 16 16",
|
173
|
-
fill: "currentColor"
|
174
|
-
}, rest), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
|
175
|
-
d: "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
|
176
|
-
})), children);
|
177
|
-
}
|
178
166
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
179
167
|
width: size,
|
180
168
|
height: size,
|
@@ -182,14 +170,14 @@ var Incomplete = /*#__PURE__*/React__default.forwardRef(function Incomplete(_ref
|
|
182
170
|
xmlns: "http://www.w3.org/2000/svg",
|
183
171
|
viewBox: "0 0 32 32",
|
184
172
|
fill: "currentColor"
|
185
|
-
}, rest),
|
186
|
-
d: "
|
173
|
+
}, rest), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
|
174
|
+
d: "M14 18H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H4v-6h10v6h-3v2h3c1.1 0 2-.9 2-2v-6C16 18.9 15.1 18 14 18zM19 26h2c3.9 0 7-3.1 7-7v-2h-2v2c0 2.8-2.2 5-5 5h-2V26zM18 11H24V13H18zM18 7H30V9H18zM18 3H30V5H18zM4 14h2v-2c0-2.8 2.2-5 5-5h4V5h-4c-3.9 0-7 3.1-7 7V14z"
|
187
175
|
})), children);
|
188
176
|
});
|
189
177
|
if (process.env.NODE_ENV !== "production") {
|
190
|
-
|
178
|
+
IbmWatsonSpeechToText.propTypes = iconPropTypes;
|
191
179
|
}
|
192
|
-
var
|
180
|
+
var IbmWatsonStudio = /*#__PURE__*/React__default.forwardRef(function IbmWatsonStudio(_ref3, ref) {
|
193
181
|
var children = _ref3.children,
|
194
182
|
_ref3$size = _ref3.size,
|
195
183
|
size = _ref3$size === void 0 ? 16 : _ref3$size,
|
@@ -201,14 +189,14 @@ var IncompleteCancel = /*#__PURE__*/React__default.forwardRef(function Incomplet
|
|
201
189
|
xmlns: "http://www.w3.org/2000/svg",
|
202
190
|
viewBox: "0 0 32 32",
|
203
191
|
fill: "currentColor"
|
204
|
-
}, rest),
|
205
|
-
d: "
|
192
|
+
}, rest), _path4 || (_path4 = /*#__PURE__*/React__default.createElement("path", {
|
193
|
+
d: "M25 21c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5S27.8 21 25 21zM25 13c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3S26.7 13 25 13zM14 11V6c0-1.1-.9-2-2-2h-2v2h2v5c0 2.1 1.1 3.9 2.7 5-1.6 1.1-2.7 2.9-2.7 5v5h-2v2h2c1.1 0 2-.9 2-2v-5c0-2.2 1.8-4 4-4v-2C15.8 15 14 13.2 14 11zM2 30v-6h6v6H2zM4 26v2h2v-2H4zM2 19v-6h6v6H2zM4 15v2h2v-2H4zM2 8V2h6v6H2zM4 4v2h2V4H4z"
|
206
194
|
})), children);
|
207
195
|
});
|
208
196
|
if (process.env.NODE_ENV !== "production") {
|
209
|
-
|
197
|
+
IbmWatsonStudio.propTypes = iconPropTypes;
|
210
198
|
}
|
211
|
-
var
|
199
|
+
var IbmWatsonTextToSpeech = /*#__PURE__*/React__default.forwardRef(function IbmWatsonTextToSpeech(_ref4, ref) {
|
212
200
|
var children = _ref4.children,
|
213
201
|
_ref4$size = _ref4.size,
|
214
202
|
size = _ref4$size === void 0 ? 16 : _ref4$size,
|
@@ -220,14 +208,14 @@ var IncompleteError = /*#__PURE__*/React__default.forwardRef(function Incomplete
|
|
220
208
|
xmlns: "http://www.w3.org/2000/svg",
|
221
209
|
viewBox: "0 0 32 32",
|
222
210
|
fill: "currentColor"
|
223
|
-
}, rest),
|
224
|
-
d: "
|
211
|
+
}, rest), _path5 || (_path5 = /*#__PURE__*/React__default.createElement("path", {
|
212
|
+
d: "M13 26h-2c-3.9 0-7-3.1-7-7v-2h2v2c0 2.8 2.2 5 5 5h2V26zM18 18h10c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-2.4l-1.7 3-1.7-1 2.3-4H28v-6H18v6h3v2h-3c-1.1 0-2-.9-2-2v-6C16 18.9 16.9 18 18 18zM28 14h-2v-2c0-2.8-2.2-5-5-5h-4V5h4c3.9 0 7 3.1 7 7V14zM2 11H8V13H2zM2 7H14V9H2zM2 3H14V5H2z"
|
225
213
|
})), children);
|
226
214
|
});
|
227
215
|
if (process.env.NODE_ENV !== "production") {
|
228
|
-
|
216
|
+
IbmWatsonTextToSpeech.propTypes = iconPropTypes;
|
229
217
|
}
|
230
|
-
var
|
218
|
+
var IbmWatsonToneAnalyzer = /*#__PURE__*/React__default.forwardRef(function IbmWatsonToneAnalyzer(_ref5, ref) {
|
231
219
|
var children = _ref5.children,
|
232
220
|
_ref5$size = _ref5.size,
|
233
221
|
size = _ref5$size === void 0 ? 16 : _ref5$size,
|
@@ -239,14 +227,34 @@ var IncompleteWarning = /*#__PURE__*/React__default.forwardRef(function Incomple
|
|
239
227
|
xmlns: "http://www.w3.org/2000/svg",
|
240
228
|
viewBox: "0 0 32 32",
|
241
229
|
fill: "currentColor"
|
242
|
-
}, rest),
|
243
|
-
d: "
|
230
|
+
}, rest), _path6 || (_path6 = /*#__PURE__*/React__default.createElement("path", {
|
231
|
+
d: "M23.9,10c-0.6-0.6-1.5-1-2.4-1s-1.8,0.4-2.4,1l-1.4-1.4c1-1,2.4-1.6,3.8-1.6s2.9,0.6,3.8,1.6L23.9,10z"
|
232
|
+
})), _circle || (_circle = /*#__PURE__*/React__default.createElement("circle", {
|
233
|
+
cx: "24",
|
234
|
+
cy: "5",
|
235
|
+
r: "1"
|
236
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React__default.createElement("circle", {
|
237
|
+
cx: "19",
|
238
|
+
cy: "5",
|
239
|
+
r: "1"
|
240
|
+
})), _path7 || (_path7 = /*#__PURE__*/React__default.createElement("path", {
|
241
|
+
d: "M15 0l13 0c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-3.5l-1.7 3L21 16l2.3-4H28V2H15v10h5v2h-5c-1.1 0-2-.9-2-2V2C13 .9 13.9 0 15 0zM20 19v6c0 .6-.4 1-1 1h-5v2h5c1.7 0 3-1.3 3-3v-6H20zM15.4 20.4c-.8 1-2.1 1.6-3.4 1.6s-2.6-.6-3.4-1.6L7 21.6c1.2 1.4 3 2.4 5 2.4s3.8-.9 5-2.4L15.4 20.4z"
|
242
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React__default.createElement("circle", {
|
243
|
+
cx: "15.5",
|
244
|
+
cy: "17.5",
|
245
|
+
r: "1.5"
|
246
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React__default.createElement("circle", {
|
247
|
+
cx: "8.5",
|
248
|
+
cy: "17.5",
|
249
|
+
r: "1.5"
|
250
|
+
})), _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
|
251
|
+
d: "M10.1,26H5c-0.6,0-1-0.4-1-1V14c0-0.6,0.4-1,1-1h5v-2H5c-1.7,0-3,1.3-3,3v11c0,1.7,1.3,3,3,3h4l2.3,4l1.7-1L10.1,26z"
|
244
252
|
})), children);
|
245
253
|
});
|
246
254
|
if (process.env.NODE_ENV !== "production") {
|
247
|
-
|
255
|
+
IbmWatsonToneAnalyzer.propTypes = iconPropTypes;
|
248
256
|
}
|
249
|
-
var
|
257
|
+
var IbmWatsonxAssistant = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxAssistant(_ref6, ref) {
|
250
258
|
var children = _ref6.children,
|
251
259
|
_ref6$size = _ref6.size,
|
252
260
|
size = _ref6$size === void 0 ? 16 : _ref6$size,
|
@@ -258,14 +266,28 @@ var IncreaseLevel = /*#__PURE__*/React__default.forwardRef(function IncreaseLeve
|
|
258
266
|
xmlns: "http://www.w3.org/2000/svg",
|
259
267
|
viewBox: "0 0 32 32",
|
260
268
|
fill: "currentColor"
|
261
|
-
}, rest),
|
262
|
-
d: "
|
269
|
+
}, rest), _path9 || (_path9 = /*#__PURE__*/React__default.createElement("path", {
|
270
|
+
d: "M28 2h-10c-1.1035 0-2 .8965-2 2v6c0 1.1035.8965 2 2 2h2.4229s1.7314 3 1.7314 3l1.7324-1-2.3096-4h-3.5771V4h10v6h-3s0 2 0 2h3c1.1035 0 2-.8965 2-2V4c0-1.1035-.8965-2-2-2zM14.6904 31l-1.7324-1 3.4648-6h5.5771c1.1046 0 2-.8954 2-2v-5h2v5c0 2.2091-1.7909 4-4 4h-4.4229l-2.8867 5z"
|
271
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React__default.createElement("circle", {
|
272
|
+
cx: "10",
|
273
|
+
cy: "17",
|
274
|
+
r: "1"
|
275
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React__default.createElement("circle", {
|
276
|
+
cx: "14",
|
277
|
+
cy: "17",
|
278
|
+
r: "1"
|
279
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React__default.createElement("circle", {
|
280
|
+
cx: "18",
|
281
|
+
cy: "17",
|
282
|
+
r: "1"
|
283
|
+
})), _path10 || (_path10 = /*#__PURE__*/React__default.createElement("path", {
|
284
|
+
d: "m12,26h-6c-2.2091,0-4-1.7909-4-4v-10c0-2.2091,1.7909-4,4-4h8v2H6c-1.1046,0-2,.8954-2,2v10c0,1.1046.8954,2,2,2h6v2Z"
|
263
285
|
})), children);
|
264
286
|
});
|
265
287
|
if (process.env.NODE_ENV !== "production") {
|
266
|
-
|
288
|
+
IbmWatsonxAssistant.propTypes = iconPropTypes;
|
267
289
|
}
|
268
|
-
var
|
290
|
+
var IbmWatsonxCodeAssistant = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxCodeAssistant(_ref7, ref) {
|
269
291
|
var children = _ref7.children,
|
270
292
|
_ref7$size = _ref7.size,
|
271
293
|
size = _ref7$size === void 0 ? 16 : _ref7$size,
|
@@ -277,14 +299,36 @@ var Industry = /*#__PURE__*/React__default.forwardRef(function Industry(_ref7, r
|
|
277
299
|
xmlns: "http://www.w3.org/2000/svg",
|
278
300
|
viewBox: "0 0 32 32",
|
279
301
|
fill: "currentColor"
|
280
|
-
}, rest),
|
281
|
-
d: "
|
302
|
+
}, rest), _path11 || (_path11 = /*#__PURE__*/React__default.createElement("path", {
|
303
|
+
d: "M11 28h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM28.17 26L25.59 28.58 27 30 31 26 27 22 25.58 23.41 28.17 26zM22 31L20.085 30.4229 23 21 24.9149 21.5771 22 31zM16.83 26L19.41 23.42 18 22 14 26 18 30 19.42 28.59 16.83 26zM30 19h-2v-7c0-2.7614-2.2386-5-5-5h-4v-2h4c3.866 0 7 3.134 7 7v7z"
|
304
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React__default.createElement("circle", {
|
305
|
+
cx: "3",
|
306
|
+
cy: "4",
|
307
|
+
r: "1"
|
308
|
+
})), _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
|
309
|
+
d: "M6 3H16V5H6z"
|
310
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React__default.createElement("circle", {
|
311
|
+
cx: "3",
|
312
|
+
cy: "12",
|
313
|
+
r: "1"
|
314
|
+
})), _path13 || (_path13 = /*#__PURE__*/React__default.createElement("path", {
|
315
|
+
d: "M6 11H16V13H6zM2 15H12V17H2z"
|
316
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React__default.createElement("circle", {
|
317
|
+
cx: "15",
|
318
|
+
cy: "8",
|
319
|
+
r: "1"
|
320
|
+
})), _path14 || (_path14 = /*#__PURE__*/React__default.createElement("path", {
|
321
|
+
d: "M2 7H12V9H2z"
|
322
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React__default.createElement("circle", {
|
323
|
+
cx: "15",
|
324
|
+
cy: "16",
|
325
|
+
r: "1"
|
282
326
|
})), children);
|
283
327
|
});
|
284
328
|
if (process.env.NODE_ENV !== "production") {
|
285
|
-
|
329
|
+
IbmWatsonxCodeAssistant.propTypes = iconPropTypes;
|
286
330
|
}
|
287
|
-
var
|
331
|
+
var IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxCodeAssistantForZ(_ref8, ref) {
|
288
332
|
var children = _ref8.children,
|
289
333
|
_ref8$size = _ref8.size,
|
290
334
|
size = _ref8$size === void 0 ? 16 : _ref8$size,
|
@@ -296,32 +340,18 @@ var InfinitySymbol = /*#__PURE__*/React__default.forwardRef(function InfinitySym
|
|
296
340
|
xmlns: "http://www.w3.org/2000/svg",
|
297
341
|
viewBox: "0 0 32 32",
|
298
342
|
fill: "currentColor"
|
299
|
-
}, rest),
|
300
|
-
d: "
|
343
|
+
}, rest), _path15 || (_path15 = /*#__PURE__*/React__default.createElement("path", {
|
344
|
+
d: "M29.17 25L26.59 27.58 28 29 32 25 28 21 26.58 22.41 29.17 25zM23 30L21.0851 29.4229 24 20 25.9149 20.5771 23 30zM17.83 25L20.41 22.42 19 21 15 25 19 29 20.42 27.59 17.83 25zM18 19h-2V5c0-1.1028.8972-2 2-2h9c1.1028 0 2 .8972 2 2v11h-2V5h-9v14zM12 3H3c-1.1028 0-2 .8975-2 2v22c0 1.1025.8972 2 2 2h9c1.1028 0 2-.8975 2-2V5c0-1.1025-.8972-2-2-2zm.0002 7.0366l-6.925-5.0366h6.9248l.0002 5.0366zm-.7004 1.9634l-8.2998 6.0361V5.9639l8.2998 6.0361zm.7007 1.9634l.0007 11.8169-8.2795-5.7959 8.2788-6.021zm-9.0005 7.9575l7.2563 5.0791H3v-5.0791zm9 5.0791l.0012-.002v.002h-.0012z"
|
301
345
|
})), children);
|
302
346
|
});
|
303
347
|
if (process.env.NODE_ENV !== "production") {
|
304
|
-
|
348
|
+
IbmWatsonxCodeAssistantForZ.propTypes = iconPropTypes;
|
305
349
|
}
|
306
|
-
var
|
350
|
+
var IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxCodeAssistantForZRefactor(_ref9, ref) {
|
307
351
|
var children = _ref9.children,
|
308
352
|
_ref9$size = _ref9.size,
|
309
353
|
size = _ref9$size === void 0 ? 16 : _ref9$size,
|
310
354
|
rest = _objectWithoutProperties(_ref9, _excluded9);
|
311
|
-
if (size === 16 || size === "16" || size === "16px") {
|
312
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
313
|
-
width: size,
|
314
|
-
height: size,
|
315
|
-
ref: ref,
|
316
|
-
xmlns: "http://www.w3.org/2000/svg",
|
317
|
-
viewBox: "0 0 16 16",
|
318
|
-
fill: "currentColor"
|
319
|
-
}, rest), _path11 || (_path11 = /*#__PURE__*/React__default.createElement("path", {
|
320
|
-
d: "M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
|
321
|
-
})), _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
|
322
|
-
d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
|
323
|
-
})), children);
|
324
|
-
}
|
325
355
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
326
356
|
width: size,
|
327
357
|
height: size,
|
@@ -329,16 +359,26 @@ var Information = /*#__PURE__*/React__default.forwardRef(function Information(_r
|
|
329
359
|
xmlns: "http://www.w3.org/2000/svg",
|
330
360
|
viewBox: "0 0 32 32",
|
331
361
|
fill: "currentColor"
|
332
|
-
}, rest),
|
333
|
-
d: "
|
334
|
-
})),
|
335
|
-
|
362
|
+
}, rest), _path16 || (_path16 = /*#__PURE__*/React__default.createElement("path", {
|
363
|
+
d: "M22.17 16L19.59 18.58 21 20 25 16 21 12 19.58 13.41 22.17 16zM15.5 21L13.5851 20.4229 16.5 11 18.4149 11.5771 15.5 21zM9.83 16L12.41 13.42 11 12 7 16 11 20 12.42 18.59 9.83 16z"
|
364
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React__default.createElement("circle", {
|
365
|
+
cx: "19",
|
366
|
+
cy: "28",
|
367
|
+
r: "1"
|
368
|
+
})), _path17 || (_path17 = /*#__PURE__*/React__default.createElement("path", {
|
369
|
+
d: "m22,29v-2c2.7568,0,5-2.2432,5-5v-12c0-2.7568-2.2432-5-5-5h-6v-2h6c3.8594,0,7,3.1401,7,7v12c0,3.8594-3.1406,7-7,7Z"
|
370
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React__default.createElement("circle", {
|
371
|
+
cx: "13",
|
372
|
+
cy: "4",
|
373
|
+
r: "1"
|
374
|
+
})), _path18 || (_path18 = /*#__PURE__*/React__default.createElement("path", {
|
375
|
+
d: "m16,29h-6c-3.8594,0-7-3.1406-7-7v-12c0-3.8599,3.1406-7,7-7v2c-2.7568,0-5,2.2432-5,5v12c0,2.7568,2.2432,5,5,5h6v2Z"
|
336
376
|
})), children);
|
337
377
|
});
|
338
378
|
if (process.env.NODE_ENV !== "production") {
|
339
|
-
|
379
|
+
IbmWatsonxCodeAssistantForZRefactor.propTypes = iconPropTypes;
|
340
380
|
}
|
341
|
-
var
|
381
|
+
var IbmWatsonxCodeAssistantForZValidationAssistant = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxCodeAssistantForZValidationAssistant(_ref10, ref) {
|
342
382
|
var children = _ref10.children,
|
343
383
|
_ref10$size = _ref10.size,
|
344
384
|
size = _ref10$size === void 0 ? 16 : _ref10$size,
|
@@ -350,16 +390,14 @@ var InformationDisabled = /*#__PURE__*/React__default.forwardRef(function Inform
|
|
350
390
|
xmlns: "http://www.w3.org/2000/svg",
|
351
391
|
viewBox: "0 0 32 32",
|
352
392
|
fill: "currentColor"
|
353
|
-
}, rest),
|
354
|
-
d: "
|
355
|
-
})), _path16 || (_path16 = /*#__PURE__*/React__default.createElement("path", {
|
356
|
-
d: "M5.67,22.0854A11.9829,11.9829,0,0,1,22.0856,5.67L23.54,4.2163A13.985,13.985,0,0,0,4.2162,23.54Z"
|
393
|
+
}, rest), _path19 || (_path19 = /*#__PURE__*/React__default.createElement("path", {
|
394
|
+
d: "M16,2c-7.7,0-14,6.3-14,14s2.7,9.5,6.7,12l1.1-1.7c-3.5-2.1-5.8-5.9-5.8-10.3,0-6.6,5.4-12,12-12s12,5.4,12,12h2c0-7.7-6.3-14-14-14ZM14,21.4l-5-5,1.4-1.4,3.6,3.6,7.6-7.6,1.4,1.4-9,9ZM29.2,27l-2.6,2.6,1.4,1.4,4-4-4-4-1.4,1.4,2.6,2.6ZM22.5,32l-1.9-.6,2.9-9.4,1.9.6-2.9,9.4ZM16.8,27l2.6-2.6-1.4-1.4-4,4,4,4,1.4-1.4-2.6-2.6Z"
|
357
395
|
})), children);
|
358
396
|
});
|
359
397
|
if (process.env.NODE_ENV !== "production") {
|
360
|
-
|
398
|
+
IbmWatsonxCodeAssistantForZValidationAssistant.propTypes = iconPropTypes;
|
361
399
|
}
|
362
|
-
var
|
400
|
+
var IbmWatsonxOrchestrate = /*#__PURE__*/React__default.forwardRef(function IbmWatsonxOrchestrate(_ref11, ref) {
|
363
401
|
var children = _ref11.children,
|
364
402
|
_ref11$size = _ref11.size,
|
365
403
|
size = _ref11$size === void 0 ? 16 : _ref11$size,
|
@@ -371,18 +409,28 @@ var InformationFilled = /*#__PURE__*/React__default.forwardRef(function Informat
|
|
371
409
|
xmlns: "http://www.w3.org/2000/svg",
|
372
410
|
viewBox: "0 0 32 32",
|
373
411
|
fill: "currentColor"
|
374
|
-
}, rest),
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
412
|
+
}, rest), _path20 || (_path20 = /*#__PURE__*/React__default.createElement("path", {
|
413
|
+
d: "m27.9248,19.4282c-1.123,1.6104-2.9641,2.5718-4.9248,2.5718-2.1233,0-4.0464-1.0874-5.1438-2.9092l-1.7129,1.0322c1.4624,2.4277,4.0256,3.877,6.8567,3.877,1.4231,0,2.7925-.3911,3.9922-1.0835-2.3442,3.6958-6.4814,6.0835-10.9922,6.0835-5.7104,0-10.8347-3.8184-12.4617-9.2852l-1.917.5703c1.8774,6.3086,7.79,10.7148,14.3787,10.7148s12.5012-4.4062,14.3787-10.7148l-2.4539-.8569Z"
|
414
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React__default.createElement("circle", {
|
415
|
+
cx: "30",
|
416
|
+
cy: "16",
|
417
|
+
r: "2"
|
418
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React__default.createElement("circle", {
|
419
|
+
cx: "2",
|
420
|
+
cy: "16",
|
421
|
+
r: "2"
|
422
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React__default.createElement("circle", {
|
423
|
+
cx: "16",
|
424
|
+
cy: "16",
|
425
|
+
r: "2"
|
426
|
+
})), _path21 || (_path21 = /*#__PURE__*/React__default.createElement("path", {
|
427
|
+
d: "m16,1C9.4114,1,3.4988,5.4062,1.6213,11.7148l2.4539.8569c1.123-1.6104,2.9641-2.5718,4.9248-2.5718s3.8018.9614,4.9248,2.5718l1.6406-1.144c-1.4971-2.1465-3.9514-3.4277-6.5654-3.4277-1.4231,0-2.7925.3911-3.9922,1.0835,2.3442-3.6953,6.4814-6.0835,10.9922-6.0835,5.7104,0,10.8347,3.8184,12.4617,9.2852l1.917-.5703c-1.8774-6.3086-7.79-10.7148-14.3787-10.7148Z"
|
380
428
|
})), children);
|
381
429
|
});
|
382
430
|
if (process.env.NODE_ENV !== "production") {
|
383
|
-
|
431
|
+
IbmWatsonxOrchestrate.propTypes = iconPropTypes;
|
384
432
|
}
|
385
|
-
var
|
433
|
+
var IbmZCloudModStack = /*#__PURE__*/React__default.forwardRef(function IbmZCloudModStack(_ref12, ref) {
|
386
434
|
var children = _ref12.children,
|
387
435
|
_ref12$size = _ref12.size,
|
388
436
|
size = _ref12$size === void 0 ? 16 : _ref12$size,
|
@@ -394,16 +442,18 @@ var InformationSquare = /*#__PURE__*/React__default.forwardRef(function Informat
|
|
394
442
|
xmlns: "http://www.w3.org/2000/svg",
|
395
443
|
viewBox: "0 0 32 32",
|
396
444
|
fill: "currentColor"
|
397
|
-
}, rest),
|
398
|
-
d: "
|
399
|
-
})),
|
400
|
-
d: "
|
445
|
+
}, rest), _path22 || (_path22 = /*#__PURE__*/React__default.createElement("path", {
|
446
|
+
d: "M18.496,27.386L16,28.842L5,22.426v-5.852l10.016-5.843C15.308,10.897,15.641,11,16,11c1.104,0,2-0.896,2-2s-0.896-2-2-2 s-2,0.896-2,2c0,0.003,0.001,0.005,0.001,0.008L3.496,15.136C3.189,15.315,3,15.645,3,16v7c0,0.355,0.189,0.685,0.496,0.864l12,7 C15.652,30.955,15.826,31,16,31s0.348-0.045,0.504-0.136l3-1.75L18.496,27.386z"
|
447
|
+
})), _path23 || (_path23 = /*#__PURE__*/React__default.createElement("path", {
|
448
|
+
d: "M28.504,8.136l-3-1.75l-1.008,1.728L27,9.574v12.852l-4.593,2.679l-10.409-6.093C11.999,19.007,12,19.004,12,19 c0-1.104-0.896-2-2-2s-2,0.896-2,2s0.896,2,2,2c0.358,0,0.69-0.102,0.981-0.267l10.92,6.393c0.156,0.091,0.331,0.137,0.505,0.137 c0.174,0,0.348-0.045,0.504-0.136l5.594-3.263C28.811,23.685,29,23.355,29,23V9C29,8.645,28.811,8.315,28.504,8.136z"
|
449
|
+
})), _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
|
450
|
+
d: "M23,17.277V5.5c0-0.355-0.189-0.685-0.496-0.864l-6-3.5C16.348,1.045,16.174,1,16,1s-0.348,0.045-0.504,0.136l-12,7 C3.189,8.315,3,8.645,3,9v2.999h2V9.574l11-6.417l5,2.917v11.203c-0.595,0.347-1,0.984-1,1.723c0,1.104,0.896,2,2,2s2-0.896,2-2 C24,18.262,23.595,17.624,23,17.277z"
|
401
451
|
})), children);
|
402
452
|
});
|
403
453
|
if (process.env.NODE_ENV !== "production") {
|
404
|
-
|
454
|
+
IbmZCloudModStack.propTypes = iconPropTypes;
|
405
455
|
}
|
406
|
-
var
|
456
|
+
var IbmZEnvironmentsDevSecOps = /*#__PURE__*/React__default.forwardRef(function IbmZEnvironmentsDevSecOps(_ref13, ref) {
|
407
457
|
var children = _ref13.children,
|
408
458
|
_ref13$size = _ref13.size,
|
409
459
|
size = _ref13$size === void 0 ? 16 : _ref13$size,
|
@@ -415,18 +465,18 @@ var InformationSquareFilled = /*#__PURE__*/React__default.forwardRef(function In
|
|
415
465
|
xmlns: "http://www.w3.org/2000/svg",
|
416
466
|
viewBox: "0 0 32 32",
|
417
467
|
fill: "currentColor"
|
418
|
-
}, rest),
|
419
|
-
|
420
|
-
|
421
|
-
"
|
422
|
-
})),
|
423
|
-
d: "
|
468
|
+
}, rest), _path25 || (_path25 = /*#__PURE__*/React__default.createElement("path", {
|
469
|
+
d: "m23.5,16v2c3.0327,0,5.5,2.4673,5.5,5.5s-2.4673,5.5-5.5,5.5-5.5-2.4673-5.5-5.5h-2c0,4.1422,3.3578,7.5,7.5,7.5s7.5-3.3578,7.5-7.5-3.3578-7.5-7.5-7.5Z"
|
470
|
+
})), _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
|
471
|
+
d: "M23.5 26c1.3807 0 2.5-1.1193 2.5-2.5s-1.1193-2.5-2.5-2.5c-.3217 0-.6268.066-.9093.1766l-4.8837-4.8837-1.4141 1.4141 4.8837 4.8837c-.1107.2825-.1766.5876-.1766.9093 0 1.3807 1.1193 2.5 2.5 2.5zM29 13h-2v-3.4257l-11-6.4166-3 1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12 7c.3071.1792.4961.5081.4961.8638v4zM7 6H9V16H7z"
|
472
|
+
})), _path27 || (_path27 = /*#__PURE__*/React__default.createElement("path", {
|
473
|
+
d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"
|
424
474
|
})), children);
|
425
475
|
});
|
426
476
|
if (process.env.NODE_ENV !== "production") {
|
427
|
-
|
477
|
+
IbmZEnvironmentsDevSecOps.propTypes = iconPropTypes;
|
428
478
|
}
|
429
|
-
var
|
479
|
+
var IbmZOpenEditor = /*#__PURE__*/React__default.forwardRef(function IbmZOpenEditor(_ref14, ref) {
|
430
480
|
var children = _ref14.children,
|
431
481
|
_ref14$size = _ref14.size,
|
432
482
|
size = _ref14$size === void 0 ? 16 : _ref14$size,
|
@@ -438,16 +488,14 @@ var InfrastructureClassic = /*#__PURE__*/React__default.forwardRef(function Infr
|
|
438
488
|
xmlns: "http://www.w3.org/2000/svg",
|
439
489
|
viewBox: "0 0 32 32",
|
440
490
|
fill: "currentColor"
|
441
|
-
}, rest),
|
442
|
-
d: "
|
443
|
-
})), _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
|
444
|
-
d: "M14,25H9.5A7.4964,7.4964,0,0,1,8.1782,10.124,10,10,0,0,1,28,12H26a7.999,7.999,0,0,0-15.9507-.87l-.09.8335L9.123,12.02A5.4962,5.4962,0,0,0,9.5,23H14Z"
|
491
|
+
}, rest), _path28 || (_path28 = /*#__PURE__*/React__default.createElement("path", {
|
492
|
+
d: "M29,13h-2v-3.4257l-11-6.4166-3,1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12,7c.3071.1792.4961.5081.4961.8638v4ZM7,16h2V6h-2v10ZM15,28.2718l-10.0013-5.8403v-13.4315h-1.9987v14.006c0,.3559.1889.6849.4958.8642l10.4971,6.1298,1.0072-1.7282h-.0001ZM26,17l-1.4141,1.4141,3.5854,3.5859-3.5854,3.5859,1.4141,1.4141,5-5-5-5ZM15,22l5,5,1.4141-1.4141-3.5854-3.5859,3.5854-3.5859-1.4141-1.4141-5,5Z"
|
445
493
|
})), children);
|
446
494
|
});
|
447
495
|
if (process.env.NODE_ENV !== "production") {
|
448
|
-
|
496
|
+
IbmZOpenEditor.propTypes = iconPropTypes;
|
449
497
|
}
|
450
|
-
var
|
498
|
+
var IbmZProcessorCapacityReference = /*#__PURE__*/React__default.forwardRef(function IbmZProcessorCapacityReference(_ref15, ref) {
|
451
499
|
var children = _ref15.children,
|
452
500
|
_ref15$size = _ref15.size,
|
453
501
|
size = _ref15$size === void 0 ? 16 : _ref15$size,
|
@@ -459,14 +507,16 @@ var Insert = /*#__PURE__*/React__default.forwardRef(function Insert(_ref15, ref)
|
|
459
507
|
xmlns: "http://www.w3.org/2000/svg",
|
460
508
|
viewBox: "0 0 32 32",
|
461
509
|
fill: "currentColor"
|
462
|
-
}, rest),
|
463
|
-
d: "
|
510
|
+
}, rest), _path29 || (_path29 = /*#__PURE__*/React__default.createElement("path", {
|
511
|
+
d: "M25 25H27V29H25zM21 23H23V29H21zM29 20H31V29H29z"
|
512
|
+
})), _path30 || (_path30 = /*#__PURE__*/React__default.createElement("path", {
|
513
|
+
d: "M30 17V5c0-1.1046-.8954-2-2-2h-9c-1.1046 0-2 .8954-2 2v24h2V5h9v12h2zM13 3H4c-1.1046 0-2 .8954-2 2v22c0 1.1046.8954 2 2 2h9c1.1046 0 2-.8954 2-2V5c0-1.1046-.8954-2-2-2zm-9 2.9635l8.2998 6.0365-8.2998 6.0365V5.9635zm0 21.0365v-5.0366l6.9253 5.0366h-6.9253zm9-.9635l-8.2998-6.0365 8.2998-6.0365v12.073zm0-15.9999l-6.9253-5.0366h6.9253v5.0366z"
|
464
514
|
})), children);
|
465
515
|
});
|
466
516
|
if (process.env.NODE_ENV !== "production") {
|
467
|
-
|
517
|
+
IbmZProcessorCapacityReference.propTypes = iconPropTypes;
|
468
518
|
}
|
469
|
-
var
|
519
|
+
var IbmZCloudProvisioning = /*#__PURE__*/React__default.forwardRef(function IbmZCloudProvisioning(_ref16, ref) {
|
470
520
|
var children = _ref16.children,
|
471
521
|
_ref16$size = _ref16.size,
|
472
522
|
size = _ref16$size === void 0 ? 16 : _ref16$size,
|
@@ -478,14 +528,16 @@ var InsertPage = /*#__PURE__*/React__default.forwardRef(function InsertPage(_ref
|
|
478
528
|
xmlns: "http://www.w3.org/2000/svg",
|
479
529
|
viewBox: "0 0 32 32",
|
480
530
|
fill: "currentColor"
|
481
|
-
}, rest),
|
482
|
-
d: "
|
531
|
+
}, rest), _path31 || (_path31 = /*#__PURE__*/React__default.createElement("path", {
|
532
|
+
d: "M10 17H14V21H10zM17 10H21V14H17zM17 17H21V21H17z"
|
533
|
+
})), _path32 || (_path32 = /*#__PURE__*/React__default.createElement("path", {
|
534
|
+
d: "M19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
|
483
535
|
})), children);
|
484
536
|
});
|
485
537
|
if (process.env.NODE_ENV !== "production") {
|
486
|
-
|
538
|
+
IbmZCloudProvisioning.propTypes = iconPropTypes;
|
487
539
|
}
|
488
|
-
var
|
540
|
+
var IbmZOs = /*#__PURE__*/React__default.forwardRef(function IbmZOs(_ref17, ref) {
|
489
541
|
var children = _ref17.children,
|
490
542
|
_ref17$size = _ref17.size,
|
491
543
|
size = _ref17$size === void 0 ? 16 : _ref17$size,
|
@@ -497,16 +549,14 @@ var InsertSyntax = /*#__PURE__*/React__default.forwardRef(function InsertSyntax(
|
|
497
549
|
xmlns: "http://www.w3.org/2000/svg",
|
498
550
|
viewBox: "0 0 32 32",
|
499
551
|
fill: "currentColor"
|
500
|
-
}, rest),
|
501
|
-
d: "
|
502
|
-
})), _path28 || (_path28 = /*#__PURE__*/React__default.createElement("path", {
|
503
|
-
d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
|
552
|
+
}, rest), _path33 || (_path33 = /*#__PURE__*/React__default.createElement("path", {
|
553
|
+
d: "M16 32c-5.0793 0-9.7449-2.3319-12.7998-6.3979l1.5991-1.2014c2.6736 3.5585 6.7561 5.5994 11.2007 5.5994s8.5281-2.0413 11.2014-5.6005l1.5991 1.2012c-3.0547 4.0668-7.7202 6.3993-12.8005 6.3993zM30 22h-5v-2h5v-3h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h5v2h-5v3h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zM21 22h-4c-1.1028 0-2-.8972-2-2v-8c0-1.1028.8972-2 2-2h4c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-4-10v8h4v-8h-4zM11.4458 10L7.4458 22 9.5542 22 13.5542 10 11.4458 10zM6 22L0 22 0 19.6973 3.7981 14 0 14 0 12 6 12 6 14.3027 2.2019 20 6 20 6 22zM16.0001 0C10.9207 0 6.2552 2.3319 3.2003 6.3979l1.5991 1.2014c2.6736-3.5585 6.7561-5.5994 11.2007-5.5994s8.5281 2.0413 11.2014 5.6005l1.5991-1.2012C25.7459 2.3325 21.0804 0 16.0001 0z"
|
504
554
|
})), children);
|
505
555
|
});
|
506
556
|
if (process.env.NODE_ENV !== "production") {
|
507
|
-
|
557
|
+
IbmZOs.propTypes = iconPropTypes;
|
508
558
|
}
|
509
|
-
var
|
559
|
+
var IbmZOsAiControlInterface = /*#__PURE__*/React__default.forwardRef(function IbmZOsAiControlInterface(_ref18, ref) {
|
510
560
|
var children = _ref18.children,
|
511
561
|
_ref18$size = _ref18.size,
|
512
562
|
size = _ref18$size === void 0 ? 16 : _ref18$size,
|
@@ -518,16 +568,34 @@ var Inspection = /*#__PURE__*/React__default.forwardRef(function Inspection(_ref
|
|
518
568
|
xmlns: "http://www.w3.org/2000/svg",
|
519
569
|
viewBox: "0 0 32 32",
|
520
570
|
fill: "currentColor"
|
521
|
-
}, rest),
|
522
|
-
|
523
|
-
|
524
|
-
|
571
|
+
}, rest), _circle17 || (_circle17 = /*#__PURE__*/React__default.createElement("circle", {
|
572
|
+
cx: "12",
|
573
|
+
cy: "21",
|
574
|
+
r: "1"
|
575
|
+
})), _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
|
576
|
+
d: "m23,25h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
|
577
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React__default.createElement("circle", {
|
578
|
+
cx: "12",
|
579
|
+
cy: "11",
|
580
|
+
r: "1"
|
581
|
+
})), _path35 || (_path35 = /*#__PURE__*/React__default.createElement("path", {
|
582
|
+
d: "m23,15h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
|
583
|
+
})), _path36 || (_path36 = /*#__PURE__*/React__default.createElement("path", {
|
584
|
+
d: "m28,30H4c-1.103,0-2-.897-2-2v-12h2v12h24V4h-12v-2h12c1.103,0,2,.897,2,2v24c0,1.103-.897,2-2,2Z"
|
585
|
+
})), _path37 || (_path37 = /*#__PURE__*/React__default.createElement("path", {
|
586
|
+
d: "M8.5 1.5H13.5V3.5H8.5z",
|
587
|
+
transform: "rotate(90 11 2.5)"
|
588
|
+
})), _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
|
589
|
+
d: "M1.975 3.475H6.975V5.475H1.975z",
|
590
|
+
transform: "rotate(45 4.475 4.475)"
|
591
|
+
})), _path39 || (_path39 = /*#__PURE__*/React__default.createElement("path", {
|
592
|
+
d: "M0 10H5V12H0z"
|
525
593
|
})), children);
|
526
594
|
});
|
527
595
|
if (process.env.NODE_ENV !== "production") {
|
528
|
-
|
596
|
+
IbmZOsAiControlInterface.propTypes = iconPropTypes;
|
529
597
|
}
|
530
|
-
var
|
598
|
+
var IbmZOsContainers = /*#__PURE__*/React__default.forwardRef(function IbmZOsContainers(_ref19, ref) {
|
531
599
|
var children = _ref19.children,
|
532
600
|
_ref19$size = _ref19.size,
|
533
601
|
size = _ref19$size === void 0 ? 16 : _ref19$size,
|
@@ -539,20 +607,16 @@ var InstanceBx = /*#__PURE__*/React__default.forwardRef(function InstanceBx(_ref
|
|
539
607
|
xmlns: "http://www.w3.org/2000/svg",
|
540
608
|
viewBox: "0 0 32 32",
|
541
609
|
fill: "currentColor"
|
542
|
-
}, rest),
|
543
|
-
d: "
|
544
|
-
})),
|
545
|
-
|
546
|
-
cy: "27",
|
547
|
-
r: "1"
|
548
|
-
})), _path32 || (_path32 = /*#__PURE__*/React__default.createElement("path", {
|
549
|
-
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
610
|
+
}, rest), _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
|
611
|
+
d: "m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z"
|
612
|
+
})), _path41 || (_path41 = /*#__PURE__*/React__default.createElement("path", {
|
613
|
+
d: "m20,15v2h7v10h-10V3H5c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h22c1.1028,0,2-.8975,2-2v-12h-9Zm-13.5859,2h8.5859v8.5859l-8.5859-8.5859Zm8.5859-2H6.4141L15,6.4141v8.5859Zm-1.4141-10L5,13.5859V5h8.5859Zm-8.5859,13.4141l8.5859,8.5859H5v-8.5859Z"
|
550
614
|
})), children);
|
551
615
|
});
|
552
616
|
if (process.env.NODE_ENV !== "production") {
|
553
|
-
|
617
|
+
IbmZOsContainers.propTypes = iconPropTypes;
|
554
618
|
}
|
555
|
-
var
|
619
|
+
var IbmZOsPackageManager = /*#__PURE__*/React__default.forwardRef(function IbmZOsPackageManager(_ref20, ref) {
|
556
620
|
var children = _ref20.children,
|
557
621
|
_ref20$size = _ref20.size,
|
558
622
|
size = _ref20$size === void 0 ? 16 : _ref20$size,
|
@@ -564,20 +628,14 @@ var InstanceClassic = /*#__PURE__*/React__default.forwardRef(function InstanceCl
|
|
564
628
|
xmlns: "http://www.w3.org/2000/svg",
|
565
629
|
viewBox: "0 0 32 32",
|
566
630
|
fill: "currentColor"
|
567
|
-
}, rest),
|
568
|
-
d: "
|
569
|
-
})), _circle2 || (_circle2 = /*#__PURE__*/React__default.createElement("circle", {
|
570
|
-
cx: "9",
|
571
|
-
cy: "27",
|
572
|
-
r: "1"
|
573
|
-
})), _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
|
574
|
-
d: "M26,23H17V15.83l2.59,2.58L21,17l-5-5-5,5,1.41,1.41L15,15.83V23H6a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V25A2.0023,2.0023,0,0,0,26,23Zm0,6H6V25H26Z"
|
631
|
+
}, rest), _path42 || (_path42 = /*#__PURE__*/React__default.createElement("path", {
|
632
|
+
d: "M15 9v10.172l-2.586-2.586L11 18l5 5 5-5-1.414-1.414L17 19.172V9H15zM19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
|
575
633
|
})), children);
|
576
634
|
});
|
577
635
|
if (process.env.NODE_ENV !== "production") {
|
578
|
-
|
636
|
+
IbmZOsPackageManager.propTypes = iconPropTypes;
|
579
637
|
}
|
580
|
-
var
|
638
|
+
var WatsonHealthICa_2D = /*#__PURE__*/React__default.forwardRef(function WatsonHealthICa_2D(_ref21, ref) {
|
581
639
|
var children = _ref21.children,
|
582
640
|
_ref21$size = _ref21.size,
|
583
641
|
size = _ref21$size === void 0 ? 16 : _ref21$size,
|
@@ -589,18 +647,14 @@ var InstanceCx = /*#__PURE__*/React__default.forwardRef(function InstanceCx(_ref
|
|
589
647
|
xmlns: "http://www.w3.org/2000/svg",
|
590
648
|
viewBox: "0 0 32 32",
|
591
649
|
fill: "currentColor"
|
592
|
-
}, rest),
|
593
|
-
|
594
|
-
cy: "27",
|
595
|
-
r: "1"
|
596
|
-
})), _path35 || (_path35 = /*#__PURE__*/React__default.createElement("path", {
|
597
|
-
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM12 15H6a2.0023 2.0023 0 01-2-2V4A2.002 2.002 0 016 2h6V4H6v9h6zM2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
650
|
+
}, rest), _path43 || (_path43 = /*#__PURE__*/React__default.createElement("path", {
|
651
|
+
d: "M22 24H10a2.0023 2.0023 0 01-2-2V10a2.0023 2.0023 0 012-2H22a2.0023 2.0023 0 012 2V22A2.0023 2.0023 0 0122 24zM10 10V22H22V10zM11 2L2 2 2 11 4 11 4 4 11 4 11 2zM2 21L2 30 11 30 11 28 4 28 4 21 2 21zM30 11L30 2 21 2 21 4 28 4 28 11 30 11zM21 30L30 30 30 21 28 21 28 28 21 28 21 30z"
|
598
652
|
})), children);
|
599
653
|
});
|
600
654
|
if (process.env.NODE_ENV !== "production") {
|
601
|
-
|
655
|
+
WatsonHealthICa_2D.propTypes = iconPropTypes;
|
602
656
|
}
|
603
|
-
var
|
657
|
+
var IceAccretion = /*#__PURE__*/React__default.forwardRef(function IceAccretion(_ref22, ref) {
|
604
658
|
var children = _ref22.children,
|
605
659
|
_ref22$size = _ref22.size,
|
606
660
|
size = _ref22$size === void 0 ? 16 : _ref22$size,
|
@@ -612,20 +666,16 @@ var InstanceMx = /*#__PURE__*/React__default.forwardRef(function InstanceMx(_ref
|
|
612
666
|
xmlns: "http://www.w3.org/2000/svg",
|
613
667
|
viewBox: "0 0 32 32",
|
614
668
|
fill: "currentColor"
|
615
|
-
}, rest),
|
616
|
-
d: "
|
617
|
-
})),
|
618
|
-
|
619
|
-
cy: "27",
|
620
|
-
r: "1"
|
621
|
-
})), _path37 || (_path37 = /*#__PURE__*/React__default.createElement("path", {
|
622
|
-
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
669
|
+
}, rest), _path44 || (_path44 = /*#__PURE__*/React__default.createElement("path", {
|
670
|
+
d: "M4 2A2 2 0 002 4V20l1 2 1-2V4H8V14l1 2 1-2V2zM28 2H14v8l1 2 1-2V4h2V17l1 2 1-2V4h4V14l1 2 1-2V4h2V24l1 2 1-2V4A2 2 0 0028 2zM14 28L13 30 12 28 12 16 14 16 14 28z"
|
671
|
+
})), _path45 || (_path45 = /*#__PURE__*/React__default.createElement("path", {
|
672
|
+
d: "M24 26L23 28 22 26 22 20 24 20 24 26zM8 24L7 26 6 24 6 18 8 18 8 24z"
|
623
673
|
})), children);
|
624
674
|
});
|
625
675
|
if (process.env.NODE_ENV !== "production") {
|
626
|
-
|
676
|
+
IceAccretion.propTypes = iconPropTypes;
|
627
677
|
}
|
628
|
-
var
|
678
|
+
var IceVision = /*#__PURE__*/React__default.forwardRef(function IceVision(_ref23, ref) {
|
629
679
|
var children = _ref23.children,
|
630
680
|
_ref23$size = _ref23.size,
|
631
681
|
size = _ref23$size === void 0 ? 16 : _ref23$size,
|
@@ -637,18 +687,16 @@ var InstanceVirtual = /*#__PURE__*/React__default.forwardRef(function InstanceVi
|
|
637
687
|
xmlns: "http://www.w3.org/2000/svg",
|
638
688
|
viewBox: "0 0 32 32",
|
639
689
|
fill: "currentColor"
|
640
|
-
}, rest),
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
})), _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
|
645
|
-
d: "M2 6H6V8H2zM8 6H12V8H8zM14 6H18V8H14zM20 6H24V8H20zM26 6H30V8H26zM28 28H4a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 28zM4 20v6H28V20zM2 12H30V14H2z"
|
690
|
+
}, rest), _path46 || (_path46 = /*#__PURE__*/React__default.createElement("path", {
|
691
|
+
d: "M19 14L19 21 20 23 21 21 21 14 19 14zM17 14H13a2 2 0 00-2 2v4l1 2 1-2V16h2v7l1 2 1-2z"
|
692
|
+
})), _path47 || (_path47 = /*#__PURE__*/React__default.createElement("path", {
|
693
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
646
694
|
})), children);
|
647
695
|
});
|
648
696
|
if (process.env.NODE_ENV !== "production") {
|
649
|
-
|
697
|
+
IceVision.propTypes = iconPropTypes;
|
650
698
|
}
|
651
|
-
var
|
699
|
+
var QID = /*#__PURE__*/React__default.forwardRef(function QID(_ref24, ref) {
|
652
700
|
var children = _ref24.children,
|
653
701
|
_ref24$size = _ref24.size,
|
654
702
|
size = _ref24$size === void 0 ? 16 : _ref24$size,
|
@@ -660,14 +708,14 @@ var Integration = /*#__PURE__*/React__default.forwardRef(function Integration(_r
|
|
660
708
|
xmlns: "http://www.w3.org/2000/svg",
|
661
709
|
viewBox: "0 0 32 32",
|
662
710
|
fill: "currentColor"
|
663
|
-
}, rest),
|
664
|
-
d: "
|
711
|
+
}, rest), _path48 || (_path48 = /*#__PURE__*/React__default.createElement("path", {
|
712
|
+
d: "M10 9H12V11H10zM18 23H14V9h4a4 4 0 014 4v6A4 4 0 0118 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H16zM10 13H12V23H10z"
|
665
713
|
})), children);
|
666
714
|
});
|
667
715
|
if (process.env.NODE_ENV !== "production") {
|
668
|
-
|
716
|
+
QID.propTypes = iconPropTypes;
|
669
717
|
}
|
670
|
-
var
|
718
|
+
var IdManagement = /*#__PURE__*/React__default.forwardRef(function IdManagement(_ref25, ref) {
|
671
719
|
var children = _ref25.children,
|
672
720
|
_ref25$size = _ref25.size,
|
673
721
|
size = _ref25$size === void 0 ? 16 : _ref25$size,
|
@@ -679,16 +727,18 @@ var IntentRequestActive = /*#__PURE__*/React__default.forwardRef(function Intent
|
|
679
727
|
xmlns: "http://www.w3.org/2000/svg",
|
680
728
|
viewBox: "0 0 32 32",
|
681
729
|
fill: "currentColor"
|
682
|
-
}, rest),
|
683
|
-
d: "
|
684
|
-
})),
|
685
|
-
d: "
|
730
|
+
}, rest), _path49 || (_path49 = /*#__PURE__*/React__default.createElement("path", {
|
731
|
+
d: "M15 20H9a3 3 0 00-3 3v2H8V23a1 1 0 011-1h6a1 1 0 011 1v2h2V23A3 3 0 0015 20zM12 19a4 4 0 10-4-4A4 4 0 0012 19zm0-6a2 2 0 11-2 2A2 2 0 0112 13z"
|
732
|
+
})), _path50 || (_path50 = /*#__PURE__*/React__default.createElement("path", {
|
733
|
+
d: "M28,19v9H4V8H16V6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V19Z"
|
734
|
+
})), _path51 || (_path51 = /*#__PURE__*/React__default.createElement("path", {
|
735
|
+
d: "M20 19H26V21H20zM22 23H26V25H22zM32 10V8H29.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0026 4.1011V2H24V4.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0020.1011 8H18v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0024 13.8989V16h2V13.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0029.8989 10zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0125 12z"
|
686
736
|
})), children);
|
687
737
|
});
|
688
738
|
if (process.env.NODE_ENV !== "production") {
|
689
|
-
|
739
|
+
IdManagement.propTypes = iconPropTypes;
|
690
740
|
}
|
691
|
-
var
|
741
|
+
var Idea = /*#__PURE__*/React__default.forwardRef(function Idea(_ref26, ref) {
|
692
742
|
var children = _ref26.children,
|
693
743
|
_ref26$size = _ref26.size,
|
694
744
|
size = _ref26$size === void 0 ? 16 : _ref26$size,
|
@@ -700,16 +750,14 @@ var IntentRequestCreate = /*#__PURE__*/React__default.forwardRef(function Intent
|
|
700
750
|
xmlns: "http://www.w3.org/2000/svg",
|
701
751
|
viewBox: "0 0 32 32",
|
702
752
|
fill: "currentColor"
|
703
|
-
}, rest),
|
704
|
-
d: "
|
705
|
-
})), _path43 || (_path43 = /*#__PURE__*/React__default.createElement("path", {
|
706
|
-
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
753
|
+
}, rest), _path52 || (_path52 = /*#__PURE__*/React__default.createElement("path", {
|
754
|
+
d: "M11 24H21V26H11zM13 28H19V30H13zM16 2A10 10 0 006 12a9.19 9.19 0 003.46 7.62c1 .93 1.54 1.46 1.54 2.38h2c0-1.84-1.11-2.87-2.19-3.86A7.2 7.2 0 018 12a8 8 0 0116 0 7.2 7.2 0 01-2.82 6.14c-1.07 1-2.18 2-2.18 3.86h2c0-.92.53-1.45 1.54-2.39A9.18 9.18 0 0026 12 10 10 0 0016 2z"
|
707
755
|
})), children);
|
708
756
|
});
|
709
757
|
if (process.env.NODE_ENV !== "production") {
|
710
|
-
|
758
|
+
Idea.propTypes = iconPropTypes;
|
711
759
|
}
|
712
|
-
var
|
760
|
+
var Identification = /*#__PURE__*/React__default.forwardRef(function Identification(_ref27, ref) {
|
713
761
|
var children = _ref27.children,
|
714
762
|
_ref27$size = _ref27.size,
|
715
763
|
size = _ref27$size === void 0 ? 16 : _ref27$size,
|
@@ -721,16 +769,16 @@ var IntentRequestHeal = /*#__PURE__*/React__default.forwardRef(function IntentRe
|
|
721
769
|
xmlns: "http://www.w3.org/2000/svg",
|
722
770
|
viewBox: "0 0 32 32",
|
723
771
|
fill: "currentColor"
|
724
|
-
}, rest),
|
725
|
-
d: "
|
726
|
-
})),
|
727
|
-
d: "
|
772
|
+
}, rest), _path53 || (_path53 = /*#__PURE__*/React__default.createElement("path", {
|
773
|
+
d: "M28,6V26H4V6H28m0-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
|
774
|
+
})), _path54 || (_path54 = /*#__PURE__*/React__default.createElement("path", {
|
775
|
+
d: "M6 10H13V12H6zM6 14H10V16H6zM23 18H17a3 3 0 00-3 3v2h2V21a1 1 0 011-1h6a1 1 0 011 1v2h2V21A3 3 0 0023 18zM20 17a4 4 0 10-4-4A4 4 0 0020 17zm0-6a2 2 0 11-2 2A2 2 0 0120 11z"
|
728
776
|
})), children);
|
729
777
|
});
|
730
778
|
if (process.env.NODE_ENV !== "production") {
|
731
|
-
|
779
|
+
Identification.propTypes = iconPropTypes;
|
732
780
|
}
|
733
|
-
var
|
781
|
+
var Image = /*#__PURE__*/React__default.forwardRef(function Image(_ref28, ref) {
|
734
782
|
var children = _ref28.children,
|
735
783
|
_ref28$size = _ref28.size,
|
736
784
|
size = _ref28$size === void 0 ? 16 : _ref28$size,
|
@@ -742,26 +790,16 @@ var IntentRequestInactive = /*#__PURE__*/React__default.forwardRef(function Inte
|
|
742
790
|
xmlns: "http://www.w3.org/2000/svg",
|
743
791
|
viewBox: "0 0 32 32",
|
744
792
|
fill: "currentColor"
|
745
|
-
}, rest),
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React__default.createElement("circle", {
|
750
|
-
cx: "23.5",
|
751
|
-
cy: "22.5",
|
752
|
-
r: "1.5"
|
753
|
-
})), _circle8 || (_circle8 = /*#__PURE__*/React__default.createElement("circle", {
|
754
|
-
cx: "28.5",
|
755
|
-
cy: "22.5",
|
756
|
-
r: "1.5"
|
757
|
-
})), _path46 || (_path46 = /*#__PURE__*/React__default.createElement("path", {
|
758
|
-
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
793
|
+
}, rest), _path55 || (_path55 = /*#__PURE__*/React__default.createElement("path", {
|
794
|
+
d: "M19,14a3,3,0,1,0-3-3A3,3,0,0,0,19,14Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,19,10Z"
|
795
|
+
})), _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
|
796
|
+
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,4Zm0,22H6V20l5-5,5.59,5.59a2,2,0,0,0,2.82,0L21,19l5,5Zm0-4.83-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17l-5.59-5.59a2,2,0,0,0-2.82,0L6,17.17V6H26Z"
|
759
797
|
})), children);
|
760
798
|
});
|
761
799
|
if (process.env.NODE_ENV !== "production") {
|
762
|
-
|
800
|
+
Image.propTypes = iconPropTypes;
|
763
801
|
}
|
764
|
-
var
|
802
|
+
var ImageCopy = /*#__PURE__*/React__default.forwardRef(function ImageCopy(_ref29, ref) {
|
765
803
|
var children = _ref29.children,
|
766
804
|
_ref29$size = _ref29.size,
|
767
805
|
size = _ref29$size === void 0 ? 16 : _ref29$size,
|
@@ -773,14 +811,16 @@ var IntentRequestScaleIn = /*#__PURE__*/React__default.forwardRef(function Inten
|
|
773
811
|
xmlns: "http://www.w3.org/2000/svg",
|
774
812
|
viewBox: "0 0 32 32",
|
775
813
|
fill: "currentColor"
|
776
|
-
}, rest),
|
777
|
-
d: "
|
814
|
+
}, rest), _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
|
815
|
+
d: "M4 22H2V4A2.0023 2.0023 0 014 2H22V4H4zM21 17a3 3 0 10-3-3A3.0033 3.0033 0 0021 17zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0121 13z"
|
816
|
+
})), _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
|
817
|
+
d: "M28,7H9A2.0025,2.0025,0,0,0,7,9V28a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V9A2.0025,2.0025,0,0,0,28,7Zm0,21H9v-6l4-3.9971,5.5859,5.586a2,2,0,0,0,2.8282,0L23,22.0034,28,27Zm0-3.8281-3.5859-3.586a2,2,0,0,0-2.8282,0L20,22.1719l-5.5859-5.586a2,2,0,0,0-2.8282,0L9,19.1719V9H28Z"
|
778
818
|
})), children);
|
779
819
|
});
|
780
820
|
if (process.env.NODE_ENV !== "production") {
|
781
|
-
|
821
|
+
ImageCopy.propTypes = iconPropTypes;
|
782
822
|
}
|
783
|
-
var
|
823
|
+
var ImageMedical = /*#__PURE__*/React__default.forwardRef(function ImageMedical(_ref30, ref) {
|
784
824
|
var children = _ref30.children,
|
785
825
|
_ref30$size = _ref30.size,
|
786
826
|
size = _ref30$size === void 0 ? 16 : _ref30$size,
|
@@ -792,14 +832,16 @@ var IntentRequestScaleOut = /*#__PURE__*/React__default.forwardRef(function Inte
|
|
792
832
|
xmlns: "http://www.w3.org/2000/svg",
|
793
833
|
viewBox: "0 0 32 32",
|
794
834
|
fill: "currentColor"
|
795
|
-
}, rest),
|
796
|
-
d: "
|
835
|
+
}, rest), _path59 || (_path59 = /*#__PURE__*/React__default.createElement("path", {
|
836
|
+
d: "M26,6V26H6V6H26m0-2H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
|
837
|
+
})), _path60 || (_path60 = /*#__PURE__*/React__default.createElement("path", {
|
838
|
+
d: "M22 16L22 14 17 14 17 12 20 12 20 10 17 10 17 8 15 8 15 10 12 10 12 12 15 12 15 14 10 14 10 16 15 16 15 18 10 18 10 20 15 20 15 22 12 22 12 24 20 24 20 22 17 22 17 20 22 20 22 18 17 18 17 16 22 16z"
|
797
839
|
})), children);
|
798
840
|
});
|
799
841
|
if (process.env.NODE_ENV !== "production") {
|
800
|
-
|
842
|
+
ImageMedical.propTypes = iconPropTypes;
|
801
843
|
}
|
802
|
-
var
|
844
|
+
var ImageReference = /*#__PURE__*/React__default.forwardRef(function ImageReference(_ref31, ref) {
|
803
845
|
var children = _ref31.children,
|
804
846
|
_ref31$size = _ref31.size,
|
805
847
|
size = _ref31$size === void 0 ? 16 : _ref31$size,
|
@@ -811,16 +853,16 @@ var IntentRequestUninstall = /*#__PURE__*/React__default.forwardRef(function Int
|
|
811
853
|
xmlns: "http://www.w3.org/2000/svg",
|
812
854
|
viewBox: "0 0 32 32",
|
813
855
|
fill: "currentColor"
|
814
|
-
}, rest),
|
815
|
-
d: "
|
816
|
-
})),
|
817
|
-
d: "
|
856
|
+
}, rest), _path61 || (_path61 = /*#__PURE__*/React__default.createElement("path", {
|
857
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM19 14a3 3 0 10-3-3A3 3 0 0019 14zm0-4a1 1 0 11-1 1A1 1 0 0119 10z"
|
858
|
+
})), _path62 || (_path62 = /*#__PURE__*/React__default.createElement("path", {
|
859
|
+
d: "M26,4H6A2,2,0,0,0,4,6V16H6V6H26V21.17l-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17,11.8308,13l-1.4151,1.4155L14,18l2.59,2.59a2,2,0,0,0,2.82,0L21,19l5,5v2H16v2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Z"
|
818
860
|
})), children);
|
819
861
|
});
|
820
862
|
if (process.env.NODE_ENV !== "production") {
|
821
|
-
|
863
|
+
ImageReference.propTypes = iconPropTypes;
|
822
864
|
}
|
823
|
-
var
|
865
|
+
var ImageSearch = /*#__PURE__*/React__default.forwardRef(function ImageSearch(_ref32, ref) {
|
824
866
|
var children = _ref32.children,
|
825
867
|
_ref32$size = _ref32.size,
|
826
868
|
size = _ref32$size === void 0 ? 16 : _ref32$size,
|
@@ -832,33 +874,20 @@ var IntentRequestUpgrade = /*#__PURE__*/React__default.forwardRef(function Inten
|
|
832
874
|
xmlns: "http://www.w3.org/2000/svg",
|
833
875
|
viewBox: "0 0 32 32",
|
834
876
|
fill: "currentColor"
|
835
|
-
}, rest),
|
836
|
-
d: "
|
837
|
-
})),
|
838
|
-
d: "
|
877
|
+
}, rest), _path63 || (_path63 = /*#__PURE__*/React__default.createElement("path", {
|
878
|
+
d: "M24 14a5.99 5.99 0 00-4.885 9.4712L14 28.5859 15.4141 30l5.1147-5.1147A5.9971 5.9971 0 1024 14zm0 10a4 4 0 114-4A4.0045 4.0045 0 0124 24zM17 12a3 3 0 10-3-3A3.0033 3.0033 0 0017 12zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0117 8z"
|
879
|
+
})), _path64 || (_path64 = /*#__PURE__*/React__default.createElement("path", {
|
880
|
+
d: "M12,24H4V17.9966L9,13l5.5859,5.5859L16,17.168l-5.5859-5.5855a2,2,0,0,0-2.8282,0L4,15.168V4H24v6h2V4a2.0023,2.0023,0,0,0-2-2H4A2.002,2.002,0,0,0,2,4V24a2.0023,2.0023,0,0,0,2,2h8Z"
|
839
881
|
})), children);
|
840
882
|
});
|
841
883
|
if (process.env.NODE_ENV !== "production") {
|
842
|
-
|
884
|
+
ImageSearch.propTypes = iconPropTypes;
|
843
885
|
}
|
844
|
-
var
|
886
|
+
var ImageSearchAlt = /*#__PURE__*/React__default.forwardRef(function ImageSearchAlt(_ref33, ref) {
|
845
887
|
var children = _ref33.children,
|
846
888
|
_ref33$size = _ref33.size,
|
847
889
|
size = _ref33$size === void 0 ? 16 : _ref33$size,
|
848
890
|
rest = _objectWithoutProperties(_ref33, _excluded33);
|
849
|
-
if (size === 16 || size === "16" || size === "16px") {
|
850
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
851
|
-
width: size,
|
852
|
-
height: size,
|
853
|
-
ref: ref,
|
854
|
-
xmlns: "http://www.w3.org/2000/svg",
|
855
|
-
viewBox: "0 0 16 16",
|
856
|
-
fill: "currentColor"
|
857
|
-
}, rest), _path53 || (_path53 = /*#__PURE__*/React__default.createElement("path", {
|
858
|
-
fillRule: "evenodd",
|
859
|
-
d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"
|
860
|
-
})), children);
|
861
|
-
}
|
862
891
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
863
892
|
width: size,
|
864
893
|
height: size,
|
@@ -866,14 +895,16 @@ var Interactions = /*#__PURE__*/React__default.forwardRef(function Interactions(
|
|
866
895
|
xmlns: "http://www.w3.org/2000/svg",
|
867
896
|
viewBox: "0 0 32 32",
|
868
897
|
fill: "currentColor"
|
869
|
-
}, rest),
|
870
|
-
d: "
|
898
|
+
}, rest), _path65 || (_path65 = /*#__PURE__*/React__default.createElement("path", {
|
899
|
+
d: "M10,16a5.9908,5.9908,0,0,0,9.4712,4.8853L24.5859,26,26,24.5859l-5.115-5.1147A5.997,5.997,0,1,0,10,16Zm2,0a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Z"
|
900
|
+
})), _path66 || (_path66 = /*#__PURE__*/React__default.createElement("path", {
|
901
|
+
d: "M29,7H22.54L20.83,4.45A.9946.9946,0,0,0,20,4H12a.9946.9946,0,0,0-.83.45L9.46,7H3A1.0031,1.0031,0,0,0,2,8V25a1.0031,1.0031,0,0,0,1,1h9V24H4V9h6a.9946.9946,0,0,0,.83-.45L12.54,6h6.92l1.71,2.55A.9946.9946,0,0,0,22,9h6V21h2V8A1.0031,1.0031,0,0,0,29,7Z"
|
871
902
|
})), children);
|
872
903
|
});
|
873
904
|
if (process.env.NODE_ENV !== "production") {
|
874
|
-
|
905
|
+
ImageSearchAlt.propTypes = iconPropTypes;
|
875
906
|
}
|
876
|
-
var
|
907
|
+
var WatsonHealthImageAvailabilityLocal = /*#__PURE__*/React__default.forwardRef(function WatsonHealthImageAvailabilityLocal(_ref34, ref) {
|
877
908
|
var children = _ref34.children,
|
878
909
|
_ref34$size = _ref34.size,
|
879
910
|
size = _ref34$size === void 0 ? 16 : _ref34$size,
|
@@ -885,25 +916,16 @@ var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React__default.forw
|
|
885
916
|
xmlns: "http://www.w3.org/2000/svg",
|
886
917
|
viewBox: "0 0 32 32",
|
887
918
|
fill: "currentColor"
|
888
|
-
}, rest),
|
889
|
-
d: "
|
890
|
-
})),
|
891
|
-
d: "
|
892
|
-
transform: "rotate(-45 9 20)"
|
893
|
-
})), _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
|
894
|
-
d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
|
895
|
-
transform: "rotate(-45 20 9)"
|
896
|
-
})), _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
|
897
|
-
d: "M7.586 7.586H10.414V10.414H7.586z",
|
898
|
-
transform: "rotate(-45 9 9)"
|
899
|
-
})), _path59 || (_path59 = /*#__PURE__*/React__default.createElement("path", {
|
900
|
-
d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
919
|
+
}, rest), _path67 || (_path67 = /*#__PURE__*/React__default.createElement("path", {
|
920
|
+
d: "M16,18c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S18.8,18,16,18z"
|
921
|
+
})), _path68 || (_path68 = /*#__PURE__*/React__default.createElement("path", {
|
922
|
+
d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
|
901
923
|
})), children);
|
902
924
|
});
|
903
925
|
if (process.env.NODE_ENV !== "production") {
|
904
|
-
|
926
|
+
WatsonHealthImageAvailabilityLocal.propTypes = iconPropTypes;
|
905
927
|
}
|
906
|
-
var
|
928
|
+
var WatsonHealthImageAvailabilityRetrieving = /*#__PURE__*/React__default.forwardRef(function WatsonHealthImageAvailabilityRetrieving(_ref35, ref) {
|
907
929
|
var children = _ref35.children,
|
908
930
|
_ref35$size = _ref35.size,
|
909
931
|
size = _ref35$size === void 0 ? 16 : _ref35$size,
|
@@ -915,18 +937,16 @@ var InterfaceUsage = /*#__PURE__*/React__default.forwardRef(function InterfaceUs
|
|
915
937
|
xmlns: "http://www.w3.org/2000/svg",
|
916
938
|
viewBox: "0 0 32 32",
|
917
939
|
fill: "currentColor"
|
918
|
-
}, rest),
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
strokeWidth: "0",
|
923
|
-
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
940
|
+
}, rest), _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
|
941
|
+
d: "M10 13L11.4 11.6 15 15.2 15 2 17 2 17 15.2 20.6 11.6 22 13 16 19z"
|
942
|
+
})), _path70 || (_path70 = /*#__PURE__*/React__default.createElement("path", {
|
943
|
+
d: "M20,2.8V5c3,1.5,5,4.5,5,8c0,2-0.6,3.8-1.8,5.4c0,0-0.2,0.3-0.3,0.4L16,26.9l-6.9-8.1c-0.1-0.1-0.3-0.4-0.3-0.4 C7.6,16.8,7,15,7,13c0-3.5,2-6.6,5-8V2.8C7.9,4.4,5,8.3,5,13c0,2.4,0.8,4.7,2.2,6.6c0,0,0.3,0.4,0.3,0.5L16,30l8.4-10 c0-0.1,0.3-0.4,0.3-0.4l0,0c1.4-1.9,2.2-4.2,2.2-6.6C27,8.3,24.1,4.4,20,2.8z"
|
924
944
|
})), children);
|
925
945
|
});
|
926
946
|
if (process.env.NODE_ENV !== "production") {
|
927
|
-
|
947
|
+
WatsonHealthImageAvailabilityRetrieving.propTypes = iconPropTypes;
|
928
948
|
}
|
929
|
-
var
|
949
|
+
var WatsonHealthImageAvailabilityUnavailable = /*#__PURE__*/React__default.forwardRef(function WatsonHealthImageAvailabilityUnavailable(_ref36, ref) {
|
930
950
|
var children = _ref36.children,
|
931
951
|
_ref36$size = _ref36.size,
|
932
952
|
size = _ref36$size === void 0 ? 16 : _ref36$size,
|
@@ -938,16 +958,20 @@ var Intersect = /*#__PURE__*/React__default.forwardRef(function Intersect(_ref36
|
|
938
958
|
xmlns: "http://www.w3.org/2000/svg",
|
939
959
|
viewBox: "0 0 32 32",
|
940
960
|
fill: "currentColor"
|
941
|
-
}, rest),
|
942
|
-
|
943
|
-
|
944
|
-
|
961
|
+
}, rest), _circle19 || (_circle19 = /*#__PURE__*/React__default.createElement("circle", {
|
962
|
+
cx: "16",
|
963
|
+
cy: "20.5",
|
964
|
+
r: "1.5"
|
965
|
+
})), _path71 || (_path71 = /*#__PURE__*/React__default.createElement("path", {
|
966
|
+
d: "M17,17h-2v-4h2c1.1,0,2-0.9,2-2s-0.9-2-2-2h-2c-1.1,0-2,0.9-2,2v0.5h-2V11c0-2.2,1.8-4,4-4h2c2.2,0,4,1.8,4,4s-1.8,4-4,4V17 z"
|
967
|
+
})), _path72 || (_path72 = /*#__PURE__*/React__default.createElement("path", {
|
968
|
+
d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
|
945
969
|
})), children);
|
946
970
|
});
|
947
971
|
if (process.env.NODE_ENV !== "production") {
|
948
|
-
|
972
|
+
WatsonHealthImageAvailabilityUnavailable.propTypes = iconPropTypes;
|
949
973
|
}
|
950
|
-
var
|
974
|
+
var ImageService = /*#__PURE__*/React__default.forwardRef(function ImageService(_ref37, ref) {
|
951
975
|
var children = _ref37.children,
|
952
976
|
_ref37$size = _ref37.size,
|
953
977
|
size = _ref37$size === void 0 ? 16 : _ref37$size,
|
@@ -959,20 +983,20 @@ var IntrusionPrevention = /*#__PURE__*/React__default.forwardRef(function Intrus
|
|
959
983
|
xmlns: "http://www.w3.org/2000/svg",
|
960
984
|
viewBox: "0 0 32 32",
|
961
985
|
fill: "currentColor"
|
962
|
-
}, rest),
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
})),
|
969
|
-
d: "
|
986
|
+
}, rest), _path73 || (_path73 = /*#__PURE__*/React__default.createElement("path", {
|
987
|
+
d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
|
988
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React__default.createElement("circle", {
|
989
|
+
cx: "7",
|
990
|
+
cy: "25",
|
991
|
+
r: "1"
|
992
|
+
})), _path74 || (_path74 = /*#__PURE__*/React__default.createElement("path", {
|
993
|
+
d: "M13 4H15V12H13zM9 4H11V12H9zM21 12H19a2.0021 2.0021 0 01-2-2V6a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0121 12zM19 6v4h2V6zM21 14H23V22H21zM9 14H11V22H9zM17 22H15a2.0021 2.0021 0 01-2-2V16a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0117 22zm-2-6v4h2V16z"
|
970
994
|
})), children);
|
971
995
|
});
|
972
996
|
if (process.env.NODE_ENV !== "production") {
|
973
|
-
|
997
|
+
ImageService.propTypes = iconPropTypes;
|
974
998
|
}
|
975
|
-
var
|
999
|
+
var ImageStoreLocal = /*#__PURE__*/React__default.forwardRef(function ImageStoreLocal(_ref38, ref) {
|
976
1000
|
var children = _ref38.children,
|
977
1001
|
_ref38$size = _ref38.size,
|
978
1002
|
size = _ref38$size === void 0 ? 16 : _ref38$size,
|
@@ -984,16 +1008,21 @@ var InventoryManagement = /*#__PURE__*/React__default.forwardRef(function Invent
|
|
984
1008
|
xmlns: "http://www.w3.org/2000/svg",
|
985
1009
|
viewBox: "0 0 32 32",
|
986
1010
|
fill: "currentColor"
|
987
|
-
}, rest),
|
988
|
-
|
989
|
-
|
990
|
-
|
1011
|
+
}, rest), _path75 || (_path75 = /*#__PURE__*/React__default.createElement("path", {
|
1012
|
+
strokeWidth: "0",
|
1013
|
+
d: "m25,2v7h7V2h-7Zm5,5h-3v-3h3v3Z"
|
1014
|
+
})), _path76 || (_path76 = /*#__PURE__*/React__default.createElement("path", {
|
1015
|
+
strokeWidth: "0",
|
1016
|
+
d: "m23,6h-7v12h12v-7h-5v-5Zm-2,10h-3v-3h3v3Zm5-3v3h-3v-3h3Zm-8-2v-3h3v3h-3Z"
|
1017
|
+
})), _path77 || (_path77 = /*#__PURE__*/React__default.createElement("path", {
|
1018
|
+
strokeWidth: "0",
|
1019
|
+
d: "M26 20v2H6v-14h8v-2H6c-1.104.0011-1.999.8959-2 2v14c.0012 1.104.896 1.9987 2 2h20c1.104-.0015 1.9985-.8961 2-2v-2h-2zM2 26H30V28H2z"
|
991
1020
|
})), children);
|
992
1021
|
});
|
993
1022
|
if (process.env.NODE_ENV !== "production") {
|
994
|
-
|
1023
|
+
ImageStoreLocal.propTypes = iconPropTypes;
|
995
1024
|
}
|
996
|
-
var
|
1025
|
+
var ImportExport = /*#__PURE__*/React__default.forwardRef(function ImportExport(_ref39, ref) {
|
997
1026
|
var children = _ref39.children,
|
998
1027
|
_ref39$size = _ref39.size,
|
999
1028
|
size = _ref39$size === void 0 ? 16 : _ref39$size,
|
@@ -1005,16 +1034,14 @@ var IotConnect = /*#__PURE__*/React__default.forwardRef(function IotConnect(_ref
|
|
1005
1034
|
xmlns: "http://www.w3.org/2000/svg",
|
1006
1035
|
viewBox: "0 0 32 32",
|
1007
1036
|
fill: "currentColor"
|
1008
|
-
}, rest),
|
1009
|
-
d: "
|
1010
|
-
})), _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
|
1011
|
-
d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z"
|
1037
|
+
}, rest), _path78 || (_path78 = /*#__PURE__*/React__default.createElement("path", {
|
1038
|
+
d: "M28 24v4H4V24H2v4l.0076-.0049A1.9977 1.9977 0 004 30H28a2 2 0 002-2h0V24zM27.6 14.6L24 18.2 24 4 22 4 22 18.2 18.4 14.6 17 16 23 22 29 16 27.6 14.6zM9 4L3 10 4.4 11.4 8 7.8 8 22 10 22 10 7.8 13.6 11.4 15 10 9 4z"
|
1012
1039
|
})), children);
|
1013
1040
|
});
|
1014
1041
|
if (process.env.NODE_ENV !== "production") {
|
1015
|
-
|
1042
|
+
ImportExport.propTypes = iconPropTypes;
|
1016
1043
|
}
|
1017
|
-
var
|
1044
|
+
var ImproveRelevance = /*#__PURE__*/React__default.forwardRef(function ImproveRelevance(_ref40, ref) {
|
1018
1045
|
var children = _ref40.children,
|
1019
1046
|
_ref40$size = _ref40.size,
|
1020
1047
|
size = _ref40$size === void 0 ? 16 : _ref40$size,
|
@@ -1026,18 +1053,22 @@ var IotPlatform = /*#__PURE__*/React__default.forwardRef(function IotPlatform(_r
|
|
1026
1053
|
xmlns: "http://www.w3.org/2000/svg",
|
1027
1054
|
viewBox: "0 0 32 32",
|
1028
1055
|
fill: "currentColor"
|
1029
|
-
}, rest),
|
1030
|
-
d: "
|
1031
|
-
})),
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1056
|
+
}, rest), _path79 || (_path79 = /*#__PURE__*/React__default.createElement("path", {
|
1057
|
+
d: "M22 26.59L19.41 24 18 25.41 22 29.41 30 21.41 28.59 20 22 26.59z"
|
1058
|
+
})), _circle21 || (_circle21 = /*#__PURE__*/React__default.createElement("circle", {
|
1059
|
+
cx: "16",
|
1060
|
+
cy: "16",
|
1061
|
+
r: "2"
|
1062
|
+
})), _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
|
1063
|
+
d: "M16,22a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,12Z"
|
1064
|
+
})), _path81 || (_path81 = /*#__PURE__*/React__default.createElement("path", {
|
1065
|
+
d: "M28,16A12,12,0,1,0,16,28V26A10,10,0,1,1,26,16Z"
|
1035
1066
|
})), children);
|
1036
1067
|
});
|
1037
1068
|
if (process.env.NODE_ENV !== "production") {
|
1038
|
-
|
1069
|
+
ImproveRelevance.propTypes = iconPropTypes;
|
1039
1070
|
}
|
1040
|
-
var
|
1071
|
+
var InProgress = /*#__PURE__*/React__default.forwardRef(function InProgress(_ref41, ref) {
|
1041
1072
|
var children = _ref41.children,
|
1042
1073
|
_ref41$size = _ref41.size,
|
1043
1074
|
size = _ref41$size === void 0 ? 16 : _ref41$size,
|
@@ -1049,15 +1080,14 @@ var Ip = /*#__PURE__*/React__default.forwardRef(function Ip(_ref41, ref) {
|
|
1049
1080
|
xmlns: "http://www.w3.org/2000/svg",
|
1050
1081
|
viewBox: "0 0 32 32",
|
1051
1082
|
fill: "currentColor"
|
1052
|
-
}, rest),
|
1053
|
-
|
1054
|
-
d: "M19 23h-2v-14h6c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2h-4v5zm0-7h4v-5.0015h-4v5.0015zM7 11L10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
|
1083
|
+
}, rest), _path82 || (_path82 = /*#__PURE__*/React__default.createElement("path", {
|
1084
|
+
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm0,26A12,12,0,0,1,16,4V16l8.4812,8.4814A11.9625,11.9625,0,0,1,16,28Z"
|
1055
1085
|
})), children);
|
1056
1086
|
});
|
1057
1087
|
if (process.env.NODE_ENV !== "production") {
|
1058
|
-
|
1088
|
+
InProgress.propTypes = iconPropTypes;
|
1059
1089
|
}
|
1060
|
-
var
|
1090
|
+
var InProgressError = /*#__PURE__*/React__default.forwardRef(function InProgressError(_ref42, ref) {
|
1061
1091
|
var children = _ref42.children,
|
1062
1092
|
_ref42$size = _ref42.size,
|
1063
1093
|
size = _ref42$size === void 0 ? 16 : _ref42$size,
|
@@ -1069,14 +1099,16 @@ var Iso = /*#__PURE__*/React__default.forwardRef(function Iso(_ref42, ref) {
|
|
1069
1099
|
xmlns: "http://www.w3.org/2000/svg",
|
1070
1100
|
viewBox: "0 0 32 32",
|
1071
1101
|
fill: "currentColor"
|
1072
|
-
}, rest),
|
1073
|
-
d: "
|
1102
|
+
}, rest), _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
|
1103
|
+
d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z"
|
1104
|
+
})), _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
|
1105
|
+
d: "M14,2a12,12,0,1,0,2,23.8193v-2.021A10,10,0,1,1,14,4V14l4.343,4.3433A7.9751,7.9751,0,0,1,24,16h1.8193A11.93,11.93,0,0,0,14,2Z"
|
1074
1106
|
})), children);
|
1075
1107
|
});
|
1076
1108
|
if (process.env.NODE_ENV !== "production") {
|
1077
|
-
|
1109
|
+
InProgressError.propTypes = iconPropTypes;
|
1078
1110
|
}
|
1079
|
-
var
|
1111
|
+
var InProgressWarning = /*#__PURE__*/React__default.forwardRef(function InProgressWarning(_ref43, ref) {
|
1080
1112
|
var children = _ref43.children,
|
1081
1113
|
_ref43$size = _ref43.size,
|
1082
1114
|
size = _ref43$size === void 0 ? 16 : _ref43$size,
|
@@ -1088,20 +1120,32 @@ var IsoFilled = /*#__PURE__*/React__default.forwardRef(function IsoFilled(_ref43
|
|
1088
1120
|
xmlns: "http://www.w3.org/2000/svg",
|
1089
1121
|
viewBox: "0 0 32 32",
|
1090
1122
|
fill: "currentColor"
|
1091
|
-
}, rest),
|
1092
|
-
d: "
|
1093
|
-
})),
|
1094
|
-
d: "
|
1123
|
+
}, rest), _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
|
1124
|
+
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"
|
1125
|
+
})), _path86 || (_path86 = /*#__PURE__*/React__default.createElement("path", {
|
1126
|
+
d: "M18.746,22.7993A9.999,9.999,0,1,1,14,4V14l6.0971,6.0972,1.22-2.44A2.9849,2.9849,0,0,1,24,16h1.8193A11.993,11.993,0,1,0,14,26a11.9337,11.9337,0,0,0,3.3939-.4966Z"
|
1095
1127
|
})), children);
|
1096
1128
|
});
|
1097
1129
|
if (process.env.NODE_ENV !== "production") {
|
1098
|
-
|
1130
|
+
InProgressWarning.propTypes = iconPropTypes;
|
1099
1131
|
}
|
1100
|
-
var
|
1132
|
+
var Incomplete = /*#__PURE__*/React__default.forwardRef(function Incomplete(_ref44, ref) {
|
1101
1133
|
var children = _ref44.children,
|
1102
1134
|
_ref44$size = _ref44.size,
|
1103
1135
|
size = _ref44$size === void 0 ? 16 : _ref44$size,
|
1104
1136
|
rest = _objectWithoutProperties(_ref44, _excluded44);
|
1137
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1138
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1139
|
+
width: size,
|
1140
|
+
height: size,
|
1141
|
+
ref: ref,
|
1142
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1143
|
+
viewBox: "0 0 16 16",
|
1144
|
+
fill: "currentColor"
|
1145
|
+
}, rest), _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
|
1146
|
+
d: "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
|
1147
|
+
})), children);
|
1148
|
+
}
|
1105
1149
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1106
1150
|
width: size,
|
1107
1151
|
height: size,
|
@@ -1109,16 +1153,14 @@ var IsoOutline = /*#__PURE__*/React__default.forwardRef(function IsoOutline(_ref
|
|
1109
1153
|
xmlns: "http://www.w3.org/2000/svg",
|
1110
1154
|
viewBox: "0 0 32 32",
|
1111
1155
|
fill: "currentColor"
|
1112
|
-
}, rest),
|
1113
|
-
d: "
|
1114
|
-
})), _path78 || (_path78 = /*#__PURE__*/React__default.createElement("path", {
|
1115
|
-
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,6ZM4,24V8H28V24Z"
|
1156
|
+
}, rest), _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
|
1157
|
+
d: "M23.7642 6.8593l1.2851-1.5315A13.976 13.976 0 0020.8672 2.887l-.6836 1.8776A11.9729 11.9729 0 0123.7642 6.8593zM27.81 14l1.9677-.4128A13.8888 13.8888 0 0028.14 9.0457L26.4087 10A12.52 12.52 0 0127.81 14zM20.1836 27.2354l.6836 1.8776a13.976 13.976 0 004.1821-2.4408l-1.2851-1.5315A11.9729 11.9729 0 0120.1836 27.2354zM26.4087 22L28.14 23a14.14 14.14 0 001.6382-4.5872L27.81 18.0659A12.1519 12.1519 0 0126.4087 22zM16 30V2a14 14 0 000 28z"
|
1116
1158
|
})), children);
|
1117
1159
|
});
|
1118
1160
|
if (process.env.NODE_ENV !== "production") {
|
1119
|
-
|
1161
|
+
Incomplete.propTypes = iconPropTypes;
|
1120
1162
|
}
|
1121
|
-
var
|
1163
|
+
var IncompleteCancel = /*#__PURE__*/React__default.forwardRef(function IncompleteCancel(_ref45, ref) {
|
1122
1164
|
var children = _ref45.children,
|
1123
1165
|
_ref45$size = _ref45.size,
|
1124
1166
|
size = _ref45$size === void 0 ? 16 : _ref45$size,
|
@@ -1130,22 +1172,14 @@ var JoinFull = /*#__PURE__*/React__default.forwardRef(function JoinFull(_ref45,
|
|
1130
1172
|
xmlns: "http://www.w3.org/2000/svg",
|
1131
1173
|
viewBox: "0 0 32 32",
|
1132
1174
|
fill: "currentColor"
|
1133
|
-
}, rest),
|
1134
|
-
|
1135
|
-
d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
|
1136
|
-
"data-icon-path": "inner-path"
|
1137
|
-
})), _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
|
1138
|
-
d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
|
1139
|
-
})), _path81 || (_path81 = /*#__PURE__*/React__default.createElement("path", {
|
1140
|
-
d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
|
1141
|
-
})), _path82 || (_path82 = /*#__PURE__*/React__default.createElement("path", {
|
1142
|
-
d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
|
1175
|
+
}, rest), _path89 || (_path89 = /*#__PURE__*/React__default.createElement("path", {
|
1176
|
+
d: "M30 21.41L28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25 30 21.41zM14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14z"
|
1143
1177
|
})), children);
|
1144
1178
|
});
|
1145
1179
|
if (process.env.NODE_ENV !== "production") {
|
1146
|
-
|
1180
|
+
IncompleteCancel.propTypes = iconPropTypes;
|
1147
1181
|
}
|
1148
|
-
var
|
1182
|
+
var IncompleteError = /*#__PURE__*/React__default.forwardRef(function IncompleteError(_ref46, ref) {
|
1149
1183
|
var children = _ref46.children,
|
1150
1184
|
_ref46$size = _ref46.size,
|
1151
1185
|
size = _ref46$size === void 0 ? 16 : _ref46$size,
|
@@ -1157,14 +1191,14 @@ var JoinInner = /*#__PURE__*/React__default.forwardRef(function JoinInner(_ref46
|
|
1157
1191
|
xmlns: "http://www.w3.org/2000/svg",
|
1158
1192
|
viewBox: "0 0 32 32",
|
1159
1193
|
fill: "currentColor"
|
1160
|
-
}, rest),
|
1161
|
-
d: "
|
1194
|
+
}, rest), _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
|
1195
|
+
d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM30 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"
|
1162
1196
|
})), children);
|
1163
1197
|
});
|
1164
1198
|
if (process.env.NODE_ENV !== "production") {
|
1165
|
-
|
1199
|
+
IncompleteError.propTypes = iconPropTypes;
|
1166
1200
|
}
|
1167
|
-
var
|
1201
|
+
var IncompleteWarning = /*#__PURE__*/React__default.forwardRef(function IncompleteWarning(_ref47, ref) {
|
1168
1202
|
var children = _ref47.children,
|
1169
1203
|
_ref47$size = _ref47.size,
|
1170
1204
|
size = _ref47$size === void 0 ? 16 : _ref47$size,
|
@@ -1176,22 +1210,14 @@ var JoinLeft = /*#__PURE__*/React__default.forwardRef(function JoinLeft(_ref47,
|
|
1176
1210
|
xmlns: "http://www.w3.org/2000/svg",
|
1177
1211
|
viewBox: "0 0 32 32",
|
1178
1212
|
fill: "currentColor"
|
1179
|
-
}, rest),
|
1180
|
-
d: "
|
1181
|
-
})), _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
|
1182
|
-
d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
|
1183
|
-
})), _path86 || (_path86 = /*#__PURE__*/React__default.createElement("path", {
|
1184
|
-
fill: "none",
|
1185
|
-
d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
|
1186
|
-
"data-icon-path": "inner-path"
|
1187
|
-
})), _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
|
1188
|
-
d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
|
1213
|
+
}, rest), _path91 || (_path91 = /*#__PURE__*/React__default.createElement("path", {
|
1214
|
+
d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM27.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"
|
1189
1215
|
})), children);
|
1190
1216
|
});
|
1191
1217
|
if (process.env.NODE_ENV !== "production") {
|
1192
|
-
|
1218
|
+
IncompleteWarning.propTypes = iconPropTypes;
|
1193
1219
|
}
|
1194
|
-
var
|
1220
|
+
var IncreaseLevel = /*#__PURE__*/React__default.forwardRef(function IncreaseLevel(_ref48, ref) {
|
1195
1221
|
var children = _ref48.children,
|
1196
1222
|
_ref48$size = _ref48.size,
|
1197
1223
|
size = _ref48$size === void 0 ? 16 : _ref48$size,
|
@@ -1203,14 +1229,14 @@ var JoinOuter = /*#__PURE__*/React__default.forwardRef(function JoinOuter(_ref48
|
|
1203
1229
|
xmlns: "http://www.w3.org/2000/svg",
|
1204
1230
|
viewBox: "0 0 32 32",
|
1205
1231
|
fill: "currentColor"
|
1206
|
-
}, rest),
|
1207
|
-
d: "
|
1232
|
+
}, rest), _path92 || (_path92 = /*#__PURE__*/React__default.createElement("path", {
|
1233
|
+
d: "M23 4L18 7.75 18 14.25 15 12 10 15.75 10 22.25 7 20 2 23.75 2 30 4 30 4 24.75 7 22.5 10 24.75 10 30 12 30 12 16.75 15 14.5 18 16.75 18 30 20 30 20 8.75 23 6.5 26 8.75 26 30 28 30 28 7.75 23 4z"
|
1208
1234
|
})), children);
|
1209
1235
|
});
|
1210
1236
|
if (process.env.NODE_ENV !== "production") {
|
1211
|
-
|
1237
|
+
IncreaseLevel.propTypes = iconPropTypes;
|
1212
1238
|
}
|
1213
|
-
var
|
1239
|
+
var Industry = /*#__PURE__*/React__default.forwardRef(function Industry(_ref49, ref) {
|
1214
1240
|
var children = _ref49.children,
|
1215
1241
|
_ref49$size = _ref49.size,
|
1216
1242
|
size = _ref49$size === void 0 ? 16 : _ref49$size,
|
@@ -1222,22 +1248,14 @@ var JoinRight = /*#__PURE__*/React__default.forwardRef(function JoinRight(_ref49
|
|
1222
1248
|
xmlns: "http://www.w3.org/2000/svg",
|
1223
1249
|
viewBox: "0 0 32 32",
|
1224
1250
|
fill: "currentColor"
|
1225
|
-
}, rest),
|
1226
|
-
d: "
|
1227
|
-
})), _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
|
1228
|
-
fill: "none",
|
1229
|
-
d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
|
1230
|
-
"data-icon-path": "inner-path"
|
1231
|
-
})), _path91 || (_path91 = /*#__PURE__*/React__default.createElement("path", {
|
1232
|
-
d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
|
1233
|
-
})), _path92 || (_path92 = /*#__PURE__*/React__default.createElement("path", {
|
1234
|
-
d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
|
1251
|
+
}, rest), _path93 || (_path93 = /*#__PURE__*/React__default.createElement("path", {
|
1252
|
+
d: "M29.53,6.15a1,1,0,0,0-1,0L20,10.38V7a1,1,0,0,0-1.45-.89L10,10.38V3A1,1,0,0,0,9,2H3A1,1,0,0,0,2,3V28H30V7A1,1,0,0,0,29.53,6.15ZM22,26H18V19h4Zm6,0H24V18a1,1,0,0,0-1-1H17a1,1,0,0,0-1,1v8H4V4H8v9.62l10-5v5l10-5Z"
|
1235
1253
|
})), children);
|
1236
1254
|
});
|
1237
1255
|
if (process.env.NODE_ENV !== "production") {
|
1238
|
-
|
1256
|
+
Industry.propTypes = iconPropTypes;
|
1239
1257
|
}
|
1240
|
-
var
|
1258
|
+
var InfinitySymbol = /*#__PURE__*/React__default.forwardRef(function InfinitySymbol(_ref50, ref) {
|
1241
1259
|
var children = _ref50.children,
|
1242
1260
|
_ref50$size = _ref50.size,
|
1243
1261
|
size = _ref50$size === void 0 ? 16 : _ref50$size,
|
@@ -1249,19 +1267,32 @@ var JoinNode = /*#__PURE__*/React__default.forwardRef(function JoinNode(_ref50,
|
|
1249
1267
|
xmlns: "http://www.w3.org/2000/svg",
|
1250
1268
|
viewBox: "0 0 32 32",
|
1251
1269
|
fill: "currentColor"
|
1252
|
-
}, rest),
|
1253
|
-
|
1254
|
-
d: "M2 9H6V11H2zM2 21H6V23H2zM25 11L23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
|
1270
|
+
}, rest), _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
|
1271
|
+
d: "m23,23c-5.6558,0-7.8577-6.4109-7.9487-6.6837-.0173-.0514-1.8435-5.3163-6.0513-5.3163-2.7571,0-5,2.243-5,5s2.2429,5,5,5c1.5876,0,3.0134-.7322,4.2373-2.1764l1.5259,1.2932c-1.5989,1.8862-3.5916,2.8832-5.7632,2.8832-3.8599,0-7-3.1401-7-7s3.1401-7,7-7c5.6558,0,7.8577,6.4109,7.9487,6.6837.0173.0514,1.8435,5.3163,6.0513,5.3163,2.7571,0,5-2.243,5-5s-2.2429-5-5-5c-1.5876,0-3.0134.7322-4.2373,2.1764l-1.5259-1.2932c1.5989-1.8862,3.5916-2.8832,5.7632-2.8832,3.8599,0,7,3.1401,7,7s-3.1401,7-7,7Z"
|
1255
1272
|
})), children);
|
1256
1273
|
});
|
1257
1274
|
if (process.env.NODE_ENV !== "production") {
|
1258
|
-
|
1275
|
+
InfinitySymbol.propTypes = iconPropTypes;
|
1259
1276
|
}
|
1260
|
-
var
|
1277
|
+
var Information = /*#__PURE__*/React__default.forwardRef(function Information(_ref51, ref) {
|
1261
1278
|
var children = _ref51.children,
|
1262
1279
|
_ref51$size = _ref51.size,
|
1263
1280
|
size = _ref51$size === void 0 ? 16 : _ref51$size,
|
1264
1281
|
rest = _objectWithoutProperties(_ref51, _excluded51);
|
1282
|
+
if (size === 16 || size === "16" || size === "16px") {
|
1283
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1284
|
+
width: size,
|
1285
|
+
height: size,
|
1286
|
+
ref: ref,
|
1287
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1288
|
+
viewBox: "0 0 16 16",
|
1289
|
+
fill: "currentColor"
|
1290
|
+
}, rest), _path95 || (_path95 = /*#__PURE__*/React__default.createElement("path", {
|
1291
|
+
d: "M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
|
1292
|
+
})), _path96 || (_path96 = /*#__PURE__*/React__default.createElement("path", {
|
1293
|
+
d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
|
1294
|
+
})), children);
|
1295
|
+
}
|
1265
1296
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1266
1297
|
width: size,
|
1267
1298
|
height: size,
|
@@ -1269,14 +1300,16 @@ var Jpg = /*#__PURE__*/React__default.forwardRef(function Jpg(_ref51, ref) {
|
|
1269
1300
|
xmlns: "http://www.w3.org/2000/svg",
|
1270
1301
|
viewBox: "0 0 32 32",
|
1271
1302
|
fill: "currentColor"
|
1272
|
-
}, rest),
|
1273
|
-
d: "
|
1303
|
+
}, rest), _path97 || (_path97 = /*#__PURE__*/React__default.createElement("path", {
|
1304
|
+
d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
1305
|
+
})), _path98 || (_path98 = /*#__PURE__*/React__default.createElement("path", {
|
1306
|
+
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"
|
1274
1307
|
})), children);
|
1275
1308
|
});
|
1276
1309
|
if (process.env.NODE_ENV !== "production") {
|
1277
|
-
|
1310
|
+
Information.propTypes = iconPropTypes;
|
1278
1311
|
}
|
1279
|
-
var
|
1312
|
+
var InformationDisabled = /*#__PURE__*/React__default.forwardRef(function InformationDisabled(_ref52, ref) {
|
1280
1313
|
var children = _ref52.children,
|
1281
1314
|
_ref52$size = _ref52.size,
|
1282
1315
|
size = _ref52$size === void 0 ? 16 : _ref52$size,
|
@@ -1288,16 +1321,16 @@ var JsError = /*#__PURE__*/React__default.forwardRef(function JsError(_ref52, re
|
|
1288
1321
|
xmlns: "http://www.w3.org/2000/svg",
|
1289
1322
|
viewBox: "0 0 32 32",
|
1290
1323
|
fill: "currentColor"
|
1291
|
-
}, rest),
|
1292
|
-
d: "
|
1293
|
-
})),
|
1294
|
-
d: "
|
1324
|
+
}, rest), _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
|
1325
|
+
d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l3.4433-3.4434A13.9614 13.9614 0 0026.5565 6.8574zM28 16A11.9734 11.9734 0 018.2678 25.146L15 18.4141V22H13v2h7V22H17V16.4141l8.146-8.146A11.8967 11.8967 0 0128 16zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
1326
|
+
})), _path100 || (_path100 = /*#__PURE__*/React__default.createElement("path", {
|
1327
|
+
d: "M5.67,22.0854A11.9829,11.9829,0,0,1,22.0856,5.67L23.54,4.2163A13.985,13.985,0,0,0,4.2162,23.54Z"
|
1295
1328
|
})), children);
|
1296
1329
|
});
|
1297
1330
|
if (process.env.NODE_ENV !== "production") {
|
1298
|
-
|
1331
|
+
InformationDisabled.propTypes = iconPropTypes;
|
1299
1332
|
}
|
1300
|
-
var
|
1333
|
+
var InformationFilled = /*#__PURE__*/React__default.forwardRef(function InformationFilled(_ref53, ref) {
|
1301
1334
|
var children = _ref53.children,
|
1302
1335
|
_ref53$size = _ref53.size,
|
1303
1336
|
size = _ref53$size === void 0 ? 16 : _ref53$size,
|
@@ -1309,14 +1342,18 @@ var Json = /*#__PURE__*/React__default.forwardRef(function Json(_ref53, ref) {
|
|
1309
1342
|
xmlns: "http://www.w3.org/2000/svg",
|
1310
1343
|
viewBox: "0 0 32 32",
|
1311
1344
|
fill: "currentColor"
|
1312
|
-
}, rest),
|
1313
|
-
|
1345
|
+
}, rest), _path101 || (_path101 = /*#__PURE__*/React__default.createElement("path", {
|
1346
|
+
fill: "none",
|
1347
|
+
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
1348
|
+
"data-icon-path": "inner-path"
|
1349
|
+
})), _path102 || (_path102 = /*#__PURE__*/React__default.createElement("path", {
|
1350
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,6a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
|
1314
1351
|
})), children);
|
1315
1352
|
});
|
1316
1353
|
if (process.env.NODE_ENV !== "production") {
|
1317
|
-
|
1354
|
+
InformationFilled.propTypes = iconPropTypes;
|
1318
1355
|
}
|
1319
|
-
var
|
1356
|
+
var InformationSquare = /*#__PURE__*/React__default.forwardRef(function InformationSquare(_ref54, ref) {
|
1320
1357
|
var children = _ref54.children,
|
1321
1358
|
_ref54$size = _ref54.size,
|
1322
1359
|
size = _ref54$size === void 0 ? 16 : _ref54$size,
|
@@ -1328,14 +1365,16 @@ var JsonReference = /*#__PURE__*/React__default.forwardRef(function JsonReferenc
|
|
1328
1365
|
xmlns: "http://www.w3.org/2000/svg",
|
1329
1366
|
viewBox: "0 0 32 32",
|
1330
1367
|
fill: "currentColor"
|
1331
|
-
}, rest),
|
1332
|
-
d: "
|
1368
|
+
}, rest), _path103 || (_path103 = /*#__PURE__*/React__default.createElement("path", {
|
1369
|
+
d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
1370
|
+
})), _path104 || (_path104 = /*#__PURE__*/React__default.createElement("path", {
|
1371
|
+
d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26V6Z"
|
1333
1372
|
})), children);
|
1334
1373
|
});
|
1335
1374
|
if (process.env.NODE_ENV !== "production") {
|
1336
|
-
|
1375
|
+
InformationSquare.propTypes = iconPropTypes;
|
1337
1376
|
}
|
1338
|
-
var
|
1377
|
+
var InformationSquareFilled = /*#__PURE__*/React__default.forwardRef(function InformationSquareFilled(_ref55, ref) {
|
1339
1378
|
var children = _ref55.children,
|
1340
1379
|
_ref55$size = _ref55.size,
|
1341
1380
|
size = _ref55$size === void 0 ? 16 : _ref55$size,
|
@@ -1347,14 +1386,18 @@ var JumpLink = /*#__PURE__*/React__default.forwardRef(function JumpLink(_ref55,
|
|
1347
1386
|
xmlns: "http://www.w3.org/2000/svg",
|
1348
1387
|
viewBox: "0 0 32 32",
|
1349
1388
|
fill: "currentColor"
|
1350
|
-
}, rest),
|
1351
|
-
|
1389
|
+
}, rest), _path105 || (_path105 = /*#__PURE__*/React__default.createElement("path", {
|
1390
|
+
fill: "none",
|
1391
|
+
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
1392
|
+
"data-icon-path": "inner-path"
|
1393
|
+
})), _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
|
1394
|
+
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,4ZM16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
|
1352
1395
|
})), children);
|
1353
1396
|
});
|
1354
1397
|
if (process.env.NODE_ENV !== "production") {
|
1355
|
-
|
1398
|
+
InformationSquareFilled.propTypes = iconPropTypes;
|
1356
1399
|
}
|
1357
|
-
var
|
1400
|
+
var InfrastructureClassic = /*#__PURE__*/React__default.forwardRef(function InfrastructureClassic(_ref56, ref) {
|
1358
1401
|
var children = _ref56.children,
|
1359
1402
|
_ref56$size = _ref56.size,
|
1360
1403
|
size = _ref56$size === void 0 ? 16 : _ref56$size,
|
@@ -1366,16 +1409,16 @@ var KeepDry = /*#__PURE__*/React__default.forwardRef(function KeepDry(_ref56, re
|
|
1366
1409
|
xmlns: "http://www.w3.org/2000/svg",
|
1367
1410
|
viewBox: "0 0 32 32",
|
1368
1411
|
fill: "currentColor"
|
1369
|
-
}, rest),
|
1370
|
-
d: "
|
1371
|
-
})),
|
1372
|
-
d: "
|
1412
|
+
}, rest), _path107 || (_path107 = /*#__PURE__*/React__default.createElement("path", {
|
1413
|
+
d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
|
1414
|
+
})), _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
|
1415
|
+
d: "M14,25H9.5A7.4964,7.4964,0,0,1,8.1782,10.124,10,10,0,0,1,28,12H26a7.999,7.999,0,0,0-15.9507-.87l-.09.8335L9.123,12.02A5.4962,5.4962,0,0,0,9.5,23H14Z"
|
1373
1416
|
})), children);
|
1374
1417
|
});
|
1375
1418
|
if (process.env.NODE_ENV !== "production") {
|
1376
|
-
|
1419
|
+
InfrastructureClassic.propTypes = iconPropTypes;
|
1377
1420
|
}
|
1378
|
-
var
|
1421
|
+
var Insert = /*#__PURE__*/React__default.forwardRef(function Insert(_ref57, ref) {
|
1379
1422
|
var children = _ref57.children,
|
1380
1423
|
_ref57$size = _ref57.size,
|
1381
1424
|
size = _ref57$size === void 0 ? 16 : _ref57$size,
|
@@ -1387,15 +1430,14 @@ var Key = /*#__PURE__*/React__default.forwardRef(function Key(_ref57, ref) {
|
|
1387
1430
|
xmlns: "http://www.w3.org/2000/svg",
|
1388
1431
|
viewBox: "0 0 32 32",
|
1389
1432
|
fill: "currentColor"
|
1390
|
-
}, rest),
|
1391
|
-
|
1392
|
-
d: "M30 9L28.0001 9 26 16 24.0001 9 22 9 25 17.9996 25 23 27 23 27 18 27.0001 18 30 9zM21 11L21 9 13 9 13 23 21 23 21 21 15 21 15 17 20 17 20 15 15 15 15 11 21 11zM11 9L8.8941 9 5 15.5527 5 9 3 9 3 23 5 23 5 18.7062 5.9277 17.2208 8.8941 23 11 23 7.1093 15.4308 11 9z"
|
1433
|
+
}, rest), _path109 || (_path109 = /*#__PURE__*/React__default.createElement("path", {
|
1434
|
+
d: "M2 9h9V2H2zM4 4H9V7H4zM2 19h9V12H2zm2-5H9v3H4zM2 29h9V22H2zm2-5H9v3H4zM27 9H18l3.41-3.59L20 4l-6 6 6 6 1.41-1.41L18 11h9a1 1 0 011 1V24a1 1 0 01-1 1H15v2H27a3 3 0 003-3V12A3 3 0 0027 9z"
|
1393
1435
|
})), children);
|
1394
1436
|
});
|
1395
1437
|
if (process.env.NODE_ENV !== "production") {
|
1396
|
-
|
1438
|
+
Insert.propTypes = iconPropTypes;
|
1397
1439
|
}
|
1398
|
-
var
|
1440
|
+
var InsertPage = /*#__PURE__*/React__default.forwardRef(function InsertPage(_ref58, ref) {
|
1399
1441
|
var children = _ref58.children,
|
1400
1442
|
_ref58$size = _ref58.size,
|
1401
1443
|
size = _ref58$size === void 0 ? 16 : _ref58$size,
|
@@ -1407,16 +1449,14 @@ var Keyboard = /*#__PURE__*/React__default.forwardRef(function Keyboard(_ref58,
|
|
1407
1449
|
xmlns: "http://www.w3.org/2000/svg",
|
1408
1450
|
viewBox: "0 0 32 32",
|
1409
1451
|
fill: "currentColor"
|
1410
|
-
}, rest),
|
1411
|
-
d: "
|
1412
|
-
})), _path104 || (_path104 = /*#__PURE__*/React__default.createElement("path", {
|
1413
|
-
d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
|
1452
|
+
}, rest), _path110 || (_path110 = /*#__PURE__*/React__default.createElement("path", {
|
1453
|
+
d: "M26 30H24V20H12V30H10V20a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2zM5.17 16L2 19.17 3.411 20.589 8 16 3.42 11.42 2 12.83 5.17 16zM24 14H12a2.0021 2.0021 0 01-2-2V2h2V12H24V2h2V12A2.0021 2.0021 0 0124 14z"
|
1414
1454
|
})), children);
|
1415
1455
|
});
|
1416
1456
|
if (process.env.NODE_ENV !== "production") {
|
1417
|
-
|
1457
|
+
InsertPage.propTypes = iconPropTypes;
|
1418
1458
|
}
|
1419
|
-
var
|
1459
|
+
var InsertSyntax = /*#__PURE__*/React__default.forwardRef(function InsertSyntax(_ref59, ref) {
|
1420
1460
|
var children = _ref59.children,
|
1421
1461
|
_ref59$size = _ref59.size,
|
1422
1462
|
size = _ref59$size === void 0 ? 16 : _ref59$size,
|
@@ -1428,16 +1468,16 @@ var KeyboardOff = /*#__PURE__*/React__default.forwardRef(function KeyboardOff(_r
|
|
1428
1468
|
xmlns: "http://www.w3.org/2000/svg",
|
1429
1469
|
viewBox: "0 0 32 32",
|
1430
1470
|
fill: "currentColor"
|
1431
|
-
}, rest),
|
1432
|
-
d: "
|
1433
|
-
})),
|
1434
|
-
d: "
|
1471
|
+
}, rest), _path111 || (_path111 = /*#__PURE__*/React__default.createElement("path", {
|
1472
|
+
d: "M20.17 16L17.59 18.58 19 20 23 16 19 12 17.58 13.41 20.17 16zM11.83 16L14.41 13.42 13 12 9 16 13 20 14.42 18.59 11.83 16z"
|
1473
|
+
})), _path112 || (_path112 = /*#__PURE__*/React__default.createElement("path", {
|
1474
|
+
d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
|
1435
1475
|
})), children);
|
1436
1476
|
});
|
1437
1477
|
if (process.env.NODE_ENV !== "production") {
|
1438
|
-
|
1478
|
+
InsertSyntax.propTypes = iconPropTypes;
|
1439
1479
|
}
|
1440
|
-
var
|
1480
|
+
var Inspection = /*#__PURE__*/React__default.forwardRef(function Inspection(_ref60, ref) {
|
1441
1481
|
var children = _ref60.children,
|
1442
1482
|
_ref60$size = _ref60.size,
|
1443
1483
|
size = _ref60$size === void 0 ? 16 : _ref60$size,
|
@@ -1449,28 +1489,20 @@ var Kubelet = /*#__PURE__*/React__default.forwardRef(function Kubelet(_ref60, re
|
|
1449
1489
|
xmlns: "http://www.w3.org/2000/svg",
|
1450
1490
|
viewBox: "0 0 32 32",
|
1451
1491
|
fill: "currentColor"
|
1452
|
-
}, rest),
|
1453
|
-
|
1454
|
-
|
1455
|
-
|
1456
|
-
strokeWidth: "0",
|
1457
|
-
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
|
1492
|
+
}, rest), _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
|
1493
|
+
d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
|
1494
|
+
})), _path114 || (_path114 = /*#__PURE__*/React__default.createElement("path", {
|
1495
|
+
d: "M30,15H27.9492A12.0071,12.0071,0,0,0,17,4.0508V2H15V4.0508A12.0071,12.0071,0,0,0,4.0508,15H2v2H4.0508A12.0071,12.0071,0,0,0,15,27.9492V30h2V27.9492A12.0071,12.0071,0,0,0,27.9492,17H30ZM17,25.9492V23H15v2.9492A10.0166,10.0166,0,0,1,6.0508,17H9V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V9h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H23v2h2.949A10.0165,10.0165,0,0,1,17,25.9492Z"
|
1458
1496
|
})), children);
|
1459
1497
|
});
|
1460
1498
|
if (process.env.NODE_ENV !== "production") {
|
1461
|
-
|
1499
|
+
Inspection.propTypes = iconPropTypes;
|
1462
1500
|
}
|
1463
|
-
var
|
1501
|
+
var InstanceBx = /*#__PURE__*/React__default.forwardRef(function InstanceBx(_ref61, ref) {
|
1464
1502
|
var children = _ref61.children,
|
1465
1503
|
_ref61$size = _ref61.size,
|
1466
1504
|
size = _ref61$size === void 0 ? 16 : _ref61$size,
|
1467
1505
|
rest = _objectWithoutProperties(_ref61, _excluded61);
|
1468
|
-
if (process.env.NODE_ENV !== "production") {
|
1469
|
-
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
1470
|
-
didWarnAboutDeprecation["Kubernetes"] = true;
|
1471
|
-
console.warn("The current kubernetes icon has been replaced by logo--kubernetes. As a result, the Kubernetes component will be removed in the next major version of @carbon/icons-react.");
|
1472
|
-
}
|
1473
|
-
}
|
1474
1506
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1475
1507
|
width: size,
|
1476
1508
|
height: size,
|
@@ -1478,14 +1510,20 @@ var Kubernetes = /*#__PURE__*/React__default.forwardRef(function Kubernetes(_ref
|
|
1478
1510
|
xmlns: "http://www.w3.org/2000/svg",
|
1479
1511
|
viewBox: "0 0 32 32",
|
1480
1512
|
fill: "currentColor"
|
1481
|
-
}, rest),
|
1482
|
-
d: "
|
1513
|
+
}, rest), _path115 || (_path115 = /*#__PURE__*/React__default.createElement("path", {
|
1514
|
+
d: "M12 5A3.0033 3.0033 0 009 2H4V15H9a3.0033 3.0033 0 003-3V10.5a2.977 2.977 0 00-.78-2 2.9768 2.9768 0 00.78-2zM6 4H9a1.0013 1.0013 0 011 1V6.5513A.9587.9587 0 019 7.5H6zm4 8a1.0009 1.0009 0 01-1 1H6V9.5H9a1.0009 1.0009 0 011 1zM22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5z"
|
1515
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React__default.createElement("circle", {
|
1516
|
+
cx: "9",
|
1517
|
+
cy: "27",
|
1518
|
+
r: "1"
|
1519
|
+
})), _path116 || (_path116 = /*#__PURE__*/React__default.createElement("path", {
|
1520
|
+
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
1483
1521
|
})), children);
|
1484
1522
|
});
|
1485
1523
|
if (process.env.NODE_ENV !== "production") {
|
1486
|
-
|
1524
|
+
InstanceBx.propTypes = iconPropTypes;
|
1487
1525
|
}
|
1488
|
-
var
|
1526
|
+
var InstanceClassic = /*#__PURE__*/React__default.forwardRef(function InstanceClassic(_ref62, ref) {
|
1489
1527
|
var children = _ref62.children,
|
1490
1528
|
_ref62$size = _ref62.size,
|
1491
1529
|
size = _ref62$size === void 0 ? 16 : _ref62$size,
|
@@ -1497,19 +1535,20 @@ var KubernetesControlPlaneNode = /*#__PURE__*/React__default.forwardRef(function
|
|
1497
1535
|
xmlns: "http://www.w3.org/2000/svg",
|
1498
1536
|
viewBox: "0 0 32 32",
|
1499
1537
|
fill: "currentColor"
|
1500
|
-
}, rest),
|
1501
|
-
d: "
|
1502
|
-
})),
|
1503
|
-
|
1504
|
-
|
1505
|
-
|
1506
|
-
|
1538
|
+
}, rest), _path117 || (_path117 = /*#__PURE__*/React__default.createElement("path", {
|
1539
|
+
d: "M23.5,21H23V19h.5a4.4975,4.4975,0,0,0,.3564-8.981l-.8154-.0639-.0986-.812a6.9938,6.9938,0,0,0-13.8838,0l-.0991.812-.8155.0639A4.4975,4.4975,0,0,0,8.5,19H9v2H8.5A6.4973,6.4973,0,0,1,7.2,8.1362a8.9943,8.9943,0,0,1,17.6006,0A6.4974,6.4974,0,0,1,23.5,21Z"
|
1540
|
+
})), _circle23 || (_circle23 = /*#__PURE__*/React__default.createElement("circle", {
|
1541
|
+
cx: "9",
|
1542
|
+
cy: "27",
|
1543
|
+
r: "1"
|
1544
|
+
})), _path118 || (_path118 = /*#__PURE__*/React__default.createElement("path", {
|
1545
|
+
d: "M26,23H17V15.83l2.59,2.58L21,17l-5-5-5,5,1.41,1.41L15,15.83V23H6a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V25A2.0023,2.0023,0,0,0,26,23Zm0,6H6V25H26Z"
|
1507
1546
|
})), children);
|
1508
1547
|
});
|
1509
1548
|
if (process.env.NODE_ENV !== "production") {
|
1510
|
-
|
1549
|
+
InstanceClassic.propTypes = iconPropTypes;
|
1511
1550
|
}
|
1512
|
-
var
|
1551
|
+
var InstanceCx = /*#__PURE__*/React__default.forwardRef(function InstanceCx(_ref63, ref) {
|
1513
1552
|
var children = _ref63.children,
|
1514
1553
|
_ref63$size = _ref63.size,
|
1515
1554
|
size = _ref63$size === void 0 ? 16 : _ref63$size,
|
@@ -1521,22 +1560,18 @@ var KubernetesIpAddress = /*#__PURE__*/React__default.forwardRef(function Kubern
|
|
1521
1560
|
xmlns: "http://www.w3.org/2000/svg",
|
1522
1561
|
viewBox: "0 0 32 32",
|
1523
1562
|
fill: "currentColor"
|
1524
|
-
}, rest),
|
1525
|
-
cx: "
|
1526
|
-
cy: "
|
1527
|
-
r: "
|
1528
|
-
})),
|
1529
|
-
|
1530
|
-
cy: "16",
|
1531
|
-
r: "2"
|
1532
|
-
})), _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
|
1533
|
-
d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
1563
|
+
}, rest), _circle24 || (_circle24 = /*#__PURE__*/React__default.createElement("circle", {
|
1564
|
+
cx: "9",
|
1565
|
+
cy: "27",
|
1566
|
+
r: "1"
|
1567
|
+
})), _path119 || (_path119 = /*#__PURE__*/React__default.createElement("path", {
|
1568
|
+
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM12 15H6a2.0023 2.0023 0 01-2-2V4A2.002 2.002 0 016 2h6V4H6v9h6zM2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
1534
1569
|
})), children);
|
1535
1570
|
});
|
1536
1571
|
if (process.env.NODE_ENV !== "production") {
|
1537
|
-
|
1572
|
+
InstanceCx.propTypes = iconPropTypes;
|
1538
1573
|
}
|
1539
|
-
var
|
1574
|
+
var InstanceMx = /*#__PURE__*/React__default.forwardRef(function InstanceMx(_ref64, ref) {
|
1540
1575
|
var children = _ref64.children,
|
1541
1576
|
_ref64$size = _ref64.size,
|
1542
1577
|
size = _ref64$size === void 0 ? 16 : _ref64$size,
|
@@ -1548,18 +1583,20 @@ var KubernetesOperator = /*#__PURE__*/React__default.forwardRef(function Kuberne
|
|
1548
1583
|
xmlns: "http://www.w3.org/2000/svg",
|
1549
1584
|
viewBox: "0 0 32 32",
|
1550
1585
|
fill: "currentColor"
|
1551
|
-
}, rest),
|
1552
|
-
|
1553
|
-
|
1554
|
-
|
1555
|
-
|
1556
|
-
|
1586
|
+
}, rest), _path120 || (_path120 = /*#__PURE__*/React__default.createElement("path", {
|
1587
|
+
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM10 2L8.485 6.374 8 8 7.535 6.374 6 2 4 2 4 15 6 15 6 7.374 5.841 5.378 6.421 7.374 8 12 9.579 7.374 10.159 5.374 10 7.374 10 15 12 15 12 2 10 2z"
|
1588
|
+
})), _circle25 || (_circle25 = /*#__PURE__*/React__default.createElement("circle", {
|
1589
|
+
cx: "9",
|
1590
|
+
cy: "27",
|
1591
|
+
r: "1"
|
1592
|
+
})), _path121 || (_path121 = /*#__PURE__*/React__default.createElement("path", {
|
1593
|
+
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
1557
1594
|
})), children);
|
1558
1595
|
});
|
1559
1596
|
if (process.env.NODE_ENV !== "production") {
|
1560
|
-
|
1597
|
+
InstanceMx.propTypes = iconPropTypes;
|
1561
1598
|
}
|
1562
|
-
var
|
1599
|
+
var InstanceVirtual = /*#__PURE__*/React__default.forwardRef(function InstanceVirtual(_ref65, ref) {
|
1563
1600
|
var children = _ref65.children,
|
1564
1601
|
_ref65$size = _ref65.size,
|
1565
1602
|
size = _ref65$size === void 0 ? 16 : _ref65$size,
|
@@ -1571,16 +1608,18 @@ var KubernetesPod = /*#__PURE__*/React__default.forwardRef(function KubernetesPo
|
|
1571
1608
|
xmlns: "http://www.w3.org/2000/svg",
|
1572
1609
|
viewBox: "0 0 32 32",
|
1573
1610
|
fill: "currentColor"
|
1574
|
-
}, rest),
|
1575
|
-
|
1576
|
-
|
1577
|
-
|
1611
|
+
}, rest), _circle26 || (_circle26 = /*#__PURE__*/React__default.createElement("circle", {
|
1612
|
+
cx: "7",
|
1613
|
+
cy: "23",
|
1614
|
+
r: "1"
|
1615
|
+
})), _path122 || (_path122 = /*#__PURE__*/React__default.createElement("path", {
|
1616
|
+
d: "M2 6H6V8H2zM8 6H12V8H8zM14 6H18V8H14zM20 6H24V8H20zM26 6H30V8H26zM28 28H4a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 28zM4 20v6H28V20zM2 12H30V14H2z"
|
1578
1617
|
})), children);
|
1579
1618
|
});
|
1580
1619
|
if (process.env.NODE_ENV !== "production") {
|
1581
|
-
|
1620
|
+
InstanceVirtual.propTypes = iconPropTypes;
|
1582
1621
|
}
|
1583
|
-
var
|
1622
|
+
var Integration = /*#__PURE__*/React__default.forwardRef(function Integration(_ref66, ref) {
|
1584
1623
|
var children = _ref66.children,
|
1585
1624
|
_ref66$size = _ref66.size,
|
1586
1625
|
size = _ref66$size === void 0 ? 16 : _ref66$size,
|
@@ -1592,19 +1631,14 @@ var KubernetesWorkerNode = /*#__PURE__*/React__default.forwardRef(function Kuber
|
|
1592
1631
|
xmlns: "http://www.w3.org/2000/svg",
|
1593
1632
|
viewBox: "0 0 32 32",
|
1594
1633
|
fill: "currentColor"
|
1595
|
-
}, rest),
|
1596
|
-
d: "
|
1597
|
-
})), _path119 || (_path119 = /*#__PURE__*/React__default.createElement("path", {
|
1598
|
-
d: "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z"
|
1599
|
-
})), _path120 || (_path120 = /*#__PURE__*/React__default.createElement("path", {
|
1600
|
-
fill: "none",
|
1601
|
-
d: "M0 0h32v32H0z"
|
1634
|
+
}, rest), _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
|
1635
|
+
d: "M29.88,15.52l-6-11A1,1,0,0,0,23,4H9a1,1,0,0,0-.88.52l-6,11a1,1,0,0,0,0,1l6,11A1,1,0,0,0,9,28H23a1,1,0,0,0,.88-.52l6-11A1,1,0,0,0,29.88,15.52ZM22.93,7l4.39,8h-9.5ZM16,14.14,10.82,6H21.18ZM9.07,7l5.11,8H4.68ZM4.68,17h9.5L9.07,25ZM16,17.86,21.18,26H10.82ZM22.93,25l-5.11-8h9.5Z"
|
1602
1636
|
})), children);
|
1603
1637
|
});
|
1604
1638
|
if (process.env.NODE_ENV !== "production") {
|
1605
|
-
|
1639
|
+
Integration.propTypes = iconPropTypes;
|
1606
1640
|
}
|
1607
|
-
var
|
1641
|
+
var IntentRequestActive = /*#__PURE__*/React__default.forwardRef(function IntentRequestActive(_ref67, ref) {
|
1608
1642
|
var children = _ref67.children,
|
1609
1643
|
_ref67$size = _ref67.size,
|
1610
1644
|
size = _ref67$size === void 0 ? 16 : _ref67$size,
|
@@ -1616,16 +1650,16 @@ var Label = /*#__PURE__*/React__default.forwardRef(function Label(_ref67, ref) {
|
|
1616
1650
|
xmlns: "http://www.w3.org/2000/svg",
|
1617
1651
|
viewBox: "0 0 32 32",
|
1618
1652
|
fill: "currentColor"
|
1619
|
-
}, rest),
|
1620
|
-
d: "M23
|
1621
|
-
})),
|
1622
|
-
d: "
|
1653
|
+
}, rest), _path124 || (_path124 = /*#__PURE__*/React__default.createElement("path", {
|
1654
|
+
d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
|
1655
|
+
})), _path125 || (_path125 = /*#__PURE__*/React__default.createElement("path", {
|
1656
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
1623
1657
|
})), children);
|
1624
1658
|
});
|
1625
1659
|
if (process.env.NODE_ENV !== "production") {
|
1626
|
-
|
1660
|
+
IntentRequestActive.propTypes = iconPropTypes;
|
1627
1661
|
}
|
1628
|
-
var
|
1662
|
+
var IntentRequestCreate = /*#__PURE__*/React__default.forwardRef(function IntentRequestCreate(_ref68, ref) {
|
1629
1663
|
var children = _ref68.children,
|
1630
1664
|
_ref68$size = _ref68.size,
|
1631
1665
|
size = _ref68$size === void 0 ? 16 : _ref68$size,
|
@@ -1637,14 +1671,16 @@ var Language = /*#__PURE__*/React__default.forwardRef(function Language(_ref68,
|
|
1637
1671
|
xmlns: "http://www.w3.org/2000/svg",
|
1638
1672
|
viewBox: "0 0 32 32",
|
1639
1673
|
fill: "currentColor"
|
1640
|
-
}, rest),
|
1641
|
-
d: "
|
1674
|
+
}, rest), _path126 || (_path126 = /*#__PURE__*/React__default.createElement("path", {
|
1675
|
+
d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
|
1676
|
+
})), _path127 || (_path127 = /*#__PURE__*/React__default.createElement("path", {
|
1677
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
1642
1678
|
})), children);
|
1643
1679
|
});
|
1644
1680
|
if (process.env.NODE_ENV !== "production") {
|
1645
|
-
|
1681
|
+
IntentRequestCreate.propTypes = iconPropTypes;
|
1646
1682
|
}
|
1647
|
-
var
|
1683
|
+
var IntentRequestHeal = /*#__PURE__*/React__default.forwardRef(function IntentRequestHeal(_ref69, ref) {
|
1648
1684
|
var children = _ref69.children,
|
1649
1685
|
_ref69$size = _ref69.size,
|
1650
1686
|
size = _ref69$size === void 0 ? 16 : _ref69$size,
|
@@ -1656,17 +1692,16 @@ var Laptop = /*#__PURE__*/React__default.forwardRef(function Laptop(_ref69, ref)
|
|
1656
1692
|
xmlns: "http://www.w3.org/2000/svg",
|
1657
1693
|
viewBox: "0 0 32 32",
|
1658
1694
|
fill: "currentColor"
|
1659
|
-
}, rest),
|
1660
|
-
d: "
|
1661
|
-
|
1662
|
-
|
1663
|
-
d: "M2 26.005H30V28.005H2z"
|
1695
|
+
}, rest), _path128 || (_path128 = /*#__PURE__*/React__default.createElement("path", {
|
1696
|
+
d: "M27,20c-0.8,0-1.5,0.3-2.1,0.9l-0.4,0.5l-0.4-0.5C23.5,20.3,22.7,20,22,20s-1.5,0.3-2.1,0.9c-1.2,1.2-1.2,3.1,0,4.3l4.6,4.8 l4.6-4.8c1.2-1.2,1.2-3.1,0-4.3C28.6,20.3,27.8,20,27,20L27,20z"
|
1697
|
+
})), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
|
1698
|
+
d: "M16.6,28.6L4,16L16,4l12.6,12.6l1.4-1.4L17.5,2.6c-0.8-0.8-2.1-0.8-2.9,0L2.6,14.5c-0.8,0.8-0.8,2.1,0,2.9L15.1,30 L16.6,28.6z"
|
1664
1699
|
})), children);
|
1665
1700
|
});
|
1666
1701
|
if (process.env.NODE_ENV !== "production") {
|
1667
|
-
|
1702
|
+
IntentRequestHeal.propTypes = iconPropTypes;
|
1668
1703
|
}
|
1669
|
-
var
|
1704
|
+
var IntentRequestInactive = /*#__PURE__*/React__default.forwardRef(function IntentRequestInactive(_ref70, ref) {
|
1670
1705
|
var children = _ref70.children,
|
1671
1706
|
_ref70$size = _ref70.size,
|
1672
1707
|
size = _ref70$size === void 0 ? 16 : _ref70$size,
|
@@ -1678,14 +1713,26 @@ var Lasso = /*#__PURE__*/React__default.forwardRef(function Lasso(_ref70, ref) {
|
|
1678
1713
|
xmlns: "http://www.w3.org/2000/svg",
|
1679
1714
|
viewBox: "0 0 32 32",
|
1680
1715
|
fill: "currentColor"
|
1681
|
-
}, rest),
|
1682
|
-
|
1716
|
+
}, rest), _circle27 || (_circle27 = /*#__PURE__*/React__default.createElement("circle", {
|
1717
|
+
cx: "18.5",
|
1718
|
+
cy: "22.5",
|
1719
|
+
r: "1.5"
|
1720
|
+
})), _circle28 || (_circle28 = /*#__PURE__*/React__default.createElement("circle", {
|
1721
|
+
cx: "23.5",
|
1722
|
+
cy: "22.5",
|
1723
|
+
r: "1.5"
|
1724
|
+
})), _circle29 || (_circle29 = /*#__PURE__*/React__default.createElement("circle", {
|
1725
|
+
cx: "28.5",
|
1726
|
+
cy: "22.5",
|
1727
|
+
r: "1.5"
|
1728
|
+
})), _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
|
1729
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
1683
1730
|
})), children);
|
1684
1731
|
});
|
1685
1732
|
if (process.env.NODE_ENV !== "production") {
|
1686
|
-
|
1733
|
+
IntentRequestInactive.propTypes = iconPropTypes;
|
1687
1734
|
}
|
1688
|
-
var
|
1735
|
+
var IntentRequestScaleIn = /*#__PURE__*/React__default.forwardRef(function IntentRequestScaleIn(_ref71, ref) {
|
1689
1736
|
var children = _ref71.children,
|
1690
1737
|
_ref71$size = _ref71.size,
|
1691
1738
|
size = _ref71$size === void 0 ? 16 : _ref71$size,
|
@@ -1697,32 +1744,18 @@ var LassoPolygon = /*#__PURE__*/React__default.forwardRef(function LassoPolygon(
|
|
1697
1744
|
xmlns: "http://www.w3.org/2000/svg",
|
1698
1745
|
viewBox: "0 0 32 32",
|
1699
1746
|
fill: "currentColor"
|
1700
|
-
}, rest),
|
1701
|
-
d: "
|
1747
|
+
}, rest), _path131 || (_path131 = /*#__PURE__*/React__default.createElement("path", {
|
1748
|
+
d: "M28.6 30L30 28.6 22.4 21 29 21 29 19 19 19 19 29 21 29 21 22.4zM2 28.6L3.4 30 11 22.4 11 29 13 29 13 19 3 19 3 21 9.6 21zM17 2L15 2 15 12.2 10.4 7.6 9 9 16 16 23 9 21.6 7.6 17 12.2z"
|
1702
1749
|
})), children);
|
1703
1750
|
});
|
1704
1751
|
if (process.env.NODE_ENV !== "production") {
|
1705
|
-
|
1752
|
+
IntentRequestScaleIn.propTypes = iconPropTypes;
|
1706
1753
|
}
|
1707
|
-
var
|
1754
|
+
var IntentRequestScaleOut = /*#__PURE__*/React__default.forwardRef(function IntentRequestScaleOut(_ref72, ref) {
|
1708
1755
|
var children = _ref72.children,
|
1709
1756
|
_ref72$size = _ref72.size,
|
1710
1757
|
size = _ref72$size === void 0 ? 16 : _ref72$size,
|
1711
1758
|
rest = _objectWithoutProperties(_ref72, _excluded72);
|
1712
|
-
if (size === 16 || size === "16" || size === "16px") {
|
1713
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1714
|
-
width: size,
|
1715
|
-
height: size,
|
1716
|
-
ref: ref,
|
1717
|
-
xmlns: "http://www.w3.org/2000/svg",
|
1718
|
-
viewBox: "0 0 16 16",
|
1719
|
-
fill: "currentColor"
|
1720
|
-
}, rest), _path128 || (_path128 = /*#__PURE__*/React__default.createElement("path", {
|
1721
|
-
d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
|
1722
|
-
})), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
|
1723
|
-
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
1724
|
-
})), children);
|
1725
|
-
}
|
1726
1759
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1727
1760
|
width: size,
|
1728
1761
|
height: size,
|
@@ -1730,16 +1763,14 @@ var Launch = /*#__PURE__*/React__default.forwardRef(function Launch(_ref72, ref)
|
|
1730
1763
|
xmlns: "http://www.w3.org/2000/svg",
|
1731
1764
|
viewBox: "0 0 32 32",
|
1732
1765
|
fill: "currentColor"
|
1733
|
-
}, rest),
|
1734
|
-
d: "
|
1735
|
-
})), _path131 || (_path131 = /*#__PURE__*/React__default.createElement("path", {
|
1736
|
-
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
1766
|
+
}, rest), _path132 || (_path132 = /*#__PURE__*/React__default.createElement("path", {
|
1767
|
+
d: "M19 20.4L20.4 19 28 26.6 28 20 30 20 30 30 20 30 20 28 26.6 28zM13 20.4L11.6 19 4 26.6 4 20 2 20 2 30 12 30 12 28 5.4 28zM17 16L15 16 15 5.8 10.4 10.4 9 9 16 2 23 9 21.6 10.4 17 5.8z"
|
1737
1768
|
})), children);
|
1738
1769
|
});
|
1739
1770
|
if (process.env.NODE_ENV !== "production") {
|
1740
|
-
|
1771
|
+
IntentRequestScaleOut.propTypes = iconPropTypes;
|
1741
1772
|
}
|
1742
|
-
var
|
1773
|
+
var IntentRequestUninstall = /*#__PURE__*/React__default.forwardRef(function IntentRequestUninstall(_ref73, ref) {
|
1743
1774
|
var children = _ref73.children,
|
1744
1775
|
_ref73$size = _ref73.size,
|
1745
1776
|
size = _ref73$size === void 0 ? 16 : _ref73$size,
|
@@ -1751,20 +1782,16 @@ var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React__default.forwardRef(function
|
|
1751
1782
|
xmlns: "http://www.w3.org/2000/svg",
|
1752
1783
|
viewBox: "0 0 32 32",
|
1753
1784
|
fill: "currentColor"
|
1754
|
-
}, rest),
|
1755
|
-
|
1756
|
-
|
1757
|
-
|
1758
|
-
})), _path132 || (_path132 = /*#__PURE__*/React__default.createElement("path", {
|
1759
|
-
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
|
1760
|
-
})), _path133 || (_path133 = /*#__PURE__*/React__default.createElement("path", {
|
1761
|
-
d: "M8 24H20V26H8z"
|
1785
|
+
}, rest), _path133 || (_path133 = /*#__PURE__*/React__default.createElement("path", {
|
1786
|
+
d: "M30 21.4L28.6 20 25 23.6 21.4 20 20 21.4 23.6 25 20 28.6 21.4 30 25 26.4 28.6 30 30 28.6 26.4 25z"
|
1787
|
+
})), _path134 || (_path134 = /*#__PURE__*/React__default.createElement("path", {
|
1788
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
1762
1789
|
})), children);
|
1763
1790
|
});
|
1764
1791
|
if (process.env.NODE_ENV !== "production") {
|
1765
|
-
|
1792
|
+
IntentRequestUninstall.propTypes = iconPropTypes;
|
1766
1793
|
}
|
1767
|
-
var
|
1794
|
+
var IntentRequestUpgrade = /*#__PURE__*/React__default.forwardRef(function IntentRequestUpgrade(_ref74, ref) {
|
1768
1795
|
var children = _ref74.children,
|
1769
1796
|
_ref74$size = _ref74.size,
|
1770
1797
|
size = _ref74$size === void 0 ? 16 : _ref74$size,
|
@@ -1776,24 +1803,33 @@ var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React__default.forwardRef(function
|
|
1776
1803
|
xmlns: "http://www.w3.org/2000/svg",
|
1777
1804
|
viewBox: "0 0 32 32",
|
1778
1805
|
fill: "currentColor"
|
1779
|
-
}, rest),
|
1780
|
-
|
1781
|
-
|
1782
|
-
|
1783
|
-
})), _path134 || (_path134 = /*#__PURE__*/React__default.createElement("path", {
|
1784
|
-
d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
|
1785
|
-
})), _path135 || (_path135 = /*#__PURE__*/React__default.createElement("path", {
|
1786
|
-
d: "M8 6H20V8H8z"
|
1806
|
+
}, rest), _path135 || (_path135 = /*#__PURE__*/React__default.createElement("path", {
|
1807
|
+
d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
|
1808
|
+
})), _path136 || (_path136 = /*#__PURE__*/React__default.createElement("path", {
|
1809
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
1787
1810
|
})), children);
|
1788
1811
|
});
|
1789
1812
|
if (process.env.NODE_ENV !== "production") {
|
1790
|
-
|
1813
|
+
IntentRequestUpgrade.propTypes = iconPropTypes;
|
1791
1814
|
}
|
1792
|
-
var
|
1815
|
+
var Interactions = /*#__PURE__*/React__default.forwardRef(function Interactions(_ref75, ref) {
|
1793
1816
|
var children = _ref75.children,
|
1794
1817
|
_ref75$size = _ref75.size,
|
1795
1818
|
size = _ref75$size === void 0 ? 16 : _ref75$size,
|
1796
1819
|
rest = _objectWithoutProperties(_ref75, _excluded75);
|
1820
|
+
if (size === 16 || size === "16" || size === "16px") {
|
1821
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1822
|
+
width: size,
|
1823
|
+
height: size,
|
1824
|
+
ref: ref,
|
1825
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1826
|
+
viewBox: "0 0 16 16",
|
1827
|
+
fill: "currentColor"
|
1828
|
+
}, rest), _path137 || (_path137 = /*#__PURE__*/React__default.createElement("path", {
|
1829
|
+
fillRule: "evenodd",
|
1830
|
+
d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"
|
1831
|
+
})), children);
|
1832
|
+
}
|
1797
1833
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
1798
1834
|
width: size,
|
1799
1835
|
height: size,
|
@@ -1801,20 +1837,14 @@ var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React__default.forwardRef(function
|
|
1801
1837
|
xmlns: "http://www.w3.org/2000/svg",
|
1802
1838
|
viewBox: "0 0 32 32",
|
1803
1839
|
fill: "currentColor"
|
1804
|
-
}, rest),
|
1805
|
-
|
1806
|
-
cy: "25",
|
1807
|
-
r: "1"
|
1808
|
-
})), _path136 || (_path136 = /*#__PURE__*/React__default.createElement("path", {
|
1809
|
-
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
|
1810
|
-
})), _path137 || (_path137 = /*#__PURE__*/React__default.createElement("path", {
|
1811
|
-
d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
|
1840
|
+
}, rest), _path138 || (_path138 = /*#__PURE__*/React__default.createElement("path", {
|
1841
|
+
d: "M26 18H22V14H20V28h6a2.0027 2.0027 0 002-2V20A2.0023 2.0023 0 0026 18zm-4 8V20h4v6zM20 6.076L19.256 4.219 16 5.522 16 2 14 2 14 5.523 10.744 4.22 10 6.077 13.417 7.444 10.9 10.8 12.5 12 15 8.667 17.5 12 19.1 10.8 16.583 7.443 20 6.076zM10 18H5v2h5v2H6a2 2 0 00-2 2v2a2 2 0 002 2h6V20A2.0023 2.0023 0 0010 18zm0 8H6V24h4z"
|
1812
1842
|
})), children);
|
1813
1843
|
});
|
1814
1844
|
if (process.env.NODE_ENV !== "production") {
|
1815
|
-
|
1845
|
+
Interactions.propTypes = iconPropTypes;
|
1816
1846
|
}
|
1817
|
-
var
|
1847
|
+
var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React__default.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref76, ref) {
|
1818
1848
|
var children = _ref76.children,
|
1819
1849
|
_ref76$size = _ref76.size,
|
1820
1850
|
size = _ref76$size === void 0 ? 16 : _ref76$size,
|
@@ -1826,16 +1856,25 @@ var Layers = /*#__PURE__*/React__default.forwardRef(function Layers(_ref76, ref)
|
|
1826
1856
|
xmlns: "http://www.w3.org/2000/svg",
|
1827
1857
|
viewBox: "0 0 32 32",
|
1828
1858
|
fill: "currentColor"
|
1829
|
-
}, rest),
|
1830
|
-
d: "
|
1831
|
-
})),
|
1832
|
-
d: "
|
1859
|
+
}, rest), _path139 || (_path139 = /*#__PURE__*/React__default.createElement("path", {
|
1860
|
+
d: "M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z"
|
1861
|
+
})), _path140 || (_path140 = /*#__PURE__*/React__default.createElement("path", {
|
1862
|
+
d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
|
1863
|
+
transform: "rotate(-45 9 20)"
|
1864
|
+
})), _path141 || (_path141 = /*#__PURE__*/React__default.createElement("path", {
|
1865
|
+
d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
|
1866
|
+
transform: "rotate(-45 20 9)"
|
1867
|
+
})), _path142 || (_path142 = /*#__PURE__*/React__default.createElement("path", {
|
1868
|
+
d: "M7.586 7.586H10.414V10.414H7.586z",
|
1869
|
+
transform: "rotate(-45 9 9)"
|
1870
|
+
})), _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
|
1871
|
+
d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
1833
1872
|
})), children);
|
1834
1873
|
});
|
1835
1874
|
if (process.env.NODE_ENV !== "production") {
|
1836
|
-
|
1875
|
+
WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes;
|
1837
1876
|
}
|
1838
|
-
var
|
1877
|
+
var InterfaceUsage = /*#__PURE__*/React__default.forwardRef(function InterfaceUsage(_ref77, ref) {
|
1839
1878
|
var children = _ref77.children,
|
1840
1879
|
_ref77$size = _ref77.size,
|
1841
1880
|
size = _ref77$size === void 0 ? 16 : _ref77$size,
|
@@ -1847,18 +1886,18 @@ var LayersExternal = /*#__PURE__*/React__default.forwardRef(function LayersExter
|
|
1847
1886
|
xmlns: "http://www.w3.org/2000/svg",
|
1848
1887
|
viewBox: "0 0 32 32",
|
1849
1888
|
fill: "currentColor"
|
1850
|
-
}, rest),
|
1889
|
+
}, rest), _path144 || (_path144 = /*#__PURE__*/React__default.createElement("path", {
|
1851
1890
|
strokeWidth: "0",
|
1852
|
-
d: "
|
1853
|
-
})),
|
1891
|
+
d: "M18.3242 11.7334v1.29h-1.3242v1.7368h1.3242v7.2397h2.2012v-7.2397h1.8398v-1.7368h-1.8398v-1.9951h1.8398v-1.7539h-1.5649c-1.6167 0-2.4761.877-2.4761 2.459zM10 11.8193L11.582 11.8193 11.582 20.1772 10 20.1772 10 22 15.4516 22 15.4516 20.1772 13.8525 20.1772 13.8525 11.8193 15.4516 11.8193 15.4516 9.9966 10 9.9966 10 11.8193z"
|
1892
|
+
})), _path145 || (_path145 = /*#__PURE__*/React__default.createElement("path", {
|
1854
1893
|
strokeWidth: "0",
|
1855
|
-
d: "
|
1894
|
+
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
1856
1895
|
})), children);
|
1857
1896
|
});
|
1858
1897
|
if (process.env.NODE_ENV !== "production") {
|
1859
|
-
|
1898
|
+
InterfaceUsage.propTypes = iconPropTypes;
|
1860
1899
|
}
|
1861
|
-
var
|
1900
|
+
var Intersect = /*#__PURE__*/React__default.forwardRef(function Intersect(_ref78, ref) {
|
1862
1901
|
var children = _ref78.children,
|
1863
1902
|
_ref78$size = _ref78.size,
|
1864
1903
|
size = _ref78$size === void 0 ? 16 : _ref78$size,
|
@@ -1870,22 +1909,16 @@ var Legend = /*#__PURE__*/React__default.forwardRef(function Legend(_ref78, ref)
|
|
1870
1909
|
xmlns: "http://www.w3.org/2000/svg",
|
1871
1910
|
viewBox: "0 0 32 32",
|
1872
1911
|
fill: "currentColor"
|
1873
|
-
}, rest),
|
1874
|
-
d: "
|
1875
|
-
})),
|
1876
|
-
|
1877
|
-
height: "6",
|
1878
|
-
x: "4",
|
1879
|
-
y: "20",
|
1880
|
-
rx: "1"
|
1881
|
-
})), _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
|
1882
|
-
d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
|
1912
|
+
}, rest), _path146 || (_path146 = /*#__PURE__*/React__default.createElement("path", {
|
1913
|
+
d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
|
1914
|
+
})), _path147 || (_path147 = /*#__PURE__*/React__default.createElement("path", {
|
1915
|
+
d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8Zm0,20H10V24h4V22H10V18H8v4H4V4H22V8H18v2h4v4h2V10h4Z"
|
1883
1916
|
})), children);
|
1884
1917
|
});
|
1885
1918
|
if (process.env.NODE_ENV !== "production") {
|
1886
|
-
|
1919
|
+
Intersect.propTypes = iconPropTypes;
|
1887
1920
|
}
|
1888
|
-
var
|
1921
|
+
var IntrusionPrevention = /*#__PURE__*/React__default.forwardRef(function IntrusionPrevention(_ref79, ref) {
|
1889
1922
|
var children = _ref79.children,
|
1890
1923
|
_ref79$size = _ref79.size,
|
1891
1924
|
size = _ref79$size === void 0 ? 16 : _ref79$size,
|
@@ -1897,14 +1930,20 @@ var LetterAa = /*#__PURE__*/React__default.forwardRef(function LetterAa(_ref79,
|
|
1897
1930
|
xmlns: "http://www.w3.org/2000/svg",
|
1898
1931
|
viewBox: "0 0 32 32",
|
1899
1932
|
fill: "currentColor"
|
1900
|
-
}, rest),
|
1901
|
-
|
1933
|
+
}, rest), _circle30 || (_circle30 = /*#__PURE__*/React__default.createElement("circle", {
|
1934
|
+
cx: "22",
|
1935
|
+
cy: "23.887",
|
1936
|
+
r: "2"
|
1937
|
+
})), _path148 || (_path148 = /*#__PURE__*/React__default.createElement("path", {
|
1938
|
+
d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z"
|
1939
|
+
})), _path149 || (_path149 = /*#__PURE__*/React__default.createElement("path", {
|
1940
|
+
d: "M28,12H7a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h5V18H7V14H28l.0007,2H30V14A2.0023,2.0023,0,0,0,28,12Z"
|
1902
1941
|
})), children);
|
1903
1942
|
});
|
1904
1943
|
if (process.env.NODE_ENV !== "production") {
|
1905
|
-
|
1944
|
+
IntrusionPrevention.propTypes = iconPropTypes;
|
1906
1945
|
}
|
1907
|
-
var
|
1946
|
+
var InventoryManagement = /*#__PURE__*/React__default.forwardRef(function InventoryManagement(_ref80, ref) {
|
1908
1947
|
var children = _ref80.children,
|
1909
1948
|
_ref80$size = _ref80.size,
|
1910
1949
|
size = _ref80$size === void 0 ? 16 : _ref80$size,
|
@@ -1916,14 +1955,16 @@ var LetterBb = /*#__PURE__*/React__default.forwardRef(function LetterBb(_ref80,
|
|
1916
1955
|
xmlns: "http://www.w3.org/2000/svg",
|
1917
1956
|
viewBox: "0 0 32 32",
|
1918
1957
|
fill: "currentColor"
|
1919
|
-
}, rest),
|
1920
|
-
d: "
|
1958
|
+
}, rest), _path150 || (_path150 = /*#__PURE__*/React__default.createElement("path", {
|
1959
|
+
d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
|
1960
|
+
})), _path151 || (_path151 = /*#__PURE__*/React__default.createElement("path", {
|
1961
|
+
d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z"
|
1921
1962
|
})), children);
|
1922
1963
|
});
|
1923
1964
|
if (process.env.NODE_ENV !== "production") {
|
1924
|
-
|
1965
|
+
InventoryManagement.propTypes = iconPropTypes;
|
1925
1966
|
}
|
1926
|
-
var
|
1967
|
+
var IotConnect = /*#__PURE__*/React__default.forwardRef(function IotConnect(_ref81, ref) {
|
1927
1968
|
var children = _ref81.children,
|
1928
1969
|
_ref81$size = _ref81.size,
|
1929
1970
|
size = _ref81$size === void 0 ? 16 : _ref81$size,
|
@@ -1935,14 +1976,16 @@ var LetterCc = /*#__PURE__*/React__default.forwardRef(function LetterCc(_ref81,
|
|
1935
1976
|
xmlns: "http://www.w3.org/2000/svg",
|
1936
1977
|
viewBox: "0 0 32 32",
|
1937
1978
|
fill: "currentColor"
|
1938
|
-
}, rest),
|
1939
|
-
d: "
|
1979
|
+
}, rest), _path152 || (_path152 = /*#__PURE__*/React__default.createElement("path", {
|
1980
|
+
d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
|
1981
|
+
})), _path153 || (_path153 = /*#__PURE__*/React__default.createElement("path", {
|
1982
|
+
d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z"
|
1940
1983
|
})), children);
|
1941
1984
|
});
|
1942
1985
|
if (process.env.NODE_ENV !== "production") {
|
1943
|
-
|
1986
|
+
IotConnect.propTypes = iconPropTypes;
|
1944
1987
|
}
|
1945
|
-
var
|
1988
|
+
var IotPlatform = /*#__PURE__*/React__default.forwardRef(function IotPlatform(_ref82, ref) {
|
1946
1989
|
var children = _ref82.children,
|
1947
1990
|
_ref82$size = _ref82.size,
|
1948
1991
|
size = _ref82$size === void 0 ? 16 : _ref82$size,
|
@@ -1954,14 +1997,18 @@ var LetterDd = /*#__PURE__*/React__default.forwardRef(function LetterDd(_ref82,
|
|
1954
1997
|
xmlns: "http://www.w3.org/2000/svg",
|
1955
1998
|
viewBox: "0 0 32 32",
|
1956
1999
|
fill: "currentColor"
|
1957
|
-
}, rest),
|
1958
|
-
d: "
|
2000
|
+
}, rest), _path154 || (_path154 = /*#__PURE__*/React__default.createElement("path", {
|
2001
|
+
d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
|
2002
|
+
})), _path155 || (_path155 = /*#__PURE__*/React__default.createElement("path", {
|
2003
|
+
d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
|
2004
|
+
})), _path156 || (_path156 = /*#__PURE__*/React__default.createElement("path", {
|
2005
|
+
d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
|
1959
2006
|
})), children);
|
1960
2007
|
});
|
1961
2008
|
if (process.env.NODE_ENV !== "production") {
|
1962
|
-
|
2009
|
+
IotPlatform.propTypes = iconPropTypes;
|
1963
2010
|
}
|
1964
|
-
var
|
2011
|
+
var Ip = /*#__PURE__*/React__default.forwardRef(function Ip(_ref83, ref) {
|
1965
2012
|
var children = _ref83.children,
|
1966
2013
|
_ref83$size = _ref83.size,
|
1967
2014
|
size = _ref83$size === void 0 ? 16 : _ref83$size,
|
@@ -1973,14 +2020,15 @@ var LetterEe = /*#__PURE__*/React__default.forwardRef(function LetterEe(_ref83,
|
|
1973
2020
|
xmlns: "http://www.w3.org/2000/svg",
|
1974
2021
|
viewBox: "0 0 32 32",
|
1975
2022
|
fill: "currentColor"
|
1976
|
-
}, rest),
|
1977
|
-
|
2023
|
+
}, rest), _path157 || (_path157 = /*#__PURE__*/React__default.createElement("path", {
|
2024
|
+
strokeWidth: "0",
|
2025
|
+
d: "M19 23h-2v-14h6c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2h-4v5zm0-7h4v-5.0015h-4v5.0015zM7 11L10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
|
1978
2026
|
})), children);
|
1979
2027
|
});
|
1980
2028
|
if (process.env.NODE_ENV !== "production") {
|
1981
|
-
|
2029
|
+
Ip.propTypes = iconPropTypes;
|
1982
2030
|
}
|
1983
|
-
var
|
2031
|
+
var Iso = /*#__PURE__*/React__default.forwardRef(function Iso(_ref84, ref) {
|
1984
2032
|
var children = _ref84.children,
|
1985
2033
|
_ref84$size = _ref84.size,
|
1986
2034
|
size = _ref84$size === void 0 ? 16 : _ref84$size,
|
@@ -1992,14 +2040,14 @@ var LetterFf = /*#__PURE__*/React__default.forwardRef(function LetterFf(_ref84,
|
|
1992
2040
|
xmlns: "http://www.w3.org/2000/svg",
|
1993
2041
|
viewBox: "0 0 32 32",
|
1994
2042
|
fill: "currentColor"
|
1995
|
-
}, rest),
|
1996
|
-
d: "
|
2043
|
+
}, rest), _path158 || (_path158 = /*#__PURE__*/React__default.createElement("path", {
|
2044
|
+
d: "M28 23H24a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0128 23zM24 11V21h4V11zM18 23H12V21h6V17H14a2 2 0 01-2-2V11a2 2 0 012-2h6v2H14v4h4a2 2 0 012 2v4A2 2 0 0118 23zM2 11L5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z"
|
1997
2045
|
})), children);
|
1998
2046
|
});
|
1999
2047
|
if (process.env.NODE_ENV !== "production") {
|
2000
|
-
|
2048
|
+
Iso.propTypes = iconPropTypes;
|
2001
2049
|
}
|
2002
|
-
var
|
2050
|
+
var IsoFilled = /*#__PURE__*/React__default.forwardRef(function IsoFilled(_ref85, ref) {
|
2003
2051
|
var children = _ref85.children,
|
2004
2052
|
_ref85$size = _ref85.size,
|
2005
2053
|
size = _ref85$size === void 0 ? 16 : _ref85$size,
|
@@ -2011,14 +2059,16 @@ var LetterGg = /*#__PURE__*/React__default.forwardRef(function LetterGg(_ref85,
|
|
2011
2059
|
xmlns: "http://www.w3.org/2000/svg",
|
2012
2060
|
viewBox: "0 0 32 32",
|
2013
2061
|
fill: "currentColor"
|
2014
|
-
}, rest),
|
2015
|
-
d: "
|
2062
|
+
}, rest), _path159 || (_path159 = /*#__PURE__*/React__default.createElement("path", {
|
2063
|
+
d: "M21 13H24V19H21z"
|
2064
|
+
})), _path160 || (_path160 = /*#__PURE__*/React__default.createElement("path", {
|
2065
|
+
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,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z"
|
2016
2066
|
})), children);
|
2017
2067
|
});
|
2018
2068
|
if (process.env.NODE_ENV !== "production") {
|
2019
|
-
|
2069
|
+
IsoFilled.propTypes = iconPropTypes;
|
2020
2070
|
}
|
2021
|
-
var
|
2071
|
+
var IsoOutline = /*#__PURE__*/React__default.forwardRef(function IsoOutline(_ref86, ref) {
|
2022
2072
|
var children = _ref86.children,
|
2023
2073
|
_ref86$size = _ref86.size,
|
2024
2074
|
size = _ref86$size === void 0 ? 16 : _ref86$size,
|
@@ -2030,14 +2080,16 @@ var LetterHh = /*#__PURE__*/React__default.forwardRef(function LetterHh(_ref86,
|
|
2030
2080
|
xmlns: "http://www.w3.org/2000/svg",
|
2031
2081
|
viewBox: "0 0 32 32",
|
2032
2082
|
fill: "currentColor"
|
2033
|
-
}, rest),
|
2034
|
-
d: "
|
2083
|
+
}, rest), _path161 || (_path161 = /*#__PURE__*/React__default.createElement("path", {
|
2084
|
+
d: "M24 21H21a2 2 0 01-2-2V13a2 2 0 012-2h3a2 2 0 012 2v6A2 2 0 0124 21zm-3-8v6h3V13zM15 21H10V19h5V17H12a2 2 0 01-2-2V13a2 2 0 012-2h5v2H12v2h3a2 2 0 012 2v2A2 2 0 0115 21zM6 11H8V21H6z"
|
2085
|
+
})), _path162 || (_path162 = /*#__PURE__*/React__default.createElement("path", {
|
2086
|
+
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,6ZM4,24V8H28V24Z"
|
2035
2087
|
})), children);
|
2036
2088
|
});
|
2037
2089
|
if (process.env.NODE_ENV !== "production") {
|
2038
|
-
|
2090
|
+
IsoOutline.propTypes = iconPropTypes;
|
2039
2091
|
}
|
2040
|
-
var
|
2092
|
+
var JobDaemon = /*#__PURE__*/React__default.forwardRef(function JobDaemon(_ref87, ref) {
|
2041
2093
|
var children = _ref87.children,
|
2042
2094
|
_ref87$size = _ref87.size,
|
2043
2095
|
size = _ref87$size === void 0 ? 16 : _ref87$size,
|
@@ -2049,14 +2101,14 @@ var LetterIi = /*#__PURE__*/React__default.forwardRef(function LetterIi(_ref87,
|
|
2049
2101
|
xmlns: "http://www.w3.org/2000/svg",
|
2050
2102
|
viewBox: "0 0 32 32",
|
2051
2103
|
fill: "currentColor"
|
2052
|
-
}, rest),
|
2053
|
-
d: "
|
2104
|
+
}, rest), _path163 || (_path163 = /*#__PURE__*/React__default.createElement("path", {
|
2105
|
+
d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM27,20c-1.6,0-3.1,1.4-4,2.4-.9-1-2.4-2.4-4-2.4-2.6,0-4,2-4,4s1.4,4,4,4,3.1-1.4,4-2.4c.9,1,2.4,2.4,4,2.4,2.6,0,4-2,4-4s-1.4-4-4-4ZM19,26c-1.5,0-2-1.1-2-2s.5-2,2-2,2,1.1,2.8,2c-.7.9-1.9,2-2.8,2ZM27,26c-.9,0-2-1.1-2.8-2,.7-.9,1.9-2,2.8-2,1.5,0,2,1.1,2,2s-.5,2-2,2Z"
|
2054
2106
|
})), children);
|
2055
2107
|
});
|
2056
2108
|
if (process.env.NODE_ENV !== "production") {
|
2057
|
-
|
2109
|
+
JobDaemon.propTypes = iconPropTypes;
|
2058
2110
|
}
|
2059
|
-
var
|
2111
|
+
var JobRun = /*#__PURE__*/React__default.forwardRef(function JobRun(_ref88, ref) {
|
2060
2112
|
var children = _ref88.children,
|
2061
2113
|
_ref88$size = _ref88.size,
|
2062
2114
|
size = _ref88$size === void 0 ? 16 : _ref88$size,
|
@@ -2068,14 +2120,14 @@ var LetterJj = /*#__PURE__*/React__default.forwardRef(function LetterJj(_ref88,
|
|
2068
2120
|
xmlns: "http://www.w3.org/2000/svg",
|
2069
2121
|
viewBox: "0 0 32 32",
|
2070
2122
|
fill: "currentColor"
|
2071
|
-
}, rest),
|
2072
|
-
d: "
|
2123
|
+
}, rest), _path164 || (_path164 = /*#__PURE__*/React__default.createElement("path", {
|
2124
|
+
d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM30,24l-6,6-1.4-1.4,3.6-3.6h-9.2v-2h9.2l-3.6-3.6,1.4-1.4,6,6Z"
|
2073
2125
|
})), children);
|
2074
2126
|
});
|
2075
2127
|
if (process.env.NODE_ENV !== "production") {
|
2076
|
-
|
2128
|
+
JobRun.propTypes = iconPropTypes;
|
2077
2129
|
}
|
2078
|
-
var
|
2130
|
+
var JoinFull = /*#__PURE__*/React__default.forwardRef(function JoinFull(_ref89, ref) {
|
2079
2131
|
var children = _ref89.children,
|
2080
2132
|
_ref89$size = _ref89.size,
|
2081
2133
|
size = _ref89$size === void 0 ? 16 : _ref89$size,
|
@@ -2087,14 +2139,22 @@ var LetterKk = /*#__PURE__*/React__default.forwardRef(function LetterKk(_ref89,
|
|
2087
2139
|
xmlns: "http://www.w3.org/2000/svg",
|
2088
2140
|
viewBox: "0 0 32 32",
|
2089
2141
|
fill: "currentColor"
|
2090
|
-
}, rest),
|
2091
|
-
|
2142
|
+
}, rest), _path165 || (_path165 = /*#__PURE__*/React__default.createElement("path", {
|
2143
|
+
fill: "none",
|
2144
|
+
d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
|
2145
|
+
"data-icon-path": "inner-path"
|
2146
|
+
})), _path166 || (_path166 = /*#__PURE__*/React__default.createElement("path", {
|
2147
|
+
d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
|
2148
|
+
})), _path167 || (_path167 = /*#__PURE__*/React__default.createElement("path", {
|
2149
|
+
d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
|
2150
|
+
})), _path168 || (_path168 = /*#__PURE__*/React__default.createElement("path", {
|
2151
|
+
d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
|
2092
2152
|
})), children);
|
2093
2153
|
});
|
2094
2154
|
if (process.env.NODE_ENV !== "production") {
|
2095
|
-
|
2155
|
+
JoinFull.propTypes = iconPropTypes;
|
2096
2156
|
}
|
2097
|
-
var
|
2157
|
+
var JoinInner = /*#__PURE__*/React__default.forwardRef(function JoinInner(_ref90, ref) {
|
2098
2158
|
var children = _ref90.children,
|
2099
2159
|
_ref90$size = _ref90.size,
|
2100
2160
|
size = _ref90$size === void 0 ? 16 : _ref90$size,
|
@@ -2106,14 +2166,14 @@ var LetterLl = /*#__PURE__*/React__default.forwardRef(function LetterLl(_ref90,
|
|
2106
2166
|
xmlns: "http://www.w3.org/2000/svg",
|
2107
2167
|
viewBox: "0 0 32 32",
|
2108
2168
|
fill: "currentColor"
|
2109
|
-
}, rest),
|
2110
|
-
d: "
|
2169
|
+
}, rest), _path169 || (_path169 = /*#__PURE__*/React__default.createElement("path", {
|
2170
|
+
d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z"
|
2111
2171
|
})), children);
|
2112
2172
|
});
|
2113
2173
|
if (process.env.NODE_ENV !== "production") {
|
2114
|
-
|
2174
|
+
JoinInner.propTypes = iconPropTypes;
|
2115
2175
|
}
|
2116
|
-
var
|
2176
|
+
var JoinLeft = /*#__PURE__*/React__default.forwardRef(function JoinLeft(_ref91, ref) {
|
2117
2177
|
var children = _ref91.children,
|
2118
2178
|
_ref91$size = _ref91.size,
|
2119
2179
|
size = _ref91$size === void 0 ? 16 : _ref91$size,
|
@@ -2125,14 +2185,22 @@ var LetterMm = /*#__PURE__*/React__default.forwardRef(function LetterMm(_ref91,
|
|
2125
2185
|
xmlns: "http://www.w3.org/2000/svg",
|
2126
2186
|
viewBox: "0 0 32 32",
|
2127
2187
|
fill: "currentColor"
|
2128
|
-
}, rest),
|
2129
|
-
d: "
|
2188
|
+
}, rest), _path170 || (_path170 = /*#__PURE__*/React__default.createElement("path", {
|
2189
|
+
d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z"
|
2190
|
+
})), _path171 || (_path171 = /*#__PURE__*/React__default.createElement("path", {
|
2191
|
+
d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
|
2192
|
+
})), _path172 || (_path172 = /*#__PURE__*/React__default.createElement("path", {
|
2193
|
+
fill: "none",
|
2194
|
+
d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
|
2195
|
+
"data-icon-path": "inner-path"
|
2196
|
+
})), _path173 || (_path173 = /*#__PURE__*/React__default.createElement("path", {
|
2197
|
+
d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
|
2130
2198
|
})), children);
|
2131
2199
|
});
|
2132
2200
|
if (process.env.NODE_ENV !== "production") {
|
2133
|
-
|
2201
|
+
JoinLeft.propTypes = iconPropTypes;
|
2134
2202
|
}
|
2135
|
-
var
|
2203
|
+
var JoinOuter = /*#__PURE__*/React__default.forwardRef(function JoinOuter(_ref92, ref) {
|
2136
2204
|
var children = _ref92.children,
|
2137
2205
|
_ref92$size = _ref92.size,
|
2138
2206
|
size = _ref92$size === void 0 ? 16 : _ref92$size,
|
@@ -2144,14 +2212,14 @@ var LetterNn = /*#__PURE__*/React__default.forwardRef(function LetterNn(_ref92,
|
|
2144
2212
|
xmlns: "http://www.w3.org/2000/svg",
|
2145
2213
|
viewBox: "0 0 32 32",
|
2146
2214
|
fill: "currentColor"
|
2147
|
-
}, rest),
|
2148
|
-
d: "
|
2215
|
+
}, rest), _path174 || (_path174 = /*#__PURE__*/React__default.createElement("path", {
|
2216
|
+
d: "M20 6a9.9539 9.9539 0 00-4 .8379 9.9953 9.9953 0 010 18.3242A9.9988 9.9988 0 1020 6zM10 16a9.9976 9.9976 0 016-9.1621 10 10 0 100 18.3242A9.9976 9.9976 0 0110 16z"
|
2149
2217
|
})), children);
|
2150
2218
|
});
|
2151
2219
|
if (process.env.NODE_ENV !== "production") {
|
2152
|
-
|
2220
|
+
JoinOuter.propTypes = iconPropTypes;
|
2153
2221
|
}
|
2154
|
-
var
|
2222
|
+
var JoinRight = /*#__PURE__*/React__default.forwardRef(function JoinRight(_ref93, ref) {
|
2155
2223
|
var children = _ref93.children,
|
2156
2224
|
_ref93$size = _ref93.size,
|
2157
2225
|
size = _ref93$size === void 0 ? 16 : _ref93$size,
|
@@ -2163,14 +2231,22 @@ var LetterOo = /*#__PURE__*/React__default.forwardRef(function LetterOo(_ref93,
|
|
2163
2231
|
xmlns: "http://www.w3.org/2000/svg",
|
2164
2232
|
viewBox: "0 0 32 32",
|
2165
2233
|
fill: "currentColor"
|
2166
|
-
}, rest),
|
2167
|
-
d: "
|
2234
|
+
}, rest), _path175 || (_path175 = /*#__PURE__*/React__default.createElement("path", {
|
2235
|
+
d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z"
|
2236
|
+
})), _path176 || (_path176 = /*#__PURE__*/React__default.createElement("path", {
|
2237
|
+
fill: "none",
|
2238
|
+
d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
|
2239
|
+
"data-icon-path": "inner-path"
|
2240
|
+
})), _path177 || (_path177 = /*#__PURE__*/React__default.createElement("path", {
|
2241
|
+
d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
|
2242
|
+
})), _path178 || (_path178 = /*#__PURE__*/React__default.createElement("path", {
|
2243
|
+
d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
|
2168
2244
|
})), children);
|
2169
2245
|
});
|
2170
2246
|
if (process.env.NODE_ENV !== "production") {
|
2171
|
-
|
2247
|
+
JoinRight.propTypes = iconPropTypes;
|
2172
2248
|
}
|
2173
|
-
var
|
2249
|
+
var JoinNode = /*#__PURE__*/React__default.forwardRef(function JoinNode(_ref94, ref) {
|
2174
2250
|
var children = _ref94.children,
|
2175
2251
|
_ref94$size = _ref94.size,
|
2176
2252
|
size = _ref94$size === void 0 ? 16 : _ref94$size,
|
@@ -2182,14 +2258,15 @@ var LetterPp = /*#__PURE__*/React__default.forwardRef(function LetterPp(_ref94,
|
|
2182
2258
|
xmlns: "http://www.w3.org/2000/svg",
|
2183
2259
|
viewBox: "0 0 32 32",
|
2184
2260
|
fill: "currentColor"
|
2185
|
-
}, rest),
|
2186
|
-
|
2261
|
+
}, rest), _path179 || (_path179 = /*#__PURE__*/React__default.createElement("path", {
|
2262
|
+
strokeWidth: "0",
|
2263
|
+
d: "M2 9H6V11H2zM2 21H6V23H2zM25 11L23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
|
2187
2264
|
})), children);
|
2188
2265
|
});
|
2189
2266
|
if (process.env.NODE_ENV !== "production") {
|
2190
|
-
|
2267
|
+
JoinNode.propTypes = iconPropTypes;
|
2191
2268
|
}
|
2192
|
-
var
|
2269
|
+
var Jpg = /*#__PURE__*/React__default.forwardRef(function Jpg(_ref95, ref) {
|
2193
2270
|
var children = _ref95.children,
|
2194
2271
|
_ref95$size = _ref95.size,
|
2195
2272
|
size = _ref95$size === void 0 ? 16 : _ref95$size,
|
@@ -2201,14 +2278,14 @@ var LetterQq = /*#__PURE__*/React__default.forwardRef(function LetterQq(_ref95,
|
|
2201
2278
|
xmlns: "http://www.w3.org/2000/svg",
|
2202
2279
|
viewBox: "0 0 32 32",
|
2203
2280
|
fill: "currentColor"
|
2204
|
-
}, rest),
|
2205
|
-
d: "
|
2281
|
+
}, rest), _path180 || (_path180 = /*#__PURE__*/React__default.createElement("path", {
|
2282
|
+
d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 23H4a2 2 0 01-2-2V19H4v2H8V9h2V21A2 2 0 018 23z"
|
2206
2283
|
})), children);
|
2207
2284
|
});
|
2208
2285
|
if (process.env.NODE_ENV !== "production") {
|
2209
|
-
|
2286
|
+
Jpg.propTypes = iconPropTypes;
|
2210
2287
|
}
|
2211
|
-
var
|
2288
|
+
var JsError = /*#__PURE__*/React__default.forwardRef(function JsError(_ref96, ref) {
|
2212
2289
|
var children = _ref96.children,
|
2213
2290
|
_ref96$size = _ref96.size,
|
2214
2291
|
size = _ref96$size === void 0 ? 16 : _ref96$size,
|
@@ -2220,14 +2297,16 @@ var LetterRr = /*#__PURE__*/React__default.forwardRef(function LetterRr(_ref96,
|
|
2220
2297
|
xmlns: "http://www.w3.org/2000/svg",
|
2221
2298
|
viewBox: "0 0 32 32",
|
2222
2299
|
fill: "currentColor"
|
2223
|
-
}, rest),
|
2224
|
-
d: "
|
2300
|
+
}, rest), _path181 || (_path181 = /*#__PURE__*/React__default.createElement("path", {
|
2301
|
+
d: "M20.3335 30h-2.667c-.9189 0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM28.3335 30h-4.3335v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.3335c0-.9189.7476-1.6665 1.6665-1.6665h4.3335v2h-4v2h2c1.103 0 2 .897 2 2v2.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM16 18c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 7H17V16H15z"
|
2302
|
+
})), _path182 || (_path182 = /*#__PURE__*/React__default.createElement("path", {
|
2303
|
+
d: "m14,26h-4.5c-.3538,0-.6809-.1868-.8608-.4912L2.1392,14.5088c-.0928-.1569-.1392-.3329-.1392-.5088s.0464-.3519.1392-.5088L8.6392,2.4912c.1799-.3044.5071-.4912.8608-.4912h13c.3538,0,.6809.1868.8608.4912l6.5,11c.0928.1569.1392.3328.1392.5088s-.0464.3519-.1392.5088l-2,3.3845-1.7217-1.0173,1.6992-2.876-5.9089-10h-11.8589l-5.9089,10,5.9089,10h3.9294v2Z"
|
2225
2304
|
})), children);
|
2226
2305
|
});
|
2227
2306
|
if (process.env.NODE_ENV !== "production") {
|
2228
|
-
|
2307
|
+
JsError.propTypes = iconPropTypes;
|
2229
2308
|
}
|
2230
|
-
var
|
2309
|
+
var Json = /*#__PURE__*/React__default.forwardRef(function Json(_ref97, ref) {
|
2231
2310
|
var children = _ref97.children,
|
2232
2311
|
_ref97$size = _ref97.size,
|
2233
2312
|
size = _ref97$size === void 0 ? 16 : _ref97$size,
|
@@ -2239,14 +2318,14 @@ var LetterSs = /*#__PURE__*/React__default.forwardRef(function LetterSs(_ref97,
|
|
2239
2318
|
xmlns: "http://www.w3.org/2000/svg",
|
2240
2319
|
viewBox: "0 0 32 32",
|
2241
2320
|
fill: "currentColor"
|
2242
|
-
}, rest),
|
2243
|
-
d: "
|
2321
|
+
}, rest), _path183 || (_path183 = /*#__PURE__*/React__default.createElement("path", {
|
2322
|
+
d: "M31 11L31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11zM21.3335 21h-2.667A1.6684 1.6684 0 0117 19.3335v-6.667A1.6684 1.6684 0 0118.6665 11h2.667A1.6684 1.6684 0 0123 12.6665v6.667A1.6684 1.6684 0 0121.3335 21zM19 19h2V13H19zM13.3335 21H9V19h4V17H11a2.002 2.002 0 01-2-2V12.6665A1.6684 1.6684 0 0110.6665 11H15v2H11v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0113.3335 21zM5.3335 21H2.6665A1.6684 1.6684 0 011 19.3335V17H3v2H5V11H7v8.3335A1.6684 1.6684 0 015.3335 21z"
|
2244
2323
|
})), children);
|
2245
2324
|
});
|
2246
2325
|
if (process.env.NODE_ENV !== "production") {
|
2247
|
-
|
2326
|
+
Json.propTypes = iconPropTypes;
|
2248
2327
|
}
|
2249
|
-
var
|
2328
|
+
var JsonReference = /*#__PURE__*/React__default.forwardRef(function JsonReference(_ref98, ref) {
|
2250
2329
|
var children = _ref98.children,
|
2251
2330
|
_ref98$size = _ref98.size,
|
2252
2331
|
size = _ref98$size === void 0 ? 16 : _ref98$size,
|
@@ -2258,14 +2337,14 @@ var LetterTt = /*#__PURE__*/React__default.forwardRef(function LetterTt(_ref98,
|
|
2258
2337
|
xmlns: "http://www.w3.org/2000/svg",
|
2259
2338
|
viewBox: "0 0 32 32",
|
2260
2339
|
fill: "currentColor"
|
2261
|
-
}, rest),
|
2262
|
-
d: "
|
2340
|
+
}, rest), _path184 || (_path184 = /*#__PURE__*/React__default.createElement("path", {
|
2341
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM29 12L27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12zM21.3335 6h-2.667A1.6683 1.6683 0 0017 7.6665v6.667A1.6684 1.6684 0 0018.6665 16h2.667A1.6683 1.6683 0 0023 14.3335V7.6665A1.6683 1.6683 0 0021.3335 6zM21 14H19V8h2zM9 7.6665V10a2.002 2.002 0 002 2h2v2H9v2h4.3335A1.6683 1.6683 0 0015 14.3335V12a2.002 2.002 0 00-2-2H11V8h4V6H10.6665A1.6683 1.6683 0 009 7.6665zM5 14H3V12H1v2.3335A1.6684 1.6684 0 002.6665 16h2.667A1.6683 1.6683 0 007 14.3335V6H5z"
|
2263
2342
|
})), children);
|
2264
2343
|
});
|
2265
2344
|
if (process.env.NODE_ENV !== "production") {
|
2266
|
-
|
2345
|
+
JsonReference.propTypes = iconPropTypes;
|
2267
2346
|
}
|
2268
|
-
var
|
2347
|
+
var JumpLink = /*#__PURE__*/React__default.forwardRef(function JumpLink(_ref99, ref) {
|
2269
2348
|
var children = _ref99.children,
|
2270
2349
|
_ref99$size = _ref99.size,
|
2271
2350
|
size = _ref99$size === void 0 ? 16 : _ref99$size,
|
@@ -2277,14 +2356,14 @@ var LetterUu = /*#__PURE__*/React__default.forwardRef(function LetterUu(_ref99,
|
|
2277
2356
|
xmlns: "http://www.w3.org/2000/svg",
|
2278
2357
|
viewBox: "0 0 32 32",
|
2279
2358
|
fill: "currentColor"
|
2280
|
-
}, rest),
|
2281
|
-
d: "
|
2359
|
+
}, rest), _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
|
2360
|
+
d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z"
|
2282
2361
|
})), children);
|
2283
2362
|
});
|
2284
2363
|
if (process.env.NODE_ENV !== "production") {
|
2285
|
-
|
2364
|
+
JumpLink.propTypes = iconPropTypes;
|
2286
2365
|
}
|
2287
|
-
var
|
2366
|
+
var KeepDry = /*#__PURE__*/React__default.forwardRef(function KeepDry(_ref100, ref) {
|
2288
2367
|
var children = _ref100.children,
|
2289
2368
|
_ref100$size = _ref100.size,
|
2290
2369
|
size = _ref100$size === void 0 ? 16 : _ref100$size,
|
@@ -2296,14 +2375,16 @@ var LetterVv = /*#__PURE__*/React__default.forwardRef(function LetterVv(_ref100,
|
|
2296
2375
|
xmlns: "http://www.w3.org/2000/svg",
|
2297
2376
|
viewBox: "0 0 32 32",
|
2298
2377
|
fill: "currentColor"
|
2299
|
-
}, rest),
|
2300
|
-
d: "M25
|
2378
|
+
}, rest), _path186 || (_path186 = /*#__PURE__*/React__default.createElement("path", {
|
2379
|
+
d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z"
|
2380
|
+
})), _path187 || (_path187 = /*#__PURE__*/React__default.createElement("path", {
|
2381
|
+
d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z"
|
2301
2382
|
})), children);
|
2302
2383
|
});
|
2303
2384
|
if (process.env.NODE_ENV !== "production") {
|
2304
|
-
|
2385
|
+
KeepDry.propTypes = iconPropTypes;
|
2305
2386
|
}
|
2306
|
-
var
|
2387
|
+
var Key = /*#__PURE__*/React__default.forwardRef(function Key(_ref101, ref) {
|
2307
2388
|
var children = _ref101.children,
|
2308
2389
|
_ref101$size = _ref101.size,
|
2309
2390
|
size = _ref101$size === void 0 ? 16 : _ref101$size,
|
@@ -2315,14 +2396,15 @@ var LetterWw = /*#__PURE__*/React__default.forwardRef(function LetterWw(_ref101,
|
|
2315
2396
|
xmlns: "http://www.w3.org/2000/svg",
|
2316
2397
|
viewBox: "0 0 32 32",
|
2317
2398
|
fill: "currentColor"
|
2318
|
-
}, rest),
|
2319
|
-
|
2399
|
+
}, rest), _path188 || (_path188 = /*#__PURE__*/React__default.createElement("path", {
|
2400
|
+
strokeWidth: "0",
|
2401
|
+
d: "M30 9L28.0001 9 26 16 24.0001 9 22 9 25 17.9996 25 23 27 23 27 18 27.0001 18 30 9zM21 11L21 9 13 9 13 23 21 23 21 21 15 21 15 17 20 17 20 15 15 15 15 11 21 11zM11 9L8.8941 9 5 15.5527 5 9 3 9 3 23 5 23 5 18.7062 5.9277 17.2208 8.8941 23 11 23 7.1093 15.4308 11 9z"
|
2320
2402
|
})), children);
|
2321
2403
|
});
|
2322
2404
|
if (process.env.NODE_ENV !== "production") {
|
2323
|
-
|
2405
|
+
Key.propTypes = iconPropTypes;
|
2324
2406
|
}
|
2325
|
-
var
|
2407
|
+
var Keyboard = /*#__PURE__*/React__default.forwardRef(function Keyboard(_ref102, ref) {
|
2326
2408
|
var children = _ref102.children,
|
2327
2409
|
_ref102$size = _ref102.size,
|
2328
2410
|
size = _ref102$size === void 0 ? 16 : _ref102$size,
|
@@ -2334,14 +2416,16 @@ var LetterXx = /*#__PURE__*/React__default.forwardRef(function LetterXx(_ref102,
|
|
2334
2416
|
xmlns: "http://www.w3.org/2000/svg",
|
2335
2417
|
viewBox: "0 0 32 32",
|
2336
2418
|
fill: "currentColor"
|
2337
|
-
}, rest),
|
2338
|
-
d: "
|
2419
|
+
}, rest), _path189 || (_path189 = /*#__PURE__*/React__default.createElement("path", {
|
2420
|
+
d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z"
|
2421
|
+
})), _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
|
2422
|
+
d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
|
2339
2423
|
})), children);
|
2340
2424
|
});
|
2341
2425
|
if (process.env.NODE_ENV !== "production") {
|
2342
|
-
|
2426
|
+
Keyboard.propTypes = iconPropTypes;
|
2343
2427
|
}
|
2344
|
-
var
|
2428
|
+
var KeyboardOff = /*#__PURE__*/React__default.forwardRef(function KeyboardOff(_ref103, ref) {
|
2345
2429
|
var children = _ref103.children,
|
2346
2430
|
_ref103$size = _ref103.size,
|
2347
2431
|
size = _ref103$size === void 0 ? 16 : _ref103$size,
|
@@ -2353,14 +2437,16 @@ var LetterYy = /*#__PURE__*/React__default.forwardRef(function LetterYy(_ref103,
|
|
2353
2437
|
xmlns: "http://www.w3.org/2000/svg",
|
2354
2438
|
viewBox: "0 0 32 32",
|
2355
2439
|
fill: "currentColor"
|
2356
|
-
}, rest),
|
2357
|
-
d: "
|
2440
|
+
}, rest), _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
|
2441
|
+
d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
|
2442
|
+
})), _path192 || (_path192 = /*#__PURE__*/React__default.createElement("path", {
|
2443
|
+
d: "M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2L14.2 10zM30 28.6L3.4 2 2 3.4 6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4L30 28.6zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2H4z"
|
2358
2444
|
})), children);
|
2359
2445
|
});
|
2360
2446
|
if (process.env.NODE_ENV !== "production") {
|
2361
|
-
|
2447
|
+
KeyboardOff.propTypes = iconPropTypes;
|
2362
2448
|
}
|
2363
|
-
var
|
2449
|
+
var Kubelet = /*#__PURE__*/React__default.forwardRef(function Kubelet(_ref104, ref) {
|
2364
2450
|
var children = _ref104.children,
|
2365
2451
|
_ref104$size = _ref104.size,
|
2366
2452
|
size = _ref104$size === void 0 ? 16 : _ref104$size,
|
@@ -2372,18 +2458,28 @@ var LetterZz = /*#__PURE__*/React__default.forwardRef(function LetterZz(_ref104,
|
|
2372
2458
|
xmlns: "http://www.w3.org/2000/svg",
|
2373
2459
|
viewBox: "0 0 32 32",
|
2374
2460
|
fill: "currentColor"
|
2375
|
-
}, rest),
|
2376
|
-
|
2461
|
+
}, rest), _path193 || (_path193 = /*#__PURE__*/React__default.createElement("path", {
|
2462
|
+
strokeWidth: "0",
|
2463
|
+
d: "m20.0444,27.2942l-3.0825-10.018-1.0132,3.04c-.1361.4084-.5183.6838-.9487.6838h-6s0-2,0-2h5.2793s1.772-5.3162,1.772-5.3162c.1307-.4123.5162-.6902.9487-.6838.4374.0046.8225.2891.9555.7058l3.0088,9.7783,1.0742-3.7589c.1227-.4293.5151-.7252.9615-.7252h5s0,2,0,2h-4.2456s-1.7933,6.2747-1.7933,6.2747c-.1216.4256-.5085.7207-.9511.7253h-.01c-.4389,0-.8265-.2863-.9556-.7058Z"
|
2464
|
+
})), _path194 || (_path194 = /*#__PURE__*/React__default.createElement("path", {
|
2465
|
+
strokeWidth: "0",
|
2466
|
+
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
|
2377
2467
|
})), children);
|
2378
2468
|
});
|
2379
2469
|
if (process.env.NODE_ENV !== "production") {
|
2380
|
-
|
2470
|
+
Kubelet.propTypes = iconPropTypes;
|
2381
2471
|
}
|
2382
|
-
var
|
2472
|
+
var Kubernetes = /*#__PURE__*/React__default.forwardRef(function Kubernetes(_ref105, ref) {
|
2383
2473
|
var children = _ref105.children,
|
2384
2474
|
_ref105$size = _ref105.size,
|
2385
2475
|
size = _ref105$size === void 0 ? 16 : _ref105$size,
|
2386
2476
|
rest = _objectWithoutProperties(_ref105, _excluded105);
|
2477
|
+
if (process.env.NODE_ENV !== "production") {
|
2478
|
+
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
2479
|
+
didWarnAboutDeprecation["Kubernetes"] = true;
|
2480
|
+
console.warn("The current kubernetes icon has been replaced by logo--kubernetes. As a result, the Kubernetes component will be removed in the next major version of @carbon/icons-react.");
|
2481
|
+
}
|
2482
|
+
}
|
2387
2483
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2388
2484
|
width: size,
|
2389
2485
|
height: size,
|
@@ -2391,16 +2487,14 @@ var License = /*#__PURE__*/React__default.forwardRef(function License(_ref105, r
|
|
2391
2487
|
xmlns: "http://www.w3.org/2000/svg",
|
2392
2488
|
viewBox: "0 0 32 32",
|
2393
2489
|
fill: "currentColor"
|
2394
|
-
}, rest),
|
2395
|
-
d: "
|
2396
|
-
})), _path171 || (_path171 = /*#__PURE__*/React__default.createElement("path", {
|
2397
|
-
d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,24,30ZM8,4V28H24V4Z"
|
2490
|
+
}, rest), _path195 || (_path195 = /*#__PURE__*/React__default.createElement("path", {
|
2491
|
+
d: "M29.2227,17.9639,25.9194,17.21a9.7843,9.7843,0,0,0-1.5249-6.6245l2.54-2.0254L25.6875,6.9961,23.1482,9.0205A9.97,9.97,0,0,0,17,6.0508V3H15V6.0508a9.97,9.97,0,0,0-6.1482,2.97L6.3125,6.9961,5.0654,8.56l2.54,2.0254A9.7843,9.7843,0,0,0,6.0806,17.21l-3.3033.7544.4454,1.9492L6.52,19.1606a10.0359,10.0359,0,0,0,4.2688,5.358l-1.33,2.7631,1.8018.8677L12.59,25.3882a9.8113,9.8113,0,0,0,6.8208,0L20.74,28.1494l1.8018-.8682-1.33-2.7626a10.0359,10.0359,0,0,0,4.2688-5.358l3.2973.7525ZM24,16c0,.2573-.0148.5112-.0386.7627l-5-1.1416a2.9664,2.9664,0,0,0-.1376-.5942L22.82,11.84A7.9392,7.9392,0,0,1,24,16Zm-9,0a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,15,16Zm6.5758-5.7256L17.58,13.4609a3.0028,3.0028,0,0,0-.58-.2768V8.0693A7.9762,7.9762,0,0,1,21.5758,10.2744ZM15,8.0693v5.1148a3.0028,3.0028,0,0,0-.58.2768l-3.9956-3.1865A7.9762,7.9762,0,0,1,15,8.0693ZM8,16a7.9392,7.9392,0,0,1,1.18-4.16l3.9962,3.1866a2.9664,2.9664,0,0,0-.1376.5942l-5,1.1416C8.0148,16.5112,8,16.2573,8,16Zm.4835,2.7124,4.9752-1.1362a3.0132,3.0132,0,0,0,.4146.5366L11.6594,22.71A8.031,8.031,0,0,1,8.4835,18.7124ZM16,24a7.9679,7.9679,0,0,1-2.54-.42l2.2206-4.6123A2.9988,2.9988,0,0,0,16,19a2.9988,2.9988,0,0,0,.319-.0322L18.54,23.58A7.9546,7.9546,0,0,1,16,24Zm4.3406-1.29-2.2139-4.5976a3.0132,3.0132,0,0,0,.4146-.5366l4.9752,1.1362A8.031,8.031,0,0,1,20.3406,22.71Z"
|
2398
2492
|
})), children);
|
2399
2493
|
});
|
2400
2494
|
if (process.env.NODE_ENV !== "production") {
|
2401
|
-
|
2495
|
+
Kubernetes.propTypes = iconPropTypes;
|
2402
2496
|
}
|
2403
|
-
var
|
2497
|
+
var KubernetesControlPlaneNode = /*#__PURE__*/React__default.forwardRef(function KubernetesControlPlaneNode(_ref106, ref) {
|
2404
2498
|
var children = _ref106.children,
|
2405
2499
|
_ref106$size = _ref106.size,
|
2406
2500
|
size = _ref106$size === void 0 ? 16 : _ref106$size,
|
@@ -2412,16 +2506,19 @@ var LicenseDraft = /*#__PURE__*/React__default.forwardRef(function LicenseDraft(
|
|
2412
2506
|
xmlns: "http://www.w3.org/2000/svg",
|
2413
2507
|
viewBox: "0 0 32 32",
|
2414
2508
|
fill: "currentColor"
|
2415
|
-
}, rest),
|
2416
|
-
d: "
|
2417
|
-
})),
|
2418
|
-
d: "
|
2509
|
+
}, rest), _path196 || (_path196 = /*#__PURE__*/React__default.createElement("path", {
|
2510
|
+
d: "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
|
2511
|
+
})), _path197 || (_path197 = /*#__PURE__*/React__default.createElement("path", {
|
2512
|
+
d: "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z"
|
2513
|
+
})), _path198 || (_path198 = /*#__PURE__*/React__default.createElement("path", {
|
2514
|
+
fill: "none",
|
2515
|
+
d: "M0 0h32v32H0z"
|
2419
2516
|
})), children);
|
2420
2517
|
});
|
2421
2518
|
if (process.env.NODE_ENV !== "production") {
|
2422
|
-
|
2519
|
+
KubernetesControlPlaneNode.propTypes = iconPropTypes;
|
2423
2520
|
}
|
2424
|
-
var
|
2521
|
+
var KubernetesIpAddress = /*#__PURE__*/React__default.forwardRef(function KubernetesIpAddress(_ref107, ref) {
|
2425
2522
|
var children = _ref107.children,
|
2426
2523
|
_ref107$size = _ref107.size,
|
2427
2524
|
size = _ref107$size === void 0 ? 16 : _ref107$size,
|
@@ -2433,16 +2530,22 @@ var LicenseGlobal = /*#__PURE__*/React__default.forwardRef(function LicenseGloba
|
|
2433
2530
|
xmlns: "http://www.w3.org/2000/svg",
|
2434
2531
|
viewBox: "0 0 32 32",
|
2435
2532
|
fill: "currentColor"
|
2436
|
-
}, rest),
|
2437
|
-
|
2438
|
-
|
2439
|
-
|
2533
|
+
}, rest), _circle31 || (_circle31 = /*#__PURE__*/React__default.createElement("circle", {
|
2534
|
+
cx: "16",
|
2535
|
+
cy: "9",
|
2536
|
+
r: "2"
|
2537
|
+
})), _circle32 || (_circle32 = /*#__PURE__*/React__default.createElement("circle", {
|
2538
|
+
cx: "16",
|
2539
|
+
cy: "16",
|
2540
|
+
r: "2"
|
2541
|
+
})), _path199 || (_path199 = /*#__PURE__*/React__default.createElement("path", {
|
2542
|
+
d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
2440
2543
|
})), children);
|
2441
2544
|
});
|
2442
2545
|
if (process.env.NODE_ENV !== "production") {
|
2443
|
-
|
2546
|
+
KubernetesIpAddress.propTypes = iconPropTypes;
|
2444
2547
|
}
|
2445
|
-
var
|
2548
|
+
var KubernetesOperator = /*#__PURE__*/React__default.forwardRef(function KubernetesOperator(_ref108, ref) {
|
2446
2549
|
var children = _ref108.children,
|
2447
2550
|
_ref108$size = _ref108.size,
|
2448
2551
|
size = _ref108$size === void 0 ? 16 : _ref108$size,
|
@@ -2454,16 +2557,18 @@ var LicenseMaintenance = /*#__PURE__*/React__default.forwardRef(function License
|
|
2454
2557
|
xmlns: "http://www.w3.org/2000/svg",
|
2455
2558
|
viewBox: "0 0 32 32",
|
2456
2559
|
fill: "currentColor"
|
2457
|
-
}, rest),
|
2458
|
-
|
2459
|
-
|
2460
|
-
|
2560
|
+
}, rest), _path200 || (_path200 = /*#__PURE__*/React__default.createElement("path", {
|
2561
|
+
strokeWidth: "0",
|
2562
|
+
d: "m19,21h-6c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2Zm-6-8v6h6v-6h-6Z"
|
2563
|
+
})), _path201 || (_path201 = /*#__PURE__*/React__default.createElement("path", {
|
2564
|
+
strokeWidth: "0",
|
2565
|
+
d: "m30,16c0-7.7197-6.2803-14-14-14S2,8.2803,2,16s6.2803,14,14,14c2.7773,0,5.417-.7959,7.7012-2.3081.3948.1914.8315.3081,1.2988.3081,1.6543,0,3-1.3457,3-3,0-.4673-.1167-.9043-.3079-1.2988,1.5122-2.2842,2.3079-4.9238,2.3079-7.7012Zm-26,0c0-6.6167,5.3833-12,12-12s12,5.3833,12,12c0,2.248-.6152,4.3877-1.7744,6.2681-.375-.1689-.7881-.2681-1.2256-.2681-1.6543,0-3,1.3457-3,3,0,.4375.0991.8506.2681,1.2256-1.8801,1.1592-4.0198,1.7744-6.2681,1.7744-6.6167,0-12-5.3833-12-12Zm21,10c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
2461
2566
|
})), children);
|
2462
2567
|
});
|
2463
2568
|
if (process.env.NODE_ENV !== "production") {
|
2464
|
-
|
2569
|
+
KubernetesOperator.propTypes = iconPropTypes;
|
2465
2570
|
}
|
2466
|
-
var
|
2571
|
+
var KubernetesPod = /*#__PURE__*/React__default.forwardRef(function KubernetesPod(_ref109, ref) {
|
2467
2572
|
var children = _ref109.children,
|
2468
2573
|
_ref109$size = _ref109.size,
|
2469
2574
|
size = _ref109$size === void 0 ? 16 : _ref109$size,
|
@@ -2475,16 +2580,16 @@ var LicenseMaintenanceDraft = /*#__PURE__*/React__default.forwardRef(function Li
|
|
2475
2580
|
xmlns: "http://www.w3.org/2000/svg",
|
2476
2581
|
viewBox: "0 0 32 32",
|
2477
2582
|
fill: "currentColor"
|
2478
|
-
}, rest),
|
2479
|
-
d: "
|
2480
|
-
})),
|
2481
|
-
d: "
|
2583
|
+
}, rest), _path202 || (_path202 = /*#__PURE__*/React__default.createElement("path", {
|
2584
|
+
d: "m22.5046,11.6368l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
|
2585
|
+
})), _path203 || (_path203 = /*#__PURE__*/React__default.createElement("path", {
|
2586
|
+
d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
|
2482
2587
|
})), children);
|
2483
2588
|
});
|
2484
2589
|
if (process.env.NODE_ENV !== "production") {
|
2485
|
-
|
2590
|
+
KubernetesPod.propTypes = iconPropTypes;
|
2486
2591
|
}
|
2487
|
-
var
|
2592
|
+
var KubernetesWorkerNode = /*#__PURE__*/React__default.forwardRef(function KubernetesWorkerNode(_ref110, ref) {
|
2488
2593
|
var children = _ref110.children,
|
2489
2594
|
_ref110$size = _ref110.size,
|
2490
2595
|
size = _ref110$size === void 0 ? 16 : _ref110$size,
|
@@ -2496,16 +2601,19 @@ var LicenseThirdParty = /*#__PURE__*/React__default.forwardRef(function LicenseT
|
|
2496
2601
|
xmlns: "http://www.w3.org/2000/svg",
|
2497
2602
|
viewBox: "0 0 32 32",
|
2498
2603
|
fill: "currentColor"
|
2499
|
-
}, rest),
|
2500
|
-
d: "
|
2501
|
-
})),
|
2502
|
-
d: "
|
2604
|
+
}, rest), _path204 || (_path204 = /*#__PURE__*/React__default.createElement("path", {
|
2605
|
+
d: "M23 18v-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-.7V10h-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.8H9v2h2.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.7V24h2v-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.8H23Zm-7 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3Z"
|
2606
|
+
})), _path205 || (_path205 = /*#__PURE__*/React__default.createElement("path", {
|
2607
|
+
d: "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z"
|
2608
|
+
})), _path206 || (_path206 = /*#__PURE__*/React__default.createElement("path", {
|
2609
|
+
fill: "none",
|
2610
|
+
d: "M0 0h32v32H0z"
|
2503
2611
|
})), children);
|
2504
2612
|
});
|
2505
2613
|
if (process.env.NODE_ENV !== "production") {
|
2506
|
-
|
2614
|
+
KubernetesWorkerNode.propTypes = iconPropTypes;
|
2507
2615
|
}
|
2508
|
-
var
|
2616
|
+
var Label = /*#__PURE__*/React__default.forwardRef(function Label(_ref111, ref) {
|
2509
2617
|
var children = _ref111.children,
|
2510
2618
|
_ref111$size = _ref111.size,
|
2511
2619
|
size = _ref111$size === void 0 ? 16 : _ref111$size,
|
@@ -2517,16 +2625,16 @@ var LicenseThirdPartyDraft = /*#__PURE__*/React__default.forwardRef(function Lic
|
|
2517
2625
|
xmlns: "http://www.w3.org/2000/svg",
|
2518
2626
|
viewBox: "0 0 32 32",
|
2519
2627
|
fill: "currentColor"
|
2520
|
-
}, rest),
|
2521
|
-
d: "
|
2522
|
-
})),
|
2523
|
-
d: "
|
2628
|
+
}, rest), _path207 || (_path207 = /*#__PURE__*/React__default.createElement("path", {
|
2629
|
+
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z"
|
2630
|
+
})), _path208 || (_path208 = /*#__PURE__*/React__default.createElement("path", {
|
2631
|
+
d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
|
2524
2632
|
})), children);
|
2525
2633
|
});
|
2526
2634
|
if (process.env.NODE_ENV !== "production") {
|
2527
|
-
|
2635
|
+
Label.propTypes = iconPropTypes;
|
2528
2636
|
}
|
2529
|
-
var
|
2637
|
+
var Language = /*#__PURE__*/React__default.forwardRef(function Language(_ref112, ref) {
|
2530
2638
|
var children = _ref112.children,
|
2531
2639
|
_ref112$size = _ref112.size,
|
2532
2640
|
size = _ref112$size === void 0 ? 16 : _ref112$size,
|
@@ -2538,50 +2646,18 @@ var Lifesaver = /*#__PURE__*/React__default.forwardRef(function Lifesaver(_ref11
|
|
2538
2646
|
xmlns: "http://www.w3.org/2000/svg",
|
2539
2647
|
viewBox: "0 0 32 32",
|
2540
2648
|
fill: "currentColor"
|
2541
|
-
}, rest),
|
2542
|
-
d: "
|
2649
|
+
}, rest), _path209 || (_path209 = /*#__PURE__*/React__default.createElement("path", {
|
2650
|
+
d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z"
|
2543
2651
|
})), children);
|
2544
2652
|
});
|
2545
2653
|
if (process.env.NODE_ENV !== "production") {
|
2546
|
-
|
2654
|
+
Language.propTypes = iconPropTypes;
|
2547
2655
|
}
|
2548
|
-
var
|
2656
|
+
var Laptop = /*#__PURE__*/React__default.forwardRef(function Laptop(_ref113, ref) {
|
2549
2657
|
var children = _ref113.children,
|
2550
2658
|
_ref113$size = _ref113.size,
|
2551
2659
|
size = _ref113$size === void 0 ? 16 : _ref113$size,
|
2552
2660
|
rest = _objectWithoutProperties(_ref113, _excluded113);
|
2553
|
-
if (size === 16 || size === "16" || size === "16px") {
|
2554
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2555
|
-
width: size,
|
2556
|
-
height: size,
|
2557
|
-
ref: ref,
|
2558
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2559
|
-
viewBox: "0 0 16 16",
|
2560
|
-
fill: "currentColor"
|
2561
|
-
}, rest), _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
|
2562
|
-
d: "M7.5 1H8.5V3.5H7.5z"
|
2563
|
-
})), _path186 || (_path186 = /*#__PURE__*/React__default.createElement("path", {
|
2564
|
-
d: "M10.8 3.4H13.3V4.4H10.8z",
|
2565
|
-
transform: "rotate(-45.001 12.041 3.923)"
|
2566
|
-
})), _path187 || (_path187 = /*#__PURE__*/React__default.createElement("path", {
|
2567
|
-
d: "M12.5 7.5H15V8.5H12.5z"
|
2568
|
-
})), _path188 || (_path188 = /*#__PURE__*/React__default.createElement("path", {
|
2569
|
-
d: "M11.6 10.8H12.6V13.3H11.6z",
|
2570
|
-
transform: "rotate(-45.001 12.075 12.041)"
|
2571
|
-
})), _path189 || (_path189 = /*#__PURE__*/React__default.createElement("path", {
|
2572
|
-
d: "M7.5 12.5H8.5V15H7.5z"
|
2573
|
-
})), _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
|
2574
|
-
d: "M2.7 11.6H5.2V12.6H2.7z",
|
2575
|
-
transform: "rotate(-45.001 3.96 12.079)"
|
2576
|
-
})), _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
|
2577
|
-
d: "M1 7.5H3.5V8.5H1z"
|
2578
|
-
})), _path192 || (_path192 = /*#__PURE__*/React__default.createElement("path", {
|
2579
|
-
d: "M3.4 2.7H4.4V5.2H3.4z",
|
2580
|
-
transform: "rotate(-45.001 3.925 3.961)"
|
2581
|
-
})), _path193 || (_path193 = /*#__PURE__*/React__default.createElement("path", {
|
2582
|
-
d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
|
2583
|
-
})), children);
|
2584
|
-
}
|
2585
2661
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2586
2662
|
width: size,
|
2587
2663
|
height: size,
|
@@ -2589,34 +2665,17 @@ var Light = /*#__PURE__*/React__default.forwardRef(function Light(_ref113, ref)
|
|
2589
2665
|
xmlns: "http://www.w3.org/2000/svg",
|
2590
2666
|
viewBox: "0 0 32 32",
|
2591
2667
|
fill: "currentColor"
|
2592
|
-
}, rest),
|
2593
|
-
d: "
|
2594
|
-
|
2595
|
-
|
2596
|
-
|
2597
|
-
})), _path196 || (_path196 = /*#__PURE__*/React__default.createElement("path", {
|
2598
|
-
d: "M25 15H30V17H25z"
|
2599
|
-
})), _path197 || (_path197 = /*#__PURE__*/React__default.createElement("path", {
|
2600
|
-
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
2601
|
-
transform: "rotate(-45 24.147 24.146)"
|
2602
|
-
})), _path198 || (_path198 = /*#__PURE__*/React__default.createElement("path", {
|
2603
|
-
d: "M15 25H17V30H15z"
|
2604
|
-
})), _path199 || (_path199 = /*#__PURE__*/React__default.createElement("path", {
|
2605
|
-
d: "M5.375 23.147H10.333V25.147H5.375z",
|
2606
|
-
transform: "rotate(-45 7.853 24.146)"
|
2607
|
-
})), _path200 || (_path200 = /*#__PURE__*/React__default.createElement("path", {
|
2608
|
-
d: "M2 15H7V17H2z"
|
2609
|
-
})), _path201 || (_path201 = /*#__PURE__*/React__default.createElement("path", {
|
2610
|
-
d: "M6.854 5.375H8.854V10.333H6.854z",
|
2611
|
-
transform: "rotate(-45 7.854 7.853)"
|
2612
|
-
})), _path202 || (_path202 = /*#__PURE__*/React__default.createElement("path", {
|
2613
|
-
d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
2668
|
+
}, rest), _path210 || (_path210 = /*#__PURE__*/React__default.createElement("path", {
|
2669
|
+
d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
|
2670
|
+
transform: "translate(0 .005)"
|
2671
|
+
})), _path211 || (_path211 = /*#__PURE__*/React__default.createElement("path", {
|
2672
|
+
d: "M2 26.005H30V28.005H2z"
|
2614
2673
|
})), children);
|
2615
2674
|
});
|
2616
2675
|
if (process.env.NODE_ENV !== "production") {
|
2617
|
-
|
2676
|
+
Laptop.propTypes = iconPropTypes;
|
2618
2677
|
}
|
2619
|
-
var
|
2678
|
+
var Lasso = /*#__PURE__*/React__default.forwardRef(function Lasso(_ref114, ref) {
|
2620
2679
|
var children = _ref114.children,
|
2621
2680
|
_ref114$size = _ref114.size,
|
2622
2681
|
size = _ref114$size === void 0 ? 16 : _ref114$size,
|
@@ -2628,34 +2687,14 @@ var LightFilled = /*#__PURE__*/React__default.forwardRef(function LightFilled(_r
|
|
2628
2687
|
xmlns: "http://www.w3.org/2000/svg",
|
2629
2688
|
viewBox: "0 0 32 32",
|
2630
2689
|
fill: "currentColor"
|
2631
|
-
}, rest),
|
2632
|
-
d: "
|
2633
|
-
})), _path204 || (_path204 = /*#__PURE__*/React__default.createElement("path", {
|
2634
|
-
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
2635
|
-
transform: "rotate(-45 24.147 7.853)"
|
2636
|
-
})), _path205 || (_path205 = /*#__PURE__*/React__default.createElement("path", {
|
2637
|
-
d: "M25 15H30V17H25z"
|
2638
|
-
})), _path206 || (_path206 = /*#__PURE__*/React__default.createElement("path", {
|
2639
|
-
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
2640
|
-
transform: "rotate(-45 24.147 24.146)"
|
2641
|
-
})), _path207 || (_path207 = /*#__PURE__*/React__default.createElement("path", {
|
2642
|
-
d: "M15 25H17V30H15z"
|
2643
|
-
})), _path208 || (_path208 = /*#__PURE__*/React__default.createElement("path", {
|
2644
|
-
d: "M5.375 23.147H10.333V25.147H5.375z",
|
2645
|
-
transform: "rotate(-45 7.853 24.146)"
|
2646
|
-
})), _path209 || (_path209 = /*#__PURE__*/React__default.createElement("path", {
|
2647
|
-
d: "M2 15H7V17H2z"
|
2648
|
-
})), _path210 || (_path210 = /*#__PURE__*/React__default.createElement("path", {
|
2649
|
-
d: "M6.854 5.375H8.854V10.333H6.854z",
|
2650
|
-
transform: "rotate(-45 7.854 7.853)"
|
2651
|
-
})), _path211 || (_path211 = /*#__PURE__*/React__default.createElement("path", {
|
2652
|
-
d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
2690
|
+
}, rest), _path212 || (_path212 = /*#__PURE__*/React__default.createElement("path", {
|
2691
|
+
d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z"
|
2653
2692
|
})), children);
|
2654
2693
|
});
|
2655
2694
|
if (process.env.NODE_ENV !== "production") {
|
2656
|
-
|
2695
|
+
Lasso.propTypes = iconPropTypes;
|
2657
2696
|
}
|
2658
|
-
var
|
2697
|
+
var LassoPolygon = /*#__PURE__*/React__default.forwardRef(function LassoPolygon(_ref115, ref) {
|
2659
2698
|
var children = _ref115.children,
|
2660
2699
|
_ref115$size = _ref115.size,
|
2661
2700
|
size = _ref115$size === void 0 ? 16 : _ref115$size,
|
@@ -2667,18 +2706,32 @@ var Lightning = /*#__PURE__*/React__default.forwardRef(function Lightning(_ref11
|
|
2667
2706
|
xmlns: "http://www.w3.org/2000/svg",
|
2668
2707
|
viewBox: "0 0 32 32",
|
2669
2708
|
fill: "currentColor"
|
2670
|
-
}, rest),
|
2671
|
-
d: "
|
2709
|
+
}, rest), _path213 || (_path213 = /*#__PURE__*/React__default.createElement("path", {
|
2710
|
+
d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z"
|
2672
2711
|
})), children);
|
2673
2712
|
});
|
2674
2713
|
if (process.env.NODE_ENV !== "production") {
|
2675
|
-
|
2714
|
+
LassoPolygon.propTypes = iconPropTypes;
|
2676
2715
|
}
|
2677
|
-
var
|
2716
|
+
var Launch = /*#__PURE__*/React__default.forwardRef(function Launch(_ref116, ref) {
|
2678
2717
|
var children = _ref116.children,
|
2679
2718
|
_ref116$size = _ref116.size,
|
2680
2719
|
size = _ref116$size === void 0 ? 16 : _ref116$size,
|
2681
2720
|
rest = _objectWithoutProperties(_ref116, _excluded116);
|
2721
|
+
if (size === 16 || size === "16" || size === "16px") {
|
2722
|
+
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2723
|
+
width: size,
|
2724
|
+
height: size,
|
2725
|
+
ref: ref,
|
2726
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2727
|
+
viewBox: "0 0 16 16",
|
2728
|
+
fill: "currentColor"
|
2729
|
+
}, rest), _path214 || (_path214 = /*#__PURE__*/React__default.createElement("path", {
|
2730
|
+
d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
|
2731
|
+
})), _path215 || (_path215 = /*#__PURE__*/React__default.createElement("path", {
|
2732
|
+
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
2733
|
+
})), children);
|
2734
|
+
}
|
2682
2735
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2683
2736
|
width: size,
|
2684
2737
|
height: size,
|
@@ -2686,16 +2739,16 @@ var Link = /*#__PURE__*/React__default.forwardRef(function Link(_ref116, ref) {
|
|
2686
2739
|
xmlns: "http://www.w3.org/2000/svg",
|
2687
2740
|
viewBox: "0 0 32 32",
|
2688
2741
|
fill: "currentColor"
|
2689
|
-
}, rest),
|
2690
|
-
d: "
|
2691
|
-
})),
|
2692
|
-
d: "
|
2742
|
+
}, rest), _path216 || (_path216 = /*#__PURE__*/React__default.createElement("path", {
|
2743
|
+
d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z"
|
2744
|
+
})), _path217 || (_path217 = /*#__PURE__*/React__default.createElement("path", {
|
2745
|
+
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
2693
2746
|
})), children);
|
2694
2747
|
});
|
2695
2748
|
if (process.env.NODE_ENV !== "production") {
|
2696
|
-
|
2749
|
+
Launch.propTypes = iconPropTypes;
|
2697
2750
|
}
|
2698
|
-
var
|
2751
|
+
var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_1(_ref117, ref) {
|
2699
2752
|
var children = _ref117.children,
|
2700
2753
|
_ref117$size = _ref117.size,
|
2701
2754
|
size = _ref117$size === void 0 ? 16 : _ref117$size,
|
@@ -2707,14 +2760,20 @@ var Linux = /*#__PURE__*/React__default.forwardRef(function Linux(_ref117, ref)
|
|
2707
2760
|
xmlns: "http://www.w3.org/2000/svg",
|
2708
2761
|
viewBox: "0 0 32 32",
|
2709
2762
|
fill: "currentColor"
|
2710
|
-
}, rest),
|
2711
|
-
|
2763
|
+
}, rest), _circle33 || (_circle33 = /*#__PURE__*/React__default.createElement("circle", {
|
2764
|
+
cx: "23",
|
2765
|
+
cy: "25",
|
2766
|
+
r: "1"
|
2767
|
+
})), _path218 || (_path218 = /*#__PURE__*/React__default.createElement("path", {
|
2768
|
+
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
|
2769
|
+
})), _path219 || (_path219 = /*#__PURE__*/React__default.createElement("path", {
|
2770
|
+
d: "M8 24H20V26H8z"
|
2712
2771
|
})), children);
|
2713
2772
|
});
|
2714
2773
|
if (process.env.NODE_ENV !== "production") {
|
2715
|
-
|
2774
|
+
WatsonHealthLaunchStudy_1.propTypes = iconPropTypes;
|
2716
2775
|
}
|
2717
|
-
var
|
2776
|
+
var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_2(_ref118, ref) {
|
2718
2777
|
var children = _ref118.children,
|
2719
2778
|
_ref118$size = _ref118.size,
|
2720
2779
|
size = _ref118$size === void 0 ? 16 : _ref118$size,
|
@@ -2726,16 +2785,20 @@ var LinuxAlt = /*#__PURE__*/React__default.forwardRef(function LinuxAlt(_ref118,
|
|
2726
2785
|
xmlns: "http://www.w3.org/2000/svg",
|
2727
2786
|
viewBox: "0 0 32 32",
|
2728
2787
|
fill: "currentColor"
|
2729
|
-
}, rest),
|
2730
|
-
|
2731
|
-
|
2732
|
-
|
2788
|
+
}, rest), _circle34 || (_circle34 = /*#__PURE__*/React__default.createElement("circle", {
|
2789
|
+
cx: "23",
|
2790
|
+
cy: "7",
|
2791
|
+
r: "1"
|
2792
|
+
})), _path220 || (_path220 = /*#__PURE__*/React__default.createElement("path", {
|
2793
|
+
d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
|
2794
|
+
})), _path221 || (_path221 = /*#__PURE__*/React__default.createElement("path", {
|
2795
|
+
d: "M8 6H20V8H8z"
|
2733
2796
|
})), children);
|
2734
2797
|
});
|
2735
2798
|
if (process.env.NODE_ENV !== "production") {
|
2736
|
-
|
2799
|
+
WatsonHealthLaunchStudy_2.propTypes = iconPropTypes;
|
2737
2800
|
}
|
2738
|
-
var
|
2801
|
+
var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_3(_ref119, ref) {
|
2739
2802
|
var children = _ref119.children,
|
2740
2803
|
_ref119$size = _ref119.size,
|
2741
2804
|
size = _ref119$size === void 0 ? 16 : _ref119$size,
|
@@ -2747,15 +2810,20 @@ var LinuxNamespace = /*#__PURE__*/React__default.forwardRef(function LinuxNamesp
|
|
2747
2810
|
xmlns: "http://www.w3.org/2000/svg",
|
2748
2811
|
viewBox: "0 0 32 32",
|
2749
2812
|
fill: "currentColor"
|
2750
|
-
}, rest),
|
2751
|
-
|
2752
|
-
|
2813
|
+
}, rest), _circle35 || (_circle35 = /*#__PURE__*/React__default.createElement("circle", {
|
2814
|
+
cx: "23",
|
2815
|
+
cy: "25",
|
2816
|
+
r: "1"
|
2817
|
+
})), _path222 || (_path222 = /*#__PURE__*/React__default.createElement("path", {
|
2818
|
+
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
|
2819
|
+
})), _path223 || (_path223 = /*#__PURE__*/React__default.createElement("path", {
|
2820
|
+
d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
|
2753
2821
|
})), children);
|
2754
2822
|
});
|
2755
2823
|
if (process.env.NODE_ENV !== "production") {
|
2756
|
-
|
2824
|
+
WatsonHealthLaunchStudy_3.propTypes = iconPropTypes;
|
2757
2825
|
}
|
2758
|
-
var
|
2826
|
+
var Layers = /*#__PURE__*/React__default.forwardRef(function Layers(_ref120, ref) {
|
2759
2827
|
var children = _ref120.children,
|
2760
2828
|
_ref120$size = _ref120.size,
|
2761
2829
|
size = _ref120$size === void 0 ? 16 : _ref120$size,
|
@@ -2767,14 +2835,16 @@ var List = /*#__PURE__*/React__default.forwardRef(function List(_ref120, ref) {
|
|
2767
2835
|
xmlns: "http://www.w3.org/2000/svg",
|
2768
2836
|
viewBox: "0 0 32 32",
|
2769
2837
|
fill: "currentColor"
|
2770
|
-
}, rest),
|
2771
|
-
d: "
|
2838
|
+
}, rest), _path224 || (_path224 = /*#__PURE__*/React__default.createElement("path", {
|
2839
|
+
d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z"
|
2840
|
+
})), _path225 || (_path225 = /*#__PURE__*/React__default.createElement("path", {
|
2841
|
+
d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z"
|
2772
2842
|
})), children);
|
2773
2843
|
});
|
2774
2844
|
if (process.env.NODE_ENV !== "production") {
|
2775
|
-
|
2845
|
+
Layers.propTypes = iconPropTypes;
|
2776
2846
|
}
|
2777
|
-
var
|
2847
|
+
var LayersExternal = /*#__PURE__*/React__default.forwardRef(function LayersExternal(_ref121, ref) {
|
2778
2848
|
var children = _ref121.children,
|
2779
2849
|
_ref121$size = _ref121.size,
|
2780
2850
|
size = _ref121$size === void 0 ? 16 : _ref121$size,
|
@@ -2786,38 +2856,22 @@ var ListBoxes = /*#__PURE__*/React__default.forwardRef(function ListBoxes(_ref12
|
|
2786
2856
|
xmlns: "http://www.w3.org/2000/svg",
|
2787
2857
|
viewBox: "0 0 32 32",
|
2788
2858
|
fill: "currentColor"
|
2789
|
-
}, rest),
|
2790
|
-
|
2859
|
+
}, rest), _path226 || (_path226 = /*#__PURE__*/React__default.createElement("path", {
|
2860
|
+
strokeWidth: "0",
|
2861
|
+
d: "m16,24c-.1631,0-.3262-.0398-.4741-.1196l-13-7,.9482-1.7607,12.5259,6.7446,12.5259-6.7446.9482,1.7607-13,7c-.1479.0798-.311.1196-.4741.1196Z"
|
2862
|
+
})), _path227 || (_path227 = /*#__PURE__*/React__default.createElement("path", {
|
2863
|
+
strokeWidth: "0",
|
2864
|
+
d: "M16 30c-.1631 0-.3262-.0398-.4741-.1196l-13-7 .9482-1.7607 12.5259 6.7446 12.5259-6.7446.9482 1.7607-13 7c-.1479.0798-.311.1196-.4741.1196zM29.4741 9.1196L16 1.8643v2.2715l10.8906 5.8643-10.8906 5.8643v2.2715l13.4741-7.2554c.324-.1743.5259-.5122.5259-.8804s-.2019-.7061-.5259-.8804zM4.4141 9.4141l3.5859-3.586v8.1719s2 0 2 0V5.8281s3.5859 3.5859 3.5859 3.5859l1.4141-1.414L9 2 3 8l1.4141 1.4141z"
|
2791
2865
|
})), children);
|
2792
2866
|
});
|
2793
2867
|
if (process.env.NODE_ENV !== "production") {
|
2794
|
-
|
2868
|
+
LayersExternal.propTypes = iconPropTypes;
|
2795
2869
|
}
|
2796
|
-
var
|
2870
|
+
var Legend = /*#__PURE__*/React__default.forwardRef(function Legend(_ref122, ref) {
|
2797
2871
|
var children = _ref122.children,
|
2798
2872
|
_ref122$size = _ref122.size,
|
2799
2873
|
size = _ref122$size === void 0 ? 16 : _ref122$size,
|
2800
2874
|
rest = _objectWithoutProperties(_ref122, _excluded122);
|
2801
|
-
if (size === 16 || size === "16" || size === "16px") {
|
2802
|
-
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2803
|
-
width: size,
|
2804
|
-
height: size,
|
2805
|
-
ref: ref,
|
2806
|
-
xmlns: "http://www.w3.org/2000/svg",
|
2807
|
-
viewBox: "0 0 16 16",
|
2808
|
-
fill: "currentColor"
|
2809
|
-
}, rest), _circle15 || (_circle15 = /*#__PURE__*/React__default.createElement("circle", {
|
2810
|
-
cx: "3.5",
|
2811
|
-
cy: "4.5",
|
2812
|
-
r: "1.5"
|
2813
|
-
})), _circle16 || (_circle16 = /*#__PURE__*/React__default.createElement("circle", {
|
2814
|
-
cx: "3.5",
|
2815
|
-
cy: "11.5",
|
2816
|
-
r: "1.5"
|
2817
|
-
})), _path221 || (_path221 = /*#__PURE__*/React__default.createElement("path", {
|
2818
|
-
d: "M8 11H15V12H8zM8 4H15V5H8z"
|
2819
|
-
})), children);
|
2820
|
-
}
|
2821
2875
|
return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
|
2822
2876
|
width: size,
|
2823
2877
|
height: size,
|
@@ -2825,22 +2879,22 @@ var ListBulleted = /*#__PURE__*/React__default.forwardRef(function ListBulleted(
|
|
2825
2879
|
xmlns: "http://www.w3.org/2000/svg",
|
2826
2880
|
viewBox: "0 0 32 32",
|
2827
2881
|
fill: "currentColor"
|
2828
|
-
}, rest),
|
2829
|
-
|
2830
|
-
|
2831
|
-
|
2832
|
-
|
2833
|
-
|
2834
|
-
|
2835
|
-
|
2836
|
-
})),
|
2837
|
-
d: "M16
|
2882
|
+
}, rest), _path228 || (_path228 = /*#__PURE__*/React__default.createElement("path", {
|
2883
|
+
d: "M16 22H30V24H16z"
|
2884
|
+
})), _rect || (_rect = /*#__PURE__*/React__default.createElement("rect", {
|
2885
|
+
width: "6",
|
2886
|
+
height: "6",
|
2887
|
+
x: "4",
|
2888
|
+
y: "20",
|
2889
|
+
rx: "1"
|
2890
|
+
})), _path229 || (_path229 = /*#__PURE__*/React__default.createElement("path", {
|
2891
|
+
d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
|
2838
2892
|
})), children);
|
2839
2893
|
});
|
2840
2894
|
if (process.env.NODE_ENV !== "production") {
|
2841
|
-
|
2895
|
+
Legend.propTypes = iconPropTypes;
|
2842
2896
|
}
|
2843
|
-
var
|
2897
|
+
var LetterAa = /*#__PURE__*/React__default.forwardRef(function LetterAa(_ref123, ref) {
|
2844
2898
|
var children = _ref123.children,
|
2845
2899
|
_ref123$size = _ref123.size,
|
2846
2900
|
size = _ref123$size === void 0 ? 16 : _ref123$size,
|
@@ -2852,14 +2906,14 @@ var ListChecked = /*#__PURE__*/React__default.forwardRef(function ListChecked(_r
|
|
2852
2906
|
xmlns: "http://www.w3.org/2000/svg",
|
2853
2907
|
viewBox: "0 0 32 32",
|
2854
2908
|
fill: "currentColor"
|
2855
|
-
}, rest),
|
2856
|
-
d: "
|
2909
|
+
}, rest), _path230 || (_path230 = /*#__PURE__*/React__default.createElement("path", {
|
2910
|
+
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2 2 0 0023 13zm0 8H19V19h4zM13 9H9a2 2 0 00-2 2V23H9V18h4v5h2V11A2 2 0 0013 9zM9 16V11h4v5z"
|
2857
2911
|
})), children);
|
2858
2912
|
});
|
2859
2913
|
if (process.env.NODE_ENV !== "production") {
|
2860
|
-
|
2914
|
+
LetterAa.propTypes = iconPropTypes;
|
2861
2915
|
}
|
2862
|
-
var
|
2916
|
+
var LetterBb = /*#__PURE__*/React__default.forwardRef(function LetterBb(_ref124, ref) {
|
2863
2917
|
var children = _ref124.children,
|
2864
2918
|
_ref124$size = _ref124.size,
|
2865
2919
|
size = _ref124$size === void 0 ? 16 : _ref124$size,
|
@@ -2871,14 +2925,14 @@ var ListCheckedMirror = /*#__PURE__*/React__default.forwardRef(function ListChec
|
|
2871
2925
|
xmlns: "http://www.w3.org/2000/svg",
|
2872
2926
|
viewBox: "0 0 32 32",
|
2873
2927
|
fill: "currentColor"
|
2874
|
-
}, rest),
|
2875
|
-
d: "
|
2928
|
+
}, rest), _path231 || (_path231 = /*#__PURE__*/React__default.createElement("path", {
|
2929
|
+
d: "M23 13H19V9H17V23h6a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM15 12a3 3 0 00-3-3H7V23h5a3 3 0 003-3V18a3 3 0 00-.78-2A3 3 0 0015 14zM9 11h3a1 1 0 011 1v2a1 1 0 01-1 1H9zm4 9a1 1 0 01-1 1H9V17h3a1 1 0 011 1z"
|
2876
2930
|
})), children);
|
2877
2931
|
});
|
2878
2932
|
if (process.env.NODE_ENV !== "production") {
|
2879
|
-
|
2933
|
+
LetterBb.propTypes = iconPropTypes;
|
2880
2934
|
}
|
2881
|
-
var
|
2935
|
+
var LetterCc = /*#__PURE__*/React__default.forwardRef(function LetterCc(_ref125, ref) {
|
2882
2936
|
var children = _ref125.children,
|
2883
2937
|
_ref125$size = _ref125.size,
|
2884
2938
|
size = _ref125$size === void 0 ? 16 : _ref125$size,
|
@@ -2890,14 +2944,12 @@ var ListDropdown = /*#__PURE__*/React__default.forwardRef(function ListDropdown(
|
|
2890
2944
|
xmlns: "http://www.w3.org/2000/svg",
|
2891
2945
|
viewBox: "0 0 32 32",
|
2892
2946
|
fill: "currentColor"
|
2893
|
-
}, rest),
|
2894
|
-
d: "
|
2895
|
-
})), _path226 || (_path226 = /*#__PURE__*/React__default.createElement("path", {
|
2896
|
-
d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
|
2947
|
+
}, rest), _path232 || (_path232 = /*#__PURE__*/React__default.createElement("path", {
|
2948
|
+
d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
|
2897
2949
|
})), children);
|
2898
2950
|
});
|
2899
2951
|
if (process.env.NODE_ENV !== "production") {
|
2900
|
-
|
2952
|
+
LetterCc.propTypes = iconPropTypes;
|
2901
2953
|
}
|
2902
2954
|
|
2903
|
-
export {
|
2955
|
+
export { IbmWatsonQuery, IbmWatsonSpeechToText, IbmWatsonStudio, IbmWatsonTextToSpeech, IbmWatsonToneAnalyzer, IbmWatsonxAssistant, IbmWatsonxCodeAssistant, IbmWatsonxCodeAssistantForZ, IbmWatsonxCodeAssistantForZRefactor, IbmWatsonxCodeAssistantForZValidationAssistant, IbmWatsonxOrchestrate, IbmZCloudModStack, IbmZCloudProvisioning, IbmZEnvironmentsDevSecOps, IbmZOpenEditor, IbmZOs, IbmZOsAiControlInterface, IbmZOsContainers, IbmZOsPackageManager, IbmZProcessorCapacityReference, IceAccretion, IceVision, IdManagement, Idea, Identification, Image, ImageCopy, ImageMedical, ImageReference, ImageSearch, ImageSearchAlt, ImageService, ImageStoreLocal, ImportExport, ImproveRelevance, InProgress, InProgressError, InProgressWarning, Incomplete, IncompleteCancel, IncompleteError, IncompleteWarning, IncreaseLevel, Industry, InfinitySymbol, Information, InformationDisabled, InformationFilled, InformationSquare, InformationSquareFilled, InfrastructureClassic, Insert, InsertPage, InsertSyntax, Inspection, InstanceBx, InstanceClassic, InstanceCx, InstanceMx, InstanceVirtual, Integration, IntentRequestActive, IntentRequestCreate, IntentRequestHeal, IntentRequestInactive, IntentRequestScaleIn, IntentRequestScaleOut, IntentRequestUninstall, IntentRequestUpgrade, Interactions, InterfaceUsage, Intersect, IntrusionPrevention, InventoryManagement, IotConnect, IotPlatform, Ip, Iso, IsoFilled, IsoOutline, JobDaemon, JobRun, JoinFull, JoinInner, JoinLeft, JoinNode, JoinOuter, JoinRight, Jpg, JsError, Json, JsonReference, JumpLink, KeepDry, Key, Keyboard, KeyboardOff, Kubelet, Kubernetes, KubernetesControlPlaneNode, KubernetesIpAddress, KubernetesOperator, KubernetesPod, KubernetesWorkerNode, Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, LayersExternal, Legend, LetterAa, LetterBb, LetterCc, QID, WatsonHealthICa_2D, WatsonHealthImageAvailabilityLocal, WatsonHealthImageAvailabilityRetrieving, WatsonHealthImageAvailabilityUnavailable, WatsonHealthInteractiveSegmentationCursor, WatsonHealthLaunchStudy_1, WatsonHealthLaunchStudy_2, WatsonHealthLaunchStudy_3 };
|