Release 5.8.2 (#1361)

This commit is contained in:
Rob Madole
2019-05-07 12:32:46 -05:00
committed by GitHub
parent 7703dcff3b
commit 484b16bffc
231 changed files with 1661 additions and 1306 deletions

View File

@@ -0,0 +1,10 @@
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faStackpath: 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;