socialIcons
let socialIcons: { apple: string; coinbase: string; discord: string; facebook: string; farcaster: string; github: string; google: string; line: string; telegram: string; twitch: string; x: string;};
type apple = string;
type coinbase = string;
type discord = string;
type facebook = string;
type farcaster = string;
type github = string;
type google = string;
type line = string;
type telegram = string;
type twitch = string;
type x = string;