import type { SVGProps } from "react"; export function GoogleIcon(props: SVGProps) { return ( ); }