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

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

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="white" 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="white" stroke-width="1.2" stroke-linecap="round"/>
<circle cx="10" cy="13" r="1.25" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 410 B

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

View File

@@ -1,4 +1,4 @@
<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.5 1.75C5.67 1.75 1.75 5.67 1.75 10.5C1.75 15.33 5.67 19.25 10.5 19.25C15.33 19.25 19.25 15.33 19.25 10.5C19.25 5.67 15.33 1.75 10.5 1.75Z" fill="#e58625"/>
<path d="M7 10.5L9.333 12.833L14 8.167" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.5 1.75C5.67 1.75 1.75 5.67 1.75 10.5C1.75 15.33 5.67 19.25 10.5 19.25C15.33 19.25 19.25 15.33 19.25 10.5C19.25 5.67 15.33 1.75 10.5 1.75Z" stroke="#4CAF50" stroke-width="1.8" fill="none"/>
<path d="M6.5 10.5L9.333 13.333L14.5 7.667" stroke="#4CAF50" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
</svg>

Before

Width:  |  Height:  |  Size: 395 B

After

Width:  |  Height:  |  Size: 446 B