fixed use icon pin in assets

This commit is contained in:
Warunee Tamkoo 2026-05-01 10:50:13 +07:00
parent 4d821b0ab6
commit ac18c0f932
5 changed files with 16 additions and 5 deletions

View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none">
<path d="M12 2c-3.866 0-7 3.134-7 7 0 5.25 7 13 7 13s7-7.75 7-13c0-3.866-3.134-7-7-7Z" fill="#1E88E5"/>
<circle cx="12" cy="9" r="3" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 254 B

View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none">
<path d="M12 2c-3.866 0-7 3.134-7 7 0 5.25 7 13 7 13s7-7.75 7-13c0-3.866-3.134-7-7-7Z" fill="#E53935"/>
<circle cx="12" cy="9" r="3" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 254 B