namespace Bit.Icons.Models { public class Icon { public byte[] Image { get; set; } public string Format { get; set; } } }