@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
606 lines • 141 kB
JavaScript
/**
* Copyright IBM Corp. 2016, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const require_Icon = require("../Icon-2zUDcllO.js");
const require_iconPropTypes = require("../iconPropTypes-DaTOKOBs.js");
let react = require("react");
react = require_Icon.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:generated/bucket-10.js
const didWarnAboutDeprecation = {};
const IbmSoftwareWatsonxDataStructuredImport = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDataStructuredImport({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,26h-8.17l2.58,2.59-1.41,1.41-5-5,5-5,1.41,1.41-2.58,2.59h8.17v2ZM4,24h12v2H4c-1.1045,0-2-.8955-2-2V4c0-1.1045.8955-2,2-2h22c1.1045,0,2,.8955,2,2v14h-2v-9H4v15ZM4,7h22v-3H4v3ZM6,13h5v-2h-5v2ZM13,13h5v-2h-5v2ZM6,17h5v-2h-5v2ZM13,17h5v-2h-5v2ZM6,21h5v-2h-5v2ZM13,21h5v-2h-5v2Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataStructuredImport.propTypes = require_iconPropTypes.iconPropTypes;
const IbmSoftwareWatsonxDataUnstructuredEnrichment = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDataUnstructuredEnrichment({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,26h-2c0-1.1885.5767-2.0088,1.0854-2.7324.4907-.6978.9146-1.3003.9146-2.2676,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,.9673.4238,1.5698.9146,2.2676.5088.7236,1.0854,1.5439,1.0854,2.7324h-2c0-.5298-.2607-.9268-.7217-1.582-.5693-.8101-1.2783-1.8179-1.2783-3.418,0-2.7568,2.2432-5,5-5s5,2.2432,5,5c0,1.6001-.709,2.6079-1.2783,3.418-.4609.6553-.7217,1.0522-.7217,1.582ZM27,28h-6v2h6v-2ZM27.7236,13h-11.4468l5.7231-10.0156,5.7236,10.0156h0ZM19.7236,11h4.5527l-2.2764-3.9844-2.2764,3.9844h0ZM9,14c-2.7571,0-5-2.2429-5-5s2.2429-5,5-5,5,2.2429,5,5-2.2429,5-5,5ZM9,6c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3ZM16,27.0007H6v-10.0007h10v10.0007ZM8,25.0007h6v-6.0007h-6v6.0007Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataUnstructuredEnrichment.propTypes = require_iconPropTypes.iconPropTypes;
const IbmSoftwareWatsonxDataUnstructuredImport = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDataUnstructuredImport({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,26l-8.17-.0007,2.58,2.59-1.41,1.4107-5-5,5-5,1.41,1.4093-2.58,2.59,8.17.0007v2ZM28.7236,16h-11.4473l5.7236-10.0156,5.7236,10.0156h0ZM20.7236,14h4.5527l-2.2764-3.9844-2.2764,3.9844h0ZM17,8c0,2.7568-2.2432,5-5,5s-5-2.2432-5-5,2.2432-5,5-5,5,2.2432,5,5ZM15,8c0-1.6543-1.3457-3-3-3s-3,1.3457-3,3,1.3457,3,3,3,3-1.3457,3-3ZM5,16h10v10H5v-10ZM7,24h6v-6h-6v6Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataUnstructuredImport.propTypes = require_iconPropTypes.iconPropTypes;
const IbmSoftwareWatsonxDocumentLibrary = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDocumentLibrary({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,28H4c-1.1046,0-2-.8954-2-2V6c0-1.1046.8954-2,2-2l7.17-.0057c.533-.0004,1.0442.212,1.42.59l3.41,3.4157,12-.0057c1.1046,0,2,.8954,2,2v4.0057h-2v-4l-12.83-.0057-.58-.59-3.42-3.41-7.17.0057v20h8v2ZM16,17l-2.0072-.0057.0072,11.0057h2v-11ZM29.9954,18.9926l-.0039,9.7657c0,.6838-.5676,1.2417-1.2654,1.2417h-9.4679c-.6978,0-1.2654-.5579-1.2654-1.2426v-12.5195c0-.6857.5676-1.2436,1.2654-1.2436l6.7418.0057,4,4-.0046-.0074ZM27.9899,28.0004l.0101-8.0004h-3v-3h-5v11h8l-.0101.0004Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDocumentLibrary.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonAssistant = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonAssistant({ children, size = 16, ...rest }, ref) {
if (process.env.NODE_ENV !== "production") {
if (!didWarnAboutDeprecation["IbmWatsonAssistant"]) {
didWarnAboutDeprecation["IbmWatsonAssistant"] = true;
console.warn("Icon renamed and replaced by ibm-watsonx--assistant to correspond with the new watsonx platform and product suite. As a result, the IbmWatsonAssistant component will be removed in the next major version of @carbon/icons-react.");
}
}
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H18c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h2.4l1.7,3l1.7-1l-2.3-4H18V4h10v6h-3v2h3c1.1,0,2-0.9,2-2V4 C30,2.9,29.1,2,28,2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.7,31L13,30l3.5-6H22c1.1,0,2-0.9,2-2v-5h2v5c0,2.2-1.8,4-4,4h-4.4L14.7,31z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "10",
cy: "17",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "14",
cy: "17",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "18",
cy: "17",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,26H6c-2.2,0-4-1.8-4-4V12c0-2.2,1.8-4,4-4h8v2H6c-1.1,0-2,0.9-2,2v10c0,1.1,0.9,2,2,2h6V26z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonAssistant.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonDiscovery = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonDiscovery({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 17H14V19H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "3",
cy: "18",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "13",
cy: "14",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 13H10V15H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 9H14V11H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "3",
cy: "10",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,28.6l-7.4-7.4c1.5-2,2.4-4.5,2.4-7.2c0-6.6-5.4-12-12-12C9.7,2,6.6,3.3,4.3,5.8l1.5,1.4C7.6,5.1,10.2,4,13,4 c5.5,0,10,4.5,10,10s-4.5,10-10,10c-3,0-5.8-1.3-7.7-3.6l-1.5,1.3C6,24.4,9.4,26,13,26c3.2,0,6.1-1.3,8.3-3.3l7.3,7.3L30,28.6z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonDiscovery.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonKnowledgeCatalog = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonKnowledgeCatalog({ children, size = 16, ...rest }, ref) {
if (process.env.NODE_ENV !== "production") {
if (!didWarnAboutDeprecation["IbmWatsonKnowledgeCatalog"]) {
didWarnAboutDeprecation["IbmWatsonKnowledgeCatalog"] = true;
console.warn("Icon renamed, slightly redesigned and replaced by ibm--knowledge-catalog. As a result, the IbmWatsonKnowledgeCatalog component will be removed in the next major version of @carbon/icons-react.");
}
}
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 27.2 20.4 24.6 19 26 23 30 30 23 28.6 21.6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 18H20V20H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 13H20V15H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 8H20V10H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28H6v-4h2v-2H6v-5h2v-2H6v-5h2V8H6V4h18v16h2V4c0-1.1-0.9-2-2-2H6C4.9,2,4,2.9,4,4v4H2v2h2v5H2v2h2v5H2v2h2v4 c0,1.1,0.9,2,2,2h10V28z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonKnowledgeCatalog.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonKnowledgeStudio = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonKnowledgeStudio({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 25H27V27H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 29H25V31H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,23h-2c0-1.1,0.4-2,1.2-2.8l0.5-0.5c0.8-0.8,1.3-2,1.3-3.2c0-2.5-2-4.5-4.5-4.5S19,14,19,16.5c0,1.2,0.5,2.3,1.3,3.2 l0.5,0.5C21.6,21,22,21.9,22,23h-2c0-0.5-0.2-1-0.6-1.4l-0.5-0.5c-1.2-1.2-1.9-2.9-1.9-4.6c0-3.6,2.9-6.5,6.5-6.5s6.5,2.9,6.5,6.5 c0,1.7-0.7,3.4-1.9,4.6l-0.5,0.5C27.2,22,27,22.5,27,23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 22H14V24H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "12",
cy: "19",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 18H9V20H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 14H13V16H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 10H17V12H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "7",
cy: "11",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 6H20V8H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "13",
cy: "7",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H10V8H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,28H4V4l18,0v4h2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v24c0,1.1,0.9,2,2,2h14V28z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonKnowledgeStudio.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonLanguageTranslator = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonLanguageTranslator({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28h-3c-3.9,0-7-3.1-7-7v-4h2v4c0,2.8,2.2,5,5,5h3V28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30h2.2l-4.6-11h-2.2l-4.6,11H21l0.8-2h5.3L28,30z M22.7,26l1.8-4.4l1.8,4.4H22.7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,15h-2v-4c0-2.8-2.2-5-5-5h-4V4h4c3.9,0,7,3.1,7,7V15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,5V3H9V1H7v2H2v2h8.2C10,5.9,9.4,7.5,8,9C7.4,8.3,6.9,7.6,6.6,7H4.3c0.4,1,1.1,2.2,2.1,3.3C5.6,11,4.4,11.6,3,12.1 L3.7,14c1.8-0.7,3.2-1.5,4.3-2.3c1.1,0.9,2.5,1.7,4.3,2.3l0.7-1.9c-1.4-0.5-2.6-1.2-3.5-1.8c1.9-2,2.5-4.1,2.7-5.3H14z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonLanguageTranslator.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonMachineLearning = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonMachineLearning({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3.6,22.5c-1-2-1.6-4.2-1.6-6.5C2,8.3,8.3,2,16,2v2C9.4,4,4,9.4,4,16c0,2,0.5,3.8,1.4,5.5L3.6,22.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16c0,6.6-5.4,12-12,12c-2.9,0-5.6-1-7.7-2.8l5.7-5.7L12.6,18l-6.5,6.5c-0.4,0.4-0.4,1,0,1.4C8.7,28.5,12.3,30,16,30 c7.7,0,14-6.3,14-14H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,25c-0.1,0-0.3,0-0.4-0.1c-0.3-0.1-0.6-0.4-0.6-0.8l-0.7-5l2-0.3l0.4,3.3l2.2-1.7V15c0-0.3,0.1-0.5,0.3-0.7l3.2-3.2 c0.9-0.9,1.5-2.2,1.5-3.5V6l-1.5,0c-1.3,0-2.6,0.5-3.5,1.5l-3.2,3.2C17.5,10.9,17.3,11,17,11h-5.5l-1.7,2.2l3.3,0.4l-0.3,2l-5-0.7 c-0.4,0-0.7-0.3-0.8-0.6s-0.1-0.7,0.1-1l3-4C10.4,9.1,10.7,9,11,9h5.6l3-3c1.3-1.3,3.1-2,4.9-2H26c1.1,0,2,0.9,2,2v1.5 c0,1.9-0.7,3.6-2,4.9l-3,3V21c0,0.3-0.1,0.6-0.4,0.8l-4,3C18.4,24.9,18.2,25,18,25z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonMachineLearning.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonNaturalLanguageClassifier = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonNaturalLanguageClassifier({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12c1.1,0,2-0.9,2-2V4c0-1.1-0.9-2-2-2h-4c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h1v4h-3v2h8v-2h-3v-4H28z M24,4h4v6h-4V4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 22.4 19.6 21 16 24.6 12.4 21 11 22.4 14.6 26 11 29.6 12.4 31 16 27.4 19.6 31 21 29.6 17.4 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 18 15 18 15 21 17 21 17 18 20 18 20 16 12 16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,12V4c0-1.1-0.9-2-2-2H3v2h5v2H4C2.9,6,2,6.9,2,8v2c0,1.1,0.9,2,2,2h1v4H2v2h8v-2H7v-4H10z M4,8h4v2H4V8z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonNaturalLanguageClassifier.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonNaturalLanguageUnderstanding = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonNaturalLanguageUnderstanding({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 23H11V25H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 19H11V21H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,30H4c-1.1,0-2-0.9-2-2V17c0-1.1,0.9-2,2-2h9c1.1,0,2,0.9,2,2v11C15,29.1,14.1,30,13,30z M4,17v11h9V17H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 2H27V4H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 6H30V8H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 10H30V12H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 14H27V16H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 18H30V20H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,1l-1.4,1.4L13.2,5H4C2.9,5,2,5.9,2,7v5h2V7h9.2l-2.6,2.6L12,11l5-5L12,1z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonNaturalLanguageUnderstanding.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonOpenscale = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonOpenscale({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,28c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S5.7,28,4,28z M4,24c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,24,4,24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,28c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S29.7,28,28,28z M28,24c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S28.6,24,28,24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.4,4.4l-0.9,1.8C26.1,8.4,29,13,29,18c0,0.7-0.1,1.4-0.2,2.1l2,0.3c0.1-0.8,0.2-1.6,0.2-2.5C31,12.2,27.6,6.9,22.4,4.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,7c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S17.7,7,16,7z M16,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.6,3,16,3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.5,13.6l-1-1.7L17,16.3V9h-2v7.2L6.2,11c-0.5-0.3-1.1-0.1-1.4,0.3s-0.1,1.1,0.3,1.4L14,18l-6.2,3.6l1,1.7l6.2-3.6V30 c0,0.6,0.4,1,1,1s1-0.4,1-1V19.8l6.2,3.7l1-1.7L18,18L25.5,13.6z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonOpenscale.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonOrders = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonOrders({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,13h-2v-2c0-2.8-2.2-5-5-5h-3V4h3c3.9,0,7,3.1,7,7V13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 20H25V22H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 24H25V26H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,30h-5v-2h5V18h-7v9c0,1.7-1.3,3-3,3s-3-1.3-3-3v-3h2v3c0,0.6,0.4,1,1,1s1-0.4,1-1V16h11v12C29,29.1,28.1,30,27,30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,28h-1c-3.9,0-7-3.1-7-7v-4h2v4c0,2.8,2.2,5,5,5h1V28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,10v2h3c1.1,0,2-0.9,2-2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v6c0,1.1,0.9,2,2,2h2.4l1.7,3l1.7-1l-2.3-4H4V4h10v6H11z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonOrders.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonQuery = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonQuery({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,24c-0.2,0-0.3,0-0.5,0L18.2,18c0.5-0.5,0.8-1.2,0.8-2c0-1.7-1.3-3-3-3s-3,1.3-3,3c0,0.8,0.3,1.5,0.8,2L10.5,24 c-0.2,0-0.3,0-0.5,0c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.8-0.3-1.5-0.8-2l3.3-6.1c0.2,0,0.3,0,0.5,0s0.3,0,0.5,0l3.3,6.1 c-0.5,0.5-0.8,1.2-0.8,2c0,1.7,1.3,3,3,3s3-1.3,3-3S23.7,24,22,24z M16,15c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S15.4,15,16,15z M10,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S10.6,28,10,28z M22,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S22.6,28,22,28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.8,9.1C23.9,5,20.3,2,16,2S8.1,5,7.2,9.1C4.2,9.7,2,12.4,2,15.5C2,19.1,4.9,22,8.5,22H9v-2H8.5C6,20,4,18,4,15.5 c0-2.3,1.8-4.3,4.1-4.5L9,11l0.1-0.8C9.5,6.6,12.5,4,16,4c3.5,0,6.5,2.6,6.9,6.1L23,11l0.8,0.1c2.3,0.2,4.1,2.2,4.1,4.5 c0,2.5-2,4.5-4.5,4.5H23v2h0.5c3.6,0,6.5-2.9,6.5-6.5C30,12.4,27.8,9.7,24.8,9.1z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonQuery.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonSpeechToText = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonSpeechToText({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,18H4c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h2.4l1.7,3l1.7-1l-2.3-4H4v-6h10v6h-3v2h3c1.1,0,2-0.9,2-2v-6 C16,18.9,15.1,18,14,18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,26h2c3.9,0,7-3.1,7-7v-2h-2v2c0,2.8-2.2,5-5,5h-2V26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 11H24V13H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 7H30V9H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 3H30V5H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,14h2v-2c0-2.8,2.2-5,5-5h4V5h-4c-3.9,0-7,3.1-7,7V14z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonSpeechToText.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonStudio = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonStudio({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,21c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S27.8,21,25,21z M25,13c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3S26.7,13,25,13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,11V6c0-1.1-0.9-2-2-2h-2v2h2v5c0,2.1,1.1,3.9,2.7,5c-1.6,1.1-2.7,2.9-2.7,5v5h-2v2h2c1.1,0,2-0.9,2-2v-5 c0-2.2,1.8-4,4-4v-2C15.8,15,14,13.2,14,11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,30v-6h6v6H2z M4,26v2h2v-2H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,19v-6h6v6H2z M4,15v2h2v-2H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,8V2h6v6H2z M4,4v2h2V4H4z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonStudio.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonTextToSpeech = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonTextToSpeech({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,26h-2c-3.9,0-7-3.1-7-7v-2h2v2c0,2.8,2.2,5,5,5h2V26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,18h10c1.1,0,2,0.9,2,2v6c0,1.1-0.9,2-2,2h-2.4l-1.7,3l-1.7-1l2.3-4H28v-6H18v6h3v2h-3c-1.1,0-2-0.9-2-2v-6 C16,18.9,16.9,18,18,18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,14h-2v-2c0-2.8-2.2-5-5-5h-4V5h4c3.9,0,7,3.1,7,7V14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 11H8V13H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 7H14V9H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 3H14V5H2z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonTextToSpeech.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonToneAnalyzer = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonToneAnalyzer({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.9,10c-0.6-0.6-1.5-1-2.4-1s-1.8,0.4-2.4,1l-1.4-1.4c1-1,2.4-1.6,3.8-1.6s2.9,0.6,3.8,1.6L23.9,10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "24",
cy: "5",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "19",
cy: "5",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,0l13,0c1.1,0,2,0.9,2,2v10c0,1.1-0.9,2-2,2h-3.5l-1.7,3L21,16l2.3-4H28V2H15v10h5v2h-5c-1.1,0-2-0.9-2-2V2 C13,0.9,13.9,0,15,0z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,19v6c0,0.6-0.4,1-1,1h-5v2h5c1.7,0,3-1.3,3-3v-6H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.4,20.4c-0.8,1-2.1,1.6-3.4,1.6s-2.6-0.6-3.4-1.6L7,21.6c1.2,1.4,3,2.4,5,2.4s3.8-0.9,5-2.4L15.4,20.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "15.5",
cy: "17.5",
r: "1.5"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "8.5",
cy: "17.5",
r: "1.5"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.1,26H5c-0.6,0-1-0.4-1-1V14c0-0.6,0.4-1,1-1h5v-2H5c-1.7,0-3,1.3-3,3v11c0,1.7,1.3,3,3,3h4l2.3,4l1.7-1L10.1,26z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonToneAnalyzer.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonxAssistant = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonxAssistant({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,2h-10c-1.1035,0-2,.8965-2,2v6c0,1.1035.8965,2,2,2h2.4229s1.7314,3,1.7314,3l1.7324-1-2.3096-4h-3.5771V4h10v6h-3s0,2,0,2h3c1.1035,0,2-.8965,2-2V4c0-1.1035-.8965-2-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m14.6904,31l-1.7324-1,3.4648-6h5.5771c1.1046,0,2-.8954,2-2v-5h2v5c0,2.2091-1.7909,4-4,4h-4.4229l-2.8867,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "10",
cy: "17",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "14",
cy: "17",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "18",
cy: "17",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m12,26h-6c-2.2091,0-4-1.7909-4-4v-10c0-2.2091,1.7909-4,4-4h8v2H6c-1.1046,0-2,.8954-2,2v10c0,1.1046.8954,2,2,2h6v2Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonxAssistant.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonxCodeAssistant = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonxCodeAssistant({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m11,28h-2c-3.8599,0-7-3.1401-7-7v-2h2v2c0,2.7568,2.2432,5,5,5h2v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.17 26 25.59 28.58 27 30 31 26 27 22 25.58 23.41 28.17 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 31 20.085 30.4229 23 21 24.9149 21.5771 22 31z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.83 26 19.41 23.42 18 22 14 26 18 30 19.42 28.59 16.83 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,19h-2v-7c0-2.7614-2.2386-5-5-5h-4v-2h4c3.866,0,7,3.134,7,7v7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "3",
cy: "4",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 3H16V5H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "3",
cy: "12",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 11H16V13H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 15H12V17H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "15",
cy: "8",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 7H12V9H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "15",
cy: "16",
r: "1"
}), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonxCodeAssistant.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonxCodeAssistantForEnterpriseJavaApplications = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonxCodeAssistantForEnterpriseJavaApplications({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.9916,19h-2v-7c0-2.7614-2.2386-5-5-5h-8.9948v-2h8.9948c3.866,0,7,3.134,7,7v7ZM11.9916,28h-3c-3.86,0-7-3.14-7-7v-5h2v5c0,2.757,2.243,5,5,5h3v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.9916,14h-4c-1.103,0-2-.897-2-2v-2h2v2h4V2h2v10c0,1.103-.897,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.15,26l-2.58,2.58,1.41,1.42,4-4-4-4-1.42,1.41,2.59,2.59ZM16.81,26l2.58-2.58-1.41-1.42-4,4,4,4,1.42-1.41-2.59-2.59ZM21.98,31l-1.915-.577,2.915-9.423,1.915.577-2.915,9.423Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonxCodeAssistantForEnterpriseJavaApplications.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonxCodeAssistantForZ = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonxCodeAssistantForZ({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.17 25 26.59 27.58 28 29 32 25 28 21 26.58 22.41 29.17 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 30 21.0851 29.4229 24 20 25.9149 20.5771 23 30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.83 25 20.41 22.42 19 21 15 25 19 29 20.42 27.59 17.83 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m18,19h-2V5c0-1.1028.8972-2,2-2h9c1.1028,0,2,.8972,2,2v11h-2V5h-9v14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m12,3H3c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h9c1.1028,0,2-.8975,2-2V5c0-1.1025-.8972-2-2-2Zm.0002,7.0366l-6.925-5.0366h6.9248l.0002,5.0366Zm-.7004,1.9634l-8.2998,6.0361V5.9639l8.2998,6.0361Zm.7007,1.9634l.0007,11.8169-8.2795-5.7959,8.2788-6.021Zm-9.0005,7.9575l7.2563,5.0791H3v-5.0791Zm9,5.0791l.0012-.002v.002h-.0012Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonxCodeAssistantForZ.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonxCodeAssistantForZRefactor = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonxCodeAssistantForZRefactor({ children, size = 16, ...rest }, ref) {
if (process.env.NODE_ENV !== "production") {
if (!didWarnAboutDeprecation["IbmWatsonxCodeAssistantForZRefactor"]) {
didWarnAboutDeprecation["IbmWatsonxCodeAssistantForZRefactor"] = true;
console.warn("Icon no longer relevant. watsonx Code Assistant for Z Refactoring Assistant has been merged into an existing product.. As a result, the IbmWatsonxCodeAssistantForZRefactor component will be removed in the next major version of @carbon/icons-react.");
}
}
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.17 16 19.59 18.58 21 20 25 16 21 12 19.58 13.41 22.17 16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.5 21 13.5851 20.4229 16.5 11 18.4149 11.5771 15.5 21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.83 16 12.41 13.42 11 12 7 16 11 20 12.42 18.59 9.83 16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "19",
cy: "28",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22,29v-2c2.7568,0,5-2.2432,5-5v-12c0-2.7568-2.2432-5-5-5h-6v-2h6c3.8594,0,7,3.1401,7,7v12c0,3.8594-3.1406,7-7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "13",
cy: "4",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,29h-6c-3.8594,0-7-3.1406-7-7v-12c0-3.8599,3.1406-7,7-7v2c-2.7568,0-5,2.2432-5,5v12c0,2.7568,2.2432,5,5,5h6v2Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonxCodeAssistantForZRefactor.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonxCodeAssistantForZUnderstand = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonxCodeAssistantForZUnderstand({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.6,21.2c1.5-2,2.4-4.5,2.4-7.2,0-6.6-5.4-12-12-12-3.3,0-6.4,1.3-8.7,3.8l1.5,1.4c1.8-2.1,4.4-3.2,7.2-3.2,5.5,0,10,4.5,10,10s-4.5,10-10,10c-3,0-5.8-1.3-7.7-3.6l-1.5,1.3c2.2,2.7,5.6,4.3,9.2,4.3,3.2,0,6.1-1.3,8.3-3.3l7.3,7.3,1.4-1.4s-7.4-7.4-7.4-7.4ZM16,18l4-4-4-4-1.42,1.41,2.59,2.59-2.58,2.58,1.41,1.42ZM6,10l-4,4,4,4,1.42-1.41-2.59-2.59,2.58-2.58-1.41-1.42ZM11.3044,9l-2.5405,9.4824,1.9316.5176,2.5405-9.4824s-1.9316-.5176-1.9316-.5176Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonxCodeAssistantForZUnderstand.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonxCodeAssistantForZValidationAssistant = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonxCodeAssistantForZValidationAssistant({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2c-7.73,0-14,6.2821-14,14.0269,0,5.0697,2.69,9.5082,6.71,11.9731l1.1-1.6632c-3.48-2.104-5.81-5.9314-5.81-10.3098,0-6.6428,5.37-12.0231,12-12.0231s12,5.396,12,12.0388h2c0-7.7449-6.27-14.0426-14-14.0426ZM14,21.414l-5-5.001,1.413-1.413,3.587,3.586,7.585-7.586,1.415,1.415-9,8.999ZM26.58,24.41l1.42-1.41,4,4-4,4-1.41-1.42,2.58-2.58-2.59-2.59ZM22.5,32l-1.9149-.5771,2.9149-9.4229,1.9149.5771-2.9149,9.4229ZM19.42,29.59l-1.42,1.41-4-4,4-4,1.41,1.42-2.58,2.58,2.59,2.59Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonxCodeAssistantForZValidationAssistant.propTypes = require_iconPropTypes.iconPropTypes;
const IbmWatsonxOrchestrate = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonxOrchestrate({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m27.9248,19.4282c-1.123,1.6104-2.9641,2.5718-4.9248,2.5718-2.1233,0-4.0464-1.0874-5.1438-2.9092l-1.7129,1.0322c1.4624,2.4277,4.0256,3.877,6.8567,3.877,1.4231,0,2.7925-.3911,3.9922-1.0835-2.3442,3.6958-6.4814,6.0835-10.9922,6.0835-5.7104,0-10.8347-3.8184-12.4617-9.2852l-1.917.5703c1.8774,6.3086,7.79,10.7148,14.3787,10.7148s12.5012-4.4062,14.3787-10.7148l-2.4539-.8569Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "30",
cy: "16",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "2",
cy: "16",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "16",
cy: "16",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1C9.4114,1,3.4988,5.4062,1.6213,11.7148l2.4539.8569c1.123-1.6104,2.9641-2.5718,4.9248-2.5718s3.8018.9614,4.9248,2.5718l1.6406-1.144c-1.4971-2.1465-3.9514-3.4277-6.5654-3.4277-1.4231,0-2.7925.3911-3.9922,1.0835,2.3442-3.6953,6.4814-6.0835,10.9922-6.0835,5.7104,0,10.8347,3.8184,12.4617,9.2852l1.917-.5703c-1.8774-6.3086-7.79-10.7148-14.3787-10.7148Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonxOrchestrate.propTypes = require_iconPropTypes.iconPropTypes;
const IbmZCloudModStack = /* @__PURE__ */ react.default.forwardRef(function IbmZCloudModStack({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.496,27.386L16,28.842L5,22.426v-5.852l10.016-5.843C15.308,10.897,15.641,11,16,11c1.104,0,2-0.896,2-2s-0.896-2-2-2 s-2,0.896-2,2c0,0.003,0.001,0.005,0.001,0.008L3.496,15.136C3.189,15.315,3,15.645,3,16v7c0,0.355,0.189,0.685,0.496,0.864l12,7 C15.652,30.955,15.826,31,16,31s0.348-0.045,0.504-0.136l3-1.75L18.496,27.386z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.504,8.136l-3-1.75l-1.008,1.728L27,9.574v12.852l-4.593,2.679l-10.409-6.093C11.999,19.007,12,19.004,12,19 c0-1.104-0.896-2-2-2s-2,0.896-2,2s0.896,2,2,2c0.358,0,0.69-0.102,0.981-0.267l10.92,6.393c0.156,0.091,0.331,0.137,0.505,0.137 c0.174,0,0.348-0.045,0.504-0.136l5.594-3.263C28.811,23.685,29,23.355,29,23V9C29,8.645,28.811,8.315,28.504,8.136z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,17.277V5.5c0-0.355-0.189-0.685-0.496-0.864l-6-3.5C16.348,1.045,16.174,1,16,1s-0.348,0.045-0.504,0.136l-12,7 C3.189,8.315,3,8.645,3,9v2.999h2V9.574l11-6.417l5,2.917v11.203c-0.595,0.347-1,0.984-1,1.723c0,1.104,0.896,2,2,2s2-0.896,2-2 C24,18.262,23.595,17.624,23,17.277z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmZCloudModStack.propTypes = require_iconPropTypes.iconPropTypes;
const IbmZEnvironmentsDevSecOps = /* @__PURE__ */ react.default.forwardRef(function IbmZEnvironmentsDevSecOps({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m23.5,16v2c3.0327,0,5.5,2.4673,5.5,5.5s-2.4673,5.5-5.5,5.5-5.5-2.4673-5.5-5.5h-2c0,4.1422,3.3578,7.5,7.5,7.5s7.5-3.3578,7.5-7.5-3.3578-7.5-7.5-7.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m23.5,26c1.3807,0,2.5-1.1193,2.5-2.5s-1.1193-2.5-2.5-2.5c-.3217,0-.6268.066-.9093.1766l-4.8837-4.8837-1.4141,1.4141,4.8837,4.8837c-.1107.2825-.1766.5876-.1766.9093,0,1.3807,1.1193,2.5,2.5,2.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,13h-2v-3.4257l-11-6.4166-3,1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12,7c.3071.1792.4961.5081.4961.8638v4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 6H9V16H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmZEnvironmentsDevSecOps.propTypes = require_iconPropTypes.iconPropTypes;
const IbmZOpenEditor = /* @__PURE__ */ react.default.forwardRef(function IbmZOpenEditor({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,13h-2v-3.4257l-11-6.4166-3,1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12,7c.3071.1792.4961.5081.4961.8638v4ZM7,16h2V6h-2v10ZM15,28.2718l-10.0013-5.8403v-13.4315h-1.9987v14.006c0,.3559.1889.6849.4958.8642l10.4971,6.1298,1.0072-1.7282h-.0001ZM26,17l-1.4141,1.4141,3.5854,3.5859-3.5854,3.5859,1.4141,1.4141,5-5-5-5ZM15,22l5,5,1.4141-1.4141-3.5854-3.5859,3.5854-3.5859-1.4141-1.4141-5,5Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmZOpenEditor.propTypes = require_iconPropTypes.iconPropTypes;
const IbmZProcessorCapacityReference = /* @__PURE__ */ react.default.forwardRef(function IbmZProcessorCapacityReference({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 25H27V29H25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 23H23V29H21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29 20H31V29H29z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,17V5c0-1.1046-.8954-2-2-2h-9c-1.1046,0-2,.8954-2,2v24h2V5h9v12h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m13,3H4c-1.1046,0-2,.8954-2,2v22c0,1.1046.8954,2,2,2h9c1.1046,0,2-.8954,2-2V5c0-1.1046-.8954-2-2-2Zm-9,2.9635l8.2998,6.0365-8.2998,6.0365V5.9635Zm0,21.0365v-5.0366l6.9253,5.0366h-6.9253Zm9-.9635l-8.2998-6.0365,8.2998-6.0365v12.073Zm0-15.9999l-6.9253-5.0366h6.9253v5.0366Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmZProcessorCapacityReference.propTypes = require_iconPropTypes.iconPropTypes;
const IbmZCloudProvisioning = /* @__PURE__ */ react.default.forwardRef(function IbmZCloudProvisioning({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 17H14V21H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 10H21V14H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 17H21V21H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.758,26.65L16,28.842L5,22.426V18H3v5c0,0.355,0.189,0.685,0.496,0.864l12,7C15.652,30.955,15.826,31,16,31 s0.348-0.045,0.504-0.136l4.282-2.498L19.758,26.65z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.504,8.136l-4.269-2.49l-1.029,1.715L27,9.574v12.852l-3.787,2.209l1.029,1.715l4.262-2.486 C28.811,23.685,29,23.355,29,23V9C29,8.645,28.811,8.315,28.504,8.136z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,9.574l11-6.417l3.751,2.188L20.78,3.63l-4.276-2.494C16.348,1.045,16.174,1,16,1s-0.348,0.045-0.504,0.136l-12,7 C3.189,8.315,3,8.645,3,9v5h2V9.574z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmZCloudProvisioning.propTypes = require_iconPropTypes.iconPropTypes;
const IbmZOs = /* @__PURE__ */ react.default.forwardRef(function IbmZOs({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,32c-5.0793,0-9.7449-2.3319-12.7998-6.3979l1.5991-1.2014c2.6736,3.5585,6.7561,5.5994,11.2007,5.5994s8.5281-2.0413,11.2014-5.6005l1.5991,1.2012c-3.0547,4.0668-7.7202,6.3993-12.8005,6.3993Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,22h-5v-2h5v-3h-3c-1.1028,0-2-.8972-2-2v-3c0-1.1028.8972-2,2-2h5v2h-5v3h3c1.1028,0,2,.8972,2,2v3c0,1.1028-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m21,22h-4c-1.1028,0-2-.8972-2-2v-8c0-1.1028.8972-2,2-2h4c1.1028,0,2,.8972,2,2v8c0,1.1028-.8972,2-2,2Zm-4-10v8h4v-8h-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.4458 10 7.4458 22 9.5542 22 13.5542 10 11.4458 10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 22 0 22 0 19.6973 3.7981 14 0 14 0 12 6 12 6 14.3027 2.2019 20 6 20 6 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16.0001,0C10.9207,0,6.2552,2.3319,3.2003,6.3979l1.5991,1.2014c2.6736-3.5585,6.7561-5.5994,11.2007-5.5994s8.5281,2.0413,11.2014,5.6005l1.5991-1.2012C25.7459,2.3325,21.0804,0,16.0001,0Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmZOs.propTypes = require_iconPropTypes.iconPropTypes;
const IbmZOsAiControlInterface = /* @__PURE__ */ react.default.forwardRef(function IbmZOsAiControlInterface({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "12",
cy: "21",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m23,25h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "12",
cy: "11",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m23,15h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,30H4c-1.103,0-2-.897-2-2v-12h2v12h24V4h-12v-2h12c1.103,0,2,.897,2,2v24c0,1.103-.897,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M8.5 1.5H13.5V3.5H8.5z",
transform: "rotate(90 11 2.5)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M1.975 3.475H6.975V5.475H1.975z",
transform: "rotate(45 4.475 4.475)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M0 10H5V12H0z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmZOsAiControlInterface.propTypes = require_iconPropTypes.iconPropTypes;
const IbmZOsContainers = /* @__PURE__ */ react.default.forwardRef(function IbmZOsContainers({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m20,15v2h7v10h-10V3H5c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h22c1.1028,0,2-.8975,2-2v-12h-9Zm-13.5859,2h8.5859v8.5859l-8.5859-8.5859Zm8.5859-2H6.4141L15,6.4141v8.5859Zm-1.4141-10L5,13.5859V5h8.5859Zm-8.5859,13.4141l8.5859,8.5859H5v-8.5859Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmZOsContainers.propTypes = require_iconPropTypes.iconPropTypes;
const IbmZOsPackageManager = /* @__PURE__ */ react.default.forwardRef(function IbmZOsPackageManager({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,9v10.172l-2.586-2.586L11,18l5,5l5-5l-1.414-1.414L17,19.172V9H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.758,26.65L16,28.842L5,22.426V18H3v5c0,0.355,0.189,0.685,0.496,0.864l12,7C15.652,30.955,15.826,31,16,31 s0.348-0.045,0.504-0.136l4.282-2.498L19.758,26.65z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.504,8.136l-4.269-2.49l-1.029,1.715L27,9.574v12.852l-3.787,2.209l1.029,1.715l4.262-2.486 C28.811,23.685,29,23.355,29,23V9C29,8.645,28.811,8.315,28.504,8.136z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,9.574l11-6.417l3.751,2.188L20.78,3.63l-4.276-2.494C16.348,1.045,16.174,1,16,1s-0.348,0.045-0.504,0.136l-12,7 C3.189,8.315,3,8.645,3,9v5h2V9.574z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmZOsPackageManager.propTypes = require_iconPropTypes.iconPropTypes;
const WatsonHealthICa_2D = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthICa_2D({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,24H10a2.0023,2.0023,0,0,1-2-2V10a2.0023,2.0023,0,0,1,2-2H22a2.0023,2.0023,0,0,1,2,2V22A2.0023,2.0023,0,0,1,22,24ZM10,10V22H22V10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 2 2 2 2 11 4 11 4 4 11 4 11 2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 21 2 30 11 30 11 28 4 28 4 21 2 21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 11 30 2 21 2 21 4 28 4 28 11 30 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 30 30 30 30 21 28 21 28 28 21 28 21 30z" }), children);
});
if (process.env.NODE_ENV !== "production") WatsonHealthICa_2D.propTypes = require_iconPropTypes.iconPropTypes;
const IceAccretion = /* @__PURE__ */ react.default.forwardRef(function IceAccretion({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,2A2,2,0,0,0,2,4V20l1,2,1-2V4H8V14l1,2,1-2V2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H14v8l1,2,1-2V4h2V17l1,2,1-2V4h4V14l1,2,1-2V4h2V24l1,2,1-2V4A2,2,0,0,0,28,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 28 13 30 12 28 12 16 14 16 14 28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 26 23 28 22 26 22 20 24 20 24 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 24 7 26 6 24 6 18 8 18 8 24z" }), children);
});
if (process.env.NODE_ENV !== "production") IceAccretion.propTypes = require_iconPropTypes.iconPropTypes;
const IceVision = /* @__PURE__ */ react.default.forwardRef(function IceVision({ children, size = 16, ...rest }, ref) {
return react.default.createElement(requi