diff options
Diffstat (limited to 'src')
-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> |