UNPKG

214 BJavaScriptView Raw
1import glyphMap from './vendor/react-native-vector-icons/glyphmaps/Octicons.json';
2import createIconSet from './createIconSet';
3
4export default createIconSet(glyphMap, 'octicons', require('./fonts/Octicons.ttf'));