iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 965 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 ChartDonutDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 128a96 96 0 01-96 96v-56a40 40 0 000-80V32a96 96 0 0196 96z", opacity: ".2" }),
React.createElement("path", { d: "M128 24a8 8 0 00-8 8v56a8 8 0 008 8 32 32 0 11-27.72 16 8 8 0 00-2.93-10.93l-48.5-28A8 8 0 0037.92 76 104 104 0 10128 24zM48.09 91.1L83 111.26A48.09 48.09 0 0080 128c0 1.53.08 3 .22 4.52L41.28 143a88.16 88.16 0 016.81-51.9zm-2.67 67.31l39-10.44A48.1 48.1 0 00120 175.32v40.31a88.2 88.2 0 01-74.58-57.22zM136 215.63v-40.31a48 48 0 000-94.65V40.36a88 88 0 010 175.27z" }));
exports.default = ChartDonutDuotone;