8 lines
130 B
C#
8 lines
130 B
C#
#nullable disable
|
|
namespace PluginBuilder.Components.Icon;
|
|
|
|
public class IconViewModel
|
|
{
|
|
public string Symbol { get; set; }
|
|
}
|