mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 16:57:44 +01:00
feat(icons): added globe-lock icon (#1587)
* 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 <eric.fennis@gmail.com> Co-authored-by: Karsa <karsa@sztaki.hu>
This commit is contained in:
25
icons/earth-lock.json
Normal file
25
icons/earth-lock.json
Normal file
@@ -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
icons/earth-lock.svg
Normal file
18
icons/earth-lock.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<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="M7 3.34V5a3 3 0 0 0 3 3" />
|
||||
<path d="M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05" />
|
||||
<path d="M21.54 15H17a2 2 0 0 0-2 2v4.54" />
|
||||
<path d="M12 2a10 10 0 1 0 9.54 13" />
|
||||
<path d="M20 6V4a2 2 0 1 0-4 0v2" />
|
||||
<rect width="8" height="5" x="14" y="6" rx="1" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 504 B |
@@ -9,10 +9,14 @@
|
||||
"world",
|
||||
"browser",
|
||||
"language",
|
||||
"translate"
|
||||
"translate",
|
||||
"globe"
|
||||
],
|
||||
"categories": [
|
||||
"maps",
|
||||
"navigation"
|
||||
],
|
||||
"aliases": [
|
||||
"globe-2"
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 479 B After Width: | Height: | Size: 479 B |
26
icons/globe-lock.json
Normal file
26
icons/globe-lock.json
Normal file
@@ -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
icons/globe-lock.svg
Normal file
16
icons/globe-lock.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<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="M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13" />
|
||||
<path d="M2 12h8.5" />
|
||||
<path d="M20 6V4a2 2 0 1 0-4 0v2" />
|
||||
<rect width="8" height="5" x="14" y="6" rx="1" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 414 B |
Reference in New Issue
Block a user