@rodneylab/svelte-social-icons
Version:
Beautiful, easy SVG social icons in Svelte.
47 lines (46 loc) • 649 B
TypeScript
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';