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.
17 lines
423 B
TypeScript
17 lines
423 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',
|
|
plus: 'mdi:plus',
|
|
user: 'mdi:account-circle',
|
|
home: 'material-symbols:home-rounded',
|
|
search: 'material-symbols:search',
|
|
},
|
|
},
|
|
})
|