diff --git a/src/assets/icons/icon.tsx b/src/assets/icons/icon.tsx
index 0607feaa..ee5be72b 100644
--- a/src/assets/icons/icon.tsx
+++ b/src/assets/icons/icon.tsx
@@ -8,7 +8,7 @@ const Icon = styled.img`
padding-right: 1em;
`;
-const RemoveLineStyleing = styled.img`
+const RemoveLineStyling = styled.img`
width: 2.5rem;
`;
@@ -17,5 +17,5 @@ export const MicMuted = () => ;
export const MicUnmuted = () => ;
export const RemoveLine = () => (
-
+
);