UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 2.27 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:reactive-systems/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 ReactiveSystems = /*#__PURE__*/ React.forwardRef(function ReactiveSystems({ 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: "M25,28.36c-1.073,0-2.011-0.595-2.5-1.473 c-0.489,0.878-1.427,1.473-2.5,1.473s-2.011-0.595-2.5-1.473c-0.489,0.878-1.426,1.473-2.5,1.473c-1.577,0-2.86-1.283-2.86-2.86 c0-1.455,1.092-2.66,2.5-2.838V8.36h-4.366L6.562,21.845C7.615,22.267,8.36,23.298,8.36,24.5c0,1.577-1.283,2.86-2.86,2.86 s-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86c0.124,0,0.246,0.008,0.365,0.023L9.527,8.36H6C5.801,8.36,5.64,8.199,5.64,8V4 c0-0.199,0.161-0.36,0.36-0.36h23c0.199,0,0.36,0.161,0.36,0.36v4c0,0.199-0.161,0.36-0.36,0.36h-3.64v14.302 c1.407,0.178,2.5,1.383,2.5,2.838C27.86,27.077,26.577,28.36,25,28.36z M25,23.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14 s2.14-0.96,2.14-2.14S26.18,23.36,25,23.36z M20,23.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14 S21.18,23.36,20,23.36z M15,23.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S16.18,23.36,15,23.36z M5.5,22.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S6.68,22.36,5.5,22.36z M20.36,22.662 c0.92,0.116,1.706,0.672,2.14,1.45c0.434-0.778,1.22-1.334,2.14-1.45V8.36h-4.28V22.662z M15.36,22.662 c0.921,0.116,1.707,0.672,2.14,1.45c0.434-0.778,1.22-1.334,2.14-1.45V8.36h-4.28C15.36,8.36,15.36,22.662,15.36,22.662z M6.36,7.64 h22.28V4.36H6.36V7.64z" }), children] }); }); //#endregion export { ReactiveSystems as default };