@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.15 kB
JavaScript
/**
* 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 { _ as _extends } from '../_rollupPluginBabelHelpers-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const ReactiveSystems = /*#__PURE__*/React.forwardRef(function ReactiveSystems({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref: ref
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M25,28.36c-1.073,0-2.011-0.595-2.5-1.473\tc-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\tc0-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\ts-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\tc0-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\tc1.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\ts2.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\tS21.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\tc0.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\tc0.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\th22.28V4.36H6.36V7.64z"
})), children);
});
export { ReactiveSystems as default };