Initial import

This commit is contained in:
Andraxion 2026-06-26 18:18:14 -04:00
commit ab891a315c
773 changed files with 257255 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16" shape-rendering="crispEdges">
<!-- Chat bubble body -->
<rect x="1" y="1" width="13" height="9" rx="2" ry="2" fill="#b9d4ff" />
<rect x="2" y="2" width="11" height="7" rx="1" ry="1" fill="#daeeff" />
<!-- Bubble tail -->
<rect x="3" y="10" width="2" height="1" fill="#b9d4ff" />
<rect x="2" y="11" width="2" height="1" fill="#b9d4ff" />
<rect x="1" y="12" width="2" height="1" fill="#b9d4ff" />
<!-- Text dots -->
<rect x="4" y="5" width="2" height="2" fill="#4a7cc7" />
<rect x="7" y="5" width="2" height="2" fill="#4a7cc7" />
<rect x="10" y="5" width="2" height="2" fill="#4a7cc7" />
</svg>

After

Width:  |  Height:  |  Size: 698 B

View file

@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" shape-rendering="crispEdges">
<rect width="16" height="16" fill="none"/>
<rect x="2" y="1" width="10" height="14" rx="1" fill="#f4e8c6" stroke="#1b2740" stroke-width="1"/>
<rect x="3" y="3" width="8" height="1" fill="#89a7d8"/>
<rect x="3" y="5" width="6" height="1" fill="#89a7d8"/>
<rect x="3" y="7" width="5" height="1" fill="#89a7d8"/>
<rect x="3" y="9" width="4" height="1" fill="#89a7d8"/>
<rect x="11" y="8" width="2" height="6" transform="rotate(45 12 11)" fill="#ffd166" stroke="#1b2740" stroke-width="1"/>
<rect x="10" y="11" width="2" height="3" transform="rotate(45 11 12.5)" fill="#ff7b72" stroke="#1b2740" stroke-width="1"/>
<rect x="13" y="6" width="2" height="2" transform="rotate(45 14 7)" fill="#f8f8f8" stroke="#1b2740" stroke-width="1"/>
</svg>

After

Width:  |  Height:  |  Size: 843 B

View file

@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16" shape-rendering="crispEdges">
<!-- Top arrow: left to right -->
<rect x="2" y="3" width="9" height="2" fill="#ffe08a" />
<rect x="9" y="2" width="2" height="1" fill="#ffe08a" />
<rect x="10" y="2" width="2" height="1" fill="#ffe08a" />
<rect x="11" y="3" width="2" height="2" fill="#ffe08a" />
<rect x="10" y="5" width="2" height="1" fill="#ffe08a" />
<rect x="9" y="5" width="2" height="1" fill="#ffe08a" />
<!-- Bottom arrow: right to left -->
<rect x="5" y="10" width="9" height="2" fill="#7bd4a8" />
<rect x="5" y="10" width="2" height="1" fill="#7bd4a8" />
<rect x="4" y="10" width="2" height="1" fill="#7bd4a8" />
<rect x="2" y="10" width="2" height="2" fill="#7bd4a8" />
<rect x="4" y="12" width="2" height="1" fill="#7bd4a8" />
<rect x="5" y="12" width="2" height="1" fill="#7bd4a8" />
</svg>

After

Width:  |  Height:  |  Size: 921 B