Material Outlined icons don't work
-
Hi, I’m trying to use the outlined Material icon set, but something’s wrong. In quasar.conf.js I have
extras: [ 'material-icons-outlined' ], framework: { iconSet: 'material-icons-outlined', // Quasar icon set },
but instead of the icons I see the icon names (this is supposed to be a tab bar of 4 tabs with inline labels):
I already tried restarting the entire framework but it didn’t fix it.
quasar
version 1.15.5,@quasar/app
version 2.2.1. Any idea what’s wrong? Thanks! -
To use the outlined Material icon set you have use a prefix :
normal:thumb_up
outlined:o_thumb_up
-
@dobbel Thanks, it works.