UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.39 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LISeo = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LISeo = function LISeo(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: "M5.901 8.573c.578 0 1.123.126 1.607.349a2.164 2.164 0 0 0-1.618-.696c-.667 0-1.258.281-1.634.714a3.836 3.836 0 0 1 1.645-.367zm1.655-5.331c-.9-.9-2.354-.893-3.254.007-.9.9-.907 2.357-.007 3.257l1.626 1.617 1.63-1.63c.9-.9.905-2.351.005-3.251zM5.927 6.248a1.386 1.386 0 1 1 0-2.773 1.386 1.386 0 0 1 0 2.773zM9.41 2.44a4.933 4.933 0 0 0-6.969 0 4.933 4.933 0 0 0 0 6.97 4.934 4.934 0 0 0 6.767.19l.39.39a.693.693 0 0 0 .156.744l2.061 2.061a.694.694 0 1 0 .982-.981l-2.062-2.061a.693.693 0 0 0-.743-.155l-.391-.39A4.933 4.933 0 0 0 9.41 2.44zM3.03 8.82a4.1 4.1 0 0 1 0-5.791 4.1 4.1 0 0 1 5.791 0 4.1 4.1 0 0 1 0 5.791 4.1 4.1 0 0 1-5.79 0z" }) })); }; exports.LISeo = LISeo;