From b5a4a87ec8bf41e162a470d42d94724be8c93caa Mon Sep 17 00:00:00 2001 From: Miroslav Mazel Date: Sun, 17 Aug 2025 17:56:06 +0200 Subject: [PATCH] Don't mirror with RTL locales --- lib/src/phosphor_icon_data.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/phosphor_icon_data.dart b/lib/src/phosphor_icon_data.dart index 51e9099..11a7f65 100644 --- a/lib/src/phosphor_icon_data.dart +++ b/lib/src/phosphor_icon_data.dart @@ -8,7 +8,7 @@ class PhosphorIconData extends IconData { codePoint, fontFamily: 'Phosphor$style', fontPackage: 'phosphor_flutter', - matchTextDirection: true, + matchTextDirection: false, ); }