mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 11:25:09 +02:00
feat(icon): add globe-x icon with metadata (#3827)
* feat(icon): add globe-x icon with metadata * style(icon): redesign icon to make X mark 5 by 5 --------- Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
committed by
GitHub
parent
3cec234405
commit
516917c527
24
icons/globe-x.json
Normal file
24
icons/globe-x.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere",
|
||||
"Muhammad-Aqib-Bashir"
|
||||
],
|
||||
"tags": [
|
||||
"globe",
|
||||
"internet",
|
||||
"offline",
|
||||
"disconnected",
|
||||
"network",
|
||||
"connection",
|
||||
"world",
|
||||
"no connection",
|
||||
"network failure",
|
||||
"signal off"
|
||||
],
|
||||
"categories": [
|
||||
"connectivity",
|
||||
"devices",
|
||||
"navigation"
|
||||
]
|
||||
}
|
||||
15
icons/globe-x.svg
Normal file
15
icons/globe-x.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="m16 3 5 5" />
|
||||
<path d="M2 12h20A10 10 0 1 1 12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 4-10" />
|
||||
<path d="m21 3-5 5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 341 B |
Reference in New Issue
Block a user