From 9ede8ba50b5962e529bb00c37e621e2886124a8e Mon Sep 17 00:00:00 2001 From: Ayoub Date: Sun, 8 Dec 2019 22:46:29 +0100 Subject: [PATCH 01/64] Add Dart logo --- _data/simple-icons.json | 5 +++++ icons/dart.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/dart.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 44f343d0..c2225578 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -701,6 +701,11 @@ "hex": "0066DC", "source": "http://press.dailymotion.com/?page_id=346" }, + { + "title": "Dart", + "hex": "0175C2", + "source": "https://github.com/dart-lang/site-shared/tree/a480c72c397dd1562a4a4b765db16e19748cdfd6/src/_assets/image/dart/logo" + }, { "title": "Dashlane", "hex": "007C97", diff --git a/icons/dart.svg b/icons/dart.svg new file mode 100644 index 00000000..a44ec6ad --- /dev/null +++ b/icons/dart.svg @@ -0,0 +1 @@ + \ No newline at end of file From 536ccdfe06da5d620bc304f0508446a5c0c1bb9e Mon Sep 17 00:00:00 2001 From: Ayoub Date: Sun, 8 Dec 2019 23:29:07 +0100 Subject: [PATCH 02/64] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20icon=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- icons/dart.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/dart.svg b/icons/dart.svg index a44ec6ad..a67d1b0b 100644 --- a/icons/dart.svg +++ b/icons/dart.svg @@ -1 +1 @@ - \ No newline at end of file +Dart icon \ No newline at end of file From 3b208170d7f8cb34bfc4d278c4ebeb70871ef1cf Mon Sep 17 00:00:00 2001 From: Ayoub Date: Sun, 8 Dec 2019 23:32:18 +0100 Subject: [PATCH 03/64] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20icon=20reference?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c2225578..8ee5bc46 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -704,7 +704,7 @@ { "title": "Dart", "hex": "0175C2", - "source": "https://github.com/dart-lang/site-shared/tree/a480c72c397dd1562a4a4b765db16e19748cdfd6/src/_assets/image/dart/logo" + "source": "https://github.com/dart-lang/site-shared/tree/master/src/_assets/image/dart/logo" }, { "title": "Dashlane", From 3e15c5e55bb05a64843bb6e317c200ae31c64401 Mon Sep 17 00:00:00 2001 From: Ayoub Date: Mon, 9 Dec 2019 14:32:33 +0100 Subject: [PATCH 04/64] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20reoptimized=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- icons/dart.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/dart.svg b/icons/dart.svg index a67d1b0b..56d47075 100644 --- a/icons/dart.svg +++ b/icons/dart.svg @@ -1 +1 @@ -Dart icon \ No newline at end of file +Dart icon \ No newline at end of file From f0a1bcabae8591784cde699e33d5bf009c8fe332 Mon Sep 17 00:00:00 2001 From: Ayoub Date: Tue, 10 Dec 2019 23:02:04 +0100 Subject: [PATCH 05/64] =?UTF-8?q?=F0=9F=90=9B=20extra=20vectors=20removed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- icons/dart.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/dart.svg b/icons/dart.svg index 56d47075..9df69e82 100644 --- a/icons/dart.svg +++ b/icons/dart.svg @@ -1 +1 @@ -Dart icon \ No newline at end of file +Dart icon \ No newline at end of file From 9b490cb539f35737148735b68e3c72237602090e Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Tue, 10 Dec 2019 23:32:29 +0100 Subject: [PATCH 06/64] Add Audi (#2065) part of #2059 --- _data/simple-icons.json | 5 +++++ icons/audi.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/audi.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9ec8d38f..b5997245 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -320,6 +320,11 @@ "hex": "00A8E0", "source": "https://commons.wikimedia.org/wiki/File:AT%26T_logo_2016.svg" }, + { + "title": "Audi", + "hex": "BB0A30", + "source": "https://www.audi.com/ci/en/intro/basics/rings.html" + }, { "title": "Audible", "hex": "F8991C", diff --git a/icons/audi.svg b/icons/audi.svg new file mode 100644 index 00000000..3c37409f --- /dev/null +++ b/icons/audi.svg @@ -0,0 +1 @@ +Audi icon \ No newline at end of file From 5fbbd21313f2e5a453b5bb7d3d4c89e68c9378ad Mon Sep 17 00:00:00 2001 From: Ayoub Date: Wed, 11 Dec 2019 00:14:19 +0100 Subject: [PATCH 07/64] =?UTF-8?q?=E2=9E=95=20Mercedes=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/simple-icons.json | 5 +++++ icons/mercedes.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/mercedes.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b5997245..dca6f21e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2371,6 +2371,11 @@ "hex": "9D1620", "source": "https://www.mendeley.com/" }, + { + "title": "Mercedes", + "hex": "010101", + "source": "https://static1.squarespace.com/static/50749503e4b0fa0ffd4b65f5/t/56142bd2e4b0e26258e39c6c/1444162514216/BrandStandards_08.20.15.pdf" + }, { "title": "Messenger", "hex": "00B2FF", diff --git a/icons/mercedes.svg b/icons/mercedes.svg new file mode 100644 index 00000000..b6c41581 --- /dev/null +++ b/icons/mercedes.svg @@ -0,0 +1 @@ +Mercedes icon \ No newline at end of file From 7b5e32ced075fd1e08aa755f3a2fb0fe16fd6a7c Mon Sep 17 00:00:00 2001 From: Ayoub Date: Wed, 11 Dec 2019 11:23:47 +0100 Subject: [PATCH 08/64] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20color=20and=20source?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/simple-icons.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index dca6f21e..5dc239f0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2373,8 +2373,8 @@ }, { "title": "Mercedes", - "hex": "010101", - "source": "https://static1.squarespace.com/static/50749503e4b0fa0ffd4b65f5/t/56142bd2e4b0e26258e39c6c/1444162514216/BrandStandards_08.20.15.pdf" + "hex": "242424", + "source": "https://www.mercedes-benz.com/" }, { "title": "Messenger", From 057352c6f88a628d327f2320a151a63571bbd97a Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Wed, 11 Dec 2019 14:43:26 +0100 Subject: [PATCH 09/64] Add Pi-hole (#2084) * Add Pi-hole * updated source * update color according to brand guide --- _data/simple-icons.json | 5 +++++ icons/pi-hole.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/pi-hole.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b5997245..0339c19c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2881,6 +2881,11 @@ "hex": "517A9E", "source": "https://www.pivotaltracker.com/branding-guidelines" }, + { + "title": "Pi-hole", + "hex": "F60D1A", + "source": "https://github.com/pi-hole/web/" + }, { "title": "PJSIP", "hex": "F86001", diff --git a/icons/pi-hole.svg b/icons/pi-hole.svg new file mode 100644 index 00000000..cd4691cf --- /dev/null +++ b/icons/pi-hole.svg @@ -0,0 +1 @@ +Pi-hole icon \ No newline at end of file From 9b4c0dee106cded36935f92ae98cce1df218d6e2 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 11 Dec 2019 15:17:30 +0000 Subject: [PATCH 10/64] Add Fujitsu (#2076) * Add fujitsu.svg * Add Fujitsu data --- _data/simple-icons.json | 5 +++++ icons/fujitsu.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/fujitsu.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0339c19c..60919860 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1321,6 +1321,11 @@ "hex": "006400", "source": "https://freecodecamp.com" }, + { + "title": "Fujitsu", + "hex": "FF0000", + "source": "https://www.fujitsu.com/global/about/brandmanagement/logo/" + }, { "title": "Fur Affinity", "hex": "FAAF3A", diff --git a/icons/fujitsu.svg b/icons/fujitsu.svg new file mode 100644 index 00000000..b06341cc --- /dev/null +++ b/icons/fujitsu.svg @@ -0,0 +1 @@ +Fujitsu icon From bcf7334d13c3cbc64fbf65c93ac159e9b9ee7a63 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 11 Dec 2019 15:27:18 +0000 Subject: [PATCH 11/64] Add Uber Eats (#2078) * Add ubereats.svg * Add Uber Eats data --- _data/simple-icons.json | 5 +++++ icons/ubereats.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ubereats.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 60919860..748e4377 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4032,6 +4032,11 @@ "hex": "000000", "source": "https://www.uber.com/media/" }, + { + "title": "Uber Eats", + "hex": "5FB709", + "source": "https://about.ubereats.com/en/logo/" + }, { "title": "Ubisoft", "hex": "000000", diff --git a/icons/ubereats.svg b/icons/ubereats.svg new file mode 100644 index 00000000..d109190b --- /dev/null +++ b/icons/ubereats.svg @@ -0,0 +1 @@ +Uber Eats icon From 11de6c76ec3be495df23ce8529e4593c3908839d Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Wed, 11 Dec 2019 23:19:54 +0100 Subject: [PATCH 12/64] Add RocketMQ (#2053) (#2112) * Add RocketMQ Closes #2053 * ???? --- _data/simple-icons.json | 5 +++++ icons/apacherocketmq.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/apacherocketmq.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 748e4377..50435a6e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -235,6 +235,11 @@ "hex": "1B6AC6", "source": "https://netbeans.apache.org/images/" }, + { + "title": "Apache RocketMQ", + "hex": "D77310", + "source": "https://rocketmq.apache.org/" + }, { "title": "Apache Spark", "hex": "E25A1C", diff --git a/icons/apacherocketmq.svg b/icons/apacherocketmq.svg new file mode 100644 index 00000000..4a2514e8 --- /dev/null +++ b/icons/apacherocketmq.svg @@ -0,0 +1 @@ +Apache RocketMQ icon \ No newline at end of file From 087287920782be7a2465cd2ef86c78997373f7e1 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Wed, 11 Dec 2019 23:29:43 +0100 Subject: [PATCH 13/64] add ZeroMQ (#2115) Closes #2049 --- _data/simple-icons.json | 5 +++++ icons/zeromq.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/zeromq.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 50435a6e..9ffa01d1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4432,6 +4432,11 @@ "hex": "03363D", "source": "https://www.zendesk.com/company/brand-assets/#logo" }, + { + "title": "ZeroMQ", + "hex": "DF0000", + "source": "https://github.com/zeromq/zeromq.org/blob/master/static/safari-pinned-tab.svg" + }, { "title": "Zerply", "hex": "9DBC7A", diff --git a/icons/zeromq.svg b/icons/zeromq.svg new file mode 100644 index 00000000..4ecfb078 --- /dev/null +++ b/icons/zeromq.svg @@ -0,0 +1 @@ +ZeroMQ icon \ No newline at end of file From 1006edfc325ccbefdf3e3793a4f043090898d8e6 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 12 Dec 2019 13:59:50 +0100 Subject: [PATCH 14/64] Add Cordova icon (#2027) * Add Cordova * Cordova icon * proper naming is important! * I need more coffee. :coffee: * update color --- _data/simple-icons.json | 5 +++++ icons/apachecordova.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/apachecordova.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9ffa01d1..160cec9b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -215,6 +215,11 @@ "hex": "007A88", "source": "https://github.com/apache/airflow/tree/master/docs/img/logos" }, + { + "title": "Apache Cordova", + "hex": "E8E8E8", + "source": "https://cordova.apache.org/artwork/" + }, { "title": "Apache Flink", "hex": "E6526F", diff --git a/icons/apachecordova.svg b/icons/apachecordova.svg new file mode 100644 index 00000000..5f64a591 --- /dev/null +++ b/icons/apachecordova.svg @@ -0,0 +1 @@ +Apache Cordova icon \ No newline at end of file From 2428b5904cf90667a62cbee490c2a73aac4d6167 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Fri, 13 Dec 2019 00:20:05 +0100 Subject: [PATCH 15/64] Add XMPP (#2085) * Add XMPP * update icon & color --- _data/simple-icons.json | 5 +++++ icons/xmpp.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/xmpp.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 160cec9b..16f20691 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4357,6 +4357,11 @@ "hex": "006567", "source": "https://dev.xing.com/logo_rules" }, + { + "title": "XMPP", + "hex": "002B5C", + "source": "https://xmpp.org/" + }, { "title": "X-Pack", "hex": "005571", diff --git a/icons/xmpp.svg b/icons/xmpp.svg new file mode 100644 index 00000000..f9ec60fb --- /dev/null +++ b/icons/xmpp.svg @@ -0,0 +1 @@ +XMPP icon \ No newline at end of file From f3a1703ed98b7dd25935233291db2889a8a09547 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Fri, 13 Dec 2019 01:00:48 +0100 Subject: [PATCH 16/64] Add V (#2055) (#2056) * Add Vlang Closes #2055 * update source * Update v.svg --- _data/simple-icons.json | 5 +++++ icons/v.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/v.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 16f20691..c26efc44 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4107,6 +4107,11 @@ "hex": "6FDA44", "source": "https://www.upwork.com/press/" }, + { + "title": "V", + "hex": "5D87BF", + "source": "https://github.com/vlang/v-logo" + }, { "title": "V8", "hex": "4B8BF5", diff --git a/icons/v.svg b/icons/v.svg new file mode 100644 index 00000000..f56a1313 --- /dev/null +++ b/icons/v.svg @@ -0,0 +1 @@ +V icon \ No newline at end of file From 0a00663f950954210abd935a028191c6cfd055a1 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Fri, 13 Dec 2019 01:14:29 +0100 Subject: [PATCH 17/64] Add Cryengine (#2079) * Add Cryengine * no g you fool * color is now black * update icon because of brand rules --- _data/simple-icons.json | 5 +++++ icons/cryengine.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/cryengine.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c26efc44..297955a4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -806,6 +806,11 @@ "hex": "F47521", "source": "https://www.crunchyroll.com" }, + { + "title": "CRYENGINE", + "hex": "000000", + "source": "https://www.cryengine.com/brand" + }, { "title": "CSS3", "hex": "1572B6", diff --git a/icons/cryengine.svg b/icons/cryengine.svg new file mode 100644 index 00000000..2b1b9318 --- /dev/null +++ b/icons/cryengine.svg @@ -0,0 +1 @@ +CRYENGINE icon \ No newline at end of file From 3dd43917afd9e48abb86e35a0380b6dc12065af9 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sat, 14 Dec 2019 10:47:57 +0000 Subject: [PATCH 18/64] Added x-dot-org.svg --- icons/x-dot-org.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/x-dot-org.svg diff --git a/icons/x-dot-org.svg b/icons/x-dot-org.svg new file mode 100644 index 00000000..f2224f4f --- /dev/null +++ b/icons/x-dot-org.svg @@ -0,0 +1 @@ +X.Org icon \ No newline at end of file From 53ae8109e660393844d263ef85212ba8f5717d85 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sat, 14 Dec 2019 10:49:20 +0000 Subject: [PATCH 19/64] Updated _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 57237833..04efede1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4352,6 +4352,11 @@ "hex": "F59812", "source": "https://www.xda-developers.com/" }, + { + "title": "X.Org", + "hex": "F28834", + "source": "https://upload.wikimedia.org/wikipedia/commons/9/90/X.Org_Logo.svg" + }, { "title": "Xero", "hex": "13B5EA", From dc59265a7380aa222e94f57cabbde447c335934f Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sat, 14 Dec 2019 11:11:38 +0000 Subject: [PATCH 20/64] Added notist.svg --- icons/notist.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/notist.svg diff --git a/icons/notist.svg b/icons/notist.svg new file mode 100644 index 00000000..6a622829 --- /dev/null +++ b/icons/notist.svg @@ -0,0 +1 @@ +Notist icon \ No newline at end of file From 94eb75fd8d34f43e7f06819dbcc2c68681059763 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sat, 14 Dec 2019 11:13:05 +0000 Subject: [PATCH 21/64] Updated _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 57237833..b1db87b2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2681,6 +2681,11 @@ "hex": "000000", "source": "https://www.notion.so/" }, + { + "title": "Notist", + "hex": "333333", + "source": "https://noti.st/" + }, { "title": "NPM", "hex": "CB3837", From 422c98c2b2ff3bab7ca5016d851563cedeec5cfb Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 14 Dec 2019 21:55:14 +0100 Subject: [PATCH 22/64] Add Corona Renderer (#2129) --- _data/simple-icons.json | 5 +++++ icons/coronarenderer.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/coronarenderer.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 57237833..2fb7d562 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -776,6 +776,11 @@ "hex": "00B1E7", "source": "http://www.co-operative.coop/corporate/press/logos/" }, + { + "title": "Corona Renderer", + "hex": "E6502A", + "source": "https://corona-renderer.com/about" + }, { "title": "Coursera", "hex": "2A73CC", diff --git a/icons/coronarenderer.svg b/icons/coronarenderer.svg new file mode 100644 index 00000000..bcb86725 --- /dev/null +++ b/icons/coronarenderer.svg @@ -0,0 +1 @@ +Corona Renderer icon \ No newline at end of file From 5594c2966749ba639f8d129e390dc7c98353948d Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sun, 15 Dec 2019 08:44:00 +0000 Subject: [PATCH 23/64] Added fujifilm.svg --- icons/fujifilm.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/fujifilm.svg diff --git a/icons/fujifilm.svg b/icons/fujifilm.svg new file mode 100644 index 00000000..e97e61ed --- /dev/null +++ b/icons/fujifilm.svg @@ -0,0 +1 @@ +Fujifilm icon \ No newline at end of file From 4e6513b9de41e125748250554dde2466117b8af5 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sun, 15 Dec 2019 08:47:00 +0000 Subject: [PATCH 24/64] Updated _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2fb7d562..e134964d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1341,6 +1341,11 @@ "hex": "006400", "source": "https://freecodecamp.com" }, + { + "title": "Fujifilm", + "hex": "ED1A3A", + "source": "https://upload.wikimedia.org/wikipedia/commons/a/a1/Fujifilm_logo.svg" + }, { "title": "Fujitsu", "hex": "FF0000", From afadbf4e5b02243908459133660c0e2c66822623 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 21:22:46 +0200 Subject: [PATCH 25/64] Update dependency uglify-js to v3.7.2 (#2133) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5aa4557d..538616e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6074,9 +6074,9 @@ } }, "uglify-js": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.1.tgz", - "integrity": "sha512-pnOF7jY82wdIhATVn87uUY/FHU+MDUdPLkmGFvGoclQmeu229eTkbG5gjGGBi3R7UuYYSEeYXY/TTY5j2aym2g==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.2.tgz", + "integrity": "sha512-uhRwZcANNWVLrxLfNFEdltoPNhECUR3lc+UdJoG9CBpMcSnKyWA94tc3eAujB1GcMY5Uwq8ZMp4qWpxWYDQmaA==", "dev": true, "requires": { "commander": "~2.20.3", diff --git a/package.json b/package.json index 3c1a2961..2873a736 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "jsonlint2": "1.7.1", "svglint": "1.0.5", "svgo": "1.3.2", - "uglify-js": "3.7.1" + "uglify-js": "3.7.2" }, "scripts": { "build": "node scripts/build-package.js", From abb75e8904e46099d5ecd0a6562dbb4e45bfa695 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 16 Dec 2019 20:23:11 +0100 Subject: [PATCH 26/64] Add Parse.ly (#2138) --- _data/simple-icons.json | 5 +++++ icons/parse-dot-ly.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/parse-dot-ly.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e134964d..f5a01c8d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2856,6 +2856,11 @@ "hex": "EFD01B", "source": "https://projects.invisionapp.com/boards/8UOJQWW2J3G5#/1145336" }, + { + "title": "Parse.ly", + "hex": "5BA745", + "source": "https://www.parse.ly/" + }, { "title": "Pastebin", "hex": "02456C", diff --git a/icons/parse-dot-ly.svg b/icons/parse-dot-ly.svg new file mode 100644 index 00000000..176e566f --- /dev/null +++ b/icons/parse-dot-ly.svg @@ -0,0 +1 @@ +Parse.ly icon \ No newline at end of file From fbdea18b6411da1079df5a5aeb16ecd8b66fca13 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 16 Dec 2019 23:50:54 +0000 Subject: [PATCH 27/64] Add Nutanix (#2098) * Add nutanix.svg * Add Nutanix data * Update nutanix.svg --- _data/simple-icons.json | 5 +++++ icons/nutanix.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/nutanix.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f5a01c8d..dd77418e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2706,6 +2706,11 @@ "hex": "004880", "source": "https://github.com/NuGet/Media" }, + { + "title": "Nutanix", + "hex": "024DA1", + "source": "https://www.nutanix.com/content/dam/nutanix/en/cmn/documents/nutanix-brandbook.pdf" + }, { "title": "Nuxt.js", "hex": "00C58E", diff --git a/icons/nutanix.svg b/icons/nutanix.svg new file mode 100644 index 00000000..0918fbfb --- /dev/null +++ b/icons/nutanix.svg @@ -0,0 +1 @@ +Nutanix icon From 808af43740e6901142fb0e088d28263a8ba32f48 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 17 Dec 2019 10:22:46 +0000 Subject: [PATCH 28/64] Updated path using SVGO --- icons/x-dot-org.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/x-dot-org.svg b/icons/x-dot-org.svg index f2224f4f..57e1d41f 100644 --- a/icons/x-dot-org.svg +++ b/icons/x-dot-org.svg @@ -1 +1 @@ -X.Org icon \ No newline at end of file +X.Org icon \ No newline at end of file From bd59b7a55238e00d2f401a8cffaa2e572c938147 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 17 Dec 2019 12:03:47 +0000 Subject: [PATCH 29/64] Add Publons icon (#1999) (#2130) * Added publons.svg * Updated _data/simple-icons.svg --- _data/simple-icons.json | 5 +++++ icons/publons.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/publons.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index dd77418e..5a2e5fa4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3066,6 +3066,11 @@ "hex": "E57000", "source": "https://www.proxmox.com/en/news/media-kit" }, + { + "title": "Publons", + "hex": "336699", + "source": "https://publons.com/about/logos" + }, { "title": "PureScript", "hex": "14161A", diff --git a/icons/publons.svg b/icons/publons.svg new file mode 100644 index 00000000..90e9ef6e --- /dev/null +++ b/icons/publons.svg @@ -0,0 +1 @@ +Publons icon \ No newline at end of file From c5d38edfdb78ce516ff1711999e32e3297657e33 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 17 Dec 2019 12:36:09 +0000 Subject: [PATCH 30/64] Add Webmin icon (#2103) (#2132) * Added webmin.svg * Updated _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ icons/webmin.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/webmin.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5a2e5fa4..9452e624 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4267,6 +4267,11 @@ "hex": "29ABE2", "source": "https://www.webcomponents.org/" }, + { + "title": "Webmin", + "hex": "7DA0D0", + "source": "https://github.com/webmin/webmin" + }, { "title": "WebStorm", "hex": "000000", diff --git a/icons/webmin.svg b/icons/webmin.svg new file mode 100644 index 00000000..c3348cd3 --- /dev/null +++ b/icons/webmin.svg @@ -0,0 +1 @@ +Webmin icon \ No newline at end of file From 2dfc9619ee64fc58d7267da4e7e84b006f6b9a4f Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 17 Dec 2019 14:56:26 +0000 Subject: [PATCH 31/64] Add stackpath.svg --- icons/stackpath.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/stackpath.svg diff --git a/icons/stackpath.svg b/icons/stackpath.svg new file mode 100644 index 00000000..f1bcd4a5 --- /dev/null +++ b/icons/stackpath.svg @@ -0,0 +1 @@ +StackPath icon From 88b0bf2c926985ab8f71b41f14a2b3cd4b9b3f5e Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 17 Dec 2019 14:57:32 +0000 Subject: [PATCH 32/64] Add StackPath data --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 511f3595..45ba9815 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3527,6 +3527,11 @@ "hex": "FE7A16", "source": "http://stackoverflow.com" }, + { + "title": "StackPath", + "hex": "000000", + "source": "https://www.stackpath.com/company/logo-and-branding/" + }, { "title": "StackShare", "hex": "0690FA", From ff1efdf524e90812bc2b0825bd4e685e091aaac2 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Tue, 17 Dec 2019 17:05:15 +0100 Subject: [PATCH 33/64] Update node-dot-js.svg (#2134) Closes #1961 --- icons/node-dot-js.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/node-dot-js.svg b/icons/node-dot-js.svg index e4f97700..d8e43252 100644 --- a/icons/node-dot-js.svg +++ b/icons/node-dot-js.svg @@ -1 +1 @@ -Node.js icon \ No newline at end of file +Node.js icon \ No newline at end of file From 77e2c14a19212387e9e2899ba539f6f897d05f84 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 17 Dec 2019 16:37:18 +0000 Subject: [PATCH 34/64] Update Meetup icon (#2062) * Update meetup.svg * Update Meetup data * Update meetup.svg * Update meetup.svg * Update Meetup colour --- _data/simple-icons.json | 2 +- icons/meetup.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6dafc685..76eefbec 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2389,7 +2389,7 @@ { "title": "Meetup", "hex": "ED1C40", - "source": "https://www.meetup.com/help/customer/portal/articles/1802998-promotional-materials-for-your-meetup/" + "source": "https://www.meetup.com/media/" }, { "title": "MEGA", diff --git a/icons/meetup.svg b/icons/meetup.svg index 6c5fce70..19a0c5ca 100644 --- a/icons/meetup.svg +++ b/icons/meetup.svg @@ -1 +1 @@ -Meetup icon \ No newline at end of file +Meetup icon From d32086b634e56d53f3f7dd72f2f42ff5b065b04c Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 17 Dec 2019 18:59:52 +0000 Subject: [PATCH 35/64] Add Directus icon (#2142) * Added directus.svg and updated _data/simple-icons.json * Removed extraneous attribute --- Closes #2136 --- _data/simple-icons.json | 5 +++++ icons/directus.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/directus.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 76eefbec..7c345d65 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -961,6 +961,11 @@ "hex": "0080FF", "source": "https://www.digitalocean.com/company/logos-and-badges/" }, + { + "title": "Directus", + "hex": "263238", + "source": "https://directus.io/resources.html" + }, { "title": "Discord", "hex": "7289DA", diff --git a/icons/directus.svg b/icons/directus.svg new file mode 100644 index 00000000..0bc43cfa --- /dev/null +++ b/icons/directus.svg @@ -0,0 +1 @@ +Directus icon \ No newline at end of file From f140f6490af8dd021b28836a1bbe2879b3d3df9b Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Tue, 17 Dec 2019 20:02:44 +0100 Subject: [PATCH 36/64] Add DLNA (#2080) * Add DLNA * update color --- _data/simple-icons.json | 5 +++++ icons/dlna.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/dlna.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7c345d65..6a6ea24a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -996,6 +996,11 @@ "hex": "092E20", "source": "https://www.djangoproject.com/community/logos/" }, + { + "title": "DLNA", + "hex": "48A842", + "source": "https://upload.wikimedia.org/wikipedia/de/e/eb/Digital_Living_Network_Alliance_logo.svg" + }, { "title": "Docker", "hex": "1488C6", diff --git a/icons/dlna.svg b/icons/dlna.svg new file mode 100644 index 00000000..8a6d9524 --- /dev/null +++ b/icons/dlna.svg @@ -0,0 +1 @@ +DLNA icon \ No newline at end of file From 2b0e6095a67de60f513d5c1ffdfc9d34e1416ed8 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 17 Dec 2019 19:10:30 +0000 Subject: [PATCH 37/64] Add Ember.js (#2143) * Add ember-js.svg * Add Ember.js data * Rename ember-dot-js.svg * Update ember-dot-js.svg --- Closes #2075 --- _data/simple-icons.json | 5 +++++ icons/ember-dot-js.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ember-dot-js.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6a6ea24a..020da90c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1126,6 +1126,11 @@ "hex": "FF6C00", "source": "https://www.elsevier.com" }, + { + "title": "Ember.js", + "hex": "E04E39", + "source": "https://emberjs.com/logos/" + }, { "title": "Emlakjet", "hex": "0AE524", diff --git a/icons/ember-dot-js.svg b/icons/ember-dot-js.svg new file mode 100644 index 00000000..b17d638a --- /dev/null +++ b/icons/ember-dot-js.svg @@ -0,0 +1 @@ +Ember.js icon From 3eda7492e9b45bfd7a7b4d32b4ba22c7461261e6 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 17 Dec 2019 23:34:57 +0000 Subject: [PATCH 38/64] Add Waze (#2146) * Add waze.svg * Add Waze data --- _data/simple-icons.json | 5 +++++ icons/waze.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/waze.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 020da90c..c1ed1cca 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4272,6 +4272,11 @@ "hex": "F68D12", "source": "https://www.wattpad.com/press/#assets" }, + { + "title": "Waze", + "hex": "333665", + "source": "https://www.waze.com/" + }, { "title": "Weasyl", "hex": "990000", diff --git a/icons/waze.svg b/icons/waze.svg new file mode 100644 index 00000000..a7b4c399 --- /dev/null +++ b/icons/waze.svg @@ -0,0 +1 @@ +Waze icon From bc8a5b87353e6268353cdd6eb1e0f70dc5b6b075 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 18 Dec 2019 13:11:01 +0000 Subject: [PATCH 39/64] Add Jinja (#2144) * Add jinja.svg * Add Jinja data * Update jinja.svg --- _data/simple-icons.json | 5 +++++ icons/jinja.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/jinja.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 187f61fd..d8433f7a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2001,6 +2001,11 @@ "hex": "000000", "source": "https://www.jetbrains.com/company/brand/" }, + { + "title": "Jinja", + "hex": "B41717", + "source": "https://github.com/pallets/jinja/" + }, { "title": "Jira", "hex": "172B4D", diff --git a/icons/jinja.svg b/icons/jinja.svg new file mode 100644 index 00000000..f517b5ff --- /dev/null +++ b/icons/jinja.svg @@ -0,0 +1 @@ +Jinja icon From 5a574d7efa8d140e476b346f8f3dfd53740ec168 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Wed, 18 Dec 2019 16:28:41 +0100 Subject: [PATCH 40/64] Add Floatplane (#2139) (#2140) Closes #2139 --- _data/simple-icons.json | 5 +++++ icons/floatplane.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/floatplane.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d8433f7a..7f90fe6a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1306,6 +1306,11 @@ "hex": "E12828", "source": "https://about.flipboard.com/brand-guidelines" }, + { + "title": "Floatplane", + "hex": "00AEEF", + "source": "https://www.floatplane.com/" + }, { "title": "Flutter", "hex": "02569B", diff --git a/icons/floatplane.svg b/icons/floatplane.svg new file mode 100644 index 00000000..54d3af18 --- /dev/null +++ b/icons/floatplane.svg @@ -0,0 +1 @@ +Floatplane icon \ No newline at end of file From 5c24f52b588f46709e3d88d2864b7a3985672995 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 18 Dec 2019 16:27:08 +0000 Subject: [PATCH 41/64] Add Box (#2159) * Add box.svg * Add Box data * Update Box source --- _data/simple-icons.json | 5 +++++ icons/box.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/box.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7f90fe6a..d5816601 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -520,6 +520,11 @@ "hex": "EF5734", "source": "https://bower.io/docs/about/#brand" }, + { + "title": "Box", + "hex": "0061D5", + "source": "https://www.box.com/en-gb/about-us/press" + }, { "title": "Brand.ai", "hex": "0AA0FF", diff --git a/icons/box.svg b/icons/box.svg new file mode 100644 index 00000000..a0bba61d --- /dev/null +++ b/icons/box.svg @@ -0,0 +1 @@ +Box icon From aa53badfbcc8e4cbeff16710cee189ea094bb1e2 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Wed, 18 Dec 2019 17:18:33 +0000 Subject: [PATCH 42/64] Add WhiteSource icon (#2119) (#2121) Closes #2119 --- _data/simple-icons.json | 5 +++++ icons/whitesource.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/whitesource.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d5816601..d818649a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4337,6 +4337,11 @@ "hex": "51A33D", "source": "https://wheniwork.com/" }, + { + "title": "WhiteSource", + "hex": "161D4E", + "source": "https://www.whitesourcesoftware.com/whitesource-media-kit/" + }, { "title": "Wii", "hex": "8B8B8B", diff --git a/icons/whitesource.svg b/icons/whitesource.svg new file mode 100644 index 00000000..55af3f37 --- /dev/null +++ b/icons/whitesource.svg @@ -0,0 +1 @@ +WhiteSource icon \ No newline at end of file From bfa6438cc461ab2536b5a64976a810a19ae1a62a Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 19 Dec 2019 10:45:13 +0000 Subject: [PATCH 43/64] Add Vodafone (#2096) * Add vodafone.svg * Add Vodafone data * Update vodafone.svg * Update vodafone.svg * Update Vodafone source * Update vodafone.svg * Update Vodafone source * Update Vodafone source --- _data/simple-icons.json | 5 +++++ icons/vodafone.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/vodafone.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d818649a..5b64f489 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4272,6 +4272,11 @@ "hex": "FF8800", "source": "http://git.videolan.org/?p=vlc.git;a=tree;f=extras/package/macosx/asset_sources" }, + { + "title": "Vodafone", + "hex": "E60000", + "source": "https://web.vodafone.com.eg/" + }, { "title": "VSCO", "hex": "000000", diff --git a/icons/vodafone.svg b/icons/vodafone.svg new file mode 100644 index 00000000..693d2f1a --- /dev/null +++ b/icons/vodafone.svg @@ -0,0 +1 @@ +Vodafone icon From 63b03c8be614ef3c7b76a060b2cdb03ab185e599 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Thu, 19 Dec 2019 11:12:21 +0000 Subject: [PATCH 44/64] Add WebAuthn icon (#1176) (#2104) Closes #1176 --- _data/simple-icons.json | 5 +++++ icons/webauthn.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/webauthn.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5b64f489..2bebc975 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4307,6 +4307,11 @@ "hex": "990000", "source": "https://www.weasyl.com/" }, + { + "title": "WebAuthn", + "hex": "3423A6", + "source": "https://github.com/apowers313/webauthn-logos" + }, { "title": "Webpack", "hex": "8DD6F9", diff --git a/icons/webauthn.svg b/icons/webauthn.svg new file mode 100644 index 00000000..81385546 --- /dev/null +++ b/icons/webauthn.svg @@ -0,0 +1 @@ +WebAuthn icon \ No newline at end of file From d6d9a70de342f4bf39babfb4763ae04d224e4651 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 19 Dec 2019 15:54:40 +0000 Subject: [PATCH 45/64] Add xamarin.svg --- icons/xamarin.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/xamarin.svg diff --git a/icons/xamarin.svg b/icons/xamarin.svg new file mode 100644 index 00000000..e5cb4eb2 --- /dev/null +++ b/icons/xamarin.svg @@ -0,0 +1 @@ +Xamarin icon From 0ef08d3de649dc2ad3885adee65cf91bd311fd0c Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 19 Dec 2019 15:56:01 +0000 Subject: [PATCH 46/64] Add Xamarin data --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 511f3595..ccf5f5f7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4172,6 +4172,11 @@ "hex": "40BAC8", "source": "https://wpengine.com/" }, + { + "title": "Xamarin", + "hex": "4393D4", + "source": "https://dotnet.microsoft.com/apps/xamarin" + }, { "title": "Xbox", "hex": "107C10", From 5cb6780f0ef37e80b1c607ef53bd1e8a57f4374e Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 19 Dec 2019 17:25:59 +0000 Subject: [PATCH 47/64] Add dunked.svg --- icons/dunked.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/dunked.svg diff --git a/icons/dunked.svg b/icons/dunked.svg new file mode 100644 index 00000000..74e30431 --- /dev/null +++ b/icons/dunked.svg @@ -0,0 +1 @@ +Dunked icon From b44d70997d8ff229b042a7b9b33fe48a4b4e79cb Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 19 Dec 2019 17:27:03 +0000 Subject: [PATCH 48/64] Add Dunked data --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 511f3595..7e595bf1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -981,6 +981,11 @@ "hex": "DE5833", "source": "https://duckduckgo.com/" }, + { + "title": "Dunked", + "hex": "2DA9D7", + "source": "https://dunked.com/" + }, { "title": "Duolingo", "hex": "58CC02", From 427547bddee03edd3fa35da06cc0cad9dfd8fbdf Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 19 Dec 2019 20:42:06 +0100 Subject: [PATCH 49/64] Add Stencyl (#2124) (#2184) * Add Stencyl Closes #2124 * :bug: I can't write properly d'uh * oof. --- _data/simple-icons.json | 5 +++++ icons/stencyl.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/stencyl.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2146c175..43f263b9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3782,6 +3782,11 @@ "hex": "C90827", "source": "https://www.steinberg.net/en/company/press.html" }, + { + "title": "Stencyl", + "hex": "8E1C04", + "source": "http://www.stencyl.com/about/press/" + }, { "title": "Stitcher", "hex": "000000", diff --git a/icons/stencyl.svg b/icons/stencyl.svg new file mode 100644 index 00000000..cd8b90d7 --- /dev/null +++ b/icons/stencyl.svg @@ -0,0 +1 @@ +Stencyl icon \ No newline at end of file From 6843362a8a67c94e1b6462c29f1440088980df75 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 19 Dec 2019 21:06:47 +0000 Subject: [PATCH 50/64] Add Zend & Zend Framework (#2171) * Add zend.svg * Add zendframework.svg * Add Zend data --- _data/simple-icons.json | 10 ++++++++++ icons/zend.svg | 1 + icons/zendframework.svg | 1 + 3 files changed, 12 insertions(+) create mode 100644 icons/zend.svg create mode 100644 icons/zendframework.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 43f263b9..8d58f3f4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4562,6 +4562,16 @@ "hex": "000000", "source": "https://zeit.co/design/brand" }, + { + "title": "Zend", + "hex": "0679EA", + "source": "https://www.zend.com/" + }, + { + "title": "Zend Framework", + "hex": "68B604", + "source": "https://framework.zend.com/" + }, { "title": "Zendesk", "hex": "03363D", diff --git a/icons/zend.svg b/icons/zend.svg new file mode 100644 index 00000000..48167cd7 --- /dev/null +++ b/icons/zend.svg @@ -0,0 +1 @@ +Zend icon diff --git a/icons/zendframework.svg b/icons/zendframework.svg new file mode 100644 index 00000000..00fadb18 --- /dev/null +++ b/icons/zendframework.svg @@ -0,0 +1 @@ +Zend Framework icon From 3dcaf9ab99760b198fa0adc567346b7282661d32 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Fri, 20 Dec 2019 06:26:13 +0100 Subject: [PATCH 51/64] add OpenSSL (#2043) Closes #1600 --- _data/simple-icons.json | 5 +++++ icons/openssl.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/openssl.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8d58f3f4..edc0737a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2811,6 +2811,11 @@ "hex": "F78C40", "source": "https://openid.net/add-openid/logos/" }, + { + "title": "OpenSSL", + "hex": "721412", + "source": "https://www.openssl.org/" + }, { "title": "OpenStreetMap", "hex": "7EBC6F", diff --git a/icons/openssl.svg b/icons/openssl.svg new file mode 100644 index 00000000..7ca2a1fe --- /dev/null +++ b/icons/openssl.svg @@ -0,0 +1 @@ +OpenSSL icon \ No newline at end of file From db89b7905a29fdf97b5c779683c5a2c9e1fcee12 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Fri, 20 Dec 2019 06:29:18 +0100 Subject: [PATCH 52/64] Add Crehana (#1865) (#2045) * Add Crehana Closes #1865 * Update crehana.svg --- _data/simple-icons.json | 5 +++++ icons/crehana.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/crehana.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index edc0737a..187b12aa 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -806,6 +806,11 @@ "hex": "EF9421", "source": "https://creativecommons.org/" }, + { + "title": "Crehana", + "hex": "4B22F4", + "source": "https://www.crehana.com/" + }, { "title": "Crunchbase", "hex": "0288D1", diff --git a/icons/crehana.svg b/icons/crehana.svg new file mode 100644 index 00000000..c4fad6e9 --- /dev/null +++ b/icons/crehana.svg @@ -0,0 +1 @@ +Crehana icon \ No newline at end of file From 5a1e4130de864e41f62e745bc09b3bde3bc62325 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Fri, 20 Dec 2019 06:50:35 +0100 Subject: [PATCH 53/64] Add Lufthansa (#2113) --- _data/simple-icons.json | 5 +++++ icons/lufthansa.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/lufthansa.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 187b12aa..864703cb 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2301,6 +2301,11 @@ "hex": "2C2D72", "source": "https://www.lua.org/docs.html" }, + { + "title": "Lufthansa", + "hex": "05164D", + "source": "https://www.lufthansa.com/" + }, { "title": "Lumen", "hex": "E74430", diff --git a/icons/lufthansa.svg b/icons/lufthansa.svg new file mode 100644 index 00000000..85858224 --- /dev/null +++ b/icons/lufthansa.svg @@ -0,0 +1 @@ +Lufthansa icon \ No newline at end of file From af849a9d14a104f8871b534e256019748a6fcbab Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 20 Dec 2019 06:04:55 +0000 Subject: [PATCH 54/64] Add iOS (#2147) * Add ios.svg * Add iOS data * Update iOS source --- _data/simple-icons.json | 15 ++++++++++----- icons/ios.svg | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 icons/ios.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 864703cb..ff47165a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1856,11 +1856,6 @@ "hex": "3693F3", "source": "https://www.icloud.com/" }, - { - "title": "Ionic", - "hex": "3880FF", - "source": "https://ionicframework.com/press" - }, { "title": "IcoMoon", "hex": "825794", @@ -1961,6 +1956,16 @@ "hex": "000000", "source": "https://github.com/invoiceninja/invoiceninja" }, + { + "title": "Ionic", + "hex": "3880FF", + "source": "https://ionicframework.com/press" + }, + { + "title": "iOS", + "hex": "000000", + "source": "https://en.wikipedia.org/wiki/IOS" + }, { "title": "IPFS", "hex": "65C2CB", diff --git a/icons/ios.svg b/icons/ios.svg new file mode 100644 index 00000000..b8b421f6 --- /dev/null +++ b/icons/ios.svg @@ -0,0 +1 @@ +iOS icon From b93213a613a548e3ebfee1fd46a49e51b39fb2a6 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 20 Dec 2019 06:13:02 +0000 Subject: [PATCH 55/64] Add Broadcom (#2163) * Add broadcom.svg * Add Broadcom data --- _data/simple-icons.json | 5 +++++ icons/broadcom.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/broadcom.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ff47165a..01c5f1a1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -545,6 +545,11 @@ "hex": "003DAD", "source": "https://www.breaker.audio/i/brand" }, + { + "title": "Broadcom", + "hex": "CC092F", + "source": "https://en.wikipedia.org/wiki/Broadcom_Inc" + }, { "title": "Buddy", "hex": "1A86FD", diff --git a/icons/broadcom.svg b/icons/broadcom.svg new file mode 100644 index 00000000..4ef2a6b5 --- /dev/null +++ b/icons/broadcom.svg @@ -0,0 +1 @@ +Broadcom icon From 7b80ebca796eedd23e953de4855b14cc5bebf068 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 20 Dec 2019 09:36:49 +0000 Subject: [PATCH 56/64] Add Volkswagen (#2150) --- _data/simple-icons.json | 5 +++++ icons/volkswagen.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/volkswagen.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 01c5f1a1..27dcbb86 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4312,6 +4312,11 @@ "hex": "E60000", "source": "https://web.vodafone.com.eg/" }, + { + "title": "Volkswagen", + "hex": "151F5D", + "source": "https://www.volkswagen.ie/" + }, { "title": "VSCO", "hex": "000000", diff --git a/icons/volkswagen.svg b/icons/volkswagen.svg new file mode 100644 index 00000000..64006d71 --- /dev/null +++ b/icons/volkswagen.svg @@ -0,0 +1 @@ +Volkswagen icon From ee450c5f781d3075dfb8d48527790d5f890f3cab Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 20 Dec 2019 10:28:47 +0000 Subject: [PATCH 57/64] Add GNOME (#2177) * Add gnome.svg * Add GNOME data * Update GNOME source * Update gnome.svg --- _data/simple-icons.json | 5 +++++ icons/gnome.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/gnome.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 27dcbb86..ab02afa7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1491,6 +1491,11 @@ "hex": "D14836", "source": "https://material.io/guidelines/resources/sticker-sheets-icons.html#sticker-sheets-icons-components" }, + { + "title": "GNOME", + "hex": "4A86CF", + "source": "https://wiki.gnome.org/Engagement/BrandGuidelines" + }, { "title": "GNU", "hex": "A42E2B", diff --git a/icons/gnome.svg b/icons/gnome.svg new file mode 100644 index 00000000..0aea3d65 --- /dev/null +++ b/icons/gnome.svg @@ -0,0 +1 @@ +GNOME icon From 8d7de31776d766b22cc89ae08df1ee41e91e0cd5 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 20 Dec 2019 18:47:08 +0000 Subject: [PATCH 58/64] Add cPanel (#2173) * Add cpanel.svg * Add cPanel data * Update cpanel.svg --- _data/simple-icons.json | 5 +++++ icons/cpanel.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/cpanel.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ab02afa7..61d3d30b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -801,6 +801,11 @@ "hex": "3F5767", "source": "https://coveralls.io/" }, + { + "title": "cPanel", + "hex": "FF6C2C", + "source": "https://cpanel.net/company/cpanel-brand-guide/" + }, { "title": "Adobe Creative Cloud", "hex": "D41818", diff --git a/icons/cpanel.svg b/icons/cpanel.svg new file mode 100644 index 00000000..cc92f1d1 --- /dev/null +++ b/icons/cpanel.svg @@ -0,0 +1 @@ +cPanel icon From dbd043b100e49f506762e340cc4c3787c1e62ba4 Mon Sep 17 00:00:00 2001 From: Ayoub Aabass Date: Sun, 22 Dec 2019 13:34:47 +0100 Subject: [PATCH 59/64] Add Coinbase icon (#1845) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Coinbase icon * ✏️ icon uses full wordmark now * 🐛 lowercase color value --- _data/simple-icons.json | 5 +++++ icons/coinbase.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/coinbase.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 61d3d30b..cc6e5629 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -756,6 +756,11 @@ "hex": "2F2625", "source": "https://coffeescript.org/" }, + { + "title": "Coinbase", + "hex": "0667D0", + "source": "https://www.coinbase.com/press" + }, { "title": "Composer", "hex": "885630", diff --git a/icons/coinbase.svg b/icons/coinbase.svg new file mode 100644 index 00000000..5047c436 --- /dev/null +++ b/icons/coinbase.svg @@ -0,0 +1 @@ +Coinbase icon \ No newline at end of file From d4b2fa285b2c868222c35ec771f00e3fd710a71b Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Mon, 23 Dec 2019 21:25:46 +0100 Subject: [PATCH 60/64] version bump --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 538616e9..14ffb100 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2873a736..031b1241 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "2.0.0", + "version": "2.1.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [ From 12d5618e6a3352d2215d9c59daffe6427fec806f Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 23 Dec 2019 20:35:24 +0000 Subject: [PATCH 61/64] Add AirPlay Audio & AirPlay Video (#2164) * Add airplayaudio.svg * Add airplayvideo.svg * Add AirPlay data * Fix AirPlay data --- _data/simple-icons.json | 10 ++++++++++ icons/airplayaudio.svg | 1 + icons/airplayvideo.svg | 1 + 3 files changed, 12 insertions(+) create mode 100644 icons/airplayaudio.svg create mode 100644 icons/airplayvideo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index cc6e5629..bba6d470 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -125,6 +125,16 @@ "hex": "FF5A5F", "source": "https://www.airbnb.com" }, + { + "title": "AirPlay Audio", + "hex": "000000", + "source": "https://developer.apple.com/design/human-interface-guidelines/airplay/overview/icons/" + }, + { + "title": "AirPlay Video", + "hex": "000000", + "source": "https://developer.apple.com/design/human-interface-guidelines/airplay/overview/icons/" + }, { "title": "Algolia", "hex": "5468FF", diff --git a/icons/airplayaudio.svg b/icons/airplayaudio.svg new file mode 100644 index 00000000..c494e5a7 --- /dev/null +++ b/icons/airplayaudio.svg @@ -0,0 +1 @@ +AirPlay Audio icon diff --git a/icons/airplayvideo.svg b/icons/airplayvideo.svg new file mode 100644 index 00000000..89da5b98 --- /dev/null +++ b/icons/airplayvideo.svg @@ -0,0 +1 @@ +AirPlay Video icon From 43cc7b3ac5c004be55a77192abf12b6e2b42a9f9 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 24 Dec 2019 00:08:14 +0000 Subject: [PATCH 62/64] Add Sketch (#2208) * Add sketch.svg * Add Sketch data --- _data/simple-icons.json | 5 +++++ icons/sketch.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/sketch.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index bba6d470..07d3bc61 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3556,6 +3556,11 @@ "hex": "258AAF", "source": "http://www.sitepoint.com" }, + { + "title": "Sketch", + "hex": "F7B500", + "source": "https://www.sketch.com/press/" + }, { "title": "Skillshare", "hex": "17C5CB", diff --git a/icons/sketch.svg b/icons/sketch.svg new file mode 100644 index 00000000..2080efdb --- /dev/null +++ b/icons/sketch.svg @@ -0,0 +1 @@ +Sketch icon From 7a5b1538b80b80bbbd45309f8cfe1ba9356ab9d8 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 24 Dec 2019 02:42:09 +0000 Subject: [PATCH 63/64] Update GitLab (#2216) * Update gitlab.svg * Update GitLab data --- _data/simple-icons.json | 4 ++-- icons/gitlab.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 07d3bc61..f34164f1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1483,8 +1483,8 @@ }, { "title": "GitLab", - "hex": "E24329", - "source": "https://about.gitlab.com/press/" + "hex": "FCA121", + "source": "https://about.gitlab.com/press/press-kit/" }, { "title": "Gitpod", diff --git a/icons/gitlab.svg b/icons/gitlab.svg index 987c4595..53dfcb0f 100644 --- a/icons/gitlab.svg +++ b/icons/gitlab.svg @@ -1 +1 @@ -GitLab icon \ No newline at end of file +GitLab icon From 43db7f7e381ccb2fde8bb5b6640807db21684c55 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 24 Dec 2019 02:43:49 +0000 Subject: [PATCH 64/64] Add ICON (#2165) * Add icon.svg * Add ICON data * Uppercase ICON colour * Update icon.svg * Update ICON colour --- _data/simple-icons.json | 5 +++++ icons/icon.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/icon.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f34164f1..7da9d115 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1891,6 +1891,11 @@ "hex": "825794", "source": "https://icomoon.io/" }, + { + "title": "ICON", + "hex": "31B8BB", + "source": "https://icon.foundation/" + }, { "title": "IconJar", "hex": "16A5F3", diff --git a/icons/icon.svg b/icons/icon.svg new file mode 100644 index 00000000..40a8d8b9 --- /dev/null +++ b/icons/icon.svg @@ -0,0 +1 @@ +ICON icon