UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.25 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIMathAlmostEqualTo = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIMathAlmostEqualTo = function LIMathAlmostEqualTo(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: "M7 8.839c-1.195-.4-1.944-.426-2.393-.086-.496.374-.607.331-.607-.238 0-1.058.984-1.28 3.157-.714 1.41.368 1.626.385 2.076.16.276-.138.562-.28.635-.315.072-.035.132.178.132.475 0 .419-.116.6-.52.809-.658.34-1.255.317-2.48-.091zm0-2.647c-1.195-.4-1.944-.426-2.393-.087C4.111 6.48 4 6.437 4 5.867c0-1.03 1.116-1.311 2.97-.748 1.454.441 1.96.465 2.423.115.499-.378.607-.332.607.254 0 .403-.121.588-.52.795-.658.34-1.255.317-2.48-.091z" }) })); }; exports.LIMathAlmostEqualTo = LIMathAlmostEqualTo;