import { SVGProps } from "react"; export const socialProviders = { apple: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, dropbox: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, discord: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, facebook: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, github: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, gitlab: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, google: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, linear: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, kakao: { Icon: (props: SVGProps) => ( ), stringIcon: ``, }, naver: { Icon: (props: SVGProps) => ( ), stringIcon: ``, }, linkedin: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, microsoft: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, twitch: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, spotify: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, tiktok: { Icon: (props?: SVGProps) => ( ), stringIcon: ` `, }, twitter: { Icon: (props?: SVGProps) => ( ), stringIcon: ``, }, roblox: { Icon: (props?: SVGProps) => ( ), stringIcon: ``, }, vk: { Icon: (props?: SVGProps) => ( ), stringIcon: ``, }, zoom: { Icon: (props?: SVGProps) => ( ), stringIcon: ` `, }, };