FortAwesome / react-fontawesome

Font Awesome React component
https://fontawesome.com
MIT License
3.67k stars 264 forks source link

How can I tell which npm package an icon is in? #45

Open Ethan-Arrowood opened 6 years ago

Ethan-Arrowood commented 6 years ago

Is there any place on the main website to find out which npm package an icon is located in?

NateRadebaugh commented 6 years ago

@Ethan-Arrowood You can apply a variety of filters using the website: https://fontawesome.com/icons?d=gallery

You can see here whether it is Solid, Regular, Light, or Brand.

At https://fontawesome.com/how-to-use/js-component-packages you can see the different npm packages:

swrobel commented 6 years ago

It'd be great if that was visible on an individual icon's page. For example, there's no indication that this belongs in brands rather than solid: https://fontawesome.com/icons/app-store-ios

NateRadebaugh commented 6 years ago

Good point. The only indicator is the class on the example code: <i class="fab fa-app-store-ios"></i> Where fab indicates it's from the brands set.

talbs commented 6 years ago

Thanks for bringing this up, folks. I agree, that seems like a huge pain. We'll see what we can do about getting some better metadata on the icon detail page (if not within our listings views).

Hang tight and sorry for the headaches in the meantime! 😄