diff options
author | codecalm <codecalm@gmail.com> | 2021-04-27 00:14:39 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-04-27 00:14:39 +0200 |
commit | fb0a9239b7f75c141edf0502255115f9e7efe1d9 (patch) | |
tree | fd03ac176261652eddfbd2d867f73a848c523763 /src/_icons/cup.svg | |
parent | 18 new icons: `ad-2`, `angle`, `apple`, `border-style-2`, `box-model-2`, `bra... (diff) | |
download | tabler-icons-fb0a9239b7f75c141edf0502255115f9e7efe1d9.tar.xz |
Release 1.41.0v1.41.0
Diffstat (limited to 'src/_icons/cup.svg')
-rw-r--r-- | src/_icons/cup.svg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/_icons/cup.svg b/src/_icons/cup.svg index d2f28eac..4911afb6 100644 --- a/src/_icons/cup.svg +++ b/src/_icons/cup.svg @@ -2,8 +2,8 @@ category: Food --- <svg> - <path d="M5 11h14V8H5z"/> - <path d="M17.5 11L16 21H8L6.5 11"/> - <path d="M6 8V7a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1"/> - <path d="M15 5V3"/> + <path d="M5 11h14v-3h-14z" /> + <path d="M17.5 11l-1.5 10h-8l-1.5 -10" /> + <path d="M6 8v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1" /> + <path d="M15 5v-2" /> </svg> |