UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 2.11 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:systems-and-tools/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 SystemsAndTools = /*#__PURE__*/ React.forwardRef(function SystemsAndTools({ 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,29.36h-9c-0.199,0-0.36-0.161-0.36-0.36 v-6.64H1v-0.72h20.64v-1.28H4c-0.75,0-1.36-0.61-1.36-1.36V4.021c0-0.76,0.61-1.379,1.359-1.38h22c0.75,0,1.36,0.61,1.36,1.36v8.64 H31c0.199,0,0.36,0.161,0.36,0.36v16C31.36,29.199,31.199,29.36,31,29.36z M22.36,28.64h8.279v-2.28H22.36V28.64z M22.36,25.64 h8.279V13.36H22.36V25.64z M4,3.36C3.653,3.361,3.36,3.663,3.36,4.021V19c0,0.353,0.287,0.64,0.64,0.64h17.64V13 c0-0.199,0.161-0.36,0.36-0.36h4.64V4c0-0.353-0.287-0.64-0.64-0.64C26,3.36,4,3.36,4,3.36z M15.36,15h-0.72v-0.5 c0-1.605-1.087-3.038-2.644-3.483c-0.135-0.039-0.235-0.153-0.257-0.292c-0.021-0.139,0.041-0.278,0.158-0.355 C12.362,10.064,12.64,9.552,12.64,9c0-0.904-0.736-1.64-1.64-1.64S9.36,8.096,9.36,9c0,0.552,0.277,1.064,0.742,1.37 c0.118,0.077,0.179,0.216,0.158,0.355s-0.122,0.253-0.257,0.292C8.447,11.462,7.36,12.894,7.36,14.5V15H6.64v-0.5 c0-1.714,1.032-3.264,2.575-3.959C8.848,10.118,8.641,9.574,8.641,9c0-1.301,1.058-2.36,2.359-2.36S13.359,7.699,13.359,9 c0,0.574-0.208,1.118-0.574,1.541c1.542,0.695,2.575,2.245,2.575,3.959V15z M21,10.36h-4V9.64h4V10.36z M23,8.36h-6V7.64h6V8.36z" }), children] }); }); //#endregion export { SystemsAndTools as default };