UNPKG

203 BTypeScriptView Raw
1/**
2 * Feather icon set component.
3 * Usage: <Feather name="icon-name" size={20} color="#4F8EF7" />
4 */
5declare const iconSet: import("./createIconSet").Icon<string, "Fontisto">;
6export default iconSet;