Icon Search Engine for React Native

Feature thumb logo og

Helpful search engine for the full set of icons that can be used in mobile apps.

A sample import looks like:

import MaterialIcons from "react-native-vector-icons/MaterialIcons";

 

And calling the component:

<MaterialIcons name={"attach-money"} color="white" size={18} />