@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.87 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.
*/
import Icon from "../Icon.js";
import React from "react";
import { jsx, jsxs } from "react/jsx-runtime";
//#region virtual:generate--code/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 GenerateCode = /*#__PURE__*/ React.forwardRef(function GenerateCode({ 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.254,30.255l-0.509-0.51l2.385-2.385H9.998 c-1.3,0-2.358-1.059-2.358-2.358V18h0.72v7.002c0,0.903,0.735,1.638,1.638,1.638h5.133l-2.385-2.385l0.509-0.51L16.509,27 L13.254,30.255z M23,16.509l-3.255-3.255l0.51-0.509l2.385,2.385V9.998c0-0.903-0.734-1.638-1.638-1.638H16V7.64h5.002 c1.3,0,2.358,1.058,2.358,2.358v5.133l2.385-2.385l0.51,0.509L23,16.509z M29,29.36h-8v-0.72h8V29.36z M20,29.36h-2v-0.72h2V29.36z M29,27.36h-6v-0.72h6V27.36z M27,25.36h-6v-0.72h6V25.36z M27,23.36h-2v-0.72h2V23.36z M24,23.36h-6v-0.72h6V23.36z M29,21.36h-8 v-0.72h8V21.36z M20,21.36h-2v-0.72h2V21.36z M29,19.36H17v-0.72h12V19.36z M14,16.36H2c-0.199,0-0.36-0.161-0.36-0.36V2 c0-0.199,0.161-0.36,0.36-0.36h12c0.199,0,0.36,0.161,0.36,0.36v14C14.36,16.199,14.199,16.36,14,16.36z M2.36,15.64h11.28V2.36 H2.36V15.64z M12,13.36H4v-0.72h8V13.36z M12,9.36H4V8.64h8V9.36z M12,5.36H4V4.64h8V5.36z" }), children]
});
});
//#endregion
export { GenerateCode as default };