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="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="4.167" y="8.333" width="11.667" height="9.167" rx="2" stroke="#00293D" stroke-width="1.2"/>
<path d="M6.667 8.333V5.833C6.667 3.992 8.159 2.5 10 2.5C11.841 2.5 13.333 3.992 13.333 5.833V8.333" stroke="#00293D" stroke-width="1.2" stroke-linecap="round"/>
<circle cx="10" cy="13" r="1.25" fill="#00293D"/>
</svg>

After

Width:  |  Height:  |  Size: 416 B