iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 983 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 ChartPolarThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 28a100 100 0 10100 100A100.11 100.11 0 00128 28zm91.91 96h-32.06A60.07 60.07 0 00132 68.15V36.09A92.13 92.13 0 01219.91 124zM124 124H76.17A52.05 52.05 0 01124 76.17zm0 8v47.83A52.05 52.05 0 0176.17 132zm8 0h47.83A52.05 52.05 0 01132 179.83zm0-8V76.17A52.05 52.05 0 01179.83 124zm-8-87.91v32.06A60.07 60.07 0 0068.15 124H36.09A92.13 92.13 0 01124 36.09zM36.09 132h32.06A60.07 60.07 0 00124 187.85v32.06A92.13 92.13 0 0136.09 132zM132 219.91v-32.06A60.07 60.07 0 00187.85 132h32.06A92.13 92.13 0 01132 219.91z" }));
exports.default = ChartPolarThin;