feat(icons): add auto-mcs (#1042)

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-03-24 20:28:10 +01:00 committed by GitHub
parent 24a85653e1
commit ae5a9622d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 32 additions and 1 deletions

View File

@ -137,6 +137,7 @@ The best source for dashboard icons.<br />
| authelia | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/authelia.webp">WebP</a><a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/authelia.png">PNG</a><a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/authelia.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/authelia.webp" height="50" alt="authelia"> |
| authentik | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/authentik.webp">WebP</a><a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/authentik.png">PNG</a><a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/authentik.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/authentik.webp" height="50" alt="authentik"> |
| authman | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/authman.webp">WebP</a><a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/authman.png">PNG</a><a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/authman.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/authman.webp" height="50" alt="authman"> |
| auto-mcs | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/auto-mcs.webp">WebP</a><a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/auto-mcs.png">PNG</a> ❌ SVG | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/auto-mcs.webp" height="50" alt="auto-mcs"> |
| autobrr | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/autobrr.webp">WebP</a><a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/autobrr.png">PNG</a><a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/autobrr.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/autobrr.webp" height="50" alt="autobrr"> |
| automad | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/automad.webp">WebP</a><a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/automad.png">PNG</a><a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/automad.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/automad.webp" height="50" alt="automad"> |
| automad-light | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/automad-light.webp">WebP</a><a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/automad-light.png">PNG</a><a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/automad-light.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/automad-light.webp" height="50" alt="automad-light"> |

14
meta/auto-mcs.json Normal file
View File

@ -0,0 +1,14 @@
{
"base": "png",
"aliases": [],
"categories": [
"Gaming"
],
"update": {
"timestamp": "2025-03-24T19:26:25.573313",
"author": {
"id": 48109134,
"login": "jdcool00"
}
}
}

View File

@ -6552,6 +6552,20 @@
}
}
},
"auto-mcs": {
"base": "png",
"aliases": [],
"categories": [
"Gaming"
],
"update": {
"timestamp": "2025-03-24T19:26:25.573313",
"author": {
"id": 48109134,
"login": "jdcool00"
}
}
},
"openai": {
"base": "svg",
"aliases": [],

BIN
png/auto-mcs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -128,6 +128,7 @@
"authelia.png",
"authentik.png",
"authman.png",
"auto-mcs.png",
"autobrr.png",
"automad-light.png",
"automad.png",
@ -4012,6 +4013,7 @@
"authelia.webp",
"authentik.webp",
"authman.webp",
"auto-mcs.webp",
"autobrr.webp",
"automad-light.webp",
"automad.webp",

File diff suppressed because one or more lines are too long

BIN
webp/auto-mcs.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB