2
0
mirror of https://github.com/tenrok/Font-Awesome.git synced 2026-06-20 20:00:32 +03:00

Release 6.1.0 (#18820)

This commit is contained in:
Rob Madole
2022-03-15 14:08:55 -05:00
committed by GitHub
parent 0078392516
commit 307f2c15e2
7166 changed files with 181452 additions and 10750 deletions
@@ -5,7 +5,7 @@ export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];
export const ligatures: (string | number)[];
export const unicode: string;
export const svgPathData: string;
export const aliases: string[];
export const aliases: (string | number)[];