We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97ee3f commit 94dade0Copy full SHA for 94dade0
index.d.ts
@@ -12,7 +12,7 @@ interface FontAwesomeIconProps {
12
pulse?: boolean
13
rotation?: 90 | 180 | 270 | '90' | '180' | '270'
14
swapOpacity?: boolean
15
- 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'
16
spin?: boolean
17
transform?: object | string
18
symbol?: boolean | string
0 commit comments