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