Skip to content

Commit

Permalink
Add account metadata icons for chat, IRC, and Slack
Browse files Browse the repository at this point in the history
  • Loading branch information
ZMYaro committed Feb 14, 2023
1 parent 0555517 commit 92f8e7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composables/masto/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const accountFieldIcons: Record<string, string> = Object.fromEntries(Obje
'Blog': 'i-ri:article-line',
'BuyMeACoffee': 'i-ri:cup-line',
'Buy Me A Coffee': 'i-ri:cup-line',
'Chat': 'i-ri:chat-1-line',
'City': 'i-ri:map-pin-2-line',
'Dingding': 'i-ri:dingding-line',
'Discord': 'i-ri:discord-line',
Expand All @@ -21,6 +22,7 @@ export const accountFieldIcons: Record<string, string> = Object.fromEntries(Obje
'Home Page': 'i-ri:home-8-line',
'Homepage': 'i-ri:home-8-line',
'Instagram': 'i-ri:instagram-line',
'IRC': 'i-ri:chat-1-line',
'Joined': 'i-ri:calendar-line',
'Keyoxide': 'i-ri:key-2-line',
'KoFi': 'i-ri:cup-line',
Expand All @@ -43,6 +45,7 @@ export const accountFieldIcons: Record<string, string> = Object.fromEntries(Obje
'QQ': 'i-ri:qq-line',
'Site': 'i-ri:link',
'Skype': 'i-ri:skype-line',
'Slack': 'i-ri:slack-line',
'Snapchat': 'i-ri:snapchat-line',
'Sponsors': 'i-ri:heart-3-line',
'Spotify': 'i-ri:spotify-line',
Expand Down

0 comments on commit 92f8e7d

Please sign in to comment.