Skip to content

Commit

Permalink
feat(icons): added globe-lock icon (#1587)
Browse files Browse the repository at this point in the history
* Added globe-lock icon

* feat(icons): Added globe-lock, renamed globe-2 to earth, and added earth-lock

* feat(icons): Added globe as a tag to earth

---------

Co-authored-by: Eric Fennis <[email protected]>
Co-authored-by: Karsa <[email protected]>
  • Loading branch information
3 people authored Feb 26, 2024
1 parent ca4a38b commit 148bae8
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 1 deletion.
25 changes: 25 additions & 0 deletions icons/earth-lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"mittalyashu",
"ericfennis",
"karsa-mistmere"
],
"tags": [
"vpn",
"private",
"privacy",
"network",
"world",
"browser",
"security",
"encryption",
"protection",
"connection"
],
"categories": [
"security",
"development",
"devices"
]
}
18 changes: 18 additions & 0 deletions icons/earth-lock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion icons/globe-2.json → icons/earth.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@
"world",
"browser",
"language",
"translate"
"translate",
"globe"
],
"categories": [
"maps",
"navigation"
],
"aliases": [
"globe-2"
]
}
File renamed without changes
26 changes: 26 additions & 0 deletions icons/globe-lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"ericfennis",
"karsa-mistmere"
],
"tags": [
"vpn",
"private",
"privacy",
"network",
"world",
"browser",
"security",
"encryption",
"protection",
"connection"
],
"categories": [
"security",
"development",
"devices"
]
}
16 changes: 16 additions & 0 deletions icons/globe-lock.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 148bae8

Please sign in to comment.