UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 648 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var PieChartFill = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "pie-chart-fill" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), React.createElement("path", { d: "M15.985 8.5H8.207l-5.5 5.5a8 8 0 0 0 13.277-5.5zM2 13.292A8 8 0 0 1 7.5.015v7.778zM8.5.015V7.5h7.485A8 8 0 0 0 8.5.015" }))); } }))); }; export default PieChartFill;