@icongo/li
Version:
LibreICONS Icons
46 lines (45 loc) • 2.01 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiIdea = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiIdea = function LIGuiIdea(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(.6 .467) scale(.26667)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 22,
r: 20,
fill: "#fff59d"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fbc02d",
d: "M37 22c0-7.7-6.6-13.8-14.5-12.9-6 .7-10.8 5.5-11.4 11.5-.5 4.6 1.4 8.7 4.6 11.3 1.4 1.2 2.3 2.9 2.3 4.8v.3h12v-.1c0-1.8.8-3.6 2.2-4.8 2.9-2.4 4.8-6 4.8-10.1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff59d",
d: "m30.6 20.2-3-2c-.3-.2-.8-.2-1.1 0L24 19.8l-2.4-1.6c-.3-.2-.8-.2-1.1 0l-3 2c-.2.2-.4.4-.4.7 0 .3 0 .6.2.8l3.8 4.7V37h2V26c0-.2-.1-.4-.2-.6l-3.3-4.1 1.5-1 2.4 1.6c.3.2.8.2 1.1 0l2.4-1.6 1.5 1-3.3 4.1c-.1.2-.2.4-.2.6v11h2V26.4l3.8-4.7c.2-.2.3-.5.2-.8-.1-.3-.2-.6-.4-.7z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 44,
r: 3,
fill: "#5c6bc0"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9fa8da",
d: "M26 45h-4c-2.2 0-4-1.8-4-4v-5h12v5c0 2.2-1.8 4-4 4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#5c6bc0",
d: "m30 41-11.6 1.6c.3.7.9 1.4 1.6 1.8l9.4-1.3c.4-.6.6-1.3.6-2.1zm-12-.3L30 39v-2l-12 1.7z"
})]
})
}));
};
exports.LIGuiIdea = LIGuiIdea;