Hi,
I just read the documentation about adding social icons to the navbar.
https://docs.generatepress.com/article/adding-icons-to-menu-items/
As I did not want to load the additional Font Awesome and already had Lightweight Social Icons installed, I thought I could just use the icons already there.
So I just used:
<i class="lsicon lsicon-facebook"></i>
Instead of:
<i class="fa fa-facebook"></i>
Thought this could be of interest for someone.
Keep in mind it only works if you have Lightweight Social Icons installed and only for the icons available there.