From 5d798ab2ffe9951b3baa3fa057e8c27ad5471642 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Thu, 10 Oct 2019 11:53:36 +0100 Subject: [PATCH 15/65] Added LaTeX hummingbird logo as latex.svg and updated _data/simple-icons.json (#1722) --- _data/simple-icons.json | 5 +++++ icons/latex.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/latex.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0285bb3adc15..98b659838b2f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1730,6 +1730,11 @@ "hex": "D51007", "source": "http://www.last.fm/about/resources" }, + { + "title": "LaTeX", + "hex": "008080", + "source": "https://github.com/latex3/branding" + }, { "title": "Launchpad", "hex": "F8C300", diff --git a/icons/latex.svg b/icons/latex.svg new file mode 100644 index 000000000000..d6a4355a6c79 --- /dev/null +++ b/icons/latex.svg @@ -0,0 +1 @@ +LaTeX icon \ No newline at end of file From 2c0b1e3f5d10c57959e88c8b3abdf76fa36f42b0 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 10 Oct 2019 18:56:13 +0800 Subject: [PATCH 16/65] Add Stackbit icon (#1699) --- _data/simple-icons.json | 5 +++++ icons/stackbit.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/stackbit.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 98b659838b2f..bdd0e72439ec 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2895,6 +2895,11 @@ "hex": "000000", "source": "http://squarespace.com/brand-guidelines" }, + { + "title": "Stackbit", + "hex": "3EB0FD", + "source": "https://www.stackbit.com/" + }, { "title": "Stack Exchange", "hex": "1E5397", diff --git a/icons/stackbit.svg b/icons/stackbit.svg new file mode 100644 index 000000000000..7b440cef30b8 --- /dev/null +++ b/icons/stackbit.svg @@ -0,0 +1 @@ +Stackbit icon \ No newline at end of file From ed2154d71099f96d62bf7b466aa4efe2b94144dd Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Thu, 10 Oct 2019 12:02:02 +0100 Subject: [PATCH 17/65] Added Node-RED icon (#1727) * Added nodered.svg, updated _data/simple-icons.json * Renamed nodered.svg to node-red.svg to match expected title --- _data/simple-icons.json | 5 +++++ icons/node-red.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/node-red.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index bdd0e72439ec..d0edff48189f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2155,6 +2155,11 @@ "hex": "76D04B", "source": "https://nodemon.io/" }, + { + "title": "Node-RED", + "hex": "8F0000", + "source": "https://nodered.org/about/resources/" + }, { "title": "NPM", "hex": "CB3837", diff --git a/icons/node-red.svg b/icons/node-red.svg new file mode 100644 index 000000000000..b362a13bf167 --- /dev/null +++ b/icons/node-red.svg @@ -0,0 +1 @@ +Node-RED icon \ No newline at end of file From 5909324d79fa8d332279f5f300338daef16b42f9 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Thu, 10 Oct 2019 12:25:14 +0100 Subject: [PATCH 18/65] Added HackerOne (#1723) Closes #1371 --- _data/simple-icons.json | 5 +++++ icons/hackerone.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/hackerone.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d0edff48189f..dc68d4f34c9b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1330,6 +1330,11 @@ "hex": "323754", "source": "https://www.hackerearth.com/logo/" }, + { + "title": "HackerOne", + "hex": "494649", + "source": "https://www.hackerone.com/branding" + }, { "title": "HackerRank", "hex": "2EC866", diff --git a/icons/hackerone.svg b/icons/hackerone.svg new file mode 100644 index 000000000000..e6ce31e1baf9 --- /dev/null +++ b/icons/hackerone.svg @@ -0,0 +1 @@ +HackerOne icon \ No newline at end of file From 9f8a456425f67b9fb8306f38991c4f45aa658c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Moraes?= Date: Thu, 10 Oct 2019 08:26:28 -0300 Subject: [PATCH 19/65] Added Octave icon (#1743) * Added Octave icon * Fix bug json --- _data/simple-icons.json | 5 +++++ icons/octave.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/octave.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index dc68d4f34c9b..3e510a1f21b2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2195,6 +2195,11 @@ "hex": "EC6813", "source": "http://ocaml.org/img/OCaml_Sticker.svg" }, + { + "title": "Octave", + "hex": "0790C0", + "source": "https://www.gnu.org/software/octave/" + }, { "title": "Octopus Deploy", "hex": "2F93E0", diff --git a/icons/octave.svg b/icons/octave.svg new file mode 100644 index 000000000000..d31eec393dae --- /dev/null +++ b/icons/octave.svg @@ -0,0 +1 @@ +Octave icon \ No newline at end of file From 962daacf806013ba46ee19d4a274100f2fe08ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Moraes?= Date: Thu, 10 Oct 2019 08:30:27 -0300 Subject: [PATCH 20/65] Added Lumen icon (#1741) --- _data/simple-icons.json | 5 +++++ icons/lumen.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/lumen.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3e510a1f21b2..18a4e2af1f89 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1820,6 +1820,11 @@ "hex": "2C2D72", "source": "https://www.lua.org/docs.html" }, + { + "title": "Lumen", + "hex": "E74430", + "source": "https://lumen.laravel.com/" + }, { "title": "Lyft", "hex": "FF00BF", diff --git a/icons/lumen.svg b/icons/lumen.svg new file mode 100644 index 000000000000..bc678a64e894 --- /dev/null +++ b/icons/lumen.svg @@ -0,0 +1 @@ +Lumen icon \ No newline at end of file From a5d2beeddb150a94943616f127eda12911557f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Moraes?= Date: Thu, 10 Oct 2019 09:22:13 -0300 Subject: [PATCH 21/65] Added Gitea icon (#1742) * Added Gitea icon * Fix svg --- Closes #1711 --- _data/simple-icons.json | 5 +++++ icons/gitea.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/gitea.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 18a4e2af1f89..a2efcebb449f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1120,6 +1120,11 @@ "hex": "F05032", "source": "http://git-scm.com/downloads/logos" }, + { + "title": "Gitea", + "hex": "609926", + "source": "https://github.com/go-gitea/gitea/tree/master/assets" + }, { "title": "GitHub", "hex": "181717", diff --git a/icons/gitea.svg b/icons/gitea.svg new file mode 100644 index 000000000000..290c7893aac6 --- /dev/null +++ b/icons/gitea.svg @@ -0,0 +1 @@ +Gitea icon \ No newline at end of file From 6357039270dfa122f74c74e6eb03d57c2fb716eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Moraes?= Date: Thu, 10 Oct 2019 10:01:46 -0300 Subject: [PATCH 22/65] Added Groovy icon (#1735) * Added Groovy icon * Fix svg --- _data/simple-icons.json | 5 +++++ icons/groovy.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/groovy.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a2efcebb449f..8d69ecf64140 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1305,6 +1305,11 @@ "hex": "88CE02", "source": "https://greensock.com/" }, + { + "title": "Groovy", + "hex": "4298B8", + "source": "https://groovy-lang.org/" + }, { "title": "Groupon", "hex": "53A318", diff --git a/icons/groovy.svg b/icons/groovy.svg new file mode 100644 index 000000000000..f3265c9f9743 --- /dev/null +++ b/icons/groovy.svg @@ -0,0 +1 @@ +Groovy icon \ No newline at end of file From 047b7f1ee9feacc701519714ec1dccc2bbf8d95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Grosso?= Date: Thu, 10 Oct 2019 13:52:54 -0300 Subject: [PATCH 23/65] Add Kaspersky Icon (#1738) * Adding Kaspersky Icon * Fixed svg format * Fixed hex and typo * Fix on Kaspersky svg * Remove extraneous whitespace * Fixed Position and size --- _data/simple-icons.json | 5 +++++ icons/kaspersky.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/kaspersky.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8d69ecf64140..dd8df1468881 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1645,6 +1645,11 @@ "hex": "6F02B5", "source": "https://www.dropbox.com/sh/2qihtgrzllws8ki/AABmo9X1KMT6lHnvh4Em7dpWa?dl=0" }, + { + "title": "Kaspersky", + "hex": "009982", + "source": "https://www.kaspersky.com" + }, { "title": "Kentico", "hex": "F05A22", diff --git a/icons/kaspersky.svg b/icons/kaspersky.svg new file mode 100644 index 000000000000..b301234f9793 --- /dev/null +++ b/icons/kaspersky.svg @@ -0,0 +1 @@ +Kaspersky icon \ No newline at end of file From 084e2619650107204f9d319fcb33b22d466f0ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Grosso?= Date: Thu, 10 Oct 2019 14:00:07 -0300 Subject: [PATCH 24/65] Adding Seagate Icon (#1740) * Adding Seagate Icon * Fixed Seagate svg * Fixed icon size and position to be in the center * Deleting not ignored jekyll-cache --- _data/simple-icons.json | 5 +++++ icons/seagate.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/seagate.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index dd8df1468881..2eff37373585 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2710,6 +2710,11 @@ "hex": "8A9296", "source": "https://scrutinizer-ci.com" }, + { + "title": "Seagate", + "hex": "72BE4F", + "source": "https://www.seagate.com" + }, { "title": "Sega", "hex": "0089CF", diff --git a/icons/seagate.svg b/icons/seagate.svg new file mode 100644 index 000000000000..8bf07a5536cc --- /dev/null +++ b/icons/seagate.svg @@ -0,0 +1 @@ +Seagate icon \ No newline at end of file From 4b61503b5664127fba86b28f6e28bfda091dfc54 Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Sat, 12 Oct 2019 09:59:19 +0200 Subject: [PATCH 25/65] Added Quarkus icon (#1749) Closes #1748 --- _data/simple-icons.json | 5 +++++ icons/quarkus.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/quarkus.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2eff37373585..f3df33eec420 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2520,6 +2520,11 @@ "hex": "1E262C", "source": "http://branding.quantcast.com/logouse/" }, + { + "title": "Quarkus", + "hex": "4695EB", + "source": "https://design.jboss.org/quarkus/" + }, { "title": "Quora", "hex": "B92B27", diff --git a/icons/quarkus.svg b/icons/quarkus.svg new file mode 100644 index 000000000000..3960ba32f336 --- /dev/null +++ b/icons/quarkus.svg @@ -0,0 +1 @@ +Quarkus icon \ No newline at end of file From 85a5ad5742760f91b8b7aa506f1b3c9cc6648e77 Mon Sep 17 00:00:00 2001 From: netsgnut <284779+netsgnut@users.noreply.github.com> Date: Sat, 12 Oct 2019 16:00:55 +0800 Subject: [PATCH 26/65] Add RadioPublic icon (#1752) Closes #1744 --- _data/simple-icons.json | 5 +++++ icons/radiopublic.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/radiopublic.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f3df33eec420..34b5bec2d97b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2545,6 +2545,11 @@ "hex": "276DC3", "source": "https://www.r-project.org/logo/" }, + { + "title": "RadioPublic", + "hex": "CE262F", + "source": "https://help.radiopublic.com/hc/en-us/articles/360002546754-RadioPublic-logos" + }, { "title": "Rails", "hex": "CC0000", diff --git a/icons/radiopublic.svg b/icons/radiopublic.svg new file mode 100644 index 000000000000..c45eb515fdf0 --- /dev/null +++ b/icons/radiopublic.svg @@ -0,0 +1 @@ +RadioPublic icon \ No newline at end of file From 335cbdf88d25135a957a6fa45e3dce0caea71f60 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 12 Oct 2019 16:13:55 +0800 Subject: [PATCH 27/65] Add Visual Studio icon (#1757) --- _data/simple-icons.json | 5 +++++ icons/visualstudio.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/visualstudio.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 34b5bec2d97b..bcd26567bc87 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3385,6 +3385,11 @@ "hex": "142787", "source": "https://commons.wikimedia.org/wiki/File:Visa_2014_logo_detail.svg" }, + { + "title": "Visual Studio", + "hex": "5C2D91", + "source": "https://visualstudio.microsoft.com/" + }, { "title": "Visual Studio Code", "hex": "007ACC", diff --git a/icons/visualstudio.svg b/icons/visualstudio.svg new file mode 100644 index 000000000000..c8b551b8cb69 --- /dev/null +++ b/icons/visualstudio.svg @@ -0,0 +1 @@ +Visual Studio icon \ No newline at end of file From 8be71545c8765cb65c1df07ef3f0c47227712d12 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 12 Oct 2019 16:22:30 +0800 Subject: [PATCH 28/65] Add Nokia icon (#1754) --- _data/simple-icons.json | 5 +++++ icons/nokia.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/nokia.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index bcd26567bc87..3031ae14aba8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2180,6 +2180,11 @@ "hex": "76D04B", "source": "https://nodemon.io/" }, + { + "title": "Nokia", + "hex": "124191", + "source": "https://www.nokia.com/" + }, { "title": "Node-RED", "hex": "8F0000", diff --git a/icons/nokia.svg b/icons/nokia.svg new file mode 100644 index 000000000000..aea4968d7340 --- /dev/null +++ b/icons/nokia.svg @@ -0,0 +1 @@ +Nokia icon \ No newline at end of file From 8e434db37be0e61934ee1464a8a3a59b78c3406a Mon Sep 17 00:00:00 2001 From: Monika Date: Sat, 12 Oct 2019 01:24:15 -0700 Subject: [PATCH 29/65] Add Glitch icon (#1756) * Add Glitch icon * Update glitch.svg * * * Closes #1249 --- _data/simple-icons.json | 5 +++++ icons/glitch.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/glitch.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3031ae14aba8..825ef6590463 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1150,6 +1150,11 @@ "hex": "0CAA41", "source": "https://www.glassdoor.com/press/images/" }, + { + "title": "Glitch", + "hex": "3333FF", + "source": "https://glitch.com/about/press/" + }, { "title": "Gmail", "hex": "D14836", diff --git a/icons/glitch.svg b/icons/glitch.svg new file mode 100644 index 000000000000..c81bbf3549a7 --- /dev/null +++ b/icons/glitch.svg @@ -0,0 +1 @@ +Glitch icon \ No newline at end of file From cd1bf5fbd48fb62304cf6379086632cc3a1cc3f9 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Sat, 12 Oct 2019 10:33:10 +0200 Subject: [PATCH 30/65] Bump version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8a626d73159..d51b6b83bc17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.17.1", + "version": "1.18.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [ From 0d07a268a94d08385aab0f980f7563833cc2af3e Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Sat, 12 Oct 2019 10:33:35 +0200 Subject: [PATCH 31/65] Bump version in package-lock.json --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index f80cd6ea4fa5..505ca267652a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.17.1", + "version": "1.18.0", "lockfileVersion": 1, "requires": true, "dependencies": { From effc66ce275aa8567903012987edb0f50bd677ef Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sat, 12 Oct 2019 13:51:26 +0300 Subject: [PATCH 32/65] Patch icons with potential display issues (#1760) Same as in https://github.com/simple-icons/simple-icons/pull/1718 --- icons/android.svg | 2 +- icons/feedly.svg | 2 +- icons/gitea.svg | 2 +- icons/glitch.svg | 2 +- icons/groovy.svg | 2 +- icons/happycow.svg | 2 +- icons/issuu.svg | 2 +- icons/kaspersky.svg | 2 +- icons/latex.svg | 2 +- icons/lumen.svg | 2 +- icons/mattermost.svg | 2 +- icons/node-red.svg | 2 +- icons/octave.svg | 2 +- icons/palantir.svg | 2 +- icons/seagate.svg | 2 +- icons/sonos.svg | 2 +- icons/stackbit.svg | 2 +- icons/swagger.svg | 2 +- icons/visualstudio.svg | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/icons/android.svg b/icons/android.svg index 127aebcb0e2c..287f7f5b8727 100644 --- a/icons/android.svg +++ b/icons/android.svg @@ -1 +1 @@ -Android icon +Android icon \ No newline at end of file diff --git a/icons/feedly.svg b/icons/feedly.svg index 6980c6a30121..dd3d19b05a01 100644 --- a/icons/feedly.svg +++ b/icons/feedly.svg @@ -1 +1 @@ -Feedly icon \ No newline at end of file +Feedly icon \ No newline at end of file diff --git a/icons/gitea.svg b/icons/gitea.svg index 290c7893aac6..0fd0e0b0603e 100644 --- a/icons/gitea.svg +++ b/icons/gitea.svg @@ -1 +1 @@ -Gitea icon \ No newline at end of file +Gitea icon \ No newline at end of file diff --git a/icons/glitch.svg b/icons/glitch.svg index c81bbf3549a7..9fd484e52f03 100644 --- a/icons/glitch.svg +++ b/icons/glitch.svg @@ -1 +1 @@ -Glitch icon \ No newline at end of file +Glitch icon \ No newline at end of file diff --git a/icons/groovy.svg b/icons/groovy.svg index f3265c9f9743..b8489f2e28ee 100644 --- a/icons/groovy.svg +++ b/icons/groovy.svg @@ -1 +1 @@ -Groovy icon \ No newline at end of file +Groovy icon \ No newline at end of file diff --git a/icons/happycow.svg b/icons/happycow.svg index d5cc673fd452..b9dca4e4ad9a 100644 --- a/icons/happycow.svg +++ b/icons/happycow.svg @@ -1 +1 @@ -HappyCow icon \ No newline at end of file +HappyCow icon \ No newline at end of file diff --git a/icons/issuu.svg b/icons/issuu.svg index e4fdf185bb13..8a921b728aa7 100644 --- a/icons/issuu.svg +++ b/icons/issuu.svg @@ -1 +1 @@ -Issuu icon +Issuu icon \ No newline at end of file diff --git a/icons/kaspersky.svg b/icons/kaspersky.svg index b301234f9793..0f806b050d7a 100644 --- a/icons/kaspersky.svg +++ b/icons/kaspersky.svg @@ -1 +1 @@ -Kaspersky icon \ No newline at end of file +Kaspersky icon \ No newline at end of file diff --git a/icons/latex.svg b/icons/latex.svg index d6a4355a6c79..f482fe42712a 100644 --- a/icons/latex.svg +++ b/icons/latex.svg @@ -1 +1 @@ -LaTeX icon \ No newline at end of file +LaTeX icon \ No newline at end of file diff --git a/icons/lumen.svg b/icons/lumen.svg index bc678a64e894..e0e1ed4a4219 100644 --- a/icons/lumen.svg +++ b/icons/lumen.svg @@ -1 +1 @@ -Lumen icon \ No newline at end of file +Lumen icon \ No newline at end of file diff --git a/icons/mattermost.svg b/icons/mattermost.svg index 8a3d46f78ae8..e9f1d9e582b3 100644 --- a/icons/mattermost.svg +++ b/icons/mattermost.svg @@ -1 +1 @@ -Mattermost icon \ No newline at end of file +Mattermost icon \ No newline at end of file diff --git a/icons/node-red.svg b/icons/node-red.svg index b362a13bf167..3c2aecd1a3aa 100644 --- a/icons/node-red.svg +++ b/icons/node-red.svg @@ -1 +1 @@ -Node-RED icon \ No newline at end of file +Node-RED icon \ No newline at end of file diff --git a/icons/octave.svg b/icons/octave.svg index d31eec393dae..f1ddb870fcc9 100644 --- a/icons/octave.svg +++ b/icons/octave.svg @@ -1 +1 @@ -Octave icon \ No newline at end of file +Octave icon \ No newline at end of file diff --git a/icons/palantir.svg b/icons/palantir.svg index e34772286fc1..d7b03a8e69df 100644 --- a/icons/palantir.svg +++ b/icons/palantir.svg @@ -1 +1 @@ -Palantir icon +Palantir icon \ No newline at end of file diff --git a/icons/seagate.svg b/icons/seagate.svg index 8bf07a5536cc..a5832d32e2d9 100644 --- a/icons/seagate.svg +++ b/icons/seagate.svg @@ -1 +1 @@ -Seagate icon \ No newline at end of file +Seagate icon \ No newline at end of file diff --git a/icons/sonos.svg b/icons/sonos.svg index 5468b3f78fa2..019cfca86d7d 100644 --- a/icons/sonos.svg +++ b/icons/sonos.svg @@ -1 +1 @@ -Sonos icon \ No newline at end of file +Sonos icon \ No newline at end of file diff --git a/icons/stackbit.svg b/icons/stackbit.svg index 7b440cef30b8..46c871a7b0aa 100644 --- a/icons/stackbit.svg +++ b/icons/stackbit.svg @@ -1 +1 @@ -Stackbit icon \ No newline at end of file +Stackbit icon \ No newline at end of file diff --git a/icons/swagger.svg b/icons/swagger.svg index d60c2f8217a1..97acf09b4e86 100644 --- a/icons/swagger.svg +++ b/icons/swagger.svg @@ -1 +1 @@ -Swagger icon \ No newline at end of file +Swagger icon \ No newline at end of file diff --git a/icons/visualstudio.svg b/icons/visualstudio.svg index c8b551b8cb69..7338e3854a95 100644 --- a/icons/visualstudio.svg +++ b/icons/visualstudio.svg @@ -1 +1 @@ -Visual Studio icon \ No newline at end of file +Visual Studio icon \ No newline at end of file From 1b8e9b9a933f728fbbee9c6b2eab8f0d3d9889b2 Mon Sep 17 00:00:00 2001 From: netsgnut <284779+netsgnut@users.noreply.github.com> Date: Sat, 12 Oct 2019 21:12:32 +0800 Subject: [PATCH 33/65] Add LibreOffice icon (#1762) (#1763) --- _data/simple-icons.json | 5 +++++ icons/libreoffice.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/libreoffice.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 825ef6590463..a3b2049ff041 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1790,6 +1790,11 @@ "hex": "251A15", "source": "https://twitter.com/LibraryThing/status/1054466649271656448" }, + { + "title": "LibreOffice", + "hex": "18A303", + "source": "https://wiki.documentfoundation.org/Marketing/Branding" + }, { "title": "Liberapay", "hex": "F6C915", diff --git a/icons/libreoffice.svg b/icons/libreoffice.svg new file mode 100644 index 000000000000..2672e5737ba9 --- /dev/null +++ b/icons/libreoffice.svg @@ -0,0 +1 @@ +LibreOffice icon \ No newline at end of file From c5d40d4bf4d673351946cd70bf88b2c8b4b617fe Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Sun, 13 Oct 2019 13:00:41 +0200 Subject: [PATCH 34/65] Add IBM (#1768) Color and vector taken from their design language guide https://www.ibm.com/design/language/elements/logos/8-bar --- _data/simple-icons.json | 5 +++++ icons/ibm.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ibm.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a3b2049ff041..31f8f08bd593 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1475,6 +1475,11 @@ "hex": "004E81", "source": "https://upload.wikimedia.org/wikipedia/commons/f/f7/IATAlogo.svg" }, + { + "title": "IBM", + "hex": "054ADA", + "source": "https://www.ibm.com/design/language/elements/logos/8-bar/" + }, { "title": "iCloud", "hex": "3693F3", diff --git a/icons/ibm.svg b/icons/ibm.svg new file mode 100644 index 000000000000..0da23ee405e8 --- /dev/null +++ b/icons/ibm.svg @@ -0,0 +1 @@ +IBM icon From 4034ac9d1c81b8de64a165cf61533f739b5994f8 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sun, 13 Oct 2019 12:03:21 +0100 Subject: [PATCH 35/65] Added Apache Airflow (#1766) Closes #1479 --- _data/simple-icons.json | 5 +++++ icons/apacheairflow.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/apacheairflow.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 31f8f08bd593..fe0014c86796 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -160,6 +160,11 @@ "hex": "D22128", "source": "https://www.apache.org/foundation/press/kit/" }, + { + "title": "Apache Airflow", + "hex": "007A88", + "source": "https://github.com/apache/airflow/tree/master/docs/img/logos" + }, { "title": "Apache Flink", "hex": "E6526F", diff --git a/icons/apacheairflow.svg b/icons/apacheairflow.svg new file mode 100644 index 000000000000..b91987793930 --- /dev/null +++ b/icons/apacheairflow.svg @@ -0,0 +1 @@ +Apache Airflow icon \ No newline at end of file From 98a9c193acd4e8edd8d8ab4936f7839ebb0f7d16 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Sun, 13 Oct 2019 13:23:48 +0200 Subject: [PATCH 36/65] Add Cisco (#1769) Icon and color taken from SVG in header of cisco.com Manually expanded 's (Illustrator doesn't support them :( ) --- _data/simple-icons.json | 5 +++++ icons/cisco.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/cisco.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fe0014c86796..974607cccd67 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -475,6 +475,11 @@ "hex": "212121", "source": "https://cirrus-ci.org" }, + { + "title": "Cisco", + "hex": "1BA0D7", + "source": "https://www.cisco.com/" + }, { "title": "CiviCRM", "hex": "81C459", diff --git a/icons/cisco.svg b/icons/cisco.svg new file mode 100644 index 000000000000..17358f1e2079 --- /dev/null +++ b/icons/cisco.svg @@ -0,0 +1 @@ +Cisco icon \ No newline at end of file From c500f2f3096af8b618bead6dda0d982ec2603ff7 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Sun, 13 Oct 2019 13:26:53 +0200 Subject: [PATCH 37/65] Add Epson (#1770) Logo was extracted from their annual report PDF Color was taken from the accent color on their website This color also lines up with the one Wikimedia uses[1] for their logo 1. https://commons.wikimedia.org/wiki/File:Epson_logo.svg --- _data/simple-icons.json | 5 +++++ icons/epson.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/epson.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 974607cccd67..b2b953003c77 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -915,6 +915,11 @@ "hex": "313131", "source": "https://www.epicgames.com/" }, + { + "title": "Epson", + "hex": "003399", + "source": "https://global.epson.com/IR/library/" + }, { "title": "ESEA", "hex": "0E9648", diff --git a/icons/epson.svg b/icons/epson.svg new file mode 100644 index 000000000000..81477ef18847 --- /dev/null +++ b/icons/epson.svg @@ -0,0 +1 @@ +Epson icon \ No newline at end of file From 230e258403f6a6fee35c5c20d5e077327b1c4c2b Mon Sep 17 00:00:00 2001 From: Denni Bevilacqua Date: Sun, 13 Oct 2019 13:29:06 +0200 Subject: [PATCH 38/65] Add hp icon (#1759) * Add HP icon * Add missing title attribute to svg icon * SVG optimization * Modified icon according to last indications * * * Closes #1640 --- _data/simple-icons.json | 5 +++++ icons/hp.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/hp.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b2b953003c77..edfee3368471 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1455,6 +1455,11 @@ "hex": "7AC142", "source": "http://www.houzz.co.uk/buttonsAndBadges" }, + { + "title": "HP", + "hex": "0096D6", + "source": "https://commons.wikimedia.org/wiki/File:HP_New_Logo_2D.svg" + }, { "title": "HTML5", "hex": "E34F26", diff --git a/icons/hp.svg b/icons/hp.svg new file mode 100644 index 000000000000..47867a64183d --- /dev/null +++ b/icons/hp.svg @@ -0,0 +1 @@ +HP icon \ No newline at end of file From 65375c77f189f96dd2f4060118f708943eb4b81c Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 14 Oct 2019 02:25:21 +0800 Subject: [PATCH 39/65] Add CentOS icon (#1764) * Add CentOS icon * Update the CentOS brand color --- _data/simple-icons.json | 5 +++++ icons/centos.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/centos.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index edfee3368471..785ed5fce428 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -445,6 +445,11 @@ "hex": "1287B1", "source": "https://upload.wikimedia.org/wikipedia/commons/5/5e/Cassandra_logo.svg" }, + { + "title": "CentOS", + "hex": "262577", + "source": "https://wiki.centos.org/ArtWork/Brand/Logo" + }, { "title": "CEVO", "hex": "1EABE2", diff --git a/icons/centos.svg b/icons/centos.svg new file mode 100644 index 000000000000..9253069ee0a1 --- /dev/null +++ b/icons/centos.svg @@ -0,0 +1 @@ +CentOS icon \ No newline at end of file From ec47ff9fa853202d1f095b7cf6f86099737c2f10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 02:10:51 +0200 Subject: [PATCH 40/65] Update dependency uglify-js to v3.6.1 (#1773) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 505ca267652a..9cd3baa45793 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6084,12 +6084,12 @@ } }, "uglify-js": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.0.tgz", - "integrity": "sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.1.tgz", + "integrity": "sha512-+dSJLJpXBb6oMHP+Yvw8hUgElz4gLTh82XuX68QiJVTXaE5ibl6buzhNkQdYhBlIhozWOC9ge16wyRmjG4TwVQ==", "dev": true, "requires": { - "commander": "~2.20.0", + "commander": "2.20.0", "source-map": "~0.6.1" }, "dependencies": { diff --git a/package.json b/package.json index d51b6b83bc17..5c5f22f86145 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "jsonlint2": "1.7.1", "svglint": "1.0.5", "svgo": "1.3.0", - "uglify-js": "3.6.0" + "uglify-js": "3.6.1" }, "scripts": { "build": "node scripts/build-package.js", From 21c6bbf3808597f228bf2a0c57da5b90b278e3cf Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 15 Oct 2019 18:38:57 +0100 Subject: [PATCH 41/65] Added Minetest icon (#1751) * Added minetest.svg, updated _data/simle-icons.json * Updated minetest.svg to fix siz issue * Updated path in minetest.svg to thicker stroke width * * * Closes #1481 --- _data/simple-icons.json | 5 +++++ icons/minetest.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/minetest.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 785ed5fce428..7ed4d7ef7b3c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2065,6 +2065,11 @@ "hex": "2B579A", "source": "https://www.office.com" }, + { + "title": "Minetest", + "hex": "53AC56", + "source": "https://www.minetest.net/" + }, { "title": "Linux Mint", "hex": "87CF3E", diff --git a/icons/minetest.svg b/icons/minetest.svg new file mode 100644 index 000000000000..9107497f9f3f --- /dev/null +++ b/icons/minetest.svg @@ -0,0 +1 @@ +Minetest icon \ No newline at end of file From 3db785c36a94b3f15587244f9c2dd3d6275a7097 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Wed, 16 Oct 2019 08:23:40 +0100 Subject: [PATCH 42/65] Added Genius (#1777) Closes #1622 --- _data/simple-icons.json | 5 +++++ icons/genius.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/genius.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7ed4d7ef7b3c..067bb271f836 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1115,6 +1115,11 @@ "hex": "2FA66A", "source": "http://get.gaug.es/" }, + { + "title": "Genius", + "hex": "FFFF64", + "source": "https://upload.wikimedia.org/wikipedia/en/a/ad/Genius_website_logo.svg" + }, { "title": "Gentoo", "hex": "54487A", diff --git a/icons/genius.svg b/icons/genius.svg new file mode 100644 index 000000000000..dbabb9377010 --- /dev/null +++ b/icons/genius.svg @@ -0,0 +1 @@ +Genius icon \ No newline at end of file From 40c3b20ca9d1a822c479bbca4525cd87cdab9b26 Mon Sep 17 00:00:00 2001 From: Denni Bevilacqua Date: Thu, 17 Oct 2019 19:17:58 +0200 Subject: [PATCH 43/65] Add Lenovo icon (#1772) * Add Lenovo icon * Correct icon name casing * Update icon and data with last indications * Remove first blank line and fix letters position * * * Closes #1648 --- _data/simple-icons.json | 5 +++++ icons/lenovo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/lenovo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 067bb271f836..dcde377cea3d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1805,6 +1805,11 @@ "hex": "F89F1B", "source": "https://leetcode.com" }, + { + "title": "Lenovo", + "hex": "E2231A", + "source": "https://www.lenovopartnernetwork.com/us/branding/" + }, { "title": "Let’s Encrypt", "hex": "003A70", diff --git a/icons/lenovo.svg b/icons/lenovo.svg new file mode 100644 index 000000000000..8ecb1b4e0022 --- /dev/null +++ b/icons/lenovo.svg @@ -0,0 +1 @@ +Lenovo icon \ No newline at end of file From 562c500a62f0ebe3e5d1209cb7900adbb51c63d8 Mon Sep 17 00:00:00 2001 From: Paul Wijnberg Date: Fri, 18 Oct 2019 00:45:23 -0700 Subject: [PATCH 44/65] Add iDEAL icon (#1778) Closes #1746 --- _data/simple-icons.json | 5 +++++ icons/ideal.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ideal.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index dcde377cea3d..22cb2c9f20df 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1530,6 +1530,11 @@ "hex": "7EBD00", "source": "https://en.wikipedia.org/wiki/File:ICQ.svg" }, + { + "title": "iDEAL", + "hex": "CC0066", + "source": "https://www.ideal.nl/cms/files/Manual_iDEAL_logo.pdf" + }, { "title": "iFixit", "hex": "0071CE", diff --git a/icons/ideal.svg b/icons/ideal.svg new file mode 100644 index 000000000000..a9d0e60bee2c --- /dev/null +++ b/icons/ideal.svg @@ -0,0 +1 @@ +iDEAL icon \ No newline at end of file From 3128206c7e93b60d72168a1be4673c0e339cc1ba Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Fri, 18 Oct 2019 12:14:53 +0100 Subject: [PATCH 45/65] Add Plesk icon (#1781) * Added plesk.svg, updated _data/simple-icons.json * Update _data/simple-icons.json * * * Closes #1613 --- _data/simple-icons.json | 5 +++++ icons/plesk.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/plesk.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 22cb2c9f20df..129c9ba6ac1b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2465,6 +2465,11 @@ "hex": "003791", "source": "https://commons.wikimedia.org/wiki/File:PlayStation_4_logo_and_wordmark.svg" }, + { + "title": "Plesk", + "hex": "52BBE6", + "source": "https://www.plesk.com/brand/" + }, { "title": "Plex", "hex": "E5A00D", diff --git a/icons/plesk.svg b/icons/plesk.svg new file mode 100644 index 000000000000..88a6cbe45052 --- /dev/null +++ b/icons/plesk.svg @@ -0,0 +1 @@ +Plesk icon \ No newline at end of file From d42613119493a6b7f165d0e97b0a64d1ad59d636 Mon Sep 17 00:00:00 2001 From: Paul Wijnberg Date: Fri, 18 Oct 2019 05:59:08 -0700 Subject: [PATCH 46/65] Add Bancontact icon (#1779) * Add Bancontact icon * Removed text 'Bancontact' from Bancontact logo * * * Closes #1747 --- _data/simple-icons.json | 5 +++++ icons/bancontact.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bancontact.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 129c9ba6ac1b..9b11531f447a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -290,6 +290,11 @@ "hex": "0052CC", "source": "https://www.atlassian.design/guidelines/marketing/resources/logo-files" }, + { + "title": "Bancontact", + "hex": "005498", + "source": "https://www.bancontact.com/en/promotion-material/guidelines-logo" + }, { "title": "Bandcamp", "hex": "408294", diff --git a/icons/bancontact.svg b/icons/bancontact.svg new file mode 100644 index 000000000000..f38db88992dc --- /dev/null +++ b/icons/bancontact.svg @@ -0,0 +1 @@ +Bancontact icon \ No newline at end of file From c119e9b4d949eb7ecc0b149e36f5fea087adbaff Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sat, 19 Oct 2019 21:49:01 +0100 Subject: [PATCH 47/65] Added krita.svg, updated _data/simple-icons.json (#1775) --- _data/simple-icons.json | 5 +++++ icons/krita.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/krita.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9b11531f447a..fafac099dc18 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1770,6 +1770,11 @@ "hex": "F16061", "source": "https://ko-fi.com/home/about" }, + { + "title": "Krita", + "hex": "3BABFF", + "source": "https://krita.org/en/about/press/" + }, { "title": "Kubernetes", "hex": "326CE5", diff --git a/icons/krita.svg b/icons/krita.svg new file mode 100644 index 000000000000..7e43a30df943 --- /dev/null +++ b/icons/krita.svg @@ -0,0 +1 @@ +Krita icon \ No newline at end of file From 754c38eea632abeefe5bbafddecbc3004dfb3c9c Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sat, 19 Oct 2019 22:03:53 +0100 Subject: [PATCH 48/65] Add XRP icon (#1783) * Added xrp.svg, updated _data/simple-icons.json * Shorten XRP source URL --- _data/simple-icons.json | 5 +++++ icons/xrp.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/xrp.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fafac099dc18..9fe3b002aac0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3625,6 +3625,11 @@ "hex": "005571", "source": "https://www.elastic.co/brand" }, + { + "title": "XRP", + "hex": "25A768", + "source": "https://xrpl.org/" + }, { "title": "XSplit", "hex": "0095DE", diff --git a/icons/xrp.svg b/icons/xrp.svg new file mode 100644 index 000000000000..9335c3e95086 --- /dev/null +++ b/icons/xrp.svg @@ -0,0 +1 @@ +XRP icon \ No newline at end of file From 00bba9df1e946c2a6ab22b4247ad233ceb75a103 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sat, 19 Oct 2019 22:05:44 +0100 Subject: [PATCH 49/65] Added ripple.svg, updated _data/simple-icons.json (#1784) --- _data/simple-icons.json | 5 +++++ icons/ripple.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ripple.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9fe3b002aac0..1d17d0e3dfe8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2700,6 +2700,11 @@ "hex": "368BD6", "source": "https://github.com/vector-im/logos/tree/master/riot" }, + { + "title": "Ripple", + "hex": "0085C0", + "source": "https://www.ripple.com/media-kit/" + }, { "title": "Riseup", "hex": "5E9EE3", diff --git a/icons/ripple.svg b/icons/ripple.svg new file mode 100644 index 000000000000..ecb6fc86d3ec --- /dev/null +++ b/icons/ripple.svg @@ -0,0 +1 @@ +Ripple icon \ No newline at end of file From 16875dca7e608aaa2c4f34a06aa3758a1186149a Mon Sep 17 00:00:00 2001 From: netsgnut <284779+netsgnut@users.noreply.github.com> Date: Sun, 20 Oct 2019 05:39:52 +0800 Subject: [PATCH 50/65] Add SVG icon (#1790) --- _data/simple-icons.json | 5 +++++ icons/svg.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/svg.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1d17d0e3dfe8..8e348ff89258 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3145,6 +3145,11 @@ "hex": "FF3E00", "source": "https://github.com/sveltejs/svelte/tree/master/site/static" }, + { + "title": "SVG", + "hex": "FFB13B", + "source": "https://www.w3.org/2009/08/svg-logos.html" + }, { "title": "Swagger", "hex": "85EA2D", diff --git a/icons/svg.svg b/icons/svg.svg new file mode 100644 index 000000000000..7fe4377d8fdd --- /dev/null +++ b/icons/svg.svg @@ -0,0 +1 @@ +SVG icon \ No newline at end of file From 7371e2cb8ffb46dff25b7c734f6be2036c639ffd Mon Sep 17 00:00:00 2001 From: Mert991 <51087948+Mert991@users.noreply.github.com> Date: Sun, 20 Oct 2019 00:10:00 +0200 Subject: [PATCH 51/65] Add Nec (#1796) * Create nec.svg * I added Nec data --- _data/simple-icons.json | 5 +++++ icons/nec.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/nec.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8e348ff89258..4994e4f191dc 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2184,6 +2184,11 @@ "title": "NativeScript", "hex": "3655FF", "source": "https://docs.nativescript.org/" + }, + { + "title": "NEC", + "hex": "1414A0", + "source": "https://commons.wikimedia.org/wiki/File:NEC_logo.svg" }, { "title": "Neo4j", diff --git a/icons/nec.svg b/icons/nec.svg new file mode 100644 index 000000000000..51011af39e17 --- /dev/null +++ b/icons/nec.svg @@ -0,0 +1 @@ +NEC icon From f11ae61afe11e912ca337dcc51f9648d7a0c77e9 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Sun, 20 Oct 2019 00:33:52 +0200 Subject: [PATCH 52/65] Add .jekyll-cache/ to gitignore --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 08cab173ebed..ab3da104d409 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,14 @@ - # Created by https://www.gitignore.io/api/sass,macos,jekyll ### Jekyll ### _site/ .sass-cache/ +.jekyll-cache/ .jekyll-metadata ### macOS ### -*.DS_Store +# General +.DS_Store .AppleDouble .LSOverride @@ -35,6 +36,8 @@ Temporary Items ### Sass ### *.css.map +*.sass.map +*.scss.map # End of https://www.gitignore.io/api/sass,macos,jekyll From 2f0895e2d0ddd5e0e2b2cf59ac095ee9d89da43c Mon Sep 17 00:00:00 2001 From: neverix <46641404+neverix@users.noreply.github.com> Date: Sun, 20 Oct 2019 13:36:23 +0300 Subject: [PATCH 53/65] Added Nim logo (#1776) * Added Nim logo * Fixed wrong icon * Changed Nim color --- _data/simple-icons.json | 5 +++++ icons/nim.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/nim.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 4994e4f191dc..6ac0505e551e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2225,6 +2225,11 @@ "hex": "269539", "source": "https://www.nginx.com/" }, + { + "title": "Nim", + "hex": "FFE953", + "source": "https://nim-lang.org" + }, { "title": "Nintendo", "hex": "8F8F8F", diff --git a/icons/nim.svg b/icons/nim.svg new file mode 100644 index 000000000000..7acc57d49120 --- /dev/null +++ b/icons/nim.svg @@ -0,0 +1 @@ +Nim icon From f7fc8871a7395d01bb442dedaca8589fb61d87d3 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sun, 20 Oct 2019 14:17:15 +0100 Subject: [PATCH 54/65] Updated path in podcasts.svg to reflect new icon specification (#1803) --- icons/podcasts.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/podcasts.svg b/icons/podcasts.svg index 39c4295158a0..4cc2dccd0f2b 100644 --- a/icons/podcasts.svg +++ b/icons/podcasts.svg @@ -1 +1 @@ -Podcasts icon \ No newline at end of file +Podcasts icon \ No newline at end of file From d62eb44a2351bdf9dc0af394773e6528e2b37c84 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Mon, 21 Oct 2019 00:31:02 +0300 Subject: [PATCH 55/65] Rename 'Podcasts' to 'Apple Podcasts' (#1805) --- _data/simple-icons.json | 10 +++++----- icons/applepodcasts.svg | 1 + icons/podcasts.svg | 1 - 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 icons/applepodcasts.svg delete mode 100644 icons/podcasts.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6ac0505e551e..1c3b3e0d39a2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -185,6 +185,11 @@ "hex": "000000", "source": "https://developer.apple.com/apple-pay/marketing/" }, + { + "title": "Apple Podcasts", + "hex": "9933CC", + "source": "https://www.apple.com/itunes/marketing-on-podcasts/identity-guidelines.html#apple-podcasts-icon" + }, { "title": "AppVeyor", "hex": "00B3E0", @@ -2510,11 +2515,6 @@ "hex": "EF3F56", "source": "https://getpocket.com/blog/press/" }, - { - "title": "Podcasts", - "hex": "9933CC", - "source": "https://www.apple.com/itunes/marketing-on-podcasts/identity-guidelines.html#apple-podcasts-icon" - }, { "title": "PostgreSQL", "hex": "336791", diff --git a/icons/applepodcasts.svg b/icons/applepodcasts.svg new file mode 100644 index 000000000000..d52fe0354ce6 --- /dev/null +++ b/icons/applepodcasts.svg @@ -0,0 +1 @@ +Apple Podcasts icon diff --git a/icons/podcasts.svg b/icons/podcasts.svg deleted file mode 100644 index 4cc2dccd0f2b..000000000000 --- a/icons/podcasts.svg +++ /dev/null @@ -1 +0,0 @@ -Podcasts icon \ No newline at end of file From 807c83ff8208202efb284938ccf855c4634610ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 08:35:27 +0300 Subject: [PATCH 56/65] Update dependency uglify-js to v3.6.3 (#1806) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cd3baa45793..7c2874451f35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1310,9 +1310,9 @@ } }, "commander": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz", - "integrity": "sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==", + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true }, "component-emitter": { @@ -6084,12 +6084,12 @@ } }, "uglify-js": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.1.tgz", - "integrity": "sha512-+dSJLJpXBb6oMHP+Yvw8hUgElz4gLTh82XuX68QiJVTXaE5ibl6buzhNkQdYhBlIhozWOC9ge16wyRmjG4TwVQ==", + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.3.tgz", + "integrity": "sha512-KfQUgOqTkLp2aZxrMbCuKCDGW9slFYu2A23A36Gs7sGzTLcRBDORdOi5E21KWHFIfkY8kzgi/Pr1cXCh0yIp5g==", "dev": true, "requires": { - "commander": "2.20.0", + "commander": "~2.20.3", "source-map": "~0.6.1" }, "dependencies": { diff --git a/package.json b/package.json index 5c5f22f86145..6abc92ae6660 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "jsonlint2": "1.7.1", "svglint": "1.0.5", "svgo": "1.3.0", - "uglify-js": "3.6.1" + "uglify-js": "3.6.3" }, "scripts": { "build": "node scripts/build-package.js", From 4203cc1bdd8be55e38daf7fc0721700a637b0c84 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Mon, 21 Oct 2019 20:11:37 +0100 Subject: [PATCH 57/65] Add Habr icon (#1804) * Added habr.svg, updated _data/simple-icons.json * Updated path in habr.svg to reflect requested changes * * * Closes #1280 --- _data/simple-icons.json | 9 +++++++-- icons/habr.svg | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 icons/habr.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1c3b3e0d39a2..35643c583cbe 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1370,6 +1370,11 @@ "hex": "72EF36", "source": "https://www.gumtree.com" }, + { + "title": "Habr", + "hex": "77A2B6", + "source": "https://habr.com/" + }, { "title": "Hackaday", "hex": "1A1A1A", @@ -2189,8 +2194,8 @@ "title": "NativeScript", "hex": "3655FF", "source": "https://docs.nativescript.org/" - }, - { + }, + { "title": "NEC", "hex": "1414A0", "source": "https://commons.wikimedia.org/wiki/File:NEC_logo.svg" diff --git a/icons/habr.svg b/icons/habr.svg new file mode 100644 index 000000000000..f747803f0bfd --- /dev/null +++ b/icons/habr.svg @@ -0,0 +1 @@ +Habr icon \ No newline at end of file From 8e1d71f7df378d62ff8b07f55b4e08e2b2f0a25d Mon Sep 17 00:00:00 2001 From: Louis Tsai Date: Tue, 22 Oct 2019 13:46:07 +0200 Subject: [PATCH 58/65] Add symantec (#1797) * Add symantec * Re-do Symantec (#1797) --- _data/simple-icons.json | 5 +++++ icons/symantec.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/symantec.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 35643c583cbe..cf068b143353 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3180,6 +3180,11 @@ "hex": "FA7343", "source": "https://developer.apple.com/develop/" }, + { + "title": "Symantec", + "hex": "FDB511", + "source": "https://commons.wikimedia.org/wiki/File:Symantec_logo10.svg" + }, { "title": "Symfony", "hex": "000000", diff --git a/icons/symantec.svg b/icons/symantec.svg new file mode 100644 index 000000000000..deafa341bae9 --- /dev/null +++ b/icons/symantec.svg @@ -0,0 +1 @@ +Symantec icon \ No newline at end of file From 986cc11fb531c45e4873476567a8079023024a7d Mon Sep 17 00:00:00 2001 From: Louis Tsai Date: Tue, 22 Oct 2019 18:36:47 +0200 Subject: [PATCH 59/65] Analogue (#1802) * Move Ardunio to the right place * Add Analogue * Remove extra line * Fix Analogue colour --- _data/simple-icons.json | 15 ++++++++++----- icons/analogue.svg | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 icons/analogue.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index cf068b143353..bbdc5ba28b26 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5,11 +5,6 @@ "hex": "5C2D91", "source": "https://docs.microsoft.com/en-us/dotnet/images/hub/net.svg" }, - { - "title": "Arduino", - "hex": "00979D", - "source": "https://cdn.arduino.cc/projecthub/img/Arduino-logo.svg" - }, { "title": "500px", "hex": "0099E5", @@ -130,6 +125,11 @@ "hex": "42B029", "source": "https://www.anaconda.com/media-kit/" }, + { + "title": "Analogue", + "hex": "1A1A1A", + "source": "https://www.analogue.co/" + }, { "title": "Android", "hex": "3DDC84", @@ -210,6 +210,11 @@ "hex": "990000", "source": "https://archiveofourown.org/" }, + { + "title": "Arduino", + "hex": "00979D", + "source": "https://cdn.arduino.cc/projecthub/img/Arduino-logo.svg" + }, { "title": "ArtStation", "hex": "13AFF0", diff --git a/icons/analogue.svg b/icons/analogue.svg new file mode 100644 index 000000000000..b3e56dcbb4fa --- /dev/null +++ b/icons/analogue.svg @@ -0,0 +1 @@ +Analogue icon \ No newline at end of file From 5eeb45ad97befb5cd4b2766437b86d8add5cbd65 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 22 Oct 2019 20:52:52 +0100 Subject: [PATCH 60/65] Add Adguard icon (#1810) * Added adguard.svg, updated _data/simple-icons.json * Updated adguard.svg path to reflect new source --- _data/simple-icons.json | 5 +++++ icons/adguard.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/adguard.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index bbdc5ba28b26..52074a5edb58 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -25,6 +25,11 @@ "hex": "FF6550", "source": "http://www.addthis.com/" }, + { + "title": "AdGuard", + "hex": "66B574", + "source": "https://adguard.com/en/contribute.html" + }, { "title": "Adobe", "hex": "FF0000", diff --git a/icons/adguard.svg b/icons/adguard.svg new file mode 100644 index 000000000000..35663b1ba447 --- /dev/null +++ b/icons/adguard.svg @@ -0,0 +1 @@ +AdGuard icon \ No newline at end of file From 87699264910fe656968606584e0a11dad1bd09b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Grosso?= Date: Wed, 23 Oct 2019 06:11:56 -0300 Subject: [PATCH 61/65] Added Strapi Icon (#1787) * Added Strapi Icon * Changed svg and hex for the original source * Fixed svg where it had 2 paths * One lining svg code * Removed blank lines * * * Closes #1593 --- _data/simple-icons.json | 5 +++++ icons/strapi.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/strapi.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 52074a5edb58..def09d071572 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3125,6 +3125,11 @@ "hex": "FF4785", "source": "https://github.com/storybookjs/brand" }, + { + "title": "Strapi", + "hex": "2E7EEA", + "source": "https://strapi.io/" + }, { "title": "Strava", "hex": "FC4C02", diff --git a/icons/strapi.svg b/icons/strapi.svg new file mode 100644 index 000000000000..2d2ac2b0eeb3 --- /dev/null +++ b/icons/strapi.svg @@ -0,0 +1 @@ +Strapi icon \ No newline at end of file From 2090de2e043a586e86192bde7bc02040747c3a04 Mon Sep 17 00:00:00 2001 From: reginareynolds Date: Wed, 23 Oct 2019 09:24:57 -0400 Subject: [PATCH 62/65] Gimp icon (simple-icons#1709) (#1813) * Add GIMP info to simple-icons.json * Add GIMP .svg (simple-icons#1709) * Rename GIMP.svg to gimp.svg --- _data/simple-icons.json | 5 +++++ icons/gimp.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/gimp.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index def09d071572..fa88ead7f8ad 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1160,6 +1160,11 @@ "hex": "738A94", "source": "https://ghost.org/design" }, + { + "title": "GIMP", + "hex": "5C5543", + "source": "https://www.gimp.org/about/linking.html#wilber-the-gimp-mascot" + }, { "title": "Git", "hex": "F05032", diff --git a/icons/gimp.svg b/icons/gimp.svg new file mode 100644 index 000000000000..2b2eb8e0d543 --- /dev/null +++ b/icons/gimp.svg @@ -0,0 +1 @@ +GIMP icon From b39a38f370592ecc701ac7f92b0e571657927460 Mon Sep 17 00:00:00 2001 From: netsgnut <284779+netsgnut@users.noreply.github.com> Date: Wed, 23 Oct 2019 21:28:52 +0800 Subject: [PATCH 63/65] Add uBlock Origin icon (#1815) --- _data/simple-icons.json | 5 +++++ icons/ublockorigin.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ublockorigin.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fa88ead7f8ad..98953d9ffff4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3410,6 +3410,11 @@ "hex": "000000", "source": "https://www.ubisoft.com/en-US/company/overview.aspx" }, + { + "title": "uBlock Origin", + "hex": "800000", + "source": "https://github.com/gorhill/uBlock/blob/master/src/img/ublock.svg" + }, { "title": "Ubuntu", "hex": "E95420", diff --git a/icons/ublockorigin.svg b/icons/ublockorigin.svg new file mode 100644 index 000000000000..0cf35f73b792 --- /dev/null +++ b/icons/ublockorigin.svg @@ -0,0 +1 @@ +uBlock Origin icon \ No newline at end of file From 5a2b321a5637ef7d524a7e80d3e1937b598ff2b4 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Wed, 23 Oct 2019 15:36:12 +0200 Subject: [PATCH 64/65] Version bump in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6abc92ae6660..4f2a3f75434f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.18.0", + "version": "1.19.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [ From 11801f3299b364742e3e6bbdb2f69b4f9d0d82bf Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Wed, 23 Oct 2019 15:36:39 +0200 Subject: [PATCH 65/65] Version bump in package-lock.json --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 7c2874451f35..fe6a84fc8ebf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.18.0", + "version": "1.19.0", "lockfileVersion": 1, "requires": true, "dependencies": {