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:
Jakob Guddas
2024-04-10 09:26:32 +02:00
committed by GitHub
parent 3cde4f2a41
commit 4bf91a3c51
2 changed files with 36 additions and 0 deletions

20
icons/image-play.json Normal file
View 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
View 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