diff --git a/devicon-colors.css b/devicon-colors.css index 0abd003c..d84ac848 100644 --- a/devicon-colors.css +++ b/devicon-colors.css @@ -566,3 +566,6 @@ .devicon-rust-plain.colored { color: #000000; } +.devicon-groovy-plain.colored { + color: #619cbc; +} diff --git a/devicon.json b/devicon.json index fbfe572a..3ffc569a 100644 --- a/devicon.json +++ b/devicon.json @@ -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"], diff --git a/icons/groovy/groovy-original.svg b/icons/groovy/groovy-original.svg new file mode 100644 index 00000000..201c1134 --- /dev/null +++ b/icons/groovy/groovy-original.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/groovy/groovy-plain.svg b/icons/groovy/groovy-plain.svg new file mode 100644 index 00000000..85a57d41 --- /dev/null +++ b/icons/groovy/groovy-plain.svg @@ -0,0 +1 @@ + \ No newline at end of file