@icongo/li
Version:
LibreICONS Icons
56 lines (55 loc) • 1.82 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIChartRadarPlot = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIChartRadarPlot = function LIChartRadarPlot(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#cfd8dc",
d: "M11.62 3.85 7.33 1.87 1.48 3.58l2.64 3.96-.66 4.53h6.81l1.98-3.99-.63-4.23zM9.73 11.2H4.51l.54-3.87-2.13-3.21 4.35-1.29 3.51 1.62.54 3.51-1.59 3.24z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#00bcd4",
transform: "matrix(.3 0 0 .3 .1 -.05)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 8,
r: 4
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 37,
cy: 14,
r: 4
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 39,
cy: 27,
r: 4
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 7,
cy: 13,
r: 4
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 13,
cy: 39,
r: 4
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 15,
cy: 25,
r: 4
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 33,
cy: 39,
r: 4
})]
})]
}));
};
exports.LIChartRadarPlot = LIChartRadarPlot;