@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
60 lines (56 loc) • 1.91 kB
JavaScript
/**
* 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, _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 22H30V30H28zM24 18H26V30H24zM20 26H22V30H20zM9 16a7 7 0 107 7A7.0078 7.0078 0 009 16zm4.8989 6H10V18.1011A5.0145 5.0145 0 0113.8989 22zM9 28a5 5 0 01-1-9.8989V22a2 2 0 002 2h3.8989A5.0081 5.0081 0 019 28zM22.5352 12l4-6H30V4H25.4648l-4 6H18V2H16V14a2 2 0 002 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;