@icongo/li
Version:
LibreICONS Icons
14 lines • 690 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIWeatherMoonWaningCrescent3 = 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.035 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.034 13C5.44 11.758 4.645 9.753 4.645 6.997c0-1.236.224-2.377.667-3.411C5.753 2.55 6.329 1.688 7.033 1c-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 { LIWeatherMoonWaningCrescent3 };