@icongo/li
Version:
LibreICONS Icons
33 lines (32 loc) • 3.58 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiEasterEgg = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiEasterEgg = function LIGuiEasterEgg(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: "#00f",
d: "M6.404 12.945c-.797-.145-1.565-.585-2.213-1.27-.21-.221-.381-.42-.381-.44 0-.022.132-.01.293.022.911.191 1.405.23 2.897.23s1.986-.039 2.897-.23c.161-.034.293-.044.293-.023 0 .104-.808.874-1.172 1.118-.832.557-1.712.756-2.614.593z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#2980b9",
d: "m3.693 7.104-.484.48-.484.48.027.329c.064.728.335 1.72.49 1.802.25.131 1.28.343 2.186.45v.003c.71.08 2.354.081 3.074 0 .962-.108 1.994-.315 2.256-.453.155-.081.426-1.074.49-1.802l.027-.329-.484-.48-.484-.48-.516.515c-.283.284-.543.516-.58.516-.037 0-.303-.23-.59-.514L8.1 7.105l-.514.516c-.283.283-.546.514-.586.514-.04 0-.303-.23-.586-.514L5.9 7.105l-.521.516c-.287.283-.553.514-.59.514-.037 0-.297-.232-.58-.516l-.516-.515zm-.076 1.4c.113 0 .225.025.293.072a.6.6 0 0 1 .014.99v-.004c-.139.105-.5.092-.649-.025-.148-.116-.264-.325-.263-.475 0-.142.153-.388.302-.486a.597.597 0 0 1 .303-.072zm6.766 0c.113 0 .229.024.303.072.15.098.302.344.302.486 0 .15-.115.359-.263.475v.002c-.149.117-.51.132-.649.027a.6.6 0 0 1 .014-.99.526.526 0 0 1 .293-.072zm-4.367.01a.6.6 0 0 1 .26.166c.14.141.162.193.162.394 0 .203-.022.252-.167.397-.144.144-.194.166-.394.166-.178 0-.262-.028-.373-.121-.355-.299-.23-.882.21-.996a.562.562 0 0 1 .302-.006zm1.97 0a.557.557 0 0 1 .3.006c.44.114.565.697.21.996-.11.093-.195.12-.373.12-.2 0-.25-.02-.394-.165-.145-.145-.166-.196-.166-.399 0-.201.02-.25.162-.392a.607.607 0 0 1 .261-.166z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "red",
d: "M6.541 3.918c-.958.034-1.883.175-2.615.418l-.283.094-.22.58c-.189.503-.505 1.583-.505 1.73 0 .028.157-.102.348-.287.19-.185.374-.336.41-.336.035 0 .295.233.578.516l.514.513.523-.513c.287-.283.55-.516.586-.516.036 0 .303.238.594.528L7 7.17l.53-.525c.29-.29.557-.528.593-.528.036 0 .299.233.586.516l.523.513.514-.513c.283-.283.543-.516.578-.516.036 0 .222.153.416.34l.352.34-.031-.164c-.071-.36-.275-1.04-.483-1.606l-.219-.597-.283-.094a8.837 8.837 0 0 0-.726-.191c-.86-.188-1.85-.26-2.809-.227zm.459.59c.241 0 .481.138.553.414.058.225.013.389-.158.56-.142.142-.194.163-.395.163s-.253-.021-.395-.163c-.17-.171-.216-.335-.158-.56A.553.553 0 0 1 7 4.508zm2.19 0a.57.57 0 0 1 .314.082c.342.224.347.755.01.976v.002a.73.73 0 0 1-.336.077c-.184 0-.242-.025-.373-.157-.285-.284-.252-.641.08-.888a.533.533 0 0 1 .304-.092zm-4.288.008a.48.48 0 0 1 .213.088c.332.247.365.604.08.888-.133.134-.187.157-.383.156a.563.563 0 0 1-.511-.84.588.588 0 0 1 .601-.292z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ff0",
d: "M4.185 3.359c0-.025.148-.27.33-.544C5.26 1.685 6.198 1 7 1c.8 0 1.74.686 2.486 1.815.18.274.329.519.329.544 0 .027-.064.033-.153.014a13.31 13.31 0 0 0-1.947-.254 13.324 13.324 0 0 0-3.377.254c-.09.018-.153.012-.153-.014z"
})]
}));
};
exports.LIGuiEasterEgg = LIGuiEasterEgg;