Change fill color of theme SVG files

This commit is contained in:
Helen Chong 2024-06-22 02:00:38 +08:00
parent 85225b18ae
commit ad43f68e33
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#1F1F23" fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#fceaff" fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"/></svg>

Before

Width:  |  Height:  |  Size: 263 B

After

Width:  |  Height:  |  Size: 263 B

View File

@ -1,4 +1,4 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0, 0, 22, 22">
<path d="M7.967,15.964 C3.548,15.964 -0.033,12.383 -0.033,7.964 C-0.033,3.546 3.548,-0.036 7.967,-0.036 C12.385,-0.036 15.967,3.546 15.967,7.964 C15.967,12.383 12.385,15.964 7.967,15.964 z M7.967,12.964 C10.728,12.964 12.967,10.726 12.967,7.964 C12.967,5.203 10.728,2.964 7.967,2.964 C5.205,2.964 2.967,5.203 2.967,7.964 C2.967,10.726 5.205,12.964 7.967,12.964 z z" fill="#1F1F23"/>
<path d="M18.624,21.45 L11.552,14.379 L14.381,11.55 L21.452,18.621 C22.233,19.402 22.233,20.669 21.452,21.45 C20.671,22.231 19.405,22.231 18.624,21.45 z" fill="#1F1F23"/>
<path d="M7.967,15.964 C3.548,15.964 -0.033,12.383 -0.033,7.964 C-0.033,3.546 3.548,-0.036 7.967,-0.036 C12.385,-0.036 15.967,3.546 15.967,7.964 C15.967,12.383 12.385,15.964 7.967,15.964 z M7.967,12.964 C10.728,12.964 12.967,10.726 12.967,7.964 C12.967,5.203 10.728,2.964 7.967,2.964 C5.205,2.964 2.967,5.203 2.967,7.964 C2.967,10.726 5.205,12.964 7.967,12.964 z z" fill="#fceaff"/>
<path d="M18.624,21.45 L11.552,14.379 L14.381,11.55 L21.452,18.621 C22.233,19.402 22.233,20.669 21.452,21.45 C20.671,22.231 19.405,22.231 18.624,21.45 z" fill="#fceaff"/>
</svg>

Before

Width:  |  Height:  |  Size: 638 B

After

Width:  |  Height:  |  Size: 638 B