UNPKG

@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
/** * 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:library/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 Library = /*#__PURE__*/ React.forwardRef(function Library({ 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: "M31,31.36H1v-0.72h1.64V7c0-0.199,0.161-0.36,0.36-0.36 h4.64V1c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v2.64H17c0.199,0,0.36,0.161,0.36,0.36v3.523l6.541-1.869 c0.094-0.027,0.193-0.014,0.277,0.034s0.146,0.128,0.17,0.222l6,23c0.049,0.189-0.062,0.383-0.25,0.437L25.57,30.64H31V31.36z M17.36,30.64h5.174L17.36,10.806V30.64z M12.36,30.64h4.28V8.007c0-0.005,0-0.01,0-0.015V4.36h-4.28 C12.36,4.36,12.36,30.64,12.36,30.64z M8.36,30.64h3.28V1.36H8.36V30.64z M3.36,30.64h4.28V7.36H3.36V30.64z M21.356,23.272 l1.898,7.28l6.308-1.802l-1.898-7.28L21.356,23.272z M19.519,16.227l1.656,6.35l6.308-1.803l-1.657-6.349L19.519,16.227z M17.438,8.25l1.898,7.28l6.308-1.802l-1.898-7.28L17.438,8.25z M16,29.36h-3v-0.72h3V29.36z M7,29.36H4v-0.72h3V29.36z M16,27.36 h-3v-0.72h3V27.36z M7,27.36H4v-0.72h3V27.36z M7,11.36H4v-0.72h3V11.36z M7,9.36H4V8.64h3V9.36z M16,6.36h-3V5.64h3V6.36z" }), children] }); }); //#endregion export { Library as default };