socialIcons
let socialIcons: {  apple: string;  discord: string;  facebook: string;  farcaster: string;  google: string;  telegram: string;};
type apple = string;
type discord = string;
type facebook = string;
type farcaster = string;
type google = string;
type telegram = string;