iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 852 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 ChartDonutBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 20a12 12 0 00-12 12v56a12 12 0 0012 12 28 28 0 11-24.26 14 12 12 0 00-4.39-16.4l-48.5-28A12 12 0 0034.46 74 108 108 0 10128 20zM50 96.81l28.2 16.28A52.08 52.08 0 0076 128v1.5l-31.43 8.42A83.21 83.21 0 0144 128a84.35 84.35 0 016-31.19zm.83 64.3l31.43-8.43A52.2 52.2 0 00116 178.59v32.54a84.26 84.26 0 01-65.19-50.02zm89.19 50v-32.52A52 52 0 00140 77.4V44.85a84 84 0 010 166.28z" }));
exports.default = ChartDonutBold;