@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 1.91 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:code--reverse-engineering/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 CodeReverseEngineering = /*#__PURE__*/ react.default.forwardRef(function CodeReverseEngineering({ 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: "M29,28.36h-3.36V25h0.721v2.127 C27.78,26.203,28.64,24.67,28.64,23c0-2.559-2.081-4.64-4.64-4.64s-4.64,2.081-4.64,4.64s2.081,4.64,4.64,4.64v0.721 c-2.955,0-5.36-2.405-5.36-5.36s2.405-5.36,5.36-5.36s5.36,2.405,5.36,5.36c0,1.862-0.93,3.575-2.472,4.64H29V28.36z M13,28.36H8 v-0.72h5V28.36z M17,24.36H8v-0.72h9V24.36z M17,20.36H8v-0.72h9V20.36z M29,15.36H6v-0.72h23V15.36z M26.745,12.254L24.491,10 l2.254-2.254l0.51,0.509L25.509,10l1.746,1.746L26.745,12.254z M22.322,12.161l-0.645-0.322l2-4l0.645,0.322L22.322,12.161z M20,10.36H6V9.64h14V10.36z M2.254,7.254L1.746,6.746L3.491,5L1.746,3.254l0.509-0.509L4.509,5L2.254,7.254z M29,5.36H6V4.64h23 V5.36z" }), children]
});
});
//#endregion
module.exports = CodeReverseEngineering;