icons.tsx 172 Bytes
import { createIconSetFromIcoMoon } from 'react-native-vector-icons'
import config from './selection.json'

const Icons = createIconSetFromIcoMoon(config)

export { Icons }