reactjs - how to scale (large) font-awesome icons from the react-icons package - Stack Overflow

PHOTO EMBED

Sun Jul 25 2021 07:39:29 GMT+0000 (Coordinated Universal Time)

Saved by @davidTheNerdy #javascript

// Font awesome pixel sizes relative to the multiplier. 
// 1x - 14px
// 2x - 28px
// 3x - 42px
// 4x - 56px
// 5x - 70px

<FaFolderOpen size={70} />
content_copyCOPY

scale fa icon

https://stackoverflow.com/questions/43768629/how-to-scale-large-font-awesome-icons-from-the-react-icons-package