You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
628 B
TypeScript
22 lines
628 B
TypeScript
export default defineAppConfig({
|
|
nuxtIcon: {
|
|
size: '24px', // default <Icon> size applied
|
|
class: 'icon', // default <Icon> class applied
|
|
aliases: {
|
|
nuxt: 'logos:nuxt-icon',
|
|
loading: 'svg-spinners:90-ring-with-bg',
|
|
twitter: 'mdi:twitter',
|
|
github: 'mdi:github',
|
|
close: 'mdi:window-close',
|
|
plus: 'mdi:plus',
|
|
user: 'mdi:account-circle',
|
|
home: 'material-symbols:home-rounded',
|
|
search: 'material-symbols:search',
|
|
bell: 'material-symbols:notifications-outline',
|
|
mail: 'material-symbols:mail-outline',
|
|
back: 'material-symbols:arrow-back',
|
|
settings: 'material-symbols:settings',
|
|
},
|
|
},
|
|
})
|