UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.78 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiSafe = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiSafe = function LIGuiSafe(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: "M2.397 12.518c-.16-.108-.175-.162-.18-.673l-.006-.46-.325-.013c-.341-.014-.403-.032-.582-.166a.868.868 0 0 1-.156-.17c-.16-.233-.152.01-.145-4.509l.007-4.103.07-.143a.882.882 0 0 1 .437-.407c.34-.117 2.248-.332 3.71-.418.7-.041 2.877-.041 3.593 0 1.377.08 3.31.3 3.674.42.161.053.37.248.447.416l.06.132v8.36l-.07.142a.86.86 0 0 1-.374.376c-.091.048-.155.058-.425.066l-.318.01-.008.471c-.009.523-.015.547-.195.67l-.083.055H8.89l-.084-.056c-.16-.107-.178-.172-.178-.6 0-.21-.006-.419-.013-.463l-.014-.081H5.406l-.008.473c-.01.526-.016.55-.195.672l-.083.056H2.48l-.084-.056zm8.262-3.117v-.52l.102-.1a.982.982 0 0 0 .319-.809.93.93 0 0 0-.319-.688 1.088 1.088 0 0 0-1.732.304c-.08.16-.085.18-.085.443 0 .262.004.284.083.441.046.091.139.22.207.287l.123.122v1.04h1.302v-.52zm-5.096-.733a2.693 2.693 0 0 0 2.31-2.8 2.682 2.682 0 0 0-2.82-2.522 2.675 2.675 0 0 0-2.52 2.545c-.081 1.661 1.387 3.006 3.03 2.777zm-.708-1.3c-1.045-.275-1.402-1.578-.64-2.339.737-.737 1.973-.442 2.315.553.353 1.025-.62 2.061-1.675 1.785z" }) })); }; exports.LIGuiSafe = LIGuiSafe;