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