mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 19:16:21 +01:00
* 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>
39 lines
587 B
JSON
39 lines
587 B
JSON
{
|
|
"$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"
|
|
}
|
|
]
|
|
}
|