Reorganize the menu bar and add additional commands to it

This commit is contained in:
Keavon Chambers
2025-02-28 17:07:32 -08:00
parent fd81d043a2
commit ddb0c8c249
10 changed files with 337 additions and 99 deletions

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<path d="M15,7v-3c0-.55-.45-1-1-1H6l-1-1H1c-.55,0-1,.45-1,1v10c0,.55.45,1,1,1h12.28c.45-.01.84-.31.96-.74l1.76-6.26h-1zM14,7h-6l-1,1H3l-2,4V3h3.59l1,1h8.41v3z" />
</svg>

After

Width:  |  Height:  |  Size: 232 B

View File

@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<polygon points="4,14 4,13 3,13 3,15 5,15 5,14" />
<polygon points="13,13 13,14 12,14 12,15 14,15 14,13" />
<polygon points="5,1 3,1 3,3 4,3 4,2 5,2" />
<polygon points="12,1 12,2 13,2 13,3 14,3 14,1" />
<rect x="3" y="5" width="1" height="2" />
<rect x="13" y="5" width="1" height="2" />
<rect x="13" y="9" width="1" height="2" />
<rect x="3" y="9" width="1" height="2" />
<rect x="7" y="14" width="3" height="1" />
<rect x="7" y="1" width="3" height="1" />
<polygon points="8.5,4 6,7 8,7 8,11 9,11 9,7 11,7" />
</svg>

After

Width:  |  Height:  |  Size: 592 B

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<path d="M0,11v5s12,0,12,0v-4h4s0-12,0-12h-5s0,11,0,11H0zM12,11V1h3v10h-3z" />
<path d="M9,1.7V.3c-3.25,0-5.92,2.52-6.17,5.7h-1.83l2.5,3,2.5-3h-1.75c.25-2.41,2.27-4.3,4.75-4.3z" />
</svg>

After

Width:  |  Height:  |  Size: 251 B

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<path d="M5,11V0H0v12h4v4h12v-5H5zM1,11V1h3v10H1z" />
<path d="M7,1.7V.3c3.25,0,5.92,2.52,6.17,5.7h1.83s-2.5,3-2.5,3l-2.5-3h1.75c-.25-2.41-2.27-4.3-4.75-4.3z" />
</svg>

After

Width:  |  Height:  |  Size: 232 B