diff --git a/ui-v2/app/styles/components/icons.scss b/ui-v2/app/styles/components/icons.scss
index 5b4c139302..e12d1fae52 100644
--- a/ui-v2/app/styles/components/icons.scss
+++ b/ui-v2/app/styles/components/icons.scss
@@ -152,18 +152,18 @@
}
%with-right-arrow-grey {
@extend %pseudo-icon;
- background-image: url('data:image/svg+xml;charset=UTF-8,');
+ background-image: url('data:image/svg+xml;charset=UTF-8,');
}
%with-deny-icon {
@extend %pseudo-icon;
- background-image: url('data:image/svg+xml;charset=UTF-8,');
+ background-image: url('data:image/svg+xml;charset=UTF-8,');
width: 16px;
height: 16px;
background-color: transparent;
}
%with-deny-icon-grey {
@extend %pseudo-icon;
- background-image: url('data:image/svg+xml;charset=UTF-8,');
+ background-image: url('data:image/svg+xml;charset=UTF-8,');
}
%with-deny::before {
@extend %with-deny-icon;