UNPKG

fastlion-amis

Version:

一种MIS页面生成工具

20 lines (16 loc) 372 B
const CLOSE_ICON = "fa fa-close"; const FOLDER_ICON = "fa fa-file-text-o"; const FOLDER_OPEN_ICON = "fa-folder-open-o"; const UPLOAD_ICON = "fa-circle-o-notch"; const STOP_ICON = "fa fa fa-ban"; const ADD_ICON = "fa fa-plus"; const LINK_ICON = "fa fa-link" export { CLOSE_ICON, FOLDER_ICON, FOLDER_OPEN_ICON, UPLOAD_ICON, STOP_ICON, ADD_ICON, LINK_ICON }