@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.47 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIWeatherLunarEclipse = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIWeatherLunarEclipse = function LIWeatherLunarEclipse(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.006 7c0-1.071.265-2.073.806-2.994A6.071 6.071 0 0 1 4 1.806 5.813 5.813 0 0 1 6.994 1c1.083 0 2.085.265 3.006.806a6.04 6.04 0 0 1 2.188 2.188c.541.922.806 1.923.806 3.006a5.824 5.824 0 0 1-.806 3.006A6.04 6.04 0 0 1 10 12.194 5.824 5.824 0 0 1 6.994 13 5.783 5.783 0 0 1 4 12.194a6.04 6.04 0 0 1-2.188-2.188A5.824 5.824 0 0 1 1.006 7ZM6.13 3.084A3.94 3.94 0 0 1 8.653 4.41a3.908 3.908 0 0 1 1.025 2.683c0 .956-.3 1.797-.899 2.534a3.897 3.897 0 0 1-2.28 1.393c.23.023.392.046.495.046 1.129 0 2.085-.403 2.88-1.197.794-.795 1.197-1.75 1.197-2.88 0-1.105-.403-2.05-1.198-2.844-.794-.783-1.762-1.175-2.879-1.175-.3.023-.587.058-.863.115Z"
})
}));
};
exports.LIWeatherLunarEclipse = LIWeatherLunarEclipse;