diff options
author | codecalm <codecalm@gmail.com> | 2020-10-09 01:16:40 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-09 01:16:40 +0200 |
commit | 025bd045b7b27526ed04005023cd140007e673ec (patch) | |
tree | f333bd33ccaa415b86b9f3533297dd270d1f79fc /src/_icons/stethoscope.svg | |
parent | Release 1.34.0 (diff) | |
download | tabler-icons-025bd045b7b27526ed04005023cd140007e673ec.tar.xz |
`stethoscope` icon fix
Diffstat (limited to 'src/_icons/stethoscope.svg')
-rw-r--r-- | src/_icons/stethoscope.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/stethoscope.svg b/src/_icons/stethoscope.svg new file mode 100644 index 00000000..5f7f8106 --- /dev/null +++ b/src/_icons/stethoscope.svg @@ -0,0 +1,10 @@ +--- +version: 1.33 +--- +<svg> + <path d="M6 4h-1a2 2 0 0 0 -2 2v3.5h0a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1" /> + <path d="M8 15a6 6 0 1 0 12 0v-3" /> + <path d="M11 3v2" /> + <path d="M6 3v2" /> + <circle cx="20" cy="10" r="2" /> +</svg> |