UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 2.3 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:prepare/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 Prepare = /*#__PURE__*/ React.forwardRef(function Prepare({ 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: "M7,30.36H1c-0.199,0-0.36-0.161-0.36-0.36v-6 c0-0.199,0.161-0.36,0.36-0.36h6c0.199,0,0.36,0.161,0.36,0.36v6C7.36,30.199,7.199,30.36,7,30.36z M1.36,29.64h5.28v-5.28H1.36 V29.64z M7,19.36H1c-0.199,0-0.36-0.161-0.36-0.36v-6c0-0.199,0.161-0.36,0.36-0.36h4v0.72H1.36v5.28h5.28V17h0.72v2 C7.36,19.199,7.199,19.36,7,19.36z M31,16.36H11v-0.72h20V16.36z M7,8.36H1C0.801,8.36,0.64,8.199,0.64,8V2 c0-0.199,0.161-0.36,0.36-0.36h4v0.72H1.36v5.28h5.28V6h0.72v2C7.36,8.199,7.199,8.36,7,8.36z M31,5.36H11V4.64h20V5.36z M4,17.509 l-2.254-2.254l0.509-0.509L4,16.491l3.746-3.745l0.509,0.509L4,17.509z M4,6.509L1.746,4.254l0.509-0.509L4,5.491l3.746-3.745 l0.509,0.509L4,6.509z M15,27c0,0.276-0.224,0.5-0.5,0.5S14,27.276,14,27s0.224-0.5,0.5-0.5S15,26.724,15,27z M11.5,26.5 c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5S12,27.276,12,27S11.776,26.5,11.5,26.5z M17.5,26.5c-0.276,0-0.5,0.224-0.5,0.5 s0.224,0.5,0.5,0.5S18,27.276,18,27S17.776,26.5,17.5,26.5z M20.5,26.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5 S21,27.276,21,27S20.776,26.5,20.5,26.5z M23.5,26.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5S24,27.276,24,27 S23.776,26.5,23.5,26.5z M26.5,26.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5S27,27.276,27,27S26.776,26.5,26.5,26.5z M29.5,26.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5S30,27.276,30,27S29.776,26.5,29.5,26.5z" }), children] }); }); //#endregion export { Prepare as default };