UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 2.13 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:technical-document-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 TechnicalDocumentGeneration = /*#__PURE__*/ React.forwardRef(function TechnicalDocumentGeneration({ 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: "M26.5,10.5h-1v-1h1V10.5z M20.5,3.5h-1v1h1V3.5z M26,30.36H6c-0.199,0-0.36-0.161-0.36-0.36V10c0-0.096,0.038-0.187,0.105-0.254l6-6 C11.813,3.678,11.904,3.64,12,3.64h5v0.72h-4.64V10c0,0.199-0.161,0.36-0.36,0.36H6.36v19.28h19.28V13h0.721v17 C26.36,30.199,26.199,30.36,26,30.36z M6.869,9.64h4.771V4.869L6.869,9.64z M14,27.36H9v-0.72h5V27.36z M17,24.36H9v-0.72h8V24.36z M23,21.36h-4c-0.199,0-0.36-0.161-0.36-0.36v-1.64H16c-0.199,0-0.36-0.161-0.36-0.36v-3.64h-2.28V17c0,0.199-0.161,0.36-0.36,0.36 H9c-0.199,0-0.36-0.161-0.36-0.36v-4c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v1.64h2.28V11 c0-0.199,0.161-0.36,0.36-0.36h2.64V9c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v4c0,0.199-0.161,0.36-0.36,0.36 h-4c-0.199,0-0.36-0.161-0.36-0.36v-1.64h-2.28v7.28h2.28V17c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v4 C23.36,21.199,23.199,21.36,23,21.36z M19.36,20.64h3.279v-3.28H19.36V20.64z M9.36,16.64h3.28v-3.28H9.36V16.64z M19.36,12.64 h3.279V9.36H19.36V12.64z M26.36,7h-0.72V4.36H23V3.64h2.64V1h0.721v2.64H29v0.72h-2.64V7z" }), children] }); }); //#endregion export { TechnicalDocumentGeneration as default };