diff --git a/devicon.json b/devicon.json index 46ad2d2c7..7c7e1b6eb 100644 --- a/devicon.json +++ b/devicon.json @@ -1528,6 +1528,26 @@ "color": "#0769ad", "aliases": [] }, + { + "name": "kotlin", + "tags": [ + "language" + ], + "versions": { + "svg": [ + "original", + "original-wordmark", + "plain", + "plain-wordmark" + ], + "font": [ + "plain", + "plain-wordmark" + ] + }, + "color": "#7C6DB2", + "aliases": [] + }, { "name": "krakenjs", "tags": [ diff --git a/icons/kotlin/kotlin-original-wordmark.svg b/icons/kotlin/kotlin-original-wordmark.svg new file mode 100644 index 000000000..42f3fb2a5 --- /dev/null +++ b/icons/kotlin/kotlin-original-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/kotlin/kotlin-original.svg b/icons/kotlin/kotlin-original.svg new file mode 100644 index 000000000..2c31fd748 --- /dev/null +++ b/icons/kotlin/kotlin-original.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/kotlin/kotlin-plain-wordmark.svg b/icons/kotlin/kotlin-plain-wordmark.svg new file mode 100644 index 000000000..af80dce30 --- /dev/null +++ b/icons/kotlin/kotlin-plain-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/kotlin/kotlin-plain.svg b/icons/kotlin/kotlin-plain.svg new file mode 100644 index 000000000..61e3f53d0 --- /dev/null +++ b/icons/kotlin/kotlin-plain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/kotlin/kotlin.eps b/icons/kotlin/kotlin.eps new file mode 100644 index 000000000..0d88d0511 Binary files /dev/null and b/icons/kotlin/kotlin.eps differ