mirror of
https://github.com/zoriya/expo-vector-icons.git
synced 2026-06-05 11:09:19 +00:00
Forgot to Include Fontisto.js file in react native vectors icons
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Feather icon set component.
|
||||
* Usage: <Feather name="icon-name" size={20} color="#4F8EF7" />
|
||||
*/
|
||||
import createIconSet from "./createIconSet";
|
||||
import font from "./vendor/react-native-vector-icons/Fonts/Fontisto.ttf";
|
||||
import glyphMap from "./vendor/react-native-vector-icons/glyphmaps/Fontisto.json";
|
||||
const iconSet = createIconSet(glyphMap, "Fontisto", font);
|
||||
export default iconSet;
|
||||
export const {
|
||||
Button,
|
||||
TabBarItem,
|
||||
TabBarItemIOS,
|
||||
ToolbarAndroid,
|
||||
getImageSource,
|
||||
getImageSourceSync
|
||||
} = iconSet;
|
||||
//# sourceMappingURL=Fontisto.js.map
|
||||
Reference in New Issue
Block a user