GT2/GT2-Android/node_modules/@expo/vector-icons/createIconSetFromFontello.js

6 lines
245 B
JavaScript
Raw Normal View History

import createIconSetFromFontello from './vendor/react-native-vector-icons/lib/create-icon-set-from-fontello';
export default function(config, expoFontName, expoAssetId) {
return createIconSetFromFontello(config, expoFontName, expoAssetId);
}