icons.tsx 172 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 import { createIconSetFromIcoMoon } from 'react-native-vector-icons' import config from './selection.json' const Icons = createIconSetFromIcoMoon(config) export { Icons }