diff options
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" /> |