GT2/GT2-iOS/node_modules/@expo/vector-icons/Octicons.js

5 lines
214 B
JavaScript
Raw Normal View History

2018-02-12 17:26:06 +00:00
import glyphMap from './vendor/react-native-vector-icons/glyphmaps/Octicons.json';
import createIconSet from './createIconSet';
export default createIconSet(glyphMap, 'octicons', require('./fonts/Octicons.ttf'));