UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 824 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 ChartDonutThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 28a4 4 0 00-4 4v56a4 4 0 004 4 36 36 0 11-31.18 18 4 4 0 00-1.47-5.47l-48.5-28A4 4 0 0041.39 78 100 100 0 10128 28zM46.38 85.5l41.67 24a43.86 43.86 0 00-3.4 25.93l-46.47 12.5a92.19 92.19 0 018.2-62.43zm-6.13 70.15l46.46-12.45A44.11 44.11 0 00124 171.81v48.1a92.17 92.17 0 01-83.75-64.26zM132 219.91v-48.1a44 44 0 000-87.63V36.09a92 92 0 010 183.82z" })); exports.default = ChartDonutThin;