Skip to content

Commit

Permalink
feat(icons): added tv-minimal-play (#2128)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Jakob Guddas <[email protected]>
  • Loading branch information
3 people authored Jun 6, 2024
1 parent 72b74fb commit b227cae
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
11 changes: 11 additions & 0 deletions icons/tv-2.json → icons/tv-minimal-play.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"jguddas",
"ericfennis"
],
"tags": [
Expand All @@ -17,6 +19,12 @@
"smart",
"digital",
"video",
"movie",
"live",
"ott",
"running",
"start",
"film",
"home cinema",
"entertainment",
"showtime",
Expand All @@ -26,5 +34,8 @@
"categories": [
"devices",
"multimedia"
],
"aliases": [
"tv-2"
]
}
15 changes: 15 additions & 0 deletions icons/tv-minimal-play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions icons/tv-minimal.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
File renamed without changes

0 comments on commit b227cae

Please sign in to comment.