UNPKG

@carbon/pictograms-react

Version:

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

39 lines (33 loc) 1.68 kB
/** * 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. */ 'use strict'; var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-7ff6056a.js'); var React = require('react'); var Icon_js = require('../Icon.js'); require('@carbon/icon-helpers'); require('prop-types'); function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } var React__default = /*#__PURE__*/_interopDefaultLegacy(React); var _path; const ChartPie = /*#__PURE__*/React__default["default"].forwardRef(function ChartPie({ children, ...rest }, ref) { return /*#__PURE__*/React__default["default"].createElement(Icon_js, _rollupPluginBabelHelpers._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__default["default"].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); }); module.exports = ChartPie;