@icongo/li
Version:
LibreICONS Icons
47 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 LIMindMap = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
transform: "translate(.581 .163) scale(.27907)",
children: [/*#__PURE__*/_jsx("path", {
fill: "#cfd8dc",
d: "m9.4 39.8 3.2 2.4 11.3-14.8 8.4 12.7 3.4-2.2-8.4-12.5L39.4 23l-.8-4L26 21.6V8h-4v12.3l-13.9-9-2.2 3.4 15.2 9.8z"
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 24,
r: 7,
fill: "#3f51b5"
}), /*#__PURE__*/_jsxs("g", {
fill: "#00bcd4",
children: [/*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 8,
r: 5
}), /*#__PURE__*/_jsx("circle", {
cx: 39,
cy: 21,
r: 5
}), /*#__PURE__*/_jsx("circle", {
cx: 7,
cy: 13,
r: 5
}), /*#__PURE__*/_jsx("circle", {
cx: 11,
cy: 41,
r: 5
}), /*#__PURE__*/_jsx("circle", {
cx: 34,
cy: 39,
r: 5
})]
})]
})
}));
export { LIMindMap };