From 43cdc0fcb117f6bd3263fe6e019dfb4842da0999 Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Mon, 11 Nov 2024 19:20:39 -0800 Subject: [PATCH] changed svg properties to camelCase --- assets/Icons/icons.tsx | 199 ------------------- assets/KDM-Icons/icons.tsx | 29 +++ assets/Size-Icons/icons.tsx | 6 +- assets/Status-Tag-Icons/icons.tsx | 4 +- components/KeyDevelopmentMilestone/index.tsx | 2 +- 5 files changed, 35 insertions(+), 205 deletions(-) delete mode 100644 assets/Icons/icons.tsx create mode 100644 assets/KDM-Icons/icons.tsx 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({