diff --git a/src/vendor/react-native-vector-icons/Fontisto.js b/src/vendor/react-native-vector-icons/Fontisto.js new file mode 100644 index 0000000..6146874 --- /dev/null +++ b/src/vendor/react-native-vector-icons/Fontisto.js @@ -0,0 +1,18 @@ +/** + * Feather icon set component. + * Usage: + */ +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