14 lines
314 B
TypeScript
14 lines
314 B
TypeScript
export declare const FA6Style: {
|
|
regular: string;
|
|
light: string;
|
|
solid: string;
|
|
brand: string;
|
|
sharp: string;
|
|
sharpLight: string;
|
|
sharpSolid: string;
|
|
duotone: string;
|
|
thin: string;
|
|
};
|
|
declare const iconSet: any;
|
|
export default iconSet;
|
|
//# sourceMappingURL=FontAwesome6.d.ts.map
|