diff --git a/src/app/components/tanstakTable.tsx b/src/app/components/tanstakTable.tsx index f15f1aa..e099318 100644 --- a/src/app/components/tanstakTable.tsx +++ b/src/app/components/tanstakTable.tsx @@ -11,7 +11,7 @@ import { SortingState, ColumnFiltersState, } from '@tanstack/react-table'; -import { IconImageFile, IconVideoFile, IconAudioFile, IconEye, IconDoubleArrowRight, IconArrowRight, IconDoubleArrowLeft, IconArrowLeft, IconArrowUp, IconArrowDown, IconFilter, IconFileOpen, IconShieldExclamation, IconDelete } from '@/app/ui/icons/icons'; +import { IconImageFile, IconVideoFile, IconAudioFile, IconEye, IconDoubleArrowRight, IconArrowRight, IconDoubleArrowLeft, IconArrowLeft, IconArrowUp, IconArrowDown, IconFilter, IconFileDownload, IconShieldExclamation, IconDelete } from '@/app/ui/icons/icons'; import { useTranslations } from 'next-intl'; import DropDownList from '@/app/components/dropDownList'; import { useMutation, useQuery, useQueryClient } from '@tanstack/react-query'; @@ -376,7 +376,7 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) { disabled={isFileLoading} className="bg-green-500 hover:bg-green-600" > - +
diff --git a/src/app/ui/icons/icons.tsx b/src/app/ui/icons/icons.tsx index f4c74e1..6f3e370 100644 --- a/src/app/ui/icons/icons.tsx +++ b/src/app/ui/icons/icons.tsx @@ -125,6 +125,14 @@ export function IconFileOpen() { ) } +export function IconFileDownload() { + return ( + + + + ) +} + export function IconShieldExclamation() { return (