Skip to content

Commit

Permalink
Merge pull request #89 from ZeroGachis/task-4567-change-settings-icon
Browse files Browse the repository at this point in the history
💄 change settings icon
  • Loading branch information
azertyValentin authored Sep 22, 2021
2 parents a646ec6 + 122e89a commit c71f58a
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 @@ -33,6 +33,7 @@ public enum IconNames
Today,
ViewHeadline,
Warning,
Settings,
}

/// <summary>
Expand Down Expand Up @@ -61,6 +62,7 @@ public enum IconNames
{ IconNames.Today, "\ue8df" },
{ IconNames.ViewHeadline, "\ue8ee" },
{ IconNames.Warning, "\ue002" },
{ IconNames.Settings, "\ue8b8" },
};

public static readonly BindableProperty ValueProperty = BindableProperty.Create(nameof(Value),
Expand Down

0 comments on commit c71f58a

Please sign in to comment.