CSS class interference with new Fontawesome 7.0.0

Hi all.
F7 uses CSS class fab for Floating Action Button. The new Fontawesome 7.0.0 also uses this CSS class for its brand style. This is new to Fontawesome 7.0.0.
Using a FAB button with a Fontawesome icon inside leads to a CSS class issue. A workaround is to manually delete all fab references into Fontawesome CSS files. But this means that all brand icons can’t be use anymore. In my case I don’t care, but one may care.

Considering that Fontawesome project is far better used that F7 (sad to say but true), a better workaround would be to change fab CSS class into F7, this should not be a big deal. I suggest fabtn.

Hi all.
Using an IDE, I have replaced all fab with fabtn in both CSS and js F7 files. I have minified them than used them instead of vanilla ones. Same procedure in the HTML codes. Than I have restored Fontawesome 7.0.0 vanilla files. Now everything works fine.