14 lines
328 B
TypeScript
14 lines
328 B
TypeScript
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',
|
|
COPY: 'lucide:copy',
|
|
};
|