1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-16 19:44:05 +02:00

awk: Add plain icon

[why]
There are only wordmark icons for awk.

[how]
Just isolate the bird from the wordmark icons and put it into one
dedicated plain icon.

[note]
SVGO run done by Snailedit.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow
2024-09-05 08:40:41 +02:00
committed by Fini
parent d6ea308995
commit 5c703fddfa
2 changed files with 3 additions and 5 deletions

View File

@@ -795,6 +795,7 @@
], ],
"versions": { "versions": {
"svg": [ "svg": [
"original",
"original-wordmark", "original-wordmark",
"plain-wordmark" "plain-wordmark"
], ],
@@ -805,11 +806,7 @@
"color": "#0a094d", "color": "#0a094d",
"aliases": [ "aliases": [
{ {
"base": "original-wordmark", "base": "original",
"alias": "original"
},
{
"base": "plain-wordmark",
"alias": "plain" "alias": "plain"
} }
] ]

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.1 KiB