import * as React from 'react' import type { ComponentProps } from 'react' export const MoonIcon = (props: ComponentProps<'svg'>) => ( )