Merge 6c62104abf7a7e9cd6ff1192d2e0e98b4ab9d2e3 into afecf2af5d897b763e5e8e28d46aad2f710ccad6

This commit is contained in:
Hansel 2022-01-19 17:28:42 +01:00 committed by GitHub
commit 7df14ffdc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 interface IconLookup {
@ -1631,4 +1631,5 @@ export type IconName = '500px' |
'wrench' |
'x-ray' |
'yen-sign' |
'yin-yang';
'yin-yang' |
string;