function getSocialIcon(
provider:
| "google"
| "apple"
| "facebook"
| "discord"
| "line"
| "x"
| "coinbase"
| "farcaster"
| "telegram"
| "github"
| "twitch"
| "steam"
| "guest"
| "backend"
| "email"
| "phone"
| "passkey"
| "wallet"
| ({} & string),
): string;