diff --git a/assets/Icons/icons.tsx b/assets/Icons/icons.tsx
new file mode 100644
index 0000000..7ea4aa6
--- /dev/null
+++ b/assets/Icons/icons.tsx
@@ -0,0 +1,199 @@
+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
deleted file mode 100644
index edce44e..0000000
--- a/assets/KDM-Icons/icons.tsx
+++ /dev/null
@@ -1,29 +0,0 @@
-export const CheckmarkIcon = () => (
-
-);
-
-export const DotDotDotIcon = () => (
-
-);
diff --git a/components/KeyDevelopmentMilestone/index.tsx b/components/KeyDevelopmentMilestone/index.tsx
index 572b7f1..1691510 100644
--- a/components/KeyDevelopmentMilestone/index.tsx
+++ b/components/KeyDevelopmentMilestone/index.tsx
@@ -1,4 +1,4 @@
-import { CheckmarkIcon, DotDotDotIcon } from '../../assets/KDM-Icons/icons';
+import { CheckmarkIcon, DotDotDotIcon } from '../../assets/Icons/icons';
import { Milestone, MilestoneLabel } from './styles';
export default function KeyDevelopmentMilestone({