@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.63 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:bare-metal/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 BareMetal = /*#__PURE__*/ react.default.forwardRef(function BareMetal({ 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: "M31,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V1 c0-0.199,0.161-0.36,0.36-0.36h10c0.199,0,0.36,0.161,0.36,0.36v9.64H21c0.199,0,0.36,0.161,0.36,0.36v9.64H31 c0.199,0,0.36,0.161,0.36,0.36v10C31.36,31.199,31.199,31.36,31,31.36z M21.36,30.64h9.279v-9.28H21.36V30.64z M11.36,30.64h9.28 V11.36h-9.28V30.64z M1.36,30.64h9.28V1.36H1.36V30.64z M27,27.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C27.36,27.199,27.199,27.36,27,27.36z M25.36,26.64h1.279v-1.28 H25.36V26.64z M17,27.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h0.64v-7.28H15 c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36 h-0.64v7.279H17c0.199,0,0.36,0.161,0.36,0.36v2C17.36,27.199,17.199,27.36,17,27.36z M15.36,26.64h1.28v-1.28h-1.28V26.64z M15.36,16.64h1.28v-1.28h-1.28V16.64z M7,27.36H5c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h0.64v-7.28H5 c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h0.64V7.36H5C4.801,7.36,4.64,7.199,4.64,7V5 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36H6.36v7.28H7 c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36H6.36v7.279H7c0.199,0,0.36,0.161,0.36,0.36v2 C7.36,27.199,7.199,27.36,7,27.36z M5.36,26.64h1.28v-1.28H5.36V26.64z M5.36,16.64h1.28v-1.28H5.36V16.64z M5.36,6.64h1.28V5.36 H5.36V6.64z" }), children]
});
});
//#endregion
module.exports = BareMetal;