diff --git a/src/frontend/src/CustomNodes/GenericNode/components/nodeIcon/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/nodeIcon/index.tsx
index a7d438372..e0343b786 100644
--- a/src/frontend/src/CustomNodes/GenericNode/components/nodeIcon/index.tsx
+++ b/src/frontend/src/CustomNodes/GenericNode/components/nodeIcon/index.tsx
@@ -39,9 +39,17 @@ export function NodeIcon({
return (
{isLucideIcon ? (
-
+
) : (
-
+
)}
);
diff --git a/src/frontend/src/icons/AWS/AWS.jsx b/src/frontend/src/icons/AWS/AWS.jsx
index c78fcac5c..7a41cd1e5 100644
--- a/src/frontend/src/icons/AWS/AWS.jsx
+++ b/src/frontend/src/icons/AWS/AWS.jsx
@@ -5,8 +5,6 @@ const SvgAWS = (props) => (
xmlns="http://www.w3.org/2000/svg"
xmlSpace="preserve"
id="Layer_1"
- x={0}
- y={0}
style={{
enableBackground: "new 0 0 304 182",
}}
diff --git a/src/frontend/src/icons/AWSInverted/AWS.jsx b/src/frontend/src/icons/AWSInverted/AWS.jsx
index 7c6c46abf..a7bc6d24a 100644
--- a/src/frontend/src/icons/AWSInverted/AWS.jsx
+++ b/src/frontend/src/icons/AWSInverted/AWS.jsx
@@ -5,8 +5,6 @@ const SvgAWS = (props) => (
xmlns="http://www.w3.org/2000/svg"
xmlSpace="preserve"
id="Layer_1"
- x={0}
- y={0}
style={{
enableBackground: "new 0 0 304 182",
}}
diff --git a/src/frontend/src/icons/AstraDB/AstraDB.jsx b/src/frontend/src/icons/AstraDB/AstraDB.jsx
index 8ba383f82..468065213 100644
--- a/src/frontend/src/icons/AstraDB/AstraDB.jsx
+++ b/src/frontend/src/icons/AstraDB/AstraDB.jsx
@@ -2,12 +2,12 @@ import { stringToBool } from "@/utils/utils";
const AstraSVG = (props) => (