GT2/GT2-Android/node_modules/@expo/vector-icons/Feather.js

5 lines
211 B
JavaScript
Raw Normal View History

import glyphMap from './vendor/react-native-vector-icons/glyphmaps/Feather.json';
import createIconSet from './createIconSet';
export default createIconSet(glyphMap, 'feather', require('./fonts/Feather.ttf'));