diff options
author | codecalm <codecalm@gmail.com> | 2020-03-26 23:34:48 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-26 23:34:48 +0100 |
commit | e6edb5a2ee820f3bef61d6b93885ee2b155b3838 (patch) | |
tree | 0a3d3cd4f6ee086121ad923da0dee66c43fa63bd /src/_icons | |
parent | icon ghost (diff) | |
download | tabler-icons-e6edb5a2ee820f3bef61d6b93885ee2b155b3838.tar.xz |
ghost icon fix
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/ghost.svg | 6 |
1 files changed, 3 insertions, 3 deletions
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> |