UNPKG

@icongo/li

Version:
44 lines (43 loc) 2.52 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiMagic = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiMagic = function LIGuiMagic(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", { d: "M8.374 4.812a.328.328 0 0 0-.237.092l-6.766 6.54a.306.306 0 0 0-.096.228.31.31 0 0 0 .096.23l1.042 1.006A.328.328 0 0 0 2.65 13a.325.325 0 0 0 .235-.092l6.768-6.54a.303.303 0 0 0 .095-.228.306.306 0 0 0-.095-.23L8.61 4.905a.328.328 0 0 0-.237-.092zm0 .66.564.543-1.542 1.49-.564-.543 1.542-1.49z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ff0", d: "m3.096 2.24.689.21-.69.21-.21.69-.21-.69-.69-.21.69-.21.21-.69z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "red", d: "m5.556 3.378 1.378.421-1.378.422L5.134 5.6l-.421-1.38-1.378-.42 1.378-.421L5.134 2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ff0", d: "m10.841 11.117.689.211-.689.21-.21.69-.211-.69-.69-.21.69-.21.21-.69z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ff8100", d: "m7.594 2.24.69.21-.69.21-.21.69-.211-.69-.69-.21.69-.21.21-.69z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "red", d: "m11.318 4.151 1.378.422-1.378.422-.422 1.377-.421-1.377-1.378-.422 1.378-.422.421-1.377z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ff8100", d: "m11.22 8.116.69.211-.69.21-.21.69-.21-.69-.69-.21.69-.21.21-.69zm1.366-6.086.689.21-.689.212-.21.689-.212-.69-.689-.21.69-.21.21-.69zm-4.38 7.68.69.21-.69.212-.21.688-.211-.688-.69-.211.69-.211.21-.689zM3.6 6.58l.689.211-.689.211-.21.689-.212-.689-.689-.21.69-.212.21-.688z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ff0", d: "m1.836 7.434.689.21-.69.211-.21.69-.211-.69-.689-.21.689-.211.21-.69zm4.607 4.322.689.211-.689.211-.21.689-.212-.689-.689-.21.69-.212.21-.688zM9.856 1.69l.689.21-.69.212-.21.688-.211-.688-.689-.211.689-.211.21-.689z" })] })); }; exports.LIGuiMagic = LIGuiMagic;