feat: 增加icon 更新

This commit is contained in:
Max 2025-07-25 16:14:53 +08:00
parent 079ec78755
commit af99c7efbd
4 changed files with 15 additions and 0 deletions

View File

@ -4,6 +4,9 @@ import 'package:yx_icon_fonts_example/example_icon.dart';
// //
final icons = <ExampleIcon>[ final icons = <ExampleIcon>[
//
ExampleIcon(YXIconFonts.icon24Up, 'icon 24 up'),
// //
ExampleIcon(YXIconFonts.iconMsgContacts, 'icon msg contacts'), ExampleIcon(YXIconFonts.iconMsgContacts, 'icon msg contacts'),
ExampleIcon(YXIconFonts.iconMsgViedo, 'icon msg viedo'), ExampleIcon(YXIconFonts.iconMsgViedo, 'icon msg viedo'),

Binary file not shown.

View File

@ -5,6 +5,13 @@
"css_prefix_text": "", "css_prefix_text": "",
"description": "学习官OA系统图标", "description": "学习官OA系统图标",
"glyphs": [ "glyphs": [
{
"icon_id": "45037865",
"name": "icon_24_up",
"font_class": "icon_24_up",
"unicode": "e645",
"unicode_decimal": 58949
},
{ {
"icon_id": "44661359", "icon_id": "44661359",
"name": "icon_msg_contacts", "name": "icon_msg_contacts",

View File

@ -9,6 +9,11 @@ class YXIconFonts {
// //
YXIconFonts._(); YXIconFonts._();
/// icon_24_up
///
/// Unicode: e645
static const IconData icon24Up = YXIconData(0xe645);
/// icon_msg_contacts /// icon_msg_contacts
/// ///
/// Unicode: e644 /// Unicode: e644