mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 21:27:42 +01:00
Added list-start, list-end, list-music & list-video (#696)
Co-authored-by: Karsa <karsa@karsa.org>
This commit is contained in:
17
icons/list-end.svg
Normal file
17
icons/list-end.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"
|
||||||
|
>
|
||||||
|
<path d="M16 12H3" />
|
||||||
|
<path d="M16 6H3" />
|
||||||
|
<path d="M10 18H3" />
|
||||||
|
<path d="M21 6v10a2 2 0 0 1-2 2h-4" />
|
||||||
|
<path d="m16 16-2 2 2 2" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 350 B |
17
icons/list-music.svg
Normal file
17
icons/list-music.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"
|
||||||
|
>
|
||||||
|
<path d="M21 15V6" />
|
||||||
|
<path d="M18.5 18a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z" />
|
||||||
|
<path d="M12 12H3" />
|
||||||
|
<path d="M16 6H3" />
|
||||||
|
<path d="M12 18H3" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 364 B |
17
icons/list-start.svg
Normal file
17
icons/list-start.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"
|
||||||
|
>
|
||||||
|
<path d="M16 12H3" />
|
||||||
|
<path d="M16 18H3" />
|
||||||
|
<path d="M10 6H3" />
|
||||||
|
<path d="M21 18V8a2 2 0 0 0-2-2h-5" />
|
||||||
|
<path d="m16 8-2-2 2-2" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 349 B |
16
icons/list-video.svg
Normal file
16
icons/list-video.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"
|
||||||
|
>
|
||||||
|
<path d="M12 12H3" />
|
||||||
|
<path d="M16 6H3" />
|
||||||
|
<path d="M12 18H3" />
|
||||||
|
<path d="m16 12 5 3-5 3v-6Z" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 313 B |
25
tags.json
25
tags.json
@@ -1741,6 +1741,12 @@
|
|||||||
"todo",
|
"todo",
|
||||||
"done"
|
"done"
|
||||||
],
|
],
|
||||||
|
"list-end": [
|
||||||
|
"queue",
|
||||||
|
"bottom",
|
||||||
|
"end",
|
||||||
|
"playlist"
|
||||||
|
],
|
||||||
"list-minus": [
|
"list-minus": [
|
||||||
"playlist",
|
"playlist",
|
||||||
"remove",
|
"remove",
|
||||||
@@ -1749,6 +1755,13 @@
|
|||||||
"remove",
|
"remove",
|
||||||
"delete"
|
"delete"
|
||||||
],
|
],
|
||||||
|
"list-music": [
|
||||||
|
"playlist",
|
||||||
|
"queue",
|
||||||
|
"music",
|
||||||
|
"audio",
|
||||||
|
"playback"
|
||||||
|
],
|
||||||
"list-ordered": [
|
"list-ordered": [
|
||||||
"number",
|
"number",
|
||||||
"order"
|
"order"
|
||||||
@@ -1760,6 +1773,18 @@
|
|||||||
"track",
|
"track",
|
||||||
"new"
|
"new"
|
||||||
],
|
],
|
||||||
|
"list-start": [
|
||||||
|
"queue",
|
||||||
|
"top",
|
||||||
|
"start",
|
||||||
|
"next",
|
||||||
|
"playlist"
|
||||||
|
],
|
||||||
|
"list-video": [
|
||||||
|
"playlist",
|
||||||
|
"video",
|
||||||
|
"playback"
|
||||||
|
],
|
||||||
"list-x": [
|
"list-x": [
|
||||||
"playlist",
|
"playlist",
|
||||||
"subtract",
|
"subtract",
|
||||||
|
|||||||
Reference in New Issue
Block a user