Release 5.5.0 (#1269)

This commit is contained in:
Rob Madole
2018-11-02 10:12:20 -05:00
committed by GitHub
parent eb4ea69815
commit 511218894a
5402 changed files with 30308 additions and 8108 deletions

View File

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