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 @
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome" import { faFacebook } from "@fortawesome/free-brands-svg-icons" const icon =
I found the spelling/casing of the brand icons on FontAwesome's GitHub