Bringing in icons to use and the theme turned into gray only.

This commit is contained in:
Zed A. Shaw 2025-08-12 12:52:02 -04:00
parent 0b40ef0125
commit 25c96a8c3a
873 changed files with 14231 additions and 21 deletions

20
static/icons/slack.svg Normal file
View file

@ -0,0 +1,20 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<rect x="13" y="2" width="3" height="8" rx="1.5" />
<path d="M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5" />
<rect x="8" y="14" width="3" height="8" rx="1.5" />
<path d="M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5" />
<rect x="14" y="13" width="8" height="3" rx="1.5" />
<path d="M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5" />
<rect x="2" y="8" width="8" height="3" rx="1.5" />
<path d="M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5" />
</svg>

After

Width:  |  Height:  |  Size: 628 B