diff --git a/assets/components.d.ts b/assets/components.d.ts index f3952a99..c0f20b8e 100644 --- a/assets/components.d.ts +++ b/assets/components.d.ts @@ -68,6 +68,7 @@ declare module 'vue' { 'MaterialSymbols:eyeTracking': typeof import('~icons/material-symbols/eye-tracking')['default'] 'MaterialSymbols:link': typeof import('~icons/material-symbols/link')['default'] 'MaterialSymbols:logout': typeof import('~icons/material-symbols/logout')['default'] + 'MaterialSymbols:person': typeof import('~icons/material-symbols/person')['default'] 'MaterialSymbols:terminal': typeof import('~icons/material-symbols/terminal')['default'] 'MaterialSymbolsLight:collapseAll': typeof import('~icons/material-symbols-light/collapse-all')['default'] 'Mdi:account': typeof import('~icons/mdi/account')['default']