Closed abnerwang0991 closed 2 years ago
I used the example, it didn't display icon
Have you checked the warning in a yellow card just below the headline, which says:
If you are using webfont-based icons, make sure that you [installed the icon library](https://quasar.dev/options/installing-icon-libraries) that you are using, otherwise it won’t show up!
I got it, I supposed extras in quasar config including 'material-icons' would import all styles of material-icons. The icons displayed after adding 'material-icons-outlined' to extras. Thank you.
Including them all would be a waste of bandwidth for the end-users. You need to pick exactly what you are using.
What happened?
Material icons doesn't display when I added prefix , o_, to name of Qicon
What did you expect to happen?
Displaying outlined icon
Reproduction URL
https://stackblitz.com/edit/quasarframework-dzwppm?file=src%2Fpages%2FIndexPage.vue
How to reproduce?
Add prefix , o_, to name of Qicon
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar)
Platforms/Browsers
Chrome
Quasar info output
No response
Relevant log output
No response
Additional context
No response