export function TwitterIcon(props: React.ComponentPropsWithoutRef<'svg'>) { return ( ) } export function MediumIcon(props: React.ComponentPropsWithoutRef<'svg'>) { return ( ) } export function InstagramIcon(props: React.ComponentPropsWithoutRef<'svg'>) { return ( ) } export function GitHubIcon(props: React.ComponentPropsWithoutRef<'svg'>) { return ( ) } export function LinkedInIcon(props: React.ComponentPropsWithoutRef<'svg'>) { return ( ) }