Skip to content

Commit 9e45272

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

File tree

8 files changed

+123
-1
lines changed

8 files changed

+123
-1
lines changed

ICONS.md

+1
Original file line numberDiff line numberDiff line change
@@ -1668,6 +1668,7 @@ The best source for dashboard icons.<br />
16681668
| sandstorm | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/sandstorm.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/sandstorm.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/sandstorm.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/sandstorm.webp" height="50" alt="sandstorm"> |
16691669
| scanservjs | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/scanservjs.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/scanservjs.png">PNG</a> ❌ SVG | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/scanservjs.webp" height="50" alt="scanservjs"> |
16701670
| schneider | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/schneider.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/schneider.png">PNG</a> ❌ SVG | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/schneider.webp" height="50" alt="schneider"> |
1671+
| scrcpy | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/scrcpy.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/scrcpy.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/scrcpy.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/scrcpy.webp" height="50" alt="scrcpy"> |
16711672
| screenconnect | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/screenconnect.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/screenconnect.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/screenconnect.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/screenconnect.webp" height="50" alt="screenconnect"> |
16721673
| scrutiny | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/scrutiny.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/scrutiny.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/scrutiny.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/scrutiny.webp" height="50" alt="scrutiny"> |
16731674
| scrutiny-light | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/scrutiny-light.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/scrutiny-light.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/scrutiny-light.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/scrutiny-light.webp" height="50" alt="scrutiny-light"> |

meta/scrcpy.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"base": "svg",
3+
"aliases": [],
4+
"categories": [
5+
"Development"
6+
],
7+
"update": {
8+
"timestamp": "2025-03-26T21:09:30.463729",
9+
"author": {
10+
"id": 48109134,
11+
"login": "jdcool00"
12+
}
13+
}
14+
}

metadata.json

+14
Original file line numberDiff line numberDiff line change
@@ -5918,6 +5918,20 @@
59185918
}
59195919
}
59205920
},
5921+
"scrcpy": {
5922+
"base": "svg",
5923+
"aliases": [],
5924+
"categories": [
5925+
"Development"
5926+
],
5927+
"update": {
5928+
"timestamp": "2025-03-26T21:09:30.463729",
5929+
"author": {
5930+
"id": 48109134,
5931+
"login": "jdcool00"
5932+
}
5933+
}
5934+
},
59215935
"hugging-face": {
59225936
"base": "svg",
59235937
"aliases": [],

0 commit comments

Comments
 (0)