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