1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-09 22:00:57 +02:00

2 new icons: mood-kid, mood-suprised

Fixed icons: `mood-tongue`
This commit is contained in:
codecalm
2020-06-01 01:21:32 +02:00
parent fe89e2e9cd
commit 74851f83f7
3 changed files with 20 additions and 1 deletions

10
src/_icons/mood-kid.svg Normal file
View File

@@ -0,0 +1,10 @@
---
tags: [face, emoji, emotion]
---
<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" />
<path d="M9.5 15a3.5 3.5 0 0 0 5 0" />
<path d="M12 3a2 2 0 00 0 4"></path>
</svg>

View File

@@ -0,0 +1,9 @@
---
tags: [face, emoji, emotion]
---
<svg>
<circle cx="12" cy="12" r="9" />
<line x1="9" y1="9" x2="9.01" y2="9" />
<line x1="15" y1="9" x2="15.01" y2="9" />
<circle cx="12" cy="15" r="2" />
</svg>

View File

@@ -5,5 +5,5 @@ tags: [face, emoji, emotion]
<circle cx="12" cy="12" r="9" /> <circle cx="12" cy="12" r="9" />
<line x1="9" y1="10" x2="9.01" y2="10" /> <line x1="9" y1="10" x2="9.01" y2="10" />
<line x1="15" y1="10" x2="15.01" y2="10" /> <line x1="15" y1="10" x2="15.01" y2="10" />
<path d="M10 14v2a2 2 0 0 0 4 0v-2m1 0h-6" /> <path d="M10 14v2a2 2 0 0 0 4 0v-2m1.5 0h-7" />
</svg> </svg>