The Font Awesome documentation shows only how to add regular/solid fonts to React. How about social icons?
First I grabbed the packages:
npm i --save @
Try:
Note that font awesome now has different icon sets. The solid set (fas) is the default. The facebook icon is in the brands set (fab).
fas
fab