UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.15 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIWeatherMoonFull = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIWeatherMoonFull = function LIWeatherMoonFull(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 6.997c0 1.088.267 2.095.805 3.012a5.969 5.969 0 0 0 2.186 2.186A5.914 5.914 0 0 0 7.003 13c1.087 0 2.09-.267 3.012-.805a5.915 5.915 0 0 0 2.18-2.186A5.914 5.914 0 0 0 13 6.997c0-1.087-.267-2.09-.805-3.012a5.94 5.94 0 0 0-2.18-2.18A5.9 5.9 0 0 0 7.003 1c-1.088 0-2.09.272-3.012.805a5.915 5.915 0 0 0-2.186 2.18A5.9 5.9 0 0 0 1 6.997Z" }) })); }; exports.LIWeatherMoonFull = LIWeatherMoonFull;