mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 19:37:40 +01:00
feat(icons): added image-play icon (#2054)
* Added icons/image-play.svg * Added icons/image-play.json * Updated icons/image-play.json
This commit is contained in:
20
icons/image-play.json
Normal file
20
icons/image-play.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"karsa-mistmere",
|
||||||
|
"ericfennis",
|
||||||
|
"jguddas"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"picture",
|
||||||
|
"gif",
|
||||||
|
"photo"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"photography",
|
||||||
|
"text",
|
||||||
|
"multimedia",
|
||||||
|
"files"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
icons/image-play.svg
Normal file
16
icons/image-play.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="m11 16-5 5" />
|
||||||
|
<path d="M11 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6.5" />
|
||||||
|
<path d="M15.765 22a.5.5 0 0 1-.765-.424V13.38a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z" />
|
||||||
|
<circle cx="9" cy="9" r="2" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 447 B |
Reference in New Issue
Block a user