@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 1.79 kB
JavaScript
/**
* Copyright IBM Corp. 2019, 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_rolldown_runtime = require("../rolldown-runtime-BmbvWPDh.cjs");
const require_Icon_js = require("../Icon.js");
let react = require("react");
react = require_rolldown_runtime.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:code--generation--inline/index.js
/**
* Copyright IBM Corp. 2019, 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 CodeGenerationInline = /*#__PURE__*/ react.default.forwardRef(function CodeGenerationInline({ children, ...rest }, ref) {
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon_js, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.5,10.5h-1v-1h1V10.5z M22.5,3.5h-1 v1h1V3.5z M28,28.36H2c-0.199,0-0.36-0.161-0.36-0.36V4c0-0.199,0.161-0.36,0.36-0.36h17v0.72H2.36v2.28H19v0.72H8.36v20.28h19.28 V13h0.721v15C28.36,28.199,28.199,28.36,28,28.36z M2.36,27.64h5.28V7.36H2.36V27.64z M23,22.36h-2v-0.72h2V22.36z M19,22.36h-8 v-0.72h8V22.36z M23,19.36h-8v-0.72h8V19.36z M13,19.36h-2v-0.72h2V19.36z M23,16.36h-2v-0.72h2V16.36z M19,16.36h-8v-0.72h8V16.36z M23,13.36h-8v-0.72h8V13.36z M13,13.36h-2v-0.72h2V13.36z M28.36,7h-0.72V4.36H25V3.64h2.64V1h0.721v2.64H31v0.72h-2.64V7z" }), children]
});
});
//#endregion
module.exports = CodeGenerationInline;