nl-design-system / utrecht

Work in Progress: Utrecht Design System based on the NL Design System architecture. Storybook: https://nl-design-system.github.io/utrecht/storybook/
https://nl-design-system.github.io/utrecht/
European Union Public License 1.2
22 stars 12 forks source link

Some icons should mirror when used in right-to-left text-direction #2285

Closed Robbert closed 2 weeks ago

Robbert commented 3 weeks ago

Some icons should mirror when used in right-to-left text-direction, for example the chevron left in the Link list and in the Breadcrumb separator.

U+203A Single Right-Pointing Angle Quotation Mark in Unicode has the "Is mirrored: yes" flag.

When we specify which Unicode character is represented in an icon, if any, then we can look up if the character should be mirrored using an npm package such as @unicode/unicode and this as built-in functionality.

Acceptance criteria