diff --git a/lib/components/icons.jsx b/lib/components/icons.jsx
index ed1700fd..fa9d9cc5 100644
--- a/lib/components/icons.jsx
+++ b/lib/components/icons.jsx
@@ -216,25 +216,26 @@ export const VPNOff = (props) => (
export const VolumeHigh = (props) => (
-
+
);
export const VolumeLow = (props) => (
-
+
);
export const NoVolume = (props) => (
-
+
);
export const VolumeMuted = (props) => (
-
+
+
);