UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 688 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 ChartPieThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 28a100 100 0 10100 100A100.11 100.11 0 00128 28zm77.58 50.59L132 121.07v-85a92.07 92.07 0 0173.58 42.52zM124 36.09v89.6l-77.58 44.79A92 92 0 01124 36.09zM128 220a92 92 0 01-77.58-42.59l159.16-91.89A92 92 0 01128 220z" })); exports.default = ChartPieThin;