diff --git a/js-packages/@fortawesome/fontawesome-common-types/index.d.ts b/js-packages/@fortawesome/fontawesome-common-types/index.d.ts index e801ba709..d23c13d61 100644 --- a/js-packages/@fortawesome/fontawesome-common-types/index.d.ts +++ b/js-packages/@fortawesome/fontawesome-common-types/index.d.ts @@ -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;