diff options
author | codecalm <codecalm@gmail.com> | 2022-08-16 23:17:13 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-16 23:17:13 +0200 |
commit | 0abe412a34b645adcc3d1414279b4944271f9b48 (patch) | |
tree | 4b61b23873e55743729d4c6a738a08492aff9437 | |
parent | Release 1.83.0 (diff) | |
download | tabler-icons-0abe412a34b645adcc3d1414279b4944271f9b48.tar.xz |
Fixed icons: `mood-tongue-wink-2`
-rw-r--r-- | src/_icons/mood-tongue-wink-2.svg | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/_icons/mood-tongue-wink-2.svg b/src/_icons/mood-tongue-wink-2.svg index 0aaba11a..48dd2139 100644 --- a/src/_icons/mood-tongue-wink-2.svg +++ b/src/_icons/mood-tongue-wink-2.svg @@ -1,12 +1,9 @@ --- -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="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> |