forked from mengyxu/noob-components
1 changed files with 55 additions and 54 deletions
@ -1,57 +1,58 @@ |
|||||||
export * from './message'; |
export * from "./message"; |
||||||
export * from './rule'; |
export * from "./rule"; |
||||||
|
export * from "./listTableDialog"; |
||||||
|
|
||||||
export const icons = [ |
export const icons = [ |
||||||
'Search', |
"Search", |
||||||
'Female', |
"Female", |
||||||
'House', |
"House", |
||||||
'Link', |
"Link", |
||||||
'Service', |
"Service", |
||||||
'Pointer', |
"Pointer", |
||||||
'Star', |
"Star", |
||||||
'Notification', |
"Notification", |
||||||
'Connection', |
"Connection", |
||||||
'ChatDotRound', |
"ChatDotRound", |
||||||
'Setting', |
"Setting", |
||||||
'Clock', |
"Clock", |
||||||
'Position', |
"Position", |
||||||
'View', |
"View", |
||||||
'Hide', |
"Hide", |
||||||
'Unlock', |
"Unlock", |
||||||
'Lock', |
"Lock", |
||||||
'Refresh', |
"Refresh", |
||||||
'Bell', |
"Bell", |
||||||
'User', |
"User", |
||||||
'UserFilled', |
"UserFilled", |
||||||
'CircleCheck', |
"CircleCheck", |
||||||
'Warning', |
"Warning", |
||||||
'WarningFilled', |
"WarningFilled", |
||||||
'WarnTriangleFilled', |
"WarnTriangleFilled", |
||||||
'Filter', |
"Filter", |
||||||
'EditPen', |
"EditPen", |
||||||
'Edit', |
"Edit", |
||||||
'Message', |
"Message", |
||||||
'Tools', |
"Tools", |
||||||
'HomeFilled', |
"HomeFilled", |
||||||
'Histogram', |
"Histogram", |
||||||
'Document', |
"Document", |
||||||
'Notebook', |
"Notebook", |
||||||
'Tickets', |
"Tickets", |
||||||
'Collection', |
"Collection", |
||||||
'Postcard', |
"Postcard", |
||||||
'DataBoard', |
"DataBoard", |
||||||
'DataAnalysis', |
"DataAnalysis", |
||||||
'DataLine', |
"DataLine", |
||||||
'TrendCharts', |
"TrendCharts", |
||||||
'Files', |
"Files", |
||||||
'Folder', |
"Folder", |
||||||
'List', |
"List", |
||||||
'Monitor', |
"Monitor", |
||||||
'Iphone', |
"Iphone", |
||||||
'Platform', |
"Platform", |
||||||
'OfficeBuilding', |
"OfficeBuilding", |
||||||
'School', |
"School", |
||||||
'Cpu', |
"Cpu", |
||||||
'MagicStick', |
"MagicStick", |
||||||
'Coin', |
"Coin", |
||||||
]; |
]; |
||||||
|
|||||||
Loading…
Reference in new issue