diff --git a/frontend/src/ui/icons.js b/frontend/src/ui/icons.js
index f839a7b..cd049c6 100644
--- a/frontend/src/ui/icons.js
+++ b/frontend/src/ui/icons.js
@@ -321,25 +321,18 @@ export const IconFileStack = ({ className, size = 24, stroke = 160, ...rest }) =
strokeLinecap="round"
strokeLinejoin="round"
{...rest}
+ xmlns="http://www.w3.org/2000/svg"
+ xmlnsXlink="http://www.w3.org/1999/xlink"
>
-
-
-
-
-
-
-
-
-
+
+
+
);
};