Files
react-native-vector-icons/Foundation.js
2015-05-16 15:06:43 +02:00

9 lines
207 B
JavaScript

'use strict';
var createIconSet = require('./').createIconSet;
var glyphMap = require('./glyph-maps/Foundation.json');
var Foundation = createIconSet(glyphMap, 'fontcustom');
module.exports = Foundation;