Skip to content

Commit

Permalink
Updating the readme with content about direction type and singleton. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Chavez authored Oct 3, 2023
1 parent 624af54 commit 084b363
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Fluent UI System Icons are a collection of familiar, friendly and modern icons f

- [View the full list of filled icons](icons_filled.md)


## Direction
Within the metadata.json file for an icon, a property named `directionType` is used to indicate the direction of the icon. This property can have one of the following values:
- `unique`, meaning that the icon is unique and has a specific RTL and LTR version
- `mirror`, meaning that the icon can be mirrored for RTL or LTR languages

The property `singleton` is also used to indicate the default direction that should be used for the icon.

## Installation

### Android
Expand Down

0 comments on commit 084b363

Please sign in to comment.