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 = """
-
+
+
+
+
""";
}