@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.38 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-fe323da0.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const ChartPie = /*#__PURE__*/React.forwardRef(function ChartPie({
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: "M26.862,26.85C29.64,24.069,31.36,20.232,31.36,16c0-8.47-6.89-15.36-15.36-15.36S0.64,7.53,0.64,16\tS7.53,31.36,16,31.36c4.232,0,8.069-1.721,10.85-4.499c0.002-0.002,0.006-0.001,0.008-0.003S26.86,26.853,26.862,26.85z M16.869,16.36h13.753c-0.092,3.763-1.607,7.174-4.032,9.72L16.869,16.36z M30.621,15.64H16.36V1.378\tC24.144,1.569,30.431,7.855,30.621,15.64z M1.36,16c0-7.951,6.375-14.428,14.28-14.622V16c0,0.1,0.04,0.19,0.106,0.255L26.08,26.59\tc-2.628,2.503-6.173,4.05-10.08,4.05C7.927,30.64,1.36,24.072,1.36,16z"
})), children);
});
export { ChartPie as default };