diff options
Diffstat (limited to 'src/_icons/ice-cream.svg')
-rw-r--r-- | src/_icons/ice-cream.svg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/_icons/ice-cream.svg b/src/_icons/ice-cream.svg index 7dcb17e5..4cfe945e 100644 --- a/src/_icons/ice-cream.svg +++ b/src/_icons/ice-cream.svg @@ -3,6 +3,8 @@ tags: [candy, dessert, frozen, sweet] version: 1.0 --- <svg> - <path d="M3 21l4 -4" /> - <path d="M10.5 20l8.104 -7.864a4.766 4.766 0 0 0 -6.74 -6.74l-7.864 7.864l6.5 6.74z" /> + <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> |