/** * Fontisto icon set component. * Usage: */ import createIconSet from './lib/create-icon-set'; import glyphMap from './glyphmaps/Fontisto.json'; const iconSet = createIconSet(glyphMap, 'Fontisto', 'Fontisto.ttf'); export default iconSet; export const { Button, getImageSource, getImageSourceSync, } = iconSet;