diff --git a/devicon.json b/devicon.json index 3f7bed210..f553e934a 100644 --- a/devicon.json +++ b/devicon.json @@ -2346,16 +2346,14 @@ "versions": { "svg": [ "original", - "original-wordmark", - "plain", - "plain-wordmark" + "plain" ], "font": [ - "plain", - "plain-wordmark" + "original", + "plain" ] }, - "color": "#136BA2", + "color": "#000000", "aliases": [] }, { @@ -5777,5 +5775,5 @@ "color": "#294172", "aliases": [] } - + ] diff --git a/icons/intellij/intellij-original-wordmark.svg b/icons/intellij/intellij-original-wordmark.svg deleted file mode 100644 index d72ad1f34..000000000 --- a/icons/intellij/intellij-original-wordmark.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/intellij/intellij-original.svg b/icons/intellij/intellij-original.svg index 1d0ba90fc..23effc70d 100644 --- a/icons/intellij/intellij-original.svg +++ b/icons/intellij/intellij-original.svg @@ -1 +1,53 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/intellij/intellij-plain-wordmark.svg b/icons/intellij/intellij-plain-wordmark.svg deleted file mode 100644 index a005bdf05..000000000 --- a/icons/intellij/intellij-plain-wordmark.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/intellij/intellij-plain.svg b/icons/intellij/intellij-plain.svg index d4674fa30..c3317df63 100644 --- a/icons/intellij/intellij-plain.svg +++ b/icons/intellij/intellij-plain.svg @@ -1 +1,6 @@ - \ No newline at end of file + + + + + + \ No newline at end of file diff --git a/icons/intellij/intellij.eps b/icons/intellij/intellij.eps deleted file mode 100644 index e4957a3c7..000000000 Binary files a/icons/intellij/intellij.eps and /dev/null differ diff --git a/package-lock.json b/package-lock.json index fa8d149e2..eae8ceb37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "devicon", - "version": "2.15.0", + "version": "2.15.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "devicon", - "version": "2.14.0", + "version": "2.15.1", "license": "MIT", "devDependencies": { "gulp": "^4.0.2", diff --git a/package.json b/package.json index fcc6b99a7..d9505a699 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devicon", - "version": "2.15.0", + "version": "2.15.1", "description": "Programming related icons collection", "main": "devicon.min.css", "scripts": {