GT2/Ejectable/node_modules/@expo/vector-icons/build/createIconSetFromFontAwesome5.d.ts
2021-08-16 00:14:59 +00:00

7 lines
229 B
TypeScript

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;