UNPKG

@icongo/li

Version:
55 lines (54 loc) 1.8 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIMindMap = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIMindMap = function LIMindMap(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("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.jsxs)("g", { transform: "translate(.581 .163) scale(.27907)", children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 24, r: 7, fill: "#3f51b5" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#00bcd4", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 8, r: 5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 39, cy: 21, r: 5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 7, cy: 13, r: 5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 11, cy: 41, r: 5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 34, cy: 39, r: 5 })] })] }) })); }; exports.LIMindMap = LIMindMap;