UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 987 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 ChartPolarBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 20a108 108 0 10108 108A108.12 108.12 0 00128 20zm83.13 96h-16.21A68.16 68.16 0 00140 61.08V44.87A84.18 84.18 0 01211.13 116zM116 116H85.68A44.13 44.13 0 01116 85.68zm0 24v30.32A44.13 44.13 0 0185.68 140zm24 0h30.32A44.13 44.13 0 01140 170.32zm0-24V85.68A44.13 44.13 0 01170.32 116zm-24-71.13v16.21A68.16 68.16 0 0061.08 116H44.87A84.18 84.18 0 01116 44.87zM44.87 140h16.21A68.16 68.16 0 00116 194.92v16.21A84.18 84.18 0 0144.87 140zM140 211.13v-16.21A68.16 68.16 0 00194.92 140h16.21A84.18 84.18 0 01140 211.13z" })); exports.default = ChartPolarBold;