diff --git a/src/assets/icons.tsx b/src/assets/icons.tsx index 4b3433d..7028117 100644 --- a/src/assets/icons.tsx +++ b/src/assets/icons.tsx @@ -214,7 +214,20 @@ export function GlobeIcon(props: IconProps) { ); } - +export function EyeIcon(props: IconProps) { + return ( + + + + ); +} export function UserSettingIcon(props: IconProps) { return ( ); } -export function FeedbackIcon(props: IconProps) { - return ( - - - - ); -} + export function PasswordIcon(props: IconProps) { return ( { diff --git a/src/components/Tables/customers/index.tsx b/src/components/Tables/customers/index.tsx index fa72860..9a33053 100644 --- a/src/components/Tables/customers/index.tsx +++ b/src/components/Tables/customers/index.tsx @@ -1,5 +1,5 @@ "use client"; -import { FeedbackIcon, PencilSquareIcon, TrashIcon } from "@/assets/icons"; +import { ExclamationIcon, PencilSquareIcon, TrashIcon } from "@/assets/icons"; import ConfirmationModal from "@/components/ui/ConfirmationModal"; import { Table, @@ -118,11 +118,12 @@ const CustomersTable = () => { diff --git a/src/components/Tables/tenders/index.tsx b/src/components/Tables/tenders/index.tsx index 3518cba..547219a 100644 --- a/src/components/Tables/tenders/index.tsx +++ b/src/components/Tables/tenders/index.tsx @@ -11,7 +11,7 @@ import { } from "@/components/ui/table"; import useTenderListPresenter from "./useTenderListPresenter"; -import { ExclamationIcon, FeedbackIcon } from "@/assets/icons"; +import { ExclamationIcon, EyeIcon } from "@/assets/icons"; import Pagination from "@/components/ui/pagination"; import TableSkeleton from "@/components/ui/TableSkeleton"; import { cn } from "@/lib/utils"; @@ -70,19 +70,19 @@ const TendersTable = () => { colSpan={100} >