+
-
{overallProgress}%
-
Общий прогресс
+
{overallProgress}%
+
)
diff --git a/src/components/Icons.tsx b/src/components/Icons.tsx
new file mode 100644
index 0000000..715f0b5
--- /dev/null
+++ b/src/components/Icons.tsx
@@ -0,0 +1,24 @@
+import type React from "react"
+
+// Your custom Home icon component
+export const CustomHomeIcon = ({ active, size = 24 }: { active: boolean; size?: number }) => (
+
+);
+
+// You can add other custom icons here if needed in the future
+// export const CustomAnotherIcon = ({ active, size = 24 }: { active: boolean; size?: number }) => (
+//
+// );