fix(DDIcons): correct Waveform doc-comment bar count from seven to six

This commit is contained in:
daniel-c-harvey
2026-06-17 18:09:44 -04:00
parent 6ecc7f1f37
commit 5614bbefad
+1 -1
View File
@@ -25,7 +25,7 @@ public static class DDIcons
/// <summary>
/// Audio waveform — outline variant, shown when the waveform subsystem is OFF.
/// Seven vertical bars of varying height centred on a 24×24 viewBox, evoking a
/// Six vertical bars of varying height centred on a 24×24 viewBox, evoking a
/// classic sound-wave / spectrum display. Uses currentColor so it themes freely.
/// Inner markup only — no outer &lt;svg&gt; wrapper; MudBlazor supplies viewBox="0 0 24 24".
/// </summary>