diff --git a/UI/WebServerResources/scss/components/icon/icon.scss b/UI/WebServerResources/scss/components/icon/icon.scss index 67b85e08e..b91e81d3b 100644 --- a/UI/WebServerResources/scss/components/icon/icon.scss +++ b/UI/WebServerResources/scss/components/icon/icon.scss @@ -108,6 +108,12 @@ md-icon { &.icon-remove-circle:before { content: "\e15c"; } + &.icon-star:before { + content: "\e838"; + } + &.icon-star-border:before { + content: "\e83a"; + } &.icon-visibility-off:before { content: "\e8f5"; }