UNPKG

296 BJavaScriptView Raw
1import createIconSet from './createIconSet';
2import font from './vendor/react-native-vector-icons/Fonts/Octicons.ttf';
3import glyphMap from './vendor/react-native-vector-icons/glyphmaps/Octicons.json';
4export default createIconSet(glyphMap, 'octicons', font);
5//# sourceMappingURL=Octicons.js.map
\No newline at end of file