diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Bookmark/AddBookmarkPage.cs b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Bookmark/AddBookmarkPage.cs
index dcc03c83ab..a4f9ba0050 100644
--- a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Bookmark/AddBookmarkPage.cs
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Bookmark/AddBookmarkPage.cs
@@ -25,7 +25,7 @@ internal sealed partial class AddBookmarkPage : ContentPage
{
var name = bookmark?.Name ?? string.Empty;
var url = bookmark?.Bookmark ?? string.Empty;
- Icon = new IconInfo("\ued0e");
+ Icon = IconHelpers.FromRelativePath("Assets\\Bookmark.svg");
var isAdd = string.IsNullOrEmpty(name) && string.IsNullOrEmpty(url);
Title = isAdd ? Resources.bookmarks_add_title : Resources.bookmarks_edit_name;
Name = isAdd ? Resources.bookmarks_add_name : Resources.bookmarks_edit_name;
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Bookmark/Assets/Bookmark.png b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Bookmark/Assets/Bookmark.png
new file mode 100644
index 0000000000..07bc08b183
Binary files /dev/null and b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Bookmark/Assets/Bookmark.png differ
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Bookmark/Assets/Bookmark.svg b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Bookmark/Assets/Bookmark.svg
new file mode 100644
index 0000000000..2335eca141
--- /dev/null
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Bookmark/Assets/Bookmark.svg
@@ -0,0 +1,20 @@
+
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Bookmark/Microsoft.CmdPal.Ext.Bookmarks.csproj b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Bookmark/Microsoft.CmdPal.Ext.Bookmarks.csproj
index dd7f12d7b8..eaa4ac6b42 100644
--- a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Bookmark/Microsoft.CmdPal.Ext.Bookmarks.csproj
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Bookmark/Microsoft.CmdPal.Ext.Bookmarks.csproj
@@ -9,6 +9,9 @@
Microsoft.CmdPal.Ext.Bookmarks.pri
+
+
+
@@ -21,6 +24,15 @@
True
+
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
Resources.Designer.cs
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Shell/Assets/Run.png b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Shell/Assets/Run.png
new file mode 100644
index 0000000000..46b7081f95
Binary files /dev/null and b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Shell/Assets/Run.png differ
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Shell/Assets/Run.svg b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Shell/Assets/Run.svg
new file mode 100644
index 0000000000..2cd7965606
--- /dev/null
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Shell/Assets/Run.svg
@@ -0,0 +1,66 @@
+
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Shell/Microsoft.CmdPal.Ext.Shell.csproj b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Shell/Microsoft.CmdPal.Ext.Shell.csproj
index 71b647b22d..c95f2a93b2 100644
--- a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Shell/Microsoft.CmdPal.Ext.Shell.csproj
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.Shell/Microsoft.CmdPal.Ext.Shell.csproj
@@ -7,6 +7,9 @@
false
false
+
+
+
@@ -17,19 +20,18 @@
True
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
Resources.Designer.cs
PublicResXFileCodeGenerator
-
-
-
-
-
-
- PreserveNewest
-
-
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/SystemCommand.png b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/SystemCommand.png
new file mode 100644
index 0000000000..30c48bc323
Binary files /dev/null and b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/SystemCommand.png differ
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/SystemCommand.svg b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/SystemCommand.svg
new file mode 100644
index 0000000000..4ac09877e7
--- /dev/null
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/SystemCommand.svg
@@ -0,0 +1,15 @@
+
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/firmwareSettings.dark.png b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/firmwareSettings.dark.png
deleted file mode 100644
index 01da9ffd2f..0000000000
Binary files a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/firmwareSettings.dark.png and /dev/null differ
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/firmwareSettings.light.png b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/firmwareSettings.light.png
deleted file mode 100644
index 8d320d126c..0000000000
Binary files a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/firmwareSettings.light.png and /dev/null differ
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/logoff.dark.png b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/logoff.dark.png
deleted file mode 100644
index 23eb293021..0000000000
Binary files a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/logoff.dark.png and /dev/null differ
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/logoff.light.png b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/logoff.light.png
deleted file mode 100644
index a1e8b63585..0000000000
Binary files a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/logoff.light.png and /dev/null differ
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/sleep.dark.png b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/sleep.dark.png
deleted file mode 100644
index bd0e3d4b5a..0000000000
Binary files a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/sleep.dark.png and /dev/null differ
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/sleep.light.png b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/sleep.light.png
deleted file mode 100644
index d99184d1a6..0000000000
Binary files a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Assets/sleep.light.png and /dev/null differ
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Helpers/Icons.cs b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Helpers/Icons.cs
index 71988474ee..be64ddb181 100644
--- a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Helpers/Icons.cs
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Helpers/Icons.cs
@@ -8,11 +8,11 @@ namespace Microsoft.CmdPal.Ext.System.Helpers;
public static partial class Icons
{
- public static IconInfo FirmwareSettingsIcon { get; } = IconHelpers.FromRelativePaths("Microsoft.CmdPal.Ext.System\\Assets\\logoff.light.png", "Microsoft.CmdPal.Ext.System\\Assets\\logoff.dark.png");
+ public static IconInfo FirmwareSettingsIcon { get; } = new IconInfo("\uE950");
public static IconInfo LockIcon { get; } = new IconInfo("\uE72E");
- public static IconInfo LogoffIcon { get; } = IconHelpers.FromRelativePaths("Microsoft.CmdPal.Ext.System\\Assets\\logoff.light.png", "Microsoft.CmdPal.Ext.System\\Assets\\logoff.dark.png");
+ public static IconInfo LogoffIcon { get; } = new IconInfo("\uF3B1");
public static IconInfo NetworkAdapterIcon { get; } = new IconInfo("\uEDA3");
@@ -22,5 +22,5 @@ public static partial class Icons
public static IconInfo ShutdownIcon { get; } = new IconInfo("\uE7E8");
- public static IconInfo SleepIcon { get; } = IconHelpers.FromRelativePaths("Microsoft.CmdPal.Ext.System\\Assets\\sleep.light.png", "Microsoft.CmdPal.Ext.System\\Assets\\sleep.dark.png");
+ public static IconInfo SleepIcon { get; } = new IconInfo("\uE708");
}
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Microsoft.CmdPal.Ext.System.csproj b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Microsoft.CmdPal.Ext.System.csproj
index 7114d3c59d..4c619bc5e5 100644
--- a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Microsoft.CmdPal.Ext.System.csproj
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Microsoft.CmdPal.Ext.System.csproj
@@ -17,6 +17,14 @@
True
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
Resources.Designer.cs
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Pages/SystemCommandPage.cs b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Pages/SystemCommandPage.cs
index d10a4e37ae..3c81f94421 100644
--- a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Pages/SystemCommandPage.cs
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.System/Pages/SystemCommandPage.cs
@@ -15,7 +15,7 @@ public sealed partial class SystemCommandPage : ListPage
public SystemCommandPage(SettingsManager settingsManager)
{
Title = Resources.Microsoft_plugin_ext_system_page_name;
- Icon = new IconInfo("\uE72E");
+ Icon = IconHelpers.FromRelativePath("Assets\\SystemCommand.svg");
_settingsManager = settingsManager;
ShowDetails = true;
}
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WinGet/Assets/Extension.png b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WinGet/Assets/Extension.png
new file mode 100644
index 0000000000..a2decd7393
Binary files /dev/null and b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WinGet/Assets/Extension.png differ
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WinGet/Assets/Extension.svg b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WinGet/Assets/Extension.svg
new file mode 100644
index 0000000000..c5fef248bc
--- /dev/null
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WinGet/Assets/Extension.svg
@@ -0,0 +1,14 @@
+
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/Assets/WindowWalker.png b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/Assets/WindowWalker.png
new file mode 100644
index 0000000000..28ba695769
Binary files /dev/null and b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/Assets/WindowWalker.png differ
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/Assets/WindowWalker.svg b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/Assets/WindowWalker.svg
new file mode 100644
index 0000000000..933aaba2d5
--- /dev/null
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/Assets/WindowWalker.svg
@@ -0,0 +1,34 @@
+
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/Microsoft.CmdPal.Ext.WindowWalker.csproj b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/Microsoft.CmdPal.Ext.WindowWalker.csproj
index aee96aaab1..2ed59ad6a3 100644
--- a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/Microsoft.CmdPal.Ext.WindowWalker.csproj
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/Microsoft.CmdPal.Ext.WindowWalker.csproj
@@ -7,6 +7,9 @@
false
false
+
+
+
@@ -17,6 +20,14 @@
True
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
Resources.Designer.cs
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/Pages/WindowWalkerListPage.cs b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/Pages/WindowWalkerListPage.cs
index ef061d900a..96556d8fd5 100644
--- a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/Pages/WindowWalkerListPage.cs
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/Pages/WindowWalkerListPage.cs
@@ -19,7 +19,7 @@ internal sealed partial class WindowWalkerListPage : DynamicListPage, IDisposabl
public WindowWalkerListPage()
{
- Icon = new IconInfo("\ue8f9"); // SwitchApps
+ Icon = IconHelpers.FromRelativePath("Assets\\WindowWalker.svg");
Name = Resources.windowwalker_name;
Id = "com.microsoft.cmdpal.windowwalker";
PlaceholderText = Resources.windowwalker_PlaceholderText;
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/WindowWalkerCommandsProvider.cs b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/WindowWalkerCommandsProvider.cs
index 234c14844c..a1dd46cad1 100644
--- a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/WindowWalkerCommandsProvider.cs
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowWalker/WindowWalkerCommandsProvider.cs
@@ -20,7 +20,7 @@ public partial class WindowWalkerCommandsProvider : CommandProvider
{
Id = "WindowWalker";
DisplayName = Resources.windowwalker_name;
- Icon = new IconInfo("\ue8f9"); // SwitchApps
+ Icon = IconHelpers.FromRelativePath("Assets\\WindowWalker.svg");
Settings = SettingsManager.Instance.Settings;
_windowWalkerPageItem = new CommandItem(new WindowWalkerListPage())
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowsServices/Assets/Services.png b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowsServices/Assets/Services.png
new file mode 100644
index 0000000000..16349eb138
Binary files /dev/null and b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowsServices/Assets/Services.png differ
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowsServices/Assets/Services.svg b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowsServices/Assets/Services.svg
new file mode 100644
index 0000000000..d5db904ea0
--- /dev/null
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowsServices/Assets/Services.svg
@@ -0,0 +1,19 @@
+
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowsServices/Microsoft.CmdPal.Ext.WindowsServices.csproj b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowsServices/Microsoft.CmdPal.Ext.WindowsServices.csproj
index 2b37de7635..2b7b9345ec 100644
--- a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowsServices/Microsoft.CmdPal.Ext.WindowsServices.csproj
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowsServices/Microsoft.CmdPal.Ext.WindowsServices.csproj
@@ -8,6 +8,9 @@
Microsoft.CmdPal.Ext.WindowsServices.pri
+
+
+
@@ -21,6 +24,14 @@
Resources.resx
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
ResXFileCodeGenerator
diff --git a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowsServices/WindowsServicesCommandsProvider.cs b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowsServices/WindowsServicesCommandsProvider.cs
index 7b849dd29c..57110128da 100644
--- a/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowsServices/WindowsServicesCommandsProvider.cs
+++ b/src/modules/cmdpal/Exts/Microsoft.CmdPal.Ext.WindowsServices/WindowsServicesCommandsProvider.cs
@@ -11,7 +11,7 @@ namespace Microsoft.CmdPal.Ext.WindowsServices;
public partial class WindowsServicesCommandsProvider : CommandProvider
{
// For giggles, "%windir%\\system32\\filemgmt.dll" also _just works_.
- public static IconInfo ServicesIcon { get; } = new("\ue9f5");
+ public static IconInfo ServicesIcon { get; } = IconHelpers.FromRelativePath("Assets\\Services.svg");
public WindowsServicesCommandsProvider()
{
diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Assets/CreateExtension.png b/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Assets/CreateExtension.png
new file mode 100644
index 0000000000..922fe37f68
Binary files /dev/null and b/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Assets/CreateExtension.png differ
diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Assets/CreateExtension.svg b/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Assets/CreateExtension.svg
new file mode 100644
index 0000000000..7870094f5d
--- /dev/null
+++ b/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Assets/CreateExtension.svg
@@ -0,0 +1,25 @@
+
diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Commands/NewExtensionPage.cs b/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Commands/NewExtensionPage.cs
index b8657c1926..8cfa9658d4 100644
--- a/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Commands/NewExtensionPage.cs
+++ b/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Commands/NewExtensionPage.cs
@@ -21,7 +21,7 @@ public partial class NewExtensionPage : ContentPage
{
Name = Properties.Resources.builtin_create_extension_name;
Title = Properties.Resources.builtin_create_extension_title;
- Icon = new IconInfo("\uEA86"); // Puzzle
+ Icon = IconHelpers.FromRelativePath("Assets\\CreateExtension.svg");
_inputForm.FormSubmitted += FormSubmitted;
}
diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Microsoft.CmdPal.UI.ViewModels.csproj b/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Microsoft.CmdPal.UI.ViewModels.csproj
index 819d6e1e1b..ed8831915a 100644
--- a/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Microsoft.CmdPal.UI.ViewModels.csproj
+++ b/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Microsoft.CmdPal.UI.ViewModels.csproj
@@ -38,6 +38,7 @@
+
@@ -48,11 +49,22 @@
True
+
+
+
+ PreserveNewest
+
+
Resources.Designer.cs
PublicResXFileCodeGenerator
+
+
+ PreserveNewest
+
+
diff --git a/src/modules/cmdpal/exts/Microsoft.CmdPal.Ext.Shell/Icons.cs b/src/modules/cmdpal/exts/Microsoft.CmdPal.Ext.Shell/Icons.cs
index 8fe486eab0..7586d466fd 100644
--- a/src/modules/cmdpal/exts/Microsoft.CmdPal.Ext.Shell/Icons.cs
+++ b/src/modules/cmdpal/exts/Microsoft.CmdPal.Ext.Shell/Icons.cs
@@ -8,5 +8,5 @@ namespace Microsoft.CmdPal.Ext.Shell;
internal sealed class Icons
{
- internal static IconInfo RunV2 { get; } = IconHelpers.FromRelativePath("Assets\\Run_V2_2x.svg");
+ internal static IconInfo RunV2 { get; } = IconHelpers.FromRelativePath("Assets\\Run.svg");
}
diff --git a/src/modules/cmdpal/exts/Microsoft.CmdPal.Ext.WinGet/Microsoft.CmdPal.Ext.WinGet.csproj b/src/modules/cmdpal/exts/Microsoft.CmdPal.Ext.WinGet/Microsoft.CmdPal.Ext.WinGet.csproj
index d69776b23f..7c5c6d2dd3 100644
--- a/src/modules/cmdpal/exts/Microsoft.CmdPal.Ext.WinGet/Microsoft.CmdPal.Ext.WinGet.csproj
+++ b/src/modules/cmdpal/exts/Microsoft.CmdPal.Ext.WinGet/Microsoft.CmdPal.Ext.WinGet.csproj
@@ -18,6 +18,8 @@
+
+
@@ -81,6 +83,12 @@
+
+ PreserveNewest
+
+
+ PreserveNewest
+
PreserveNewest
diff --git a/src/modules/cmdpal/exts/Microsoft.CmdPal.Ext.WinGet/Pages/WinGetExtensionPage.cs b/src/modules/cmdpal/exts/Microsoft.CmdPal.Ext.WinGet/Pages/WinGetExtensionPage.cs
index 511b46358b..a645ff9e8e 100644
--- a/src/modules/cmdpal/exts/Microsoft.CmdPal.Ext.WinGet/Pages/WinGetExtensionPage.cs
+++ b/src/modules/cmdpal/exts/Microsoft.CmdPal.Ext.WinGet/Pages/WinGetExtensionPage.cs
@@ -36,7 +36,7 @@ internal sealed partial class WinGetExtensionPage : DynamicListPage, IDisposable
public static IconInfo WinGetIcon { get; } = IconHelpers.FromRelativePath("Assets\\WinGet.svg");
- public static IconInfo ExtensionsIcon { get; } = new("\uEA86"); // Puzzle
+ public static IconInfo ExtensionsIcon { get; } = IconHelpers.FromRelativePath("Assets\\Extension.svg");
public static string ExtensionsTag => "windows-commandpalette-extension";