export default {
    "github": {
        icon: "SiGithub",
        label: "GitHub",
        hrefResolve: "https://github.com/"
    },
    "twitter": {
        icon: "SiTwitter",
        label: "Twitter",
        hrefResolve: "https://twitter.com/"
    },
    "instagram": {
        icon: "SiInstagram",
        label: "Instagram",
        hrefResolve: "https://instagram.com/"
    },
    "facebook": {
        icon: "SiFacebook",
        label: "Facebook",
        hrefResolve: "https://facebook.com/"
    },
    "youtube": {
        icon: "SiYoutube",
        label: "YouTube",
        hrefResolve: "https://youtube.com/channel/"
    },
    "twitch": {
        icon: "SiTwitch",
        label: "Twitch",
        hrefResolve: "https://twitch.tv/"
    },
    "linkedin": {
        icon: "SiLinkedin",
        label: "LinkedIn",
        hrefResolve: "https://linkedin.com/in/"
    },
    "reddit": {
        icon: "SiReddit",
        label: "Reddit",
        hrefResolve: "https://reddit.com/u/"
    },
    "vrchat": {
        icon: "VrChat",
        label: "VRChat",
        hrefResolve: "https://vrchat.com/home/user/"
    },
    "discord": {
        icon: "SiDiscord",
        label: "Discord",
    },
    "custom": {
        icon: "MdLink",
        label: "Custom",
    }
}