diff options
Diffstat (limited to 'src/_icons/mood-empty.svg')
-rw-r--r-- | src/_icons/mood-empty.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_icons/mood-empty.svg b/src/_icons/mood-empty.svg new file mode 100644 index 00000000..e24016e8 --- /dev/null +++ b/src/_icons/mood-empty.svg @@ -0,0 +1,11 @@ +--- +tags: [face, emoji, emotion] +category: Mood +version: 1.0 +--- +<svg> + <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> |