UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 612 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 PieChartFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-pie-chart-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M15.985 8.5H8.207l-5.5 5.5a8 8 0 0013.277-5.5zM2 13.292A8 8 0 017.5.015v7.778zM8.5.015V7.5h7.485A8 8 0 008.5.015" })); exports.default = PieChartFill;