Release 5.15.0 (#1527)

This commit is contained in:
Rob Madole
2020-09-29 08:14:18 -05:00
committed by GitHub
parent 882465b4fb
commit 83ef8188b6
15997 changed files with 137891 additions and 32905 deletions

View File

@@ -0,0 +1,10 @@
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faPerbyte: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];
export const unicode: string;
export const svgPathData: string;