Skip to content

Commit

Permalink
docs(Icon): update description for handled icons
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared committed Aug 30, 2024
1 parent 39047e7 commit f088bed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Read more about bidirectionality from [Material Design](https://m2.material.io/d

#### Handled icons

Some icons are handled by the Icon component to mirror correctly in RTL with their counterpart icon.
The following icons are handled by the Icon component to mirror correctly in RTL with their counterpart icon when `shouldMirrorInRTL` is applied.

Note that if you do not add `shouldMirrorInRTL`, the icon will not mirror.
You will still have access to the RTL icons (eg. `format_list_numbered_rtl`) as they are should you wish to use them directly.

<Canvas of={IconStories.HandledInRTL} />

Expand Down

0 comments on commit f088bed

Please sign in to comment.