mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-21 08:19:21 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f05855d1d1 | ||
|
|
6f39d3743a |
@@ -2,12 +2,19 @@
|
|||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
"tags": [
|
"tags": [
|
||||||
"album",
|
"album",
|
||||||
|
"music",
|
||||||
"vinyl",
|
"vinyl",
|
||||||
"record",
|
"record",
|
||||||
"music"
|
"cd",
|
||||||
|
"dvd",
|
||||||
|
"format",
|
||||||
|
"dj",
|
||||||
|
"spin",
|
||||||
|
"rotate",
|
||||||
|
"rpm"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"devices",
|
"devices",
|
||||||
"multimedia"
|
"multimedia"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<circle cx="12" cy="12" r="4" />
|
|
||||||
<circle cx="12" cy="12" r="10" />
|
<circle cx="12" cy="12" r="10" />
|
||||||
<line x1="12" y1="12" x2="12" y2="12.01"/>
|
<circle cx="12" cy="12" r="4" />
|
||||||
|
<path d="M12 12h.01" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 305 B |
20
icons/disc-3.json
Normal file
20
icons/disc-3.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"album",
|
||||||
|
"music",
|
||||||
|
"vinyl",
|
||||||
|
"record",
|
||||||
|
"cd",
|
||||||
|
"dvd",
|
||||||
|
"format",
|
||||||
|
"dj",
|
||||||
|
"spin",
|
||||||
|
"rotate",
|
||||||
|
"rpm"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"devices",
|
||||||
|
"multimedia"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
icons/disc-3.svg
Normal file
16
icons/disc-3.svg
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<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"
|
||||||
|
>
|
||||||
|
<circle cx="12" cy="12" r="10" />
|
||||||
|
<path d="M6 12c0-1.7.7-3.2 1.8-4.2" />
|
||||||
|
<circle cx="12" cy="12" r="2" />
|
||||||
|
<path d="M18 12c0 1.7-.7 3.2-1.8 4.2" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 363 B |
@@ -2,9 +2,14 @@
|
|||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
"tags": [
|
"tags": [
|
||||||
"album",
|
"album",
|
||||||
|
"music",
|
||||||
"cd",
|
"cd",
|
||||||
"dvd",
|
"dvd",
|
||||||
"music"
|
"format",
|
||||||
|
"dj",
|
||||||
|
"spin",
|
||||||
|
"rotate",
|
||||||
|
"rpm"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"devices",
|
"devices",
|
||||||
|
|||||||
17
icons/spray-can.json
Normal file
17
icons/spray-can.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"paint",
|
||||||
|
"color",
|
||||||
|
"graffiti",
|
||||||
|
"decoration",
|
||||||
|
"aerosol",
|
||||||
|
"deodorant",
|
||||||
|
"shaving foam",
|
||||||
|
"air freshener"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"design",
|
||||||
|
"tools"
|
||||||
|
]
|
||||||
|
}
|
||||||
22
icons/spray-can.svg
Normal file
22
icons/spray-can.svg
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
<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="M3 3h.01" />
|
||||||
|
<path d="M7 5h.01" />
|
||||||
|
<path d="M11 7h.01" />
|
||||||
|
<path d="M3 7h.01" />
|
||||||
|
<path d="M7 9h.01" />
|
||||||
|
<path d="M3 11h.01" />
|
||||||
|
<rect width="4" height="4" x="15" y="5" />
|
||||||
|
<path d="m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2" />
|
||||||
|
<path d="m13 14 8-2" />
|
||||||
|
<path d="m13 19 8-2" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 518 B |
Reference in New Issue
Block a user