perf: action icon

pull/110/MERGE
xingyu4j 2025-05-19 16:19:27 +08:00
parent 7174e18918
commit bc8b79a38a
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
export const ACTION_ICON = {
DOWNLOAD: 'lucide:download',
UPLOAD: 'lucide:upload',
ADD: 'lucide:plus',
EDIT: 'lucide:edit',
DELETE: 'lucide:trash',
REFRESH: 'lucide:refresh-cw',
SEARCH: 'lucide:search',
FILTER: 'lucide:filter',
MORE: 'lucide:ellipsis-vertical',
VIEW: 'lucide:eye',
};