GT2/Ejectable/node_modules/@expo/vector-icons/build/MaterialIcons.js
2021-08-16 00:14:59 +00:00

5 lines
No EOL
311 B
JavaScript

import createIconSet from './createIconSet';
import font from './vendor/react-native-vector-icons/Fonts/MaterialIcons.ttf';
import glyphMap from './vendor/react-native-vector-icons/glyphmaps/MaterialIcons.json';
export default createIconSet(glyphMap, 'material', font);
//# sourceMappingURL=MaterialIcons.js.map