|
using Filtration.ObjectModel.Enums;
|
|
|
|
namespace Filtration.ThemeEditor.ViewModels
|
|
{
|
|
public class IconThemeComponentViewModel : ThemeComponentViewModel
|
|
{
|
|
public IconSize IconSize { get; set; }
|
|
public IconColor IconColor { get; set; }
|
|
public IconShape IconShape { get; set; }
|
|
}
|
|
}
|