@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
649 lines (648 loc) • 133 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_chunk = require('../chunk-CsKB0u1v.js');
const require_Icon_js = require('../Icon.js');
const require_iconPropTypes = require('../iconPropTypes-U9gLABJo.js');
let react = require("react");
react = require_chunk.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:generated/bucket-5.js
const didWarnAboutDeprecation = {};
const DataError = react.default.forwardRef(function DataError({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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: "11",
cy: "8",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "11",
cy: "16",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "11",
cy: "24",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2H18V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29 24.415 27.586 23 25 25.587 22.414 23 21 24.415 23.586 27 21 29.586 22.414 31 25 28.414 27.586 31 29 29.586 26.414 27 29 24.415z" }), children);
});
if (process.env.NODE_ENV !== "production") DataError.propTypes = require_iconPropTypes.iconPropTypes;
const DataFormat = react.default.forwardRef(function DataFormat({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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 11H26V13H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 19H14V21H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,16a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,16Zm0-6a2,2,0,1,0,2,2A2.002,2.002,0,0,0,10,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,24a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,24Zm0-6a2,2,0,1,0,2,2A2.002,2.002,0,0,0,22,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataFormat.propTypes = require_iconPropTypes.iconPropTypes;
const DataReference = react.default.forwardRef(function DataReference({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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 12 25 3 23 3 23 5 20 5 20 7 23 7 23 12 20 12 20 14 28 14 28 12 25 12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m8.5,5c1.9299,0,3.5,1.5701,3.5,3.5s-1.5701,3.5-3.5,3.5-3.5-1.5701-3.5-3.5,1.5701-3.5,3.5-3.5m0-2c-3.0376,0-5.5,2.4624-5.5,5.5s2.4624,5.5,5.5,5.5,5.5-2.4624,5.5-5.5-2.4624-5.5-5.5-5.5h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m23.5,20c1.9299,0,3.5,1.5701,3.5,3.5s-1.5701,3.5-3.5,3.5-3.5-1.5701-3.5-3.5,1.5701-3.5,3.5-3.5m0-2c-3.0376,0-5.5,2.4624-5.5,5.5s2.4624,5.5,5.5,5.5,5.5-2.4624,5.5-5.5-2.4624-5.5-5.5-5.5h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 19 6 21 9.5859 21 4 26.5859 5.4141 28 11 22.4141 11 26 13 26 13 19 6 19z" }), children);
});
if (process.env.NODE_ENV !== "production") DataReference.propTypes = require_iconPropTypes.iconPropTypes;
const DataRegular = react.default.forwardRef(function DataRegular({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,24c-.4622,0-.8948.1133-1.2859.2998l-4.8289-4.8291c.699-.981,1.1147-2.1768,1.1147-3.4707,0-3.3086-2.6917-6-6-6-1.2937,0-2.4897.416-3.4709,1.1147l-4.8289-4.8286c.1865-.3911.2998-.8237.2998-1.2861,0-1.6567-1.3433-3-3-3s-3,1.3433-3,3,1.3433,3,3,3c.4622,0,.8948-.1133,1.2859-.2998l4.8289,4.8291c-.699.981-1.1147,2.1768-1.1147,3.4707,0,3.3086,2.6917,6,6,6,1.2937,0,2.4897-.416,3.4709-1.1147l4.8289,4.8286c-.1865.3911-.2998.8237-.2998,1.2861,0,1.6567,1.3433,3,3,3s3-1.3433,3-3-1.3433-3-3-3Zm-11-4c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataRegular.propTypes = require_iconPropTypes.iconPropTypes;
const DataSet = react.default.forwardRef(function DataSet({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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 12 25 3 23 3 23 5 20 5 20 7 23 7 23 12 20 12 20 14 28 14 28 12 25 12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m8.5,5c1.9299,0,3.5,1.5701,3.5,3.5s-1.5701,3.5-3.5,3.5-3.5-1.5701-3.5-3.5,1.5701-3.5,3.5-3.5m0-2c-3.0376,0-5.5,2.4624-5.5,5.5s2.4624,5.5,5.5,5.5,5.5-2.4624,5.5-5.5-2.4624-5.5-5.5-5.5h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m8.5,20c1.9299,0,3.5,1.5701,3.5,3.5s-1.5701,3.5-3.5,3.5-3.5-1.5701-3.5-3.5,1.5701-3.5,3.5-3.5m0-2c-3.0376,0-5.5,2.4624-5.5,5.5s2.4624,5.5,5.5,5.5,5.5-2.4624,5.5-5.5-2.4624-5.5-5.5-5.5h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m23.5,20c1.9299,0,3.5,1.5701,3.5,3.5s-1.5701,3.5-3.5,3.5-3.5-1.5701-3.5-3.5,1.5701-3.5,3.5-3.5m0-2c-3.0376,0-5.5,2.4624-5.5,5.5s2.4624,5.5,5.5,5.5,5.5-2.4624,5.5-5.5-2.4624-5.5-5.5-5.5h0Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataSet.propTypes = require_iconPropTypes.iconPropTypes;
const DataStructured = react.default.forwardRef(function DataStructured({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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: "9",
cy: "7",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,22.14V18a2,2,0,0,0-2-2H17V12h9a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4v6a2,2,0,0,0,2,2h9v4H7a2,2,0,0,0-2,2v4.14a4,4,0,1,0,2,0V18h8v4H12v8h8V22H17V18h8v4.14a4,4,0,1,0,2,0ZM8,26a2,2,0,1,1-2-2A2,2,0,0,1,8,26Zm10-2v4H14V24ZM6,10V4H26v6ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataStructured.propTypes = require_iconPropTypes.iconPropTypes;
const DataUnreal = react.default.forwardRef(function DataUnreal({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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.4961,18.1318l-7-4c-.1536-.0879-.3248-.1318-.4961-.1318s-.3425.0439-.4961.1318l-7,4c-.3115.1777-.5039.5093-.5039.8682v8c0,.3589.1924.6904.5039.8682l7,4c.1536.0879.325.1318.4961.1318s.3425-.0439.4961-.1318l7-4c.3115-.1777.5039-.5093.5039-.8682v-8c0-.3589-.1924-.6904-.5039-.8682Zm-7.4961-1.98l4.9844,2.8481-4.9844,2.8481-4.9844-2.8481,4.9844-2.8481Zm-6,4.5713l5,2.8569v5.6968l-5-2.8569v-5.6968Zm7,8.5537v-5.6968l5-2.8569v5.6968l-5,2.8569Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,19v5c0,1.1025-.8972,2-2,2h-3.1719l1.5859-1.5859-1.4141-1.4141-4,4,4,4,1.4141-1.4141-1.5859-1.5859h3.1719c2.2056,0,4-1.7944,4-4v-5h-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m17.5039,15.0111l-2-1.1428c-.3115-.1781-.5039-.5094-.5039-.8683v-2h2v1.4197l1.4961.8549-.9922,1.7366Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m25.5039,14.4175l-1.5039.8594v-2.2769h-2v2.2769l-1.5039-.8594-.9922,1.7368,3,1.7139c.1536.0879.325.1318.4961.1318s.3425-.0439.4961-.1318l3-1.7139-.9922-1.7368Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28.4961,15.0111l-.9922-1.7366,1.4961-.8549v-1.4197h2v2c0,.3589-.1924.6902-.5039.8683l-2,1.1428Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.4961 8.7256 24.5039 6.9888 23 7.8481 21.4961 6.9888 20.5039 8.7256 22 9.5801 22 11 24 11 24 9.5801 25.4961 8.7256z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30.4961,4.1318l-3-1.7144-.9922,1.7368,1.4805.8457-1.4805.8457.9922,1.7368,1.5039-.8594v2.2769h2v-4c0-.3589-.1924-.6904-.5039-.8682Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24.5039,3.0111l-1.5039-.8594-1.5039.8594-.9922-1.7366,2-1.1428C22.6575.0439,22.8287,0,23,0s.3425.0439.4961.1317l2,1.1428-.9922,1.7366Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m19.4961,4.1543l-.9922-1.7368-3,1.7144c-.3115.1777-.5039.5093-.5039.8682v4h2v-2.2769l1.5039.8594.9922-1.7368-1.4805-.8457,1.4805-.8457Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m9,1l-1.4141,1.4141,1.5859,1.5859h-3.1719c-2.2056,0-4,1.7944-4,4v5h2v-5c0-1.1025.8972-2,2-2h3.1719l-1.5859,1.5859,1.4141,1.4141,4-4L9,1Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataUnreal.propTypes = require_iconPropTypes.iconPropTypes;
const DataUnstructured = react.default.forwardRef(function DataUnstructured({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,24a2,2,0,1,1-2,2,2,2,0,0,1,2-2m0-2a4,4,0,1,0,4,4A4,4,0,0,0,6,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,4a2,2,0,1,1-2,2,2,2,0,0,1,2-2m0-2a4,4,0,1,0,4,4A4,4,0,0,0,16,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4a2,2,0,1,1-2,2,2,2,0,0,1,2-2m0-2a4,4,0,1,0,4,4A4,4,0,0,0,26,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,24v4H14V24h4m2-2H12v8h8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,22.14V17a2,2,0,0,0-2-2H7V10h3V2H2v8H5v5a2,2,0,0,0,2,2H25v5.14a4,4,0,1,0,2,0ZM4,4H8V8H4ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataUnstructured.propTypes = require_iconPropTypes.iconPropTypes;
const DataView = react.default.forwardRef(function DataView({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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: "22",
cy: "24",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "8",
cy: "8",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "8",
cy: "16",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "8",
cy: "24",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,21h7V19H5V13H21v3h2V5a2,2,0,0,0-2-2H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2h7V27H5ZM5,5H21v6H5Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataView.propTypes = require_iconPropTypes.iconPropTypes;
const DataViewAlt = react.default.forwardRef(function DataViewAlt({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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: "22",
cy: "24",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 17H12V19H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 12H19V14H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 7H19V9H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,2,4,2A2.0058,2.0058,0,0,0,2,4V28a2.0058,2.0058,0,0,0,2,2h8V28H4V4H22V15h2V4A2.0058,2.0058,0,0,0,22,2Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataViewAlt.propTypes = require_iconPropTypes.iconPropTypes;
const DataAccessor = react.default.forwardRef(function DataAccessor({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "7",
cy: "25",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,13a2.9609,2.9609,0,0,0-1.2854.3008L17.4141,11l2.3-2.3008A2.9609,2.9609,0,0,0,21,9a3,3,0,1,0-3-3,2.9665,2.9665,0,0,0,.3,1.2852L16,9.5859,13.7,7.2852A2.9665,2.9665,0,0,0,14,6a3,3,0,1,0-3,3,2.9609,2.9609,0,0,0,1.2854-.3008L14.5859,11l-2.3005,2.3008A2.9609,2.9609,0,0,0,11,13a3,3,0,1,0,3,3,2.9665,2.9665,0,0,0-.3-1.2852L16,12.4141l2.3,2.3007A2.9665,2.9665,0,0,0,18,16a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,5ZM10,6a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,10,6Zm1,11a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,11,17Zm10,0a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,21,17Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataAccessor.propTypes = require_iconPropTypes.iconPropTypes;
const DataAnalytics = react.default.forwardRef(function DataAnalytics({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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 11H14V17H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 13H9V17H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 7H4V17H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,28.5859l-7.5522-7.5522c1.5918-1.9082,2.5522-4.3604,2.5522-7.0337,0-6.0654-4.9346-11-11-11-2.4026,0-4.6853.7607-6.6013,2.2002l1.2012,1.5991c1.5669-1.1772,3.4343-1.7993,5.4001-1.7993,4.9626,0,9,4.0371,9,9s-4.0374,9-9,9c-2.8574,0-5.4819-1.312-7.2007-3.6001l-1.5991,1.2017c2.1001,2.7949,5.3076,4.3984,8.7998,4.3984,2.6733,0,5.1255-.9604,7.0337-2.5522l7.5522,7.5522,1.4141-1.4141Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataAnalytics.propTypes = require_iconPropTypes.iconPropTypes;
const DataBackup = react.default.forwardRef(function DataBackup({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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: "7",
cy: "7",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "7",
cy: "15",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "7",
cy: "23",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,26H4V20h8V18H4V12H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V26a2,2,0,0,0,2,2h8ZM4,4H20v6H4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,17v2.4131A6.996,6.996,0,1,0,22,30V28a5,5,0,1,1,4.5762-7H24v2h6V17Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataBackup.propTypes = require_iconPropTypes.iconPropTypes;
const DataBin = react.default.forwardRef(function DataBin({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,2H20a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2h8a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,2v7H20V4Zm0,9v6H20V13ZM20,28V21h8v7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 15 10 15 10 13 8 13 8 15 6 15 6 17 8 17 8 19 10 19 10 17 12 17 12 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,6V4H10A2.0023,2.0023,0,0,0,8,6V9.08A6.99,6.99,0,0,0,8,22.92V26a2.0023,2.0023,0,0,0,2,2h6V26H10V22.92A6.99,6.99,0,0,0,10,9.08V6ZM14,16a5,5,0,1,1-5-5A5.0059,5.0059,0,0,1,14,16Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataBin.propTypes = require_iconPropTypes.iconPropTypes;
const DataBlob = react.default.forwardRef(function DataBlob({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 7H15V14H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 7H10V14H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,14H20a2.0021,2.0021,0,0,1-2-2V9a2.0021,2.0021,0,0,1,2-2h2a2.0021,2.0021,0,0,1,2,2v3A2.0021,2.0021,0,0,1,22,14ZM20,9v3h2V9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 18H24V25H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 18H10V25H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,25H15a2.0021,2.0021,0,0,1-2-2V20a2.0021,2.0021,0,0,1,2-2h2a2.0021,2.0021,0,0,1,2,2v3A2.0021,2.0021,0,0,1,17,25Zm-2-5v3h2V20Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataBlob.propTypes = require_iconPropTypes.iconPropTypes;
const DataClass = react.default.forwardRef(function DataClass({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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: "M26,16a3.9612,3.9612,0,0,0-2.02.5657l-2.8586-2.8585,2.293-2.293a2,2,0,0,0,0-2.8284l-6-6a2,2,0,0,0-2.8284,0l-6,6a2,2,0,0,0,0,2.8284l2.293,2.293L8.02,16.5657A4.043,4.043,0,1,0,9.4343,17.98l2.8585-2.8586,2.293,2.293A1.9773,1.9773,0,0,0,15,17.7233V22H12v8h8V22H17V17.7233a1.9773,1.9773,0,0,0,.4142-.3091l2.293-2.293L22.5657,17.98A3.9885,3.9885,0,1,0,26,16ZM8,20a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,8,20Zm10,4v4H14V24h4Zm-2-8-6-6,6-6,6,6Zm10,6a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,22Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataClass.propTypes = require_iconPropTypes.iconPropTypes;
const DataCollection = react.default.forwardRef(function DataCollection({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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: "16",
cy: "16",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 17 30 15 23.83 15 26.41 12.41 25 11 20 16 25 21 26.41 19.59 23.83 17 30 17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 23.83 15 30 17 30 17 23.83 19.59 26.41 21 25 16 20 11 25 12.41 26.41 15 23.83z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 11 5.59 12.41 8.17 15 2 15 2 17 8.17 17 5.59 19.59 7 21 12 16 7 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 8.17 17 2 15 2 15 8.17 12.41 5.59 11 7 16 12 21 7 19.59 5.59 17 8.17z" }), children);
});
if (process.env.NODE_ENV !== "production") DataCollection.propTypes = require_iconPropTypes.iconPropTypes;
const DataDefinition = react.default.forwardRef(function DataDefinition({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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: "14",
cy: "14",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30a.9967.9967,0,0,1-.707-.293L8.5859,19A2.0126,2.0126,0,0,1,8,17.5859V10a2.002,2.002,0,0,1,2-2h7.5859A1.9864,1.9864,0,0,1,19,8.5859L29.707,19.293a.9994.9994,0,0,1,0,1.414l-9,9A.9967.9967,0,0,1,20,30ZM10,10v7.5859l10,10L27.5859,20l-10-10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2v8H28V4H4V28h8Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataDefinition.propTypes = require_iconPropTypes.iconPropTypes;
const DataDictionary = react.default.forwardRef(function DataDictionary({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,8h-8v2h8v-2ZM14,16h8v-2h-8v2ZM10,14h-2v-4h2v-2h-2v-4h18v12h2V4c0-1.1046-.8954-2-2-2H8c-1.1046,0-2,.8954-2,2v4h-2v2h2v4h-2v2h6v-2ZM4,20H1v10h3c1.6543,0,3-1.3457,3-3v-4c0-1.6543-1.3457-3-3-3ZM5,27c0,.5518-.4487,1-1,1h-1v-6h1c.5513,0,1,.4482,1,1v4ZM17,22v6c0,1.1025.8975,2,2,2h4v-2h-4v-6h4v-2h-4c-1.1025,0-2,.8975-2,2ZM9,22h2v6h-2v2h6v-2h-2v-6h2v-2h-6v2ZM25,20v2h2v8h2v-8h2v-2h-6Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataDictionary.propTypes = require_iconPropTypes.iconPropTypes;
const DataDiode = react.default.forwardRef(function DataDiode({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,15H27V7H25v8H22V7H20v7.8262L7.5239,7.1484A1,1,0,0,0,6,8v7H2v2H6v7a1,1,0,0,0,1.5239.8516L20,17.1738V25h2V17h3v8h2V17h3ZM8,22.21V9.79L18.0918,16Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataDiode.propTypes = require_iconPropTypes.iconPropTypes;
const DataEnrichment = react.default.forwardRef(function DataEnrichment({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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)("switch", { children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("g", { children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 13h2v2h-2zM23.778 4.797l1.414-1.414 1.414 1.414-1.414 1.414zM15 0h2v2h-2zM6.808 6.233 5.393 4.818l1.415-1.414 1.414 1.414zM2 13h2v2H2zM13 30h6v2h-6zM11 26h10v2H11zM16 4C10.5 4 6 8.5 6 14c0 4.4 2 6.3 3.5 7.6 1 .9 1.5 1.5 1.5 2.4h2c0-1.8-1.1-2.9-2.2-3.9C9.4 18.9 8 17.5 8 14c0-4.4 3.6-8 8-8s8 3.6 8 8c0 3.5-1.4 4.9-2.8 6.1-1.1 1-2.2 2-2.2 3.9h2c0-.9.5-1.5 1.5-2.4C24 20.3 26 18.4 26 14c0-5.5-4.5-10-10-10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
fill: "none",
d: "M0 0h32v32H0z"
})] }) }), children);
});
if (process.env.NODE_ENV !== "production") DataEnrichment.propTypes = require_iconPropTypes.iconPropTypes;
const DataEnrichmentAdd = react.default.forwardRef(function DataEnrichmentAdd({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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)("switch", { children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("g", { children: [
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 13h2v2h-2zM23.778 4.797l1.414-1.414 1.414 1.414-1.414 1.414zM15 0h2v2h-2zM6.808 6.233 5.393 4.818l1.415-1.414 1.414 1.414zM2 13h2v2H2zM20 13h-3v-3h-2v3h-3v2h3v3h2v-3h3zM13 30h6v2h-6zM11 26h10v2H11z" }),
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 4C10.5 4 6 8.5 6 14c0 4.4 2 6.3 3.5 7.6 1 .9 1.5 1.5 1.5 2.4h2c0-1.8-1.1-2.9-2.2-3.9C9.4 18.9 8 17.5 8 14c0-4.4 3.6-8 8-8s8 3.6 8 8c0 3.5-1.4 4.9-2.8 6.1-1.1 1-2.2 2-2.2 3.9h2c0-.9.5-1.5 1.5-2.4C24 20.3 26 18.4 26 14c0-5.5-4.5-10-10-10z" }),
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
fill: "none",
d: "M0 0h32v32H0z"
})
] }) }), children);
});
if (process.env.NODE_ENV !== "production") DataEnrichmentAdd.propTypes = require_iconPropTypes.iconPropTypes;
const DataGlossary = react.default.forwardRef(function DataGlossary({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,8h-8v2h8v-2ZM14,16h8v-2h-8v2ZM10,14h-2v-4h2v-2h-2v-4h18v12h2V4c0-1.1046-.8954-2-2-2H8c-1.1046,0-2,.8954-2,2v4h-2v2h2v4h-2v2h6v-2ZM1,22v6c0,1.1025.8223,2,1.8335,2h4.1665v-6h-3v2h1v2h-2l.0142-6h3.9858v-2H2.8335c-1.0112,0-1.8335.8975-1.8335,2ZM21.1055,20h-2.2109c-1.0449,0-1.8945.8496-1.8945,1.8945v6.2109c0,1.0449.8496,1.8945,1.8945,1.8945h2.2109c1.0449,0,1.8945-.8496,1.8945-1.8945v-6.2109c0-1.0449-.8496-1.8945-1.8945-1.8945ZM21,28h-2v-6h2v6ZM11,20h-2v10h6v-2h-4v-8ZM31,22v-2h-4c-1.1025,0-2,.8975-2,2v2c0,1.1025.8975,2,2,2h2v2h-4v2h4c1.1025,0,2-.8975,2-2v-2c0-1.1025-.8975-2-2-2h-2v-2h4Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataGlossary.propTypes = require_iconPropTypes.iconPropTypes;
const DataPlayer = react.default.forwardRef(function DataPlayer({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,24v2H15.8164a2.983,2.983,0,0,0-5.6328,0H4V24H2v6H4V28h6.1836a2.983,2.983,0,0,0,5.6328,0H28v2h2V24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 7.5 13 16.499 13 16.499 21 12 13 7.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22A10,10,0,1,1,26,12,10.0113,10.0113,0,0,1,16,22ZM16,4a8,8,0,1,0,8,8A8.0092,8.0092,0,0,0,16,4Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataPlayer.propTypes = require_iconPropTypes.iconPropTypes;
const DataQualityDefinition = react.default.forwardRef(function DataQualityDefinition({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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.jsxs)("switch", { children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("foreignObject", {
width: "1",
height: "1",
x: "0",
y: "0",
requiredExtensions: "http://ns.adobe.com/AdobeIllustrator/10.0/"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("g", { children: [
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.6 24.4 27.2 27 27.2 27 24.6 29.6 26 31 30 27 26 23z" }),
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.4 24.4 19.8 27 19.8 27 22.4 29.6 21 31 17 27 21 23z" }),
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "11",
cy: "8",
r: "1"
}),
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "11",
cy: "16",
r: "1"
}),
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "11",
cy: "24",
r: "1"
}),
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,3H8C6.9,3,6,3.9,6,5v22c0,1.1,0.9,2,2,2h7v-2H8v-6h18V5C26,3.9,25.1,3,24,3z M24,19H8v-6h16V19z M24,11H8V5h16V11z" })
] })] }), children);
});
if (process.env.NODE_ENV !== "production") DataQualityDefinition.propTypes = require_iconPropTypes.iconPropTypes;
const DataRefinery = react.default.forwardRef(function DataRefinery({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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: "M7,30a5,5,0,1,1,5-5A5.0059,5.0059,0,0,1,7,30Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,7,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,26H14V24H24V17H8a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,8,6H18V8H8v7H24a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,24,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H22a2.0023,2.0023,0,0,1-2-2V4a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v6A2.0023,2.0023,0,0,1,28,12ZM22,4v6h6V4Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataRefinery.propTypes = require_iconPropTypes.iconPropTypes;
const DataRefineryReference = react.default.forwardRef(function DataRefineryReference({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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 20 4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H22a2.0023,2.0023,0,0,1-2-2V4a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v6A2.0023,2.0023,0,0,1,28,12ZM22,4v6h6V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,26H16V24h8V17H8a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,8,6H18V8H8v7H24a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,24,26Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataRefineryReference.propTypes = require_iconPropTypes.iconPropTypes;
const DataSetEncryption = react.default.forwardRef(function DataSetEncryption({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,21.2783v-1.2783c0-2.2061-1.7944-4-4-4s-4,1.7939-4,4v1.2783c-.595.3469-1,.9849-1,1.7217v5c0,1.1025.897,2,2,2h6c1.103,0,2-.8975,2-2v-5c0-.7368-.405-1.3748-1-1.7217ZM25,18c1.103,0,2,.8975,2,2v1h-4v-1c0-1.1025.897-2,2-2ZM28,28h-6v-5h6v5ZM16,2.1299c-.98-.0898-2-.1299-3-.1299C7.7,2,2,3.25,2,6v18c0,2.75,5.7,4,11,4,1,0,2.02-.04,3-.1299v-2.0103c-.8999.0901-1.8999.1401-3,.1401-5.85,0-8.85-1.46-9-2v-3.5701c2.13,1.0701,5.64,1.5701,9,1.5701,1,0,2.02-.04,3-.1299v-2.0103c-.8999.0901-1.8999.1401-3,.1401-5.85,0-8.85-1.46-9-2v-3.5701c2.13,1.0701,5.64,1.5701,9,1.5701,1,0,2.02-.04,3-.1299,4.25-.4001,8-1.6401,8-3.8701v-6c0-2.23-3.75-3.47-8-3.8701ZM22,11.99c-.13.45-2.13,1.49-6,1.8699-.8999.0901-1.8999.1401-3,.1401-5.85,0-8.85-1.46-9-2v-3.5701c2.13,1.0701,5.64,1.5701,9,1.5701,1,0,2.01-.04,3-.1401,2.3301-.21,4.5-.6799,6-1.4299v3.5601ZM16,7.8599c-.8999.0901-1.8999.1401-3,.1401-5.84,0-8.84-1.46-9-1.98v-.01c.16-.55,3.16-2.01,9-2.01,1.1001,0,2.1001.05,3,.1401,3.8401.3699,5.8401,1.3999,6,1.8599-.1599.46-2.1599,1.49-6,1.8599Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataSetEncryption.propTypes = require_iconPropTypes.iconPropTypes;
const DataShare = react.default.forwardRef(function DataShare({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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: "M5,25V15.8281l-3.5859,3.586L0,18l6-6,6,6-1.4141,1.4141L7,15.8281V25H19v2H7A2.0024,2.0024,0,0,1,5,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,22h4a2.002,2.002,0,0,1,2,2v4a2.002,2.002,0,0,1-2,2H24a2.002,2.002,0,0,1-2-2V24A2.002,2.002,0,0,1,24,22Zm4,6V24H23.9985L24,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,6v9.1719l3.5859-3.586L32,13l-6,6-6-6,1.4141-1.4141L25,15.1719V6H13V4H25A2.0024,2.0024,0,0,1,27,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H8V8H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2H10V4H2z" }), children);
});
if (process.env.NODE_ENV !== "production") DataShare.propTypes = require_iconPropTypes.iconPropTypes;
const DataTable = react.default.forwardRef(function DataTable({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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: "M8 18H12V20H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 18H18V20H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 14H12V16H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 22H18V24H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 14H24V16H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 22H24V24H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,3H5A2.0025,2.0025,0,0,0,3,5V27a2.0025,2.0025,0,0,0,2,2H27a2.0025,2.0025,0,0,0,2-2V5A2.0025,2.0025,0,0,0,27,3Zm0,2,0,4H5V5ZM5,27V11H27l0,16Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataTable.propTypes = require_iconPropTypes.iconPropTypes;
const DataTableReference = react.default.forwardRef(function DataTableReference({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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 20 4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 22H24V24H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 18H20V20H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 14H24V16H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 14H12V16H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,3H5A2.0027,2.0027,0,0,0,3,5V16H5V11H27V27H16v2H27a2.0027,2.0027,0,0,0,2-2V5A2.0027,2.0027,0,0,0,27,3Zm0,6H5V5H27Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataTableReference.propTypes = require_iconPropTypes.iconPropTypes;
const DataVis_1 = react.default.forwardRef(function DataVis_1({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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: "M26,22a3.9553,3.9553,0,0,0-2.0193.5667L20.167,18.7529a4.9654,4.9654,0,0,0,0-5.5058L22.714,10.7A3.0284,3.0284,0,1,0,21.3,9.286l-2.547,2.547a4.9654,4.9654,0,0,0-5.5058,0L9.4332,8.0191A3.9553,3.9553,0,0,0,10,6a4,4,0,1,0-4,4,3.9553,3.9553,0,0,0,2.0191-.5668l3.8139,3.8139a4.9654,4.9654,0,0,0,0,5.5058L8.0192,22.5668A3.9556,3.9556,0,0,0,6,22a4,4,0,1,0,4,4,3.9553,3.9553,0,0,0-.5667-2.0192l3.8138-3.8138A4.9686,4.9686,0,0,0,15,20.8989v3.2848a3,3,0,1,0,2,0V20.8989a4.9686,4.9686,0,0,0,1.7529-.7319l3.8138,3.8137A3.9553,3.9553,0,0,0,22,26a4,4,0,1,0,4-4ZM16,13a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,13ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm20,0a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataVis_1.propTypes = require_iconPropTypes.iconPropTypes;
const DataVis_2 = react.default.forwardRef(function DataVis_2({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,2H17a2.002,2.002,0,0,0-2,2v6H4a2.002,2.002,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H15a2.0023,2.0023,0,0,0,2-2V22H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,2,0,4H17V4ZM15.0009,22H4V18H15ZM17,10H28.0007l.0005,4H17Zm-2,2v4H4V12ZM4,28V24H15.0011l0,4Zm13-8V16H28.0015l0,4Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataVis_2.propTypes = require_iconPropTypes.iconPropTypes;
const DataVis_3 = react.default.forwardRef(function DataVis_3({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,3a2.9913,2.9913,0,0,0-2.8163,2H21.858a3.9807,3.9807,0,0,0-7.716,0H9.858A3.9916,3.9916,0,1,0,5,9.858v4.284a3.9807,3.9807,0,0,0,0,7.716v3.3257a3,3,0,1,0,2,0V21.858a3.978,3.978,0,0,0,1.6729-.9034l3.3638,1.6819A2.9635,2.9635,0,0,0,12,23a3.0117,3.0117,0,1,0,.9221-2.1572L9.7744,19.269A3.95,3.95,0,0,0,10,18a3.9963,3.9963,0,0,0-3-3.858V9.858A3.9947,3.9947,0,0,0,9.858,7h4.284a3.9366,3.9366,0,0,0,4.7816,2.8818l1.8118,3.1705a3.0451,3.0451,0,1,0,1.7326-.9987L20.6893,8.941A3.9839,3.9839,0,0,0,21.858,7h3.3257A2.995,2.995,0,1,0,28,3ZM8,18a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,8,18ZM6,8A2,2,0,1,1,8,6,2.002,2.002,0,0,1,6,8ZM16,6a2,2,0,1,1,2,2A2.002,2.002,0,0,1,16,6Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataVis_3.propTypes = require_iconPropTypes.iconPropTypes;
const DataVis_4 = react.default.forwardRef(function DataVis_4({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,3H5A2.002,2.002,0,0,0,3,5V27a2.0023,2.0023,0,0,0,2,2H27a2.0027,2.0027,0,0,0,2-2V5A2.0023,2.0023,0,0,0,27,3Zm0,6H17V5H27ZM15,27H11V23h4Zm0-6H11V17h4ZM9,21H5V17H9Zm2-6V11H21v4Zm0-6V5h4V9Zm12,2h4l0,4H23ZM9,5V15H5V5ZM5,23H9v4H5Zm12,4V17H27.001l.001,10Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataVis_4.propTypes = require_iconPropTypes.iconPropTypes;
const DataVolume = react.default.forwardRef(function DataVolume({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,20h-4v2h4v2h-3c-1.1046,0-2,.8954-2,2v2c0,1.1046,.8954,2,2,2h5v-8c0-1.103-.8975-2-2-2Zm0,8h-3v-2h3v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,22v-2h-3v-2h-2v2h-2v2h2v6c0,1.1025,.8975,2,2,2h3v-2h-3v-6h3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,20h-4v2h4v2h-3c-1.1046,0-2,.8954-2,2v2c0,1.1046,.8954,2,2,2h5v-8c0-1.103-.8975-2-2-2Zm0,8h-3v-2h3v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,16.0005v4H2c-1.1025,0-2,.897-2,2v5.9995c0,1.1025,.8975,2,2,2H7v-13.9995h-2Zm-3,5.9995h3v6H2v-6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,14V5h7.5857l4,4h12.4143v8h2V9c-.0013-1.1041-.8959-1.9987-2-2h-11.5857l-3.4143-3.4141c-.3742-.3764-.8835-.5873-1.4143-.5859H4c-1.1041,.0013-1.9987,.8959-2,2V14h2Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataVolume.propTypes = require_iconPropTypes.iconPropTypes;
const DataVolumeAlt = react.default.forwardRef(function DataVolumeAlt({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,29c-1.6543,0-3-1.3458-3-3s1.3457-3,3-3,3,1.3458,3,3-1.3457,3-3,3Zm0-4c-.5515,0-1,.4486-1,1s.4485,1,1,1,1-.4486,1-1-.4485-1-1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "20",
cy: "21",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,19c-1.6543,0-3-1.3458-3-3s1.3457-3,3-3,3,1.3458,3,3-1.3457,3-3,3Zm0-4c-.5515,0-1,.4486-1,1s.4485,1,1,1,1-.4486,1-1-.4485-1-1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,27H4c-1.104-.0013-1.9987-.896-2-2V5c.0013-1.104,.896-1.9987,2-2h7.5857c.5308-.0015,1.0401,.2095,1.4143,.5859l3.4143,3.4141h11.5857c1.104,.0013,1.9987,.896,2,2v7h-2v-7H15.5857l-4-4H4V25H13v2Z" }), children);
});
if (process.env.NODE_ENV !== "production") DataVolumeAlt.propTypes = require_iconPropTypes.iconPropTypes;
const DatabaseDatastax = react.default.forwardRef(function DatabaseDatastax({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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.8684,22.0684l1.7937-1.7476A4.2184,4.2184,0,0,0,23.95,21.9534c1.4026,0,2.0005-.5288,2.0005-1.38,0-.69-.4138-1.1267-1.4717-1.2646l-1.1958-.1612c-2.5754-.3217-4.0009-1.4484-4.0009-3.633,0-2.3225,1.8166-3.7942,4.5529-3.7942a5.7221,5.7221,0,0,1,4.691,1.8855l-1.7246,1.7246a3.9649,3.9649,0,0,0-2.8743-1.2876c-1.2649,0-1.8167.5059-1.8167,1.2417,0,.8049.4368,1.1726,1.5638,1.3567l1.2187.1609c2.6213.3679,3.886,1.5408,3.886,3.5412,0,2.3226-1.9546,3.9322-4.9439,3.9322A6.0942,6.0942,0,0,1,18.8684,22.0684Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.24,7.95h5.8409c4.185,0,6.9213,2.69,6.9213,8.0254S14.2661,24,10.0811,24H4.24Zm5.8409,13.36c2.2534,0,3.7021-1.3338,3.7021-4.07V14.71c0-2.7364-1.4487-4.07-3.7021-4.07H7.2756V21.31Z" }), children);
});
if (process.env.NODE_ENV !== "production") DatabaseDatastax.propTypes = require_iconPropTypes.iconPropTypes;
const DatabaseElastic = react.default.forwardRef(function DatabaseElastic({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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: "M17.8281,22.0684l1.7937-1.7476A4.2185,4.2185,0,0,0,22.91,21.9534c1.4025,0,2-.5288,2-1.38,0-.69-.4138-1.1267-1.4716-1.2646l-1.1958-.1612c-2.5755-.3217-4.001-1.4484-4.001-3.633,0-2.3225,1.8166-3.7942,4.553-3.7942a5.722,5.722,0,0,1,4.6909,1.8855l-1.7246,1.7246a3.9643,3.9643,0,0,0-2.8743-1.2876c-1.2649,0-1.8166.5059-1.8166,1.2417,0,.8049.4367,1.1726,1.5637,1.3567l1.2187.1609c2.6214.3679,3.886,1.5408,3.886,3.5413,0,2.3225-1.9546,3.9321-4.9438,3.9321A6.0944,6.0944,0,0,1,17.8281,22.0684Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.2471,24V7.95H15.825v2.69H8.2825v3.8862h6.6687v2.6905H8.2825V21.31H15.825V24Z" }), children);
});
if (process.env.NODE_ENV !== "production") DatabaseElastic.propTypes = require_iconPropTypes.iconPropTypes;
const DatabaseEnterpriseDb2 = react.default.forwardRef(function DatabaseEnterpriseDb2({ children, size = 16, ...rest }, ref) {
if (process.env.NODE_ENV !== "production") {
if (!didWarnAboutDeprecation["DatabaseEnterpriseDb2"]) {
didWarnAboutDeprecation["DatabaseEnterpriseDb2"] = true;
console.warn("Icon name was requested by the product team to be renamed to and replaced by database--enterprisedb. As a result, the DatabaseEnterpriseDb2 component will be removed in the next major version of @carbon/icons-react.");
}
}
return react.default.createElement(require_Icon_js, {
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: "M17.84,24V11.9966H20.783v2h.1149a3.3115,3.3115,0,0,1,3.3572-2.2764c2.46,0,3.84,1.7017,3.84,4.6909V24H25.1519V16.7107c0-1.7017-.5748-2.5754-1.9776-2.5754-1.2187,0-2.3913.6438-2.3913,1.9314V24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.2236,24V7.95H14.8015v2.69H7.259v3.8862h6.6687v2.6905H7.259V21.31h7.5425V24Z" }), children);
});
if (process.env.NODE_ENV !== "production") DatabaseEnterpriseDb2.propTypes = require_iconPropTypes.iconPropTypes;
const DatabaseEnterprisedb = react.default.forwardRef(function DatabaseEnterprisedb({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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: "M17.84,24V11.9966H20.783v2h.1149a3.3115,3.3115,0,0,1,3.3572-2.2764c2.46,0,3.84,1.7017,3.84,4.6909V24H25.1519V16.7107c0-1.7017-.5748-2.5754-1.9776-2.5754-1.2187,0-2.3913.6438-2.3913,1.9314V24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.2236,24V7.95H14.8015v2.69H7.259v3.8862h6.6687v2.6905H7.259V21.31h7.5425V24Z" }), children);
});
if (process.env.NODE_ENV !== "production") DatabaseEnterprisedb.propTypes = require_iconPropTypes.iconPropTypes;
const DatabaseEtcd = react.default.forwardRef(function DatabaseEtcd({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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.9443,20.9417v-6.6h-1.77V11.9966h.92c.8735,0,1.1494-.4138,1.1494-1.2417V8.7083h2.6445v3.2883h2.46V14.342h-2.46v7.3125h2.2764V24H24.0488A2.778,2.778,0,0,1,20.9443,20.9417Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.6846,24V7.95H17.2627v2.69H9.72v3.8862h6.669v2.6905H9.72V21.31h7.543V24Z" }), children);
});
if (process.env.NODE_ENV !== "production") DatabaseEtcd.propTypes = require_iconPropTypes.iconPropTypes;
const DatabaseMessaging = react.default.forwardRef(function DatabaseMessaging({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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,32l-1.755-1,2.755-4h4v-7h-12v7h4v2h-4c-1.1025,0-2-.8975-2-2v-7c0-1.1025.8975-2,2-2h12c1.1025,0,2,.8975,2,2v7c0,1.1025-.8975,2-2,2h-3l-2,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m13,2C7.7021,2,2,3.252,2,6v18c0,2.4033,4.3618,3.6626,9,3.9404v-2.0015c-4.5337-.2803-6.8674-1.4644-7-1.939v-3.5723c1.7065.856,4.3062,1.3442,7,1.5063v-1.9951c-4.5337-.2803-6.8674-1.4644-7-1.939v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723,5.2979,0,11-1.252,11-4v-6.0005c-.0007-2.748-5.7024-3.9995-11-3.9995ZM3.9985,6.0151c.1523-.5552,3.1514-2.0151,9.0015-2.0151,5.7976,0,8.7949,1.4341,8.9968,2-.2019.5659-3.1992,2-8.9968,2-5.8501,0-8.8491-1.46-9.0015-1.9849Zm18.0015,5.9722c-.1606.5571-3.1587,2.0127-9,2.0127-5.8501,0-8.8491-1.46-9-2v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596Z" }), children);
});
if (process.env.NODE_ENV !== "production") DatabaseMessaging.propTypes = require_iconPropTypes.iconPropTypes;
const DatabaseMongodb = react.default.forwardRef(function DatabaseMongodb({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
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.3481,28.875c-4.0473,0-5.5878-1.0579-5.5878-2.8284a2.2115,2.2115,0,0,1,2.1386-2.3v-.253a1.9726,1.9726,0,0,1-1.5405-2c0-1.242,1.0576-1.8628,2.207-2.1158v-.0918a3.6228,3.6228,0,0,1-2.1845-3.4953c0-2.4375,1.7246-4.07,4.9672-4.07A6.6717,6.6717,0,0,1,27.44,12.02v-.3908a1.5343,1.5343,0,0,1,1.7022-1.7476h1.8623v2.2534H28.4521v.322a3.5917,3.5917,0,0,1,1.8628,3.3343c0,2.4145-1.7016,4.0241-4.9668,4.0241a7.3662,7.3662,0,0,1-1.8393-.207,1.23,1.23,0,0,0-.8511,1.0808c0,.5979.5059.8967,1.564.8967H27.44c2.9434,0,4.208,1.2649,4.208,3.4263C31.6484,27.5183,29.9473,28.875,25.3481,28.875Zm1.4947-4.7371H22.75a1.473,1.473,0,0,0-.6211,1.2417c0,.92.6895,1.4717,2.5293,1.4717H26.13c1.9087,0,2.76-.4829,2.76-1.4946C28.89,24.5979,28.3374,24.1379,26.8428,24.1379Zm.667-8.163v-.3912c0-1.2187-.7588-1.84-2.1617-1.84s-2.1616.6209-2.1616,1.84v.3912c0,1.