@icongo/li
Version:
LibreICONS Icons
14 lines • 591 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIWeatherMoonThirdQuarter = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1.213 6.997c0 1.088.267 2.095.805 3.012a5.995 5.995 0 0 0 2.18 2.186A5.9 5.9 0 0 0 7.212 13V1c-1.088 0-2.09.267-3.012.805a5.955 5.955 0 0 0-2.18 2.186 5.843 5.843 0 0 0-.806 3.006z"
})
}));
export { LIWeatherMoonThirdQuarter };