feat(icons): added tv-minimal-play (#2128)

* feat(icons): add tv-minimal-play icon, rename tv-2 to tv-minimal

* feat(icons/tv-minimal-play): add more tags

* feat(icons): add deprecation reason to tv-2 alias

---------

Co-authored-by: Karsa <karsa@sztaki.hu>
Co-authored-by: Jakob Guddas <github@jguddas.de>
This commit is contained in:
Karsa
2024-06-06 13:16:25 +02:00
committed by GitHub
parent 72b74fbdb4
commit b227caee98
4 changed files with 64 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"jguddas",
"ericfennis"
],
"tags": [
@@ -17,6 +19,12 @@
"smart",
"digital",
"video",
"movie",
"live",
"ott",
"running",
"start",
"film",
"home cinema",
"entertainment",
"showtime",
@@ -26,5 +34,8 @@
"categories": [
"devices",
"multimedia"
],
"aliases": [
"tv-2"
]
}

15
icons/tv-minimal-play.svg Normal file
View File

@@ -0,0 +1,15 @@
<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="M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z" />
<path d="M7 21h10" />
<rect width="20" height="14" x="2" y="3" rx="2" />
</svg>

After

Width:  |  Height:  |  Size: 402 B

38
icons/tv-minimal.json Normal file
View File

@@ -0,0 +1,38 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"flatscreen",
"television",
"stream",
"display",
"widescreen",
"high-definition",
"hd",
"1080p",
"4k",
"8k",
"smart",
"digital",
"video",
"home cinema",
"entertainment",
"showtime",
"channels",
"catchup"
],
"categories": [
"devices",
"multimedia"
],
"aliases": [
{
"name": "tv-2",
"deprecated": true,
"deprecationReason": "alias.name",
"toBeRemovedInVersion": "v1.0"
}
]
}

View File

Before

Width:  |  Height:  |  Size: 285 B

After

Width:  |  Height:  |  Size: 285 B