1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-18 04:11:48 +02:00

Merge pull request #237 from weh/features/add-groovy

Add Groovy original svg icon
This commit is contained in:
Clemens Bastian
2020-07-01 19:24:22 +02:00
committed by GitHub
4 changed files with 13 additions and 0 deletions

View File

@@ -566,3 +566,6 @@
.devicon-rust-plain.colored {
color: #000000;
}
.devicon-groovy-plain.colored {
color: #619cbc;
}

View File

@@ -407,6 +407,14 @@
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "groovy",
"tags": ["programming", "language"],
"versions": {
"svg": ["original", "plain"],
"font": ["plain"]
}
},
{
"name": "grunt",
"tags": ["task-runner", "nodejs"],

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 60 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 60 KiB