-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
svg<type>Grade removed. Use svg<type>Star. Used in iconsets as "rating". #17640
Comments
Will be resolved in the next release. |
Thanks for this update 👍 But I'm wondering if quasar-extras needs also an update. I'm trying to not use material-design-icons font at all, and instead use the svg-material-symbols-outlined iconSet. This gives me:
|
Oh, in fact there is no change in the dev branch. There is a warning at the top of the modified files saying that those files are generated, the edit should have been in material-symbols-.js (and not in their svg- counterparts) ! |
Will be fixed in Quasar v2.17.4 |
Nice catch! |
Discussed in #17632
Originally posted by yaourt November 10, 2024
I'm trying to change the iconSet in quasarconfig to
'svg-material-symbols-outlined'
but then it gives me the following when doing aquasar dev
orquasar build
:node_modules/.pnpm/quasar@2.17.2/node_modules/quasar/icon-set/svg-material-symbols-outlined.js:64:2: ERROR: No matching export in "node_modules/.pnpm/@quasar+extras@1.16.13/node_modules/@quasar/extras/material-symbols-outlined/index.mjs" for import "symOutlinedGrade"
Is there a mistake on my side ?
or is this an issue with the icon named
grade
inmaterial-icons
that does not exist anymore inmaterial-symbols-*
?The text was updated successfully, but these errors were encountered: