mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-06-27 23:10:22 +08:00
feat(icons): add headlamp (#1080)
Co-authored-by: Dashboard Icons Manager <193821040+dashboard-icons-manager[bot]@users.noreply.github.com>
This commit is contained in:
parent
0289748701
commit
7f16ed6571
2
ICONS.md
2
ICONS.md
@ -770,6 +770,8 @@ The best source for dashboard icons.<br />
|
||||
| hbo-light | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/hbo-light.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/hbo-light.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/hbo-light.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/hbo-light.webp" height="50" alt="hbo-light"> |
|
||||
| hdhomerun | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/hdhomerun.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/hdhomerun.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/hdhomerun.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/hdhomerun.webp" height="50" alt="hdhomerun"> |
|
||||
| hdhomerun-light | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/hdhomerun-light.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/hdhomerun-light.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/hdhomerun-light.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/hdhomerun-light.webp" height="50" alt="hdhomerun-light"> |
|
||||
| headlamp | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/headlamp.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/headlamp.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/headlamp.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/headlamp.webp" height="50" alt="headlamp"> |
|
||||
| headlamp-dark | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/headlamp-dark.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/headlamp-dark.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/headlamp-dark.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/headlamp-dark.webp" height="50" alt="headlamp-dark"> |
|
||||
| headphones | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/headphones.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/headphones.png">PNG</a> ❌ SVG | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/headphones.webp" height="50" alt="headphones"> |
|
||||
| headscale | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/headscale.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/headscale.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/headscale.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/headscale.webp" height="50" alt="headscale"> |
|
||||
| healthchecks | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/healthchecks.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/healthchecks.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/healthchecks.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/healthchecks.webp" height="50" alt="healthchecks"> |
|
||||
|
18
meta/headlamp.json
Normal file
18
meta/headlamp.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
"categories": [
|
||||
"Cloud"
|
||||
],
|
||||
"update": {
|
||||
"timestamp": "2025-04-06T09:29:21.505335",
|
||||
"author": {
|
||||
"id": 7255425,
|
||||
"login": "geberl"
|
||||
}
|
||||
},
|
||||
"colors": {
|
||||
"light": "headlamp",
|
||||
"dark": "headlamp-dark"
|
||||
}
|
||||
}
|
@ -8668,6 +8668,24 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"headlamp": {
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
"categories": [
|
||||
"Cloud"
|
||||
],
|
||||
"update": {
|
||||
"timestamp": "2025-04-06T09:29:21.505335",
|
||||
"author": {
|
||||
"id": 7255425,
|
||||
"login": "geberl"
|
||||
}
|
||||
},
|
||||
"colors": {
|
||||
"light": "headlamp",
|
||||
"dark": "headlamp-dark"
|
||||
}
|
||||
},
|
||||
"amcrest-cloud": {
|
||||
"base": "png",
|
||||
"aliases": [],
|
||||
|
BIN
png/headlamp-dark.png
Normal file
BIN
png/headlamp-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
png/headlamp.png
Normal file
BIN
png/headlamp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
8
svg/headlamp-dark.svg
Normal file
8
svg/headlamp-dark.svg
Normal file
@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="72 28 356 445">
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="headlamp-logo-dark" transform="translate(72.000000, 28.000000)">
|
||||
<polygon id="Path" fill="#FFFFFF" points="356 282.418887 328.216573 319.725397 356 405.714522 178.123413 445 0 405.714522 27.783308 319.725397 0 282.418887 0 177.903303 27.783308 141.829204 27.783308 81.0419414 116.844777 49.1724976 116.844777 0 239.147747 0 239.147747 49.1724976 328.216573 81.0419414 328.216573 141.829204 356 177.903303"/>
|
||||
<path d="M177.500236,147 C200.802399,147 221.928392,156.472115 237.228156,171.771924 C252.527914,187.071727 262,208.197775 262,231.5 C262,254.802225 252.527914,275.928273 237.228156,291.228076 C221.928392,306.527885 200.802399,316 177.500236,316 C154.080178,316 132.958056,306.580128 117.689033,291.311151 C102.419848,276.042011 93,254.919748 93,231.5 C93,208.108912 102.452155,187.008469 117.717511,171.743158 C133.021103,156.439611 154.169065,147 177.500236,147 Z" id="Path" stroke="#000000" stroke-width="10" fill="#FFF200" fill-rule="nonzero"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
8
svg/headlamp.svg
Normal file
8
svg/headlamp.svg
Normal file
@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="72 28 356 445">
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="headlamp-logo-light" transform="translate(72.000000, 28.000000)">
|
||||
<polygon id="Path" fill="#000000" points="356 282.418887 328.216573 319.725397 356 405.714522 178.123413 445 0 405.714522 27.783308 319.725397 0 282.418887 0 177.903303 27.783308 141.829204 27.783308 81.0419414 116.844777 49.1724976 116.844777 0 239.147747 0 239.147747 49.1724976 328.216573 81.0419414 328.216573 141.829204 356 177.903303"/>
|
||||
<path d="M177.500236,147 C200.802399,147 221.928392,156.472115 237.228156,171.771924 C252.527914,187.071727 262,208.197775 262,231.5 C262,254.802225 252.527914,275.928273 237.228156,291.228076 C221.928392,306.527885 200.802399,316 177.500236,316 C154.080178,316 132.958056,306.580128 117.689033,291.311151 C102.419848,276.042011 93,254.919748 93,231.5 C93,208.108912 102.452155,187.008469 117.717511,171.743158 C133.021103,156.439611 154.169065,147 177.500236,147 Z" id="Path" stroke="#FFFFFF" stroke-width="10" fill="#FFF200" fill-rule="nonzero"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
@ -761,6 +761,8 @@
|
||||
"hbo.png",
|
||||
"hdhomerun-light.png",
|
||||
"hdhomerun.png",
|
||||
"headlamp-dark.png",
|
||||
"headlamp.png",
|
||||
"headphones.png",
|
||||
"headscale.png",
|
||||
"healthchecks.png",
|
||||
@ -2785,6 +2787,8 @@
|
||||
"hbo.svg",
|
||||
"hdhomerun-light.svg",
|
||||
"hdhomerun.svg",
|
||||
"headlamp-dark.svg",
|
||||
"headlamp.svg",
|
||||
"headscale.svg",
|
||||
"healthchecks.svg",
|
||||
"hedgedoc.svg",
|
||||
@ -4675,6 +4679,8 @@
|
||||
"hbo.webp",
|
||||
"hdhomerun-light.webp",
|
||||
"hdhomerun.webp",
|
||||
"headlamp-dark.webp",
|
||||
"headlamp.webp",
|
||||
"headphones.webp",
|
||||
"headscale.webp",
|
||||
"healthchecks.webp",
|
||||
|
BIN
webp/headlamp-dark.webp
Normal file
BIN
webp/headlamp-dark.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
webp/headlamp.webp
Normal file
BIN
webp/headlamp.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user