iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 970 B
JavaScript
;
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 ChartPolarLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 26a102 102 0 10102 102A102.12 102.12 0 00128 26zm89.8 96h-28.1A62.07 62.07 0 00134 66.3V38.2a90.15 90.15 0 0183.8 83.8zm-95.8 0H78.37A50.09 50.09 0 01122 78.37zm0 12v43.63A50.09 50.09 0 0178.37 134zm12 0h43.63A50.09 50.09 0 01134 177.63zm0-12V78.37A50.09 50.09 0 01177.63 122zm-12-83.8v28.1A62.07 62.07 0 0066.3 122H38.2A90.15 90.15 0 01122 38.2zM38.2 134h28.1a62.07 62.07 0 0055.7 55.7v28.1A90.15 90.15 0 0138.2 134zm95.8 83.8v-28.1a62.07 62.07 0 0055.7-55.7h28.1a90.15 90.15 0 01-83.8 83.8z" }));
exports.default = ChartPolarLight;