@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
31 lines (29 loc) • 1.88 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.
*/
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:BootVolume.js
const BootVolume = react.default.forwardRef(function BootVolume({ 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: "M32,22v-2h-3v-2h-2v2h-1v2h1v6c0,1.1025,.8975,2,2,2h3v-2h-3v-6h3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,30h-3c-1.1025,0-2-.8975-2-2v-6c0-1.103,.8975-2,2-2h3c1.1025,0,2,.897,2,2v6c0,1.1025-.8975,2-2,2Zm-3-8v6h3v-6h-3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,30h-3c-1.1025,0-2-.8975-2-2v-6c0-1.103,.8975-2,2-2h3c1.1025,0,2,.897,2,2v6c0,1.1025-.8975,2-2,2Zm-3-8v6h3v-6h-3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,20H2v-4H0v14H5c1.1025,0,2-.8975,2-2v-6c0-1.103-.8975-2-2-2Zm-3,8v-6h3v6H2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,14V5h7.5857l4,4h12.4143v7h2v-7c-.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") BootVolume.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = BootVolume;