feat(icons): add tracearr (#2737)

Co-authored-by: Dashboard Icons Manager <193821040+dashboard-icons-manager[bot]@users.noreply.github.com>
This commit is contained in:
dashboard-icons-manager[bot]
2025-12-20 19:00:05 +01:00
committed by GitHub
parent a300b03fbe
commit f7d3287569
6 changed files with 54 additions and 14 deletions

14
meta/tracearr.json Normal file
View File

@@ -0,0 +1,14 @@
{
"base": "svg",
"aliases": [],
"categories": [
"Media"
],
"update": {
"timestamp": "2025-12-20T17:58:49.047941",
"author": {
"id": 10216384,
"login": "memesalot"
}
}
}

View File

@@ -8797,6 +8797,20 @@
}
}
},
"tracearr": {
"base": "svg",
"aliases": [],
"categories": [
"Media"
],
"update": {
"timestamp": "2025-12-20T17:58:49.047941",
"author": {
"id": 10216384,
"login": "memesalot"
}
}
},
"photostructure": {
"base": "svg",
"aliases": [],
@@ -22010,18 +22024,6 @@
}
}
},
"netvisor": {
"base": "png",
"aliases": [],
"categories": [],
"update": {
"timestamp": "2025-11-25T05:54:57.523245",
"author": {
"id": 149651416,
"login": "jimmy-tr33"
}
}
},
"honeygain": {
"base": "png",
"aliases": [],

BIN
png/tracearr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

23
svg/tracearr.svg Normal file
View File

@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="8 4 48 56">
<!-- Background shield shape -->
<path d="M32 4L8 14v18c0 14 10 24 24 28 14-4 24-14 24-28V14L32 4z" fill="#0B1A2E"/>
<!-- Inner shield -->
<path d="M32 8L12 16v14c0 12 8.5 20.5 20 24 11.5-3.5 20-12 20-24V16L32 8z" fill="#162840"/>
<!-- T-path stylized -->
<path d="M22 24h20v4H34v16h-4V28H22v-4z" fill="#18D1E7"/>
<!-- Radar arcs -->
<path d="M32 20a16 16 0 0 1 11.3 4.7" stroke="#18D1E7" stroke-width="2" stroke-linecap="round" fill="none" opacity="0.6"/>
<path d="M32 16a20 20 0 0 1 14.1 5.9" stroke="#18D1E7" stroke-width="2" stroke-linecap="round" fill="none" opacity="0.4"/>
<path d="M32 12a24 24 0 0 1 17 7" stroke="#18D1E7" stroke-width="2" stroke-linecap="round" fill="none" opacity="0.2"/>
<!-- Glow effect -->
<defs>
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="1" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<path d="M22 24h20v4H34v16h-4V28H22v-4z" fill="#18D1E7" filter="url(#glow)"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1535,7 +1535,6 @@
"netronome.png",
"netsurf-light.png",
"netsurf.png",
"netvisor.png",
"network-ups-tools.png",
"network-weathermap.png",
"networking-toolbox-dark.png",
@@ -2453,6 +2452,7 @@
"tpdb.png",
"traccar-dark.png",
"traccar.png",
"tracearr.png",
"trading-view-dark.png",
"trading-view.png",
"traefik-proxy.png",
@@ -4776,6 +4776,7 @@
"tpdb.svg",
"traccar-dark.svg",
"traccar.svg",
"tracearr.svg",
"trading-view-dark.svg",
"trading-view.svg",
"traefik-proxy.svg",
@@ -6580,7 +6581,6 @@
"netronome.webp",
"netsurf-light.webp",
"netsurf.webp",
"netvisor.webp",
"network-ups-tools.webp",
"network-weathermap.webp",
"networking-toolbox-dark.webp",
@@ -7498,6 +7498,7 @@
"tpdb.webp",
"traccar-dark.webp",
"traccar.webp",
"tracearr.webp",
"trading-view-dark.webp",
"trading-view.webp",
"traefik-proxy.webp",

BIN
webp/tracearr.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB