UNPKG

@expo/vector-icons

Version:

Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.

19 lines (18 loc) 1.09 kB
export { default as AntDesign } from './AntDesign'; export { default as Entypo } from './Entypo'; export { default as EvilIcons } from './EvilIcons'; export { default as Feather } from './Feather'; export { default as FontAwesome } from './FontAwesome'; export { default as FontAwesome5 } from './FontAwesome5'; export { default as Foundation } from './Foundation'; export { default as Ionicons } from './Ionicons'; export { default as MaterialCommunityIcons } from './MaterialCommunityIcons'; export { default as MaterialIcons } from './MaterialIcons'; export { default as Octicons } from './Octicons'; export { default as SimpleLineIcons } from './SimpleLineIcons'; export { default as Zocial } from './Zocial'; export { default as createMultiStyleIconSet } from './createMultiStyleIconSet'; export { default as createIconSet } from './createIconSet'; export { default as createIconSetFromFontello, } from './createIconSetFromFontello'; export { default as createIconSetFromIcoMoon, } from './createIconSetFromIcoMoon'; export { default as createMu } from './createIconSetFromIcoMoon';