diff options
| author | codecalm <codecalm@gmail.com> | 2020-10-06 02:13:40 +0200 | 
|---|---|---|
| committer | codecalm <codecalm@gmail.com> | 2020-10-06 02:13:40 +0200 | 
| commit | f57c475bcc955cad9a866dc335cd11f9fddf9fff (patch) | |
| tree | c0ccb8c9f88e0d136fa145bc63cd76fee5204fd6 | |
| parent | `view-360` fix (diff) | |
| download | tabler-icons-f57c475bcc955cad9a866dc335cd11f9fddf9fff.tar.xz | |
`sthetoscope` fix
| -rw-r--r-- | src/_icons/sthetoscope.svg | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/src/_icons/sthetoscope.svg b/src/_icons/sthetoscope.svg index 07420627..96cd3695 100644 --- a/src/_icons/sthetoscope.svg +++ b/src/_icons/sthetoscope.svg @@ -1,8 +1,9 @@  ---  ---  <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-1h0" />    <path d="M8 15a6 6 0 1 0 12 0v-3" /> -  <line x1="11" y1="3" x2="11" y2="5" /> -  <line x1="6" y1="3" x2="6" y2="5" /> +  <path  d="M11 3v2" /> +  <path  d="M6 3v2" />    <circle cx="20" cy="10" r="2" />  </svg> | 
