Skip to content

Commit

Permalink
✨ Icon - Add sync icon
Browse files Browse the repository at this point in the history
  • Loading branch information
a.bertrand committed Jan 31, 2024
1 parent 68a7ed5 commit de0c3ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Smartway.UiComponent/Labels/Icons/Icon.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public enum IconNames
RevalueOutline,
Revalue,
Stick,
Sync,
Printer,
Logout
}
Expand Down Expand Up @@ -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"),
Expand Down

0 comments on commit de0c3ee

Please sign in to comment.