diff options
author | codecalm <codecalm@gmail.com> | 2021-04-18 16:17:10 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-04-18 16:17:10 +0200 |
commit | 4e43c6c5713d0f73af405f7b74074d70634626c1 (patch) | |
tree | 0c9d689eb8aafb51338c35b29965f2b1c01fb85d /src/_icons/milk.svg | |
parent | javascript icon #99 (diff) | |
download | tabler-icons-4e43c6c5713d0f73af405f7b74074d70634626c1.tar.xz |
food icons: bottle, cookie, milk, sausage
Diffstat (limited to 'src/_icons/milk.svg')
-rw-r--r-- | src/_icons/milk.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/milk.svg b/src/_icons/milk.svg new file mode 100644 index 00000000..43e4d538 --- /dev/null +++ b/src/_icons/milk.svg @@ -0,0 +1,9 @@ +--- +category: Food +--- +<svg> + <path d="M8 6h8v-2a1 1 0 0 0 -1 -1h-6a1 1 0 0 0 -1 1v2z" /> + <path d="M16 6l1.094 1.759a6 6 0 0 1 .906 3.17v8.071a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8.071a6 6 0 0 1 .906 -3.17l1.094 -1.759" /> + <circle cx="12" cy="16" r="2" /> + <path d="M10 10h4" /> +</svg> |