fix(icons): Fix icon file

This commit is contained in:
Lucas Fialho Zawacki 2021-10-04 18:33:15 +00:00
parent 47a20ffa01
commit 3b22a4509f
2 changed files with 3 additions and 3 deletions

View File

@ -321,11 +321,11 @@
content: "\e95b"; content: "\e95b";
} }
.icon-bbb-presentation_off:before { .icon-bbb-presentation_off:before {
content: "\e958"; content: "\e95c";
} }
.icon-bbb-external-video:before { .icon-bbb-external-video:before {
content: "\e959"; content: "\e95d";
} }
.icon-bbb-external-video_off:before { .icon-bbb-external-video_off:before {
content: "\e95a"; content: "\e95e";
} }