import {Props} from 'types' export function TwitterIcon(props: Props) { return ( ) } export function InstagramIcon(props: Props) { return ( ) } export function GitHubIcon(props: Props) { return ( ) } export function LinkedInIcon(props: Props) { return ( ) }