Files
iot-device-management-frontend/apps/web-antd/src/components/table-action/icons.ts

17 lines
404 B
TypeScript
Raw Normal View History

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',
CLOSE: 'lucide:x',
BOOK: 'lucide:book',
AUDIT: 'lucide:file-check',
2025-05-19 16:19:27 +08:00
};