diff options
author | codecalm <codecalm@gmail.com> | 2021-04-26 23:35:33 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-04-26 23:35:33 +0200 |
commit | c3dabe1eff9baf8d60fd5c4fe038c68a82b5b421 (patch) | |
tree | d7738911e19e2233dd4da56fa37ee5058bd4dea1 /src/_icons/dog-bowl.svg | |
parent | new version fix (diff) | |
download | tabler-icons-c3dabe1eff9baf8d60fd5c4fe038c68a82b5b421.tar.xz |
18 new icons: `ad-2`, `angle`, `apple`, `border-style-2`, `box-model-2`, `brand-vercel`, `car-crane`, `cheese`, `crane`, `cup`, `dog-bowl`, `fence`, `fish`, `microphone-2`, `radio`, `soup`, `transfer-in`, `transfer-out`
Fixed icons: `ad`, `border-style`
Diffstat (limited to 'src/_icons/dog-bowl.svg')
-rw-r--r-- | src/_icons/dog-bowl.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/dog-bowl.svg b/src/_icons/dog-bowl.svg new file mode 100644 index 00000000..91323ba8 --- /dev/null +++ b/src/_icons/dog-bowl.svg @@ -0,0 +1,8 @@ +--- +category: Food +--- +<svg> + <path d="M10 15l5.586-5.585A2 2 0 1 1 19 8a2 2 0 1 1-1.413 3.414L14 15"/> + <path d="M12 13L8.414 9.415A2 2 0 1 0 5 8a2 2 0 1 0 1.413 3.414L10 15"/> + <path d="M3 20h18c-.175-1.671-.046-3.345-2-5H5c-1.333 1-2 2.667-2 5z"/> +</svg> |