Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 84cd1c2

Browse files
Googlernshahan
authored andcommitted
Flip half_star icon when rtl
PiperOrigin-RevId: 187079663
1 parent c9218e0 commit 84cd1c2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/glyph/glyph.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const List<String> _flippedIcons = const [
1818
'last_page',
1919
'first_page',
2020
'open_in_new',
21+
'star_half',
2122
'exit_to_app',
2223
];
2324

lib/material_icon/material_icon.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const List<String> _flippedIcons = const [
2020
'last_page',
2121
'first_page',
2222
'open_in_new',
23+
'star_half',
2324
'exit_to_app',
2425
];
2526

0 commit comments

Comments
 (0)