Created
August 20, 2020 08:07
-
-
Save DopamineDriven/83b3e340d7057ae89ba795ced777506b to your computer and use it in GitHub Desktop.
Patch output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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