| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- // node generate-icon-map.js
- // 由脚本自动生成,请勿手动修改
- export const iconMap = {
- "alipay": "/static/icons/alipay.svg",
- "arrow_down": "/static/icons/arrow_down.svg",
- "arrow_left": "/static/icons/arrow_left.svg",
- "arrow_right": "/static/icons/arrow_right.svg",
- "arrow_up": "/static/icons/arrow_up.svg",
- "calculator": "/static/icons/calculator.svg",
- "cart": "/static/icons/cart.svg",
- "cart_empty": "/static/icons/cart_empty.svg",
- "caution": "/static/icons/caution.svg",
- "caution_filled": "/static/icons/caution_filled.svg",
- "check": "/static/icons/check.svg",
- "check_filled": "/static/icons/check_filled.svg",
- "close": "/static/icons/close.svg",
- "close_filled": "/static/icons/close_filled.svg",
- "copy": "/static/icons/copy.svg",
- "customer-interests": "/static/icons/customer-interests.svg",
- "customer_service": "/static/icons/customer_service.svg",
- "discount": "/static/icons/discount.svg",
- "download": "/static/icons/download.svg",
- "down_to_bottom": "/static/icons/down_to_bottom.svg",
- "edit": "/static/icons/edit.svg",
- "email": "/static/icons/email.svg",
- "ET": "/static/icons/ET.svg",
- "filter": "/static/icons/filter.svg",
- "flow": "/static/icons/flow.svg",
- "forbidden": "/static/icons/forbidden.svg",
- "forbidden_filled": "/static/icons/forbidden_filled.svg",
- "help": "/static/icons/help.svg",
- "help_filled": "/static/icons/help_filled.svg",
- "image": "/static/icons/image.svg",
- "info": "/static/icons/info.svg",
- "info_filled": "/static/icons/info_filled.svg",
- "international": "/static/icons/international.svg",
- "like": "/static/icons/like.svg",
- "like_filled": "/static/icons/like_filled.svg",
- "link": "/static/icons/link.svg",
- "list": "/static/icons/list.svg",
- "location": "/static/icons/location.svg",
- "lock": "/static/icons/lock.svg",
- "message": "/static/icons/message.svg",
- "message_unread": "/static/icons/message_unread.svg",
- "navigation": "/static/icons/navigation.svg",
- "notification": "/static/icons/notification.svg",
- "notification_off": "/static/icons/notification_off.svg",
- "order_unread": "/static/icons/order_unread.svg",
- "page_first": "/static/icons/page_first.svg",
- "page_last": "/static/icons/page_last.svg",
- "page_turning_left": "/static/icons/page_turning_left.svg",
- "page_turning_right": "/static/icons/page_turning_right.svg",
- "partner": "/static/icons/partner.svg",
- "phone": "/static/icons/phone.svg",
- "phonecall": "/static/icons/phonecall.svg",
- "phonecall_off": "/static/icons/phonecall_off.svg",
- "play": "/static/icons/play.svg",
- "record": "/static/icons/record.svg",
- "refresh": "/static/icons/refresh.svg",
- "region": "/static/icons/region.svg",
- "search": "/static/icons/search.svg",
- "setting": "/static/icons/setting.svg",
- "share": "/static/icons/share.svg",
- "show_less": "/static/icons/show_less.svg",
- "show_more": "/static/icons/show_more.svg",
- "social_wechat": "/static/icons/social_wechat.svg",
- "star": "/static/icons/star.svg",
- "star_filled": "/static/icons/star_filled.svg",
- "store": "/static/icons/store.svg",
- "sub_account": "/static/icons/sub_account.svg",
- "time": "/static/icons/time.svg",
- "unlock": "/static/icons/unlock.svg",
- "upload": "/static/icons/upload.svg",
- "up_to_top": "/static/icons/up_to_top.svg",
- "user": "/static/icons/user.svg",
- "view": "/static/icons/view.svg",
- "view_off": "/static/icons/view_off.svg"
- };
|