Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TV/controller/connector icons #1341

Merged
merged 22 commits into from
Jul 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions icons/antenna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"signal",
"connection",
"connectivity",
"tv",
"television",
"broadcast",
"live",
"frequency",
"tune",
"scan",
"channels",
"aerial",
"receiver",
"transmission",
"transducer",
"terrestrial",
"satellite",
"cable"
],
"categories": [
"devices",
"multimedia",
"communication"
]
}
18 changes: 18 additions & 0 deletions icons/antenna.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions icons/cable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"cord",
"wire",
"connector",
"connection",
"link",
"signal",
"console",
"computer",
"equipment",
"electricity",
"electronics",
"recharging",
"charger",
"power",
"supply",
"disconnected",
"unplugged",
"plugs",
"interface",
"input",
"output",
"audio video",
"av",
"rca",
"scart",
"tv",
"television",
"optical"
],
"categories": [
"connectivity",
"devices",
"multimedia"
]
}
19 changes: 19 additions & 0 deletions icons/cable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions icons/hdmi-port.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"socket",
"plug",
"slot",
"controller",
"connector",
"interface",
"console",
"signal",
"audio",
"video",
"visual",
"av",
"data",
"input",
"output"
],
"categories": [
"devices",
"multimedia",
"gaming"
]
}
14 changes: 14 additions & 0 deletions icons/hdmi-port.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions icons/ratio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"screens",
danielbayley marked this conversation as resolved.
Show resolved Hide resolved
"rotate",
"rotation",
"aspect ratio",
"proportions",
"16:9",
"widescreen",
"4:3",
"responsive",
"mobile",
"desktop",
"monitor",
"orientation",
"portrait",
"landscape"
],
"categories": [
"connectivity",
"devices",
"design",
"photography"
]
}
14 changes: 14 additions & 0 deletions icons/ratio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions icons/triangle-right.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👎 don't like it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👎 don't like it.

@jguddas Maybe useful to have slightly more constructive feedback than that 😅

Do we not want to cover all base shapes…? Should be part of #1142?

"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"volume",
"controls",
"controller",
"tv remote",
"geometry",
"delta",
"ramp",
"slope",
"incline",
"increase"
],
"categories": [
"shapes",
"maths"
]
}
13 changes: 13 additions & 0 deletions icons/triangle-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion icons/tv-2.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
{
"$schema": "../icon.schema.json",
"aliases": [
"tv-2"
],
"contributors": [
"ericfennis"
],
"tags": [
"flatscreen",
"television",
"stream",
"display"
"display",
"widescreen",
"high-definition",
"hd",
"1080p",
"4k",
"8k",
"smart",
"digital",
"video",
"home cinema",
"entertainment",
"showtime",
"channels",
"catchup"
],
"categories": [
"devices",
Expand Down
32 changes: 30 additions & 2 deletions icons/tv.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,38 @@
],
"tags": [
"television",
"stream"
"stream",
"display",
"widescreen",
"high-definition",
"hd",
"1080p",
"4k",
"8k",
"smart",
"digital",
"video",
"entertainment",
"showtime",
"channels",
"terrestrial",
"satellite",
"cable",
"broadcast",
"live",
"frequency",
"tune",
"scan",
"aerial",
"receiver",
"transmission",
"signal",
"connection",
"connectivity"
],
"categories": [
"devices",
"multimedia"
"multimedia",
"communication"
]
}