diff options
Diffstat (limited to 'icons/ice-cream.svg')
-rw-r--r-- | icons/ice-cream.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icons/ice-cream.svg b/icons/ice-cream.svg index 5237525c..b50bbd16 100644 --- a/icons/ice-cream.svg +++ b/icons/ice-cream.svg @@ -1,7 +1,8 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-ice-cream" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <rect x="0" y="0" width="24" height="24" stroke="none"></rect> <line x1="4" y1="20" x2="8" y2="16" /> <line x1="5" y1="13" x2="11" y2="19" /> - <path d="M11 19l7 -7a4 4 0 00-6 -6l-7 7" /> + <path d="M11 19l7 -7a4 4 0 0 0 -6 -6l-7 7" /> </svg> |