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,4 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 1.667L3.333 4.167V9.167C3.333 13.75 6.217 18.017 10 18.333C13.783 18.017 16.667 13.75 16.667 9.167V4.167L10 1.667Z" stroke="#00293D" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7 10L9 12L13 8" stroke="#00293D" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 428 B