@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.1 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:f1--grid/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 F1Grid = /*#__PURE__*/ react.default.forwardRef(function F1Grid({ 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: "M30,30.36H2v-0.72h25.64V2.36H2V1.64h28 c0.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 v-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 V13.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 c0.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 c0.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 c0.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 c0.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 c0.199,0,0.36,0.161,0.36,0.36v6C4.36,13.199,4.199,13.36,4,13.36z" }), children]
});
});
//#endregion
module.exports = F1Grid;