Material Design Icons v7 (mdi-v7) icon sets are missing
See original GitHub issueWhat happened?
Using mdi-v7
leads to this error:
App • WAIT • Compiling of "UI" in progress...
App • DONE • "UI" compiled with errors • 13839ms
App • ERROR • UI in ./.quasar/quasar-user-options.js
Module not found: Can't resolve imported dependency "quasar/icon-set/mdi-v7"
Did you forget to install it? You can run: npm install --save quasar/icon-set/mdi-v7
App • COMPILATION FAILED • Please check the log above for details.
quasar build 32,17s user 0,97s system 216% cpu 15,276 total
1
What did you expect to happen?
No error, mdi-v7
should be useable.
Reproduction URL
https://stackblitz.com/edit/quasarframework-webpack-yvqbbx?file=quasar.config.js
How to reproduce?
- Update
@quasar/extras
to 1.15.5 - Configure to use
mdi-v7
- Try to build project
Flavour
Quasar CLI with Webpack (@quasar/cli | @quasar/app-webpack)
Areas
Quasar Extras (@quasar/extras)
Platforms/Browsers
No response
Quasar info output
No response
Relevant log output
No response
Additional context
No response
Issue Analytics
- State:
- Created a year ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Material Design Icons
Material Design Icons ' growing icon collection allows designers and developers targeting various platforms to download icons in the format, color and size ......
Read more >Missing "mode_fan_on" (mode_fan) · Issue #1311 - GitHub
The icon is simply not in the current Material Icons set (although it is in Material Symbols!). That problem can only be resolved...
Read more >Material Design Lite Icons missing when using in Angular
I'm using them like this <i class="material-icons">share</i> and the browser just writes "share" as normal font and not as Icon like it should ......
Read more >material_design_icons_flutter | Flutter Package - Pub.dev
The Material Design Icons Icon pack available as set of Flutter Icons. Based on Material Design Icons 7.0.96. See a web demo build...
Read more >material-icons - npm
Latest icon fonts and CSS for self-hosting material design icons. This package is automatically updated, so it will always have the latest icons...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s correct that MDI v7 itself is supported on extras v1.15+, but the
quasar
package doesn’t have any icon sets for it. So, you can add it toquasar.config.js > extras
, import SVG icons, etc. but can’t doquasar.config.js > framework > iconSet = 'mdi-v7' // nor 'svg-mdi-v7'
yet. According to README of extras, they are supposed to exist. So, I would consider this a bug. I think the problem is now clear.The Quasar IconSet mdi-v7 will be available in v2.10.2 and v1.22.2