React-fontawesome: fa-star-o seems to be missing from @fortawesome/free-solid-svg-icons

Created on 26 Nov 2019  路  5Comments  路  Source: FortAwesome/react-fontawesome

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:

  • faStar
  • faStarAndCrescent
  • faStarHalf
  • faStarHalfAlt

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.

Most helpful comment

The -o postfix is no longer needed. You can import it like this:

import { faStar } from '@fortawesome/free-regular-svg-icons'

All 5 comments

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'
Was this page helpful?
0 / 5 - 0 ratings