60 lines
1.3 KiB
C#
60 lines
1.3 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using System.Windows.Media;
|
|
|
|
namespace Zhaoxi.SmartParking.Assets.Fonts
|
|
{
|
|
public class IconFonts
|
|
{
|
|
//public IconFonts()
|
|
//{
|
|
// //GlyphTypeface glyph=new GlyphTypeface();
|
|
// //glyph.t
|
|
//}
|
|
public static List<string> All { get; set; } = new List<string>
|
|
{
|
|
"\ue618",
|
|
"\ue6b8",
|
|
"\ue600",
|
|
"\ue8bd",
|
|
"\ue607",
|
|
"\ue659",
|
|
"\ue66d",
|
|
"\ue624",
|
|
"\ue604",
|
|
"\ue606",
|
|
"\ue614",
|
|
"\ue608",
|
|
"\ue68f",
|
|
"\ue635",
|
|
"\ue603",
|
|
"\ue601",
|
|
"\ue60a",
|
|
"\ue648",
|
|
"\ue6bf",
|
|
"\ue613",
|
|
"\ue6df",
|
|
"\ue625",
|
|
"\ueaa0",
|
|
"\ue658",
|
|
"\ue618",
|
|
"\ue602",
|
|
"\ue6b8",
|
|
"\ue6a9",
|
|
"\uea2e",
|
|
"\ue62a",
|
|
"\ue605",
|
|
"\ue609",
|
|
"\ue81d",
|
|
"\ue600",
|
|
"\ue694",
|
|
"\ue7e6",
|
|
"\ue653",
|
|
"\ue63e"
|
|
};
|
|
}
|
|
}
|