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.

7 lines (6 loc) 203 B
/** * Feather icon set component. * Usage: <Feather name="icon-name" size={20} color="#4F8EF7" /> */ declare const iconSet: import("./createIconSet").Icon<string, "Fontisto">; export default iconSet;