Skip to content

Commit 4a4ccfd

Browse files
feat(icons): add prime-video-alt (#1050)
Co-authored-by: Dashboard Icons Manager <193821040+dashboard-icons-manager[bot]@users.noreply.github.com>
1 parent 2863893 commit 4a4ccfd

11 files changed

+57
-1
lines changed

ICONS.md

+2
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,8 @@ The best source for dashboard icons.<br />
15291529
| premium-mobile | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/premium-mobile.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/premium-mobile.png">PNG</a> ❌ SVG | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/premium-mobile.webp" height="50" alt="premium-mobile"> |
15301530
| premiumize | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/premiumize.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/premiumize.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/premiumize.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/premiumize.webp" height="50" alt="premiumize"> |
15311531
| prime-video | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/prime-video.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/prime-video.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/prime-video.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/prime-video.webp" height="50" alt="prime-video"> |
1532+
| prime-video-alt | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/prime-video-alt.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/prime-video-alt.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/prime-video-alt.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/prime-video-alt.webp" height="50" alt="prime-video-alt"> |
1533+
| prime-video-alt-dark | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/prime-video-alt-dark.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/prime-video-alt-dark.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/prime-video-alt-dark.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/prime-video-alt-dark.webp" height="50" alt="prime-video-alt-dark"> |
15321534
| prime-video-light | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/prime-video-light.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/prime-video-light.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/prime-video-light.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/prime-video-light.webp" height="50" alt="prime-video-light"> |
15331535
| printer | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/printer.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/printer.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/printer.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/printer.webp" height="50" alt="printer"> |
15341536
| pritunl | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/pritunl.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/pritunl.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/pritunl.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/pritunl.webp" height="50" alt="pritunl"> |

meta/prime-video-alt.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"base": "svg",
3+
"aliases": [],
4+
"categories": [
5+
"Streaming"
6+
],
7+
"update": {
8+
"timestamp": "2025-03-26T21:06:09.823741",
9+
"author": {
10+
"id": 48109134,
11+
"login": "jdcool00"
12+
}
13+
},
14+
"colors": {
15+
"light": "prime-video-alt",
16+
"dark": "prime-video-alt-dark"
17+
}
18+
}

metadata.json

+18
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,24 @@
17571757
}
17581758
}
17591759
},
1760+
"prime-video-alt": {
1761+
"base": "svg",
1762+
"aliases": [],
1763+
"categories": [
1764+
"Streaming"
1765+
],
1766+
"update": {
1767+
"timestamp": "2025-03-26T21:06:09.823741",
1768+
"author": {
1769+
"id": 48109134,
1770+
"login": "jdcool00"
1771+
}
1772+
},
1773+
"colors": {
1774+
"light": "prime-video-alt",
1775+
"dark": "prime-video-alt-dark"
1776+
}
1777+
},
17601778
"gatus": {
17611779
"base": "svg",
17621780
"aliases": [],

png/prime-video-alt-dark.png

12.2 KB
Loading

png/prime-video-alt.png

12.2 KB
Loading

svg/prime-video-alt-dark.svg

+6
Loading

0 commit comments

Comments
 (0)