feat: adding icons

This commit is contained in:
2025-06-03 18:00:37 +01:00
parent 19a967c564
commit aa287bbd41
32262 changed files with 335123 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1">
<rect fill="#bcbcbc" width="40" height="40" x="-44" y="-44" rx="2" ry="2" transform="matrix(0,-1,-1,0,0,0)"/>
<path fill="#fff" opacity=".2" d="m6 4c-1.108 0-2 0.892-2 2v1c0-1.108 0.892-2 2-2h36c1.108 0 2 0.892 2 2v-1c0-1.108-0.892-2-2-2h-36z"/>
<g fill="#5d5d5d">
<rect width="18" height="10" x="5" y="32" rx="2" ry="2"/>
<rect width="18" height="10" x="25" y="32" rx="2" ry="2"/>
<rect width="6" height="1" x="37" y="10"/>
<rect width="6" height="1" x="37" y="13"/>
<rect width="6" height="1" x="37" y="16"/>
<rect width="6" height="1" x="37" y="19"/>
<rect width="6" height="1" x="37" y="22"/>
<rect width="6" height="1" x="37" y="25"/>
</g>
<path opacity=".2" d="m4 42v1c0 1.108 0.892 2 2 2h36c1.108 0 2-0.892 2-2v-1c0 1.108-0.892 2-2 2h-36c-1.108 0-2-0.892-2-2z"/>
</svg>

After

Width:  |  Height:  |  Size: 874 B