diff options
author | codecalm <codecalm@gmail.com> | 2022-08-16 23:25:35 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-16 23:25:35 +0200 |
commit | 97dca14d829028059b727772fdc07a8bad7ecdf8 (patch) | |
tree | 1b9b1a0b5bb3bf97e37c4a9937b585a018bfbf17 /src | |
parent | Fixed icons: `mood-tongue-wink-2` (diff) | |
download | tabler-icons-97dca14d829028059b727772fdc07a8bad7ecdf8.tar.xz |
Fixed icons: `mood-tongue-wink-2`
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/mood-tongue-wink-2.svg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/_icons/mood-tongue-wink-2.svg b/src/_icons/mood-tongue-wink-2.svg index 48dd2139..1e7a0280 100644 --- a/src/_icons/mood-tongue-wink-2.svg +++ b/src/_icons/mood-tongue-wink-2.svg @@ -1,8 +1,11 @@ --- +category: Mood +version: "1.83" +unicode: "f2e9" --- <svg> <circle cx="12" cy="12" r="9" /> - <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="M15 10h-.01" /> <path d="M10 14v2a2 2 0 1 0 4 0v-2m1.5 0h-7" /> <path d="M7 10c.5 -1 2.5 -1 3 0" /> |