feat(icons): add binner (#977)
Co-authored-by: Dashboard Icons Manager <193821040+dashboard-icons-manager[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0742ecdd8f
commit
9ca6621ca7
@@ -187,6 +187,8 @@ The best source for dashboard icons.<br />
|
||||
| biedronka | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/biedronka.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/biedronka.png">PNG</a> ❌ SVG | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/biedronka.webp" height="50" alt="biedronka"> |
|
||||
| bigcapital | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/bigcapital.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/bigcapital.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/bigcapital.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/bigcapital.webp" height="50" alt="bigcapital"> |
|
||||
| bing | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/bing.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/bing.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/bing.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/bing.webp" height="50" alt="bing"> |
|
||||
| binner | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/binner.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/binner.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/binner.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/binner.webp" height="50" alt="binner"> |
|
||||
| binner-dark | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/binner-dark.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/binner-dark.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/binner-dark.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/binner-dark.webp" height="50" alt="binner-dark"> |
|
||||
| birdnet | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/birdnet.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/birdnet.png">PNG</a> ❌ SVG | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/birdnet.webp" height="50" alt="birdnet"> |
|
||||
| bitbucket | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/bitbucket.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/bitbucket.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/bitbucket.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/bitbucket.webp" height="50" alt="bitbucket"> |
|
||||
| bitcoin | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/bitcoin.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/bitcoin.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/bitcoin.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/bitcoin.webp" height="50" alt="bitcoin"> |
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
"categories": [
|
||||
"Logistics"
|
||||
],
|
||||
"update": {
|
||||
"timestamp": "2025-02-20T20:15:26.048635",
|
||||
"author": {
|
||||
"id": 52473614,
|
||||
"login": "eaglesemanation"
|
||||
}
|
||||
},
|
||||
"colors": {
|
||||
"light": "binner",
|
||||
"dark": "binner-dark"
|
||||
}
|
||||
}
|
||||
@@ -12479,6 +12479,24 @@
|
||||
"light": "zipline-light"
|
||||
}
|
||||
},
|
||||
"binner": {
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
"categories": [
|
||||
"Logistics"
|
||||
],
|
||||
"update": {
|
||||
"timestamp": "2025-02-20T20:15:26.048635",
|
||||
"author": {
|
||||
"id": 52473614,
|
||||
"login": "eaglesemanation"
|
||||
}
|
||||
},
|
||||
"colors": {
|
||||
"light": "binner",
|
||||
"dark": "binner-dark"
|
||||
}
|
||||
},
|
||||
"librespeed": {
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 8.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,125 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="512"
|
||||
height="512"
|
||||
viewBox="0 0 512 512"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="binner-light-no_text.svg"
|
||||
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#e6e6e6"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:deskcolor="#bfbfbf"
|
||||
inkscape:document-units="px"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.90380859"
|
||||
inkscape:cx="594.15235"
|
||||
inkscape:cy="248.3933"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2083"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="g5" /><defs
|
||||
id="defs1"><mask
|
||||
maskUnits="userSpaceOnUse"
|
||||
id="mask27"><rect
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
id="rect27"
|
||||
width="512"
|
||||
height="512"
|
||||
x="1.5301447"
|
||||
y="2.2148144"
|
||||
rx="140" /></mask></defs><g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
style="fill:none"><g
|
||||
id="g5"
|
||||
transform="translate(-1.5301447,-2.2148145)"
|
||||
mask="url(#mask27)"
|
||||
inkscape:label="Box"><rect
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
id="rect5"
|
||||
width="128"
|
||||
height="128"
|
||||
x="385.53015"
|
||||
y="386.21481"
|
||||
inkscape:label="bottom-right"
|
||||
rx="8" /><rect
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
id="rect5-2"
|
||||
width="128"
|
||||
height="128"
|
||||
x="193.53014"
|
||||
y="386.21481"
|
||||
inkscape:label="bottom-center"
|
||||
rx="8" /><rect
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
id="rect5-3"
|
||||
width="128"
|
||||
height="128"
|
||||
x="1.530138"
|
||||
y="386.21481"
|
||||
inkscape:label="bottom-left"
|
||||
rx="8" /><rect
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
id="rect5-26"
|
||||
width="128"
|
||||
height="128"
|
||||
x="385.53015"
|
||||
y="194.21481"
|
||||
inkscape:label="center-right"
|
||||
rx="8" /><rect
|
||||
style="fill:#1770ff;fill-opacity:1"
|
||||
id="rect5-9"
|
||||
width="160"
|
||||
height="160"
|
||||
x="177.53015"
|
||||
y="178.21481"
|
||||
inkscape:label="center-center"
|
||||
rx="16" /><rect
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
id="rect5-37"
|
||||
width="128"
|
||||
height="128"
|
||||
x="1.530138"
|
||||
y="194.21481"
|
||||
inkscape:label="center-left"
|
||||
rx="8" /><rect
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
id="rect5-28"
|
||||
width="128"
|
||||
height="128"
|
||||
x="385.53015"
|
||||
y="2.2148159"
|
||||
inkscape:label="top-right"
|
||||
rx="8" /><rect
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
id="rect5-6"
|
||||
width="128"
|
||||
height="128"
|
||||
x="193.53014"
|
||||
y="2.2148159"
|
||||
inkscape:label="top-center"
|
||||
rx="8" /><rect
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
id="rect5-31"
|
||||
width="128"
|
||||
height="128"
|
||||
x="1.530138"
|
||||
y="2.2148159"
|
||||
inkscape:label="top-left"
|
||||
rx="8" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
+125
@@ -0,0 +1,125 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="512"
|
||||
height="512"
|
||||
viewBox="0 0 512 512"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="binner-dark-no_text.svg"
|
||||
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#e6e6e6"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:deskcolor="#bfbfbf"
|
||||
inkscape:document-units="px"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.90380859"
|
||||
inkscape:cx="118.3879"
|
||||
inkscape:cy="-28.767153"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2083"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" /><defs
|
||||
id="defs1"><mask
|
||||
maskUnits="userSpaceOnUse"
|
||||
id="mask27"><rect
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
id="rect27"
|
||||
width="512"
|
||||
height="512"
|
||||
x="1.5301447"
|
||||
y="2.2148144"
|
||||
rx="140" /></mask></defs><g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
style="fill:none"><g
|
||||
id="g5"
|
||||
transform="translate(-1.5301447,-2.2148145)"
|
||||
mask="url(#mask27)"
|
||||
inkscape:label="Box"><rect
|
||||
style="fill:#4e4e4e;fill-opacity:1"
|
||||
id="rect5"
|
||||
width="128"
|
||||
height="128"
|
||||
x="385.53015"
|
||||
y="386.21481"
|
||||
inkscape:label="bottom-right"
|
||||
rx="8" /><rect
|
||||
style="fill:#4e4e4e;fill-opacity:1"
|
||||
id="rect5-2"
|
||||
width="128"
|
||||
height="128"
|
||||
x="193.53014"
|
||||
y="386.21481"
|
||||
inkscape:label="bottom-center"
|
||||
rx="8" /><rect
|
||||
style="fill:#4e4e4e;fill-opacity:1"
|
||||
id="rect5-3"
|
||||
width="128"
|
||||
height="128"
|
||||
x="1.530138"
|
||||
y="386.21481"
|
||||
inkscape:label="bottom-left"
|
||||
rx="8" /><rect
|
||||
style="fill:#4e4e4e;fill-opacity:1"
|
||||
id="rect5-26"
|
||||
width="128"
|
||||
height="128"
|
||||
x="385.53015"
|
||||
y="194.21481"
|
||||
inkscape:label="center-right"
|
||||
rx="8" /><rect
|
||||
style="fill:#1770ff;fill-opacity:1"
|
||||
id="rect5-9"
|
||||
width="160"
|
||||
height="160"
|
||||
x="177.53015"
|
||||
y="178.21481"
|
||||
inkscape:label="center-center"
|
||||
rx="16" /><rect
|
||||
style="fill:#4e4e4e;fill-opacity:1"
|
||||
id="rect5-37"
|
||||
width="128"
|
||||
height="128"
|
||||
x="1.530138"
|
||||
y="194.21481"
|
||||
inkscape:label="center-left"
|
||||
rx="8" /><rect
|
||||
style="fill:#4e4e4e;fill-opacity:1"
|
||||
id="rect5-28"
|
||||
width="128"
|
||||
height="128"
|
||||
x="385.53015"
|
||||
y="2.2148159"
|
||||
inkscape:label="top-right"
|
||||
rx="8" /><rect
|
||||
style="fill:#4e4e4e;fill-opacity:1"
|
||||
id="rect5-6"
|
||||
width="128"
|
||||
height="128"
|
||||
x="193.53014"
|
||||
y="2.2148159"
|
||||
inkscape:label="top-center"
|
||||
rx="8" /><rect
|
||||
style="fill:#4e4e4e;fill-opacity:1"
|
||||
id="rect5-31"
|
||||
width="128"
|
||||
height="128"
|
||||
x="1.530138"
|
||||
y="2.2148159"
|
||||
inkscape:label="top-left"
|
||||
rx="8" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
@@ -178,6 +178,8 @@
|
||||
"biedronka.png",
|
||||
"bigcapital.png",
|
||||
"bing.png",
|
||||
"binner-dark.png",
|
||||
"binner.png",
|
||||
"birdnet.png",
|
||||
"bitbucket.png",
|
||||
"bitcoin.png",
|
||||
@@ -2273,6 +2275,8 @@
|
||||
"biblioreads.svg",
|
||||
"bigcapital.svg",
|
||||
"bing.svg",
|
||||
"binner-dark.svg",
|
||||
"binner.svg",
|
||||
"bitbucket.svg",
|
||||
"bitcoin.svg",
|
||||
"bitwarden.svg",
|
||||
@@ -4019,6 +4023,8 @@
|
||||
"biedronka.webp",
|
||||
"bigcapital.webp",
|
||||
"bing.webp",
|
||||
"binner-dark.webp",
|
||||
"binner.webp",
|
||||
"birdnet.webp",
|
||||
"bitbucket.webp",
|
||||
"bitcoin.webp",
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
Reference in New Issue
Block a user