Skip to content

Commit 3ce5ab2

Browse files
feat(icons): add marktplaats (#1136)
Co-authored-by: Dashboard Icons Manager <193821040+dashboard-icons-manager[bot]@users.noreply.github.com>
1 parent dfbaac4 commit 3ce5ab2

File tree

7 files changed

+29
-0
lines changed

7 files changed

+29
-0
lines changed

ICONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,7 @@ The best source for dashboard icons.<br />
10621062
| maptiler | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/maptiler.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/maptiler.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/maptiler.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/maptiler.webp" height="50" alt="maptiler"> |
10631063
| marginalia | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/marginalia.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/marginalia.png">PNG</a> ❌ SVG | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/marginalia.webp" height="50" alt="marginalia"> |
10641064
| mariadb | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/mariadb.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/mariadb.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/mariadb.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/mariadb.webp" height="50" alt="mariadb"> |
1065+
| marktplaats | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/marktplaats.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/marktplaats.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/marktplaats.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/marktplaats.webp" height="50" alt="marktplaats"> |
10651066
| mastodon | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/mastodon.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/mastodon.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/mastodon.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/mastodon.webp" height="50" alt="mastodon"> |
10661067
| matomo | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/matomo.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/matomo.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/matomo.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/matomo.webp" height="50" alt="matomo"> |
10671068
| matrix | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/matrix.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/matrix.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/matrix.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/matrix.webp" height="50" alt="matrix"> |

meta/marktplaats.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"base": "svg",
3+
"aliases": [],
4+
"categories": [],
5+
"update": {
6+
"timestamp": "2025-04-08T16:49:20.641437",
7+
"author": {
8+
"id": 644810,
9+
"login": "guido1981"
10+
}
11+
}
12+
}

metadata.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9350,6 +9350,18 @@
93509350
}
93519351
}
93529352
},
9353+
"marktplaats": {
9354+
"base": "svg",
9355+
"aliases": [],
9356+
"categories": [],
9357+
"update": {
9358+
"timestamp": "2025-04-08T16:49:20.641437",
9359+
"author": {
9360+
"id": 644810,
9361+
"login": "guido1981"
9362+
}
9363+
}
9364+
},
93539365
"wotdle": {
93549366
"base": "svg",
93559367
"aliases": [],

png/marktplaats.png

13.9 KB
Loading

svg/marktplaats.svg

Lines changed: 1 addition & 0 deletions
Loading

tree.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,6 +1053,7 @@
10531053
"maptiler.png",
10541054
"marginalia.png",
10551055
"mariadb.png",
1056+
"marktplaats.png",
10561057
"mastodon.png",
10571058
"matomo.png",
10581059
"matrix-light.png",
@@ -3047,6 +3048,7 @@
30473048
"manyfold.svg",
30483049
"maptiler.svg",
30493050
"mariadb.svg",
3051+
"marktplaats.svg",
30503052
"mastodon.svg",
30513053
"matomo.svg",
30523054
"matrix-light.svg",
@@ -5006,6 +5008,7 @@
50065008
"maptiler.webp",
50075009
"marginalia.webp",
50085010
"mariadb.webp",
5011+
"marktplaats.webp",
50095012
"mastodon.webp",
50105013
"matomo.webp",
50115014
"matrix-light.webp",

webp/marktplaats.webp

33.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)