iconfont.dart 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013
  1. import 'package:flutter/material.dart';
  2. class Iconfont {
  3. // iconName: B040-键盘
  4. static const b040jianpan = IconData(
  5. 0xe78c,
  6. fontFamily: 'Iconfont',
  7. matchTextDirection: true,
  8. );
  9. // iconName: 语音
  10. static const yuyin = IconData(
  11. 0xe866,
  12. fontFamily: 'Iconfont',
  13. matchTextDirection: true,
  14. );
  15. // iconName: 语音
  16. static const yuyin1 = IconData(
  17. 0xe661,
  18. fontFamily: 'Iconfont',
  19. matchTextDirection: true,
  20. );
  21. // iconName: 语音
  22. static const yuyin2 = IconData(
  23. 0xe663,
  24. fontFamily: 'Iconfont',
  25. matchTextDirection: true,
  26. );
  27. // iconName: 已接单
  28. static const yijiedan = IconData(
  29. 0xe65e,
  30. fontFamily: 'Iconfont',
  31. matchTextDirection: true,
  32. );
  33. // iconName: 位置
  34. static const weizhi = IconData(
  35. 0xe653,
  36. fontFamily: 'Iconfont',
  37. matchTextDirection: true,
  38. );
  39. // iconName: 等待接单
  40. static const dengdaijiedan = IconData(
  41. 0xe654,
  42. fontFamily: 'Iconfont',
  43. matchTextDirection: true,
  44. );
  45. // iconName: 取消订单
  46. static const quxiaodingdan = IconData(
  47. 0xe65a,
  48. fontFamily: 'Iconfont',
  49. matchTextDirection: true,
  50. );
  51. // iconName: 拒绝 (1)
  52. static const jujue1 = IconData(
  53. 0xe660,
  54. fontFamily: 'Iconfont',
  55. matchTextDirection: true,
  56. );
  57. // iconName: 拒绝
  58. static const jujue = IconData(
  59. 0xe65d,
  60. fontFamily: 'Iconfont',
  61. matchTextDirection: true,
  62. );
  63. // iconName: 搜索
  64. static const sousuo = IconData(
  65. 0xe652,
  66. fontFamily: 'Iconfont',
  67. matchTextDirection: true,
  68. );
  69. // iconName: 提现
  70. static const tixian = IconData(
  71. 0xe645,
  72. fontFamily: 'Iconfont',
  73. matchTextDirection: true,
  74. );
  75. // iconName: 充值
  76. static const chongzhi = IconData(
  77. 0xe667,
  78. fontFamily: 'Iconfont',
  79. matchTextDirection: true,
  80. );
  81. // iconName: 关 闭
  82. static const guanbi = IconData(
  83. 0xe651,
  84. fontFamily: 'Iconfont',
  85. matchTextDirection: true,
  86. );
  87. // iconName: 等待报价
  88. static const dengdaibaojia = IconData(
  89. 0xe68f,
  90. fontFamily: 'Iconfont',
  91. matchTextDirection: true,
  92. );
  93. // iconName: 打卡
  94. static const daka = IconData(
  95. 0xe639,
  96. fontFamily: 'Iconfont',
  97. matchTextDirection: true,
  98. );
  99. // iconName: 归档
  100. static const guidang = IconData(
  101. 0xe63f,
  102. fontFamily: 'Iconfont',
  103. matchTextDirection: true,
  104. );
  105. // iconName: 消息
  106. static const xiaoxi = IconData(
  107. 0xe6d3,
  108. fontFamily: 'Iconfont',
  109. matchTextDirection: true,
  110. );
  111. // iconName: 定位
  112. static const dingwei = IconData(
  113. 0xe638,
  114. fontFamily: 'Iconfont',
  115. matchTextDirection: true,
  116. );
  117. // iconName: 离线
  118. static const lixian = IconData(
  119. 0xe6e0,
  120. fontFamily: 'Iconfont',
  121. matchTextDirection: true,
  122. );
  123. // iconName: 在线
  124. static const zaixian = IconData(
  125. 0xe62d,
  126. fontFamily: 'Iconfont',
  127. matchTextDirection: true,
  128. );
  129. // iconName: 维修
  130. static const weixiu = IconData(
  131. 0xe66a,
  132. fontFamily: 'Iconfont',
  133. matchTextDirection: true,
  134. );
  135. // iconName: 提醒
  136. static const tixing = IconData(
  137. 0xe68e,
  138. fontFamily: 'Iconfont',
  139. matchTextDirection: true,
  140. );
  141. // iconName: 团队 (2)
  142. static const tuandui2 = IconData(
  143. 0xe658,
  144. fontFamily: 'Iconfont',
  145. matchTextDirection: true,
  146. );
  147. // iconName: 维修
  148. static const weixiu3 = IconData(
  149. 0xe69b,
  150. fontFamily: 'Iconfont',
  151. matchTextDirection: true,
  152. );
  153. // iconName: 待确认
  154. static const daiqueren = IconData(
  155. 0xe681,
  156. fontFamily: 'Iconfont',
  157. matchTextDirection: true,
  158. );
  159. // iconName: 订单完成
  160. static const dingdanwancheng = IconData(
  161. 0xe75b,
  162. fontFamily: 'Iconfont',
  163. matchTextDirection: true,
  164. );
  165. // iconName: 工作台
  166. static const gongzuotai = IconData(
  167. 0xe622,
  168. fontFamily: 'Iconfont',
  169. matchTextDirection: true,
  170. );
  171. // iconName: 打卡
  172. static const daka4 = IconData(
  173. 0xe623,
  174. fontFamily: 'Iconfont',
  175. matchTextDirection: true,
  176. );
  177. // iconName: 年检订单
  178. static const nianjiandingdan = IconData(
  179. 0xe6f6,
  180. fontFamily: 'Iconfont',
  181. matchTextDirection: true,
  182. );
  183. // iconName: 分享
  184. static const fenxiang = IconData(
  185. 0xe693,
  186. fontFamily: 'Iconfont',
  187. matchTextDirection: true,
  188. );
  189. // iconName: 项目
  190. static const xiangmu = IconData(
  191. 0xe624,
  192. fontFamily: 'Iconfont',
  193. matchTextDirection: true,
  194. );
  195. // iconName: 申诉
  196. static const shensu = IconData(
  197. 0xe64e,
  198. fontFamily: 'Iconfont',
  199. matchTextDirection: true,
  200. );
  201. // iconName: 紧急订单
  202. static const jinjidingdan = IconData(
  203. 0xe629,
  204. fontFamily: 'Iconfont',
  205. matchTextDirection: true,
  206. );
  207. // iconName: 收 藏
  208. static const shoucang = IconData(
  209. 0xe6b7,
  210. fontFamily: 'Iconfont',
  211. matchTextDirection: true,
  212. );
  213. // iconName: 确认 圆 正确 对勾 提交 成功 完成
  214. static const querenyuanzhengqueduigoutijiaochenggongwancheng = IconData(
  215. 0xe644,
  216. fontFamily: 'Iconfont',
  217. matchTextDirection: true,
  218. );
  219. // iconName: 待付款
  220. static const daifukuan = IconData(
  221. 0xe659,
  222. fontFamily: 'Iconfont',
  223. matchTextDirection: true,
  224. );
  225. // iconName: 收 藏 (1)
  226. static const shoucang1 = IconData(
  227. 0xe62a,
  228. fontFamily: 'Iconfont',
  229. matchTextDirection: true,
  230. );
  231. // iconName: 紧急
  232. static const jinji = IconData(
  233. 0xe631,
  234. fontFamily: 'Iconfont',
  235. matchTextDirection: true,
  236. );
  237. // iconName: 团队管理
  238. static const tuanduiguanli = IconData(
  239. 0xe98d,
  240. fontFamily: 'Iconfont',
  241. matchTextDirection: true,
  242. );
  243. // iconName: 电 话
  244. static const dianhua = IconData(
  245. 0xe632,
  246. fontFamily: 'Iconfont',
  247. matchTextDirection: true,
  248. );
  249. // iconName: 保养
  250. static const baoyang = IconData(
  251. 0xe634,
  252. fontFamily: 'Iconfont',
  253. matchTextDirection: true,
  254. );
  255. // iconName: 已过期
  256. static const yiguoqi = IconData(
  257. 0xe68a,
  258. fontFamily: 'Iconfont',
  259. matchTextDirection: true,
  260. );
  261. // iconName: 创建团队_创建团队
  262. static const chuangjiantuanduichuangjiantuandui = IconData(
  263. 0xe820,
  264. fontFamily: 'Iconfont',
  265. matchTextDirection: true,
  266. );
  267. // iconName: 等级
  268. static const dengji = IconData(
  269. 0xe64b,
  270. fontFamily: 'Iconfont',
  271. matchTextDirection: true,
  272. );
  273. // iconName: 简介
  274. static const jianjie = IconData(
  275. 0xe633,
  276. fontFamily: 'Iconfont',
  277. matchTextDirection: true,
  278. );
  279. // iconName: 即将年检
  280. static const jijiangnianjian = IconData(
  281. 0xe656,
  282. fontFamily: 'Iconfont',
  283. matchTextDirection: true,
  284. );
  285. // iconName: 咨询
  286. static const zixun = IconData(
  287. 0xe626,
  288. fontFamily: 'Iconfont',
  289. matchTextDirection: true,
  290. );
  291. // iconName: 电梯
  292. static const dianti = IconData(
  293. 0xe657,
  294. fontFamily: 'Iconfont',
  295. matchTextDirection: true,
  296. );
  297. // iconName: 发送
  298. static const fasong = IconData(
  299. 0xe677,
  300. fontFamily: 'Iconfont',
  301. matchTextDirection: true,
  302. );
  303. // iconName: 选择
  304. static const xuanze = IconData(
  305. 0xe6de,
  306. fontFamily: 'Iconfont',
  307. matchTextDirection: true,
  308. );
  309. // iconName: 推荐
  310. static const tuijian = IconData(
  311. 0xe627,
  312. fontFamily: 'Iconfont',
  313. matchTextDirection: true,
  314. );
  315. // iconName: 表情
  316. static const biaoqing = IconData(
  317. 0xe628,
  318. fontFamily: 'Iconfont',
  319. matchTextDirection: true,
  320. );
  321. // iconName: 经历
  322. static const jingli = IconData(
  323. 0xe62b,
  324. fontFamily: 'Iconfont',
  325. matchTextDirection: true,
  326. );
  327. // iconName: 使用手册
  328. static const shiyongshouce = IconData(
  329. 0xe67d,
  330. fontFamily: 'Iconfont',
  331. matchTextDirection: true,
  332. );
  333. // iconName: 分享
  334. static const fenxiang5 = IconData(
  335. 0xe62c,
  336. fontFamily: 'Iconfont',
  337. matchTextDirection: true,
  338. );
  339. // iconName: 保养
  340. static const baoyang6 = IconData(
  341. 0xe630,
  342. fontFamily: 'Iconfont',
  343. matchTextDirection: true,
  344. );
  345. // iconName: 关 闭
  346. static const guanbi7 = IconData(
  347. 0xe6d2,
  348. fontFamily: 'Iconfont',
  349. matchTextDirection: true,
  350. );
  351. // iconName: 指定人员
  352. static const zhidingrenyuan = IconData(
  353. 0xe673,
  354. fontFamily: 'Iconfont',
  355. matchTextDirection: true,
  356. );
  357. // iconName: 添加
  358. static const tianjia = IconData(
  359. 0xe640,
  360. fontFamily: 'Iconfont',
  361. matchTextDirection: true,
  362. );
  363. // iconName: 评价
  364. static const pingjia = IconData(
  365. 0xe641,
  366. fontFamily: 'Iconfont',
  367. matchTextDirection: true,
  368. );
  369. // iconName: 关 闭
  370. static const guanbi8 = IconData(
  371. 0xe643,
  372. fontFamily: 'Iconfont',
  373. matchTextDirection: true,
  374. );
  375. // iconName: 紧急就医
  376. static const jinjijiuyi = IconData(
  377. 0xe646,
  378. fontFamily: 'Iconfont',
  379. matchTextDirection: true,
  380. );
  381. // iconName: 添加
  382. static const tianjia9 = IconData(
  383. 0xe647,
  384. fontFamily: 'Iconfont',
  385. matchTextDirection: true,
  386. );
  387. // iconName: 加入组织
  388. static const jiaruzuzhi = IconData(
  389. 0xe64c,
  390. fontFamily: 'Iconfont',
  391. matchTextDirection: true,
  392. );
  393. // iconName: 添加
  394. static const tianjia10 = IconData(
  395. 0xe64d,
  396. fontFamily: 'Iconfont',
  397. matchTextDirection: true,
  398. );
  399. // iconName: 维修
  400. static const weixiu11 = IconData(
  401. 0xe844,
  402. fontFamily: 'Iconfont',
  403. matchTextDirection: true,
  404. );
  405. // iconName: 机务维修工
  406. static const jiwuweixiugong = IconData(
  407. 0xe64f,
  408. fontFamily: 'Iconfont',
  409. matchTextDirection: true,
  410. );
  411. // iconName: 选择
  412. static const xuanze12 = IconData(
  413. 0x101dc,
  414. fontFamily: 'Iconfont',
  415. matchTextDirection: true,
  416. );
  417. // iconName: 选择
  418. static const xuanze13 = IconData(
  419. 0x101dd,
  420. fontFamily: 'Iconfont',
  421. matchTextDirection: true,
  422. );
  423. // iconName: 微信
  424. static const weixin = IconData(
  425. 0xe614,
  426. fontFamily: 'Iconfont',
  427. matchTextDirection: true,
  428. );
  429. // iconName: 安全光幕
  430. static const anquanguangmu = IconData(
  431. 0xe615,
  432. fontFamily: 'Iconfont',
  433. matchTextDirection: true,
  434. );
  435. // iconName: 维修
  436. static const weixiu14 = IconData(
  437. 0xe637,
  438. fontFamily: 'Iconfont',
  439. matchTextDirection: true,
  440. );
  441. // iconName: 资料
  442. static const ziliao = IconData(
  443. 0xe662,
  444. fontFamily: 'Iconfont',
  445. matchTextDirection: true,
  446. );
  447. // iconName: 播放
  448. static const bofang = IconData(
  449. 0xe616,
  450. fontFamily: 'Iconfont',
  451. matchTextDirection: true,
  452. );
  453. // iconName: 语音
  454. static const yuyin15 = IconData(
  455. 0xe617,
  456. fontFamily: 'Iconfont',
  457. matchTextDirection: true,
  458. );
  459. // iconName: 故障
  460. static const guzhang = IconData(
  461. 0xe650,
  462. fontFamily: 'Iconfont',
  463. matchTextDirection: true,
  464. );
  465. // iconName: 朋友圈
  466. static const pengyouquan = IconData(
  467. 0xe65b,
  468. fontFamily: 'Iconfont',
  469. matchTextDirection: true,
  470. );
  471. // iconName: QQ
  472. static const qQ = IconData(
  473. 0xe680,
  474. fontFamily: 'Iconfont',
  475. matchTextDirection: true,
  476. );
  477. // iconName: 横屏
  478. static const hengping = IconData(
  479. 0xe618,
  480. fontFamily: 'Iconfont',
  481. matchTextDirection: true,
  482. );
  483. // iconName: 会 员1-01
  484. static const huiyuan101 = IconData(
  485. 0xe61a,
  486. fontFamily: 'Iconfont',
  487. matchTextDirection: true,
  488. );
  489. // iconName: 培训
  490. static const peixun = IconData(
  491. 0xe61b,
  492. fontFamily: 'Iconfont',
  493. matchTextDirection: true,
  494. );
  495. // iconName: 图纸 (2)
  496. static const tuzhi2 = IconData(
  497. 0xe61c,
  498. fontFamily: 'Iconfont',
  499. matchTextDirection: true,
  500. );
  501. // iconName: 资料
  502. static const ziliao16 = IconData(
  503. 0xe62e,
  504. fontFamily: 'Iconfont',
  505. matchTextDirection: true,
  506. );
  507. // iconName: 门
  508. static const men = IconData(
  509. 0xe61d,
  510. fontFamily: 'Iconfont',
  511. matchTextDirection: true,
  512. );
  513. // iconName: 待处理
  514. static const daichuli = IconData(
  515. 0xe61f,
  516. fontFamily: 'Iconfont',
  517. matchTextDirection: true,
  518. );
  519. // iconName: 使用手册
  520. static const shiyongshouce17 = IconData(
  521. 0xe6ae,
  522. fontFamily: 'Iconfont',
  523. matchTextDirection: true,
  524. );
  525. // iconName: 安装
  526. static const anzhuang = IconData(
  527. 0xe621,
  528. fontFamily: 'Iconfont',
  529. matchTextDirection: true,
  530. );
  531. // iconName: 账户概要
  532. static const zhanghugaiyao = IconData(
  533. 0xe60f,
  534. fontFamily: 'Iconfont',
  535. matchTextDirection: true,
  536. );
  537. // iconName: 通知
  538. static const tongzhi = IconData(
  539. 0xe63d,
  540. fontFamily: 'Iconfont',
  541. matchTextDirection: true,
  542. );
  543. // iconName: 微信 支付
  544. static const weixinzhifu = IconData(
  545. 0xe65c,
  546. fontFamily: 'Iconfont',
  547. matchTextDirection: true,
  548. );
  549. // iconName: 展开
  550. static const zhankai = IconData(
  551. 0xe77f,
  552. fontFamily: 'Iconfont',
  553. matchTextDirection: true,
  554. );
  555. // iconName: 收 藏 (1)
  556. static const shoucang118 = IconData(
  557. 0xe642,
  558. fontFamily: 'Iconfont',
  559. matchTextDirection: true,
  560. );
  561. // iconName: 点赞
  562. static const dianzan = IconData(
  563. 0xe610,
  564. fontFamily: 'Iconfont',
  565. matchTextDirection: true,
  566. );
  567. // iconName: 选择
  568. static const xuanze19 = IconData(
  569. 0xe620,
  570. fontFamily: 'Iconfont',
  571. matchTextDirection: true,
  572. );
  573. // iconName: 更多
  574. static const gengduo = IconData(
  575. 0xe63e,
  576. fontFamily: 'Iconfont',
  577. matchTextDirection: true,
  578. );
  579. // iconName: 点赞
  580. static const dianzan20 = IconData(
  581. 0xe6f8,
  582. fontFamily: 'Iconfont',
  583. matchTextDirection: true,
  584. );
  585. // iconName: 删除/数字面板编辑态
  586. static const shanchu_shuzimianbanbianjitai = IconData(
  587. 0xe612,
  588. fontFamily: 'Iconfont',
  589. matchTextDirection: true,
  590. );
  591. // iconName: 支付宝
  592. static const zhifubao = IconData(
  593. 0x101db,
  594. fontFamily: 'Iconfont',
  595. matchTextDirection: true,
  596. );
  597. // iconName: 年限
  598. static const nianxian = IconData(
  599. 0xe60a,
  600. fontFamily: 'Iconfont',
  601. matchTextDirection: true,
  602. );
  603. // iconName: 一键清空
  604. static const yijianqingkong = IconData(
  605. 0xe715,
  606. fontFamily: 'Iconfont',
  607. matchTextDirection: true,
  608. );
  609. // iconName: 分享
  610. static const fenxiang21 = IconData(
  611. 0xe60c,
  612. fontFamily: 'Iconfont',
  613. matchTextDirection: true,
  614. );
  615. // iconName: 已读
  616. static const yidu = IconData(
  617. 0xe62f,
  618. fontFamily: 'Iconfont',
  619. matchTextDirection: true,
  620. );
  621. // iconName: 学历
  622. static const xueli = IconData(
  623. 0xe6a7,
  624. fontFamily: 'Iconfont',
  625. matchTextDirection: true,
  626. );
  627. // iconName: 更多
  628. static const gengduo22 = IconData(
  629. 0xe60e,
  630. fontFamily: 'Iconfont',
  631. matchTextDirection: true,
  632. );
  633. // iconName: 热门
  634. static const remen = IconData(
  635. 0xe730,
  636. fontFamily: 'Iconfont',
  637. matchTextDirection: true,
  638. );
  639. // iconName: 地址
  640. static const dizhi = IconData(
  641. 0xe64a,
  642. fontFamily: 'Iconfont',
  643. matchTextDirection: true,
  644. );
  645. // iconName: 电梯
  646. static const dianti23 = IconData(
  647. 0xe666,
  648. fontFamily: 'Iconfont',
  649. matchTextDirection: true,
  650. );
  651. // iconName: 圈子
  652. static const quanzi = IconData(
  653. 0xe608,
  654. fontFamily: 'Iconfont',
  655. matchTextDirection: true,
  656. );
  657. // iconName: 面试
  658. static const mianshi = IconData(
  659. 0xe63a,
  660. fontFamily: 'Iconfont',
  661. matchTextDirection: true,
  662. );
  663. // iconName: 视频
  664. static const shipin = IconData(
  665. 0xe648,
  666. fontFamily: 'Iconfont',
  667. matchTextDirection: true,
  668. );
  669. // iconName: 下导航_我的_3
  670. static const xiadaohangwode3 = IconData(
  671. 0xe655,
  672. fontFamily: 'Iconfont',
  673. matchTextDirection: true,
  674. );
  675. // iconName: 删 除 (1)
  676. static const shanchu1 = IconData(
  677. 0xe63b,
  678. fontFamily: 'Iconfont',
  679. matchTextDirection: true,
  680. );
  681. // iconName: 首页
  682. static const shouye = IconData(
  683. 0xe609,
  684. fontFamily: 'Iconfont',
  685. matchTextDirection: true,
  686. );
  687. // iconName: 返回
  688. static const fanhui = IconData(
  689. 0xe635,
  690. fontFamily: 'Iconfont',
  691. matchTextDirection: true,
  692. );
  693. // iconName: 工具
  694. static const gongju = IconData(
  695. 0xe60d,
  696. fontFamily: 'Iconfont',
  697. matchTextDirection: true,
  698. );
  699. // iconName: 文件
  700. static const wenjian = IconData(
  701. 0xe613,
  702. fontFamily: 'Iconfont',
  703. matchTextDirection: true,
  704. );
  705. // iconName: 消 息
  706. static const xiaoxi24 = IconData(
  707. 0xe729,
  708. fontFamily: 'Iconfont',
  709. matchTextDirection: true,
  710. );
  711. // iconName: 问诊
  712. static const wenzhen = IconData(
  713. 0xe63c,
  714. fontFamily: 'Iconfont',
  715. matchTextDirection: true,
  716. );
  717. // iconName: 维修
  718. static const weixiu25 = IconData(
  719. 0xe61e,
  720. fontFamily: 'Iconfont',
  721. matchTextDirection: true,
  722. );
  723. // iconName: 播放
  724. static const bofang26 = IconData(
  725. 0xe8e0,
  726. fontFamily: 'Iconfont',
  727. matchTextDirection: true,
  728. );
  729. // iconName: 维修工人
  730. static const weixiugongren = IconData(
  731. 0xe606,
  732. fontFamily: 'Iconfont',
  733. matchTextDirection: true,
  734. );
  735. // iconName: 视频
  736. static const shipin27 = IconData(
  737. 0xe668,
  738. fontFamily: 'Iconfont',
  739. matchTextDirection: true,
  740. );
  741. // iconName: 圈子
  742. static const quanzi28 = IconData(
  743. 0xe600,
  744. fontFamily: 'Iconfont',
  745. matchTextDirection: true,
  746. );
  747. // iconName: 问答
  748. static const wenda = IconData(
  749. 0xe670,
  750. fontFamily: 'Iconfont',
  751. matchTextDirection: true,
  752. );
  753. // iconName: 专家新
  754. static const zhuanjiaxin = IconData(
  755. 0xe625,
  756. fontFamily: 'Iconfont',
  757. matchTextDirection: true,
  758. );
  759. // iconName: 视频
  760. static const shipin29 = IconData(
  761. 0xe619,
  762. fontFamily: 'Iconfont',
  763. matchTextDirection: true,
  764. );
  765. // iconName: 招聘
  766. static const zhaopin = IconData(
  767. 0xe601,
  768. fontFamily: 'Iconfont',
  769. matchTextDirection: true,
  770. );
  771. // iconName: 查看
  772. static const chakan = IconData(
  773. 0xe602,
  774. fontFamily: 'Iconfont',
  775. matchTextDirection: true,
  776. );
  777. // iconName: 商家
  778. static const shangjia = IconData(
  779. 0xe65f,
  780. fontFamily: 'Iconfont',
  781. matchTextDirection: true,
  782. );
  783. // iconName: 商品
  784. static const shangpin = IconData(
  785. 0xe794,
  786. fontFamily: 'Iconfont',
  787. matchTextDirection: true,
  788. );
  789. // iconName: 商城
  790. static const shangcheng = IconData(
  791. 0xe636,
  792. fontFamily: 'Iconfont',
  793. matchTextDirection: true,
  794. );
  795. // iconName: 工具
  796. static const gongju30 = IconData(
  797. 0xe674,
  798. fontFamily: 'Iconfont',
  799. matchTextDirection: true,
  800. );
  801. // iconName: 红包
  802. static const hongbao = IconData(
  803. 0xe7a9,
  804. fontFamily: 'Iconfont',
  805. matchTextDirection: true,
  806. );
  807. // iconName: 商家
  808. static const shangjia31 = IconData(
  809. 0xe611,
  810. fontFamily: 'Iconfont',
  811. matchTextDirection: true,
  812. );
  813. // iconName: 诊断
  814. static const zhenduan = IconData(
  815. 0xe68c,
  816. fontFamily: 'Iconfont',
  817. matchTextDirection: true,
  818. );
  819. // iconName: 附近的人
  820. static const fujinderen = IconData(
  821. 0xe607,
  822. fontFamily: 'Iconfont',
  823. matchTextDirection: true,
  824. );
  825. // iconName: 资料库
  826. static const ziliaoku = IconData(
  827. 0xe60b,
  828. fontFamily: 'Iconfont',
  829. matchTextDirection: true,
  830. );
  831. // iconName: 联系
  832. static const lianxi = IconData(
  833. 0xeac8,
  834. fontFamily: 'Iconfont',
  835. matchTextDirection: true,
  836. );
  837. // iconName: 问诊
  838. static const wenzhen32 = IconData(
  839. 0xe603,
  840. fontFamily: 'Iconfont',
  841. matchTextDirection: true,
  842. );
  843. // iconName: 招聘
  844. static const zhaopin33 = IconData(
  845. 0xe649,
  846. fontFamily: 'Iconfont',
  847. matchTextDirection: true,
  848. );
  849. // iconName: 首 页
  850. static const shouye34 = IconData(
  851. 0xe604,
  852. fontFamily: 'Iconfont',
  853. matchTextDirection: true,
  854. );
  855. // iconName: 点赞
  856. static const dianzan35 = IconData(
  857. 0xe605,
  858. fontFamily: 'Iconfont',
  859. matchTextDirection: true,
  860. );
  861. // iconName: 问答
  862. static const wenda36 = IconData(
  863. 0xe742,
  864. fontFamily: 'Iconfont',
  865. matchTextDirection: true,
  866. );
  867. }