export type Network =
  | 'bandsintown'
  | 'behance'
  | 'codepen'
  | 'discord'
  | 'dribbble'
  | 'dropbox'
  | 'email'
  | 'facebook'
  | 'foursquare'
  | 'github'
  | 'google'
  | 'google_play'
  | 'instagram'
  | 'itch.io'
  | 'itunes'
  | 'linkedin'
  | 'mailto'
  | 'medium'
  | 'meetup'
  | 'pinterest'
  | 'rdio'
  | 'reddit'
  | 'rss'
  | 'sharethis'
  | 'smugmug'
  | 'snapchat'
  | 'soundcloud'
  | 'spotify'
  | 'squarespace'
  | 'stackoverflow'
  | 'telegram'
  | 'tiktok'
  | 'tumblr'
  | 'twitch'
  | 'twitter'
  | 'upwork'
  | 'vevo'
  | 'vimeo'
  | 'vine'
  | 'vk'
  | 'vsco'
  | 'wechat'
  | 'whatsapp'
  | 'yelp'
  | 'youtube';
