9 lines
493 B
XML
9 lines
493 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#cba6f7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<!-- Git commit style -->
|
|
<circle cx="12" cy="12" r="4" fill="#313244" stroke="#a6e3a1"/>
|
|
<line x1="12" y1="2" x2="12" y2="8" stroke="#cba6f7"/>
|
|
<line x1="12" y1="16" x2="12" y2="22" stroke="#cba6f7"/>
|
|
<!-- Checkmark inside -->
|
|
<polyline points="9.5 12 11 13.5 14.5 10" stroke="#a6e3a1" stroke-width="1.5" fill="none"/>
|
|
</svg>
|