From 2bb7d86e63a8f6dceb7c5f7b081d5f629ba267fe Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Tue, 16 Jun 2026 00:37:20 -0400 Subject: [PATCH] =?UTF-8?q?fix(icons):=20strip=20outer=20=20wrapper?= =?UTF-8?q?=20from=20LavaLamp=20=E2=80=94=20MudBlazor=20supplies=20its=20o?= =?UTF-8?q?wn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DeepDrftShared.Client/Common/DDIcons.cs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DeepDrftShared.Client/Common/DDIcons.cs b/DeepDrftShared.Client/Common/DDIcons.cs index 38f1e02..271a28f 100644 --- a/DeepDrftShared.Client/Common/DDIcons.cs +++ b/DeepDrftShared.Client/Common/DDIcons.cs @@ -24,17 +24,17 @@ public static class DDIcons """; /// - /// Lava lamp - the Mix visualizer settings glyph. Tapered base, tall rounded glass vessel, a cap, - /// and three suspended blobs at varied heights. The silhouette is currentColor so it themes with - /// its context (Color.Secondary tint, light/dark). The blobs carry a warm two-tone accent à la the - /// gas-lamp flame so the lamp reads as "lit" at icon size; the silhouette still tints with context. + /// Lava lamp - the Mix visualizer settings glyph. Inner path/shape markup for MudBlazor's Icon= slot + /// (no outer <svg> wrapper — MudBlazor supplies that). Tapered base, tall rounded glass vessel, + /// a cap, and three suspended blobs at varied heights. The silhouette is currentColor so it themes + /// with its context (Color.Secondary tint, light/dark). The blobs carry a warm two-tone accent à la + /// the gas-lamp flame so the lamp reads as "lit" at icon size; coordinates are in the 24×24 space + /// that matches MudBlazor's viewBox="0 0 24 24" wrapper. /// public const string LavaLamp = """ - - - - - - + + + + """; }