iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.09 kB
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 ChartPolarDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M184 128a56 56 0 11-56-56 56 56 0 0156 56z", opacity: ".2" }),
React.createElement("path", { d: "M128 24a104 104 0 10104 104A104.11 104.11 0 00128 24zm87.63 96h-24.15A64.1 64.1 0 00136 64.52V40.37A88.13 88.13 0 01215.63 120zM120 120H80.68A48.09 48.09 0 01120 80.68zm0 16v39.32A48.09 48.09 0 0180.68 136zm16 0h39.32A48.09 48.09 0 01136 175.32zm0-16V80.68A48.09 48.09 0 01175.32 120zm-16-79.63v24.15A64.1 64.1 0 0064.52 120H40.37A88.13 88.13 0 01120 40.37zM40.37 136h24.15A64.1 64.1 0 00120 191.48v24.15A88.13 88.13 0 0140.37 136zM136 215.63v-24.15A64.1 64.1 0 00191.48 136h24.15A88.13 88.13 0 01136 215.63z" }));
exports.default = ChartPolarDuotone;