danawoodman / react-fontawesome

A React Font Awesome component.
https://www.npmjs.com/package/react-fontawesome
MIT License
667 stars 72 forks source link

Icon names do not match website #29

Closed cainaleaouk closed 7 years ago

cainaleaouk commented 7 years ago

Hi there,

I've been trying to use your component, which is working beautifully. Thanks for that.

My problem is, I have to guess 1000 the name of the icon until I get it right, could they match the naming in the font-awesome website? If not, where can I get a list of names and icons? This guessing game is taking way too much development time from me.

Cheers, Cai

danawoodman commented 7 years ago

The names should just be the font awesome name minus the fa- prefix, does that not work?

danawoodman commented 7 years ago

Closing, lemme know if you still think this is an issue @cainaleaouk

cainaleaouk commented 7 years ago

Yep seemed to work, thanks!