icon-map.ts 3.3 KB

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