UNPKG

425 BJavaScriptView Raw
1/**
2 * Feather icon set component.
3 * Usage: <Feather name="icon-name" size={20} color="#4F8EF7" />
4 */
5import createIconSet from "./createIconSet";
6import font from "./vendor/react-native-vector-icons/Fonts/Fontisto.ttf";
7import glyphMap from "./vendor/react-native-vector-icons/glyphmaps/Fontisto.json";
8const iconSet = createIconSet(glyphMap, "Fontisto", font);
9export default iconSet;
10//# sourceMappingURL=Fontisto.js.map
\No newline at end of file