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