blob: 6f59b1d29070153118b2d129c15cf3a9a47b3c3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
tags: [candy, food, sweet, halloween, dessert, sugar]
version: "1.50"
---
<svg>
<circle cx="14" cy="10" r="7" />
<path d="M21 10a3.5 3.5 0 0 0 -7 0" />
<path d="M14 10a3.5 3.5 0 0 1 -7 0" />
<path d="M14 17a3.5 3.5 0 0 0 0 -7" />
<path d="M14 3a3.5 3.5 0 0 0 0 7" />
<path d="M3 21l6 -6" />
</svg>
|