diff --git a/ui/src/style/fonts/icomoon.eot b/ui/src/style/fonts/icomoon.eot index 64818c4a1..15ba8af8a 100755 Binary files a/ui/src/style/fonts/icomoon.eot and b/ui/src/style/fonts/icomoon.eot differ diff --git a/ui/src/style/fonts/icomoon.svg b/ui/src/style/fonts/icomoon.svg index f4cad95c7..866aa6c01 100755 --- a/ui/src/style/fonts/icomoon.svg +++ b/ui/src/style/fonts/icomoon.svg @@ -13,12 +13,16 @@ + + + + @@ -70,7 +74,6 @@ - diff --git a/ui/src/style/fonts/icomoon.ttf b/ui/src/style/fonts/icomoon.ttf index fbeeea7b5..7e39133fb 100755 Binary files a/ui/src/style/fonts/icomoon.ttf and b/ui/src/style/fonts/icomoon.ttf differ diff --git a/ui/src/style/fonts/icomoon.woff b/ui/src/style/fonts/icomoon.woff index 17e3b44d6..ff8c3cca7 100755 Binary files a/ui/src/style/fonts/icomoon.woff and b/ui/src/style/fonts/icomoon.woff differ diff --git a/ui/src/style/fonts/icomoon.woff2 b/ui/src/style/fonts/icomoon.woff2 index 8fa3171ac..1489c3eef 100755 Binary files a/ui/src/style/fonts/icomoon.woff2 and b/ui/src/style/fonts/icomoon.woff2 differ diff --git a/ui/src/style/fonts/icon-font.scss b/ui/src/style/fonts/icon-font.scss index baeb89b9b..5c09c51af 100644 --- a/ui/src/style/fonts/icon-font.scss +++ b/ui/src/style/fonts/icon-font.scss @@ -30,6 +30,10 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + &.user-remove:before {content: "\e904";} + &.user-add:before {content: "\e907";} + &.group:before {content: "\e908";} + &.user:before {content: "\e90d";} &.eye-closed:before {content: "\e956";} &.eye-open:before {content: "\e957";} &.alpha-a:before {content: "\e93c";} @@ -97,7 +101,6 @@ &.trash:before {content: "\e905";} &.triangle:before {content: "\e92c";} &.undo:before {content: "\e945";} - &.user:before {content: "\e94d";} &.wrench:before {content: "\e912";} &.wrenches:before {content: "\e913";} &.alert-triangle:before {content: "\f02d";}