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
392 B
10 lines
392 B
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
|
export const definition: IconDefinition;
|
|
export const faXing: 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;
|