diff --git a/app/[locale]/(admin)/admin/tenants/[id]/edit/page.tsx b/app/[locale]/(admin)/admin/tenants/[id]/edit/page.tsx
index 5352dcb..2ed7974 100644
--- a/app/[locale]/(admin)/admin/tenants/[id]/edit/page.tsx
+++ b/app/[locale]/(admin)/admin/tenants/[id]/edit/page.tsx
@@ -6,6 +6,7 @@ import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import {
ChevronLeftIcon,
+ EditIcon,
SaveIcon,
SettingsIcon,
UsersIcon,
@@ -63,7 +64,6 @@ import {
import { PlusIcon, DeleteIcon } from "@/components/icons";
import { errorAutoClose, successAutoClose } from "@/lib/swal";
import { close, loading } from "@/config/swal";
-import { EditIcon } from "lucide-react";
export default function EditTenantPage() {
const router = useRouter();
diff --git a/components/icons.tsx b/components/icons.tsx
index f67a611..3ae1f3c 100644
--- a/components/icons.tsx
+++ b/components/icons.tsx
@@ -2977,23 +2977,23 @@ export const ModuleIcon = ({ size = 24, width, height, ...props }: IconSvgProps)
);
-// export const EditIcon = ({ size = 24, width, height, ...props }: IconSvgProps) => (
-//
-// );
+export const EditIcon = ({ size = 24, width, height, ...props }: IconSvgProps) => (
+
+);
export const WorkflowIcon = ({ size = 24, width, height, ...props }: IconSvgProps) => (