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-angry.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-angry.svg')
-rw-r--r-- | src/_icons/mood-angry.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/mood-angry.svg b/src/_icons/mood-angry.svg index 4f0957e9..39da230b 100644 --- a/src/_icons/mood-angry.svg +++ b/src/_icons/mood-angry.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="M8 9l2 1" /> <path d="M16 9l-2 1" /> <path d="M14.5 16.05a3.5 3.5 0 0 0 -5 0" /> |