quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
25.86k stars 3.5k forks source link

quasar/extras v1.9.13 missing CSS file for ionicons v5.3.0 #8304

Closed BenHayat closed 3 years ago

BenHayat commented 3 years ago

Describe the bug

The ionicons 5.x folder in github is missing the css file https://github.com/quasarframework/quasar/tree/dev/extras/ionicons-v5

First I activated the “ionicons-v5”, in the Quasar.conf extra sections Then I got error that I need to install CSS npm install --save @quasar/extras/ionicons-v5/ionicons-v5.css

When I tried to install the css, I got error that the css file is missing from github.

rstoenescu commented 3 years ago

Ionicons v5 does not ship the CSS equivalent. It is only available in SVG format.

rstoenescu commented 3 years ago

More information: https://github.com/ionic-team/ionicons/issues/785

hawkeye64 commented 3 years ago

That issue I filed is back from Feb 2020 -- no response from their team. I don't think it's going to happen. Maybe we should explicitly point this out on the readme? https://github.com/quasarframework/quasar/tree/dev/extras

imlinhanchao commented 1 year ago

How to enable Ionicons v5? I have the same issue when I add ionicons-v5 in extras of quasar.config.js.

hawkeye64 commented 1 year ago

How to enable Ionicons v5? I have the same issue when I add ionicons-v5 in extras of quasar.config.js.

Because Ionicons no longer has web fonts, you have to use the SVG files. For example: svg-ionicons-v6