UNPKG

299 BPlain TextView Raw
1import createIconSet from './createIconSet';
2import font from './vendor/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf';
3import glyphMap from './vendor/react-native-vector-icons/glyphmaps/MaterialCommunityIcons.json';
4
5export default createIconSet(glyphMap, 'material-community', font);