Is your feature request related to a problem? Please describe.
fa-star-o icon seems to be missing from @fortawesome/free-solid-svg-icons. I can find what is listed below though:
Describe the solution you'd like
Maybe something like faStarO or faStarEmpty would be great.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Hi @lomse . The outline version is available in @fortawesome/free-regular-svg-icons
nice one.
Hi did you manage to find it? @lomse I've checked @fortawesome/free-regular-svg-icons but i can't see the outline version in there.
Same here, can't seem to find it.
The -o postfix is no longer needed. You can import it like this:
import { faStar } from '@fortawesome/free-regular-svg-icons'
Most helpful comment
The
-opostfix is no longer needed. You can import it like this: