Missing material symbols? #17615
Labels
area/extras
bug/2-confirmed
We have reproduce the problem and confirmed that this is a bug.
flavour/quasar-cli-vite
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
I am on the latest version (v2.17.1), and want to use Material Symbols
arrow_menu_open
andarrow_menu_close
.I am using
<q-btn icon="sym_o_arrow_menu_open"/>
(and variant with_close
)Instead of the icon, I'm getting mixed string/icon (see screenshot)
<q-btn icon="sym_o_arrow_menu_open" />
<q-btn icon="sym_o_arrow_menu_close" />
I have been using Quasar for a while. I have
material-symbols-outlined
in myquasar.config.js
. I have also tried importing rounded and sharp symbols and using them withsym_r_
orsym_s_
. All other icons are working fine, so I'm guessing there's an issue particular with these two (at least)What did you expect to happen?
The icons to be rendered like these
https://fonts.google.com/icons?selected=Material+Symbols+Outlined:arrow_menu_open:FILL@0;wght@400;GRAD@0;opsz@24&icon.query=arrow+menu+open&icon.size=24&icon.color=%23e8eaed&icon.set=Material+Symbols
https://fonts.google.com/icons?selected=Material+Symbols+Outlined:arrow_menu_close:FILL@0;wght@400;GRAD@0;opsz@24&icon.query=arrow+menu+close&icon.size=24&icon.color=%23e8eaed&icon.set=Material+Symbols
Reproduction URL
https://stackblitz.com/edit/quasarframework-stackblitz-templates-2mlg5g?file=src%2Fpages%2FIndexPage.vue
How to reproduce?
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar), Style & Identity (quasar)
Platforms/Browsers
No response
Quasar info output
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: