diff options
author | codecalm <codecalm@gmail.com> | 2020-10-15 18:09:19 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-15 18:09:19 +0200 |
commit | cc22ad9b1fc48aa10561eda05e7245205c4e9967 (patch) | |
tree | f97ccc690a4ce83d25a9f93d295e0917d96f7e44 /src/_icons/glass.svg | |
parent | icons tags (diff) | |
download | tabler-icons-cc22ad9b1fc48aa10561eda05e7245205c4e9967.tar.xz |
icons optimize
Diffstat (limited to 'src/_icons/glass.svg')
-rw-r--r-- | src/_icons/glass.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/glass.svg b/src/_icons/glass.svg index fbe9c72f..d6a0ed13 100644 --- a/src/_icons/glass.svg +++ b/src/_icons/glass.svg @@ -3,7 +3,7 @@ tags: [wine, cup, goblet] version: 1.0 --- <svg> - <path d="M8 21h8"/> - <path d="M12 15v6"/> - <path d="M17 3l1 7c0 3.012-2.686 5-6 5s-6-1.988-6-5l1-7h10z"/> + <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> |