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: ` `, }, linkedin: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, microsoft: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, twitch: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, spotify: { Icon: (props: SVGProps) => ( ), stringIcon: ` `, }, x: { Icon: (props?: SVGProps) => ( ), stringIcon: ` `, }, };