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