iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 962 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 ChartPie = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.188 18.766l-1.196-.001V12.104h7.772v1.11s-.668 4.702-6.576 5.552zm-.085-5.552v4.442h.005c4.37-.662 5.348-3.69 5.524-4.442h-5.53zm5.439-2.22h-7.66V18.765h-1.11v-.078c-1.815-.227-3.44-1.022-4.745-2.173l-.033.034-.778-.778.013-.013A8.83 8.83 0 0 1 1 9.883a8.882 8.882 0 1 1 17.764 0v1.11h-1.222zm-8.77 6.549V11.77l-3.955 3.955a7.763 7.763 0 0 0 3.955 1.817zM9.882 2.11A7.772 7.772 0 0 0 2.11 9.883c0 1.958.728 3.74 1.926 5.098l5.291-5.097.034.047.027-.048h8.266A7.772 7.772 0 0 0 9.882 2.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = ChartPie;