mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-27 14:01:30 +08:00
4 lines
129 B
TypeScript
4 lines
129 B
TypeScript
|
import { IconDefinition } from "@fortawesome/fontawesome-common-types";
|
||
|
declare const iconDef: IconDefinition;
|
||
|
export = iconDef;
|