GT2/Ejectable/node_modules/@expo/vector-icons/build/Ionicons.js

5 lines
296 B
JavaScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
import createIconSet from './createIconSet';
import font from './vendor/react-native-vector-icons/Fonts/Ionicons.ttf';
import glyphMap from './vendor/react-native-vector-icons/glyphmaps/Ionicons.json';
export default createIconSet(glyphMap, 'ionicons', font);
//# sourceMappingURL=Ionicons.js.map