@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
40 lines (36 loc) • 1.56 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.
*/
;
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;
const ChartDonut = /*#__PURE__*/React.forwardRef(function ChartDonut({
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: "M16,4.0194c-6.6167,0-12,5.3833-12,12s5.3833,12,12,12,12-5.3833,12-12-5.3833-12-12-12ZM11,16.0194c0-2.7568,2.2432-5,5-5s5,2.2432,5,5-2.2432,5-5,5-5-2.2432-5-5ZM6,16.0194c0-5.1766,3.9537-9.4459,9-9.9493v3.0292c-3.3866.4878-6,3.4006-6,6.9202,0,1.5647.5223,3.0061,1.393,4.1729l-2.14,2.14c-1.4066-1.723-2.2531-3.9203-2.2531-6.3129h.0001ZM16,26.0194c-2.4028,0-4.6096-.8528-6.3358-2.2703l2.14-2.1399c1.1708.8811,2.6209,1.4102,4.1958,1.4102,3.8599,0,7-3.1401,7-7,0-3.5195-2.6134-6.4324-6-6.9202v-3.0292c5.0463.5034,9,4.7727,9,9.9493,0,5.5142-4.4858,10-10,10h0Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
ChartDonut.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = ChartDonut;