mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-22 20:39:21 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46d6c3c119 |
16
icons/cassette-tape.json
Normal file
16
icons/cassette-tape.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"audio",
|
||||||
|
"music",
|
||||||
|
"recording",
|
||||||
|
"play"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"connectivity",
|
||||||
|
"devices",
|
||||||
|
"multimedia",
|
||||||
|
"communication",
|
||||||
|
"files"
|
||||||
|
]
|
||||||
|
}
|
||||||
17
icons/cassette-tape.svg
Normal file
17
icons/cassette-tape.svg
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<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"
|
||||||
|
>
|
||||||
|
<rect width="20" height="16" x="2" y="4" rx="2" />
|
||||||
|
<circle cx="8" cy="10" r="2" />
|
||||||
|
<path d="M8 12h8" />
|
||||||
|
<circle cx="16" cy="10" r="2" />
|
||||||
|
<path d="m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 430 B |
@@ -8,7 +8,11 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"camera",
|
"camera",
|
||||||
"movie",
|
"movie",
|
||||||
"film"
|
"film",
|
||||||
|
"recording",
|
||||||
|
"motion picture",
|
||||||
|
"camcorder",
|
||||||
|
"reel"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"devices",
|
"devices",
|
||||||
|
|||||||
19
icons/videotape.json
Normal file
19
icons/videotape.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"vhs",
|
||||||
|
"movie",
|
||||||
|
"film",
|
||||||
|
"recording",
|
||||||
|
"motion picture",
|
||||||
|
"showreel",
|
||||||
|
"cassette"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"devices",
|
||||||
|
"communication",
|
||||||
|
"connectivity",
|
||||||
|
"photography",
|
||||||
|
"files"
|
||||||
|
]
|
||||||
|
}
|
||||||
17
icons/videotape.svg
Normal file
17
icons/videotape.svg
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<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"
|
||||||
|
>
|
||||||
|
<rect width="20" height="16" x="2" y="4" rx="2" />
|
||||||
|
<path d="M2 8h20" />
|
||||||
|
<circle cx="8" cy="14" r="2" />
|
||||||
|
<path d="M8 12h8" />
|
||||||
|
<circle cx="16" cy="14" r="2" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 376 B |
@@ -7,10 +7,15 @@
|
|||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"phone",
|
"phone",
|
||||||
"cassette"
|
"cassette",
|
||||||
|
"tape",
|
||||||
|
"reel",
|
||||||
|
"recording",
|
||||||
|
"audio"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"connectivity",
|
"connectivity",
|
||||||
"devices"
|
"devices",
|
||||||
|
"social"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user