@icongo/pp
Version:
Pepicons Icons
15 lines • 696 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var PPMoonFilled = 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",
d: "M11.364 2.932a4.506 4.506 0 0 0-2.6 3.196 4.505 4.505 0 0 0 3.464 5.347 4.504 4.504 0 0 0 4.885-2.245c.489-.894 1.845-.57 1.877.449a9.045 9.045 0 0 1-.195 2.166c-1.035 4.87-5.815 7.98-10.678 6.947-4.862-1.034-7.964-5.82-6.929-10.69.974-4.58 5.283-7.644 9.895-7.078 1.008.124 1.21 1.498.28 1.908Z"
})
}));
export { PPMoonFilled };