Iteam cleanup + less migration

This commit is contained in:
2026-03-07 19:18:03 +01:00
parent 97cd50ed12
commit c6f7a9e966
60 changed files with 1633 additions and 851 deletions
+14
View File
@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="8" fill="#0e0800"/>
<!-- Chain links -->
<!-- Left chain link -->
<ellipse cx="18" cy="26" rx="8" ry="5" fill="none" stroke="#aa8833" stroke-width="3" transform="rotate(-30 18 26)"/>
<!-- Right chain link -->
<ellipse cx="46" cy="26" rx="8" ry="5" fill="none" stroke="#aa8833" stroke-width="3" transform="rotate(30 46 26)"/>
<!-- Center link -->
<ellipse cx="32" cy="28" rx="8" ry="5" fill="none" stroke="#aa8833" stroke-width="3"/>
<!-- Shackle bar -->
<line x1="14" y1="42" x2="50" y2="42" stroke="#aa8833" stroke-width="3.5" stroke-linecap="round"/>
<circle cx="14" cy="42" r="5" fill="none" stroke="#aa8833" stroke-width="3"/>
<circle cx="50" cy="42" r="5" fill="none" stroke="#aa8833" stroke-width="3"/>
</svg>

After

Width:  |  Height:  |  Size: 834 B