1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| export const ACTION_ICON = {
| DOWNLOAD: 'lucide:download',
| UPLOAD: 'lucide:upload',
| ADD: 'lucide:plus',
| EDIT: 'lucide:edit',
| DELETE: 'lucide:trash-2',
| REFRESH: 'lucide:refresh-cw',
| SEARCH: 'lucide:search',
| FILTER: 'lucide:filter',
| MORE: 'lucide:ellipsis-vertical',
| VIEW: 'lucide:eye',
| COPY: 'lucide:copy',
| CLOSE: 'lucide:x',
| BOOK: 'lucide:book',
| AUDIT: 'lucide:file-check',
| };
|
|