Gets the icon URI for a given social authentication provider
const googleIcon = getSocialIcon("google");const appleIcon = getSocialIcon("apple");
function getSocialIcon( provider: | ({} & string) | "google" | "apple" | "facebook" | "discord" | "line" | "x" | "coinbase" | "farcaster" | "telegram" | "github" | "twitch" | "steam" | "guest" | "backend" | "email" | "phone" | "passkey" | "wallet",): string;
The authentication provider to get the icon for
let provider: | ({} & string) | "google" | "apple" | "facebook" | "discord" | "line" | "x" | "coinbase" | "farcaster" | "telegram" | "github" | "twitch" | "steam" | "guest" | "backend" | "email" | "phone" | "passkey" | "wallet";
let returnType: string;
A data URI containing the SVG icon for the provider, or a generic wallet icon if the provider is not recognized