UNPKG

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