@icongo/li
Version:
LibreICONS Icons
48 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIChartRadarPlot = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_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__*/_jsxs("g", {
fill: "#00bcd4",
transform: "matrix(.3 0 0 .3 .1 -.05)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 8,
r: 4
}), /*#__PURE__*/_jsx("circle", {
cx: 37,
cy: 14,
r: 4
}), /*#__PURE__*/_jsx("circle", {
cx: 39,
cy: 27,
r: 4
}), /*#__PURE__*/_jsx("circle", {
cx: 7,
cy: 13,
r: 4
}), /*#__PURE__*/_jsx("circle", {
cx: 13,
cy: 39,
r: 4
}), /*#__PURE__*/_jsx("circle", {
cx: 15,
cy: 25,
r: 4
}), /*#__PURE__*/_jsx("circle", {
cx: 33,
cy: 39,
r: 4
})]
})]
}));
export { LIChartRadarPlot };