UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.11 kB
"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 ChartPolarFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M120 199.54v27.74a4 4 0 01-4.46 4 104.22 104.22 0 01-90.8-90.8 4 4 0 014-4.46h27.72A72.11 72.11 0 00120 199.54zM183.42 136H136v47.42A56.11 56.11 0 00183.42 136zM136 72.58V120h47.42A56.11 56.11 0 00136 72.58zM227.28 136h-27.74A72.11 72.11 0 01136 199.54v27.74a4 4 0 004.46 4 104.22 104.22 0 0090.8-90.8 4 4 0 00-3.98-4.48zm-27.74-16h27.74a4 4 0 004-4.46 104.22 104.22 0 00-90.8-90.8 4 4 0 00-4.46 4v27.72A72.11 72.11 0 01199.54 120zm-84-95.26a104.22 104.22 0 00-90.8 90.8 4 4 0 004 4.46h27.72A72.11 72.11 0 01120 56.46V28.72a4 4 0 00-4.46-3.98zM72.58 120H120V72.58A56.11 56.11 0 0072.58 120zM120 183.42V136H72.58A56.11 56.11 0 00120 183.42z" })); exports.default = ChartPolarFill;