diff options
Diffstat (limited to 'icons/heart.svg')
-rw-r--r-- | icons/heart.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icons/heart.svg b/icons/heart.svg index ea6ec801..0a1589df 100644 --- a/icons/heart.svg +++ b/icons/heart.svg @@ -1,5 +1,6 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-heart" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> - <path d="M12 20l-7 -7a4 4 0 016.5 -6a.9 .9 0 001 0a4 4 0 016.5 6l-7 7" /> + <rect x="0" y="0" width="24" height="24" stroke="none"></rect> + <path d="M12 20l-7 -7a4 4 0 0 1 6.5 -6a.9 .9 0 0 0 1 0a4 4 0 0 1 6.5 6l-7 7" /> </svg> |