UNPKG

@semcore/icon

Version:
27 lines 1.29 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 = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "ChartPie", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m5 11 .02-6.63a5.02 5.02 0 1 0 6.61 6.61L5 11Zm4-4h6.058c.555 0 1.012-.487.933-1.036A7.032 7.032 0 0 0 10.036.01C9.486-.07 9 .387 9 .942V7Zm2-2h2.637A5.204 5.204 0 0 0 11 2.363V5ZM6.026 2.017A7.029 7.029 0 0 0 7.027 16a7.03 7.03 0 0 0 6.956-6.026c.079-.55-.378-.974-.933-.974H7V2.95c0-.555-.425-1.012-.974-.933Z", shapeRendering: "geometricPrecision" })); } RootChartPie.displayName = 'ChartPie'; const ChartPie = createBaseComponent(RootChartPie); export { ChartPie as default };