iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 839 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const ChartPieSlice = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M100 116.43a8 8 0 004-6.93v-72A8 8 0 0093.34 30a104.06 104.06 0 00-67.61 117 8 8 0 004.52 5.81 7.86 7.86 0 003.35.74 8 8 0 004-1.07zM88 49.62v55.26l-47.88 27.63C40 131 40 129.48 40 128a88.12 88.12 0 0148-78.38zM128 24a8 8 0 00-8 8v91.82l-78.81 45.91a8 8 0 00-2.87 11A104 104 0 10128 24zm0 192a88.47 88.47 0 01-71.49-36.68l75.52-44a8 8 0 004-6.92V40.36A88 88 0 01128 216z" }));
exports.default = ChartPieSlice;