Add vote icon (#898) (#931)

* Add vote icon (#898)
* Update icons/vote.svg

Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
Petros Gasteratos
2023-02-07 10:27:06 +02:00
committed by GitHub
parent de366a1cb0
commit f2e325264f
3 changed files with 35 additions and 0 deletions

13
icons/vote.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [
"vote",
"poll",
"ballot",
"political",
"social"
],
"categories": [
"social"
]
}

15
icons/vote.svg Executable file
View File

@@ -0,0 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m9 12 2 2 4-4" />
<path d="M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z" />
<path d="M22 19H2" />
</svg>

After

Width:  |  Height:  |  Size: 320 B

View File

@@ -4431,6 +4431,13 @@
"sound",
"mute"
],
"vote": [
"vote",
"poll",
"ballot",
"political",
"social"
],
"wallet": [
"money",
"finance",