iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 704 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", { className: "lucide lucide-chart-pie", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M21 12c.552 0 1.005-.449.95-.998a10 10 0 00-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 001 1zM21.21 15.89A10 10 0 118 2.83" }));
exports.default = ChartPie;