FortAwesome / Font-Awesome

The iconic SVG, font, and CSS toolkit
https://fontawesome.com
Other
74.18k stars 12.2k forks source link

Bug: React fa-solid faHourglass is incorrect #20382

Closed cookieJarYum closed 1 month ago

cookieJarYum commented 1 month ago

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:

import { faHourglass } from "@fortawesome/free-solid-svg-icons";
<FontAwesomeIcon icon={faHourglass } />

Lib versions:

    "@fortawesome/fontawesome-svg-core": "^6.6.0",
    "@fortawesome/free-solid-svg-icons": "^6.6.0",
    "@fortawesome/react-fontawesome": "^0.2.2",

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

cookieJarYum commented 1 month ago

Nevermind I think the fully-filled solid variant is a paid thing, apologies.