UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.34 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIMustach = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIMustach = function LIMustach(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: "M6.994 5.241c1.025-.507 1.965-.286 2.647.604.187.245.32.53.494.787.21.314.42.632.662.92.26.308.62.419 1.021.4.5-.025.746-.276.757-.785.002-.116 0-.232 0-.356.597.453.56 1.332-.083 1.78a2.176 2.176 0 0 1-.7.319c-1.15.288-2.257.175-3.298-.412-.593-.334-.966-.762-1.474-1.664-.07.11-.134.201-.187.3C6.18 8.325 5.13 8.898 3.82 9.037c-.638.068-1.275.021-1.882-.222-.478-.191-.812-.509-.914-1.034-.08-.408.04-.688.434-.959 0 .163-.009.315 0 .466.027.373.24.6.61.651.521.072.966-.088 1.278-.508.277-.372.52-.77.755-1.17.325-.555.756-.978 1.36-1.214.543-.212 1.049-.119 1.534.193" }) })); }; exports.LIMustach = LIMustach;