mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-06-28 15:30:22 +08:00
feat(icons): add adobe (#1111)
Co-authored-by: Dashboard Icons Manager <193821040+dashboard-icons-manager[bot]@users.noreply.github.com>
This commit is contained in:
parent
f20aa97ca1
commit
955f6ea805
1
ICONS.md
1
ICONS.md
@ -25,6 +25,7 @@ The best source for dashboard icons.<br />
|
||||
| adblock | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/adblock.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/adblock.png">PNG</a> ❌ SVG | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/adblock.webp" height="50" alt="adblock"> |
|
||||
| adguard-home | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/adguard-home.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/adguard-home.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/adguard-home.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/adguard-home.webp" height="50" alt="adguard-home"> |
|
||||
| adminer | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/adminer.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/adminer.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/adminer.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/adminer.webp" height="50" alt="adminer"> |
|
||||
| adobe | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/adobe.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/adobe.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/adobe.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/adobe.webp" height="50" alt="adobe"> |
|
||||
| ads-b-exchange | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/ads-b-exchange.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/ads-b-exchange.png">PNG</a> ❌ SVG | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/ads-b-exchange.webp" height="50" alt="ads-b-exchange"> |
|
||||
| adventure-log | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/adventure-log.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/adventure-log.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/adventure-log.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/adventure-log.webp" height="50" alt="adventure-log"> |
|
||||
| affine | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/affine.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/affine.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/affine.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/affine.webp" height="50" alt="affine"> |
|
||||
|
12
meta/adobe.json
Normal file
12
meta/adobe.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-04-06T16:32:41.752755",
|
||||
"author": {
|
||||
"id": 63781622,
|
||||
"login": "Meierschlumpf"
|
||||
}
|
||||
}
|
||||
}
|
@ -14070,6 +14070,18 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"adobe": {
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
"categories": [],
|
||||
"update": {
|
||||
"timestamp": "2025-04-06T16:32:41.752755",
|
||||
"author": {
|
||||
"id": 63781622,
|
||||
"login": "Meierschlumpf"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sickbeard": {
|
||||
"base": "svg",
|
||||
"aliases": [],
|
||||
|
BIN
png/adobe.png
Normal file
BIN
png/adobe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
10
svg/adobe.svg
Normal file
10
svg/adobe.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 10.22 16.86 14.94">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #eb1000;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path class="cls-1" d="M6.27,10.22h4.39l6.2,14.94h-4.64l-3.92-9.92-2.59,6.51h3.08l1.23,3.41H0l6.27-14.94"/>
|
||||
</svg>
|
After Width: | Height: | Size: 290 B |
@ -16,6 +16,7 @@
|
||||
"adblock.png",
|
||||
"adguard-home.png",
|
||||
"adminer.png",
|
||||
"adobe.png",
|
||||
"ads-b-exchange.png",
|
||||
"adventure-log.png",
|
||||
"affine-light.png",
|
||||
@ -2201,6 +2202,7 @@
|
||||
"actual-budget.svg",
|
||||
"adguard-home.svg",
|
||||
"adminer.svg",
|
||||
"adobe.svg",
|
||||
"adventure-log.svg",
|
||||
"affine-light.svg",
|
||||
"affine.svg",
|
||||
@ -3953,6 +3955,7 @@
|
||||
"adblock.webp",
|
||||
"adguard-home.webp",
|
||||
"adminer.webp",
|
||||
"adobe.webp",
|
||||
"ads-b-exchange.webp",
|
||||
"adventure-log.webp",
|
||||
"affine-light.webp",
|
||||
|
4
tree.xml
4
tree.xml
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fbdbe816fc561bae3fbd0f85c4683524b614ecee8ef1d61bea831f054bf9479
|
||||
size 104959678
|
||||
oid sha256:02030202be6d2e6771f113317bd6367f1d6e184ec4f5edd49572f893eda43675
|
||||
size 105025108
|
||||
|
BIN
webp/adobe.webp
Normal file
BIN
webp/adobe.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
x
Reference in New Issue
Block a user