diff options
Diffstat (limited to 'src/icons/glass.svg')
-rw-r--r-- | src/icons/glass.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/glass.svg b/src/icons/glass.svg new file mode 100644 index 00000000..82515961 --- /dev/null +++ b/src/icons/glass.svg @@ -0,0 +1,11 @@ +--- +category: Food +tags: [wine, cup, goblet] +version: "1.0" +unicode: "eab8" +--- +<svg> + <line x1="8" y1="21" x2="16" y2="21" /> + <line x1="12" y1="15" x2="12" y2="21" /> + <path d="M17 3l1 7c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -7h10z" /> +</svg> |