iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 923 B
JavaScript
"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 ChartRadar = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-chart-radar", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M12 3l9.5 7L18 21H6L2.5 10z" }),
React.createElement("path", { d: "M12 7.5l5.5 4L15 17H8.5l-2-5.5z" }),
React.createElement("path", { d: "M2.5 10l9.5 3 9.5-3" }),
React.createElement("path", { d: "M12 3v10l6 8M6 21l6-8" }));
exports.default = ChartRadar;