iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 943 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 ChartDonutFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M120 161.94v65.34a4 4 0 01-4.46 4 104.28 104.28 0 01-84-64.5 4 4 0 012.69-5.34l63.09-16.94a4 4 0 014.35 1.66 32.25 32.25 0 0015.59 12 4 4 0 012.74 3.78zM128.06 24a8 8 0 00-8.06 8v56a7.94 7.94 0 007.87 8 32 32 0 0110.86 62.15 4 4 0 00-2.73 3.79v65.34a4 4 0 004.45 4A104 104 0 00128.06 24zm-32 101.49a32 32 0 014.15-13.42V112a8 8 0 00-.57-8.87 8.36 8.36 0 00-2.46-2.13L48.85 73.06A8 8 0 0037.92 76 104.12 104.12 0 0025 142.68a4 4 0 005 3.32l63.22-17a3.94 3.94 0 002.88-3.51z" }));
exports.default = ChartDonutFill;