UNPKG

@semcore/icon

Version:
26 lines 1.39 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function ChartPie({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "ChartPie", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 15V5.23c-3.418.927-5.996 4.156-5.996 7.85a7.916 7.916 0 0 0 7.917 7.916c3.693 0 6.922-2.578 7.85-5.996H9Zm4-4h9.044c.553 0 1.007-.475.951-1.026-.478-4.691-4.278-8.49-8.97-8.97-.549-.054-1.025.4-1.025.953V11Zm2-2h5.782C20.044 6.215 17.785 3.956 15 3.219V9Zm-4.98-5.99C5 3.533 1 7.937 1 13.08 1 18.558 5.441 23 10.92 23c5.143 0 9.547-4 10.07-9.02.057-.55-.397-.98-.95-.98H11V3.96c0-.553-.43-1.007-.98-.95Z", shapeRendering: "geometricPrecision" })); } ChartPie.displayName = 'ChartPie'; export default createBaseComponent(ChartPie);