Hello, I'm using React fontawesome free. When using the hourglass icon, the library incorrectly uses the regular variant of the icon rather than the solid variant. Repro:
import { faHourglass } from "@fortawesome/free-solid-svg-icons";
<FontAwesomeIcon icon={faHourglass } />
Bug description
Hello, I'm using React fontawesome free. When using the hourglass icon, the library incorrectly uses the regular variant of the icon rather than the solid variant. Repro:
Lib versions:
Thanks
Reproducible test case
No response
Screenshots
No response
Font Awesome version
v6.6.0
Serving
Self-hosted
Implementation
SVG+JS, SVG Sprites
Browser and Operating System
All
Web bug report checklist