@icongo/li
Version:
LibreICONS Icons
14 lines • 656 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIWeatherMoonWaningCrescent1 = 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 13c-.534-1.674-.795-3.678-.795-6.003 0-1.828.267-3.827.795-5.997-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 { LIWeatherMoonWaningCrescent1 };