UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 793 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 ChartPieSliceLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M102 109.5v-72a6 6 0 00-8-5.66 102 102 0 00-66.3 114.75 6 6 0 008.9 4.11l62.4-36a6 6 0 003-5.2zM90 106l-51.66 29.8Q38 131.91 38 128a90.1 90.1 0 0152-81.58zm38-80a6 6 0 00-6 6v93l-79.8 46.46a6 6 0 00-2.15 8.22A102 102 0 10128 26zm0 192a90.48 90.48 0 01-74.38-39.31L131 133.61a6 6 0 003-5.19V38.2a90 90 0 01-6 179.8z" })); exports.default = ChartPieSliceLight;