GT2/Ejectable/node_modules/@expo/vector-icons/build/createIconSetFromFontAwesom...

8 lines
229 B
TypeScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
export declare const FA5Style: {
regular: string;
light: string;
solid: string;
brand: string;
};
export declare function createFA5iconSet(glyphMap: any, metadata: {} | undefined, fonts: any, pro?: boolean): any;