1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-21 13:52:10 +02:00

update icon: aarch64 (original, plain, line) (#1961)

* Optimize plain and original versions

* Add line version

* add alias to wordmark versions

* redo icons from scratch

* recreate icons using online tools.
Converted to raster with: https://vectorizer.ai/
Corrected color palette with: https://svgcolor.com
This commit is contained in:
Jørgen Kalsnes Hagen
2023-11-01 17:19:22 +01:00
committed by GitHub
parent 822911580b
commit 1d68188aab
4 changed files with 42 additions and 5 deletions

View File

@@ -49,14 +49,29 @@
"versions": { "versions": {
"svg": [ "svg": [
"original", "original",
"plain" "plain",
"line"
], ],
"font": [ "font": [
"plain" "plain",
"line"
] ]
}, },
"color": "#16358C", "color": "#16358C",
"aliases": [] "aliases": [
{
"base": "original",
"alias": "original-wordmark"
},
{
"base": "plain",
"alias": "plain-wordmark"
},
{
"base": "line",
"alias": "line-wordmark"
}
]
}, },
{ {
"name": "adonisjs", "name": "adonisjs",

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.9 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB