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

5 lines
220 B
JavaScript

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