iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.18 kB
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 ChartDonut = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-chart-donut", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M9.883 2.207a1.9 1.9 0 012.087 1.522l.025.167L12 4v4a1 1 0 01-.641.933l-.107.035a3.1 3.1 0 103.73 3.953l.05-.173a1 1 0 01.855-.742L16 12h3.8a2 2 0 012 2 1 1 0 01-.026.226A10 10 0 119.504 2.293l.27-.067.11-.02z" }),
React.createElement("path", { d: "M14.775 2.526a.996.996 0 01.22-.026l.122.007.112.02.103.03a10 10 0 016.003 5.817l.108.294a1 1 0 01-.824 1.325L20.5 10H16a1 1 0 01-.76-.35 8 8 0 00-.89-.89 1 1 0 01-.342-.636L14 8V3.505l.006-.118c.005-.042.012-.08.02-.116l.03-.103a.998.998 0 01.168-.299l.071-.08c.03-.028.058-.052.087-.075l.09-.063.088-.05.103-.043.112-.032z" }));
exports.default = ChartDonut;