mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 22:47:42 +01:00
* Add vote icon (#898) * Update icons/vote.svg Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
committed by
GitHub
parent
de366a1cb0
commit
f2e325264f
13
icons/vote.json
Normal file
13
icons/vote.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"vote",
|
||||||
|
"poll",
|
||||||
|
"ballot",
|
||||||
|
"political",
|
||||||
|
"social"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"social"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
icons/vote.svg
Executable file
15
icons/vote.svg
Executable 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 |
Reference in New Issue
Block a user