@carbon/ibm-products 2.94.0 → 2.95.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-21.js
|
|
12
13
|
var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
|
|
13
14
|
/**
|
|
@@ -19,13 +20,639 @@ var require_bucket_21 = /* @__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");
|
|
29
|
+
const didWarnAboutDeprecation = {};
|
|
30
|
+
const WarningDiamondFill = /* @__PURE__ */ react.default.forwardRef(function WarningDiamondFill({ 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: "M14.5858,2.6042L2.6042,14.5858c-.781.781-.781,2.0474,0,2.8284l11.9816,11.9816c.781.781,2.0474.781,2.8284,0l11.9816-11.9816c.781-.781.781-2.0474,0-2.8284L17.4142,2.6042c-.781-.781-2.0474-.781-2.8284,0ZM15,9h2v9h-2v-9ZM16,23c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5,1.5.67,1.5,1.5-.67,1.5-1.5,1.5Z" }), children);
|
|
40
|
+
});
|
|
41
|
+
if (process.env.NODE_ENV !== "production") WarningDiamondFill.propTypes = require_iconPropTypes.iconPropTypes;
|
|
42
|
+
const WarningFilled = /* @__PURE__ */ react.default.forwardRef(function WarningFilled({ children, size = 16, ...rest }, ref) {
|
|
43
|
+
if (size === 16 || size === "16" || size === "16px") 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 16 16",
|
|
49
|
+
fill: "currentColor",
|
|
50
|
+
...rest
|
|
51
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1C4.2,1,1,4.2,1,8s3.2,7,7,7s7-3.1,7-7S11.9,1,8,1z M7.5,4h1v5h-1C7.5,9,7.5,4,7.5,4z M8,12.2 c-0.4,0-0.8-0.4-0.8-0.8s0.3-0.8,0.8-0.8c0.4,0,0.8,0.4,0.8,0.8S8.4,12.2,8,12.2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
52
|
+
d: "M7.5,4h1v5h-1C7.5,9,7.5,4,7.5,4z M8,12.2c-0.4,0-0.8-0.4-0.8-0.8s0.3-0.8,0.8-0.8 c0.4,0,0.8,0.4,0.8,0.8S8.4,12.2,8,12.2z",
|
|
53
|
+
"data-icon-path": "inner-path",
|
|
54
|
+
opacity: "0"
|
|
55
|
+
}), children);
|
|
56
|
+
if (size === 20 || size === "20" || size === "20px") return react.default.createElement(require_Icon_js, {
|
|
57
|
+
width: size,
|
|
58
|
+
height: size,
|
|
59
|
+
ref,
|
|
60
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
61
|
+
viewBox: "0 0 20 20",
|
|
62
|
+
fill: "currentColor",
|
|
63
|
+
...rest
|
|
64
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,1c-5,0-9,4-9,9s4,9,9,9s9-4,9-9S15,1,10,1z M9.2,5h1.5v7H9.2V5z M10,16c-0.6,0-1-0.4-1-1s0.4-1,1-1 s1,0.4,1,1S10.6,16,10,16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
65
|
+
d: "M9.2,5h1.5v7H9.2V5z M10,16c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S10.6,16,10,16z",
|
|
66
|
+
"data-icon-path": "inner-path",
|
|
67
|
+
opacity: "0"
|
|
68
|
+
}), children);
|
|
69
|
+
if (size === 24 || size === "24" || size === "24px") return react.default.createElement(require_Icon_js, {
|
|
70
|
+
width: size,
|
|
71
|
+
height: size,
|
|
72
|
+
ref,
|
|
73
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
74
|
+
viewBox: "0 0 24 24",
|
|
75
|
+
fill: "currentColor",
|
|
76
|
+
...rest
|
|
77
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,1C5.9,1,1,5.9,1,12s4.9,11,11,11s11-4.9,11-11C23,5.9,18.1,1,12,1z M11.1,6h1.8v8h-1.8V6z M12,19.2 c-0.7,0-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2s1.2,0.6,1.2,1.2S12.7,19.2,12,19.2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
78
|
+
fill: "none",
|
|
79
|
+
d: "M13.2,18c0,0.7-0.6,1.2-1.2,1.2s-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2S13.2,17.3,13.2,18z M12.9,6 h-1.8v8h1.8V6z",
|
|
80
|
+
"data-icon-path": "inner-path",
|
|
81
|
+
opacity: "0"
|
|
82
|
+
}), children);
|
|
83
|
+
return react.default.createElement(require_Icon_js, {
|
|
84
|
+
width: size,
|
|
85
|
+
height: size,
|
|
86
|
+
ref,
|
|
87
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
88
|
+
viewBox: "0 0 32 32",
|
|
89
|
+
fill: "currentColor",
|
|
90
|
+
...rest
|
|
91
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14C30,8.3,23.7,2,16,2z M14.9,8h2.2v11h-2.2V8z M16,25 c-0.8,0-1.5-0.7-1.5-1.5S15.2,22,16,22c0.8,0,1.5,0.7,1.5,1.5S16.8,25,16,25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
92
|
+
fill: "none",
|
|
93
|
+
d: "M17.5,23.5c0,0.8-0.7,1.5-1.5,1.5c-0.8,0-1.5-0.7-1.5-1.5S15.2,22,16,22 C16.8,22,17.5,22.7,17.5,23.5z M17.1,8h-2.2v11h2.2V8z",
|
|
94
|
+
"data-icon-path": "inner-path",
|
|
95
|
+
opacity: "0"
|
|
96
|
+
}), children);
|
|
97
|
+
});
|
|
98
|
+
if (process.env.NODE_ENV !== "production") WarningFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
99
|
+
const WarningHex = /* @__PURE__ */ react.default.forwardRef(function WarningHex({ children, size = 16, ...rest }, ref) {
|
|
100
|
+
return react.default.createElement(require_Icon_js, {
|
|
101
|
+
width: size,
|
|
102
|
+
height: size,
|
|
103
|
+
ref,
|
|
104
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
105
|
+
viewBox: "0 0 32 32",
|
|
106
|
+
fill: "currentColor",
|
|
107
|
+
...rest
|
|
108
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,21a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,16,21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 8H17V18H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,29H9a1,1,0,0,1-.8638-.4961l-7-12a1,1,0,0,1,0-1.0078l7-12A1,1,0,0,1,9,3H23a1,1,0,0,1,.8638.4961l7,12a1,1,0,0,1,0,1.0078l-7,12A1,1,0,0,1,23,29ZM9.5742,27H22.4258l6.4165-11L22.4258,5H9.5742L3.1577,16Z" }), children);
|
|
109
|
+
});
|
|
110
|
+
if (process.env.NODE_ENV !== "production") WarningHex.propTypes = require_iconPropTypes.iconPropTypes;
|
|
111
|
+
const WarningHexFilled = /* @__PURE__ */ react.default.forwardRef(function WarningHexFilled({ children, size = 16, ...rest }, ref) {
|
|
112
|
+
return react.default.createElement(require_Icon_js, {
|
|
113
|
+
width: size,
|
|
114
|
+
height: size,
|
|
115
|
+
ref,
|
|
116
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
117
|
+
viewBox: "0 0 32 32",
|
|
118
|
+
fill: "currentColor",
|
|
119
|
+
...rest
|
|
120
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
121
|
+
fill: "none",
|
|
122
|
+
d: "M14.875,8h2.25V19h-2.25ZM16,25a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,25Z",
|
|
123
|
+
"data-icon-path": "inner-path"
|
|
124
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.8508,15.4487,23.8867,3.5322A1.0687,1.0687,0,0,0,22.9643,3H9.0357a1.0687,1.0687,0,0,0-.9224.5322L1.1492,15.4487a1.0933,1.0933,0,0,0,0,1.1026L8.1133,28.4678A1.0687,1.0687,0,0,0,9.0357,29H22.9643a1.0687,1.0687,0,0,0,.9224-.5322l6.9641-11.9165A1.0933,1.0933,0,0,0,30.8508,15.4487ZM14.875,8h2.25V19h-2.25ZM16,25a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,25Z" }), children);
|
|
125
|
+
});
|
|
126
|
+
if (process.env.NODE_ENV !== "production") WarningHexFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
127
|
+
const WarningMultiple = /* @__PURE__ */ react.default.forwardRef(function WarningMultiple({ children, size = 16, ...rest }, ref) {
|
|
128
|
+
return react.default.createElement(require_Icon_js, {
|
|
129
|
+
width: size,
|
|
130
|
+
height: size,
|
|
131
|
+
ref,
|
|
132
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
133
|
+
viewBox: "0 0 32 32",
|
|
134
|
+
fill: "currentColor",
|
|
135
|
+
...rest
|
|
136
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,23h-4v-2h2.3821l-7.8821-15.7639-1.1055,2.2112-1.7891-.8945,2-4c.1694-.3387.532-.5527.8945-.5527s.7251.214.8945.5527l9.5,19c.1548.3101.1384.6782-.0439.973-.1821.2948-.5039.4742-.8506.4742Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
137
|
+
cx: "14",
|
|
138
|
+
cy: "25",
|
|
139
|
+
r: "1.25"
|
|
140
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 15H15V22H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m25,30H3c-.3499,0-.6743-.1829-.8555-.4823s-.1926-.6718-.0303-.9817L13.1143,7.536c.1726-.3296.5292-.536.8857-.536s.7131.2064.8857.536l11,21c.1624.3099.1509.6823-.0303.9817s-.5056.4823-.8555.4823Zm-20.3474-2h18.6948L14,10.1552,4.6526,28Z" }), children);
|
|
141
|
+
});
|
|
142
|
+
if (process.env.NODE_ENV !== "production") WarningMultiple.propTypes = require_iconPropTypes.iconPropTypes;
|
|
143
|
+
const WarningOther = /* @__PURE__ */ react.default.forwardRef(function WarningOther({ children, size = 16, ...rest }, ref) {
|
|
144
|
+
return react.default.createElement(require_Icon_js, {
|
|
145
|
+
width: size,
|
|
146
|
+
height: size,
|
|
147
|
+
ref,
|
|
148
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
149
|
+
viewBox: "0 0 32 32",
|
|
150
|
+
fill: "currentColor",
|
|
151
|
+
...rest
|
|
152
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 20H30V22H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 24H30V26H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 28H30V30H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,18a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,14,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 7H15V16H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,4A10.0111,10.0111,0,0,1,24,14h2A12,12,0,1,0,14,26V24A10,10,0,0,1,14,4Z" }), children);
|
|
153
|
+
});
|
|
154
|
+
if (process.env.NODE_ENV !== "production") WarningOther.propTypes = require_iconPropTypes.iconPropTypes;
|
|
155
|
+
const WarningSquare = /* @__PURE__ */ react.default.forwardRef(function WarningSquare({ children, size = 16, ...rest }, ref) {
|
|
156
|
+
return react.default.createElement(require_Icon_js, {
|
|
157
|
+
width: size,
|
|
158
|
+
height: size,
|
|
159
|
+
ref,
|
|
160
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
161
|
+
viewBox: "0 0 32 32",
|
|
162
|
+
fill: "currentColor",
|
|
163
|
+
...rest
|
|
164
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,16,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 9H17V18H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26.0012L26,6Z" }), children);
|
|
165
|
+
});
|
|
166
|
+
if (process.env.NODE_ENV !== "production") WarningSquare.propTypes = require_iconPropTypes.iconPropTypes;
|
|
167
|
+
const WarningSquareFilled = /* @__PURE__ */ react.default.forwardRef(function WarningSquareFilled({ children, size = 16, ...rest }, ref) {
|
|
168
|
+
return react.default.createElement(require_Icon_js, {
|
|
169
|
+
width: size,
|
|
170
|
+
height: size,
|
|
171
|
+
ref,
|
|
172
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
173
|
+
viewBox: "0 0 32 32",
|
|
174
|
+
fill: "currentColor",
|
|
175
|
+
...rest
|
|
176
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.0022,4H5.998A1.998,1.998,0,0,0,4,5.998V26.002A1.998,1.998,0,0,0,5.998,28H26.0022A1.9979,1.9979,0,0,0,28,26.002V5.998A1.9979,1.9979,0,0,0,26.0022,4ZM14.8752,8h2.25V18h-2.25ZM16,24a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
177
|
+
fill: "none",
|
|
178
|
+
d: "M14.8751,8h2.25V18h-2.25ZM16,24a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,24Z",
|
|
179
|
+
"data-icon-path": "inner-path"
|
|
180
|
+
}), children);
|
|
181
|
+
});
|
|
182
|
+
if (process.env.NODE_ENV !== "production") WarningSquareFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
183
|
+
const Watch = /* @__PURE__ */ react.default.forwardRef(function Watch({ children, size = 16, ...rest }, ref) {
|
|
184
|
+
return react.default.createElement(require_Icon_js, {
|
|
185
|
+
width: size,
|
|
186
|
+
height: size,
|
|
187
|
+
ref,
|
|
188
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
189
|
+
viewBox: "0 0 32 32",
|
|
190
|
+
fill: "currentColor",
|
|
191
|
+
...rest
|
|
192
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,8H21V2H19V8H13V2H11V8H10a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h1v6h2V24h6v6h2V24h1a2,2,0,0,0,2-2V10A2,2,0,0,0,22,8ZM10,22V10H22V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 14H27V18H25z" }), children);
|
|
193
|
+
});
|
|
194
|
+
if (process.env.NODE_ENV !== "production") Watch.propTypes = require_iconPropTypes.iconPropTypes;
|
|
195
|
+
const Watson = /* @__PURE__ */ react.default.forwardRef(function Watson({ children, size = 16, ...rest }, ref) {
|
|
196
|
+
if (process.env.NODE_ENV !== "production") {
|
|
197
|
+
if (!didWarnAboutDeprecation["Watson"]) {
|
|
198
|
+
didWarnAboutDeprecation["Watson"] = true;
|
|
199
|
+
console.warn("Icon represents the old avatar for the Watson brand, which is retired since the watsonx brand launch. Replaced by the icon watsonx. As a result, the Watson component will be removed in the next major version of @carbon/icons-react.");
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
return react.default.createElement(require_Icon_js, {
|
|
203
|
+
width: size,
|
|
204
|
+
height: size,
|
|
205
|
+
ref,
|
|
206
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
207
|
+
viewBox: "0 0 32 32",
|
|
208
|
+
fill: "currentColor",
|
|
209
|
+
...rest
|
|
210
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.74,9.49h0A11.41,11.41,0,0,0,16,8h0a.76.76,0,1,0,0,1.51,10.15,10.15,0,0,1,1.91.21c-2.26,1.08-4.76,3.58-6.73,7a22.48,22.48,0,0,0-2,4.44A9.58,9.58,0,0,1,7,17.22a3.43,3.43,0,0,1,.28-2.66v0h0c.79-1.37,2.44-2.15,4.63-2.2a.76.76,0,0,0,.74-.78.75.75,0,0,0-.78-.74C9.19,10.88,7.1,11.92,6,13.74H6v0s0,0,0,0a4.84,4.84,0,0,0-.44,3.79,12,12,0,0,0,3.2,5.22A11.36,11.36,0,0,0,8.52,26a10,10,0,0,1-2-3.48A.75.75,0,0,0,5.57,22a.76.76,0,0,0-.49,1,11.45,11.45,0,0,0,5.18,6.38h0A11.42,11.42,0,0,0,16,30.92a11.74,11.74,0,0,0,3-.39,11.48,11.48,0,0,0,2.77-21ZM18.58,29.06a9.9,9.9,0,0,1-7.56-1h0c-.86-.49-1.21-2-.94-4a18.85,18.85,0,0,0,2.48,1.72,13.92,13.92,0,0,0,6.93,2,11,11,0,0,0,2.42-.28A9.78,9.78,0,0,1,18.58,29.06Zm6.06-4.66c-2,2-6.66,2.74-11.32.05a17.36,17.36,0,0,1-2.89-2.12,21.08,21.08,0,0,1,2.08-4.91c2.94-5.08,6.83-7.57,8.47-6.62h0A10,10,0,0,1,24.64,24.4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.16,11.72,1.14,10a.76.76,0,1,0-.76,1.31L3.4,13a.86.86,0,0,0,.38.1.77.77,0,0,0,.66-.38A.76.76,0,0,0,4.16,11.72Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.29,7.59A.74.74,0,0,0,8.94,8a.75.75,0,0,0,.38-.1.76.76,0,0,0,.28-1l-1.74-3a.76.76,0,0,0-1-.27.75.75,0,0,0-.28,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,6.08a.76.76,0,0,0,.76-.76V1.83a.76.76,0,0,0-1.52,0V5.32A.76.76,0,0,0,16,6.08Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.68,7.87a.75.75,0,0,0,1-.28l1.75-3a.75.75,0,0,0-.28-1,.76.76,0,0,0-1,.27l-1.74,3A.76.76,0,0,0,22.68,7.87Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31.9,10.25a.76.76,0,0,0-1-.27l-3,1.74a.76.76,0,0,0-.28,1,.77.77,0,0,0,.66.38.86.86,0,0,0,.38-.1l3-1.75A.76.76,0,0,0,31.9,10.25Z" }), children);
|
|
211
|
+
});
|
|
212
|
+
if (process.env.NODE_ENV !== "production") Watson.propTypes = require_iconPropTypes.iconPropTypes;
|
|
213
|
+
const WatsonMachineLearning = /* @__PURE__ */ react.default.forwardRef(function WatsonMachineLearning({ children, size = 16, ...rest }, ref) {
|
|
214
|
+
if (process.env.NODE_ENV !== "production") {
|
|
215
|
+
if (!didWarnAboutDeprecation["WatsonMachineLearning"]) {
|
|
216
|
+
didWarnAboutDeprecation["WatsonMachineLearning"] = true;
|
|
217
|
+
console.warn("Icon design is defunct, replaced with the existing icon ibm-watson--machine-learning. As a result, the WatsonMachineLearning component will be removed in the next major version of @carbon/icons-react.");
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
return react.default.createElement(require_Icon_js, {
|
|
221
|
+
width: size,
|
|
222
|
+
height: size,
|
|
223
|
+
ref,
|
|
224
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
225
|
+
viewBox: "0 0 32 32",
|
|
226
|
+
fill: "currentColor",
|
|
227
|
+
...rest
|
|
228
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,26H20V17.76l-3.23,3.88a1,1,0,0,1-1.54,0L12,17.76V26H10V15a1,1,0,0,1,.66-.94,1,1,0,0,1,1.11.3L16,19.44l4.23-5.08a1,1,0,0,1,1.11-.3A1,1,0,0,1,22,15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.16,14.65l-3-1.75a.76.76,0,1,0-.76,1.32L3.4,16a.76.76,0,1,0,.76-1.31Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.29,10.52a.73.73,0,0,0,1,.27.75.75,0,0,0,.28-1l-1.74-3a.76.76,0,1,0-1.32.76Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,9a.76.76,0,0,0,.76-.76V4.76a.76.76,0,1,0-1.52,0V8.25A.76.76,0,0,0,16,9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.68,10.79a.75.75,0,0,0,.37.11.76.76,0,0,0,.66-.38l1.75-3a.76.76,0,0,0-1.32-.76l-1.74,3A.75.75,0,0,0,22.68,10.79Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31.9,13.18a.76.76,0,0,0-1-.28l-3,1.75A.76.76,0,0,0,28.6,16l3-1.74A.77.77,0,0,0,31.9,13.18Z" }), children);
|
|
229
|
+
});
|
|
230
|
+
if (process.env.NODE_ENV !== "production") WatsonMachineLearning.propTypes = require_iconPropTypes.iconPropTypes;
|
|
231
|
+
const Watsonx = /* @__PURE__ */ react.default.forwardRef(function Watsonx({ children, size = 16, ...rest }, ref) {
|
|
232
|
+
return react.default.createElement(require_Icon_js, {
|
|
233
|
+
width: size,
|
|
234
|
+
height: size,
|
|
235
|
+
ref,
|
|
236
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
237
|
+
viewBox: "0 0 32 32",
|
|
238
|
+
fill: "currentColor",
|
|
239
|
+
...rest
|
|
240
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
241
|
+
strokeWidth: "0",
|
|
242
|
+
d: "m29.312,22.9189c1.1042-2.1201,1.688-4.5127,1.688-6.9189C31,7.729,24.271,1,16,1c-3.3738,0-6.5815,1.1191-9.2046,3.1665-.2441-.106-.5125-.1665-.7954-.1665-1.1045,0-2,.8955-2,2s.8955,2,2,2,2-.8955,2-2c0-.0762-.0142-.1489-.0225-.2227,2.2812-1.7964,5.0793-2.7773,8.0225-2.7773.9727,0,1.9172.1157,2.8293.3193-3.3938.9258-5.8994,4.0273-5.8994,7.7109,0,.7891.1167,1.5503.332,2.27-.6985-.2021-1.4285-.3306-2.1919-.3306-3.7039,0-6.8191,2.5342-7.7256,5.957-.218-.9424-.3445-1.9189-.3445-2.9268,0-2.1162.4919-4.1328,1.4619-5.9951l-1.7739-.9238c-1.1042,2.1201-1.688,4.5127-1.688,6.9189,0,8.271,6.729,15,15,15,3.3738,0,6.5815-1.1191,9.2046-3.1665.2441.106.5125.1665.7954.1665,1.1045,0,2-.8955,2-2s-.8955-2-2-2-2,.8955-2,2c0,.0762.0142.1489.0225.2231-1.0796.8496-2.2776,1.5098-3.5493,1.9771.3315-.6641.5269-1.4072.5269-2.2002,0-1.6304-.7959-3.0669-2.0068-3.9805.0457-.3472.0769-.6978.0769-1.0498,0-.7856-.1257-1.54-.3381-2.2573.6995.2012,1.4346.3179,2.198.3179,3.7039,0,6.8191-2.5342,7.7256-5.957.218.9424.3445,1.9189.3445,2.9268,0,2.1162-.4919,4.1328-1.4619,5.9951l1.7739.9238Zm-17.7935,5.2646c-1.8389-.6807-3.49-1.7529-4.8325-3.1338-1.0366-1.1143-1.616-2.5527-1.616-4.0801,0-3.3081,2.6917-6,6-6s6,2.6919,6,6c0,.0498-.0125.0977-.0134.1475-.3413-.0737-.6936-.1172-1.0566-.1172-2.7571,0-5,2.2432-5,5,0,.7861.1924,1.5234.5186,2.1836Zm7.4814-2.1836c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3,3,1.3457,3,3Zm1.9299-8.9697c-3.3083,0-6-2.6919-6-6s2.6917-6,6-6c1.4294,0,2.7422.5039,3.7742,1.3418.3027.2739.5918.561.8677.8618.8479,1.0352,1.3582,2.3569,1.3582,3.7964,0,3.3081-2.6917,6-6,6Z"
|
|
243
|
+
}), children);
|
|
244
|
+
});
|
|
245
|
+
if (process.env.NODE_ENV !== "production") Watsonx.propTypes = require_iconPropTypes.iconPropTypes;
|
|
246
|
+
const WatsonxAi = /* @__PURE__ */ react.default.forwardRef(function WatsonxAi({ children, size = 16, ...rest }, ref) {
|
|
247
|
+
return react.default.createElement(require_Icon_js, {
|
|
248
|
+
width: size,
|
|
249
|
+
height: size,
|
|
250
|
+
ref,
|
|
251
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
252
|
+
viewBox: "0 0 32 32",
|
|
253
|
+
fill: "currentColor",
|
|
254
|
+
...rest
|
|
255
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,24c-1.1046,0-2,.8954-2,2,0,.0764.0142.1488.0225.2229-2.2808,1.7963-5.0792,2.7771-8.0225,2.7771-4.2617,0-8-3.9722-8-8.5,0-4.687,3.813-8.5,8.5-8.5h.5v-2h-.5c-5.7896,0-10.5,4.7104-10.5,10.5,0,1.8839.5304,3.6896,1.4371,5.2565-2.7133-2.3843-4.4371-5.869-4.4371-9.7565,0-2.1152.4917-4.1328,1.4619-5.9956l-1.7744-.9238c-1.104,2.1211-1.6875,4.5137-1.6875,6.9194,0,8.271,6.729,15,15,15,3.3744,0,6.5818-1.1193,9.2048-3.1662.244.106.5123.1662.7952.1662,1.1046,0,2-.8954,2-2s-.8954-2-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
256
|
+
d: "M11 20H13V22H11z",
|
|
257
|
+
transform: "rotate(90 12 21)"
|
|
258
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
259
|
+
d: "M19 10H21V12H19z",
|
|
260
|
+
transform: "rotate(90 20 11)"
|
|
261
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0764-.0142-.1488-.0225-.2229,2.2808-1.7963,5.0792-2.7771,8.0225-2.7771,4.2617,0,8,3.9722,8,8.5,0,4.687-3.813,8.5-8.5,8.5h-.5v2h.5c5.7896,0,10.5-4.7104,10.5-10.5,0-1.8853-.5322-3.6917-1.4401-5.2593,2.715,2.3843,4.4401,5.8704,4.4401,9.7593,0,2.1152-.4917,4.1328-1.4619,5.9956l1.7744.9238c1.104-2.1211,1.6875-4.5137,1.6875-6.9194C31,7.729,24.271,1,16,1Z" }), children);
|
|
262
|
+
});
|
|
263
|
+
if (process.env.NODE_ENV !== "production") WatsonxAi.propTypes = require_iconPropTypes.iconPropTypes;
|
|
264
|
+
const WatsonxData = /* @__PURE__ */ react.default.forwardRef(function WatsonxData({ children, size = 16, ...rest }, ref) {
|
|
265
|
+
return react.default.createElement(require_Icon_js, {
|
|
266
|
+
width: size,
|
|
267
|
+
height: size,
|
|
268
|
+
ref,
|
|
269
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
270
|
+
viewBox: "0 0 32 32",
|
|
271
|
+
fill: "currentColor",
|
|
272
|
+
...rest
|
|
273
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,24c-1.1046,0-2,.8954-2,2,0,.0764.0142.1488.0225.2229-2.2808,1.7963-5.0792,2.7771-8.0225,2.7771-2.7746,0-5.3432-.881-7.4566-2.3676.2576.0261.517.0444.7798.0444,4.2329,0,7.6768-3.4438,7.6768-7.6768h-2c0,3.1304-2.5464,5.6768-5.6768,5.6768-2.2111,0-4.1977-1.2816-5.1318-3.2725-.1365-.2972-.2595-.6007-.3738-.9094.6602.322,1.3998.5051,2.1824.5051,2.7568,0,5-2.2432,5-5v-2h-2v2c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-2.1152.4917-4.1328,1.4619-5.9956l-1.7744-.9238c-1.104,2.1211-1.6875,4.5137-1.6875,6.9194,0,8.271,6.729,15,15,15,3.3744,0,6.5818-1.1193,9.2048-3.1662.244.106.5123.1662.7952.1662,1.1046,0,2-.8954,2-2s-.8954-2-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
274
|
+
d: "M21 21H23V23H21z",
|
|
275
|
+
transform: "rotate(90 22 22)"
|
|
276
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
277
|
+
d: "M15 15H17V17H15z",
|
|
278
|
+
transform: "rotate(90 16 16)"
|
|
279
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
280
|
+
d: "M9 9H11V11H9z",
|
|
281
|
+
transform: "rotate(-90 10 10)"
|
|
282
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0764-.0142-.1488-.0225-.2229,2.2808-1.7963,5.0792-2.7771,8.0225-2.7771,2.7708,0,5.3363.8784,7.4481,2.3613-.249-.0242-.5005-.038-.7547-.038-4.2329,0-7.6768,3.4438-7.6768,7.6768h2c0-3.1304,2.5464-5.6768,5.6768-5.6768,2.0554,0,3.9068,1.0953,4.9186,2.8651.2153.4283.4053.8701.5729,1.3237-.6615-.3234-1.4005-.5121-2.1849-.5121-2.7568,0-5,2.2432-5,5v2h2v-2c0-1.6543,1.3457-3,3-3s3,1.3457,3,3c0,2.1152-.4917,4.1328-1.4619,5.9956l1.7744.9238c1.104-2.1211,1.6875-4.5137,1.6875-6.9194C31,7.729,24.271,1,16,1Z" }), children);
|
|
283
|
+
});
|
|
284
|
+
if (process.env.NODE_ENV !== "production") WatsonxData.propTypes = require_iconPropTypes.iconPropTypes;
|
|
285
|
+
const WatsonxGovernance = /* @__PURE__ */ react.default.forwardRef(function WatsonxGovernance({ children, size = 16, ...rest }, ref) {
|
|
286
|
+
return react.default.createElement(require_Icon_js, {
|
|
287
|
+
width: size,
|
|
288
|
+
height: size,
|
|
289
|
+
ref,
|
|
290
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
291
|
+
viewBox: "0 0 32 32",
|
|
292
|
+
fill: "currentColor",
|
|
293
|
+
...rest
|
|
294
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,24c-1.1046,0-2,.8954-2,2,0,.0764.0142.1488.0225.2229-2.2808,1.7963-5.0792,2.7771-8.0225,2.7771-7.1685,0-13-5.8315-13-13,0-2.1152.4917-4.1328,1.4619-5.9956l-1.7744-.9238c-1.104,2.1211-1.6875,4.5137-1.6875,6.9194,0,8.271,6.729,15,15,15,3.3744,0,6.5818-1.1193,9.2048-3.1662.244.106.5123.1662.7952.1662,1.1046,0,2-.8954,2-2s-.8954-2-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
295
|
+
d: "M11 23H13V25H11z",
|
|
296
|
+
transform: "rotate(90 12 24)"
|
|
297
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
298
|
+
d: "M11 9H13V11H11z",
|
|
299
|
+
transform: "rotate(90 12 10)"
|
|
300
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
301
|
+
d: "M11 16H13V18H11z",
|
|
302
|
+
transform: "rotate(90 12 17)"
|
|
303
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0764-.0142-.1488-.0225-.2229,2.2808-1.7963,5.0792-2.7771,8.0225-2.7771,1.6543,0,3,1.3457,3,3s-1.3457,3-3,3h-1v2h1c2.7568,0,5-2.2432,5-5,0-.2399-.0203-.4748-.0531-.7057.9663,1.1348,1.5531,2.6021,1.5531,4.2057,0,3.584-2.916,6.5-6.5,6.5h-1v2h1c4.687,0,8.5-3.813,8.5-8.5,0-.7654-.1111-1.5036-.3017-2.2096,1.1321,1.6206,1.8017,3.587,1.8017,5.7096,0,5.5142-4.4858,10-10,10h-1v2h1c6.6167,0,12-5.3833,12-12,0-.8995-.1058-1.774-.2944-2.6176.8207,1.7031,1.2944,3.6038,1.2944,5.6176,0,2.1152-.4917,4.1328-1.4619,5.9956l1.7744.9238c1.104-2.1211,1.6875-4.5137,1.6875-6.9194C31,7.729,24.271,1,16,1Z" }), children);
|
|
304
|
+
});
|
|
305
|
+
if (process.env.NODE_ENV !== "production") WatsonxGovernance.propTypes = require_iconPropTypes.iconPropTypes;
|
|
306
|
+
const WaveDirection = /* @__PURE__ */ react.default.forwardRef(function WaveDirection({ children, size = 16, ...rest }, ref) {
|
|
307
|
+
return react.default.createElement(require_Icon_js, {
|
|
308
|
+
width: size,
|
|
309
|
+
height: size,
|
|
310
|
+
ref,
|
|
311
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
312
|
+
viewBox: "0 0 32 32",
|
|
313
|
+
fill: "currentColor",
|
|
314
|
+
...rest
|
|
315
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H17a7.0078,7.0078,0,0,1-7-7,6.6832,6.6832,0,0,1,2.0244-4.6967A6.7126,6.7126,0,0,0,10.0093,18C5.0425,18.0466,4,24.5513,4,30H2C2,18.4907,6.3452,16.0342,9.9907,16a10.0962,10.0962,0,0,1,4.4785,1.117,1,1,0,0,1,.0616,1.73A4.8773,4.8773,0,0,0,17,28h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,24V22a8,8,0,1,0-8-8H8A10,10,0,1,1,18,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
316
|
+
cx: "18",
|
|
317
|
+
cy: "8",
|
|
318
|
+
r: "1"
|
|
319
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,17.5859l-2.3-2.3007A2.9665,2.9665,0,0,0,21,14a3.0033,3.0033,0,0,0-3-3,2.9609,2.9609,0,0,0-1.2854.3008L14.4141,9,13,10.4141l2.3,2.3007A2.9665,2.9665,0,0,0,15,14a3.0033,3.0033,0,0,0,3,3,2.9609,2.9609,0,0,0,1.2854-.3008L21.5859,19ZM17,14a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,17,14Z" }), children);
|
|
320
|
+
});
|
|
321
|
+
if (process.env.NODE_ENV !== "production") WaveDirection.propTypes = require_iconPropTypes.iconPropTypes;
|
|
322
|
+
const WaveHeight = /* @__PURE__ */ react.default.forwardRef(function WaveHeight({ children, size = 16, ...rest }, ref) {
|
|
323
|
+
return react.default.createElement(require_Icon_js, {
|
|
324
|
+
width: size,
|
|
325
|
+
height: size,
|
|
326
|
+
ref,
|
|
327
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
328
|
+
viewBox: "0 0 32 32",
|
|
329
|
+
fill: "currentColor",
|
|
330
|
+
...rest
|
|
331
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 2H30V4H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 8H28V10H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 14H30V16H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 20H28V22H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,28H24a10.0349,10.0349,0,0,1-6.9268-17.2622A11.9629,11.9629,0,0,0,12.9937,10a6.9027,6.9027,0,0,0-6.0308,3.42C4.9966,16.4348,4,21.34,4,28H2c0-7.0542,1.106-12.3274,3.2871-15.6726A8.906,8.906,0,0,1,12.9937,8h.0068a14.762,14.762,0,0,1,6.4619,1.592,1,1,0,0,1,.0869,1.7222A8.0249,8.0249,0,0,0,24,26h6Z" }), children);
|
|
332
|
+
});
|
|
333
|
+
if (process.env.NODE_ENV !== "production") WaveHeight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
334
|
+
const WavePeriod = /* @__PURE__ */ react.default.forwardRef(function WavePeriod({ children, size = 16, ...rest }, ref) {
|
|
335
|
+
return react.default.createElement(require_Icon_js, {
|
|
336
|
+
width: size,
|
|
337
|
+
height: size,
|
|
338
|
+
ref,
|
|
339
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
340
|
+
viewBox: "0 0 32 32",
|
|
341
|
+
fill: "currentColor",
|
|
342
|
+
...rest
|
|
343
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H17a7.0078,7.0078,0,0,1-7-7,6.6832,6.6832,0,0,1,2.0244-4.6967A6.7935,6.7935,0,0,0,10.0093,18C5.0425,18.0466,4,24.5513,4,30H2C2,18.4907,6.3452,16.0342,9.9907,16a10.0717,10.0717,0,0,1,4.4785,1.117,1,1,0,0,1,.0616,1.73A4.8773,4.8773,0,0,0,17,28h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 8H19V16H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,5.4141,26.5859,4,24.3242,6.2617A9.95,9.95,0,0,0,19,4.0508V2H17V4.0508A10.0132,10.0132,0,0,0,8,14h2a8,8,0,1,1,8,8v2A9.9928,9.9928,0,0,0,25.7383,7.6758Z" }), children);
|
|
344
|
+
});
|
|
345
|
+
if (process.env.NODE_ENV !== "production") WavePeriod.propTypes = require_iconPropTypes.iconPropTypes;
|
|
346
|
+
const Waveform = /* @__PURE__ */ react.default.forwardRef(function Waveform({ children, size = 16, ...rest }, ref) {
|
|
347
|
+
return react.default.createElement(require_Icon_js, {
|
|
348
|
+
width: size,
|
|
349
|
+
height: size,
|
|
350
|
+
ref,
|
|
351
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
352
|
+
viewBox: "0 0 32 32",
|
|
353
|
+
fill: "currentColor",
|
|
354
|
+
...rest
|
|
355
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,19h-2v-6h2v6ZM4,10h-2v12h2v-12ZM14,10h-2v12h2v-12ZM24,10h-2v12h2v-12ZM9,6h-2v20h2V6ZM29,6h-2v20h2V6Z" }), children);
|
|
356
|
+
});
|
|
357
|
+
if (process.env.NODE_ENV !== "production") Waveform.propTypes = require_iconPropTypes.iconPropTypes;
|
|
358
|
+
const WeatherFrontCold = /* @__PURE__ */ react.default.forwardRef(function WeatherFrontCold({ children, size = 16, ...rest }, ref) {
|
|
359
|
+
return react.default.createElement(require_Icon_js, {
|
|
360
|
+
width: size,
|
|
361
|
+
height: size,
|
|
362
|
+
ref,
|
|
363
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
364
|
+
viewBox: "0 0 32 32",
|
|
365
|
+
fill: "currentColor",
|
|
366
|
+
...rest
|
|
367
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.1655,2a13.0289,13.0289,0,0,0-12.542,9.5791l-1.1767,4.3154A11.0237,11.0237,0,0,1,3.8345,24H2v2H3.8345c.2975,0,.5918-.0171.8853-.0371l7.9291,2.9736A1,1,0,0,0,14,28V21.0923a12.9311,12.9311,0,0,0,.9121-1.313l6.3628-1.8179a1,1,0,0,0,.5059-1.5864L17.7843,11.38a10.9268,10.9268,0,0,1,1.1516-2.3472l5.7477,1.916A1,1,0,0,0,26,10V4.2251A10.8956,10.8956,0,0,1,28.1655,4H30V2ZM8.3354,25.1826A13.047,13.047,0,0,0,12,23.0943v3.4624Zm7.74-7.8154c.1107-.3105.2136-.625.3013-.9463l.732-2.6846L19.28,16.4512ZM24,8.6123l-3.7411-1.247A11.0712,11.0712,0,0,1,24,4.8306Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 4 10 8.586 3.414 2 2 3.414 8.586 10 4 10 4 12 12 12 12 4 10 4z" }), children);
|
|
368
|
+
});
|
|
369
|
+
if (process.env.NODE_ENV !== "production") WeatherFrontCold.propTypes = require_iconPropTypes.iconPropTypes;
|
|
370
|
+
const WeatherFrontStationary = /* @__PURE__ */ react.default.forwardRef(function WeatherFrontStationary({ children, size = 16, ...rest }, ref) {
|
|
371
|
+
return react.default.createElement(require_Icon_js, {
|
|
372
|
+
width: size,
|
|
373
|
+
height: size,
|
|
374
|
+
ref,
|
|
375
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
376
|
+
viewBox: "0 0 32 32",
|
|
377
|
+
fill: "currentColor",
|
|
378
|
+
...rest
|
|
379
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.1655,2a12.9848,12.9848,0,0,0-8.4074,3.1065A3.9947,3.9947,0,1,0,15.583,11.728l-1.1362,4.1665c-.0725.2657-.1579.5254-.2489.7818a3.9864,3.9864,0,0,0-5.1547,6.0054A10.9541,10.9541,0,0,1,3.8345,24H2v2H3.8345c.2975,0,.5918-.0171.8853-.0371l7.9291,2.9736A1,1,0,0,0,14,28V21.0923a12.9311,12.9311,0,0,0,.9121-1.313l6.3628-1.8179a1,1,0,0,0,.5059-1.5864L17.7843,11.38a10.9268,10.9268,0,0,1,1.1516-2.3472l5.7477,1.916A1,1,0,0,0,26,10V4.2251A10.8956,10.8956,0,0,1,28.1655,4H30V2ZM17,6a1.98,1.98,0,0,1,1.3237.53A12.9413,12.9413,0,0,0,16.24,9.8482,1.9988,1.9988,0,0,1,17,6ZM10,20a1.9879,1.9879,0,0,1,3.3374-1.4717,11.0157,11.0157,0,0,1-2.5959,3.0147A1.9975,1.9975,0,0,1,10,20ZM8.3354,25.1826A13.047,13.047,0,0,0,12,23.0943v3.4624Zm7.74-7.8154c.1107-.3105.2136-.625.3013-.9463l.732-2.6846L19.28,16.4512ZM24,8.6123l-3.7411-1.247A11.0712,11.0712,0,0,1,24,4.8306Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 22 22 24 26.586 24 22 28.586 23.414 30 28 25.414 28 30 30 30 30 22 22 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2 2 4 6.586 4 2 8.586 3.414 10 8 5.414 8 10 10 10 10 2 2 2z" }), children);
|
|
380
|
+
});
|
|
381
|
+
if (process.env.NODE_ENV !== "production") WeatherFrontStationary.propTypes = require_iconPropTypes.iconPropTypes;
|
|
382
|
+
const WeatherFrontWarm = /* @__PURE__ */ react.default.forwardRef(function WeatherFrontWarm({ children, size = 16, ...rest }, ref) {
|
|
383
|
+
return react.default.createElement(require_Icon_js, {
|
|
384
|
+
width: size,
|
|
385
|
+
height: size,
|
|
386
|
+
ref,
|
|
387
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
388
|
+
viewBox: "0 0 32 32",
|
|
389
|
+
fill: "currentColor",
|
|
390
|
+
...rest
|
|
391
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.1655,2a13.0289,13.0289,0,0,0-12.542,9.5791l-1.1767,4.3154A11.0237,11.0237,0,0,1,3.8345,24H2v2H3.8345a12.9139,12.9139,0,0,0,3.4687-.4819,3.9979,3.9979,0,1,0,6.5818-4.2866,12.9671,12.9671,0,0,0,1.6209-2.5269,3.9944,3.9944,0,1,0,2.3772-7.5991,10.95,10.95,0,0,1,1.7253-3.01,3.9825,3.9825,0,0,0,6.9058-3.9648A10.9435,10.9435,0,0,1,28.1655,4H30V2ZM11,26a1.9983,1.9983,0,0,1-1.8118-1.1655,13.0811,13.0811,0,0,0,3.2969-2.1426A1.9773,1.9773,0,0,1,11,26Zm8-11a1.9926,1.9926,0,0,1-2.759,1.8467c.0442-.1426.0959-.2813.1355-.4258L17.301,13.03A1.9976,1.9976,0,0,1,19,15Zm6-9a1.9942,1.9942,0,0,1-3.9011.5894,11.0511,11.0511,0,0,1,3.3623-1.9385A1.995,1.995,0,0,1,25,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 4 10 8.586 3.414 2 2 3.414 8.586 10 4 10 4 12 12 12 12 4 10 4z" }), children);
|
|
392
|
+
});
|
|
393
|
+
if (process.env.NODE_ENV !== "production") WeatherFrontWarm.propTypes = require_iconPropTypes.iconPropTypes;
|
|
394
|
+
const WeatherStation = /* @__PURE__ */ react.default.forwardRef(function WeatherStation({ children, size = 16, ...rest }, ref) {
|
|
395
|
+
return react.default.createElement(require_Icon_js, {
|
|
396
|
+
width: size,
|
|
397
|
+
height: size,
|
|
398
|
+
ref,
|
|
399
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
400
|
+
viewBox: "0 0 32 32",
|
|
401
|
+
fill: "currentColor",
|
|
402
|
+
...rest
|
|
403
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,28V17h1a2.0023,2.0023,0,0,0,2-2V11a2.0023,2.0023,0,0,0-2-2H14a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h1V28H2v2H30V28ZM14,11h4l.0015,4H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.3325,18.2168a7.0007,7.0007,0,0,1,0-10.4341l1.334,1.49a5,5,0,0,0,0,7.4537Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.667,18.2168l-1.334-1.49a4.9995,4.9995,0,0,0,0-7.4537l1.334-1.49a7,7,0,0,1,0,10.4341Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.3994,21.8008a11.0019,11.0019,0,0,1,0-17.6006L7.6,5.8a9.0009,9.0009,0,0,0,0,14.4014Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.6006,21.8008l-1.2012-1.6a9.001,9.001,0,0,0,0-14.4019l1.2012-1.6a11.002,11.002,0,0,1,0,17.6011Z" }), children);
|
|
404
|
+
});
|
|
405
|
+
if (process.env.NODE_ENV !== "production") WeatherStation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
406
|
+
const WebServicesCluster = /* @__PURE__ */ react.default.forwardRef(function WebServicesCluster({ children, size = 16, ...rest }, ref) {
|
|
407
|
+
return react.default.createElement(require_Icon_js, {
|
|
408
|
+
width: size,
|
|
409
|
+
height: size,
|
|
410
|
+
ref,
|
|
411
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
412
|
+
viewBox: "0 0 32 32",
|
|
413
|
+
fill: "currentColor",
|
|
414
|
+
...rest
|
|
415
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,26c-.2559,0-.512-.0977-.707-.2928l-3-3c-.1953-.1953-.293-.4512-.293-.7071s.0977-.5118.293-.7072l3-3c.1951-.1952.451-.2928.707-.2928s.512.0977.707.2928l3,3c.1953.1953.293.4512.293.7071s-.0977.5118-.293.7072l-3,3c-.1951.1952-.4512.2928-.707.2928Zm-1.5857-4l1.5857,1.5858,1.5857-1.5858-1.5857-1.5858-1.5857,1.5858Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22,20c-.2559,0-.512-.0977-.707-.2928l-3-3c-.1953-.1953-.293-.4512-.293-.7071s.0977-.5118.293-.7072l3-3c.1951-.1952.451-.2928.707-.2928s.512.0977.707.2928l3,3c.1953.1953.293.4512.293.7071s-.0977.5118-.293.7072l-3,3c-.1951.1952-.4512.2928-.707.2928Zm-1.5857-4l1.5857,1.5858,1.5857-1.5858-1.5857-1.5858-1.5857,1.5858Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,14c-.2559,0-.512-.0977-.707-.2928l-3-3c-.1953-.1953-.293-.4512-.293-.7071s.0977-.5118.293-.7072l3-3c.1951-.1952.451-.2928.707-.2928s.512.0977.707.2928l3,3c.1953.1953.293.4512.293.7071s-.0977.5118-.293.7072l-3,3c-.1951.1952-.4512.2928-.707.2928Zm-1.5857-4l1.5857,1.5858,1.5857-1.5858-1.5857-1.5858-1.5857,1.5858Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m10,20c-.2559,0-.512-.0977-.707-.2928l-3-3c-.1953-.1953-.293-.4512-.293-.7071s.0977-.5118.293-.7072l3-3c.1951-.1952.451-.2928.707-.2928s.512.0977.707.2928l3,3c.1953.1953.293.4512.293.7071s-.0977.5118-.293.7072l-3,3c-.1951.1952-.4512.2928-.707.2928Zm-1.5857-4l1.5857,1.5858,1.5857-1.5858-1.5857-1.5858-1.5857,1.5858Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z" }), children);
|
|
416
|
+
});
|
|
417
|
+
if (process.env.NODE_ENV !== "production") WebServicesCluster.propTypes = require_iconPropTypes.iconPropTypes;
|
|
418
|
+
const WebServicesContainer = /* @__PURE__ */ react.default.forwardRef(function WebServicesContainer({ children, size = 16, ...rest }, ref) {
|
|
419
|
+
return react.default.createElement(require_Icon_js, {
|
|
420
|
+
width: size,
|
|
421
|
+
height: size,
|
|
422
|
+
ref,
|
|
423
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
424
|
+
viewBox: "0 0 32 32",
|
|
425
|
+
fill: "currentColor",
|
|
426
|
+
...rest
|
|
427
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22.5046,11.6367l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z" }), children);
|
|
428
|
+
});
|
|
429
|
+
if (process.env.NODE_ENV !== "production") WebServicesContainer.propTypes = require_iconPropTypes.iconPropTypes;
|
|
430
|
+
const WebServicesDefinition = /* @__PURE__ */ react.default.forwardRef(function WebServicesDefinition({ children, size = 16, ...rest }, ref) {
|
|
431
|
+
return react.default.createElement(require_Icon_js, {
|
|
432
|
+
width: size,
|
|
433
|
+
height: size,
|
|
434
|
+
ref,
|
|
435
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
436
|
+
viewBox: "0 0 32 32",
|
|
437
|
+
fill: "currentColor",
|
|
438
|
+
...rest
|
|
439
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 17H16V19H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 13H18V15H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m21,23h-10c-.5522,0-1-.4478-1-1v-12c0-.5522.4478-1,1-1h10c.5522,0,1,.4478,1,1v12c0,.5522-.4478,1-1,1Zm-9-2h8v-10h-8v10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z" }), children);
|
|
440
|
+
});
|
|
441
|
+
if (process.env.NODE_ENV !== "production") WebServicesDefinition.propTypes = require_iconPropTypes.iconPropTypes;
|
|
442
|
+
const WebServicesService = /* @__PURE__ */ react.default.forwardRef(function WebServicesService({ children, size = 16, ...rest }, ref) {
|
|
443
|
+
return react.default.createElement(require_Icon_js, {
|
|
444
|
+
width: size,
|
|
445
|
+
height: size,
|
|
446
|
+
ref,
|
|
447
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
448
|
+
viewBox: "0 0 32 32",
|
|
449
|
+
fill: "currentColor",
|
|
450
|
+
...rest
|
|
451
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m23,18h-2v-7h-7v-2h8c.5522,0,1,.4478,1,1v8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m18,23h-8c-.5522,0-1-.4478-1-1v-8c0-.5522.4478-1,1-1h8c.5522,0,1,.4478,1,1v8c0,.5522-.4478,1-1,1Zm-7-2h6v-6h-6v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z" }), children);
|
|
452
|
+
});
|
|
453
|
+
if (process.env.NODE_ENV !== "production") WebServicesService.propTypes = require_iconPropTypes.iconPropTypes;
|
|
454
|
+
const WebServicesTask = /* @__PURE__ */ react.default.forwardRef(function WebServicesTask({ children, size = 16, ...rest }, ref) {
|
|
455
|
+
return react.default.createElement(require_Icon_js, {
|
|
456
|
+
width: size,
|
|
457
|
+
height: size,
|
|
458
|
+
ref,
|
|
459
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
460
|
+
viewBox: "0 0 32 32",
|
|
461
|
+
fill: "currentColor",
|
|
462
|
+
...rest
|
|
463
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 20.18 18.41 18.59 17 20 20 23 25 18 23.59 16.59 20 20.18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m15,23h-4c-.5522,0-1-.4478-1-1v-12c0-.5522.4478-1,1-1h10c.5522,0,1,.4478,1,1v6h-2v-5h-8v10h3v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z" }), children);
|
|
464
|
+
});
|
|
465
|
+
if (process.env.NODE_ENV !== "production") WebServicesTask.propTypes = require_iconPropTypes.iconPropTypes;
|
|
466
|
+
const WebServicesTaskDefinitionVersion = /* @__PURE__ */ react.default.forwardRef(function WebServicesTaskDefinitionVersion({ children, size = 16, ...rest }, ref) {
|
|
467
|
+
return react.default.createElement(require_Icon_js, {
|
|
468
|
+
width: size,
|
|
469
|
+
height: size,
|
|
470
|
+
ref,
|
|
471
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
472
|
+
viewBox: "0 0 32 32",
|
|
473
|
+
fill: "currentColor",
|
|
474
|
+
...rest
|
|
475
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 15 22.25 15 20 22.0312 17.7917 15.0003 16 15.0003 18.5 23 21.5 23 24 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,23h-5c-.5522,0-1-.4478-1-1v-12c0-.5522.4478-1,1-1h10c.5522,0,1,.4478,1,1v4h-2v-3h-8v10h4v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z" }), children);
|
|
476
|
+
});
|
|
477
|
+
if (process.env.NODE_ENV !== "production") WebServicesTaskDefinitionVersion.propTypes = require_iconPropTypes.iconPropTypes;
|
|
478
|
+
const Webhook = /* @__PURE__ */ react.default.forwardRef(function Webhook({ children, size = 16, ...rest }, ref) {
|
|
479
|
+
return react.default.createElement(require_Icon_js, {
|
|
480
|
+
width: size,
|
|
481
|
+
height: size,
|
|
482
|
+
ref,
|
|
483
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
484
|
+
viewBox: "0 0 32 32",
|
|
485
|
+
fill: "currentColor",
|
|
486
|
+
...rest
|
|
487
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z" }), children);
|
|
488
|
+
});
|
|
489
|
+
if (process.env.NODE_ENV !== "production") Webhook.propTypes = require_iconPropTypes.iconPropTypes;
|
|
490
|
+
const Websheet = /* @__PURE__ */ react.default.forwardRef(function Websheet({ children, size = 16, ...rest }, ref) {
|
|
491
|
+
return react.default.createElement(require_Icon_js, {
|
|
492
|
+
width: size,
|
|
493
|
+
height: size,
|
|
494
|
+
ref,
|
|
495
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
496
|
+
viewBox: "0 0 32 32",
|
|
497
|
+
fill: "currentColor",
|
|
498
|
+
...rest
|
|
499
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
500
|
+
cx: "24",
|
|
501
|
+
cy: "24",
|
|
502
|
+
r: "2"
|
|
503
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,30a6,6,0,1,1,6-6A6.0069,6.0069,0,0,1,24,30Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,24,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z" }), children);
|
|
504
|
+
});
|
|
505
|
+
if (process.env.NODE_ENV !== "production") Websheet.propTypes = require_iconPropTypes.iconPropTypes;
|
|
506
|
+
const Wheat = /* @__PURE__ */ react.default.forwardRef(function Wheat({ children, size = 16, ...rest }, ref) {
|
|
507
|
+
return react.default.createElement(require_Icon_js, {
|
|
508
|
+
width: size,
|
|
509
|
+
height: size,
|
|
510
|
+
ref,
|
|
511
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
512
|
+
viewBox: "0 0 32 32",
|
|
513
|
+
fill: "currentColor",
|
|
514
|
+
...rest
|
|
515
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,3V5.5857l-4,4V1H15V9.5857l-4-4V3H9V19a7.004,7.004,0,0,0,6,6.92V30h2V25.92A7.004,7.004,0,0,0,23,19V3ZM15,23.8987A5.008,5.008,0,0,1,11,19v-2.586l4,4Zm0-6.313-4-4V8.4138l4,4Zm2-5.1719,4-4v5.1719l-4,4Zm0,11.4849V20.4138l4-4V19A5.008,5.008,0,0,1,17,23.8987Z" }), children);
|
|
516
|
+
});
|
|
517
|
+
if (process.env.NODE_ENV !== "production") Wheat.propTypes = require_iconPropTypes.iconPropTypes;
|
|
518
|
+
const WhileLoop = /* @__PURE__ */ react.default.forwardRef(function WhileLoop({ children, size = 16, ...rest }, ref) {
|
|
519
|
+
return react.default.createElement(require_Icon_js, {
|
|
520
|
+
width: size,
|
|
521
|
+
height: size,
|
|
522
|
+
ref,
|
|
523
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
524
|
+
viewBox: "0 0 32 32",
|
|
525
|
+
fill: "currentColor",
|
|
526
|
+
...rest
|
|
527
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,23h7v7h-2v-3.3518c-1.6447,2.0408-4.1525,3.3516-7.0002,3.3516l-9.9998.0002c-5,0-9-4-9-9v-8h2v8c0,3.8999,3.1,7,7,7h10c2.4032,0,4.4943-1.1841,5.7518-3h-3.7518v-2ZM9,7h-3.7518c1.2575-1.8159,3.3486-3,5.7518-3h10c3.9,0,7,3.1001,7,7v8h2v-8c0-5-4-9-9-9l-9.9998.0002c-2.8477,0-5.3555,1.3108-7.0002,3.3516V2h-2v7h7v-2ZM13.957,22l1.5303-6.3457.7739-3.1641h.0347l.7393,3.1641,1.5308,6.3457h2.562l2.8721-12.0029h-2.167l-1.2207,5.7607-.7568,3.6797h-.0518l-.8423-3.6797-1.376-5.7607h-2.5107l-1.3755,5.7607-.8599,3.6797h-.0518l-.7393-3.6797-1.1865-5.7607h-2.27l2.7856,12.0029h2.5796Z" }), children);
|
|
528
|
+
});
|
|
529
|
+
if (process.env.NODE_ENV !== "production") WhileLoop.propTypes = require_iconPropTypes.iconPropTypes;
|
|
530
|
+
const WhitePaper = /* @__PURE__ */ react.default.forwardRef(function WhitePaper({ children, size = 16, ...rest }, ref) {
|
|
531
|
+
return react.default.createElement(require_Icon_js, {
|
|
532
|
+
width: size,
|
|
533
|
+
height: size,
|
|
534
|
+
ref,
|
|
535
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
536
|
+
viewBox: "0 0 32 32",
|
|
537
|
+
fill: "currentColor",
|
|
538
|
+
...rest
|
|
539
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 27.1798 19.41 24.5899 18 26 22 30 30 22 28.5899 20.59 22 27.1798z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 17H16V19H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 12H21V14H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 7H21V9H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,30H6c-1.103,0-2-.8972-2-2V4c0-1.1028.897-2,2-2h18c1.103,0,2,.8972,2,2v15h-2V4H6v24h10v2Z" }), children);
|
|
540
|
+
});
|
|
541
|
+
if (process.env.NODE_ENV !== "production") WhitePaper.propTypes = require_iconPropTypes.iconPropTypes;
|
|
542
|
+
const Wifi = /* @__PURE__ */ react.default.forwardRef(function Wifi({ children, size = 16, ...rest }, ref) {
|
|
543
|
+
return react.default.createElement(require_Icon_js, {
|
|
544
|
+
width: size,
|
|
545
|
+
height: size,
|
|
546
|
+
ref,
|
|
547
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
548
|
+
viewBox: "0 0 32 32",
|
|
549
|
+
fill: "currentColor",
|
|
550
|
+
...rest
|
|
551
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
552
|
+
cx: "16",
|
|
553
|
+
cy: "25",
|
|
554
|
+
r: "2"
|
|
555
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.47,19.2334l1.4136,1.4131a5.9688,5.9688,0,0,1,8.2229-.0093L21.52,19.2236a7.9629,7.9629,0,0,0-11.05.01Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.229,14.9927l1.4136,1.4135a11.955,11.955,0,0,1,16.7041-.01L25.76,14.9829a13.9514,13.9514,0,0,0-19.5313.01Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,10.7412a19.94,19.94,0,0,0-28,0v.0225L3.4043,12.168a17.9336,17.9336,0,0,1,25.1811-.01L30,10.7432Z" }), children);
|
|
556
|
+
});
|
|
557
|
+
if (process.env.NODE_ENV !== "production") Wifi.propTypes = require_iconPropTypes.iconPropTypes;
|
|
558
|
+
const WifiController = /* @__PURE__ */ react.default.forwardRef(function WifiController({ children, size = 16, ...rest }, ref) {
|
|
559
|
+
return react.default.createElement(require_Icon_js, {
|
|
560
|
+
width: size,
|
|
561
|
+
height: size,
|
|
562
|
+
ref,
|
|
563
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
564
|
+
viewBox: "0 0 32 32",
|
|
565
|
+
fill: "currentColor",
|
|
566
|
+
...rest
|
|
567
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,30H26a2,2,0,0,0,2-2V22a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v6A2,2,0,0,0,6,30Zm0-8H26v6H6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
568
|
+
cx: "9",
|
|
569
|
+
cy: "25",
|
|
570
|
+
r: "1"
|
|
571
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
572
|
+
cx: "16",
|
|
573
|
+
cy: "14.5",
|
|
574
|
+
r: "1.5"
|
|
575
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.7832,10.3325a7.0007,7.0007,0,0,1,10.4341,0l-1.49,1.334a5,5,0,0,0-7.4537,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.1992,7.3994a11.0019,11.0019,0,0,1,17.6006,0L23.2,8.6a9.0009,9.0009,0,0,0-14.4014.0005Z" }), children);
|
|
576
|
+
});
|
|
577
|
+
if (process.env.NODE_ENV !== "production") WifiController.propTypes = require_iconPropTypes.iconPropTypes;
|
|
578
|
+
const WifiNotSecure = /* @__PURE__ */ react.default.forwardRef(function WifiNotSecure({ children, size = 16, ...rest }, ref) {
|
|
579
|
+
return react.default.createElement(require_Icon_js, {
|
|
580
|
+
width: size,
|
|
581
|
+
height: size,
|
|
582
|
+
ref,
|
|
583
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
584
|
+
viewBox: "0 0 32 32",
|
|
585
|
+
fill: "currentColor",
|
|
586
|
+
...rest
|
|
587
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,20H14V17a2,2,0,0,1,4,0h2a4,4,0,0,0-8,0v3a2.0025,2.0025,0,0,0-2,2v6a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V22A2.0025,2.0025,0,0,0,20,20Zm0,8H12V22h8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,8a8.9709,8.9709,0,0,0-6.3608,2.6392l1.4133,1.4135a6.9887,6.9887,0,0,1,9.895,0l1.4135-1.4135A8.9717,8.9717,0,0,0,16,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.105,7.105,7.5188,8.5186a11.9808,11.9808,0,0,1,16.9624,0L25.8949,7.105a13.9782,13.9782,0,0,0-19.79,0Z" }), children);
|
|
588
|
+
});
|
|
589
|
+
if (process.env.NODE_ENV !== "production") WifiNotSecure.propTypes = require_iconPropTypes.iconPropTypes;
|
|
590
|
+
const WifiOff = /* @__PURE__ */ react.default.forwardRef(function WifiOff({ children, size = 16, ...rest }, ref) {
|
|
591
|
+
return react.default.createElement(require_Icon_js, {
|
|
592
|
+
width: size,
|
|
593
|
+
height: size,
|
|
594
|
+
ref,
|
|
595
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
596
|
+
viewBox: "0 0 32 32",
|
|
597
|
+
fill: "currentColor",
|
|
598
|
+
...rest
|
|
599
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
600
|
+
cx: "16",
|
|
601
|
+
cy: "25",
|
|
602
|
+
r: "2"
|
|
603
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,3.4141,28.5859,2,2,28.5859,3.4141,30,14.0962,19.3179a5.9359,5.9359,0,0,1,6.01,1.3193L21.52,19.2236a7.9669,7.9669,0,0,0-5.125-2.2041l3.3875-3.3877a11.9908,11.9908,0,0,1,4.5647,2.7647L25.76,14.9829A13.975,13.975,0,0,0,21.334,12.08L24.3308,9.083a17.9364,17.9364,0,0,1,4.2546,3.0747L30,10.7432v-.002a20.02,20.02,0,0,0-4.1895-3.1377Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.68,13.0776l2.0415-2.0415C16.481,11.0234,16.2437,11,16,11a13.9447,13.9447,0,0,0-9.771,3.9927l1.4136,1.4136A11.97,11.97,0,0,1,14.68,13.0776Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,7a17.87,17.87,0,0,1,4.2324.5254L21.875,5.8828A19.9537,19.9537,0,0,0,2,10.7412v.0225L3.4043,12.168A17.9193,17.9193,0,0,1,16,7Z" }), children);
|
|
604
|
+
});
|
|
605
|
+
if (process.env.NODE_ENV !== "production") WifiOff.propTypes = require_iconPropTypes.iconPropTypes;
|
|
606
|
+
const WifiSecure = /* @__PURE__ */ react.default.forwardRef(function WifiSecure({ children, size = 16, ...rest }, ref) {
|
|
607
|
+
return react.default.createElement(require_Icon_js, {
|
|
608
|
+
width: size,
|
|
609
|
+
height: size,
|
|
610
|
+
ref,
|
|
611
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
612
|
+
viewBox: "0 0 32 32",
|
|
613
|
+
fill: "currentColor",
|
|
614
|
+
...rest
|
|
615
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,20V17a4,4,0,0,0-8,0v3a2.0025,2.0025,0,0,0-2,2v6a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V22A2.0025,2.0025,0,0,0,20,20Zm-6-3a2,2,0,0,1,4,0v3H14ZM12,28V22h8v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.105,7.105,7.5188,8.5186a11.9808,11.9808,0,0,1,16.9624,0L25.8949,7.105a13.9782,13.9782,0,0,0-19.79,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,8a8.9709,8.9709,0,0,0-6.3608,2.6392l1.4133,1.4135a6.9887,6.9887,0,0,1,9.895,0l1.4135-1.4135A8.9717,8.9717,0,0,0,16,8Z" }), children);
|
|
616
|
+
});
|
|
617
|
+
if (process.env.NODE_ENV !== "production") WifiSecure.propTypes = require_iconPropTypes.iconPropTypes;
|
|
618
|
+
const WifiBridge = /* @__PURE__ */ react.default.forwardRef(function WifiBridge({ children, size = 16, ...rest }, ref) {
|
|
619
|
+
return react.default.createElement(require_Icon_js, {
|
|
620
|
+
width: size,
|
|
621
|
+
height: size,
|
|
622
|
+
ref,
|
|
623
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
624
|
+
viewBox: "0 0 32 32",
|
|
625
|
+
fill: "currentColor",
|
|
626
|
+
...rest
|
|
627
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.9492,20.95l-1.414-1.4141a5,5,0,0,0,0-7.0715L6.9492,11.05a7,7,0,0,1,0,9.9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.4854,24.4854,9.0713,23.0713a10.0011,10.0011,0,0,0,0-14.1426l1.4141-1.4141a12.0006,12.0006,0,0,1,0,16.9708Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.0508,20.95a7,7,0,0,1,0-9.9l1.414,1.4146a5,5,0,0,0,0,7.0715Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.5146,24.4854a12.0006,12.0006,0,0,1,0-16.9708l1.4141,1.4141a10.0011,10.0011,0,0,0,0,14.1426Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3,15H2V4H0V28H2V17H3a1,1,0,0,0,0-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,4V15H29a1,1,0,0,0,0,2h1V28h2V4Z" }), children);
|
|
628
|
+
});
|
|
629
|
+
if (process.env.NODE_ENV !== "production") WifiBridge.propTypes = require_iconPropTypes.iconPropTypes;
|
|
630
|
+
const WifiBridgeAlt = /* @__PURE__ */ react.default.forwardRef(function WifiBridgeAlt({ children, size = 16, ...rest }, ref) {
|
|
631
|
+
return react.default.createElement(require_Icon_js, {
|
|
632
|
+
width: size,
|
|
633
|
+
height: size,
|
|
634
|
+
ref,
|
|
635
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
636
|
+
viewBox: "0 0 32 32",
|
|
637
|
+
fill: "currentColor",
|
|
638
|
+
...rest
|
|
639
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,26H11a5.0057,5.0057,0,0,0-5-5V19A7.0078,7.0078,0,0,1,13,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,26H16A10.0113,10.0113,0,0,0,6,16V14A12.0137,12.0137,0,0,1,18,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,13a7.0078,7.0078,0,0,1-7-7h2a5.0057,5.0057,0,0,0,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,18A12.0137,12.0137,0,0,1,14,6h2A10.0113,10.0113,0,0,0,26,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.707,24.293a.9994.9994,0,0,0-1.414,0L2,28.5859,3.4143,30,7.707,25.707A.9994.9994,0,0,0,7.707,24.293Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.5859,2,24.293,6.293a1,1,0,0,0,1.414,1.414L30,3.4141Z" }), children);
|
|
640
|
+
});
|
|
641
|
+
if (process.env.NODE_ENV !== "production") WifiBridgeAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
642
|
+
const Wikis = /* @__PURE__ */ react.default.forwardRef(function Wikis({ children, size = 16, ...rest }, ref) {
|
|
643
|
+
return react.default.createElement(require_Icon_js, {
|
|
644
|
+
width: size,
|
|
645
|
+
height: size,
|
|
646
|
+
ref,
|
|
647
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
648
|
+
viewBox: "0 0 32 32",
|
|
649
|
+
fill: "currentColor",
|
|
650
|
+
...rest
|
|
651
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM28,15H22A24.26,24.26,0,0,0,19.21,4.45,12,12,0,0,1,28,15ZM16,28a5,5,0,0,1-.67,0A21.85,21.85,0,0,1,12,17H20a21.85,21.85,0,0,1-3.3,11A5,5,0,0,1,16,28ZM12,15a21.85,21.85,0,0,1,3.3-11,6,6,0,0,1,1.34,0A21.85,21.85,0,0,1,20,15Zm.76-10.55A24.26,24.26,0,0,0,10,15h-6A12,12,0,0,1,12.79,4.45ZM4.05,17h6a24.26,24.26,0,0,0,2.75,10.55A12,12,0,0,1,4.05,17ZM19.21,27.55A24.26,24.26,0,0,0,22,17h6A12,12,0,0,1,19.21,27.55Z" }), children);
|
|
652
|
+
});
|
|
653
|
+
if (process.env.NODE_ENV !== "production") Wikis.propTypes = require_iconPropTypes.iconPropTypes;
|
|
27
654
|
const WindGusts = /* @__PURE__ */ react.default.forwardRef(function WindGusts({ children, size = 16, ...rest }, ref) {
|
|
28
|
-
return react.default.createElement(
|
|
655
|
+
return react.default.createElement(require_Icon_js, {
|
|
29
656
|
width: size,
|
|
30
657
|
height: size,
|
|
31
658
|
ref,
|
|
@@ -37,7 +664,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
37
664
|
});
|
|
38
665
|
if (process.env.NODE_ENV !== "production") WindGusts.propTypes = require_iconPropTypes.iconPropTypes;
|
|
39
666
|
const WindPower = /* @__PURE__ */ react.default.forwardRef(function WindPower({ children, size = 16, ...rest }, ref) {
|
|
40
|
-
return react.default.createElement(
|
|
667
|
+
return react.default.createElement(require_Icon_js, {
|
|
41
668
|
width: size,
|
|
42
669
|
height: size,
|
|
43
670
|
ref,
|
|
@@ -49,7 +676,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
49
676
|
});
|
|
50
677
|
if (process.env.NODE_ENV !== "production") WindPower.propTypes = require_iconPropTypes.iconPropTypes;
|
|
51
678
|
const WindStream = /* @__PURE__ */ react.default.forwardRef(function WindStream({ children, size = 16, ...rest }, ref) {
|
|
52
|
-
return react.default.createElement(
|
|
679
|
+
return react.default.createElement(require_Icon_js, {
|
|
53
680
|
width: size,
|
|
54
681
|
height: size,
|
|
55
682
|
ref,
|
|
@@ -61,7 +688,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
61
688
|
});
|
|
62
689
|
if (process.env.NODE_ENV !== "production") WindStream.propTypes = require_iconPropTypes.iconPropTypes;
|
|
63
690
|
const WatsonHealthWindowAuto = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthWindowAuto({ children, size = 16, ...rest }, ref) {
|
|
64
|
-
return react.default.createElement(
|
|
691
|
+
return react.default.createElement(require_Icon_js, {
|
|
65
692
|
width: size,
|
|
66
693
|
height: size,
|
|
67
694
|
ref,
|
|
@@ -85,7 +712,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
85
712
|
});
|
|
86
713
|
if (process.env.NODE_ENV !== "production") WatsonHealthWindowAuto.propTypes = require_iconPropTypes.iconPropTypes;
|
|
87
714
|
const WatsonHealthWindowBase = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthWindowBase({ children, size = 16, ...rest }, ref) {
|
|
88
|
-
return react.default.createElement(
|
|
715
|
+
return react.default.createElement(require_Icon_js, {
|
|
89
716
|
width: size,
|
|
90
717
|
height: size,
|
|
91
718
|
ref,
|
|
@@ -109,7 +736,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
109
736
|
});
|
|
110
737
|
if (process.env.NODE_ENV !== "production") WatsonHealthWindowBase.propTypes = require_iconPropTypes.iconPropTypes;
|
|
111
738
|
const WatsonHealthWindowBlackSaturation = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthWindowBlackSaturation({ children, size = 16, ...rest }, ref) {
|
|
112
|
-
return react.default.createElement(
|
|
739
|
+
return react.default.createElement(require_Icon_js, {
|
|
113
740
|
width: size,
|
|
114
741
|
height: size,
|
|
115
742
|
ref,
|
|
@@ -130,7 +757,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
130
757
|
});
|
|
131
758
|
if (process.env.NODE_ENV !== "production") WatsonHealthWindowBlackSaturation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
132
759
|
const WatsonHealthWindowOverlay = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthWindowOverlay({ children, size = 16, ...rest }, ref) {
|
|
133
|
-
return react.default.createElement(
|
|
760
|
+
return react.default.createElement(require_Icon_js, {
|
|
134
761
|
width: size,
|
|
135
762
|
height: size,
|
|
136
763
|
ref,
|
|
@@ -154,7 +781,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
154
781
|
});
|
|
155
782
|
if (process.env.NODE_ENV !== "production") WatsonHealthWindowOverlay.propTypes = require_iconPropTypes.iconPropTypes;
|
|
156
783
|
const WatsonHealthWindowPreset = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthWindowPreset({ children, size = 16, ...rest }, ref) {
|
|
157
|
-
return react.default.createElement(
|
|
784
|
+
return react.default.createElement(require_Icon_js, {
|
|
158
785
|
width: size,
|
|
159
786
|
height: size,
|
|
160
787
|
ref,
|
|
@@ -178,7 +805,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
178
805
|
});
|
|
179
806
|
if (process.env.NODE_ENV !== "production") WatsonHealthWindowPreset.propTypes = require_iconPropTypes.iconPropTypes;
|
|
180
807
|
const Windy = /* @__PURE__ */ react.default.forwardRef(function Windy({ children, size = 16, ...rest }, ref) {
|
|
181
|
-
return react.default.createElement(
|
|
808
|
+
return react.default.createElement(require_Icon_js, {
|
|
182
809
|
width: size,
|
|
183
810
|
height: size,
|
|
184
811
|
ref,
|
|
@@ -190,7 +817,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
190
817
|
});
|
|
191
818
|
if (process.env.NODE_ENV !== "production") Windy.propTypes = require_iconPropTypes.iconPropTypes;
|
|
192
819
|
const WindyDust = /* @__PURE__ */ react.default.forwardRef(function WindyDust({ children, size = 16, ...rest }, ref) {
|
|
193
|
-
return react.default.createElement(
|
|
820
|
+
return react.default.createElement(require_Icon_js, {
|
|
194
821
|
width: size,
|
|
195
822
|
height: size,
|
|
196
823
|
ref,
|
|
@@ -202,7 +829,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
202
829
|
});
|
|
203
830
|
if (process.env.NODE_ENV !== "production") WindyDust.propTypes = require_iconPropTypes.iconPropTypes;
|
|
204
831
|
const WindySnow = /* @__PURE__ */ react.default.forwardRef(function WindySnow({ children, size = 16, ...rest }, ref) {
|
|
205
|
-
return react.default.createElement(
|
|
832
|
+
return react.default.createElement(require_Icon_js, {
|
|
206
833
|
width: size,
|
|
207
834
|
height: size,
|
|
208
835
|
ref,
|
|
@@ -214,7 +841,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
214
841
|
});
|
|
215
842
|
if (process.env.NODE_ENV !== "production") WindySnow.propTypes = require_iconPropTypes.iconPropTypes;
|
|
216
843
|
const WindyStrong = /* @__PURE__ */ react.default.forwardRef(function WindyStrong({ children, size = 16, ...rest }, ref) {
|
|
217
|
-
return react.default.createElement(
|
|
844
|
+
return react.default.createElement(require_Icon_js, {
|
|
218
845
|
width: size,
|
|
219
846
|
height: size,
|
|
220
847
|
ref,
|
|
@@ -226,7 +853,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
226
853
|
});
|
|
227
854
|
if (process.env.NODE_ENV !== "production") WindyStrong.propTypes = require_iconPropTypes.iconPropTypes;
|
|
228
855
|
const WinterWarning = /* @__PURE__ */ react.default.forwardRef(function WinterWarning({ children, size = 16, ...rest }, ref) {
|
|
229
|
-
return react.default.createElement(
|
|
856
|
+
return react.default.createElement(require_Icon_js, {
|
|
230
857
|
width: size,
|
|
231
858
|
height: size,
|
|
232
859
|
ref,
|
|
@@ -241,7 +868,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
241
868
|
});
|
|
242
869
|
if (process.env.NODE_ENV !== "production") WinterWarning.propTypes = require_iconPropTypes.iconPropTypes;
|
|
243
870
|
const WintryMix = /* @__PURE__ */ react.default.forwardRef(function WintryMix({ children, size = 16, ...rest }, ref) {
|
|
244
|
-
return react.default.createElement(
|
|
871
|
+
return react.default.createElement(require_Icon_js, {
|
|
245
872
|
width: size,
|
|
246
873
|
height: size,
|
|
247
874
|
ref,
|
|
@@ -253,7 +880,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
253
880
|
});
|
|
254
881
|
if (process.env.NODE_ENV !== "production") WintryMix.propTypes = require_iconPropTypes.iconPropTypes;
|
|
255
882
|
const WirelessCheckout = /* @__PURE__ */ react.default.forwardRef(function WirelessCheckout({ children, size = 16, ...rest }, ref) {
|
|
256
|
-
return react.default.createElement(
|
|
883
|
+
return react.default.createElement(require_Icon_js, {
|
|
257
884
|
width: size,
|
|
258
885
|
height: size,
|
|
259
886
|
ref,
|
|
@@ -265,7 +892,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
265
892
|
});
|
|
266
893
|
if (process.env.NODE_ENV !== "production") WirelessCheckout.propTypes = require_iconPropTypes.iconPropTypes;
|
|
267
894
|
const Wmv = /* @__PURE__ */ react.default.forwardRef(function Wmv({ children, size = 16, ...rest }, ref) {
|
|
268
|
-
return react.default.createElement(
|
|
895
|
+
return react.default.createElement(require_Icon_js, {
|
|
269
896
|
width: size,
|
|
270
897
|
height: size,
|
|
271
898
|
ref,
|
|
@@ -277,7 +904,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
277
904
|
});
|
|
278
905
|
if (process.env.NODE_ENV !== "production") Wmv.propTypes = require_iconPropTypes.iconPropTypes;
|
|
279
906
|
const WordCloud = /* @__PURE__ */ react.default.forwardRef(function WordCloud({ children, size = 16, ...rest }, ref) {
|
|
280
|
-
return react.default.createElement(
|
|
907
|
+
return react.default.createElement(require_Icon_js, {
|
|
281
908
|
width: size,
|
|
282
909
|
height: size,
|
|
283
910
|
ref,
|
|
@@ -289,7 +916,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
289
916
|
});
|
|
290
917
|
if (process.env.NODE_ENV !== "production") WordCloud.propTypes = require_iconPropTypes.iconPropTypes;
|
|
291
918
|
const WorkflowAutomation = /* @__PURE__ */ react.default.forwardRef(function WorkflowAutomation({ children, size = 16, ...rest }, ref) {
|
|
292
|
-
return react.default.createElement(
|
|
919
|
+
return react.default.createElement(require_Icon_js, {
|
|
293
920
|
width: size,
|
|
294
921
|
height: size,
|
|
295
922
|
ref,
|
|
@@ -311,7 +938,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
311
938
|
});
|
|
312
939
|
if (process.env.NODE_ENV !== "production") WorkflowAutomation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
313
940
|
const Workspace = /* @__PURE__ */ react.default.forwardRef(function Workspace({ children, size = 16, ...rest }, ref) {
|
|
314
|
-
return react.default.createElement(
|
|
941
|
+
return react.default.createElement(require_Icon_js, {
|
|
315
942
|
width: size,
|
|
316
943
|
height: size,
|
|
317
944
|
ref,
|
|
@@ -323,7 +950,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
323
950
|
});
|
|
324
951
|
if (process.env.NODE_ENV !== "production") Workspace.propTypes = require_iconPropTypes.iconPropTypes;
|
|
325
952
|
const WorkspaceImport = /* @__PURE__ */ react.default.forwardRef(function WorkspaceImport({ children, size = 16, ...rest }, ref) {
|
|
326
|
-
return react.default.createElement(
|
|
953
|
+
return react.default.createElement(require_Icon_js, {
|
|
327
954
|
width: size,
|
|
328
955
|
height: size,
|
|
329
956
|
ref,
|
|
@@ -335,7 +962,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
335
962
|
});
|
|
336
963
|
if (process.env.NODE_ENV !== "production") WorkspaceImport.propTypes = require_iconPropTypes.iconPropTypes;
|
|
337
964
|
const Worship = /* @__PURE__ */ react.default.forwardRef(function Worship({ children, size = 16, ...rest }, ref) {
|
|
338
|
-
return react.default.createElement(
|
|
965
|
+
return react.default.createElement(require_Icon_js, {
|
|
339
966
|
width: size,
|
|
340
967
|
height: size,
|
|
341
968
|
ref,
|
|
@@ -347,7 +974,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
347
974
|
});
|
|
348
975
|
if (process.env.NODE_ENV !== "production") Worship.propTypes = require_iconPropTypes.iconPropTypes;
|
|
349
976
|
const WorshipChristian = /* @__PURE__ */ react.default.forwardRef(function WorshipChristian({ children, size = 16, ...rest }, ref) {
|
|
350
|
-
return react.default.createElement(
|
|
977
|
+
return react.default.createElement(require_Icon_js, {
|
|
351
978
|
width: size,
|
|
352
979
|
height: size,
|
|
353
980
|
ref,
|
|
@@ -359,7 +986,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
359
986
|
});
|
|
360
987
|
if (process.env.NODE_ENV !== "production") WorshipChristian.propTypes = require_iconPropTypes.iconPropTypes;
|
|
361
988
|
const WorshipJewish = /* @__PURE__ */ react.default.forwardRef(function WorshipJewish({ children, size = 16, ...rest }, ref) {
|
|
362
|
-
return react.default.createElement(
|
|
989
|
+
return react.default.createElement(require_Icon_js, {
|
|
363
990
|
width: size,
|
|
364
991
|
height: size,
|
|
365
992
|
ref,
|
|
@@ -371,7 +998,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
371
998
|
});
|
|
372
999
|
if (process.env.NODE_ENV !== "production") WorshipJewish.propTypes = require_iconPropTypes.iconPropTypes;
|
|
373
1000
|
const WorshipMuslim = /* @__PURE__ */ react.default.forwardRef(function WorshipMuslim({ children, size = 16, ...rest }, ref) {
|
|
374
|
-
return react.default.createElement(
|
|
1001
|
+
return react.default.createElement(require_Icon_js, {
|
|
375
1002
|
width: size,
|
|
376
1003
|
height: size,
|
|
377
1004
|
ref,
|
|
@@ -383,7 +1010,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
383
1010
|
});
|
|
384
1011
|
if (process.env.NODE_ENV !== "production") WorshipMuslim.propTypes = require_iconPropTypes.iconPropTypes;
|
|
385
1012
|
const QX = /* @__PURE__ */ react.default.forwardRef(function QX({ children, size = 16, ...rest }, ref) {
|
|
386
|
-
return react.default.createElement(
|
|
1013
|
+
return react.default.createElement(require_Icon_js, {
|
|
387
1014
|
width: size,
|
|
388
1015
|
height: size,
|
|
389
1016
|
ref,
|
|
@@ -395,7 +1022,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
395
1022
|
});
|
|
396
1023
|
if (process.env.NODE_ENV !== "production") QX.propTypes = require_iconPropTypes.iconPropTypes;
|
|
397
1024
|
const XAxis = /* @__PURE__ */ react.default.forwardRef(function XAxis({ children, size = 16, ...rest }, ref) {
|
|
398
|
-
return react.default.createElement(
|
|
1025
|
+
return react.default.createElement(require_Icon_js, {
|
|
399
1026
|
width: size,
|
|
400
1027
|
height: size,
|
|
401
1028
|
ref,
|
|
@@ -407,7 +1034,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
407
1034
|
});
|
|
408
1035
|
if (process.env.NODE_ENV !== "production") XAxis.propTypes = require_iconPropTypes.iconPropTypes;
|
|
409
1036
|
const Xls = /* @__PURE__ */ react.default.forwardRef(function Xls({ children, size = 16, ...rest }, ref) {
|
|
410
|
-
return react.default.createElement(
|
|
1037
|
+
return react.default.createElement(require_Icon_js, {
|
|
411
1038
|
width: size,
|
|
412
1039
|
height: size,
|
|
413
1040
|
ref,
|
|
@@ -419,7 +1046,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
419
1046
|
});
|
|
420
1047
|
if (process.env.NODE_ENV !== "production") Xls.propTypes = require_iconPropTypes.iconPropTypes;
|
|
421
1048
|
const Xml = /* @__PURE__ */ react.default.forwardRef(function Xml({ children, size = 16, ...rest }, ref) {
|
|
422
|
-
return react.default.createElement(
|
|
1049
|
+
return react.default.createElement(require_Icon_js, {
|
|
423
1050
|
width: size,
|
|
424
1051
|
height: size,
|
|
425
1052
|
ref,
|
|
@@ -431,7 +1058,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
431
1058
|
});
|
|
432
1059
|
if (process.env.NODE_ENV !== "production") Xml.propTypes = require_iconPropTypes.iconPropTypes;
|
|
433
1060
|
const QY = /* @__PURE__ */ react.default.forwardRef(function QY({ children, size = 16, ...rest }, ref) {
|
|
434
|
-
return react.default.createElement(
|
|
1061
|
+
return react.default.createElement(require_Icon_js, {
|
|
435
1062
|
width: size,
|
|
436
1063
|
height: size,
|
|
437
1064
|
ref,
|
|
@@ -443,7 +1070,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
443
1070
|
});
|
|
444
1071
|
if (process.env.NODE_ENV !== "production") QY.propTypes = require_iconPropTypes.iconPropTypes;
|
|
445
1072
|
const YAxis = /* @__PURE__ */ react.default.forwardRef(function YAxis({ children, size = 16, ...rest }, ref) {
|
|
446
|
-
return react.default.createElement(
|
|
1073
|
+
return react.default.createElement(require_Icon_js, {
|
|
447
1074
|
width: size,
|
|
448
1075
|
height: size,
|
|
449
1076
|
ref,
|
|
@@ -455,7 +1082,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
455
1082
|
});
|
|
456
1083
|
if (process.env.NODE_ENV !== "production") YAxis.propTypes = require_iconPropTypes.iconPropTypes;
|
|
457
1084
|
const QZ = /* @__PURE__ */ react.default.forwardRef(function QZ({ children, size = 16, ...rest }, ref) {
|
|
458
|
-
return react.default.createElement(
|
|
1085
|
+
return react.default.createElement(require_Icon_js, {
|
|
459
1086
|
width: size,
|
|
460
1087
|
height: size,
|
|
461
1088
|
ref,
|
|
@@ -467,7 +1094,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
467
1094
|
});
|
|
468
1095
|
if (process.env.NODE_ENV !== "production") QZ.propTypes = require_iconPropTypes.iconPropTypes;
|
|
469
1096
|
const ZLpar = /* @__PURE__ */ react.default.forwardRef(function ZLpar({ children, size = 16, ...rest }, ref) {
|
|
470
|
-
return react.default.createElement(
|
|
1097
|
+
return react.default.createElement(require_Icon_js, {
|
|
471
1098
|
width: size,
|
|
472
1099
|
height: size,
|
|
473
1100
|
ref,
|
|
@@ -479,7 +1106,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
479
1106
|
});
|
|
480
1107
|
if (process.env.NODE_ENV !== "production") ZLpar.propTypes = require_iconPropTypes.iconPropTypes;
|
|
481
1108
|
const ZSystems = /* @__PURE__ */ react.default.forwardRef(function ZSystems({ children, size = 16, ...rest }, ref) {
|
|
482
|
-
return react.default.createElement(
|
|
1109
|
+
return react.default.createElement(require_Icon_js, {
|
|
483
1110
|
width: size,
|
|
484
1111
|
height: size,
|
|
485
1112
|
ref,
|
|
@@ -491,7 +1118,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
491
1118
|
});
|
|
492
1119
|
if (process.env.NODE_ENV !== "production") ZSystems.propTypes = require_iconPropTypes.iconPropTypes;
|
|
493
1120
|
const ZAxis = /* @__PURE__ */ react.default.forwardRef(function ZAxis({ children, size = 16, ...rest }, ref) {
|
|
494
|
-
return react.default.createElement(
|
|
1121
|
+
return react.default.createElement(require_Icon_js, {
|
|
495
1122
|
width: size,
|
|
496
1123
|
height: size,
|
|
497
1124
|
ref,
|
|
@@ -503,7 +1130,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
503
1130
|
});
|
|
504
1131
|
if (process.env.NODE_ENV !== "production") ZAxis.propTypes = require_iconPropTypes.iconPropTypes;
|
|
505
1132
|
const ZHyperLink = /* @__PURE__ */ react.default.forwardRef(function ZHyperLink({ children, size = 16, ...rest }, ref) {
|
|
506
|
-
return react.default.createElement(
|
|
1133
|
+
return react.default.createElement(require_Icon_js, {
|
|
507
1134
|
width: size,
|
|
508
1135
|
height: size,
|
|
509
1136
|
ref,
|
|
@@ -515,7 +1142,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
515
1142
|
});
|
|
516
1143
|
if (process.env.NODE_ENV !== "production") ZHyperLink.propTypes = require_iconPropTypes.iconPropTypes;
|
|
517
1144
|
const Zip = /* @__PURE__ */ react.default.forwardRef(function Zip({ children, size = 16, ...rest }, ref) {
|
|
518
|
-
return react.default.createElement(
|
|
1145
|
+
return react.default.createElement(require_Icon_js, {
|
|
519
1146
|
width: size,
|
|
520
1147
|
height: size,
|
|
521
1148
|
ref,
|
|
@@ -527,7 +1154,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
527
1154
|
});
|
|
528
1155
|
if (process.env.NODE_ENV !== "production") Zip.propTypes = require_iconPropTypes.iconPropTypes;
|
|
529
1156
|
const ZipReference = /* @__PURE__ */ react.default.forwardRef(function ZipReference({ children, size = 16, ...rest }, ref) {
|
|
530
|
-
return react.default.createElement(
|
|
1157
|
+
return react.default.createElement(require_Icon_js, {
|
|
531
1158
|
width: size,
|
|
532
1159
|
height: size,
|
|
533
1160
|
ref,
|
|
@@ -539,7 +1166,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
539
1166
|
});
|
|
540
1167
|
if (process.env.NODE_ENV !== "production") ZipReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
541
1168
|
const ZoomArea = /* @__PURE__ */ react.default.forwardRef(function ZoomArea({ children, size = 16, ...rest }, ref) {
|
|
542
|
-
return react.default.createElement(
|
|
1169
|
+
return react.default.createElement(require_Icon_js, {
|
|
543
1170
|
width: size,
|
|
544
1171
|
height: size,
|
|
545
1172
|
ref,
|
|
@@ -551,7 +1178,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
551
1178
|
});
|
|
552
1179
|
if (process.env.NODE_ENV !== "production") ZoomArea.propTypes = require_iconPropTypes.iconPropTypes;
|
|
553
1180
|
const ZoomFit = /* @__PURE__ */ react.default.forwardRef(function ZoomFit({ children, size = 16, ...rest }, ref) {
|
|
554
|
-
return react.default.createElement(
|
|
1181
|
+
return react.default.createElement(require_Icon_js, {
|
|
555
1182
|
width: size,
|
|
556
1183
|
height: size,
|
|
557
1184
|
ref,
|
|
@@ -563,7 +1190,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
563
1190
|
});
|
|
564
1191
|
if (process.env.NODE_ENV !== "production") ZoomFit.propTypes = require_iconPropTypes.iconPropTypes;
|
|
565
1192
|
const ZoomIn = /* @__PURE__ */ react.default.forwardRef(function ZoomIn({ children, size = 16, ...rest }, ref) {
|
|
566
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
1193
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
|
|
567
1194
|
width: size,
|
|
568
1195
|
height: size,
|
|
569
1196
|
ref,
|
|
@@ -572,7 +1199,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
572
1199
|
fill: "currentColor",
|
|
573
1200
|
...rest
|
|
574
1201
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 6 7 6 7 4 6 4 6 6 4 6 4 7 6 7 6 9 7 9 7 7 9 7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.7,10C11.5,9,12,7.8,12,6.5C12,3.5,9.5,1,6.5,1S1,3.5,1,6.5S3.5,12,6.5,12c1.3,0,2.5-0.5,3.5-1.3l3.8,3.8l0.7-0.7 L10.7,10z M6.5,11C4,11,2,9,2,6.5S4,2,6.5,2S11,4,11,6.5S9,11,6.5,11L6.5,11z" }), children);
|
|
575
|
-
return react.default.createElement(
|
|
1202
|
+
return react.default.createElement(require_Icon_js, {
|
|
576
1203
|
width: size,
|
|
577
1204
|
height: size,
|
|
578
1205
|
ref,
|
|
@@ -584,7 +1211,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
584
1211
|
});
|
|
585
1212
|
if (process.env.NODE_ENV !== "production") ZoomIn.propTypes = require_iconPropTypes.iconPropTypes;
|
|
586
1213
|
const ZoomInArea = /* @__PURE__ */ react.default.forwardRef(function ZoomInArea({ children, size = 16, ...rest }, ref) {
|
|
587
|
-
return react.default.createElement(
|
|
1214
|
+
return react.default.createElement(require_Icon_js, {
|
|
588
1215
|
width: size,
|
|
589
1216
|
height: size,
|
|
590
1217
|
ref,
|
|
@@ -596,7 +1223,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
596
1223
|
});
|
|
597
1224
|
if (process.env.NODE_ENV !== "production") ZoomInArea.propTypes = require_iconPropTypes.iconPropTypes;
|
|
598
1225
|
const ZoomOut = /* @__PURE__ */ react.default.forwardRef(function ZoomOut({ children, size = 16, ...rest }, ref) {
|
|
599
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
1226
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
|
|
600
1227
|
width: size,
|
|
601
1228
|
height: size,
|
|
602
1229
|
ref,
|
|
@@ -605,7 +1232,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
605
1232
|
fill: "currentColor",
|
|
606
1233
|
...rest
|
|
607
1234
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 6H9V7H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.7,10C11.5,9,12,7.8,12,6.5C12,3.5,9.5,1,6.5,1S1,3.5,1,6.5S3.5,12,6.5,12c1.3,0,2.5-0.5,3.5-1.3l3.8,3.8l0.7-0.7 L10.7,10z M6.5,11C4,11,2,9,2,6.5S4,2,6.5,2S11,4,11,6.5S9,11,6.5,11L6.5,11z" }), children);
|
|
608
|
-
return react.default.createElement(
|
|
1235
|
+
return react.default.createElement(require_Icon_js, {
|
|
609
1236
|
width: size,
|
|
610
1237
|
height: size,
|
|
611
1238
|
ref,
|
|
@@ -617,7 +1244,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
617
1244
|
});
|
|
618
1245
|
if (process.env.NODE_ENV !== "production") ZoomOut.propTypes = require_iconPropTypes.iconPropTypes;
|
|
619
1246
|
const ZoomOutArea = /* @__PURE__ */ react.default.forwardRef(function ZoomOutArea({ children, size = 16, ...rest }, ref) {
|
|
620
|
-
return react.default.createElement(
|
|
1247
|
+
return react.default.createElement(require_Icon_js, {
|
|
621
1248
|
width: size,
|
|
622
1249
|
height: size,
|
|
623
1250
|
ref,
|
|
@@ -629,7 +1256,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
629
1256
|
});
|
|
630
1257
|
if (process.env.NODE_ENV !== "production") ZoomOutArea.propTypes = require_iconPropTypes.iconPropTypes;
|
|
631
1258
|
const ZoomReset = /* @__PURE__ */ react.default.forwardRef(function ZoomReset({ children, size = 16, ...rest }, ref) {
|
|
632
|
-
return react.default.createElement(
|
|
1259
|
+
return react.default.createElement(require_Icon_js, {
|
|
633
1260
|
width: size,
|
|
634
1261
|
height: size,
|
|
635
1262
|
ref,
|
|
@@ -641,7 +1268,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
641
1268
|
});
|
|
642
1269
|
if (process.env.NODE_ENV !== "production") ZoomReset.propTypes = require_iconPropTypes.iconPropTypes;
|
|
643
1270
|
const WatsonHealthZoomPan = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthZoomPan({ children, size = 16, ...rest }, ref) {
|
|
644
|
-
return react.default.createElement(
|
|
1271
|
+
return react.default.createElement(require_Icon_js, {
|
|
645
1272
|
width: size,
|
|
646
1273
|
height: size,
|
|
647
1274
|
ref,
|
|
@@ -653,7 +1280,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
653
1280
|
});
|
|
654
1281
|
if (process.env.NODE_ENV !== "production") WatsonHealthZoomPan.propTypes = require_iconPropTypes.iconPropTypes;
|
|
655
1282
|
const Zos = /* @__PURE__ */ react.default.forwardRef(function Zos({ children, size = 16, ...rest }, ref) {
|
|
656
|
-
return react.default.createElement(
|
|
1283
|
+
return react.default.createElement(require_Icon_js, {
|
|
657
1284
|
width: size,
|
|
658
1285
|
height: size,
|
|
659
1286
|
ref,
|
|
@@ -665,7 +1292,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
665
1292
|
});
|
|
666
1293
|
if (process.env.NODE_ENV !== "production") Zos.propTypes = require_iconPropTypes.iconPropTypes;
|
|
667
1294
|
const ZosPartition = /* @__PURE__ */ react.default.forwardRef(function ZosPartition({ children, size = 16, ...rest }, ref) {
|
|
668
|
-
return react.default.createElement(
|
|
1295
|
+
return react.default.createElement(require_Icon_js, {
|
|
669
1296
|
width: size,
|
|
670
1297
|
height: size,
|
|
671
1298
|
ref,
|
|
@@ -677,7 +1304,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
677
1304
|
});
|
|
678
1305
|
if (process.env.NODE_ENV !== "production") ZosPartition.propTypes = require_iconPropTypes.iconPropTypes;
|
|
679
1306
|
const ZosSysplex = /* @__PURE__ */ react.default.forwardRef(function ZosSysplex({ children, size = 16, ...rest }, ref) {
|
|
680
|
-
return react.default.createElement(
|
|
1307
|
+
return react.default.createElement(require_Icon_js, {
|
|
681
1308
|
width: size,
|
|
682
1309
|
height: size,
|
|
683
1310
|
ref,
|
|
@@ -691,12 +1318,54 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
691
1318
|
exports.QX = QX;
|
|
692
1319
|
exports.QY = QY;
|
|
693
1320
|
exports.QZ = QZ;
|
|
1321
|
+
exports.WarningDiamondFill = WarningDiamondFill;
|
|
1322
|
+
exports.WarningFilled = WarningFilled;
|
|
1323
|
+
exports.WarningHex = WarningHex;
|
|
1324
|
+
exports.WarningHexFilled = WarningHexFilled;
|
|
1325
|
+
exports.WarningMultiple = WarningMultiple;
|
|
1326
|
+
exports.WarningOther = WarningOther;
|
|
1327
|
+
exports.WarningSquare = WarningSquare;
|
|
1328
|
+
exports.WarningSquareFilled = WarningSquareFilled;
|
|
1329
|
+
exports.Watch = Watch;
|
|
1330
|
+
exports.Watson = Watson;
|
|
694
1331
|
exports.WatsonHealthWindowAuto = WatsonHealthWindowAuto;
|
|
695
1332
|
exports.WatsonHealthWindowBase = WatsonHealthWindowBase;
|
|
696
1333
|
exports.WatsonHealthWindowBlackSaturation = WatsonHealthWindowBlackSaturation;
|
|
697
1334
|
exports.WatsonHealthWindowOverlay = WatsonHealthWindowOverlay;
|
|
698
1335
|
exports.WatsonHealthWindowPreset = WatsonHealthWindowPreset;
|
|
699
1336
|
exports.WatsonHealthZoomPan = WatsonHealthZoomPan;
|
|
1337
|
+
exports.WatsonMachineLearning = WatsonMachineLearning;
|
|
1338
|
+
exports.Watsonx = Watsonx;
|
|
1339
|
+
exports.WatsonxAi = WatsonxAi;
|
|
1340
|
+
exports.WatsonxData = WatsonxData;
|
|
1341
|
+
exports.WatsonxGovernance = WatsonxGovernance;
|
|
1342
|
+
exports.WaveDirection = WaveDirection;
|
|
1343
|
+
exports.WaveHeight = WaveHeight;
|
|
1344
|
+
exports.WavePeriod = WavePeriod;
|
|
1345
|
+
exports.Waveform = Waveform;
|
|
1346
|
+
exports.WeatherFrontCold = WeatherFrontCold;
|
|
1347
|
+
exports.WeatherFrontStationary = WeatherFrontStationary;
|
|
1348
|
+
exports.WeatherFrontWarm = WeatherFrontWarm;
|
|
1349
|
+
exports.WeatherStation = WeatherStation;
|
|
1350
|
+
exports.WebServicesCluster = WebServicesCluster;
|
|
1351
|
+
exports.WebServicesContainer = WebServicesContainer;
|
|
1352
|
+
exports.WebServicesDefinition = WebServicesDefinition;
|
|
1353
|
+
exports.WebServicesService = WebServicesService;
|
|
1354
|
+
exports.WebServicesTask = WebServicesTask;
|
|
1355
|
+
exports.WebServicesTaskDefinitionVersion = WebServicesTaskDefinitionVersion;
|
|
1356
|
+
exports.Webhook = Webhook;
|
|
1357
|
+
exports.Websheet = Websheet;
|
|
1358
|
+
exports.Wheat = Wheat;
|
|
1359
|
+
exports.WhileLoop = WhileLoop;
|
|
1360
|
+
exports.WhitePaper = WhitePaper;
|
|
1361
|
+
exports.Wifi = Wifi;
|
|
1362
|
+
exports.WifiBridge = WifiBridge;
|
|
1363
|
+
exports.WifiBridgeAlt = WifiBridgeAlt;
|
|
1364
|
+
exports.WifiController = WifiController;
|
|
1365
|
+
exports.WifiNotSecure = WifiNotSecure;
|
|
1366
|
+
exports.WifiOff = WifiOff;
|
|
1367
|
+
exports.WifiSecure = WifiSecure;
|
|
1368
|
+
exports.Wikis = Wikis;
|
|
700
1369
|
exports.WindGusts = WindGusts;
|
|
701
1370
|
exports.WindPower = WindPower;
|
|
702
1371
|
exports.WindStream = WindStream;
|