UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

5 lines 326 B
import createIconSet from './createIconSet'; import font from './vendor/react-native-vector-icons/Fonts/SimpleLineIcons.ttf'; import glyphMap from './vendor/react-native-vector-icons/glyphmaps/SimpleLineIcons.json'; export default createIconSet(glyphMap, 'simple-line-icons', font); //# sourceMappingURL=SimpleLineIcons.js.map