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