Fix profile set up

This commit is contained in:
2025-07-10 13:44:49 +02:00
parent 294481c11a
commit e1009a8112

View File

@@ -54,7 +54,7 @@ class MihIcons {
IconData(0xe90d, fontFamily: _mihFontFam, fontPackage: _mihFontPkg);
static const IconData profileSetup =
IconData(0xe90d, fontFamily: _mihFontFam, fontPackage: _mihFontPkg);
IconData(0xe90e, fontFamily: _mihFontFam, fontPackage: _mihFontPkg);
static const IconData calculator =
IconData(0xe940, fontFamily: _mihFontFam, fontPackage: _mihFontPkg);