logtrace / material-icons-react

Google material icons implementation for React
MIT License
24 stars 16 forks source link

1.0.4 & 1.0.3 icon missing, text is shown instead #38

Open khaledosman opened 6 years ago

khaledosman commented 6 years ago

I'm using the library as follows:

<MaterialIcon color='#78838e' className='colorMain' icon='sms_failed' size={17} />

After upgrading to v1.0.4 or 1.0.3 it stopped working and is just rendering text "sms_failed" instead of the icon. Going back to v1.0.2 fixes the issue

KemikalGeneral commented 4 years ago

Bump... still can't use className without it only showing the text.