[Fonts] Fix icons sorting (#86434)

* Fix sorting

* Update icons.dart
This commit is contained in:
Pierre-Louis 2021-07-14 23:25:16 +02:00 committed by GitHub
parent 57a4b023f1
commit 666185c027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2750 additions and 2750 deletions

View File

@ -393,7 +393,7 @@ class _Icon {
if (shortId == b.shortId) {
return id.length - b.id.length;
}
return flutterId.compareTo(b.flutterId);
return shortId.compareTo(b.shortId);
}
String _replaceLast(String string, String toReplace) {

File diff suppressed because it is too large Load Diff