/** * Foundation icon set component. * Usage: */ import createIconSet from './lib/create-icon-set'; import glyphMap from './glyphmaps/Foundation.json'; export default createIconSet(glyphMap, 'fontcustom', 'Foundation.ttf');