diff options
Diffstat (limited to 'src/_icons/ice-cream.svg')
-rw-r--r-- | src/_icons/ice-cream.svg | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/_icons/ice-cream.svg b/src/_icons/ice-cream.svg index fbd142b8..4cfe945e 100644 --- a/src/_icons/ice-cream.svg +++ b/src/_icons/ice-cream.svg @@ -3,7 +3,8 @@ tags: [candy, dessert, frozen, sweet] version: 1.0 --- <svg> - <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> |