From 122e89a71d2b79d66568cd42f2bee775310abed8 Mon Sep 17 00:00:00 2001 From: azertyValentin Date: Tue, 21 Sep 2021 18:26:32 +0200 Subject: [PATCH] :lipstick: change settings icon --- Smartway.UiComponent/Labels/Icons/Icon.xaml.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Smartway.UiComponent/Labels/Icons/Icon.xaml.cs b/Smartway.UiComponent/Labels/Icons/Icon.xaml.cs index d000cfd..4cceb3a 100644 --- a/Smartway.UiComponent/Labels/Icons/Icon.xaml.cs +++ b/Smartway.UiComponent/Labels/Icons/Icon.xaml.cs @@ -33,6 +33,7 @@ public enum IconNames Today, ViewHeadline, Warning, + Settings, } /// @@ -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),