2025-05-19 16:19:27 +08:00
|
|
|
export const ACTION_ICON = {
|
|
|
|
|
DOWNLOAD: 'lucide:download',
|
|
|
|
|
UPLOAD: 'lucide:upload',
|
|
|
|
|
ADD: 'lucide:plus',
|
|
|
|
|
EDIT: 'lucide:edit',
|
2025-06-17 20:22:24 +08:00
|
|
|
DELETE: 'lucide:trash-2',
|
2025-05-19 16:19:27 +08:00
|
|
|
REFRESH: 'lucide:refresh-cw',
|
|
|
|
|
SEARCH: 'lucide:search',
|
|
|
|
|
FILTER: 'lucide:filter',
|
|
|
|
|
MORE: 'lucide:ellipsis-vertical',
|
|
|
|
|
VIEW: 'lucide:eye',
|
2025-05-20 16:45:38 +08:00
|
|
|
COPY: 'lucide:copy',
|
2025-10-22 16:52:43 +08:00
|
|
|
CLOSE: 'lucide:x',
|
2025-11-13 22:27:28 +08:00
|
|
|
BOOK: 'lucide:book',
|
2025-11-16 11:15:49 +08:00
|
|
|
AUDIT: 'lucide:file-check',
|
2025-05-19 16:19:27 +08:00
|
|
|
};
|