From 3c83a83396a4fe3d95a1147f177c719d0311d5c1 Mon Sep 17 00:00:00 2001 From: FrigaT Date: Fri, 24 Apr 2026 11:31:10 +0300 Subject: [PATCH] fix icon --- PlaylistShared.Pwa/Icons/CustomIcons.cs | 7 +++---- PlaylistShared.Pwa/Pages/SharedPlaylistView.razor | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/PlaylistShared.Pwa/Icons/CustomIcons.cs b/PlaylistShared.Pwa/Icons/CustomIcons.cs index cf59335..ee40c89 100644 --- a/PlaylistShared.Pwa/Icons/CustomIcons.cs +++ b/PlaylistShared.Pwa/Icons/CustomIcons.cs @@ -2,7 +2,6 @@ public static class CustomIcons { - // SVG путь для логотипа Яндекса (буква Я в круге или просто Я) - public const string Yandex = "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm.72 15.79h-2.14v-1.58c-.37.49-.87.89-1.48 1.18-.61.29-1.29.44-2.03.44-1.2 0-2.13-.34-2.8-.1-1.02-.66-1.52-1.61-1.52-2.84 0-1.25.43-2.22 1.28-2.91.85-.69 2.05-1.04 3.59-1.04h1.1v-.84c0-.62-.15-1.07-.46-1.34-.31-.27-.79-.41-1.44-.41-.53 0-1.02.08-1.48.24-.46.16-.9.41-1.32.74v-1.8c.48-.25 1.01-.45 1.58-.59.57-.14 1.15-.21 1.74-.21 1.45 0 2.53.33 3.23 1 .7.67 1.05 1.66 1.05 2.97v6.29zm-2.14-5.18h-.9c-.8 0-1.4.15-1.8.44-.4.29-.6.74-.6 1.34 0 .55.16.96.48 1.23.32.27.76.41 1.32.41.51 0 .97-.13 1.37-.39.4-.26.6-.64.6-1.14v-1.89z"; -} - + public const string Yandex = @""; + public const string YandexMusic = ""; +} \ No newline at end of file diff --git a/PlaylistShared.Pwa/Pages/SharedPlaylistView.razor b/PlaylistShared.Pwa/Pages/SharedPlaylistView.razor index b2b9dd2..4564450 100644 --- a/PlaylistShared.Pwa/Pages/SharedPlaylistView.razor +++ b/PlaylistShared.Pwa/Pages/SharedPlaylistView.razor @@ -46,7 +46,7 @@ OnClick="SharePlaylist" Size="Size.Medium" /> - @@ -133,7 +133,7 @@ OnClick="SharePlaylist" Label="Поделиться" /> -