UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

35 lines (34 loc) 1.51 kB
/** * 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. */ import Icon from "../Icon.js"; import React from "react"; import { jsx, jsxs } from "react/jsx-runtime"; //#region virtual:code--generation/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 CodeGeneration = /*#__PURE__*/ React.forwardRef(function CodeGeneration({ children, ...rest }, ref) { return /* @__PURE__ */ jsxs(Icon, { width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref, ...rest, children: [/* @__PURE__ */ jsx("path", { d: "M13.334,22.134l-0.669-0.268l4-10l0.668,0.268 L13.334,22.134z M19.255,21.255l-0.51-0.51L22.491,17l-3.746-3.746l0.51-0.509L23.509,17L19.255,21.255z M10.746,21.255L6.491,17 l4.255-4.254l0.509,0.509L7.509,17l3.745,3.745L10.746,21.255z M28,30.36H2c-0.199,0-0.36-0.161-0.36-0.36V4 c0-0.199,0.161-0.36,0.36-0.36h17v0.72H2.36v25.28h25.28V13h0.721v17C28.36,30.199,28.199,30.36,28,30.36z M28.36,7h-0.72V4.36H25 V3.64h2.64V1h0.721v2.64H31v0.72h-2.64V7z M28.5,10.5h-1v-1h1V10.5z M22.5,3.5h-1v1h1V3.5z" }), children] }); }); //#endregion export { CodeGeneration as default };