UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 2.12 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:graphic-intensive-workloads/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 GraphicIntensiveWorkloads = /*#__PURE__*/ React.forwardRef(function GraphicIntensiveWorkloads({ 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: "M24,31.36h-2 c-0.199,0-0.36-0.161-0.36-0.36v-0.64H3.36V31c0,0.199-0.161,0.36-0.36,0.36H1c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h0.64V3.36H1C0.801,3.36,0.64,3.199,0.64,3V1c0-0.199,0.161-0.36,0.36-0.36h2 c0.199,0,0.36,0.161,0.36,0.36v0.64H30c0.199,0,0.36,0.161,0.36,0.36v28c0,0.199-0.161,0.36-0.36,0.36h-5.64V31 C24.36,31.199,24.199,31.36,24,31.36z M22.36,30.64h1.279v-1.28H22.36V30.64z M1.36,30.64h1.28v-1.28H1.36V30.64z M24.36,29.64 h5.279V2.36H3.36V3c0,0.199-0.161,0.36-0.36,0.36H2.36v5.28h19.28V8c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 c0,0.199-0.161,0.36-0.36,0.36h-0.64v18.28H24c0.199,0,0.36,0.161,0.36,0.36V29.64z M16.36,29.64h5.28V29 c0-0.199,0.161-0.36,0.36-0.36h0.64V10.36H22c-0.199,0-0.36-0.161-0.36-0.36V9.36H2.36v6.28H16c0.199,0,0.36,0.161,0.36,0.36V29.64z M9.36,29.64h6.28V16.36H2.36v6.28H9c0.199,0,0.36,0.161,0.36,0.36V29.64z M3.36,29.64h5.28v-6.28H2.36v5.279H3 c0.199,0,0.36,0.161,0.36,0.36C3.36,28.999,3.36,29.64,3.36,29.64z M22.36,9.64h1.279V8.36H22.36V9.64z M1.36,2.64h1.28V1.36H1.36 V2.64z" }), children] }); }); //#endregion export { GraphicIntensiveWorkloads as default };