I installed the below package from font awesome documentation and faCoffee
icon was added but when I want to use the social icon the icon is not added.
npm i --save @fortawesome/fontawesome-svg-core
npm i --save @fortawesome/free-solid-svg-icons
npm i --save @fortawesome/free-regular-svg-icons
npm i --save @fortawesome/react-fontawesome@latest
<FontAwesomeIcon icon={faCoffee} />