Fix duplicate icon assignment

This commit is contained in:
Jordan Wages 2025-07-19 03:58:41 -05:00
commit 4017b4ab72
211 changed files with 782 additions and 6 deletions

4
static/icons/server.svg Normal file
View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" data-attribution="cc0-icons" viewBox="0 0 24 24">
<path d="M19.778 13.5H4.222A2.222 2.222 0 0 0 2 15.722v3.556c0 1.227.995 2.222 2.222 2.222h15.556A2.222 2.222 0 0 0 22 19.278v-3.556a2.222 2.222 0 0 0-2.222-2.222Zm0-11H4.222A2.222 2.222 0 0 0 2 4.722v3.556c0 1.227.995 2.222 2.222 2.222h15.556A2.222 2.222 0 0 0 22 8.278V4.722A2.222 2.222 0 0 0 19.778 2.5Z"/>
<path fill="#000" d="M6.5 7a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm0 11a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z"/>
</svg>

After

Width:  |  Height:  |  Size: 632 B