iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 829 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 ChartPieSliceBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M93.82 116.64a12 12 0 006.18-10.49V40.74a12 12 0 00-17-10.91A108.26 108.26 0 0020 128c0 3.37.16 6.76.47 10.1a12 12 0 0017.76 9.38zM76 62.06v37l-31.19 17.3A84.39 84.39 0 0176 62.06zM128 20a12 12 0 00-12 12v89.53l-76.82 44.74a12 12 0 00-4.3 16.46A108 108 0 10128 20zm0 192a84.47 84.47 0 01-65.57-31.5L134 138.79a12 12 0 006-10.37V44.85A84 84 0 01128 212z" }));
exports.default = ChartPieSliceBold;