You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
401 B
10 lines
401 B
4 years ago
|
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||
|
export const definition: IconDefinition;
|
||
|
export const faCloudMoonRain: 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;
|