diff --git a/index.d.ts b/index.d.ts index a41ae28c..613623c9 100644 --- a/index.d.ts +++ b/index.d.ts @@ -12,7 +12,7 @@ interface FontAwesomeIconProps { pulse?: boolean rotation?: 90 | 180 | 270 | '90' | '180' | '270' swapOpacity?: boolean - size?: 'lg' | 'xs' | 'sm' | '1x' | '2x' | '3x' | '4x' | '5x' | '6x' | '7x' | '8x' | '9x' | '10x' + size?: '2xs' | 'xs' | 'sm' | 'lg' | 'xl' | '2xl' | '1x' | '2x' | '3x' | '4x' | '5x' | '6x' | '7x' | '8x' | '9x' | '10x' spin?: boolean transform?: object | string symbol?: boolean | string