Refactor: Update tick-circle-icon.svg to use a stroked circle and adjusted tick mark path and styling.

This commit is contained in:
pradeepkumar
2026-02-12 06:03:00 +05:30
parent 4ddb7552db
commit 6be8a314e9
9 changed files with 247 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="9.5" cy="9.5" r="8.5" stroke="#FF0000" stroke-width="1.2"/>
<path d="M9.5 5.5V10.5" stroke="#FF0000" stroke-width="1.2" stroke-linecap="round"/>
<circle cx="9.5" cy="13" r="0.75" fill="#FF0000"/>
</svg>

After

Width:  |  Height:  |  Size: 311 B