UNPKG

260 BJavaScriptView Raw
1import glyphMap from './vendor/react-native-vector-icons/glyphmaps/MaterialCommunityIcons.json';
2import createIconSet from './createIconSet';
3
4export default createIconSet(
5 glyphMap,
6 'material-community',
7 require('./fonts/MaterialCommunityIcons.ttf')
8);