UNPKG

@semcore/icon

Version:
27 lines 1.38 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootChartPie({ 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" })); } RootChartPie.displayName = 'ChartPie'; const ChartPie = createBaseComponent(RootChartPie); export { ChartPie as default };