@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.59 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:bento-box-tray/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 BentoBoxTray = /*#__PURE__*/ react.default.forwardRef(function BentoBoxTray({ 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: "M27,31.36H5c-2.404,0-4.36-1.956-4.36-4.36V5 c0-2.404,1.956-4.36,4.36-4.36h22c2.404,0,4.36,1.956,4.36,4.36v22C31.36,29.404,29.404,31.36,27,31.36z M5,1.36 C2.993,1.36,1.36,2.993,1.36,5v22c0,2.007,1.633,3.64,3.64,3.64h22c2.007,0,3.64-1.633,3.64-3.64V5c0-2.007-1.633-3.64-3.64-3.64 C27,1.36,5,1.36,5,1.36z M27,28.36H11c-0.75,0-1.36-0.61-1.36-1.36v-9c0-0.75,0.61-1.36,1.36-1.36h16c0.75,0,1.36,0.61,1.36,1.36v9 C28.36,27.75,27.75,28.36,27,28.36z M11,17.36c-0.353,0-0.64,0.287-0.64,0.64v9c0,0.353,0.287,0.64,0.64,0.64h16 c0.353,0,0.64-0.287,0.64-0.64v-9c0-0.353-0.287-0.64-0.64-0.64H11z M8,28.36H4c-0.199,0-0.36-0.161-0.36-0.36V4 c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v24C8.36,28.199,8.199,28.36,8,28.36z M4.36,27.64h3.28V9.96H4.36 V27.64z M6.36,9.24h1.28V4.36H6.36V9.24z M4.36,9.24h1.28V4.36H4.36V9.24z M27,15.36h-8c-0.75,0-1.36-0.61-1.36-1.36V5 c0-0.75,0.61-1.36,1.36-1.36h8c0.75,0,1.36,0.61,1.36,1.36v9C28.36,14.75,27.75,15.36,27,15.36z M19,4.36 c-0.353,0-0.64,0.287-0.64,0.64v9c0,0.353,0.287,0.64,0.64,0.64h8c0.353,0,0.64-0.287,0.64-0.64V5c0-0.353-0.287-0.64-0.64-0.64H19z M15,15.36h-4c-0.75,0-1.36-0.61-1.36-1.36V5c0-0.75,0.61-1.36,1.36-1.36h4c0.75,0,1.36,0.61,1.36,1.36v9 C16.36,14.75,15.75,15.36,15,15.36z M11,4.36c-0.353,0-0.64,0.287-0.64,0.64v9c0,0.353,0.287,0.64,0.64,0.64h4 c0.353,0,0.64-0.287,0.64-0.64V5c0-0.353-0.287-0.64-0.64-0.64H11z" }), children]
});
});
//#endregion
module.exports = BentoBoxTray;