@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.83 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 F1Grid = /*#__PURE__*/React.forwardRef(function F1Grid({
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: "M30,30.36H2v-0.72h25.64V2.36H2V1.64h28\tc0.199,0,0.36,0.161,0.36,0.36v28C30.36,30.199,30.199,30.36,30,30.36z M28.36,29.64h1.279v-3.28H28.36V29.64z M28.36,25.64h1.279\tv-3.28H28.36V25.64z M28.36,21.64h1.279v-3.28H28.36V21.64z M28.36,17.64h1.279v-3.28H28.36V17.64z M28.36,13.64h1.279v-3.28H28.36\tV13.64z M28.36,9.64h1.279V6.36H28.36V9.64z M28.36,5.64h1.279V2.36H28.36V5.64z M18,25.36h-2v-0.72h1.64v-5.28H16v-0.72h2\tc0.199,0,0.36,0.161,0.36,0.36v6C18.36,25.199,18.199,25.36,18,25.36z M8,25.36H6v-0.72h1.64v-5.28H6v-0.72h2\tc0.199,0,0.36,0.161,0.36,0.36v6C8.36,25.199,8.199,25.36,8,25.36z M24,13.36h-2v-0.72h1.64V7.36H22V6.64h2\tc0.199,0,0.36,0.161,0.36,0.36v6C24.36,13.199,24.199,13.36,24,13.36z M14,13.36h-2v-0.72h1.64V7.36H12V6.64h2\tc0.199,0,0.36,0.161,0.36,0.36v6C14.36,13.199,14.199,13.36,14,13.36z M4,13.36H2v-0.72h1.64V7.36H2V6.64h2\tc0.199,0,0.36,0.161,0.36,0.36v6C4.36,13.199,4.199,13.36,4,13.36z"
})), children);
});
module.exports = F1Grid;