UNPKG

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