9 lines
208 B
TypeScript
9 lines
208 B
TypeScript
export declare const FA5Style: {
|
|
regular: string;
|
|
light: string;
|
|
solid: string;
|
|
brand: string;
|
|
};
|
|
declare const iconSet: any;
|
|
export default iconSet;
|
|
//# sourceMappingURL=FontAwesome5.d.ts.map
|