mirror of
https://github.com/zhigang1992/react-native-vector-icons.git
synced 2026-06-15 18:38:23 +08:00
9 lines
207 B
JavaScript
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;
|