diff --git a/bigbluebutton-html5/client/stylesheets/bbb-icons.css b/bigbluebutton-html5/client/stylesheets/bbb-icons.css index c81ef084f9..bd32264086 100755 --- a/bigbluebutton-html5/client/stylesheets/bbb-icons.css +++ b/bigbluebutton-html5/client/stylesheets/bbb-icons.css @@ -321,11 +321,11 @@ content: "\e95b"; } .icon-bbb-presentation_off:before { - content: "\e958"; + content: "\e95c"; } .icon-bbb-external-video:before { - content: "\e959"; + content: "\e95d"; } .icon-bbb-external-video_off:before { - content: "\e95a"; + content: "\e95e"; } diff --git a/bigbluebutton-html5/public/fonts/BbbIcons/bbb-icons.woff b/bigbluebutton-html5/public/fonts/BbbIcons/bbb-icons.woff index 106926f60a..00d7ac30bd 100644 Binary files a/bigbluebutton-html5/public/fonts/BbbIcons/bbb-icons.woff and b/bigbluebutton-html5/public/fonts/BbbIcons/bbb-icons.woff differ