mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2025-10-04 21:30:47 +02:00
feat(icons): add dockpeek (#1983)
Co-authored-by: Dashboard Icons Manager <193821040+dashboard-icons-manager[bot]@users.noreply.github.com>
This commit is contained in:
parent
8379d7a12f
commit
5c7b6666fe
9 changed files with 68 additions and 0 deletions
18
meta/dockpeek.json
Normal file
18
meta/dockpeek.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
"categories": [
|
||||
"Development"
|
||||
],
|
||||
"update": {
|
||||
"timestamp": "2025-09-08T12:20:34.721703",
|
||||
"author": {
|
||||
"id": 10393250,
|
||||
"login": "str3pto"
|
||||
}
|
||||
},
|
||||
"colors": {
|
||||
"light": "dockpeek",
|
||||
"dark": "dockpeek-dark"
|
||||
}
|
||||
}
|
|
@ -20199,6 +20199,24 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"dockpeek": {
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
"categories": [
|
||||
"Development"
|
||||
],
|
||||
"update": {
|
||||
"timestamp": "2025-09-08T12:20:34.721703",
|
||||
"author": {
|
||||
"id": 10393250,
|
||||
"login": "str3pto"
|
||||
}
|
||||
},
|
||||
"colors": {
|
||||
"light": "dockpeek",
|
||||
"dark": "dockpeek-dark"
|
||||
}
|
||||
},
|
||||
"google-alerts": {
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
|
|
BIN
png/dockpeek-dark.png
Normal file
BIN
png/dockpeek-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
png/dockpeek.png
Normal file
BIN
png/dockpeek.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
12
svg/dockpeek-dark.svg
Normal file
12
svg/dockpeek-dark.svg
Normal file
|
@ -0,0 +1,12 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="15 27.5 70 45">
|
||||
|
||||
<!-- Sylizowana baza przypominająca wieloryba: jasnoszary -->
|
||||
<path d="M15 50 Q30 20 50 30 T85 50 Q70 80 50 70 T15 50 Z" fill="#E2E8F0"/>
|
||||
|
||||
<!-- Uproszczone elementy kontenerów na grzbiecie wieloryba: ciemnoszary/grafitowy -->
|
||||
<rect x="35" y="38" width="10" height="15" rx="2" ry="2" fill="#4A5568"/>
|
||||
<rect x="56" y="44" width="10" height="15" rx="2" ry="2" fill="#4A5568"/>
|
||||
|
||||
<!-- Opcjonalnie: małe "oko" lub detal na wielorybie: ciemniejszy szary -->
|
||||
<circle cx="28" cy="45" r="3" fill="#2D3748"/>
|
||||
</svg>
|
After Width: | Height: | Size: 613 B |
14
svg/dockpeek.svg
Normal file
14
svg/dockpeek.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100">
|
||||
<!-- Tło: ciemny granat/prawie czarny -->
|
||||
<circle cx="50" cy="50" r="50" fill="#1A202C"/>
|
||||
|
||||
<!-- Sylizowana baza przypominająca wieloryba: jasnoszary -->
|
||||
<path d="M15 50 Q30 20 50 30 T85 50 Q70 80 50 70 T15 50 Z" fill="#E2E8F0"/>
|
||||
|
||||
<!-- Uproszczone elementy kontenerów na grzbiecie wieloryba: ciemnoszary/grafitowy -->
|
||||
<rect x="35" y="38" width="10" height="15" rx="2" ry="2" fill="#4A5568"/>
|
||||
<rect x="56" y="44" width="10" height="15" rx="2" ry="2" fill="#4A5568"/>
|
||||
|
||||
<!-- Opcjonalnie: małe "oko" lub detal na wielorybie: ciemniejszy szary -->
|
||||
<circle cx="28" cy="45" r="3" fill="#2D3748"/>
|
||||
</svg>
|
After Width: | Height: | Size: 710 B |
|
@ -479,6 +479,8 @@
|
|||
"docker.png",
|
||||
"dockge.png",
|
||||
"docking-station.png",
|
||||
"dockpeek-dark.png",
|
||||
"dockpeek.png",
|
||||
"dockstarter.png",
|
||||
"dockwatch.png",
|
||||
"docmost.png",
|
||||
|
@ -2867,6 +2869,8 @@
|
|||
"docker.svg",
|
||||
"dockge.svg",
|
||||
"docking-station.svg",
|
||||
"dockpeek-dark.svg",
|
||||
"dockpeek.svg",
|
||||
"docsify.svg",
|
||||
"docspell.svg",
|
||||
"documenso.svg",
|
||||
|
@ -4985,6 +4989,8 @@
|
|||
"docker.webp",
|
||||
"dockge.webp",
|
||||
"docking-station.webp",
|
||||
"dockpeek-dark.webp",
|
||||
"dockpeek.webp",
|
||||
"dockstarter.webp",
|
||||
"dockwatch.webp",
|
||||
"docmost.webp",
|
||||
|
|
BIN
webp/dockpeek-dark.webp
Normal file
BIN
webp/dockpeek-dark.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
webp/dockpeek.webp
Normal file
BIN
webp/dockpeek.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
Add table
Add a link
Reference in a new issue