/// import { IconProps } from "../../../types"; export default function MoonIcon({ className, dataTestid, ...rest }: IconProps): JSX.Element;