mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-06-27 23:10:22 +08:00
feat(icons): add racknerd (#1044)
Co-authored-by: Dashboard Icons Manager <193821040+dashboard-icons-manager[bot]@users.noreply.github.com>
This commit is contained in:
parent
ff46239ae9
commit
28638932ea
2
ICONS.md
2
ICONS.md
@ -1573,6 +1573,8 @@ The best source for dashboard icons.<br />
|
||||
| qutebrowser | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/qutebrowser.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/qutebrowser.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/qutebrowser.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/qutebrowser.webp" height="50" alt="qutebrowser"> |
|
||||
| r | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/r.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/r.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/r.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/r.webp" height="50" alt="r"> |
|
||||
| rabbitmq | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/rabbitmq.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/rabbitmq.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/rabbitmq.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/rabbitmq.webp" height="50" alt="rabbitmq"> |
|
||||
| racknerd | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/racknerd.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/racknerd.png">PNG</a> ❌ SVG | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/racknerd.webp" height="50" alt="racknerd"> |
|
||||
| racknerd-dark | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/racknerd-dark.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/racknerd-dark.png">PNG</a> ❌ SVG | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/racknerd-dark.webp" height="50" alt="racknerd-dark"> |
|
||||
| radarr | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/radarr.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/radarr.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/radarr.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/radarr.webp" height="50" alt="radarr"> |
|
||||
| radicale | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/radicale.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/radicale.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/radicale.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/radicale.webp" height="50" alt="radicale"> |
|
||||
| rainloop | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/rainloop.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/rainloop.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/rainloop.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/rainloop.webp" height="50" alt="rainloop"> |
|
||||
|
20
meta/racknerd.json
Normal file
20
meta/racknerd.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"rack-nerd"
|
||||
],
|
||||
"categories": [
|
||||
"Cloud"
|
||||
],
|
||||
"update": {
|
||||
"timestamp": "2025-03-24T20:14:56.142597",
|
||||
"author": {
|
||||
"id": 340023,
|
||||
"login": "axilleas"
|
||||
}
|
||||
},
|
||||
"colors": {
|
||||
"light": "racknerd",
|
||||
"dark": "racknerd-dark"
|
||||
}
|
||||
}
|
@ -15172,6 +15172,26 @@
|
||||
"light": "notesnook-light"
|
||||
}
|
||||
},
|
||||
"racknerd": {
|
||||
"base": "png",
|
||||
"aliases": [
|
||||
"rack-nerd"
|
||||
],
|
||||
"categories": [
|
||||
"Cloud"
|
||||
],
|
||||
"update": {
|
||||
"timestamp": "2025-03-24T20:14:56.142597",
|
||||
"author": {
|
||||
"id": 340023,
|
||||
"login": "axilleas"
|
||||
}
|
||||
},
|
||||
"colors": {
|
||||
"light": "racknerd",
|
||||
"dark": "racknerd-dark"
|
||||
}
|
||||
},
|
||||
"concourse": {
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
|
BIN
png/racknerd-dark.png
Normal file
BIN
png/racknerd-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
png/racknerd.png
Normal file
BIN
png/racknerd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
@ -1564,6 +1564,8 @@
|
||||
"qutebrowser.png",
|
||||
"r.png",
|
||||
"rabbitmq.png",
|
||||
"racknerd-dark.png",
|
||||
"racknerd.png",
|
||||
"radarr.png",
|
||||
"radicale.png",
|
||||
"rainloop.png",
|
||||
@ -5451,6 +5453,8 @@
|
||||
"qutebrowser.webp",
|
||||
"r.webp",
|
||||
"rabbitmq.webp",
|
||||
"racknerd-dark.webp",
|
||||
"racknerd.webp",
|
||||
"radarr.webp",
|
||||
"radicale.webp",
|
||||
"rainloop.webp",
|
||||
|
BIN
webp/racknerd-dark.webp
Normal file
BIN
webp/racknerd-dark.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
webp/racknerd.webp
Normal file
BIN
webp/racknerd.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
Loading…
x
Reference in New Issue
Block a user