New icon for emojis in toots
Needs to be updated to medium icon size
This commit is contained in:
parent
9e31fa771c
commit
e30f0c40fa
1 changed files with 12 additions and 0 deletions
12
qml/images/emojiselect.svg
Normal file
12
qml/images/emojiselect.svg
Normal file
|
@ -0,0 +1,12 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||||
<title>emoji</title>
|
||||
<g>
|
||||
<rect width="32" height="32" fill="#fff" fill-opacity="0"/>
|
||||
<path d="M16,28A12,12,0,1,1,28,16,12,12,0,0,1,16,28ZM16,6A10,10,0,1,0,26,16,10,10,0,0,0,16,6Z" fill="#fff" opacity="0.4" style="isolation: isolate"/>
|
||||
<g>
|
||||
<circle cx="11.5" cy="13.4" r="2" fill="#fff"/>
|
||||
<circle cx="20.5" cy="13.4" r="2" fill="#fff"/>
|
||||
</g>
|
||||
<path d="M10.4,18.9A6.87,6.87,0,0,0,16,22.3a6.28,6.28,0,0,0,5.6-3.5" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="2"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 623 B |
Loading…
Reference in a new issue