UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 3.21 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:automated/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 Automated = /*#__PURE__*/ React.forwardRef(function Automated({ 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: "M28,29.36c-0.625,0-1.153-0.425-1.312-1H4v-0.72 h22.688c0.158-0.575,0.687-1,1.312-1c0.75,0,1.36,0.61,1.36,1.36S28.75,29.36,28,29.36z M28,27.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S28.353,27.36,28,27.36z M28,21.36c-0.625,0-1.153-0.425-1.312-1h-5.377 c-0.158,0.575-0.687,1-1.312,1s-1.153-0.425-1.312-1H4v-0.72h14.688c0.158-0.575,0.687-1,1.312-1s1.153,0.425,1.312,1h5.377 c0.158-0.575,0.687-1,1.312-1c0.75,0,1.36,0.61,1.36,1.36S28.75,21.36,28,21.36z M28,19.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S28.353,19.36,28,19.36z M20,19.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64 s0.64-0.287,0.64-0.64S20.353,19.36,20,19.36z M28,13.36c-0.625,0-1.153-0.424-1.312-1h-5.377c-0.158,0.576-0.687,1-1.312,1 s-1.153-0.424-1.312-1H13.31c-0.158,0.576-0.686,1-1.312,1s-1.153-0.424-1.312-1H4v-0.72h6.688c0.158-0.576,0.686-1,1.312-1 s1.153,0.424,1.312,1h5.377c0.158-0.576,0.687-1,1.312-1s1.153,0.424,1.312,1h5.377c0.158-0.576,0.687-1,1.312-1 c0.75,0,1.36,0.61,1.36,1.36S28.75,13.36,28,13.36z M28,11.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64 s0.64-0.287,0.64-0.64S28.353,11.36,28,11.36z M20,11.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S20.353,11.36,20,11.36z M12,11.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S12.353,11.36,12,11.36 z M28,5.36c-0.625,0-1.153-0.424-1.312-1h-5.377c-0.158,0.576-0.687,1-1.312,1s-1.153-0.424-1.312-1H13.31 c-0.158,0.576-0.686,1-1.312,1s-1.153-0.424-1.312-1H5.312c-0.158,0.576-0.686,1-1.312,1C3.25,5.36,2.64,4.75,2.64,4 S3.25,2.64,4,2.64c0.625,0,1.153,0.424,1.312,1h5.377c0.158-0.576,0.686-1,1.312-1s1.153,0.424,1.312,1h5.377 c0.158-0.576,0.687-1,1.312-1s1.153,0.424,1.312,1h5.377c0.158-0.576,0.687-1,1.312-1c0.75,0,1.36,0.61,1.36,1.36 S28.75,5.36,28,5.36z M28,3.36c-0.353,0-0.64,0.287-0.64,0.64S27.647,4.64,28,4.64S28.64,4.353,28.64,4S28.353,3.36,28,3.36z M20,3.36c-0.353,0-0.64,0.287-0.64,0.64S19.647,4.64,20,4.64S20.64,4.353,20.64,4S20.353,3.36,20,3.36z M12,3.36 c-0.353,0-0.64,0.287-0.64,0.64S11.647,4.64,12,4.64S12.64,4.353,12.64,4S12.353,3.36,12,3.36z M4,3.36 C3.647,3.36,3.36,3.647,3.36,4S3.647,4.64,4,4.64S4.64,4.353,4.64,4S4.353,3.36,4,3.36z" }), children] }); }); //#endregion export { Automated as default };