diff --git a/src/pages/AdminPanel.tsx b/src/pages/AdminPanel.tsx
index 2e01e6a..988d117 100644
--- a/src/pages/AdminPanel.tsx
+++ b/src/pages/AdminPanel.tsx
@@ -1,5 +1,6 @@
import { Link } from 'react-router-dom';
import { useTranslation } from 'react-i18next';
+import { RemnawaveIcon } from '../components/icons';
// Group header icons
const AnalyticsGroupIcon = () => (
@@ -215,16 +216,6 @@ const EnvelopeIcon = () => (
);
-const CubeTransparentIcon = () => (
-
-);
-
const ChevronRightIcon = () => (