Forgot to Include Fontisto.js file in react native vectors icons

This commit is contained in:
Kaushal Mehta
2020-03-18 10:51:15 +05:30
parent 4ebaa2b3f2
commit b11d3575ba
+18
View File
@@ -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