Skip to content

Commit 94dade0

Browse files
authored
Add missing ts sizes (#427)
1 parent e97ee3f commit 94dade0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface FontAwesomeIconProps {
1212
pulse?: boolean
1313
rotation?: 90 | 180 | 270 | '90' | '180' | '270'
1414
swapOpacity?: boolean
15-
size?: 'lg' | 'xs' | 'sm' | '1x' | '2x' | '3x' | '4x' | '5x' | '6x' | '7x' | '8x' | '9x' | '10x'
15+
size?: '2xs' | 'xs' | 'sm' | 'lg' | 'xl' | '2xl' | '1x' | '2x' | '3x' | '4x' | '5x' | '6x' | '7x' | '8x' | '9x' | '10x'
1616
spin?: boolean
1717
transform?: object | string
1818
symbol?: boolean | string

0 commit comments

Comments
 (0)