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:
Muhammad Aqib Bashir
2026-01-12 14:34:21 +05:00
committed by GitHub
parent 3cec234405
commit 516917c527
2 changed files with 39 additions and 0 deletions

24
icons/globe-x.json Normal file
View 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
View 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