UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 826 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 ChartDonutLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 26a6 6 0 00-6 6v56a6 6 0 006 6 34 34 0 11-29.45 17 6 6 0 00-2.2-8.2l-48.5-28a6 6 0 00-8.2 2.2A102 102 0 10128 26zM47.21 88.29l38.29 22.1A46 46 0 0082 128a47.64 47.64 0 00.4 6l-42.7 11.45a90.27 90.27 0 017.51-57.16zM42.81 157l42.7-11.44a46.12 46.12 0 0036.49 28v44.2A90.2 90.2 0 0142.81 157zM134 217.8v-44.2a46 46 0 000-91.21V38.2a90 90 0 010 179.6z" })); exports.default = ChartDonutLight;