Skip to content

Commit b4bacc8

Browse files
committed
direction-aware back arrow icon
1 parent 3d2bff6 commit b4bacc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/aura/src/icons.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ vaadin-icon[icon^='lucide:'] {
2323
mask-image: var(--lucide-icon-arrow-back);
2424
}
2525

26+
[icon='lucide:arrow-back']:dir(rtl) {
27+
scale: -1 1;
28+
}
29+
2630
[icon='lucide:calendar'] {
2731
mask-image: var(--lucide-icon-calendar);
2832
}

0 commit comments

Comments
 (0)