quasarframework / quasar-extras

[DEPRECATED, <= 0.17, moved to main repo] Fonts, icons and animations for Quasar Framework

Home Page:https://v0-17.quasar-framework.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fontawesome paypal icons broken

salsa2k opened this issue · comments

Fontawesome paypal icons not loading:

  • fa-paypal
  • fa-cc-paypal

<q-btn icon="fa-cc-paypal">Paypal</q-btn>

Fontawesome version: 5.0.1

It's "fa fab fa-cc-paypal" for v0.14 and "fab fa-cc-paypal" for v0.15.
Notice that for v0.15 it's exactly the string in their docs: "fab fa-cc-paypal" -- fab/fas/fal/etc then fa-<icon_name>

Correction for v0.14: "fa-cc-paypal fab"