From 1d589125cc8497566f4ad291e6edd808df864850 Mon Sep 17 00:00:00 2001 From: tsander Date: Thu, 24 May 2018 19:01:42 -0700 Subject: [PATCH] Rollback of changelist 195496681. i18n informed us that it shouldn't be flipped. *** Reason for rollback *** i18n says the icon shouldn't be flipped. b/80123447 *** Original change description *** Add help icon to the list of icons flipped when direction is RTL. *** PiperOrigin-RevId: 197990228 --- lib/material_icon/material_icon.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/material_icon/material_icon.dart b/lib/material_icon/material_icon.dart index a0a09dabf..c42e5827e 100644 --- a/lib/material_icon/material_icon.dart +++ b/lib/material_icon/material_icon.dart @@ -15,7 +15,6 @@ const List _flippedIcons = const [ 'arrow_forward', 'chevron_left', 'chevron_right', - 'help_outline', 'navigate_before', 'navigate_next', 'last_page',