UNPKG

214 BJavaScriptView Raw
1import glyphMap from './vendor/react-native-vector-icons/glyphmaps/Ionicons.json';
2import createIconSet from './createIconSet';
3
4export default createIconSet(glyphMap, 'ionicons', require('./fonts/Ionicons.ttf'));