mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 17:47:42 +01:00
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:
@@ -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
15
icons/tv-minimal-play.svg
Normal 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
38
icons/tv-minimal.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 285 B |
Reference in New Issue
Block a user