#nullable disable namespace PluginBuilder.Components.Icon; public class IconViewModel { public string Symbol { get; set; } }