mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-24 09:19:22 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3449097f77 | ||
|
|
aec41eae39 | ||
|
|
3da3cbc63f |
@@ -1,9 +1,17 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"preserver",
|
||||
"life belt",
|
||||
"lifesaver",
|
||||
"help",
|
||||
"rescue",
|
||||
"ship"
|
||||
"ship",
|
||||
"ring",
|
||||
"raft",
|
||||
"inflatable",
|
||||
"wheel",
|
||||
"donut"
|
||||
],
|
||||
"categories": [
|
||||
"accessibility",
|
||||
|
||||
@@ -10,10 +10,9 @@
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
<path d="m4.93 4.93 4.24 4.24"/>
|
||||
<path d="m14.83 9.17 4.24-4.24"/>
|
||||
<path d="m14.83 14.83 4.24 4.24"/>
|
||||
<path d="m9.17 14.83-4.24 4.24"/>
|
||||
<circle cx="12" cy="12" r="4" />
|
||||
<line x1="4.93" x2="9.17" y1="4.93" y2="9.17" />
|
||||
<line x1="14.83" x2="19.07" y1="14.83" y2="19.07" />
|
||||
<line x1="14.83" x2="19.07" y1="9.17" y2="4.93" />
|
||||
<line x1="14.83" x2="18.36" y1="9.17" y2="5.64" />
|
||||
<line x1="4.93" x2="9.17" y1="19.07" y2="14.83" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 423 B |
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"barcode"
|
||||
"barcode",
|
||||
"scan"
|
||||
],
|
||||
"categories": [
|
||||
"development",
|
||||
|
||||
17
icons/sparkle.json
Normal file
17
icons/sparkle.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"star",
|
||||
"effect",
|
||||
"filter",
|
||||
"night",
|
||||
"magic",
|
||||
"shiny",
|
||||
"glitter",
|
||||
"twinkle",
|
||||
"celebration"
|
||||
],
|
||||
"categories": [
|
||||
"shapes"
|
||||
]
|
||||
}
|
||||
13
icons/sparkle.svg
Normal file
13
icons/sparkle.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<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 3-1.9 5.8a2 2 0 0 1-1.287 1.288L3 12l5.8 1.9a2 2 0 0 1 1.288 1.287L12 21l1.9-5.8a2 2 0 0 1 1.287-1.288L21 12l-5.8-1.9a2 2 0 0 1-1.288-1.287Z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 367 B |
Reference in New Issue
Block a user