using System.Windows;
namespace PCL.Core.UI;
public record IconModel(string Name, UIElement? XamlContent);