mirror of https://github.com/elk-zone/elk.git
42 lines
1.2 KiB
TypeScript
42 lines
1.2 KiB
TypeScript
// @unocss-include
|
|
export const ACCOUNT_FIELD_ICONS: Record<string, string> = {
|
|
alipay: 'i-ri:alipay-fill',
|
|
bilibili: 'i-ri:bilibili-fill',
|
|
birth: 'i-ri:calendar-line',
|
|
blog: 'i-ri:newspaper-line',
|
|
city: 'i-ri:map-pin-2-line',
|
|
dingding: 'i-ri:dingding-fill',
|
|
discord: 'i-ri:discord-fill',
|
|
douban: 'i-ri:douban-fill',
|
|
facebook: 'i-ri:facebook-fill',
|
|
github: 'i-ri:github-fill',
|
|
gitlab: 'i-ri:gitlab-fill',
|
|
home: 'i-ri:home-2-line',
|
|
instagram: 'i-ri:instagram-line',
|
|
joined: 'i-ri:user-add-line',
|
|
linkedin: 'i-ri:linkedin-box-fill',
|
|
location: 'i-ri:map-pin-2-line',
|
|
mastodon: 'i-ri:mastodon-line',
|
|
medium: 'i-ri:medium-fill',
|
|
patreon: 'i-ri:patreon-fill',
|
|
paypal: 'i-ri:paypal-fill',
|
|
playstation: 'i-ri:playstation-fill',
|
|
portfolio: 'i-ri:link',
|
|
qq: 'i-ri:qq-fill',
|
|
site: 'i-ri:link',
|
|
sponsors: 'i-ri:heart-3-line',
|
|
spotify: 'i-ri:spotify-fill',
|
|
steam: 'i-ri:steam-fill',
|
|
switch: 'i-ri:switch-fill',
|
|
telegram: 'i-ri:telegram-fill',
|
|
tumblr: 'i-ri:tumblr-fill',
|
|
twitch: 'i-ri:twitch-line',
|
|
twitter: 'i-ri:twitter-line',
|
|
website: 'i-ri:link',
|
|
wechat: 'i-ri:wechat-fill',
|
|
weibo: 'i-ri:weibo-fill',
|
|
xbox: 'i-ri:xbox-fill',
|
|
youtube: 'i-ri:youtube-line',
|
|
zhihu: 'i-ri:zhihu-fill',
|
|
}
|