diff --git a/Smartway.UiComponent/Labels/Icons/Icon.xaml.cs b/Smartway.UiComponent/Labels/Icons/Icon.xaml.cs index f7aeb0f..05f4411 100644 --- a/Smartway.UiComponent/Labels/Icons/Icon.xaml.cs +++ b/Smartway.UiComponent/Labels/Icons/Icon.xaml.cs @@ -49,6 +49,7 @@ public enum IconNames RevalueOutline, Revalue, Stick, + Sync, Printer, Logout } @@ -79,6 +80,7 @@ public enum IconNames new MaterialIcon(IconNames.Settings, "\ue8b8"), new MaterialIcon(IconNames.Printer, "\ue8ad"), new MaterialIcon(IconNames.Logout, "\ue9ba"), + new MaterialIcon(IconNames.Sync, "\ue627"), new SmartwayIcon(IconNames.BarcodeScan, "\ue900"), new SmartwayIcon(IconNames.DatamatrixScan, "\ue901"),