Files
expo-vector-icons/build/Entypo.js
2019-03-12 23:10:54 -07:00

5 lines
288 B
JavaScript

import createIconSet from './createIconSet';
import font from './vendor/react-native-vector-icons/Fonts/Entypo.ttf';
import glyphMap from './vendor/react-native-vector-icons/glyphmaps/Entypo.json';
export default createIconSet(glyphMap, 'entypo', font);
//# sourceMappingURL=Entypo.js.map