corymsmith / react-native-icons

Quick and easy icons in React Native
MIT License
1.14k stars 141 forks source link

icon name with space #127

Closed morenoh149 closed 8 years ago

morenoh149 commented 8 years ago

How can I use https://www.google.com/design/icons/#ic_swap_horiz ? I'm pretty sure I have the material font as the face icon works. But how do I specify swap horiz?

corymsmith commented 8 years ago

I'm using this icon font at the moment which doesn't have some of the newer / updated icons or they may be named a bit differently. In your case you can use swap which looks to be the same as swap horiz

morenoh149 commented 8 years ago

ah so it's just a matter of updating the included font version? would be helpful to also demonstrate using a font with a space in the name just for other's sanity. I'll let you decide what's best. Tag @kahdojay

zavoloklom commented 8 years ago

@morenoh149, @corymsmith, Name of this icon in MDIF is swap, you can find it in Directional Section

morenoh149 commented 8 years ago

ah so I was using the wrong site for the icon names as well. Good to know.