From e1f16a6179e0f67ede98125545ce022c499335a2 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Mon, 18 Aug 2025 14:28:20 +0200 Subject: [PATCH] ov-components: Update MATERIAL_ICONS_URL to remove unnecessary icon names --- .../lib/components/videoconference/videoconference.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/videoconference/videoconference.component.ts b/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/videoconference/videoconference.component.ts index c0a67b81..75eb3419 100644 --- a/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/videoconference/videoconference.component.ts +++ b/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/videoconference/videoconference.component.ts @@ -88,7 +88,7 @@ export class VideoconferenceComponent implements OnDestroy, AfterViewInit { private static readonly PARTICIPANT_NAME_TIMEOUT_MS = 1000; private static readonly ANIMATION_DURATION_MS = 300; private static readonly MATERIAL_ICONS_URL = - 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined&icon_names=background_replace,keep_off'; + 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined'; private static readonly MATERIAL_ICONS_SELECTOR = 'link[href*="Material+Symbols+Outlined"]'; private static readonly SPINNER_DIAMETER = 50; // *** Toolbar ***