diff options
author | codecalm <codecalm@gmail.com> | 2020-10-26 12:24:22 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-26 12:24:22 +0100 |
commit | e058caa7e84c1adbcae2b6da6f4b567c2f398bb4 (patch) | |
tree | f2cd433f8726faa9682374dd6017941edbedb4da /icons/mood-empty.svg | |
parent | 1 new icons: `lock-access` (diff) | |
download | tabler-icons-e058caa7e84c1adbcae2b6da6f4b567c2f398bb4.tar.xz |
icons pre-build
Diffstat (limited to 'icons/mood-empty.svg')
-rw-r--r-- | icons/mood-empty.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/icons/mood-empty.svg b/icons/mood-empty.svg new file mode 100644 index 00000000..f4307823 --- /dev/null +++ b/icons/mood-empty.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-mood-empty" 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" /> + <line x1="9" y1="10" x2="9.01" y2="10" /> + <line x1="15" y1="10" x2="15.01" y2="10" /> + <line x1="9" y1="15" x2="15" y2="15" /> +</svg> + + |