+ 增加MaterialIcons字体图标

This commit is contained in:
Sunny 2023-10-13 23:29:07 +08:00
parent 9a6579befe
commit 6e57c86b22

View File

@ -1,8 +1,39 @@
namespace Sunny.UI
/******************************************************************************
* SunnyUI
* CopyRight (C) 2012-2023 ShenYongHua().
* QQ群56829229 QQ17612584 EMailSunnyUI@QQ.Com
*
* Blog: https://www.cnblogs.com/yhuse
* Gitee: https://gitee.com/yhuse/SunnyUI
* GitHub: https://github.com/yhuse/SunnyUI
*
* SunnyUI.dll can be used for free under the GPL-3.0 license.
* If you use this code, please keep this note.
* 使
******************************************************************************
* : UFontMaterialIcons.cs
* : MaterialIconsV1.017
* : V3.5
* : 2023-10-13
*
* 2023-10-13: V3.5.0
******************************************************************************/
/******************************************************************************
* https://github.com/google/material-design-icons/tree/master/font
******************************************************************************
License
We have made these icons available for you to incorporate into your products
under the Apache License Version 2.0. Feel free to remix and re-share these
icons and documentation in your products. We'd love attribution in your app's
about screen, but it's not required.
******************************************************************************/
namespace Sunny.UI
{
/// <summary>
/// https://github.com/google/material-design-icons/tree/master/font
/// </summary>
public static class MaterialIcons
{
public const int ma_10k = 0xe951;
@ -2240,7 +2271,5 @@
public const int ma_zoom_in_map = 0xeb2d;
public const int ma_zoom_out = 0xe900;
public const int ma_zoom_out_map = 0xe56b;
}
}