UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 783 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 ChartPieDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 32v96l-83.14 48A96 96 0 01128 32z", opacity: ".2" }), React.createElement("path", { d: "M128 24a104 104 0 10104 104A104.11 104.11 0 00128 24zm71.87 53.27L136 114.14V40.37a88 88 0 0163.87 36.9zM120 40.37v83l-71.89 41.5A88 88 0 01120 40.37zM128 216a88 88 0 01-71.87-37.27l151.76-87.61A88 88 0 01128 216z" })); exports.default = ChartPieDuotone;