diff options
Diffstat (limited to 'icons/ice-cream.svg')
-rw-r--r-- | icons/ice-cream.svg | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/icons/ice-cream.svg b/icons/ice-cream.svg index 07a7e061..781affbc 100644 --- a/icons/ice-cream.svg +++ b/icons/ice-cream.svg @@ -1,8 +1,9 @@ <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"> <path stroke="none" d="M0 0h24v24H0z" fill="none"/> - <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 0 0 -6 -6l-7 7" /> + <path d="M12 21.5v-4.5" /> + <path d="M8 17h8v-10a4 4 0 1 0 -8 0v10z" /> + <path d="M8 10.5l8 -3.5" /> + <path d="M8 14.5l8 -3.5" /> </svg> |