Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save DopamineDriven/83b3e340d7057ae89ba795ced777506b to your computer and use it in GitHub Desktop.

Select an option

Save DopamineDriven/83b3e340d7057ae89ba795ced777506b to your computer and use it in GitHub Desktop.
Patch output
diff --git a/node_modules/@fortawesome/fontawesome-common-types/index.d.ts b/node_modules/@fortawesome/fontawesome-common-types/index.d.ts
index b70b000..b6b2429 100644
--- a/node_modules/@fortawesome/fontawesome-common-types/index.d.ts
+++ b/node_modules/@fortawesome/fontawesome-common-types/index.d.ts
@@ -1,4 +1,4 @@
-export type IconPrefix = "fas" | "fab" | "far" | "fal" | "fad";
+export type IconPrefix = "fas" | "fab" | "fac" | "far" | "fal" | "fad";
export type IconPathData = string | string[]
export interface IconLookup {
@@ -21,7 +21,9 @@ export interface IconPack {
[key: string]: IconDefinition;
}
-export type IconName = '500px' |
+export type IconName = 'vercel-icon' |
+'heroku-icon' |
+'500px' |
'accessible-icon' |
'accusoft' |
'acquisitions-incorporated' |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment