@icongo/li
Version:
LibreICONS Icons
14 lines • 694 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIWeatherMoonWaxingCrescent5 = 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: "M6.965 13a5.848 5.848 0 0 0 3.012-.805 5.969 5.969 0 0 0 2.185-2.186 5.914 5.914 0 0 0 .805-3.012c0-1.087-.266-2.09-.805-3.012a5.915 5.915 0 0 0-2.185-2.18A5.914 5.914 0 0 0 6.965 1c.89 1.546 1.333 3.545 1.333 5.997 0 1.242-.091 2.362-.278 3.359-.186.997-.533 1.871-1.055 2.644Z"
})
}));
export { LIWeatherMoonWaxingCrescent5 };