UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 875 B
"use strict"; 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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-chart-pie", ...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 4v7a1 1 0 00.883.993L13 12h6.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 3.5V9a1 1 0 001 1h5.5a1 1 0 00.943-1.332 10 10 0 00-6.11-6.111A1 1 0 0014 3.5z" })); exports.default = ChartPie;