mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-12 16:20:28 +08:00
TS support for custom icons
This commit is contained in:
parent
7d3d774145
commit
6c62104abf
@ -1,4 +1,4 @@
|
|||||||
export type IconPrefix = "fas" | "fab" | "far" | "fal" | "fad";
|
export type IconPrefix = "fas" | "fab" | "far" | "fal" | "fad" | string;
|
||||||
export type IconPathData = string | string[]
|
export type IconPathData = string | string[]
|
||||||
|
|
||||||
export interface IconLookup {
|
export interface IconLookup {
|
||||||
@ -1631,4 +1631,5 @@ export type IconName = '500px' |
|
|||||||
'wrench' |
|
'wrench' |
|
||||||
'x-ray' |
|
'x-ray' |
|
||||||
'yen-sign' |
|
'yen-sign' |
|
||||||
'yin-yang';
|
'yin-yang' |
|
||||||
|
string;
|
||||||
|
Loading…
Reference in New Issue
Block a user