From e6edb5a2ee820f3bef61d6b93885ee2b155b3838 Mon Sep 17 00:00:00 2001 From: codecalm <codecalm@gmail.com> Date: Thu, 26 Mar 2020 23:34:48 +0100 Subject: ghost icon fix --- src/_icons/ghost.svg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/_icons') diff --git a/src/_icons/ghost.svg b/src/_icons/ghost.svg index 9853ee12..ff5a5bca 100644 --- a/src/_icons/ghost.svg +++ b/src/_icons/ghost.svg @@ -2,7 +2,7 @@ --- <svg> <path d="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" /> - <path d="M10 14a3 3 0 0 0 4 0" /> - <line x1="10" y1="10" x2="10" y2="10.01" /> - <line x1="14" y1="10" x2="14" y2="10.01" /> + <line x1="10" y1="10" x2="10.01" y2="10" /> + <line x1="14" y1="10" x2="14.01" y2="10" /> + <path d="M10 14a3.5 3.5 0 0 0 4 0" /> </svg> -- cgit v1.2.1