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

Updated svgs to use original instead of plain

This commit is contained in:
canaleal
2024-10-13 21:30:56 -04:00
parent 2856eaaa62
commit 815cc67b46
3 changed files with 15 additions and 6 deletions

View File

@@ -10340,16 +10340,25 @@
], ],
"versions": { "versions": {
"svg": [ "svg": [
"plain", "original",
"plain-wordmark" "original-wordmark"
], ],
"font": [ "font": [
"plain", "original",
"plain-wordmark" "original-wordmark"
] ]
}, },
"color": "#fff", "color": "#fff",
"aliases": [] "aliases": [
{
"base": "original",
"alias": "plain"
},
{
"base": "original-wordmark",
"alias": "plain-wordmark"
}
]
}, },
{ {
"name": "tex", "name": "tex",

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB