@carbon/ibm-products 2.94.0 → 2.95.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/carbon.css +92 -103
- package/css/carbon.css.map +1 -1
- package/css/index-full-carbon.css +605 -186
- 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 +43 -7
- 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 +513 -83
- 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 +308 -178
- 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/APIKeyModal.d.ts +3 -0
- package/es/components/APIKeyModal/APIKeyModal.d.ts.map +1 -1
- package/es/components/APIKeyModal/APIKeyModal.js +8 -0
- package/es/components/AddSelect/next/AddSelect.d.ts +7 -9
- package/es/components/AddSelect/next/AddSelect.d.ts.map +1 -1
- package/es/components/AddSelect/next/AddSelect.js +0 -2
- package/es/components/AddSelect/next/AddSelectBody.d.ts +4 -0
- package/es/components/AddSelect/next/AddSelectBody.d.ts.map +1 -1
- package/es/components/AddSelect/next/AddSelectBody.js +80 -4
- package/es/components/AddSelect/next/AddSelectColumn.d.ts +1 -1
- package/es/components/AddSelect/next/AddSelectRow.d.ts +6 -0
- package/es/components/AddSelect/next/AddSelectRow.d.ts.map +1 -1
- package/es/components/AddSelect/next/AddSelectRow.js +10 -3
- package/es/components/AddSelect/next/AddSelectSelectionSummaryItem.d.ts.map +1 -1
- package/es/components/AddSelect/next/AddSelectSelectionSummaryItem.js +5 -3
- package/es/components/AddSelect/next/index.d.ts +0 -1
- package/es/components/AddSelect/next/index.d.ts.map +1 -1
- package/es/components/BigNumber/BigNumber.d.ts +1 -1
- package/es/components/BigNumber/BigNumber.d.ts.map +1 -1
- package/es/components/BigNumber/BigNumber.js +2 -2
- package/es/components/Card/next/Card.d.ts +87 -11
- package/es/components/Card/next/Card.d.ts.map +1 -1
- package/es/components/Card/next/Card.js +62 -8
- package/es/components/Card/next/Card.types.d.ts +13 -0
- package/es/components/Card/next/Card.types.d.ts.map +1 -1
- package/es/components/Card/next/CardAction.d.ts +43 -0
- package/es/components/Card/next/CardAction.d.ts.map +1 -0
- package/es/components/Card/next/CardAction.js +51 -0
- package/es/components/Card/next/CardActions.d.ts +46 -0
- package/es/components/Card/next/CardActions.d.ts.map +1 -0
- package/es/components/Card/next/CardActions.js +107 -0
- package/es/components/Card/next/CardCaption.d.ts +46 -0
- package/es/components/Card/next/CardCaption.d.ts.map +1 -0
- package/es/components/Card/next/CardCaption.js +52 -0
- package/es/components/Card/next/CardContext.js +12 -2
- package/es/components/Card/next/CardFooter.d.ts.map +1 -1
- package/es/components/Card/next/CardHeader.d.ts.map +1 -1
- package/es/components/Card/next/CardHeader.js +25 -2
- package/es/components/Card/next/CardHeaderMedia.d.ts +33 -0
- package/es/components/Card/next/CardHeaderMedia.d.ts.map +1 -0
- package/es/components/Card/next/CardHeaderMedia.js +44 -0
- package/es/components/Card/next/CardLabel.d.ts +46 -0
- package/es/components/Card/next/CardLabel.d.ts.map +1 -0
- package/es/components/Card/next/CardLabel.js +52 -0
- package/es/components/Card/next/CardMedia.d.ts +39 -0
- package/es/components/Card/next/CardMedia.d.ts.map +1 -0
- package/es/components/Card/next/CardMedia.js +50 -0
- package/es/components/Card/next/CardTitle.d.ts +82 -0
- package/es/components/Card/next/CardTitle.d.ts.map +1 -0
- package/es/components/Card/next/CardTitle.js +77 -0
- package/es/components/Card/next/CardTitleMedia.d.ts +24 -0
- package/es/components/Card/next/CardTitleMedia.d.ts.map +1 -0
- package/es/components/Card/next/CardTitleMedia.js +48 -0
- package/es/components/Card/next/index.d.ts +2 -3
- package/es/components/Card/next/index.d.ts.map +1 -1
- package/es/components/Card/next/index.js +17 -5
- package/es/components/Coachmark/next/Coachmark/Coachmark.d.ts +9 -3
- package/es/components/Coachmark/next/Coachmark/Coachmark.d.ts.map +1 -1
- package/es/components/Coachmark/next/Coachmark/Coachmark.js +6 -13
- package/es/components/Coachmark/next/Coachmark/CoachmarkContent.d.ts +1 -1
- package/es/components/Coachmark/next/Coachmark/CoachmarkContent.d.ts.map +1 -1
- package/es/components/Coachmark/next/Coachmark/CoachmarkContent.js +16 -32
- package/es/components/Coachmark/next/Coachmark/context.d.ts +2 -2
- package/es/components/Coachmark/next/Coachmark/context.d.ts.map +1 -1
- package/es/components/Coachmark/next/Coachmark/context.js +1 -2
- package/es/components/ExportModal/ExportModal.d.ts +1 -0
- package/es/components/ExportModal/ExportModal.d.ts.map +1 -1
- package/es/components/ExportModal/ExportModal.js +6 -0
- package/es/components/ImportModal/ImportModal.d.ts +3 -0
- package/es/components/ImportModal/ImportModal.d.ts.map +1 -1
- package/es/components/ImportModal/ImportModal.js +8 -0
- package/es/components/PageHeader/PageHeader.d.ts +6 -0
- package/es/components/PageHeader/PageHeader.d.ts.map +1 -1
- package/es/components/PageHeader/PageHeader.js +11 -0
- package/es/components/Tearsheet/next/StackContext.d.ts +2 -2
- package/es/components/Tearsheet/next/StackContext.d.ts.map +1 -1
- package/es/components/Tearsheet/next/Tearsheet.d.ts +30 -28
- package/es/components/Tearsheet/next/Tearsheet.d.ts.map +1 -1
- package/es/components/Tearsheet/next/Tearsheet.js +4 -2
- package/es/components/Tearsheet/next/TearsheetBody.d.ts +20 -14
- package/es/components/Tearsheet/next/TearsheetBody.d.ts.map +1 -1
- package/es/components/Tearsheet/next/TearsheetBody.js +4 -0
- package/es/components/Tearsheet/next/TearsheetHeader.d.ts +15 -14
- package/es/components/Tearsheet/next/TearsheetHeader.d.ts.map +1 -1
- package/es/components/Tearsheet/next/TearsheetHeader.js +14 -7
- package/es/components/Tearsheet/next/TearsheetHeaderActions.d.ts +10 -6
- package/es/components/Tearsheet/next/TearsheetHeaderActions.d.ts.map +1 -1
- package/es/components/Tearsheet/next/TearsheetHeaderActions.js +6 -3
- package/es/components/Tearsheet/next/TearsheetHeaderContent.d.ts.map +1 -1
- package/es/components/Tearsheet/next/TearsheetHeaderContent.js +7 -4
- package/es/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts +7 -1
- package/es/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts.map +1 -1
- package/es/components/Tearsheet/next/context.d.ts +2 -1
- package/es/components/Tearsheet/next/context.d.ts.map +1 -1
- package/es/components/index.d.ts +1 -1
- package/es/components/index.d.ts.map +1 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +283 -294
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +25 -41
- package/es/node_modules/@carbon/icons-react/es/{iconPropTypes-BElKp6Sn.js → iconPropTypes-CdMBxq3Y.js} +1 -1
- package/lib/components/APIKeyModal/APIKeyModal.d.ts +3 -0
- package/lib/components/APIKeyModal/APIKeyModal.d.ts.map +1 -1
- package/lib/components/APIKeyModal/APIKeyModal.js +8 -0
- package/lib/components/AddSelect/next/AddSelect.d.ts +7 -9
- package/lib/components/AddSelect/next/AddSelect.d.ts.map +1 -1
- package/lib/components/AddSelect/next/AddSelect.js +0 -2
- package/lib/components/AddSelect/next/AddSelectBody.d.ts +4 -0
- package/lib/components/AddSelect/next/AddSelectBody.d.ts.map +1 -1
- package/lib/components/AddSelect/next/AddSelectBody.js +78 -2
- package/lib/components/AddSelect/next/AddSelectColumn.d.ts +1 -1
- package/lib/components/AddSelect/next/AddSelectRow.d.ts +6 -0
- package/lib/components/AddSelect/next/AddSelectRow.d.ts.map +1 -1
- package/lib/components/AddSelect/next/AddSelectRow.js +9 -2
- package/lib/components/AddSelect/next/AddSelectSelectionSummaryItem.d.ts.map +1 -1
- package/lib/components/AddSelect/next/AddSelectSelectionSummaryItem.js +5 -3
- package/lib/components/AddSelect/next/index.d.ts +0 -1
- package/lib/components/AddSelect/next/index.d.ts.map +1 -1
- package/lib/components/BigNumber/BigNumber.d.ts +1 -1
- package/lib/components/BigNumber/BigNumber.d.ts.map +1 -1
- package/lib/components/BigNumber/BigNumber.js +2 -2
- package/lib/components/Card/next/Card.d.ts +87 -11
- package/lib/components/Card/next/Card.d.ts.map +1 -1
- package/lib/components/Card/next/Card.js +61 -11
- package/lib/components/Card/next/Card.types.d.ts +13 -0
- package/lib/components/Card/next/Card.types.d.ts.map +1 -1
- package/lib/components/Card/next/CardAction.d.ts +43 -0
- package/lib/components/Card/next/CardAction.d.ts.map +1 -0
- package/lib/components/Card/next/CardAction.js +53 -0
- package/lib/components/Card/next/CardActions.d.ts +46 -0
- package/lib/components/Card/next/CardActions.d.ts.map +1 -0
- package/lib/components/Card/next/CardActions.js +109 -0
- package/lib/components/Card/next/CardCaption.d.ts +46 -0
- package/lib/components/Card/next/CardCaption.d.ts.map +1 -0
- package/lib/components/Card/next/CardCaption.js +54 -0
- package/lib/components/Card/next/CardContext.js +13 -1
- package/lib/components/Card/next/CardFooter.d.ts.map +1 -1
- package/lib/components/Card/next/CardHeader.d.ts.map +1 -1
- package/lib/components/Card/next/CardHeader.js +24 -1
- package/lib/components/Card/next/CardHeaderMedia.d.ts +33 -0
- package/lib/components/Card/next/CardHeaderMedia.d.ts.map +1 -0
- package/lib/components/Card/next/CardHeaderMedia.js +46 -0
- package/lib/components/Card/next/CardLabel.d.ts +46 -0
- package/lib/components/Card/next/CardLabel.d.ts.map +1 -0
- package/lib/components/Card/next/CardLabel.js +54 -0
- package/lib/components/Card/next/CardMedia.d.ts +39 -0
- package/lib/components/Card/next/CardMedia.d.ts.map +1 -0
- package/lib/components/Card/next/CardMedia.js +52 -0
- package/lib/components/Card/next/CardTitle.d.ts +82 -0
- package/lib/components/Card/next/CardTitle.d.ts.map +1 -0
- package/lib/components/Card/next/CardTitle.js +79 -0
- package/lib/components/Card/next/CardTitleMedia.d.ts +24 -0
- package/lib/components/Card/next/CardTitleMedia.d.ts.map +1 -0
- package/lib/components/Card/next/CardTitleMedia.js +50 -0
- package/lib/components/Card/next/index.d.ts +2 -3
- package/lib/components/Card/next/index.d.ts.map +1 -1
- package/lib/components/Card/next/index.js +16 -4
- package/lib/components/Coachmark/next/Coachmark/Coachmark.d.ts +9 -3
- package/lib/components/Coachmark/next/Coachmark/Coachmark.d.ts.map +1 -1
- package/lib/components/Coachmark/next/Coachmark/Coachmark.js +6 -13
- package/lib/components/Coachmark/next/Coachmark/CoachmarkContent.d.ts +1 -1
- package/lib/components/Coachmark/next/Coachmark/CoachmarkContent.d.ts.map +1 -1
- package/lib/components/Coachmark/next/Coachmark/CoachmarkContent.js +16 -32
- package/lib/components/Coachmark/next/Coachmark/context.d.ts +2 -2
- package/lib/components/Coachmark/next/Coachmark/context.d.ts.map +1 -1
- package/lib/components/Coachmark/next/Coachmark/context.js +1 -2
- package/lib/components/ExportModal/ExportModal.d.ts +1 -0
- package/lib/components/ExportModal/ExportModal.d.ts.map +1 -1
- package/lib/components/ExportModal/ExportModal.js +6 -0
- package/lib/components/ImportModal/ImportModal.d.ts +3 -0
- package/lib/components/ImportModal/ImportModal.d.ts.map +1 -1
- package/lib/components/ImportModal/ImportModal.js +8 -0
- package/lib/components/PageHeader/PageHeader.d.ts +6 -0
- package/lib/components/PageHeader/PageHeader.d.ts.map +1 -1
- package/lib/components/PageHeader/PageHeader.js +11 -0
- package/lib/components/Tearsheet/next/StackContext.d.ts +2 -2
- package/lib/components/Tearsheet/next/StackContext.d.ts.map +1 -1
- package/lib/components/Tearsheet/next/Tearsheet.d.ts +30 -28
- package/lib/components/Tearsheet/next/Tearsheet.d.ts.map +1 -1
- package/lib/components/Tearsheet/next/Tearsheet.js +4 -2
- package/lib/components/Tearsheet/next/TearsheetBody.d.ts +20 -14
- package/lib/components/Tearsheet/next/TearsheetBody.d.ts.map +1 -1
- package/lib/components/Tearsheet/next/TearsheetBody.js +4 -0
- package/lib/components/Tearsheet/next/TearsheetHeader.d.ts +15 -14
- package/lib/components/Tearsheet/next/TearsheetHeader.d.ts.map +1 -1
- package/lib/components/Tearsheet/next/TearsheetHeader.js +14 -7
- package/lib/components/Tearsheet/next/TearsheetHeaderActions.d.ts +10 -6
- package/lib/components/Tearsheet/next/TearsheetHeaderActions.d.ts.map +1 -1
- package/lib/components/Tearsheet/next/TearsheetHeaderActions.js +4 -1
- package/lib/components/Tearsheet/next/TearsheetHeaderContent.d.ts.map +1 -1
- package/lib/components/Tearsheet/next/TearsheetHeaderContent.js +7 -4
- package/lib/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts +7 -1
- package/lib/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts.map +1 -1
- package/lib/components/Tearsheet/next/context.d.ts +2 -1
- package/lib/components/Tearsheet/next/context.d.ts.map +1 -1
- package/lib/components/index.d.ts +1 -1
- package/lib/components/index.d.ts.map +1 -1
- package/lib/node_modules/@carbon/icons-react/lib/{Icon-2zUDcllO.js → Icon.js} +8 -37
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-0.js +133 -131
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-1.js +140 -138
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-10.js +393 -403
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-11.js +417 -426
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-12.js +447 -441
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-13.js +449 -470
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-14.js +487 -456
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-15.js +550 -548
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-16.js +680 -733
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-17.js +810 -828
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-18.js +754 -670
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-19.js +622 -726
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-2.js +150 -148
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-20.js +752 -752
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-21.js +724 -55
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-3.js +176 -190
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-4.js +198 -180
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-5.js +217 -227
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-6.js +270 -335
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-7.js +405 -339
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-8.js +400 -577
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-9.js +578 -388
- package/lib/node_modules/@carbon/icons-react/lib/{iconPropTypes-DaTOKOBs.js → iconPropTypes-Dkz7B3UR.js} +6 -6
- package/lib/node_modules/@carbon/icons-react/lib/index.js +465 -423
- package/lib/node_modules/@carbon/icons-react/lib/rolldown-runtime-DyAcNxqs.js +51 -0
- package/package.json +18 -18
- package/scss/components/AboutModal/_about-modal.scss +12 -3
- package/scss/components/AddSelect/_add-select_next.scss +238 -99
- package/scss/components/BigNumber/_big-number.scss +4 -0
- package/scss/components/Card/_card-next.scss +394 -8
- package/scss/components/Tearsheet/_tearsheet_next.scss +38 -4
- package/telemetry.yml +24 -18
- package/es/components/AddSelect/next/AddSelectContent.d.ts +0 -26
- package/es/components/AddSelect/next/AddSelectContent.d.ts.map +0 -1
- package/es/components/AddSelect/next/AddSelectContent.js +0 -113
- package/lib/components/AddSelect/next/AddSelectContent.d.ts +0 -26
- package/lib/components/AddSelect/next/AddSelectContent.d.ts.map +0 -1
- package/lib/components/AddSelect/next/AddSelectContent.js +0 -115
|
@@ -6,8 +6,9 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
const require_runtime = require("../../../../../_virtual/_rolldown/runtime.js");
|
|
9
|
-
const
|
|
10
|
-
const
|
|
9
|
+
const require_rolldown_runtime_DyAcNxqs$1 = require("../rolldown-runtime-DyAcNxqs.js");
|
|
10
|
+
const require_Icon$1 = require("../Icon.js");
|
|
11
|
+
const require_iconPropTypes_Dkz7B3UR$1 = require("../iconPropTypes-Dkz7B3UR.js");
|
|
11
12
|
//#region ../../node_modules/@carbon/icons-react/lib/generated/bucket-11.js
|
|
12
13
|
var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
|
|
13
14
|
/**
|
|
@@ -19,14 +20,285 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
19
20
|
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
20
21
|
*/
|
|
21
22
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
22
|
-
const
|
|
23
|
-
const
|
|
23
|
+
const require_rolldown_runtime = require_rolldown_runtime_DyAcNxqs$1.default;
|
|
24
|
+
const require_Icon_js = require_Icon$1.default;
|
|
25
|
+
const require_iconPropTypes = require_iconPropTypes_Dkz7B3UR$1.default;
|
|
24
26
|
let react = require("react");
|
|
25
|
-
react =
|
|
27
|
+
react = require_rolldown_runtime.__toESM(react);
|
|
26
28
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
27
29
|
const didWarnAboutDeprecation = {};
|
|
30
|
+
const InventoryManagement = /* @__PURE__ */ react.default.forwardRef(function InventoryManagement({ children, size = 16, ...rest }, ref) {
|
|
31
|
+
return react.default.createElement(require_Icon_js, {
|
|
32
|
+
width: size,
|
|
33
|
+
height: size,
|
|
34
|
+
ref,
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
+
viewBox: "0 0 32 32",
|
|
37
|
+
fill: "currentColor",
|
|
38
|
+
...rest
|
|
39
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 24H23V28H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 24H30V28H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 17H23V21H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 17H30V21H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), children);
|
|
40
|
+
});
|
|
41
|
+
if (process.env.NODE_ENV !== "production") InventoryManagement.propTypes = require_iconPropTypes.iconPropTypes;
|
|
42
|
+
const IotConnect = /* @__PURE__ */ react.default.forwardRef(function IotConnect({ children, size = 16, ...rest }, ref) {
|
|
43
|
+
return react.default.createElement(require_Icon_js, {
|
|
44
|
+
width: size,
|
|
45
|
+
height: size,
|
|
46
|
+
ref,
|
|
47
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
48
|
+
viewBox: "0 0 32 32",
|
|
49
|
+
fill: "currentColor",
|
|
50
|
+
...rest
|
|
51
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), children);
|
|
52
|
+
});
|
|
53
|
+
if (process.env.NODE_ENV !== "production") IotConnect.propTypes = require_iconPropTypes.iconPropTypes;
|
|
54
|
+
const IotPlatform = /* @__PURE__ */ react.default.forwardRef(function IotPlatform({ children, size = 16, ...rest }, ref) {
|
|
55
|
+
return react.default.createElement(require_Icon_js, {
|
|
56
|
+
width: size,
|
|
57
|
+
height: size,
|
|
58
|
+
ref,
|
|
59
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
60
|
+
viewBox: "0 0 32 32",
|
|
61
|
+
fill: "currentColor",
|
|
62
|
+
...rest
|
|
63
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,21H11V11H21Zm-8-2h6V13H13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31,13H29A10.0117,10.0117,0,0,0,19,3V1A12.0131,12.0131,0,0,1,31,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z" }), children);
|
|
64
|
+
});
|
|
65
|
+
if (process.env.NODE_ENV !== "production") IotPlatform.propTypes = require_iconPropTypes.iconPropTypes;
|
|
66
|
+
const Ip = /* @__PURE__ */ react.default.forwardRef(function Ip({ children, size = 16, ...rest }, ref) {
|
|
67
|
+
return react.default.createElement(require_Icon_js, {
|
|
68
|
+
width: size,
|
|
69
|
+
height: size,
|
|
70
|
+
ref,
|
|
71
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
72
|
+
viewBox: "0 0 32 32",
|
|
73
|
+
fill: "currentColor",
|
|
74
|
+
...rest
|
|
75
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
76
|
+
strokeWidth: "0",
|
|
77
|
+
d: "m19,23h-2v-14h6c1.103,0,2,.897,2,2v5c0,1.103-.897,2-2,2h-4v5Zm0-7h4v-5.0015h-4v5.0015Z"
|
|
78
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
79
|
+
strokeWidth: "0",
|
|
80
|
+
d: "M7 11 10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
|
|
81
|
+
}), children);
|
|
82
|
+
});
|
|
83
|
+
if (process.env.NODE_ENV !== "production") Ip.propTypes = require_iconPropTypes.iconPropTypes;
|
|
84
|
+
const Iso = /* @__PURE__ */ react.default.forwardRef(function Iso({ children, size = 16, ...rest }, ref) {
|
|
85
|
+
return react.default.createElement(require_Icon_js, {
|
|
86
|
+
width: size,
|
|
87
|
+
height: size,
|
|
88
|
+
ref,
|
|
89
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
90
|
+
viewBox: "0 0 32 32",
|
|
91
|
+
fill: "currentColor",
|
|
92
|
+
...rest
|
|
93
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,23H24a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V21A2,2,0,0,1,28,23ZM24,11V21h4V11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H12V21h6V17H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 11 5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z" }), children);
|
|
94
|
+
});
|
|
95
|
+
if (process.env.NODE_ENV !== "production") Iso.propTypes = require_iconPropTypes.iconPropTypes;
|
|
96
|
+
const IsoFilled = /* @__PURE__ */ react.default.forwardRef(function IsoFilled({ children, size = 16, ...rest }, ref) {
|
|
97
|
+
return react.default.createElement(require_Icon_js, {
|
|
98
|
+
width: size,
|
|
99
|
+
height: size,
|
|
100
|
+
ref,
|
|
101
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
102
|
+
viewBox: "0 0 32 32",
|
|
103
|
+
fill: "currentColor",
|
|
104
|
+
...rest
|
|
105
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 13H24V19H21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), children);
|
|
106
|
+
});
|
|
107
|
+
if (process.env.NODE_ENV !== "production") IsoFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
108
|
+
const IsoOutline = /* @__PURE__ */ react.default.forwardRef(function IsoOutline({ children, size = 16, ...rest }, ref) {
|
|
109
|
+
return react.default.createElement(require_Icon_js, {
|
|
110
|
+
width: size,
|
|
111
|
+
height: size,
|
|
112
|
+
ref,
|
|
113
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
114
|
+
viewBox: "0 0 32 32",
|
|
115
|
+
fill: "currentColor",
|
|
116
|
+
...rest
|
|
117
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,21H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2v6A2,2,0,0,1,24,21Zm-3-8v6h3V13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,21H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5v2H12v2h3a2,2,0,0,1,2,2v2A2,2,0,0,1,15,21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 11H8V21H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), children);
|
|
118
|
+
});
|
|
119
|
+
if (process.env.NODE_ENV !== "production") IsoOutline.propTypes = require_iconPropTypes.iconPropTypes;
|
|
120
|
+
const ItemDefinition = /* @__PURE__ */ react.default.forwardRef(function ItemDefinition({ children, size = 16, ...rest }, ref) {
|
|
121
|
+
return react.default.createElement(require_Icon_js, {
|
|
122
|
+
width: size,
|
|
123
|
+
height: size,
|
|
124
|
+
ref,
|
|
125
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
126
|
+
viewBox: "0 0 32 32",
|
|
127
|
+
fill: "currentColor",
|
|
128
|
+
...rest
|
|
129
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h24c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2ZM28,28H4V4h24v24ZM10,22v-1.8232h1.582v-8.3574h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3574h1.5991v1.8232h-5.4512ZM18.0906,19.7129v-4.9487h-1.3242v-1.7539h.688c.6538,0,.8599-.3096.8599-.9287v-1.5171h1.9775v2.4458h1.8403v1.7539h-1.8403v5.4819h1.7026v1.7539h-1.582c-1.5132,0-2.3218-.8252-2.3218-2.2871Z" }), children);
|
|
130
|
+
});
|
|
131
|
+
if (process.env.NODE_ENV !== "production") ItemDefinition.propTypes = require_iconPropTypes.iconPropTypes;
|
|
132
|
+
const ItemUsage = /* @__PURE__ */ react.default.forwardRef(function ItemUsage({ children, size = 16, ...rest }, ref) {
|
|
133
|
+
return react.default.createElement(require_Icon_js, {
|
|
134
|
+
width: size,
|
|
135
|
+
height: size,
|
|
136
|
+
ref,
|
|
137
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
138
|
+
viewBox: "0 0 32 32",
|
|
139
|
+
fill: "currentColor",
|
|
140
|
+
...rest
|
|
141
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,30h-10c-5,0-9-4-9-9v-10C2,6,6,2,11,2h10c5,0,9,4,9,9v10c0,5-4,9-9,9ZM11,4c-3.9,0-7,3.1-7,7v10c0,3.9,3.1,7,7,7h10c3.9,0,7-3.1,7-7v-10c0-3.9-3.1-7-7-7h-10ZM10,22v-1.8232h1.582v-8.3574h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3574h1.5991v1.8232h-5.4512ZM18.0906,19.7129v-4.9487h-1.3242v-1.7539h.688c.6538,0,.8599-.3096.8599-.9287v-1.5171h1.9775v2.4458h1.8403v1.7539h-1.8403v5.4819h1.7026v1.7539h-1.582c-1.5132,0-2.3218-.8252-2.3218-2.2871Z" }), children);
|
|
142
|
+
});
|
|
143
|
+
if (process.env.NODE_ENV !== "production") ItemUsage.propTypes = require_iconPropTypes.iconPropTypes;
|
|
144
|
+
const Java = /* @__PURE__ */ react.default.forwardRef(function Java({ children, size = 16, ...rest }, ref) {
|
|
145
|
+
return react.default.createElement(require_Icon_js, {
|
|
146
|
+
width: size,
|
|
147
|
+
height: size,
|
|
148
|
+
ref,
|
|
149
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
150
|
+
viewBox: "0 0 32 32",
|
|
151
|
+
fill: "currentColor",
|
|
152
|
+
...rest
|
|
153
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.3335,21h-2.667c-.9189,0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0,.9189-.7476,1.6665-1.6665,1.6665ZM16,13v8h-2v-4h-2v4h-2v-8c0-1.1001.8999-2,2-2h2c1.1001,0,2,.8999,2,2ZM14,13h-2v2h2v-2ZM30,13v8h-2v-4h-2v4h-2v-8c0-1.1001.8999-2,2-2h2c1.1001,0,2,.8999,2,2ZM28,13h-2v2h2v-2ZM21,11h2l-2,10h-2l-2-10h2l1,7,1-7Z" }), children);
|
|
154
|
+
});
|
|
155
|
+
if (process.env.NODE_ENV !== "production") Java.propTypes = require_iconPropTypes.iconPropTypes;
|
|
156
|
+
const Jcl = /* @__PURE__ */ react.default.forwardRef(function Jcl({ children, size = 16, ...rest }, ref) {
|
|
157
|
+
return react.default.createElement(require_Icon_js, {
|
|
158
|
+
width: size,
|
|
159
|
+
height: size,
|
|
160
|
+
ref,
|
|
161
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
162
|
+
viewBox: "0 0 32 32",
|
|
163
|
+
fill: "currentColor",
|
|
164
|
+
...rest
|
|
165
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,21v2h-8v-14h2v12h6ZM10,21v-12h-2v12h-4v-2h-2v2c0,1.1025.897,2,2,2h4c1.103,0,2-.8975,2-2ZM20,21h-6v-10h6v-2h-6c-1.103,0-2,.897-2,2v10c0,1.1025.897,2,2,2h6v-2Z" }), children);
|
|
166
|
+
});
|
|
167
|
+
if (process.env.NODE_ENV !== "production") Jcl.propTypes = require_iconPropTypes.iconPropTypes;
|
|
168
|
+
const JobDaemon = /* @__PURE__ */ react.default.forwardRef(function JobDaemon({ children, size = 16, ...rest }, ref) {
|
|
169
|
+
return react.default.createElement(require_Icon_js, {
|
|
170
|
+
width: size,
|
|
171
|
+
height: size,
|
|
172
|
+
ref,
|
|
173
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
174
|
+
viewBox: "0 0 32 32",
|
|
175
|
+
fill: "currentColor",
|
|
176
|
+
...rest
|
|
177
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), children);
|
|
178
|
+
});
|
|
179
|
+
if (process.env.NODE_ENV !== "production") JobDaemon.propTypes = require_iconPropTypes.iconPropTypes;
|
|
180
|
+
const JobRun = /* @__PURE__ */ react.default.forwardRef(function JobRun({ children, size = 16, ...rest }, ref) {
|
|
181
|
+
return react.default.createElement(require_Icon_js, {
|
|
182
|
+
width: size,
|
|
183
|
+
height: size,
|
|
184
|
+
ref,
|
|
185
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
186
|
+
viewBox: "0 0 32 32",
|
|
187
|
+
fill: "currentColor",
|
|
188
|
+
...rest
|
|
189
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), children);
|
|
190
|
+
});
|
|
191
|
+
if (process.env.NODE_ENV !== "production") JobRun.propTypes = require_iconPropTypes.iconPropTypes;
|
|
192
|
+
const JoinFull = /* @__PURE__ */ react.default.forwardRef(function JoinFull({ children, size = 16, ...rest }, ref) {
|
|
193
|
+
return react.default.createElement(require_Icon_js, {
|
|
194
|
+
width: size,
|
|
195
|
+
height: size,
|
|
196
|
+
ref,
|
|
197
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
198
|
+
viewBox: "0 0 32 32",
|
|
199
|
+
fill: "currentColor",
|
|
200
|
+
...rest
|
|
201
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
202
|
+
fill: "none",
|
|
203
|
+
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",
|
|
204
|
+
"data-icon-path": "inner-path"
|
|
205
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), children);
|
|
206
|
+
});
|
|
207
|
+
if (process.env.NODE_ENV !== "production") JoinFull.propTypes = require_iconPropTypes.iconPropTypes;
|
|
208
|
+
const JoinInner = /* @__PURE__ */ react.default.forwardRef(function JoinInner({ children, size = 16, ...rest }, ref) {
|
|
209
|
+
return react.default.createElement(require_Icon_js, {
|
|
210
|
+
width: size,
|
|
211
|
+
height: size,
|
|
212
|
+
ref,
|
|
213
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
214
|
+
viewBox: "0 0 32 32",
|
|
215
|
+
fill: "currentColor",
|
|
216
|
+
...rest
|
|
217
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), children);
|
|
218
|
+
});
|
|
219
|
+
if (process.env.NODE_ENV !== "production") JoinInner.propTypes = require_iconPropTypes.iconPropTypes;
|
|
220
|
+
const JoinInnerAlt = /* @__PURE__ */ react.default.forwardRef(function JoinInnerAlt({ children, size = 16, ...rest }, ref) {
|
|
221
|
+
return react.default.createElement(require_Icon_js, {
|
|
222
|
+
width: size,
|
|
223
|
+
height: size,
|
|
224
|
+
ref,
|
|
225
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
226
|
+
viewBox: "0 0 32 32",
|
|
227
|
+
fill: "currentColor",
|
|
228
|
+
...rest
|
|
229
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.3,12.6l-1.3,1.5c-1.1-1-2-2.2-2.7-3.5l1.8-.9c.6,1.1,1.3,2.1,2.2,2.9h0ZM6.4,7.7c-.3-.9-.4-1.9-.4-2.8v-.9s-2,0-2,0v.9c0,1.1.2,2.3.5,3.4l1.9-.6h0ZM14.2,15c-1.2-.2-2.4-.7-3.4-1.3l-1,1.7c.3.2.7.4,1.1.6-.4.2-.7.4-1.1.6l1,1.7c1.1-.7,2.2-1.1,3.4-1.3v-1.9h0ZM5.3,21.4l1.8.9c.6-1.1,1.3-2.1,2.2-2.9l-1.3-1.5c-1.1,1-2,2.2-2.7,3.5h0ZM4,27.1v.9h2v-.9c0-1,.1-1.9.4-2.8l-1.9-.6c-.3,1.1-.5,2.2-.5,3.4h0ZM23,11l-1.4,1.4,2.6,2.6h-8.2s0,2,0,2h8.2s-2.6,2.6-2.6,2.6l1.4,1.4,5-5s-5-5-5-5Z" }), children);
|
|
230
|
+
});
|
|
231
|
+
if (process.env.NODE_ENV !== "production") JoinInnerAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
232
|
+
const JoinLeft = /* @__PURE__ */ react.default.forwardRef(function JoinLeft({ children, size = 16, ...rest }, ref) {
|
|
233
|
+
return react.default.createElement(require_Icon_js, {
|
|
234
|
+
width: size,
|
|
235
|
+
height: size,
|
|
236
|
+
ref,
|
|
237
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
238
|
+
viewBox: "0 0 32 32",
|
|
239
|
+
fill: "currentColor",
|
|
240
|
+
...rest
|
|
241
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
242
|
+
fill: "none",
|
|
243
|
+
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",
|
|
244
|
+
"data-icon-path": "inner-path"
|
|
245
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), children);
|
|
246
|
+
});
|
|
247
|
+
if (process.env.NODE_ENV !== "production") JoinLeft.propTypes = require_iconPropTypes.iconPropTypes;
|
|
248
|
+
const JoinLeftOuter = /* @__PURE__ */ react.default.forwardRef(function JoinLeftOuter({ children, size = 16, ...rest }, ref) {
|
|
249
|
+
return react.default.createElement(require_Icon_js, {
|
|
250
|
+
width: size,
|
|
251
|
+
height: size,
|
|
252
|
+
ref,
|
|
253
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
254
|
+
viewBox: "0 0 32 32",
|
|
255
|
+
fill: "currentColor",
|
|
256
|
+
...rest
|
|
257
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16l-5,5-1.4-1.4,2.6-2.6h-10.2c-1.2.2-2.3.7-3.4,1.3l-1-1.7c.4-.3.8-.5,1.3-.7-4.1-1.8-6.9-5.6-6.9-10.1v-1.8s2,0,2,0v1.8c0,5.1,4.5,9.2,10,9.2h8.2l-2.6-2.6,1.4-1.4,5,5h0s0,0,0,0ZM4,27v1h2v-1c0-1,0-1.9.3-2.9l-1.9-.6c-.3,1.1-.5,2.3-.5,3.4h0ZM5.3,21.5l1.7.9c.6-1.1,1.3-2.1,2.2-3l-1.3-1.5c-1.1,1-2,2.2-2.6,3.6Z" }), children);
|
|
258
|
+
});
|
|
259
|
+
if (process.env.NODE_ENV !== "production") JoinLeftOuter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
260
|
+
const JoinOuter = /* @__PURE__ */ react.default.forwardRef(function JoinOuter({ children, size = 16, ...rest }, ref) {
|
|
261
|
+
return react.default.createElement(require_Icon_js, {
|
|
262
|
+
width: size,
|
|
263
|
+
height: size,
|
|
264
|
+
ref,
|
|
265
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
266
|
+
viewBox: "0 0 32 32",
|
|
267
|
+
fill: "currentColor",
|
|
268
|
+
...rest
|
|
269
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), children);
|
|
270
|
+
});
|
|
271
|
+
if (process.env.NODE_ENV !== "production") JoinOuter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
272
|
+
const JoinRight = /* @__PURE__ */ react.default.forwardRef(function JoinRight({ children, size = 16, ...rest }, ref) {
|
|
273
|
+
return react.default.createElement(require_Icon_js, {
|
|
274
|
+
width: size,
|
|
275
|
+
height: size,
|
|
276
|
+
ref,
|
|
277
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
278
|
+
viewBox: "0 0 32 32",
|
|
279
|
+
fill: "currentColor",
|
|
280
|
+
...rest
|
|
281
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
282
|
+
fill: "none",
|
|
283
|
+
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",
|
|
284
|
+
"data-icon-path": "inner-path"
|
|
285
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), children);
|
|
286
|
+
});
|
|
287
|
+
if (process.env.NODE_ENV !== "production") JoinRight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
288
|
+
const JoinRightOuter = /* @__PURE__ */ react.default.forwardRef(function JoinRightOuter({ children, size = 16, ...rest }, ref) {
|
|
289
|
+
return react.default.createElement(require_Icon_js, {
|
|
290
|
+
width: size,
|
|
291
|
+
height: size,
|
|
292
|
+
ref,
|
|
293
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
294
|
+
viewBox: "0 0 32 32",
|
|
295
|
+
fill: "currentColor",
|
|
296
|
+
...rest
|
|
297
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.01,16l-5,5-1.41-1.41,2.59-2.59h-6.09s-2.07,0-2.07,0c-5.52,0-10.02,4.11-10.02,9.17v1.83h-2v-1.83c0-4.45,2.82-8.29,6.89-10.09-.43-.21-.85-.43-1.26-.69l1.02-1.74c1.04.66,2.16,1.11,3.35,1.34h2s0,0,0,0h8.17l-2.59-2.59,1.41-1.41,5,5h0ZM6.36,7.81c-.26-.92-.39-1.88-.39-2.85v-.96h-1.95v.96c0,1.16.16,2.32.47,3.43l1.87-.57ZM7.9,14.04l1.31-1.51c-.9-.85-1.64-1.85-2.19-2.97l-1.74.92c.66,1.35,1.54,2.54,2.62,3.56Z" }), children);
|
|
298
|
+
});
|
|
299
|
+
if (process.env.NODE_ENV !== "production") JoinRightOuter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
28
300
|
const JoinNode = /* @__PURE__ */ react.default.forwardRef(function JoinNode({ children, size = 16, ...rest }, ref) {
|
|
29
|
-
return react.default.createElement(
|
|
301
|
+
return react.default.createElement(require_Icon_js, {
|
|
30
302
|
width: size,
|
|
31
303
|
height: size,
|
|
32
304
|
ref,
|
|
@@ -47,7 +319,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
47
319
|
});
|
|
48
320
|
if (process.env.NODE_ENV !== "production") JoinNode.propTypes = require_iconPropTypes.iconPropTypes;
|
|
49
321
|
const Jpg = /* @__PURE__ */ react.default.forwardRef(function Jpg({ children, size = 16, ...rest }, ref) {
|
|
50
|
-
return react.default.createElement(
|
|
322
|
+
return react.default.createElement(require_Icon_js, {
|
|
51
323
|
width: size,
|
|
52
324
|
height: size,
|
|
53
325
|
ref,
|
|
@@ -59,7 +331,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
59
331
|
});
|
|
60
332
|
if (process.env.NODE_ENV !== "production") Jpg.propTypes = require_iconPropTypes.iconPropTypes;
|
|
61
333
|
const JsError = /* @__PURE__ */ react.default.forwardRef(function JsError({ children, size = 16, ...rest }, ref) {
|
|
62
|
-
return react.default.createElement(
|
|
334
|
+
return react.default.createElement(require_Icon_js, {
|
|
63
335
|
width: size,
|
|
64
336
|
height: size,
|
|
65
337
|
ref,
|
|
@@ -71,7 +343,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
71
343
|
});
|
|
72
344
|
if (process.env.NODE_ENV !== "production") JsError.propTypes = require_iconPropTypes.iconPropTypes;
|
|
73
345
|
const Json = /* @__PURE__ */ react.default.forwardRef(function Json({ children, size = 16, ...rest }, ref) {
|
|
74
|
-
return react.default.createElement(
|
|
346
|
+
return react.default.createElement(require_Icon_js, {
|
|
75
347
|
width: size,
|
|
76
348
|
height: size,
|
|
77
349
|
ref,
|
|
@@ -83,7 +355,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
83
355
|
});
|
|
84
356
|
if (process.env.NODE_ENV !== "production") Json.propTypes = require_iconPropTypes.iconPropTypes;
|
|
85
357
|
const JsonReference = /* @__PURE__ */ react.default.forwardRef(function JsonReference({ children, size = 16, ...rest }, ref) {
|
|
86
|
-
return react.default.createElement(
|
|
358
|
+
return react.default.createElement(require_Icon_js, {
|
|
87
359
|
width: size,
|
|
88
360
|
height: size,
|
|
89
361
|
ref,
|
|
@@ -95,7 +367,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
95
367
|
});
|
|
96
368
|
if (process.env.NODE_ENV !== "production") JsonReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
97
369
|
const JumpLink = /* @__PURE__ */ react.default.forwardRef(function JumpLink({ children, size = 16, ...rest }, ref) {
|
|
98
|
-
return react.default.createElement(
|
|
370
|
+
return react.default.createElement(require_Icon_js, {
|
|
99
371
|
width: size,
|
|
100
372
|
height: size,
|
|
101
373
|
ref,
|
|
@@ -107,7 +379,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
107
379
|
});
|
|
108
380
|
if (process.env.NODE_ENV !== "production") JumpLink.propTypes = require_iconPropTypes.iconPropTypes;
|
|
109
381
|
const KeepDry = /* @__PURE__ */ react.default.forwardRef(function KeepDry({ children, size = 16, ...rest }, ref) {
|
|
110
|
-
return react.default.createElement(
|
|
382
|
+
return react.default.createElement(require_Icon_js, {
|
|
111
383
|
width: size,
|
|
112
384
|
height: size,
|
|
113
385
|
ref,
|
|
@@ -119,7 +391,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
119
391
|
});
|
|
120
392
|
if (process.env.NODE_ENV !== "production") KeepDry.propTypes = require_iconPropTypes.iconPropTypes;
|
|
121
393
|
const Key = /* @__PURE__ */ react.default.forwardRef(function Key({ children, size = 16, ...rest }, ref) {
|
|
122
|
-
return react.default.createElement(
|
|
394
|
+
return react.default.createElement(require_Icon_js, {
|
|
123
395
|
width: size,
|
|
124
396
|
height: size,
|
|
125
397
|
ref,
|
|
@@ -140,7 +412,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
140
412
|
});
|
|
141
413
|
if (process.env.NODE_ENV !== "production") Key.propTypes = require_iconPropTypes.iconPropTypes;
|
|
142
414
|
const KeyValues = /* @__PURE__ */ react.default.forwardRef(function KeyValues({ children, size = 16, ...rest }, ref) {
|
|
143
|
-
return react.default.createElement(
|
|
415
|
+
return react.default.createElement(require_Icon_js, {
|
|
144
416
|
width: size,
|
|
145
417
|
height: size,
|
|
146
418
|
ref,
|
|
@@ -152,7 +424,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
152
424
|
});
|
|
153
425
|
if (process.env.NODE_ENV !== "production") KeyValues.propTypes = require_iconPropTypes.iconPropTypes;
|
|
154
426
|
const Keyboard = /* @__PURE__ */ react.default.forwardRef(function Keyboard({ children, size = 16, ...rest }, ref) {
|
|
155
|
-
return react.default.createElement(
|
|
427
|
+
return react.default.createElement(require_Icon_js, {
|
|
156
428
|
width: size,
|
|
157
429
|
height: size,
|
|
158
430
|
ref,
|
|
@@ -164,7 +436,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
164
436
|
});
|
|
165
437
|
if (process.env.NODE_ENV !== "production") Keyboard.propTypes = require_iconPropTypes.iconPropTypes;
|
|
166
438
|
const Keychain = /* @__PURE__ */ react.default.forwardRef(function Keychain({ children, size = 16, ...rest }, ref) {
|
|
167
|
-
return react.default.createElement(
|
|
439
|
+
return react.default.createElement(require_Icon_js, {
|
|
168
440
|
width: size,
|
|
169
441
|
height: size,
|
|
170
442
|
ref,
|
|
@@ -176,7 +448,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
176
448
|
});
|
|
177
449
|
if (process.env.NODE_ENV !== "production") Keychain.propTypes = require_iconPropTypes.iconPropTypes;
|
|
178
450
|
const KeyboardOff = /* @__PURE__ */ react.default.forwardRef(function KeyboardOff({ children, size = 16, ...rest }, ref) {
|
|
179
|
-
return react.default.createElement(
|
|
451
|
+
return react.default.createElement(require_Icon_js, {
|
|
180
452
|
width: size,
|
|
181
453
|
height: size,
|
|
182
454
|
ref,
|
|
@@ -188,7 +460,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
188
460
|
});
|
|
189
461
|
if (process.env.NODE_ENV !== "production") KeyboardOff.propTypes = require_iconPropTypes.iconPropTypes;
|
|
190
462
|
const KioskDevice = /* @__PURE__ */ react.default.forwardRef(function KioskDevice({ children, size = 16, ...rest }, ref) {
|
|
191
|
-
return react.default.createElement(
|
|
463
|
+
return react.default.createElement(require_Icon_js, {
|
|
192
464
|
width: size,
|
|
193
465
|
height: size,
|
|
194
466
|
ref,
|
|
@@ -200,7 +472,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
200
472
|
});
|
|
201
473
|
if (process.env.NODE_ENV !== "production") KioskDevice.propTypes = require_iconPropTypes.iconPropTypes;
|
|
202
474
|
const Kubelet = /* @__PURE__ */ react.default.forwardRef(function Kubelet({ children, size = 16, ...rest }, ref) {
|
|
203
|
-
return react.default.createElement(
|
|
475
|
+
return react.default.createElement(require_Icon_js, {
|
|
204
476
|
width: size,
|
|
205
477
|
height: size,
|
|
206
478
|
ref,
|
|
@@ -224,7 +496,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
224
496
|
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.");
|
|
225
497
|
}
|
|
226
498
|
}
|
|
227
|
-
return react.default.createElement(
|
|
499
|
+
return react.default.createElement(require_Icon_js, {
|
|
228
500
|
width: size,
|
|
229
501
|
height: size,
|
|
230
502
|
ref,
|
|
@@ -236,7 +508,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
236
508
|
});
|
|
237
509
|
if (process.env.NODE_ENV !== "production") Kubernetes.propTypes = require_iconPropTypes.iconPropTypes;
|
|
238
510
|
const KubernetesControlPlaneNode = /* @__PURE__ */ react.default.forwardRef(function KubernetesControlPlaneNode({ children, size = 16, ...rest }, ref) {
|
|
239
|
-
return react.default.createElement(
|
|
511
|
+
return react.default.createElement(require_Icon_js, {
|
|
240
512
|
width: size,
|
|
241
513
|
height: size,
|
|
242
514
|
ref,
|
|
@@ -251,7 +523,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
251
523
|
});
|
|
252
524
|
if (process.env.NODE_ENV !== "production") KubernetesControlPlaneNode.propTypes = require_iconPropTypes.iconPropTypes;
|
|
253
525
|
const KubernetesIpAddress = /* @__PURE__ */ react.default.forwardRef(function KubernetesIpAddress({ children, size = 16, ...rest }, ref) {
|
|
254
|
-
return react.default.createElement(
|
|
526
|
+
return react.default.createElement(require_Icon_js, {
|
|
255
527
|
width: size,
|
|
256
528
|
height: size,
|
|
257
529
|
ref,
|
|
@@ -271,7 +543,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
271
543
|
});
|
|
272
544
|
if (process.env.NODE_ENV !== "production") KubernetesIpAddress.propTypes = require_iconPropTypes.iconPropTypes;
|
|
273
545
|
const KubernetesOperator = /* @__PURE__ */ react.default.forwardRef(function KubernetesOperator({ children, size = 16, ...rest }, ref) {
|
|
274
|
-
return react.default.createElement(
|
|
546
|
+
return react.default.createElement(require_Icon_js, {
|
|
275
547
|
width: size,
|
|
276
548
|
height: size,
|
|
277
549
|
ref,
|
|
@@ -289,7 +561,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
289
561
|
});
|
|
290
562
|
if (process.env.NODE_ENV !== "production") KubernetesOperator.propTypes = require_iconPropTypes.iconPropTypes;
|
|
291
563
|
const KubernetesPod = /* @__PURE__ */ react.default.forwardRef(function KubernetesPod({ children, size = 16, ...rest }, ref) {
|
|
292
|
-
return react.default.createElement(
|
|
564
|
+
return react.default.createElement(require_Icon_js, {
|
|
293
565
|
width: size,
|
|
294
566
|
height: size,
|
|
295
567
|
ref,
|
|
@@ -301,7 +573,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
301
573
|
});
|
|
302
574
|
if (process.env.NODE_ENV !== "production") KubernetesPod.propTypes = require_iconPropTypes.iconPropTypes;
|
|
303
575
|
const KubernetesWorkerNode = /* @__PURE__ */ react.default.forwardRef(function KubernetesWorkerNode({ children, size = 16, ...rest }, ref) {
|
|
304
|
-
return react.default.createElement(
|
|
576
|
+
return react.default.createElement(require_Icon_js, {
|
|
305
577
|
width: size,
|
|
306
578
|
height: size,
|
|
307
579
|
ref,
|
|
@@ -316,7 +588,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
316
588
|
});
|
|
317
589
|
if (process.env.NODE_ENV !== "production") KubernetesWorkerNode.propTypes = require_iconPropTypes.iconPropTypes;
|
|
318
590
|
const Label = /* @__PURE__ */ react.default.forwardRef(function Label({ children, size = 16, ...rest }, ref) {
|
|
319
|
-
return react.default.createElement(
|
|
591
|
+
return react.default.createElement(require_Icon_js, {
|
|
320
592
|
width: size,
|
|
321
593
|
height: size,
|
|
322
594
|
ref,
|
|
@@ -328,7 +600,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
328
600
|
});
|
|
329
601
|
if (process.env.NODE_ENV !== "production") Label.propTypes = require_iconPropTypes.iconPropTypes;
|
|
330
602
|
const Language = /* @__PURE__ */ react.default.forwardRef(function Language({ children, size = 16, ...rest }, ref) {
|
|
331
|
-
return react.default.createElement(
|
|
603
|
+
return react.default.createElement(require_Icon_js, {
|
|
332
604
|
width: size,
|
|
333
605
|
height: size,
|
|
334
606
|
ref,
|
|
@@ -340,7 +612,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
340
612
|
});
|
|
341
613
|
if (process.env.NODE_ENV !== "production") Language.propTypes = require_iconPropTypes.iconPropTypes;
|
|
342
614
|
const Laptop = /* @__PURE__ */ react.default.forwardRef(function Laptop({ children, size = 16, ...rest }, ref) {
|
|
343
|
-
return react.default.createElement(
|
|
615
|
+
return react.default.createElement(require_Icon_js, {
|
|
344
616
|
width: size,
|
|
345
617
|
height: size,
|
|
346
618
|
ref,
|
|
@@ -355,7 +627,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
355
627
|
});
|
|
356
628
|
if (process.env.NODE_ENV !== "production") Laptop.propTypes = require_iconPropTypes.iconPropTypes;
|
|
357
629
|
const Lasso = /* @__PURE__ */ react.default.forwardRef(function Lasso({ children, size = 16, ...rest }, ref) {
|
|
358
|
-
return react.default.createElement(
|
|
630
|
+
return react.default.createElement(require_Icon_js, {
|
|
359
631
|
width: size,
|
|
360
632
|
height: size,
|
|
361
633
|
ref,
|
|
@@ -367,7 +639,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
367
639
|
});
|
|
368
640
|
if (process.env.NODE_ENV !== "production") Lasso.propTypes = require_iconPropTypes.iconPropTypes;
|
|
369
641
|
const LassoPolygon = /* @__PURE__ */ react.default.forwardRef(function LassoPolygon({ children, size = 16, ...rest }, ref) {
|
|
370
|
-
return react.default.createElement(
|
|
642
|
+
return react.default.createElement(require_Icon_js, {
|
|
371
643
|
width: size,
|
|
372
644
|
height: size,
|
|
373
645
|
ref,
|
|
@@ -379,7 +651,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
379
651
|
});
|
|
380
652
|
if (process.env.NODE_ENV !== "production") LassoPolygon.propTypes = require_iconPropTypes.iconPropTypes;
|
|
381
653
|
const Launch = /* @__PURE__ */ react.default.forwardRef(function Launch({ children, size = 16, ...rest }, ref) {
|
|
382
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
654
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
|
|
383
655
|
width: size,
|
|
384
656
|
height: size,
|
|
385
657
|
ref,
|
|
@@ -388,7 +660,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
388
660
|
fill: "currentColor",
|
|
389
661
|
...rest
|
|
390
662
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 1 10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z" }), children);
|
|
391
|
-
return react.default.createElement(
|
|
663
|
+
return react.default.createElement(require_Icon_js, {
|
|
392
664
|
width: size,
|
|
393
665
|
height: size,
|
|
394
666
|
ref,
|
|
@@ -400,7 +672,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
400
672
|
});
|
|
401
673
|
if (process.env.NODE_ENV !== "production") Launch.propTypes = require_iconPropTypes.iconPropTypes;
|
|
402
674
|
const WatsonHealthLaunchStudy_1 = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthLaunchStudy_1({ children, size = 16, ...rest }, ref) {
|
|
403
|
-
return react.default.createElement(
|
|
675
|
+
return react.default.createElement(require_Icon_js, {
|
|
404
676
|
width: size,
|
|
405
677
|
height: size,
|
|
406
678
|
ref,
|
|
@@ -416,7 +688,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
416
688
|
});
|
|
417
689
|
if (process.env.NODE_ENV !== "production") WatsonHealthLaunchStudy_1.propTypes = require_iconPropTypes.iconPropTypes;
|
|
418
690
|
const WatsonHealthLaunchStudy_2 = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthLaunchStudy_2({ children, size = 16, ...rest }, ref) {
|
|
419
|
-
return react.default.createElement(
|
|
691
|
+
return react.default.createElement(require_Icon_js, {
|
|
420
692
|
width: size,
|
|
421
693
|
height: size,
|
|
422
694
|
ref,
|
|
@@ -432,7 +704,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
432
704
|
});
|
|
433
705
|
if (process.env.NODE_ENV !== "production") WatsonHealthLaunchStudy_2.propTypes = require_iconPropTypes.iconPropTypes;
|
|
434
706
|
const WatsonHealthLaunchStudy_3 = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthLaunchStudy_3({ children, size = 16, ...rest }, ref) {
|
|
435
|
-
return react.default.createElement(
|
|
707
|
+
return react.default.createElement(require_Icon_js, {
|
|
436
708
|
width: size,
|
|
437
709
|
height: size,
|
|
438
710
|
ref,
|
|
@@ -448,7 +720,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
448
720
|
});
|
|
449
721
|
if (process.env.NODE_ENV !== "production") WatsonHealthLaunchStudy_3.propTypes = require_iconPropTypes.iconPropTypes;
|
|
450
722
|
const Layers = /* @__PURE__ */ react.default.forwardRef(function Layers({ children, size = 16, ...rest }, ref) {
|
|
451
|
-
return react.default.createElement(
|
|
723
|
+
return react.default.createElement(require_Icon_js, {
|
|
452
724
|
width: size,
|
|
453
725
|
height: size,
|
|
454
726
|
ref,
|
|
@@ -460,7 +732,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
460
732
|
});
|
|
461
733
|
if (process.env.NODE_ENV !== "production") Layers.propTypes = require_iconPropTypes.iconPropTypes;
|
|
462
734
|
const LayersExternal = /* @__PURE__ */ react.default.forwardRef(function LayersExternal({ children, size = 16, ...rest }, ref) {
|
|
463
|
-
return react.default.createElement(
|
|
735
|
+
return react.default.createElement(require_Icon_js, {
|
|
464
736
|
width: size,
|
|
465
737
|
height: size,
|
|
466
738
|
ref,
|
|
@@ -484,7 +756,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
484
756
|
});
|
|
485
757
|
if (process.env.NODE_ENV !== "production") LayersExternal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
486
758
|
const Legend = /* @__PURE__ */ react.default.forwardRef(function Legend({ children, size = 16, ...rest }, ref) {
|
|
487
|
-
return react.default.createElement(
|
|
759
|
+
return react.default.createElement(require_Icon_js, {
|
|
488
760
|
width: size,
|
|
489
761
|
height: size,
|
|
490
762
|
ref,
|
|
@@ -502,7 +774,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
502
774
|
});
|
|
503
775
|
if (process.env.NODE_ENV !== "production") Legend.propTypes = require_iconPropTypes.iconPropTypes;
|
|
504
776
|
const LetterAa = /* @__PURE__ */ react.default.forwardRef(function LetterAa({ children, size = 16, ...rest }, ref) {
|
|
505
|
-
return react.default.createElement(
|
|
777
|
+
return react.default.createElement(require_Icon_js, {
|
|
506
778
|
width: size,
|
|
507
779
|
height: size,
|
|
508
780
|
ref,
|
|
@@ -514,7 +786,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
514
786
|
});
|
|
515
787
|
if (process.env.NODE_ENV !== "production") LetterAa.propTypes = require_iconPropTypes.iconPropTypes;
|
|
516
788
|
const LetterBb = /* @__PURE__ */ react.default.forwardRef(function LetterBb({ children, size = 16, ...rest }, ref) {
|
|
517
|
-
return react.default.createElement(
|
|
789
|
+
return react.default.createElement(require_Icon_js, {
|
|
518
790
|
width: size,
|
|
519
791
|
height: size,
|
|
520
792
|
ref,
|
|
@@ -526,7 +798,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
526
798
|
});
|
|
527
799
|
if (process.env.NODE_ENV !== "production") LetterBb.propTypes = require_iconPropTypes.iconPropTypes;
|
|
528
800
|
const LetterCc = /* @__PURE__ */ react.default.forwardRef(function LetterCc({ children, size = 16, ...rest }, ref) {
|
|
529
|
-
return react.default.createElement(
|
|
801
|
+
return react.default.createElement(require_Icon_js, {
|
|
530
802
|
width: size,
|
|
531
803
|
height: size,
|
|
532
804
|
ref,
|
|
@@ -538,7 +810,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
538
810
|
});
|
|
539
811
|
if (process.env.NODE_ENV !== "production") LetterCc.propTypes = require_iconPropTypes.iconPropTypes;
|
|
540
812
|
const LetterDd = /* @__PURE__ */ react.default.forwardRef(function LetterDd({ children, size = 16, ...rest }, ref) {
|
|
541
|
-
return react.default.createElement(
|
|
813
|
+
return react.default.createElement(require_Icon_js, {
|
|
542
814
|
width: size,
|
|
543
815
|
height: size,
|
|
544
816
|
ref,
|
|
@@ -550,7 +822,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
550
822
|
});
|
|
551
823
|
if (process.env.NODE_ENV !== "production") LetterDd.propTypes = require_iconPropTypes.iconPropTypes;
|
|
552
824
|
const LetterEe = /* @__PURE__ */ react.default.forwardRef(function LetterEe({ children, size = 16, ...rest }, ref) {
|
|
553
|
-
return react.default.createElement(
|
|
825
|
+
return react.default.createElement(require_Icon_js, {
|
|
554
826
|
width: size,
|
|
555
827
|
height: size,
|
|
556
828
|
ref,
|
|
@@ -562,7 +834,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
562
834
|
});
|
|
563
835
|
if (process.env.NODE_ENV !== "production") LetterEe.propTypes = require_iconPropTypes.iconPropTypes;
|
|
564
836
|
const LetterFf = /* @__PURE__ */ react.default.forwardRef(function LetterFf({ children, size = 16, ...rest }, ref) {
|
|
565
|
-
return react.default.createElement(
|
|
837
|
+
return react.default.createElement(require_Icon_js, {
|
|
566
838
|
width: size,
|
|
567
839
|
height: size,
|
|
568
840
|
ref,
|
|
@@ -574,7 +846,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
574
846
|
});
|
|
575
847
|
if (process.env.NODE_ENV !== "production") LetterFf.propTypes = require_iconPropTypes.iconPropTypes;
|
|
576
848
|
const LetterGg = /* @__PURE__ */ react.default.forwardRef(function LetterGg({ children, size = 16, ...rest }, ref) {
|
|
577
|
-
return react.default.createElement(
|
|
849
|
+
return react.default.createElement(require_Icon_js, {
|
|
578
850
|
width: size,
|
|
579
851
|
height: size,
|
|
580
852
|
ref,
|
|
@@ -586,7 +858,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
586
858
|
});
|
|
587
859
|
if (process.env.NODE_ENV !== "production") LetterGg.propTypes = require_iconPropTypes.iconPropTypes;
|
|
588
860
|
const LetterHh = /* @__PURE__ */ react.default.forwardRef(function LetterHh({ children, size = 16, ...rest }, ref) {
|
|
589
|
-
return react.default.createElement(
|
|
861
|
+
return react.default.createElement(require_Icon_js, {
|
|
590
862
|
width: size,
|
|
591
863
|
height: size,
|
|
592
864
|
ref,
|
|
@@ -598,7 +870,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
598
870
|
});
|
|
599
871
|
if (process.env.NODE_ENV !== "production") LetterHh.propTypes = require_iconPropTypes.iconPropTypes;
|
|
600
872
|
const LetterIi = /* @__PURE__ */ react.default.forwardRef(function LetterIi({ children, size = 16, ...rest }, ref) {
|
|
601
|
-
return react.default.createElement(
|
|
873
|
+
return react.default.createElement(require_Icon_js, {
|
|
602
874
|
width: size,
|
|
603
875
|
height: size,
|
|
604
876
|
ref,
|
|
@@ -610,7 +882,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
610
882
|
});
|
|
611
883
|
if (process.env.NODE_ENV !== "production") LetterIi.propTypes = require_iconPropTypes.iconPropTypes;
|
|
612
884
|
const LetterJj = /* @__PURE__ */ react.default.forwardRef(function LetterJj({ children, size = 16, ...rest }, ref) {
|
|
613
|
-
return react.default.createElement(
|
|
885
|
+
return react.default.createElement(require_Icon_js, {
|
|
614
886
|
width: size,
|
|
615
887
|
height: size,
|
|
616
888
|
ref,
|
|
@@ -622,7 +894,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
622
894
|
});
|
|
623
895
|
if (process.env.NODE_ENV !== "production") LetterJj.propTypes = require_iconPropTypes.iconPropTypes;
|
|
624
896
|
const LetterKk = /* @__PURE__ */ react.default.forwardRef(function LetterKk({ children, size = 16, ...rest }, ref) {
|
|
625
|
-
return react.default.createElement(
|
|
897
|
+
return react.default.createElement(require_Icon_js, {
|
|
626
898
|
width: size,
|
|
627
899
|
height: size,
|
|
628
900
|
ref,
|
|
@@ -634,7 +906,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
634
906
|
});
|
|
635
907
|
if (process.env.NODE_ENV !== "production") LetterKk.propTypes = require_iconPropTypes.iconPropTypes;
|
|
636
908
|
const LetterLl = /* @__PURE__ */ react.default.forwardRef(function LetterLl({ children, size = 16, ...rest }, ref) {
|
|
637
|
-
return react.default.createElement(
|
|
909
|
+
return react.default.createElement(require_Icon_js, {
|
|
638
910
|
width: size,
|
|
639
911
|
height: size,
|
|
640
912
|
ref,
|
|
@@ -646,7 +918,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
646
918
|
});
|
|
647
919
|
if (process.env.NODE_ENV !== "production") LetterLl.propTypes = require_iconPropTypes.iconPropTypes;
|
|
648
920
|
const LetterMm = /* @__PURE__ */ react.default.forwardRef(function LetterMm({ children, size = 16, ...rest }, ref) {
|
|
649
|
-
return react.default.createElement(
|
|
921
|
+
return react.default.createElement(require_Icon_js, {
|
|
650
922
|
width: size,
|
|
651
923
|
height: size,
|
|
652
924
|
ref,
|
|
@@ -658,7 +930,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
658
930
|
});
|
|
659
931
|
if (process.env.NODE_ENV !== "production") LetterMm.propTypes = require_iconPropTypes.iconPropTypes;
|
|
660
932
|
const LetterNn = /* @__PURE__ */ react.default.forwardRef(function LetterNn({ children, size = 16, ...rest }, ref) {
|
|
661
|
-
return react.default.createElement(
|
|
933
|
+
return react.default.createElement(require_Icon_js, {
|
|
662
934
|
width: size,
|
|
663
935
|
height: size,
|
|
664
936
|
ref,
|
|
@@ -670,7 +942,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
670
942
|
});
|
|
671
943
|
if (process.env.NODE_ENV !== "production") LetterNn.propTypes = require_iconPropTypes.iconPropTypes;
|
|
672
944
|
const LetterOo = /* @__PURE__ */ react.default.forwardRef(function LetterOo({ children, size = 16, ...rest }, ref) {
|
|
673
|
-
return react.default.createElement(
|
|
945
|
+
return react.default.createElement(require_Icon_js, {
|
|
674
946
|
width: size,
|
|
675
947
|
height: size,
|
|
676
948
|
ref,
|
|
@@ -682,7 +954,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
682
954
|
});
|
|
683
955
|
if (process.env.NODE_ENV !== "production") LetterOo.propTypes = require_iconPropTypes.iconPropTypes;
|
|
684
956
|
const LetterPp = /* @__PURE__ */ react.default.forwardRef(function LetterPp({ children, size = 16, ...rest }, ref) {
|
|
685
|
-
return react.default.createElement(
|
|
957
|
+
return react.default.createElement(require_Icon_js, {
|
|
686
958
|
width: size,
|
|
687
959
|
height: size,
|
|
688
960
|
ref,
|
|
@@ -694,7 +966,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
694
966
|
});
|
|
695
967
|
if (process.env.NODE_ENV !== "production") LetterPp.propTypes = require_iconPropTypes.iconPropTypes;
|
|
696
968
|
const LetterQq = /* @__PURE__ */ react.default.forwardRef(function LetterQq({ children, size = 16, ...rest }, ref) {
|
|
697
|
-
return react.default.createElement(
|
|
969
|
+
return react.default.createElement(require_Icon_js, {
|
|
698
970
|
width: size,
|
|
699
971
|
height: size,
|
|
700
972
|
ref,
|
|
@@ -706,7 +978,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
706
978
|
});
|
|
707
979
|
if (process.env.NODE_ENV !== "production") LetterQq.propTypes = require_iconPropTypes.iconPropTypes;
|
|
708
980
|
const LetterRr = /* @__PURE__ */ react.default.forwardRef(function LetterRr({ children, size = 16, ...rest }, ref) {
|
|
709
|
-
return react.default.createElement(
|
|
981
|
+
return react.default.createElement(require_Icon_js, {
|
|
710
982
|
width: size,
|
|
711
983
|
height: size,
|
|
712
984
|
ref,
|
|
@@ -718,7 +990,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
718
990
|
});
|
|
719
991
|
if (process.env.NODE_ENV !== "production") LetterRr.propTypes = require_iconPropTypes.iconPropTypes;
|
|
720
992
|
const LetterSs = /* @__PURE__ */ react.default.forwardRef(function LetterSs({ children, size = 16, ...rest }, ref) {
|
|
721
|
-
return react.default.createElement(
|
|
993
|
+
return react.default.createElement(require_Icon_js, {
|
|
722
994
|
width: size,
|
|
723
995
|
height: size,
|
|
724
996
|
ref,
|
|
@@ -730,7 +1002,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
730
1002
|
});
|
|
731
1003
|
if (process.env.NODE_ENV !== "production") LetterSs.propTypes = require_iconPropTypes.iconPropTypes;
|
|
732
1004
|
const LetterTt = /* @__PURE__ */ react.default.forwardRef(function LetterTt({ children, size = 16, ...rest }, ref) {
|
|
733
|
-
return react.default.createElement(
|
|
1005
|
+
return react.default.createElement(require_Icon_js, {
|
|
734
1006
|
width: size,
|
|
735
1007
|
height: size,
|
|
736
1008
|
ref,
|
|
@@ -742,7 +1014,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
742
1014
|
});
|
|
743
1015
|
if (process.env.NODE_ENV !== "production") LetterTt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
744
1016
|
const LetterUu = /* @__PURE__ */ react.default.forwardRef(function LetterUu({ children, size = 16, ...rest }, ref) {
|
|
745
|
-
return react.default.createElement(
|
|
1017
|
+
return react.default.createElement(require_Icon_js, {
|
|
746
1018
|
width: size,
|
|
747
1019
|
height: size,
|
|
748
1020
|
ref,
|
|
@@ -754,7 +1026,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
754
1026
|
});
|
|
755
1027
|
if (process.env.NODE_ENV !== "production") LetterUu.propTypes = require_iconPropTypes.iconPropTypes;
|
|
756
1028
|
const LetterVv = /* @__PURE__ */ react.default.forwardRef(function LetterVv({ children, size = 16, ...rest }, ref) {
|
|
757
|
-
return react.default.createElement(
|
|
1029
|
+
return react.default.createElement(require_Icon_js, {
|
|
758
1030
|
width: size,
|
|
759
1031
|
height: size,
|
|
760
1032
|
ref,
|
|
@@ -766,7 +1038,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
766
1038
|
});
|
|
767
1039
|
if (process.env.NODE_ENV !== "production") LetterVv.propTypes = require_iconPropTypes.iconPropTypes;
|
|
768
1040
|
const LetterWw = /* @__PURE__ */ react.default.forwardRef(function LetterWw({ children, size = 16, ...rest }, ref) {
|
|
769
|
-
return react.default.createElement(
|
|
1041
|
+
return react.default.createElement(require_Icon_js, {
|
|
770
1042
|
width: size,
|
|
771
1043
|
height: size,
|
|
772
1044
|
ref,
|
|
@@ -778,7 +1050,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
778
1050
|
});
|
|
779
1051
|
if (process.env.NODE_ENV !== "production") LetterWw.propTypes = require_iconPropTypes.iconPropTypes;
|
|
780
1052
|
const LetterXx = /* @__PURE__ */ react.default.forwardRef(function LetterXx({ children, size = 16, ...rest }, ref) {
|
|
781
|
-
return react.default.createElement(
|
|
1053
|
+
return react.default.createElement(require_Icon_js, {
|
|
782
1054
|
width: size,
|
|
783
1055
|
height: size,
|
|
784
1056
|
ref,
|
|
@@ -790,7 +1062,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
790
1062
|
});
|
|
791
1063
|
if (process.env.NODE_ENV !== "production") LetterXx.propTypes = require_iconPropTypes.iconPropTypes;
|
|
792
1064
|
const LetterYy = /* @__PURE__ */ react.default.forwardRef(function LetterYy({ children, size = 16, ...rest }, ref) {
|
|
793
|
-
return react.default.createElement(
|
|
1065
|
+
return react.default.createElement(require_Icon_js, {
|
|
794
1066
|
width: size,
|
|
795
1067
|
height: size,
|
|
796
1068
|
ref,
|
|
@@ -802,7 +1074,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
802
1074
|
});
|
|
803
1075
|
if (process.env.NODE_ENV !== "production") LetterYy.propTypes = require_iconPropTypes.iconPropTypes;
|
|
804
1076
|
const LetterZz = /* @__PURE__ */ react.default.forwardRef(function LetterZz({ children, size = 16, ...rest }, ref) {
|
|
805
|
-
return react.default.createElement(
|
|
1077
|
+
return react.default.createElement(require_Icon_js, {
|
|
806
1078
|
width: size,
|
|
807
1079
|
height: size,
|
|
808
1080
|
ref,
|
|
@@ -814,7 +1086,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
814
1086
|
});
|
|
815
1087
|
if (process.env.NODE_ENV !== "production") LetterZz.propTypes = require_iconPropTypes.iconPropTypes;
|
|
816
1088
|
const License = /* @__PURE__ */ react.default.forwardRef(function License({ children, size = 16, ...rest }, ref) {
|
|
817
|
-
return react.default.createElement(
|
|
1089
|
+
return react.default.createElement(require_Icon_js, {
|
|
818
1090
|
width: size,
|
|
819
1091
|
height: size,
|
|
820
1092
|
ref,
|
|
@@ -826,7 +1098,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
826
1098
|
});
|
|
827
1099
|
if (process.env.NODE_ENV !== "production") License.propTypes = require_iconPropTypes.iconPropTypes;
|
|
828
1100
|
const LicenseDraft = /* @__PURE__ */ react.default.forwardRef(function LicenseDraft({ children, size = 16, ...rest }, ref) {
|
|
829
|
-
return react.default.createElement(
|
|
1101
|
+
return react.default.createElement(require_Icon_js, {
|
|
830
1102
|
width: size,
|
|
831
1103
|
height: size,
|
|
832
1104
|
ref,
|
|
@@ -838,7 +1110,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
838
1110
|
});
|
|
839
1111
|
if (process.env.NODE_ENV !== "production") LicenseDraft.propTypes = require_iconPropTypes.iconPropTypes;
|
|
840
1112
|
const LicenseGlobal = /* @__PURE__ */ react.default.forwardRef(function LicenseGlobal({ children, size = 16, ...rest }, ref) {
|
|
841
|
-
return react.default.createElement(
|
|
1113
|
+
return react.default.createElement(require_Icon_js, {
|
|
842
1114
|
width: size,
|
|
843
1115
|
height: size,
|
|
844
1116
|
ref,
|
|
@@ -850,7 +1122,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
850
1122
|
});
|
|
851
1123
|
if (process.env.NODE_ENV !== "production") LicenseGlobal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
852
1124
|
const LicenseMaintenance = /* @__PURE__ */ react.default.forwardRef(function LicenseMaintenance({ children, size = 16, ...rest }, ref) {
|
|
853
|
-
return react.default.createElement(
|
|
1125
|
+
return react.default.createElement(require_Icon_js, {
|
|
854
1126
|
width: size,
|
|
855
1127
|
height: size,
|
|
856
1128
|
ref,
|
|
@@ -862,7 +1134,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
862
1134
|
});
|
|
863
1135
|
if (process.env.NODE_ENV !== "production") LicenseMaintenance.propTypes = require_iconPropTypes.iconPropTypes;
|
|
864
1136
|
const LicenseMaintenanceDraft = /* @__PURE__ */ react.default.forwardRef(function LicenseMaintenanceDraft({ children, size = 16, ...rest }, ref) {
|
|
865
|
-
return react.default.createElement(
|
|
1137
|
+
return react.default.createElement(require_Icon_js, {
|
|
866
1138
|
width: size,
|
|
867
1139
|
height: size,
|
|
868
1140
|
ref,
|
|
@@ -874,7 +1146,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
874
1146
|
});
|
|
875
1147
|
if (process.env.NODE_ENV !== "production") LicenseMaintenanceDraft.propTypes = require_iconPropTypes.iconPropTypes;
|
|
876
1148
|
const LicenseThirdParty = /* @__PURE__ */ react.default.forwardRef(function LicenseThirdParty({ children, size = 16, ...rest }, ref) {
|
|
877
|
-
return react.default.createElement(
|
|
1149
|
+
return react.default.createElement(require_Icon_js, {
|
|
878
1150
|
width: size,
|
|
879
1151
|
height: size,
|
|
880
1152
|
ref,
|
|
@@ -886,7 +1158,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
886
1158
|
});
|
|
887
1159
|
if (process.env.NODE_ENV !== "production") LicenseThirdParty.propTypes = require_iconPropTypes.iconPropTypes;
|
|
888
1160
|
const LicenseThirdPartyDraft = /* @__PURE__ */ react.default.forwardRef(function LicenseThirdPartyDraft({ children, size = 16, ...rest }, ref) {
|
|
889
|
-
return react.default.createElement(
|
|
1161
|
+
return react.default.createElement(require_Icon_js, {
|
|
890
1162
|
width: size,
|
|
891
1163
|
height: size,
|
|
892
1164
|
ref,
|
|
@@ -898,7 +1170,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
898
1170
|
});
|
|
899
1171
|
if (process.env.NODE_ENV !== "production") LicenseThirdPartyDraft.propTypes = require_iconPropTypes.iconPropTypes;
|
|
900
1172
|
const Lifesaver = /* @__PURE__ */ react.default.forwardRef(function Lifesaver({ children, size = 16, ...rest }, ref) {
|
|
901
|
-
return react.default.createElement(
|
|
1173
|
+
return react.default.createElement(require_Icon_js, {
|
|
902
1174
|
width: size,
|
|
903
1175
|
height: size,
|
|
904
1176
|
ref,
|
|
@@ -910,7 +1182,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
910
1182
|
});
|
|
911
1183
|
if (process.env.NODE_ENV !== "production") Lifesaver.propTypes = require_iconPropTypes.iconPropTypes;
|
|
912
1184
|
const Light = /* @__PURE__ */ react.default.forwardRef(function Light({ children, size = 16, ...rest }, ref) {
|
|
913
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
1185
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
|
|
914
1186
|
width: size,
|
|
915
1187
|
height: size,
|
|
916
1188
|
ref,
|
|
@@ -931,7 +1203,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
931
1203
|
d: "M3.4 2.7H4.4V5.2H3.4z",
|
|
932
1204
|
transform: "rotate(-45 3.925 3.961)"
|
|
933
1205
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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" }), children);
|
|
934
|
-
return react.default.createElement(
|
|
1206
|
+
return react.default.createElement(require_Icon_js, {
|
|
935
1207
|
width: size,
|
|
936
1208
|
height: size,
|
|
937
1209
|
ref,
|
|
@@ -955,7 +1227,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
955
1227
|
});
|
|
956
1228
|
if (process.env.NODE_ENV !== "production") Light.propTypes = require_iconPropTypes.iconPropTypes;
|
|
957
1229
|
const LightFilled = /* @__PURE__ */ react.default.forwardRef(function LightFilled({ children, size = 16, ...rest }, ref) {
|
|
958
|
-
return react.default.createElement(
|
|
1230
|
+
return react.default.createElement(require_Icon_js, {
|
|
959
1231
|
width: size,
|
|
960
1232
|
height: size,
|
|
961
1233
|
ref,
|
|
@@ -979,7 +1251,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
979
1251
|
});
|
|
980
1252
|
if (process.env.NODE_ENV !== "production") LightFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
981
1253
|
const Lightning = /* @__PURE__ */ react.default.forwardRef(function Lightning({ children, size = 16, ...rest }, ref) {
|
|
982
|
-
return react.default.createElement(
|
|
1254
|
+
return react.default.createElement(require_Icon_js, {
|
|
983
1255
|
width: size,
|
|
984
1256
|
height: size,
|
|
985
1257
|
ref,
|
|
@@ -991,7 +1263,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
991
1263
|
});
|
|
992
1264
|
if (process.env.NODE_ENV !== "production") Lightning.propTypes = require_iconPropTypes.iconPropTypes;
|
|
993
1265
|
const Link = /* @__PURE__ */ react.default.forwardRef(function Link({ children, size = 16, ...rest }, ref) {
|
|
994
|
-
return react.default.createElement(
|
|
1266
|
+
return react.default.createElement(require_Icon_js, {
|
|
995
1267
|
width: size,
|
|
996
1268
|
height: size,
|
|
997
1269
|
ref,
|
|
@@ -1003,7 +1275,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1003
1275
|
});
|
|
1004
1276
|
if (process.env.NODE_ENV !== "production") Link.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1005
1277
|
const LineThick = /* @__PURE__ */ react.default.forwardRef(function LineThick({ children, size = 16, ...rest }, ref) {
|
|
1006
|
-
return react.default.createElement(
|
|
1278
|
+
return react.default.createElement(require_Icon_js, {
|
|
1007
1279
|
width: size,
|
|
1008
1280
|
height: size,
|
|
1009
1281
|
ref,
|
|
@@ -1015,7 +1287,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1015
1287
|
});
|
|
1016
1288
|
if (process.env.NODE_ENV !== "production") LineThick.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1017
1289
|
const LineThin = /* @__PURE__ */ react.default.forwardRef(function LineThin({ children, size = 16, ...rest }, ref) {
|
|
1018
|
-
return react.default.createElement(
|
|
1290
|
+
return react.default.createElement(require_Icon_js, {
|
|
1019
1291
|
width: size,
|
|
1020
1292
|
height: size,
|
|
1021
1293
|
ref,
|
|
@@ -1027,7 +1299,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1027
1299
|
});
|
|
1028
1300
|
if (process.env.NODE_ENV !== "production") LineThin.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1029
1301
|
const Linux = /* @__PURE__ */ react.default.forwardRef(function Linux({ children, size = 16, ...rest }, ref) {
|
|
1030
|
-
return react.default.createElement(
|
|
1302
|
+
return react.default.createElement(require_Icon_js, {
|
|
1031
1303
|
width: size,
|
|
1032
1304
|
height: size,
|
|
1033
1305
|
ref,
|
|
@@ -1039,7 +1311,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1039
1311
|
});
|
|
1040
1312
|
if (process.env.NODE_ENV !== "production") Linux.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1041
1313
|
const LinuxAlt = /* @__PURE__ */ react.default.forwardRef(function LinuxAlt({ children, size = 16, ...rest }, ref) {
|
|
1042
|
-
return react.default.createElement(
|
|
1314
|
+
return react.default.createElement(require_Icon_js, {
|
|
1043
1315
|
width: size,
|
|
1044
1316
|
height: size,
|
|
1045
1317
|
ref,
|
|
@@ -1051,7 +1323,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1051
1323
|
});
|
|
1052
1324
|
if (process.env.NODE_ENV !== "production") LinuxAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1053
1325
|
const LinuxNamespace = /* @__PURE__ */ react.default.forwardRef(function LinuxNamespace({ children, size = 16, ...rest }, ref) {
|
|
1054
|
-
return react.default.createElement(
|
|
1326
|
+
return react.default.createElement(require_Icon_js, {
|
|
1055
1327
|
width: size,
|
|
1056
1328
|
height: size,
|
|
1057
1329
|
ref,
|
|
@@ -1069,7 +1341,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1069
1341
|
});
|
|
1070
1342
|
if (process.env.NODE_ENV !== "production") LinuxNamespace.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1071
1343
|
const List = /* @__PURE__ */ react.default.forwardRef(function List({ children, size = 16, ...rest }, ref) {
|
|
1072
|
-
return react.default.createElement(
|
|
1344
|
+
return react.default.createElement(require_Icon_js, {
|
|
1073
1345
|
width: size,
|
|
1074
1346
|
height: size,
|
|
1075
1347
|
ref,
|
|
@@ -1081,7 +1353,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1081
1353
|
});
|
|
1082
1354
|
if (process.env.NODE_ENV !== "production") List.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1083
1355
|
const ListBoxes = /* @__PURE__ */ react.default.forwardRef(function ListBoxes({ children, size = 16, ...rest }, ref) {
|
|
1084
|
-
return react.default.createElement(
|
|
1356
|
+
return react.default.createElement(require_Icon_js, {
|
|
1085
1357
|
width: size,
|
|
1086
1358
|
height: size,
|
|
1087
1359
|
ref,
|
|
@@ -1093,7 +1365,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1093
1365
|
});
|
|
1094
1366
|
if (process.env.NODE_ENV !== "production") ListBoxes.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1095
1367
|
const ListBulleted = /* @__PURE__ */ react.default.forwardRef(function ListBulleted({ children, size = 16, ...rest }, ref) {
|
|
1096
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
1368
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
|
|
1097
1369
|
width: size,
|
|
1098
1370
|
height: size,
|
|
1099
1371
|
ref,
|
|
@@ -1110,7 +1382,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1110
1382
|
cy: "11.5",
|
|
1111
1383
|
r: "1.5"
|
|
1112
1384
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 11H15V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 4H15V5H8z" }), children);
|
|
1113
|
-
return react.default.createElement(
|
|
1385
|
+
return react.default.createElement(require_Icon_js, {
|
|
1114
1386
|
width: size,
|
|
1115
1387
|
height: size,
|
|
1116
1388
|
ref,
|
|
@@ -1130,7 +1402,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1130
1402
|
});
|
|
1131
1403
|
if (process.env.NODE_ENV !== "production") ListBulleted.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1132
1404
|
const ListChecked = /* @__PURE__ */ react.default.forwardRef(function ListChecked({ children, size = 16, ...rest }, ref) {
|
|
1133
|
-
return react.default.createElement(
|
|
1405
|
+
return react.default.createElement(require_Icon_js, {
|
|
1134
1406
|
width: size,
|
|
1135
1407
|
height: size,
|
|
1136
1408
|
ref,
|
|
@@ -1142,7 +1414,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1142
1414
|
});
|
|
1143
1415
|
if (process.env.NODE_ENV !== "production") ListChecked.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1144
1416
|
const ListCheckedMirror = /* @__PURE__ */ react.default.forwardRef(function ListCheckedMirror({ children, size = 16, ...rest }, ref) {
|
|
1145
|
-
return react.default.createElement(
|
|
1417
|
+
return react.default.createElement(require_Icon_js, {
|
|
1146
1418
|
width: size,
|
|
1147
1419
|
height: size,
|
|
1148
1420
|
ref,
|
|
@@ -1154,7 +1426,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1154
1426
|
});
|
|
1155
1427
|
if (process.env.NODE_ENV !== "production") ListCheckedMirror.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1156
1428
|
const ListDropdown = /* @__PURE__ */ react.default.forwardRef(function ListDropdown({ children, size = 16, ...rest }, ref) {
|
|
1157
|
-
return react.default.createElement(
|
|
1429
|
+
return react.default.createElement(require_Icon_js, {
|
|
1158
1430
|
width: size,
|
|
1159
1431
|
height: size,
|
|
1160
1432
|
ref,
|
|
@@ -1166,7 +1438,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1166
1438
|
});
|
|
1167
1439
|
if (process.env.NODE_ENV !== "production") ListDropdown.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1168
1440
|
const ListNumbered = /* @__PURE__ */ react.default.forwardRef(function ListNumbered({ children, size = 16, ...rest }, ref) {
|
|
1169
|
-
return react.default.createElement(
|
|
1441
|
+
return react.default.createElement(require_Icon_js, {
|
|
1170
1442
|
width: size,
|
|
1171
1443
|
height: size,
|
|
1172
1444
|
ref,
|
|
@@ -1178,7 +1450,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1178
1450
|
});
|
|
1179
1451
|
if (process.env.NODE_ENV !== "production") ListNumbered.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1180
1452
|
const ListNumberedMirror = /* @__PURE__ */ react.default.forwardRef(function ListNumberedMirror({ children, size = 16, ...rest }, ref) {
|
|
1181
|
-
return react.default.createElement(
|
|
1453
|
+
return react.default.createElement(require_Icon_js, {
|
|
1182
1454
|
width: size,
|
|
1183
1455
|
height: size,
|
|
1184
1456
|
ref,
|
|
@@ -1190,7 +1462,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1190
1462
|
});
|
|
1191
1463
|
if (process.env.NODE_ENV !== "production") ListNumberedMirror.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1192
1464
|
const ListTree = /* @__PURE__ */ react.default.forwardRef(function ListTree({ children, size = 16, ...rest }, ref) {
|
|
1193
|
-
return react.default.createElement(
|
|
1465
|
+
return react.default.createElement(require_Icon_js, {
|
|
1194
1466
|
width: size,
|
|
1195
1467
|
height: size,
|
|
1196
1468
|
ref,
|
|
@@ -1202,7 +1474,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1202
1474
|
});
|
|
1203
1475
|
if (process.env.NODE_ENV !== "production") ListTree.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1204
1476
|
const LoadBalancerApplication = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerApplication({ children, size = 16, ...rest }, ref) {
|
|
1205
|
-
return react.default.createElement(
|
|
1477
|
+
return react.default.createElement(require_Icon_js, {
|
|
1206
1478
|
width: size,
|
|
1207
1479
|
height: size,
|
|
1208
1480
|
ref,
|
|
@@ -1214,7 +1486,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1214
1486
|
});
|
|
1215
1487
|
if (process.env.NODE_ENV !== "production") LoadBalancerApplication.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1216
1488
|
const LoadBalancerClassic = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerClassic({ children, size = 16, ...rest }, ref) {
|
|
1217
|
-
return react.default.createElement(
|
|
1489
|
+
return react.default.createElement(require_Icon_js, {
|
|
1218
1490
|
width: size,
|
|
1219
1491
|
height: size,
|
|
1220
1492
|
ref,
|
|
@@ -1226,7 +1498,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1226
1498
|
});
|
|
1227
1499
|
if (process.env.NODE_ENV !== "production") LoadBalancerClassic.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1228
1500
|
const LoadBalancerGlobal = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerGlobal({ children, size = 16, ...rest }, ref) {
|
|
1229
|
-
return react.default.createElement(
|
|
1501
|
+
return react.default.createElement(require_Icon_js, {
|
|
1230
1502
|
width: size,
|
|
1231
1503
|
height: size,
|
|
1232
1504
|
ref,
|
|
@@ -1238,7 +1510,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1238
1510
|
});
|
|
1239
1511
|
if (process.env.NODE_ENV !== "production") LoadBalancerGlobal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1240
1512
|
const LoadBalancerListener = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerListener({ children, size = 16, ...rest }, ref) {
|
|
1241
|
-
return react.default.createElement(
|
|
1513
|
+
return react.default.createElement(require_Icon_js, {
|
|
1242
1514
|
width: size,
|
|
1243
1515
|
height: size,
|
|
1244
1516
|
ref,
|
|
@@ -1250,7 +1522,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1250
1522
|
});
|
|
1251
1523
|
if (process.env.NODE_ENV !== "production") LoadBalancerListener.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1252
1524
|
const LoadBalancerLocal = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerLocal({ children, size = 16, ...rest }, ref) {
|
|
1253
|
-
return react.default.createElement(
|
|
1525
|
+
return react.default.createElement(require_Icon_js, {
|
|
1254
1526
|
width: size,
|
|
1255
1527
|
height: size,
|
|
1256
1528
|
ref,
|
|
@@ -1262,7 +1534,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1262
1534
|
});
|
|
1263
1535
|
if (process.env.NODE_ENV !== "production") LoadBalancerLocal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1264
1536
|
const LoadBalancerNetwork = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerNetwork({ children, size = 16, ...rest }, ref) {
|
|
1265
|
-
return react.default.createElement(
|
|
1537
|
+
return react.default.createElement(require_Icon_js, {
|
|
1266
1538
|
width: size,
|
|
1267
1539
|
height: size,
|
|
1268
1540
|
ref,
|
|
@@ -1274,7 +1546,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1274
1546
|
});
|
|
1275
1547
|
if (process.env.NODE_ENV !== "production") LoadBalancerNetwork.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1276
1548
|
const LoadBalancerPool = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerPool({ children, size = 16, ...rest }, ref) {
|
|
1277
|
-
return react.default.createElement(
|
|
1549
|
+
return react.default.createElement(require_Icon_js, {
|
|
1278
1550
|
width: size,
|
|
1279
1551
|
height: size,
|
|
1280
1552
|
ref,
|
|
@@ -1286,7 +1558,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1286
1558
|
});
|
|
1287
1559
|
if (process.env.NODE_ENV !== "production") LoadBalancerPool.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1288
1560
|
const LoadBalancerVpc = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerVpc({ children, size = 16, ...rest }, ref) {
|
|
1289
|
-
return react.default.createElement(
|
|
1561
|
+
return react.default.createElement(require_Icon_js, {
|
|
1290
1562
|
width: size,
|
|
1291
1563
|
height: size,
|
|
1292
1564
|
ref,
|
|
@@ -1298,7 +1570,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1298
1570
|
});
|
|
1299
1571
|
if (process.env.NODE_ENV !== "production") LoadBalancerVpc.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1300
1572
|
const Location = /* @__PURE__ */ react.default.forwardRef(function Location({ children, size = 16, ...rest }, ref) {
|
|
1301
|
-
return react.default.createElement(
|
|
1573
|
+
return react.default.createElement(require_Icon_js, {
|
|
1302
1574
|
width: size,
|
|
1303
1575
|
height: size,
|
|
1304
1576
|
ref,
|
|
@@ -1310,7 +1582,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1310
1582
|
});
|
|
1311
1583
|
if (process.env.NODE_ENV !== "production") Location.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1312
1584
|
const LocationCompany = /* @__PURE__ */ react.default.forwardRef(function LocationCompany({ children, size = 16, ...rest }, ref) {
|
|
1313
|
-
return react.default.createElement(
|
|
1585
|
+
return react.default.createElement(require_Icon_js, {
|
|
1314
1586
|
width: size,
|
|
1315
1587
|
height: size,
|
|
1316
1588
|
ref,
|
|
@@ -1322,7 +1594,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1322
1594
|
});
|
|
1323
1595
|
if (process.env.NODE_ENV !== "production") LocationCompany.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1324
1596
|
const LocationCompanyFilled = /* @__PURE__ */ react.default.forwardRef(function LocationCompanyFilled({ children, size = 16, ...rest }, ref) {
|
|
1325
|
-
return react.default.createElement(
|
|
1597
|
+
return react.default.createElement(require_Icon_js, {
|
|
1326
1598
|
width: size,
|
|
1327
1599
|
height: size,
|
|
1328
1600
|
ref,
|
|
@@ -1337,7 +1609,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1337
1609
|
});
|
|
1338
1610
|
if (process.env.NODE_ENV !== "production") LocationCompanyFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1339
1611
|
const LocationCurrent = /* @__PURE__ */ react.default.forwardRef(function LocationCurrent({ children, size = 16, ...rest }, ref) {
|
|
1340
|
-
return react.default.createElement(
|
|
1612
|
+
return react.default.createElement(require_Icon_js, {
|
|
1341
1613
|
width: size,
|
|
1342
1614
|
height: size,
|
|
1343
1615
|
ref,
|
|
@@ -1349,7 +1621,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1349
1621
|
});
|
|
1350
1622
|
if (process.env.NODE_ENV !== "production") LocationCurrent.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1351
1623
|
const LocationFilled = /* @__PURE__ */ react.default.forwardRef(function LocationFilled({ children, size = 16, ...rest }, ref) {
|
|
1352
|
-
return react.default.createElement(
|
|
1624
|
+
return react.default.createElement(require_Icon_js, {
|
|
1353
1625
|
width: size,
|
|
1354
1626
|
height: size,
|
|
1355
1627
|
ref,
|
|
@@ -1365,8 +1637,20 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1365
1637
|
}), children);
|
|
1366
1638
|
});
|
|
1367
1639
|
if (process.env.NODE_ENV !== "production") LocationFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1640
|
+
const LocationGroup = /* @__PURE__ */ react.default.forwardRef(function LocationGroup({ children, size = 16, ...rest }, ref) {
|
|
1641
|
+
return react.default.createElement(require_Icon_js, {
|
|
1642
|
+
width: size,
|
|
1643
|
+
height: size,
|
|
1644
|
+
ref,
|
|
1645
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1646
|
+
viewBox: "0 0 32 32",
|
|
1647
|
+
fill: "currentColor",
|
|
1648
|
+
...rest
|
|
1649
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,11c-1.1046,0-2-.8954-2-2s.8954-2,2-2,2,.8954,2,2-.8954,2-2,2ZM27.0742,22.042c.0498-.0615.1787-.2295.2305-.2979,1.0957-1.4434,1.6973-3.2227,1.6953-5.0093,0-3.0977-1.7285-5.9204-4.4492-7.3457-.6084-4.1738-4.2109-7.3892-8.5508-7.3892s-7.9434,3.2163-8.5508,7.3892c-2.7212,1.4253-4.4492,4.248-4.4492,7.3442-.0024,1.7881.6001,3.5684,1.6948,5.0098.0552.0723.1816.2383.2461.3174l6.3506,7.4902,3.3086-3.9023-1.5254-1.293-1.7832,2.1035-4.8096-5.6729-.1934-.251c-.8325-1.0967-1.29-2.4463-1.2886-3.8003,0-1.9688.9204-3.7915,2.4341-4.9673.1978,1.4722.7822,2.8955,1.6982,4.1016.0601.0786.1846.2422.249.3213l6.6187,7.8057,6.6631-7.8599.2354-.3081c.8975-1.1821,1.4727-2.5928,1.668-4.0605,1.5127,1.1763,2.4336,2.999,2.4336,4.9688.002,1.3525-.4561,2.7012-1.292,3.8037-.0449.0596-.1504.1963-.1748.2275l-4.8252,5.6914-1.7832-2.1035-1.5254,1.293,3.3086,3.9023,6.3662-7.5088ZM22.6416,10.6416c.001,1.4282-.4736,2.8408-1.3369,3.9785l-5.3047,6.2842-5.0776-5.9883-.2036-.2651c-.8789-1.1572-1.3618-2.5811-1.3599-4.0107,0-3.6616,2.979-6.6401,6.6411-6.6401s6.6416,2.979,6.6416,6.6416Z" }), children);
|
|
1650
|
+
});
|
|
1651
|
+
if (process.env.NODE_ENV !== "production") LocationGroup.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1368
1652
|
const LocationHazard = /* @__PURE__ */ react.default.forwardRef(function LocationHazard({ children, size = 16, ...rest }, ref) {
|
|
1369
|
-
return react.default.createElement(
|
|
1653
|
+
return react.default.createElement(require_Icon_js, {
|
|
1370
1654
|
width: size,
|
|
1371
1655
|
height: size,
|
|
1372
1656
|
ref,
|
|
@@ -1382,7 +1666,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1382
1666
|
});
|
|
1383
1667
|
if (process.env.NODE_ENV !== "production") LocationHazard.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1384
1668
|
const LocationHazardFilled = /* @__PURE__ */ react.default.forwardRef(function LocationHazardFilled({ children, size = 16, ...rest }, ref) {
|
|
1385
|
-
return react.default.createElement(
|
|
1669
|
+
return react.default.createElement(require_Icon_js, {
|
|
1386
1670
|
width: size,
|
|
1387
1671
|
height: size,
|
|
1388
1672
|
ref,
|
|
@@ -1397,7 +1681,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1397
1681
|
});
|
|
1398
1682
|
if (process.env.NODE_ENV !== "production") LocationHazardFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1399
1683
|
const LocationHeart = /* @__PURE__ */ react.default.forwardRef(function LocationHeart({ children, size = 16, ...rest }, ref) {
|
|
1400
|
-
return react.default.createElement(
|
|
1684
|
+
return react.default.createElement(require_Icon_js, {
|
|
1401
1685
|
width: size,
|
|
1402
1686
|
height: size,
|
|
1403
1687
|
ref,
|
|
@@ -1409,7 +1693,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1409
1693
|
});
|
|
1410
1694
|
if (process.env.NODE_ENV !== "production") LocationHeart.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1411
1695
|
const LocationHeartFilled = /* @__PURE__ */ react.default.forwardRef(function LocationHeartFilled({ children, size = 16, ...rest }, ref) {
|
|
1412
|
-
return react.default.createElement(
|
|
1696
|
+
return react.default.createElement(require_Icon_js, {
|
|
1413
1697
|
width: size,
|
|
1414
1698
|
height: size,
|
|
1415
1699
|
ref,
|
|
@@ -1424,7 +1708,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1424
1708
|
});
|
|
1425
1709
|
if (process.env.NODE_ENV !== "production") LocationHeartFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1426
1710
|
const LocationInfo = /* @__PURE__ */ react.default.forwardRef(function LocationInfo({ children, size = 16, ...rest }, ref) {
|
|
1427
|
-
return react.default.createElement(
|
|
1711
|
+
return react.default.createElement(require_Icon_js, {
|
|
1428
1712
|
width: size,
|
|
1429
1713
|
height: size,
|
|
1430
1714
|
ref,
|
|
@@ -1445,7 +1729,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1445
1729
|
});
|
|
1446
1730
|
if (process.env.NODE_ENV !== "production") LocationInfo.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1447
1731
|
const LocationInfoFilled = /* @__PURE__ */ react.default.forwardRef(function LocationInfoFilled({ children, size = 16, ...rest }, ref) {
|
|
1448
|
-
return react.default.createElement(
|
|
1732
|
+
return react.default.createElement(require_Icon_js, {
|
|
1449
1733
|
width: size,
|
|
1450
1734
|
height: size,
|
|
1451
1735
|
ref,
|
|
@@ -1463,300 +1747,28 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1463
1747
|
}), children);
|
|
1464
1748
|
});
|
|
1465
1749
|
if (process.env.NODE_ENV !== "production") LocationInfoFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
viewBox: "0 0 32 32",
|
|
1485
|
-
fill: "currentColor",
|
|
1486
|
-
...rest
|
|
1487
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1488
|
-
fill: "none",
|
|
1489
|
-
d: "M20,19H18V17H14v2H12V17a2.0021,2.0021,0,0,1,2-2h4a2.0021,2.0021,0,0,1,2,2Zm-1-8a3,3,0,1,0-3,3A3.0033,3.0033,0,0,0,19,11Zm-2,0a1,1,0,1,1-1-1A1.0011,1.0011,0,0,1,17,11Z"
|
|
1490
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1491
|
-
cx: "16",
|
|
1492
|
-
cy: "11",
|
|
1493
|
-
r: "1"
|
|
1494
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,6a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,8Zm4,11H18V17H14v2H12V17a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2Z" }), children);
|
|
1495
|
-
});
|
|
1496
|
-
if (process.env.NODE_ENV !== "production") LocationPersonFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1497
|
-
const LocationSave = /* @__PURE__ */ react.default.forwardRef(function LocationSave({ children, size = 16, ...rest }, ref) {
|
|
1498
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1499
|
-
width: size,
|
|
1500
|
-
height: size,
|
|
1501
|
-
ref,
|
|
1502
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1503
|
-
viewBox: "0 0 32 32",
|
|
1504
|
-
fill: "currentColor",
|
|
1505
|
-
...rest
|
|
1506
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30h2V28a1.0009,1.0009,0,0,1,1-1h6a1.0009,1.0009,0,0,1,1,1v2h2V28a3.0033,3.0033,0,0,0-3-3H21a3.0033,3.0033,0,0,0-3,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,24a4,4,0,1,1,4-4A4.0042,4.0042,0,0,1,24,24Zm0-6a2,2,0,1,0,2,2A2.0023,2.0023,0,0,0,24,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.3418,10.06l-22-8A1,1,0,0,0,2.06,3.3415l8,22A1.001,1.001,0,0,0,10.9839,26H11a1,1,0,0,0,.9287-.6289L15.77,15.7692l9.6016-3.8408a1,1,0,0,0-.0293-1.8687ZM14.6284,14.0709v0l-.3979.1591-.1591.3979,0,0-3.0269,7.5678L4.6719,4.6715l17.5244,6.3726Z" }), children);
|
|
1507
|
-
});
|
|
1508
|
-
if (process.env.NODE_ENV !== "production") LocationSave.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1509
|
-
const LocationStar = /* @__PURE__ */ react.default.forwardRef(function LocationStar({ children, size = 16, ...rest }, ref) {
|
|
1510
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1511
|
-
width: size,
|
|
1512
|
-
height: size,
|
|
1513
|
-
ref,
|
|
1514
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1515
|
-
viewBox: "0 0 32 32",
|
|
1516
|
-
fill: "currentColor",
|
|
1517
|
-
...rest
|
|
1518
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 7 17.912 10.667 22 11.173 19 13.926 19.6 18 16 15.708 12.4 18 13 13.926 10 11.173 14.2 10.667 16 7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z" }), children);
|
|
1519
|
-
});
|
|
1520
|
-
if (process.env.NODE_ENV !== "production") LocationStar.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1521
|
-
const LocationStarFilled = /* @__PURE__ */ react.default.forwardRef(function LocationStarFilled({ children, size = 16, ...rest }, ref) {
|
|
1522
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1523
|
-
width: size,
|
|
1524
|
-
height: size,
|
|
1525
|
-
ref,
|
|
1526
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1527
|
-
viewBox: "0 0 32 32",
|
|
1528
|
-
fill: "currentColor",
|
|
1529
|
-
...rest
|
|
1530
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1531
|
-
fill: "none",
|
|
1532
|
-
d: "M16 7 17.912 10.667 22 11.173 19 13.926 19.6 18 16 15.708 12.4 18 13 13.926 10 11.173 14.2 10.667 16 7z"
|
|
1533
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm3.6,16L16,15.7085,12.4,18l.6-4.0742-3-2.7529,4.2-.5064L16,7l1.9116,3.6665L22,11.1729l-3,2.7529Z" }), children);
|
|
1534
|
-
});
|
|
1535
|
-
if (process.env.NODE_ENV !== "production") LocationStarFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1536
|
-
const Locked = /* @__PURE__ */ react.default.forwardRef(function Locked({ children, size = 16, ...rest }, ref) {
|
|
1537
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1538
|
-
width: size,
|
|
1539
|
-
height: size,
|
|
1540
|
-
ref,
|
|
1541
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1542
|
-
viewBox: "0 0 32 32",
|
|
1543
|
-
fill: "currentColor",
|
|
1544
|
-
...rest
|
|
1545
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,14H22V8A6,6,0,0,0,10,8v6H8a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V16A2,2,0,0,0,24,14ZM12,8a4,4,0,0,1,8,0v6H12ZM24,28H8V16H24Z" }), children);
|
|
1546
|
-
});
|
|
1547
|
-
if (process.env.NODE_ENV !== "production") Locked.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1548
|
-
const LockedAndBlocked = /* @__PURE__ */ react.default.forwardRef(function LockedAndBlocked({ children, size = 16, ...rest }, ref) {
|
|
1549
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1550
|
-
width: size,
|
|
1551
|
-
height: size,
|
|
1552
|
-
ref,
|
|
1553
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1554
|
-
viewBox: "0 0 32 32",
|
|
1555
|
-
fill: "currentColor",
|
|
1556
|
-
...rest
|
|
1557
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.4461,20.1005c-.1386-.0692-.2914-.1052-.4464-.1053h-10c-.5522,0-1.0001.4474-1.0002.9998,0,.1338.0268.2662.0789.3895l5.0268,10.0581c.1694.3388.5158.5527.8946.5527.3788,0,.7253-.2139.8947-.5527l5-10c.2468-.4944.046-1.0953-.4484-1.342h0ZM8,16h16v2h2v-2c0-1.1046-.8954-2-2-2h-2v-6c0-3.3137-2.6863-6-6-6s-6,2.6863-6,6v6h-2c-1.1046,0-2,.8954-2,2v12c0,1.1046.8954,2,2,2h11v-2h-11v-12ZM12,8c0-2.2092,1.7908-4,4-4s4,1.7908,4,4v6h-8v-6Z" }), children);
|
|
1558
|
-
});
|
|
1559
|
-
if (process.env.NODE_ENV !== "production") LockedAndBlocked.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1560
|
-
const LogicalPartition = /* @__PURE__ */ react.default.forwardRef(function LogicalPartition({ children, size = 16, ...rest }, ref) {
|
|
1561
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1562
|
-
width: size,
|
|
1563
|
-
height: size,
|
|
1564
|
-
ref,
|
|
1565
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1566
|
-
viewBox: "0 0 32 32",
|
|
1567
|
-
fill: "currentColor",
|
|
1568
|
-
...rest
|
|
1569
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1570
|
-
cx: "9",
|
|
1571
|
-
cy: "7",
|
|
1572
|
-
r: "1"
|
|
1573
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,22v-4c0-1.1046-.8954-2-2-2h-8v-4h9c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H6c-1.1046,0-2,.8954-2,2v6c0,1.1046,.8954,2,2,2H15v4H7c-1.1046,0-2,.8954-2,2v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4H15v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4h8v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1Zm-19,6H4v-4h4v4Zm10-4v4h-4v-4h4ZM6,10V4H26v6H6ZM28,28h-4v-4h4v4Z" }), children);
|
|
1574
|
-
});
|
|
1575
|
-
if (process.env.NODE_ENV !== "production") LogicalPartition.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1576
|
-
const Login = /* @__PURE__ */ react.default.forwardRef(function Login({ children, size = 16, ...rest }, ref) {
|
|
1577
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1578
|
-
width: size,
|
|
1579
|
-
height: size,
|
|
1580
|
-
ref,
|
|
1581
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1582
|
-
viewBox: "0 0 32 32",
|
|
1583
|
-
fill: "currentColor",
|
|
1584
|
-
...rest
|
|
1585
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H14a2,2,0,0,1-2-2V25h2v3H26V4H14V7H12V4a2,2,0,0,1,2-2H26a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.59 20.59 18.17 17 4 17 4 15 18.17 15 14.59 11.41 16 10 22 16 16 22 14.59 20.59z" }), children);
|
|
1586
|
-
});
|
|
1587
|
-
if (process.env.NODE_ENV !== "production") Login.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1588
|
-
const LogoAngular = /* @__PURE__ */ react.default.forwardRef(function LogoAngular({ children, size = 16, ...rest }, ref) {
|
|
1589
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1590
|
-
width: size,
|
|
1591
|
-
height: size,
|
|
1592
|
-
ref,
|
|
1593
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1594
|
-
viewBox: "0 0 32 32",
|
|
1595
|
-
fill: "currentColor",
|
|
1596
|
-
...rest
|
|
1597
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.5,16h4.9L16,10.8L13.5,16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,3L3,7.6l2.7,15.8L16,29l10.3-5.6L29,7.6L16,3z M21.1,21.6l-1.5-3.2h-7.1l-1.5,3.2H8.6L16,5.3l7.4,16.2H21.1z" }), children);
|
|
1598
|
-
});
|
|
1599
|
-
if (process.env.NODE_ENV !== "production") LogoAngular.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1600
|
-
const LogoAnsibleCommunity = /* @__PURE__ */ react.default.forwardRef(function LogoAnsibleCommunity({ children, size = 16, ...rest }, ref) {
|
|
1601
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1602
|
-
width: size,
|
|
1603
|
-
height: size,
|
|
1604
|
-
ref,
|
|
1605
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1606
|
-
viewBox: "0 0 32 32",
|
|
1607
|
-
fill: "currentColor",
|
|
1608
|
-
...rest
|
|
1609
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.8,27.7L17.5,3.1C17.2,2.4,16.6,2,15.9,2c-0.7,0-1.3,0.4-1.6,1.1L3,30h3.9l4.5-11.1l13.3,10.7c0.5,0.4,0.9,0.6,1.4,0.6 c1,0,1.9-0.7,1.9-1.8C28,28.2,27.9,28,27.8,27.7z M15.9,7.5l6.7,16.4L12.5,16L15.9,7.5z" }), children);
|
|
1610
|
-
});
|
|
1611
|
-
if (process.env.NODE_ENV !== "production") LogoAnsibleCommunity.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1612
|
-
const LogoBluesky = /* @__PURE__ */ react.default.forwardRef(function LogoBluesky({ children, size = 16, ...rest }, ref) {
|
|
1613
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1614
|
-
width: size,
|
|
1615
|
-
height: size,
|
|
1616
|
-
ref,
|
|
1617
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1618
|
-
viewBox: "0 0 32 32",
|
|
1619
|
-
fill: "currentColor",
|
|
1620
|
-
...rest
|
|
1621
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.2,6.9c2.7,2.1,5.7,6.3,6.8,8.5,1.1-2.2,4-6.4,6.8-8.5,2-1.5,5.2-2.6,5.2,1s-.4,6.2-.7,7c-.9,3.1-4,3.8-6.8,3.4,4.8.8,6.1,3.6,3.4,6.3-5.1,5.2-7.3-1.3-7.8-3,0-.3-.1-.5-.1-.3,0-.1,0,0-.1.3-.6,1.7-2.8,8.2-7.8,3-2.7-2.7-1.4-5.5,3.4-6.3-2.8.5-5.9-.3-6.8-3.4-.2-.9-.7-6.3-.7-7,0-3.7,3.2-2.5,5.2-1,0,0,0,0,0,0Z" }), children);
|
|
1622
|
-
});
|
|
1623
|
-
if (process.env.NODE_ENV !== "production") LogoBluesky.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1624
|
-
const LogoDigg = /* @__PURE__ */ react.default.forwardRef(function LogoDigg({ children, size = 16, ...rest }, ref) {
|
|
1625
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1626
|
-
width: size,
|
|
1627
|
-
height: size,
|
|
1628
|
-
ref,
|
|
1629
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1630
|
-
viewBox: "0 0 32 32",
|
|
1631
|
-
fill: "currentColor",
|
|
1632
|
-
...rest
|
|
1633
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.48,7.6v3.92H2V21H9.28V7.6Zm0,11.2H4.8v-5H6.48Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.4 11.52H13.2V21.04H10.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.4 7.6H13.2V10.399999999999999H10.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.32,11.52V21H18.8v1.12H14.32V24.4H21.6V11.52ZM18.8,18.8H17.12v-5H18.8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.72,11.52V21H27.2v1.12H22.72V24.4H30V11.52ZM27.2,18.8H25.52v-5H27.2Z" }), children);
|
|
1634
|
-
});
|
|
1635
|
-
if (process.env.NODE_ENV !== "production") LogoDigg.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1636
|
-
const LogoDiscord = /* @__PURE__ */ react.default.forwardRef(function LogoDiscord({ children, size = 16, ...rest }, ref) {
|
|
1637
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1638
|
-
width: size,
|
|
1639
|
-
height: size,
|
|
1640
|
-
ref,
|
|
1641
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1642
|
-
viewBox: "0 0 32 32",
|
|
1643
|
-
fill: "currentColor",
|
|
1644
|
-
...rest
|
|
1645
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.7,7.1C23.9,6.3,22,5.7,20,5.3c0,0-0.1,0-0.1,0c-0.2,0.4-0.5,1-0.7,1.5c-2.2-0.3-4.3-0.3-6.4,0c-0.2-0.5-0.5-1-0.7-1.5 c0,0-0.1,0-0.1,0c-2,0.3-3.9,0.9-5.7,1.8c0,0,0,0,0,0c-3.6,5.4-4.6,10.7-4.1,15.9c0,0,0,0.1,0,0.1c2.4,1.8,4.7,2.8,7,3.5 c0,0,0.1,0,0.1,0c0.5-0.7,1-1.5,1.4-2.3c0,0,0-0.1,0-0.1c-0.8-0.3-1.5-0.6-2.2-1c-0.1,0-0.1-0.1,0-0.1c0.1-0.1,0.3-0.2,0.4-0.3 c0,0,0.1,0,0.1,0c4.6,2.1,9.5,2.1,14.1,0c0,0,0.1,0,0.1,0c0.1,0.1,0.3,0.2,0.4,0.3c0.1,0,0,0.1,0,0.1c-0.7,0.4-1.4,0.8-2.2,1 c0,0-0.1,0.1,0,0.1c0.4,0.8,0.9,1.6,1.4,2.3c0,0,0.1,0,0.1,0c2.3-0.7,4.6-1.8,7-3.5c0,0,0,0,0-0.1C30.5,17,28.9,11.8,25.7,7.1 C25.7,7.1,25.7,7.1,25.7,7.1z M11.4,19.9c-1.4,0-2.5-1.3-2.5-2.8s1.1-2.8,2.5-2.8c1.4,0,2.5,1.3,2.5,2.8 C13.9,18.6,12.8,19.9,11.4,19.9z M20.7,19.9c-1.4,0-2.5-1.3-2.5-2.8s1.1-2.8,2.5-2.8c1.4,0,2.5,1.3,2.5,2.8 C23.2,18.6,22.1,19.9,20.7,19.9z" }), children);
|
|
1646
|
-
});
|
|
1647
|
-
if (process.env.NODE_ENV !== "production") LogoDiscord.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1648
|
-
const LogoFacebook = /* @__PURE__ */ react.default.forwardRef(function LogoFacebook({ children, size = 16, ...rest }, ref) {
|
|
1649
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1650
|
-
width: size,
|
|
1651
|
-
height: size,
|
|
1652
|
-
ref,
|
|
1653
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1654
|
-
viewBox: "0 0 32 32",
|
|
1655
|
-
fill: "currentColor",
|
|
1656
|
-
...rest
|
|
1657
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.67,4H5.33A1.34,1.34,0,0,0,4,5.33V26.67A1.34,1.34,0,0,0,5.33,28H16.82V18.72H13.7V15.09h3.12V12.42c0-3.1,1.89-4.79,4.67-4.79.93,0,1.86,0,2.79.14V11H22.37c-1.51,0-1.8.72-1.8,1.77v2.31h3.6l-.47,3.63H20.57V28h6.1A1.34,1.34,0,0,0,28,26.67V5.33A1.34,1.34,0,0,0,26.67,4Z" }), children);
|
|
1658
|
-
});
|
|
1659
|
-
if (process.env.NODE_ENV !== "production") LogoFacebook.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1660
|
-
const LogoFigma = /* @__PURE__ */ react.default.forwardRef(function LogoFigma({ children, size = 16, ...rest }, ref) {
|
|
1661
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1662
|
-
width: size,
|
|
1663
|
-
height: size,
|
|
1664
|
-
ref,
|
|
1665
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1666
|
-
viewBox: "0 0 32 32",
|
|
1667
|
-
fill: "currentColor",
|
|
1668
|
-
...rest
|
|
1669
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.6,11.6c1-0.6,1.7-1.5,2.1-2.6c0.4-1.1,0.4-2.2,0.1-3.3c-0.3-1.1-1-2-1.9-2.7c-0.9-0.7-2.1-1-3.2-1h-9.2 c-1.2,0-2.3,0.4-3.2,1C7.2,3.7,6.6,4.7,6.2,5.7C5.9,6.8,5.9,8,6.3,9c0.4,1.1,1.1,2,2.1,2.6c-0.7,0.5-1.4,1.1-1.8,1.9 C6.2,14.3,6,15.1,6,16c0,0.9,0.2,1.7,0.6,2.5c0.4,0.8,1,1.4,1.8,1.9c-1,0.6-1.7,1.5-2.1,2.6c-0.4,1.1-0.4,2.2-0.1,3.3 c0.3,1.1,1,2,2,2.7c0.9,0.7,2.1,1,3.2,1c1.4,0,2.8-0.6,3.9-1.5c1-1,1.6-2.3,1.6-3.7v-4.8c1,0.9,2.3,1.4,3.6,1.4h0.1 c1.2,0,2.3-0.4,3.2-1c0.9-0.7,1.6-1.6,1.9-2.7c0.3-1.1,0.3-2.2-0.1-3.3C25.3,13.1,24.5,12.2,23.6,11.6z M16.9,3.7h3.7 c0.5,0,1,0,1.4,0.2c0.5,0.2,0.9,0.4,1.2,0.8c0.4,0.3,0.6,0.7,0.8,1.2s0.3,0.9,0.3,1.4c0,0.5-0.1,1-0.3,1.4c-0.2,0.4-0.5,0.8-0.8,1.2 c-0.4,0.3-0.8,0.6-1.2,0.8c-0.5,0.2-1,0.2-1.4,0.2h-3.7V3.7z M11.4,3.7h3.7v7h-3.7c-0.9,0-1.8-0.4-2.4-1.1C8.3,9,8,8.1,8,7.2 s0.4-1.8,1-2.4C9.6,4.2,10.5,3.8,11.4,3.7L11.4,3.7z M7.8,16c0-0.9,0.4-1.8,1.1-2.5c0.7-0.7,1.6-1,2.6-1h3.7v7h-3.7 c-1,0-1.9-0.4-2.6-1C8.2,17.8,7.8,16.9,7.8,16L7.8,16z M15.1,24.7c0,1-0.4,1.9-1.1,2.5c-0.7,0.7-1.6,1-2.6,1c-0.5,0-1,0-1.4-0.2 c-0.5-0.2-0.9-0.4-1.2-0.7c-0.4-0.3-0.6-0.7-0.8-1.2c-0.2-0.4-0.3-0.9-0.3-1.4c0-0.5,0.1-1,0.3-1.4c0.2-0.4,0.5-0.8,0.8-1.2 c0.4-0.3,0.8-0.6,1.2-0.8c0.5-0.2,1-0.2,1.4-0.2h3.7L15.1,24.7z M20.6,19.5h-0.1c-0.9,0-1.8-0.4-2.4-1.1c-0.6-0.7-1-1.5-1-2.4 c0-0.9,0.4-1.8,1-2.4c0.6-0.7,1.5-1,2.4-1.1h0.1c0.5,0,1,0,1.4,0.2c0.5,0.2,0.9,0.4,1.2,0.8c0.4,0.3,0.6,0.7,0.8,1.2 c0.2,0.4,0.3,0.9,0.3,1.4c0,0.5-0.1,1-0.3,1.4c-0.2,0.4-0.5,0.8-0.8,1.2c-0.4,0.3-0.8,0.6-1.2,0.8C21.6,19.5,21.1,19.5,20.6,19.5 L20.6,19.5z" }), children);
|
|
1670
|
-
});
|
|
1671
|
-
if (process.env.NODE_ENV !== "production") LogoFigma.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1672
|
-
const LogoFlickr = /* @__PURE__ */ react.default.forwardRef(function LogoFlickr({ children, size = 16, ...rest }, ref) {
|
|
1673
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1674
|
-
width: size,
|
|
1675
|
-
height: size,
|
|
1676
|
-
ref,
|
|
1677
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1678
|
-
viewBox: "0 0 32 32",
|
|
1679
|
-
fill: "currentColor",
|
|
1680
|
-
...rest
|
|
1681
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1682
|
-
cx: "8",
|
|
1683
|
-
cy: "16",
|
|
1684
|
-
r: "6"
|
|
1685
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1686
|
-
cx: "24",
|
|
1687
|
-
cy: "16",
|
|
1688
|
-
r: "6"
|
|
1689
|
-
}), children);
|
|
1690
|
-
});
|
|
1691
|
-
if (process.env.NODE_ENV !== "production") LogoFlickr.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1692
|
-
const LogoGit = /* @__PURE__ */ react.default.forwardRef(function LogoGit({ children, size = 16, ...rest }, ref) {
|
|
1693
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1694
|
-
width: size,
|
|
1695
|
-
height: size,
|
|
1696
|
-
ref,
|
|
1697
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1698
|
-
viewBox: "0 0 32 32",
|
|
1699
|
-
fill: "currentColor",
|
|
1700
|
-
...rest
|
|
1701
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.5242,14.8021L17.2022,2.5241c-.7013-.6988-1.8032-.6988-2.5045,0h0l-2.5045,2.4955,3.2057,3.1943c.8014-.2995,1.6029,0,2.2039.4991.6011.5989.8014,1.3975.5009,2.1961l3.1055,3.0945c.8014-.2995,1.6029,0,2.2039.4991.8014.7986.8014,2.1961,0,2.9947h0c-.8014.7986-2.2039.7986-3.0054,0-.6011-.5989-.8014-1.4973-.5009-2.2959l-2.9052-2.8948v7.5865c1.102.4991,1.5027,1.7968,1.0018,2.8948-.1002.1996-.2004.3993-.4007.5989-.8014.7986-2.2039.7986-3.0054,0h0c-.8014-.7986-.8014-2.1961,0-2.9947h0c.2004-.1996.4007-.3993.7013-.4991v-7.6863c-.3005-.0998-.5009-.2995-.7013-.4991-.6011-.5989-.8014-1.4973-.5009-2.2959l-3.2057-3.1943L2.4759,14.7023c-.7013.6988-.7013,1.7968,0,2.5954h0l12.2218,12.1783c.7013.6988,1.8032.6988,2.5045,0l12.2218-12.1783c.7013-.6988.7013-1.7968,0-2.5954" }), children);
|
|
1702
|
-
});
|
|
1703
|
-
if (process.env.NODE_ENV !== "production") LogoGit.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1704
|
-
const LogoGithub = /* @__PURE__ */ react.default.forwardRef(function LogoGithub({ children, size = 16, ...rest }, ref) {
|
|
1705
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1706
|
-
width: size,
|
|
1707
|
-
height: size,
|
|
1708
|
-
ref,
|
|
1709
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1710
|
-
viewBox: "0 0 32 32",
|
|
1711
|
-
fill: "currentColor",
|
|
1712
|
-
...rest
|
|
1713
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1714
|
-
fillRule: "evenodd",
|
|
1715
|
-
d: "M16,2a14,14,0,0,0-4.43,27.28c.7.13,1-.3,1-.67s0-1.21,0-2.38c-3.89.84-4.71-1.88-4.71-1.88A3.71,3.71,0,0,0,6.24,22.3c-1.27-.86.1-.85.1-.85A2.94,2.94,0,0,1,8.48,22.9a3,3,0,0,0,4.08,1.16,2.93,2.93,0,0,1,.88-1.87c-3.1-.36-6.37-1.56-6.37-6.92a5.4,5.4,0,0,1,1.44-3.76,5,5,0,0,1,.14-3.7s1.17-.38,3.85,1.43a13.3,13.3,0,0,1,7,0c2.67-1.81,3.84-1.43,3.84-1.43a5,5,0,0,1,.14,3.7,5.4,5.4,0,0,1,1.44,3.76c0,5.38-3.27,6.56-6.39,6.91a3.33,3.33,0,0,1,.95,2.59c0,1.87,0,3.38,0,3.84s.25.81,1,.67A14,14,0,0,0,16,2Z"
|
|
1716
|
-
}), children);
|
|
1717
|
-
});
|
|
1718
|
-
if (process.env.NODE_ENV !== "production") LogoGithub.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1719
|
-
const LogoGitlab = /* @__PURE__ */ react.default.forwardRef(function LogoGitlab({ children, size = 16, ...rest }, ref) {
|
|
1720
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1721
|
-
width: size,
|
|
1722
|
-
height: size,
|
|
1723
|
-
ref,
|
|
1724
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1725
|
-
viewBox: "0 0 32 32",
|
|
1726
|
-
fill: "currentColor",
|
|
1727
|
-
...rest
|
|
1728
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28.5678,12.8926l-.0366-.0934-3.5388-9.2356c-.072-.181-.1995-.3346-.3642-.4386-.3375-.2095-.7699-.1863-1.083.0582-.1512.1228-.2608.2892-.3141.4765l-2.3894,7.3105h-9.6756l-2.3894-7.3105c-.0518-.1884-.1617-.3556-.3141-.4779-.3131-.2445-.7455-.2677-1.083-.0582-.1643.1045-.2917.2579-.3642.4386l-3.5456,9.2315-.0352.0934c-1.0465,2.7345-.1578,5.8315,2.1796,7.5948l.0122.0095.0325.023,5.3908,4.037,2.667,2.0185,1.6246,1.2265c.3905.2965.9308.2965,1.3213,0l1.6246-1.2265,2.667-2.0185,5.4233-4.0614.0135-.0108c2.3319-1.7635,3.219-4.8551,2.1769-7.5867Z" }), children);
|
|
1729
|
-
});
|
|
1730
|
-
if (process.env.NODE_ENV !== "production") LogoGitlab.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1731
|
-
const LogoGlassdoor = /* @__PURE__ */ react.default.forwardRef(function LogoGlassdoor({ children, size = 16, ...rest }, ref) {
|
|
1732
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1733
|
-
width: size,
|
|
1734
|
-
height: size,
|
|
1735
|
-
ref,
|
|
1736
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1737
|
-
viewBox: "0 0 32 32",
|
|
1738
|
-
fill: "currentColor",
|
|
1739
|
-
...rest
|
|
1740
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.8281,28H21.1719a3.43,3.43,0,0,0,3.43-3.43V10.3306h-3.43V24.57H7.3981A3.43,3.43,0,0,0,10.8281,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.1719,4H10.8281a3.43,3.43,0,0,0-3.43,3.43v14.24h3.43V7.43H24.6019A3.43,3.43,0,0,0,21.1719,4Z" }), children);
|
|
1741
|
-
});
|
|
1742
|
-
if (process.env.NODE_ENV !== "production") LogoGlassdoor.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1743
|
-
const LogoInstagram = /* @__PURE__ */ react.default.forwardRef(function LogoInstagram({ children, size = 16, ...rest }, ref) {
|
|
1744
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1745
|
-
width: size,
|
|
1746
|
-
height: size,
|
|
1747
|
-
ref,
|
|
1748
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1749
|
-
viewBox: "0 0 32 32",
|
|
1750
|
-
fill: "currentColor",
|
|
1751
|
-
...rest
|
|
1752
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1753
|
-
cx: "22.406",
|
|
1754
|
-
cy: "9.594",
|
|
1755
|
-
r: "1.44"
|
|
1756
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,9.8378A6.1622,6.1622,0,1,0,22.1622,16,6.1622,6.1622,0,0,0,16,9.8378ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,6.1622c3.2041,0,3.5837.0122,4.849.07a6.6418,6.6418,0,0,1,2.2283.4132,3.9748,3.9748,0,0,1,2.2774,2.2774,6.6418,6.6418,0,0,1,.4132,2.2283c.0577,1.2653.07,1.6449.07,4.849s-.0122,3.5837-.07,4.849a6.6418,6.6418,0,0,1-.4132,2.2283,3.9748,3.9748,0,0,1-2.2774,2.2774,6.6418,6.6418,0,0,1-2.2283.4132c-1.2652.0577-1.6446.07-4.849.07s-3.5838-.0122-4.849-.07a6.6418,6.6418,0,0,1-2.2283-.4132,3.9748,3.9748,0,0,1-2.2774-2.2774,6.6418,6.6418,0,0,1-.4132-2.2283c-.0577-1.2653-.07-1.6449-.07-4.849s.0122-3.5837.07-4.849a6.6418,6.6418,0,0,1,.4132-2.2283A3.9748,3.9748,0,0,1,8.9227,6.6453a6.6418,6.6418,0,0,1,2.2283-.4132c1.2653-.0577,1.6449-.07,4.849-.07M16,4c-3.259,0-3.6677.0138-4.9476.0722A8.8068,8.8068,0,0,0,8.14,4.63,6.1363,6.1363,0,0,0,4.63,8.14a8.8068,8.8068,0,0,0-.5578,2.9129C4.0138,12.3323,4,12.741,4,16s.0138,3.6677.0722,4.9476A8.8074,8.8074,0,0,0,4.63,23.8605a6.1363,6.1363,0,0,0,3.51,3.51,8.8068,8.8068,0,0,0,2.9129.5578C12.3323,27.9862,12.741,28,16,28s3.6677-.0138,4.9476-.0722a8.8074,8.8074,0,0,0,2.9129-.5578,6.1363,6.1363,0,0,0,3.51-3.51,8.8074,8.8074,0,0,0,.5578-2.9129C27.9862,19.6677,28,19.259,28,16s-.0138-3.6677-.0722-4.9476A8.8068,8.8068,0,0,0,27.37,8.14a6.1363,6.1363,0,0,0-3.51-3.5095,8.8074,8.8074,0,0,0-2.9129-.5578C19.6677,4.0138,19.259,4,16,4Z" }), children);
|
|
1757
|
-
});
|
|
1758
|
-
if (process.env.NODE_ENV !== "production") LogoInstagram.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1750
|
+
exports.InventoryManagement = InventoryManagement;
|
|
1751
|
+
exports.IotConnect = IotConnect;
|
|
1752
|
+
exports.IotPlatform = IotPlatform;
|
|
1753
|
+
exports.Ip = Ip;
|
|
1754
|
+
exports.Iso = Iso;
|
|
1755
|
+
exports.IsoFilled = IsoFilled;
|
|
1756
|
+
exports.IsoOutline = IsoOutline;
|
|
1757
|
+
exports.ItemDefinition = ItemDefinition;
|
|
1758
|
+
exports.ItemUsage = ItemUsage;
|
|
1759
|
+
exports.Java = Java;
|
|
1760
|
+
exports.Jcl = Jcl;
|
|
1761
|
+
exports.JobDaemon = JobDaemon;
|
|
1762
|
+
exports.JobRun = JobRun;
|
|
1763
|
+
exports.JoinFull = JoinFull;
|
|
1764
|
+
exports.JoinInner = JoinInner;
|
|
1765
|
+
exports.JoinInnerAlt = JoinInnerAlt;
|
|
1766
|
+
exports.JoinLeft = JoinLeft;
|
|
1767
|
+
exports.JoinLeftOuter = JoinLeftOuter;
|
|
1759
1768
|
exports.JoinNode = JoinNode;
|
|
1769
|
+
exports.JoinOuter = JoinOuter;
|
|
1770
|
+
exports.JoinRight = JoinRight;
|
|
1771
|
+
exports.JoinRightOuter = JoinRightOuter;
|
|
1760
1772
|
exports.Jpg = Jpg;
|
|
1761
1773
|
exports.JsError = JsError;
|
|
1762
1774
|
exports.Json = Json;
|
|
@@ -1850,34 +1862,13 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1850
1862
|
exports.LocationCompanyFilled = LocationCompanyFilled;
|
|
1851
1863
|
exports.LocationCurrent = LocationCurrent;
|
|
1852
1864
|
exports.LocationFilled = LocationFilled;
|
|
1865
|
+
exports.LocationGroup = LocationGroup;
|
|
1853
1866
|
exports.LocationHazard = LocationHazard;
|
|
1854
1867
|
exports.LocationHazardFilled = LocationHazardFilled;
|
|
1855
1868
|
exports.LocationHeart = LocationHeart;
|
|
1856
1869
|
exports.LocationHeartFilled = LocationHeartFilled;
|
|
1857
1870
|
exports.LocationInfo = LocationInfo;
|
|
1858
1871
|
exports.LocationInfoFilled = LocationInfoFilled;
|
|
1859
|
-
exports.LocationPerson = LocationPerson;
|
|
1860
|
-
exports.LocationPersonFilled = LocationPersonFilled;
|
|
1861
|
-
exports.LocationSave = LocationSave;
|
|
1862
|
-
exports.LocationStar = LocationStar;
|
|
1863
|
-
exports.LocationStarFilled = LocationStarFilled;
|
|
1864
|
-
exports.Locked = Locked;
|
|
1865
|
-
exports.LockedAndBlocked = LockedAndBlocked;
|
|
1866
|
-
exports.LogicalPartition = LogicalPartition;
|
|
1867
|
-
exports.Login = Login;
|
|
1868
|
-
exports.LogoAngular = LogoAngular;
|
|
1869
|
-
exports.LogoAnsibleCommunity = LogoAnsibleCommunity;
|
|
1870
|
-
exports.LogoBluesky = LogoBluesky;
|
|
1871
|
-
exports.LogoDigg = LogoDigg;
|
|
1872
|
-
exports.LogoDiscord = LogoDiscord;
|
|
1873
|
-
exports.LogoFacebook = LogoFacebook;
|
|
1874
|
-
exports.LogoFigma = LogoFigma;
|
|
1875
|
-
exports.LogoFlickr = LogoFlickr;
|
|
1876
|
-
exports.LogoGit = LogoGit;
|
|
1877
|
-
exports.LogoGithub = LogoGithub;
|
|
1878
|
-
exports.LogoGitlab = LogoGitlab;
|
|
1879
|
-
exports.LogoGlassdoor = LogoGlassdoor;
|
|
1880
|
-
exports.LogoInstagram = LogoInstagram;
|
|
1881
1872
|
exports.WatsonHealthLaunchStudy_1 = WatsonHealthLaunchStudy_1;
|
|
1882
1873
|
exports.WatsonHealthLaunchStudy_2 = WatsonHealthLaunchStudy_2;
|
|
1883
1874
|
exports.WatsonHealthLaunchStudy_3 = WatsonHealthLaunchStudy_3;
|