create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
5 lines • 348 B
JavaScript
import createIconSet from './createIconSet';
import font from './vendor/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf';
import glyphMap from './vendor/react-native-vector-icons/glyphmaps/MaterialCommunityIcons.json';
export default createIconSet(glyphMap, 'material-community', font);
//# sourceMappingURL=MaterialCommunityIcons.js.map