Worldshaper/content/Images/chat_bubble.svg

14 lines
698 B
XML
Raw Permalink Normal View History

2026-06-26 18:18:14 -04:00
<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>