diff --git a/assets/Icons/icons.tsx b/assets/Icons/icons.tsx
deleted file mode 100644
index 7ea4aa6..0000000
--- a/assets/Icons/icons.tsx
+++ /dev/null
@@ -1,199 +0,0 @@
-export const CheckmarkIcon = () => (
-
-);
-
-export const DotDotDotIcon = () => (
-
-);
-
-export const OperationalIcon = () => (
-
-);
-
-export const InProgressIcon = () => (
-
-);
-
-export const SmallSizeIcon = () => (
-
-);
-
-export const SmallLandBasedWindIcon = () => (
-
-);
-
-export const SmallSolarPowerIcon = () => (
-
-);
-
-export const SmallHydroelectricIcon = () => (
-
-);
-
-export const SmallOffshoreWindIcon = () => (
-
-);
-
-export const SmallGeothermalIcon = () => (
-
-);
-
-export const SmallEnergyStorageIcon = () => (
-
-);
-
-export const SmallPumpedStorage = () => (
-
-);
diff --git a/assets/KDM-Icons/icons.tsx b/assets/KDM-Icons/icons.tsx
new file mode 100644
index 0000000..edce44e
--- /dev/null
+++ b/assets/KDM-Icons/icons.tsx
@@ -0,0 +1,29 @@
+export const CheckmarkIcon = () => (
+
+);
+
+export const DotDotDotIcon = () => (
+
+);
diff --git a/assets/Size-Icons/icons.tsx b/assets/Size-Icons/icons.tsx
index cba2d1c..0380387 100644
--- a/assets/Size-Icons/icons.tsx
+++ b/assets/Size-Icons/icons.tsx
@@ -9,9 +9,9 @@ export const SmallSizeIcon = () => (
);
diff --git a/assets/Status-Tag-Icons/icons.tsx b/assets/Status-Tag-Icons/icons.tsx
index d8d94f1..557f2e6 100644
--- a/assets/Status-Tag-Icons/icons.tsx
+++ b/assets/Status-Tag-Icons/icons.tsx
@@ -7,8 +7,8 @@ export const CalendarIcon = () => (
xmlns="http://www.w3.org/2000/svg"
>
diff --git a/components/KeyDevelopmentMilestone/index.tsx b/components/KeyDevelopmentMilestone/index.tsx
index 1691510..572b7f1 100644
--- a/components/KeyDevelopmentMilestone/index.tsx
+++ b/components/KeyDevelopmentMilestone/index.tsx
@@ -1,4 +1,4 @@
-import { CheckmarkIcon, DotDotDotIcon } from '../../assets/Icons/icons';
+import { CheckmarkIcon, DotDotDotIcon } from '../../assets/KDM-Icons/icons';
import { Milestone, MilestoneLabel } from './styles';
export default function KeyDevelopmentMilestone({