From f57c475bcc955cad9a866dc335cd11f9fddf9fff Mon Sep 17 00:00:00 2001 From: codecalm <codecalm@gmail.com> Date: Tue, 6 Oct 2020 02:13:40 +0200 Subject: `sthetoscope` fix --- src/_icons/sthetoscope.svg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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> -- cgit v1.2.1