UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.72 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiProof = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiProof = function LIGuiProof(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.jsx)("path", { d: "M1.15 10.977c-.153-.088-.148.05-.149-3.795L1 3.53l.083-.165a.666.666 0 0 1 .42-.349c.154-.044 10.84-.044 10.994 0a.667.667 0 0 1 .42.35L13 3.53v7.292l-.097.098-.098.097-5.794-.001c-4.295 0-5.811-.011-5.86-.039zM12.425 7.05l.01-3.383-.072-.058c-.066-.055-.372-.058-5.36-.058-4.732 0-5.296.01-5.362.052l-.074.052V7.03c0 1.856.01 3.386.022 3.398.012.012 2.453.019 5.425.014l5.403-.01.009-3.383zM2.533 9.37v-.315l.492-.192c.27-.106.546-.226.612-.267.155-.096.263-.233.263-.334 0-.043-.075-.236-.167-.428-.182-.383-.208-.554-.116-.772.03-.072.05-.227.05-.39.001-.482.165-.684.608-.754.42-.066.798.043.952.275.076.115.09.182.11.487.012.194.038.406.059.47.068.213.045.32-.154.7l-.191.366.062.116c.088.163.258.263.78.462l.457.174.009.358.009.358H2.532V9.37zm4.5-.054v-.3h4.434v.6H7.033v-.3zm0-1.333v-.3h1.4v.6h-1.4v-.3zm1.934 0v-.3h2.5v.6h-2.5v-.3zM6.933 6.65v-.3h4.534v.6H6.933v-.3zm-4.4-1.784v-.55H9.9v1.1H2.533v-.55zm7.834 0v-.55h1.1v1.1h-1.1v-.55z" }) })); }; exports.LIGuiProof = LIGuiProof;