mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-23 10:19:23 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e490bc35b8 | ||
|
|
496058cc15 |
10
icons/goal.json
Normal file
10
icons/goal.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"flag",
|
||||||
|
"bullseye"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"gaming"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
icons/goal.svg
Normal file
15
icons/goal.svg
Normal 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="M12 13V2l8 4-8 4" />
|
||||||
|
<path d="M20.55 10.23A9 9 0 1 1 8 4.94" />
|
||||||
|
<path d="M8 10a5 5 0 1 0 8.9 2.02" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 324 B |
@@ -8,9 +8,11 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"planet",
|
"planet",
|
||||||
"space",
|
"space",
|
||||||
"physics"
|
"physics",
|
||||||
|
"satellites",
|
||||||
|
"moons",
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"science"
|
"science"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user