react-fontawesome
react-fontawesome copied to clipboard
`width` in `FontAwesomeIcon` in `index.d.ts`
Describe the bug To avoid flash-of-unstyled-svg, you need to default with element's width to zero. This would be a good bugfix.
In lieu of that, extending FontAwesomeIcon's Props to accept width: number, please.