import type { SVGProps } from 'react'; const SvgMoon = (props: SVGProps) => ( ); export default SvgMoon;