-
Notifications
You must be signed in to change notification settings - Fork 5
/
app.config.ts
57 lines (57 loc) · 1.84 KB
/
app.config.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
export default defineAppConfig({
nuxtIcon: {
aliases: {
nuxt: 'logos:nuxt-icon',
vite: 'logos:vitejs',
unocss: 'logos:unocss',
back: 'ph:arrow-left',
spinner: 'fa6-solid:spinner',
brand: 'carbon:code',
experimental: 'ph:flask',
webworker: 'el:cogs',
mdn: 'simple-icons:mozilla',
chrome: 'logos:chrome',
github: 'carbon:logo-github',
permission: 'bx:check-shield',
secure: 'bxs:lock-alt',
unsecure: 'bxs:lock-open-alt',
external: 'ph:arrow-square-out',
search: 'carbon:search',
clear: 'carbon:erase',
light: 'ph:sun',
dark: 'ph:moon',
system: 'ph:devices',
charging: 'akar-icons:battery-charging',
batteryEmpty: 'akar-icons:battery-empty',
batteryLow: 'akar-icons:battery-low',
batteryMedium: 'akar-icons:battery-medium',
batteryFull: 'akar-icons:battery-full',
width: 'ant-design:column-width-outlined',
height: 'ant-design:column-height-outlined',
location: 'carbon:airport-location',
interaction: 'icon-park-solid:click',
encryption: 'carbon:encryption',
vibration: 'ph:vibrate',
share: 'ph:share-network',
link: 'ph:link',
fullscreen: 'ph:arrows-out-simple',
eyedropper: 'ph:eyedropper-sample-duotone',
pwa: 'logos:pwa',
vercel: 'akar-icons:vercel-fill',
downlink: 'carbon:cloud-download',
roundtrip: 'carbon:arrows-horizontal',
tiles: 'ph:squares-four-fill',
list: 'ph:rows-fill',
available: 'ph:check-circle',
unavailable: 'ph:x-circle',
email: 'ph:paper-plane-tilt',
info: 'ph:info',
waiting: 'ph:hourglass-medium-fill',
discussion: 'ph:chats',
check: 'ph:check',
cross: 'ph:x',
repotracker: 'IconRepoTracker',
promptmetheus: 'IconPromptmetheus',
},
},
})