Skip to content

Commit 2bd41a5

Browse files
committed
updates for auto width and rotateBy
1 parent 8a8e7fd commit 2bd41a5

File tree

8 files changed

+4920
-334
lines changed

8 files changed

+4920
-334
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ export interface FontAwesomeIconProps extends BackwardCompatibleOmit<SVGAttribut
4343
size?: SizeProp
4444
pull?: PullProp
4545
rotation?: RotateProp
46+
rotateBy?: boolean,
4647
transform?: string | Transform
4748
symbol?: FaSymbol
4849
style?: CSSProperties
4950
tabIndex?: number;
5051
title?: string;
5152
titleId?: string;
5253
swapOpacity?: boolean;
54+
widthAuto?: boolean
5355
}

0 commit comments

Comments
 (0)