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