diff options
author | codecalm <codecalm@gmail.com> | 2022-08-16 22:54:11 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-16 22:54:11 +0200 |
commit | 02009470fe7be2de80b1c737aa03983c95944e10 (patch) | |
tree | 43e44d2b1931b395d5b310a4c6ae8a7d491ae3ed /src/_icons/mood-sick.svg | |
parent | 18 new icons: `mood-angry`, `mood-annoyed-2`, `mood-annoyed`, `mood-nerd`, `m... (diff) | |
download | tabler-icons-02009470fe7be2de80b1c737aa03983c95944e10.tar.xz |
icons fixes
Diffstat (limited to 'src/_icons/mood-sick.svg')
-rw-r--r-- | src/_icons/mood-sick.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/mood-sick.svg b/src/_icons/mood-sick.svg index bc3f54bf..45adb2e5 100644 --- a/src/_icons/mood-sick.svg +++ b/src/_icons/mood-sick.svg @@ -2,7 +2,7 @@ category: Mood --- <svg> - <circle transform="matrix(-1 0 0 1 24 0)" cx="12" cy="12" r="9" /> + <path d="M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" /> <path d="M9 10h-.01" /> <path d="M15 10h-.01" /> <path d="M8 16l1 -1l1.5 1l1.5 -1l1.5 1l1.5 -1l1 1" /> |