@icongo/pp
Version:
Pepicons Icons
17 lines • 945 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var PPMoon = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M8.764 6.128a4.506 4.506 0 0 1 2.6-3.196c.93-.41.727-1.784-.281-1.908C6.47.458 2.162 3.522 1.188 8.102c-1.035 4.87 2.067 9.656 6.93 10.69 4.862 1.033 9.642-2.078 10.677-6.947a9.045 9.045 0 0 0 .195-2.166c-.032-1.019-1.388-1.343-1.877-.449a4.504 4.504 0 0 1-4.885 2.245 4.505 4.505 0 0 1-3.464-5.347Zm-.23 10.707c-3.782-.803-6.195-4.527-5.39-8.317a7.022 7.022 0 0 1 4.727-5.23 6.512 6.512 0 0 0-1.063 2.424c-.747 3.516 1.493 6.973 5.005 7.72a6.487 6.487 0 0 0 4.636-.752c-1.273 3.053-4.57 4.867-7.916 4.155Z",
clipRule: "evenodd"
})
}));
export { PPMoon };