import { AntDesign, Entypo, FontAwesome, MaterialCommunityIcons, } from "@expo/vector-icons"; export type AntDesignIconNames = keyof typeof AntDesign.glyphMap; export type EntypoIconNames = keyof typeof Entypo.glyphMap; export type FontAwesomeIconNames = keyof typeof FontAwesome.glyphMap; export type CommunityIconNames = keyof typeof MaterialCommunityIcons.glyphMap;