@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.32 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.
*/
;
var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const BentoBoxTray = /*#__PURE__*/React.forwardRef(function BentoBoxTray({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref: ref
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M27,31.36H5c-2.404,0-4.36-1.956-4.36-4.36V5\tc0-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\tC2.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\tC27,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\tC28.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\tc0.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\tc0-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\tV27.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\tc0-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\tc-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\tC16.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\tc0.353,0,0.64-0.287,0.64-0.64V5c0-0.353-0.287-0.64-0.64-0.64H11z"
})), children);
});
module.exports = BentoBoxTray;