UNPKG

@carbon/icons-react

Version:

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

68 lines (64 loc) 2.28 kB
/** * Copyright IBM Corp. 2016, 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. */ 'use strict'; var React = require('react'); var Icon_js = require('./Icon.js'); var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path, _path2, _path3, _path4, _path5, _circle, _circle2, _circle3, _circle4, _circle5; const ChartMultitype = /*#__PURE__*/React.forwardRef(function ChartMultitype({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M28 22H30V30H28z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M24 18H26V30H24z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M20 26H22V30H20z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M9,16a7,7,0,1,0,7,7A7.0078,7.0078,0,0,0,9,16Zm4.8989,6H10V18.1011A5.0145,5.0145,0,0,1,13.8989,22ZM9,28a5,5,0,0,1-1-9.8989V22a2,2,0,0,0,2,2h3.8989A5.0081,5.0081,0,0,1,9,28Z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "M22.5352,12l4-6H30V4H25.4648l-4,6H18V2H16V14a2,2,0,0,0,2,2H30V14H18V12Z" })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", { cx: "11", cy: "7", r: "1" })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", { cx: "9", cy: "11", r: "1" })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", { cx: "7", cy: "5", r: "1" })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", { cx: "5", cy: "9", r: "1" })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", { cx: "3", cy: "13", r: "1" })), children); }); if (process.env.NODE_ENV !== "production") { ChartMultitype.propTypes = iconPropTypes.iconPropTypes; } module.exports = ChartMultitype;