Skip to content

Commit

Permalink
feat(icons): add wifi strength icons (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtCode committed Jul 8, 2024
1 parent 63deb3e commit 7cb8677
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 0 deletions.
18 changes: 18 additions & 0 deletions icons/wifi-high.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis",
"jguddas",
"VirtCode"
],
"tags": [
"connection",
"signal",
"wireless"
],
"categories": [
"connectivity",
"devices"
]
}
15 changes: 15 additions & 0 deletions icons/wifi-high.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions icons/wifi-low.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis",
"jguddas",
"VirtCode"
],
"tags": [
"connection",
"signal",
"wireless"
],
"categories": [
"connectivity",
"devices"
]
}
14 changes: 14 additions & 0 deletions icons/wifi-low.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions icons/wifi-zero.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis",
"jguddas",
"VirtCode"
],
"tags": [
"connection",
"signal",
"wireless"
],
"categories": [
"connectivity",
"devices"
]
}
13 changes: 13 additions & 0 deletions icons/wifi-zero.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7cb8677

Please sign in to comment.