Answers for "how to resize react icons"

1

how to resize react icons

// If you want a 5x icon size you need to pass it to the react class as size
// Font awesome pixel sizes relative to the multiplier. 
// 1x - 14px
// 2x - 28px
// 3x - 42px
// 4x - 56px
// 5x - 70px

<FaFolderOpen size={70} />
Posted by: Guest on July-03-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language