icon-map.ts 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. // 由脚本自动生成,请勿手动修改
  2. export const iconMap = {
  3. "alipay": "/static/icons/alipay.svg",
  4. "arrow_down": "/static/icons/arrow_down.svg",
  5. "arrow_left": "/static/icons/arrow_left.svg",
  6. "arrow_right": "/static/icons/arrow_right.svg",
  7. "arrow_up": "/static/icons/arrow_up.svg",
  8. "calculator": "/static/icons/calculator.svg",
  9. "cart": "/static/icons/cart.svg",
  10. "cart_empty": "/static/icons/cart_empty.svg",
  11. "caution": "/static/icons/caution.svg",
  12. "caution_filled": "/static/icons/caution_filled.svg",
  13. "check": "/static/icons/check.svg",
  14. "checkCircle": "/static/icons/checkCircle.svg",
  15. "check_filled": "/static/icons/check_filled.svg",
  16. "close": "/static/icons/close.svg",
  17. "close_filled": "/static/icons/close_filled.svg",
  18. "copy": "/static/icons/copy.svg",
  19. "customer-interests": "/static/icons/customer-interests.svg",
  20. "customerservice": "/static/icons/customerservice.svg",
  21. "customer_service": "/static/icons/customer_service.svg",
  22. "discount": "/static/icons/discount.svg",
  23. "download": "/static/icons/download.svg",
  24. "down_to_bottom": "/static/icons/down_to_bottom.svg",
  25. "edit": "/static/icons/edit.svg",
  26. "email": "/static/icons/email.svg",
  27. "ET": "/static/icons/ET.svg",
  28. "filter": "/static/icons/filter.svg",
  29. "flow": "/static/icons/flow.svg",
  30. "forbidden": "/static/icons/forbidden.svg",
  31. "forbidden_filled": "/static/icons/forbidden_filled.svg",
  32. "help": "/static/icons/help.svg",
  33. "help_filled": "/static/icons/help_filled.svg",
  34. "hollowquery": "/static/icons/hollowquery.svg",
  35. "image": "/static/icons/image.svg",
  36. "info": "/static/icons/info.svg",
  37. "info_filled": "/static/icons/info_filled.svg",
  38. "international": "/static/icons/international.svg",
  39. "like": "/static/icons/like.svg",
  40. "like_filled": "/static/icons/like_filled.svg",
  41. "link": "/static/icons/link.svg",
  42. "list": "/static/icons/list.svg",
  43. "location": "/static/icons/location.svg",
  44. "lock": "/static/icons/lock.svg",
  45. "message": "/static/icons/message.svg",
  46. "message_unread": "/static/icons/message_unread.svg",
  47. "navigation": "/static/icons/navigation.svg",
  48. "notification": "/static/icons/notification.svg",
  49. "notification_off": "/static/icons/notification_off.svg",
  50. "order_unread": "/static/icons/order_unread.svg",
  51. "page_first": "/static/icons/page_first.svg",
  52. "page_last": "/static/icons/page_last.svg",
  53. "page_turning_left": "/static/icons/page_turning_left.svg",
  54. "page_turning_right": "/static/icons/page_turning_right.svg",
  55. "partner": "/static/icons/partner.svg",
  56. "phone": "/static/icons/phone.svg",
  57. "phonecall": "/static/icons/phonecall.svg",
  58. "phonecall_off": "/static/icons/phonecall_off.svg",
  59. "play": "/static/icons/play.svg",
  60. "record": "/static/icons/record.svg",
  61. "refresh": "/static/icons/refresh.svg",
  62. "region": "/static/icons/region.svg",
  63. "search": "/static/icons/search.svg",
  64. "setting": "/static/icons/setting.svg",
  65. "share": "/static/icons/share.svg",
  66. "show_less": "/static/icons/show_less.svg",
  67. "show_more": "/static/icons/show_more.svg",
  68. "social_wechat": "/static/icons/social_wechat.svg",
  69. "star": "/static/icons/star.svg",
  70. "star_filled": "/static/icons/star_filled.svg",
  71. "store": "/static/icons/store.svg",
  72. "sub_account": "/static/icons/sub_account.svg",
  73. "sync": "/static/icons/sync.svg",
  74. "time": "/static/icons/time.svg",
  75. "unlock": "/static/icons/unlock.svg",
  76. "upload": "/static/icons/upload.svg",
  77. "up_to_top": "/static/icons/up_to_top.svg",
  78. "user": "/static/icons/user.svg",
  79. "view": "/static/icons/view.svg",
  80. "view_off": "/static/icons/view_off.svg"
  81. };