yx_icon_fonts_flutter/example/lib/icons.dart

114 lines
5.1 KiB
Dart

import 'package:yx_icon_fonts/yx_icon_fonts.dart';
import 'package:yx_icon_fonts_example/example_icon.dart';
// 此文件由脚本自动生成!
final icons = <ExampleIcon>[
// 其他图标
ExampleIcon(YXIconFonts.icon32Clean, 'icon 32 clean'),
ExampleIcon(YXIconFonts.icon36Viewhistory, 'icon 36 viewhistory'),
ExampleIcon(YXIconFonts.icon36Revoke, 'icon 36 revoke'),
ExampleIcon(YXIconFonts.icon32Location, 'icon 32 location'),
ExampleIcon(YXIconFonts.icon24Mypoints, 'icon 24 mypoints'),
ExampleIcon(YXIconFonts.icon44Search, 'icon 44 search'),
ExampleIcon(YXIconFonts.icon36ClearPeople, 'icon 36 clear people'),
ExampleIcon(YXIconFonts.icon32Publish, 'icon 32 publish'),
ExampleIcon(YXIconFonts.icon32Close, 'icon 32 close'),
ExampleIcon(YXIconFonts.icon32Output, 'icon 32 output'),
ExampleIcon(YXIconFonts.icon24Download, 'icon 24 download'),
ExampleIcon(YXIconFonts.iconVoicePause, 'icon voice pause'),
ExampleIcon(YXIconFonts.iconVoice, 'icon voice'),
ExampleIcon(YXIconFonts.iconSubtract, 'icon subtract'),
ExampleIcon(YXIconFonts.icon44CancelAccount, 'icon 44 cancel account'),
ExampleIcon(YXIconFonts.icon24Search, 'icon 24 search'),
ExampleIcon(YXIconFonts.icon24Up, 'icon 24 up'),
ExampleIcon(YXIconFonts.icon24Minus, 'icon 24 minus'),
ExampleIcon(YXIconFonts.icon36OnlySee, 'icon 36 only see'),
ExampleIcon(YXIconFonts.icon24Plus, 'icon 24 plus'),
// 编辑相关图标
ExampleIcon(YXIconFonts.icon30Edit, 'icon 30 edit'),
ExampleIcon(YXIconFonts.icon44Edit, 'icon 44 edit'),
ExampleIcon(YXIconFonts.icon36EditLine, 'icon 36 edit line'),
ExampleIcon(YXIconFonts.icon24Edit, 'icon 24 edit'),
// 复制相关图标
ExampleIcon(YXIconFonts.icon24Copy2, 'icon 24 copy2'),
ExampleIcon(YXIconFonts.icon24Copy, 'icon 24 copy'),
// 删除相关图标
ExampleIcon(YXIconFonts.icon30Delete, 'icon 30 delete'),
ExampleIcon(YXIconFonts.icon44Delete, 'icon 44 delete'),
ExampleIcon(YXIconFonts.icon36Delete, 'icon 36 delete'),
ExampleIcon(YXIconFonts.icon24Delete, 'icon 24 delete'),
// 添加相关图标
ExampleIcon(YXIconFonts.icon36Add, 'icon 36 add'),
ExampleIcon(YXIconFonts.icon24Add, 'icon 24 add'),
ExampleIcon(YXIconFonts.icon44Add, 'icon 44 add'),
ExampleIcon(YXIconFonts.icon32Add, 'icon 32 add'),
// 个人中心相关图标
ExampleIcon(YXIconFonts.icon44MeAbout, 'icon 44 me about'),
ExampleIcon(YXIconFonts.icon44MePointsmall, 'icon 44 me pointsmall'),
ExampleIcon(YXIconFonts.icon44MeLogOut, 'icon 44 me log out'),
ExampleIcon(YXIconFonts.icon44MeSwitch, 'icon 44 me switch'),
ExampleIcon(YXIconFonts.icon44MePassword, 'icon 44 me password'),
ExampleIcon(YXIconFonts.icon44MeHelp, 'icon 44 me help'),
ExampleIcon(YXIconFonts.icon44MeVersion, 'icon 44 me version'),
ExampleIcon(YXIconFonts.icon44MePrivacy, 'icon 44 me privacy'),
ExampleIcon(YXIconFonts.icon44MeUser, 'icon 44 me user'),
ExampleIcon(YXIconFonts.icon44MeSafe, 'icon 44 me safe'),
ExampleIcon(YXIconFonts.icon44MePhone, 'icon 44 me phone'),
// 分享相关图标
ExampleIcon(YXIconFonts.icon44WechatShareWhite, 'icon 44 wechat share white'),
ExampleIcon(YXIconFonts.icon44Share, 'icon 44 share'),
// 消息相关图标
ExampleIcon(YXIconFonts.iconMsgContacts, 'icon msg contacts'),
ExampleIcon(YXIconFonts.iconMsgVideo, 'icon msg video'),
ExampleIcon(YXIconFonts.iconMsgSearch, 'icon msg search'),
ExampleIcon(YXIconFonts.iconMsgCall, 'icon msg call'),
ExampleIcon(YXIconFonts.iconMsgPhoto, 'icon msg photo'),
ExampleIcon(YXIconFonts.iconMsgImg, 'icon msg img'),
ExampleIcon(YXIconFonts.iconMsgFile, 'icon msg file'),
ExampleIcon(YXIconFonts.icon56MsgAdd, 'icon 56 msg add'),
ExampleIcon(YXIconFonts.icon56MsgFace, 'icon 56 msg face'),
ExampleIcon(YXIconFonts.icon56MsgVoice, 'icon 56 msg voice'),
// 箭头相关图标
ExampleIcon(YXIconFonts.icon32ArrowRight, 'icon 32 arrow right'),
ExampleIcon(YXIconFonts.icon44ArrowLeft, 'icon 44 arrow left'),
ExampleIcon(YXIconFonts.icon44ArrowRight, 'icon 44 arrow right'),
ExampleIcon(YXIconFonts.icon44ArrowDownLine, 'icon 44 arrow down line'),
ExampleIcon(YXIconFonts.icon24ArrowRight, 'icon 24 arrow right'),
ExampleIcon(YXIconFonts.icon24ArrowDown, 'icon 24 arrow down'),
// 团队和用户相关图标
ExampleIcon(YXIconFonts.icon36Team, 'icon 36 team'),
ExampleIcon(YXIconFonts.icon32Student, 'icon 32 student'),
// 功能图标
ExampleIcon(YXIconFonts.icon32Filter, 'icon 32 filter'),
ExampleIcon(YXIconFonts.icon36Question, 'icon 36 question'),
ExampleIcon(YXIconFonts.icon36Hint, 'icon 36 hint'),
ExampleIcon(YXIconFonts.icon24Switch, 'icon 24 switch'),
// 退出相关图标
ExampleIcon(YXIconFonts.icon44QuitLite, 'icon 44 quit lite'),
ExampleIcon(YXIconFonts.icon32Quit, 'icon 32 quit'),
ExampleIcon(YXIconFonts.icon44Quit, 'icon 44 quit'),
// 更多和菜单相关图标
ExampleIcon(YXIconFonts.icon44More2, 'icon 44 more2'),
ExampleIcon(YXIconFonts.icon44More, 'icon 44 more'),
// 日历相关图标
ExampleIcon(YXIconFonts.icon44Calendar, 'icon 44 calendar'),
// 键盘相关图标
ExampleIcon(YXIconFonts.icon44Keyboard, 'icon 44 keyboard'),
];