diff options
author | codecalm <codecalm@gmail.com> | 2022-08-16 23:44:02 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-16 23:44:02 +0200 |
commit | 8b2b159c25849bf2bd8dcc473525051c2d90c3a2 (patch) | |
tree | c50b50de42c74f824fba47953fa8af0d8d793c55 /icons | |
parent | Fixed icons: `mood-tongue-wink-2` (diff) | |
download | tabler-icons-8b2b159c25849bf2bd8dcc473525051c2d90c3a2.tar.xz |
Release 1.83.1v1.83.1
Diffstat (limited to 'icons')
-rw-r--r-- | icons/mood-tongue-wink-2.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icons/mood-tongue-wink-2.svg b/icons/mood-tongue-wink-2.svg index 16339e3e..c786c6e9 100644 --- a/icons/mood-tongue-wink-2.svg +++ b/icons/mood-tongue-wink-2.svg @@ -1,9 +1,9 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-mood-tongue-wink-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"/> <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 14l4 2a2 2 0 1 1 -4 0v-2z" /> + <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" /> </svg> |