type GoogleIconProps = { className?: string; }; export function GoogleIcon(props: GoogleIconProps) { const { className } = props; return ( ); }