From f4b09355180949fb0a4b23f95f3853300a33cdfd Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Thu, 28 Nov 2019 23:07:03 +0000 Subject: [PATCH 001/145] Added pjsip.svg --- icons/pjsip.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/pjsip.svg diff --git a/icons/pjsip.svg b/icons/pjsip.svg new file mode 100644 index 000000000..8054244cb --- /dev/null +++ b/icons/pjsip.svg @@ -0,0 +1 @@ +PJSIP icon \ No newline at end of file From b9f70d6691a8a38b352a1d6e3d0133c40a5061ca Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Thu, 28 Nov 2019 23:08:13 +0000 Subject: [PATCH 002/145] 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 60379da47..8c9ae3ea9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2736,6 +2736,11 @@ "hex": "517A9E", "source": "https://www.pivotaltracker.com/branding-guidelines" }, + { + "title": "PJSIP", + "hex": "F86001", + "source": "https://www.pjsip.org/favicon.ico" + }, { "title": "PlanGrid", "hex": "0085DE", From 1fb8564cc82af1c602d55a0168caadde9d2fd0fb Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sun, 1 Dec 2019 18:00:45 +0000 Subject: [PATCH 003/145] Added fossil.svg --- icons/fossil.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/fossil.svg diff --git a/icons/fossil.svg b/icons/fossil.svg new file mode 100644 index 000000000..2efdb4461 --- /dev/null +++ b/icons/fossil.svg @@ -0,0 +1 @@ +Fossil icon \ No newline at end of file From eefe14c769433564b66fdadbb55561e602e7f66f Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sun, 1 Dec 2019 18:02:23 +0000 Subject: [PATCH 004/145] 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 0ee234ed5..7a79be985 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1221,6 +1221,11 @@ "hex": "21B573", "source": "https://www.formstack.com/brand/guidelines" }, + { + "title": "Fossil", + "hex": "548294", + "source": "https://fossil-scm.org/" + }, { "title": "Foursquare", "hex": "F94877", From a398e22508b54181975229606b7d47bcc7157abc Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sun, 1 Dec 2019 18:06:10 +0000 Subject: [PATCH 005/145] Corrected name to Fossil SCM --- _data/simple-icons.json | 2 +- icons/fossil.svg | 1 - icons/fossilscm.svg | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 icons/fossil.svg create mode 100644 icons/fossilscm.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7a79be985..d7b2ef34a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1222,7 +1222,7 @@ "source": "https://www.formstack.com/brand/guidelines" }, { - "title": "Fossil", + "title": "Fossil SCM", "hex": "548294", "source": "https://fossil-scm.org/" }, diff --git a/icons/fossil.svg b/icons/fossil.svg deleted file mode 100644 index 2efdb4461..000000000 --- a/icons/fossil.svg +++ /dev/null @@ -1 +0,0 @@ -Fossil icon \ No newline at end of file diff --git a/icons/fossilscm.svg b/icons/fossilscm.svg new file mode 100644 index 000000000..df4342de4 --- /dev/null +++ b/icons/fossilscm.svg @@ -0,0 +1 @@ +Fossil SCM icon \ No newline at end of file From 4e3f06f955ee6483044a419cab57dad5a39b2e62 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Tue, 3 Dec 2019 18:03:33 +0100 Subject: [PATCH 006/145] Add PeerTube (#1973) (#2033) * Add PeerTube Closes #1973 * oops, there was fill too much --- _data/simple-icons.json | 5 +++++ icons/peertube.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/peertube.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6a5544cd7..9636d7e90 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2766,6 +2766,11 @@ "hex": "00457C", "source": "https://www.paypal-marketing.com/html/partner/na/portal-v2/pdf/PP_Masterbrandguidelines_v21_mm.pdf" }, + { + "title": "PeerTube", + "hex": "F1680D", + "source": "https://github.com/Chocobozzz/PeerTube/tree/develop/client/src/assets/images" + }, { "title": "Periscope", "hex": "40A4C4", diff --git a/icons/peertube.svg b/icons/peertube.svg new file mode 100644 index 000000000..7c1fd36f4 --- /dev/null +++ b/icons/peertube.svg @@ -0,0 +1 @@ +PeerTube icon \ No newline at end of file From 38af93d829ebd95d7197179771064bc4d58be5b3 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Tue, 3 Dec 2019 23:53:31 +0100 Subject: [PATCH 007/145] Add Curl icon (#2012) * Curl icon Closes #1940 * the alphabet is hard * generic link in source + small name * update name --- _data/simple-icons.json | 6 ++++++ icons/curl.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/curl.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9636d7e90..e69fe6455 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -795,6 +795,12 @@ "title": "C Sharp", "hex": "239120", "source": "https://upload.wikimedia.org/wikipedia/commons/0/0d/C_Sharp_wordmark.svg" + + }, + { + "title": "curl", + "hex": "073551", + "source": "https://curl.haxx.se/logo/" }, { "title": "C++", diff --git a/icons/curl.svg b/icons/curl.svg new file mode 100644 index 000000000..057da8ff5 --- /dev/null +++ b/icons/curl.svg @@ -0,0 +1 @@ +curl icon From 2b49fbb73a75f8484ae7fd2ac11b956372cafe4e Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 3 Dec 2019 22:54:43 +0000 Subject: [PATCH 008/145] Update Facebook colour (#2047) --- _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 e69fe6455..6b01067ff 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1159,8 +1159,8 @@ }, { "title": "Facebook", - "hex": "4172B8", - "source": "https://en.facebookbrand.com/#brand-guidelines-assets" + "hex": "1877F2", + "source": "https://en.facebookbrand.com/" }, { "title": "FACEIT", From 12579e8c8247c5ffb4985ce615e4c19c085291e9 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Wed, 4 Dec 2019 00:15:40 +0100 Subject: [PATCH 009/145] Add write.as icon (#2007) * write.as logo Closes #2003 * file naming was wrong * color was wrong * update link --- _data/simple-icons.json | 5 +++++ icons/write-dot-as.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/write-dot-as.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6b01067ff..e6b97dbf3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4193,6 +4193,11 @@ "hex": "40BAC8", "source": "https://wpengine.com/" }, + { + "title": "write.as", + "hex": "5BC4EE", + "source": "https://write.as/brand" + }, { "title": "Xbox", "hex": "107C10", diff --git a/icons/write-dot-as.svg b/icons/write-dot-as.svg new file mode 100644 index 000000000..2dd5f3867 --- /dev/null +++ b/icons/write-dot-as.svg @@ -0,0 +1 @@ +write.as icon \ No newline at end of file From 1bfa5a76bb2ecce2956d2a25577b99df10cded62 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Wed, 4 Dec 2019 09:49:04 +0100 Subject: [PATCH 010/145] Add RabbitMQ (#2051) (#2052) * Add RabbitMQ Closes #2051 * typo Well, a RabbiMQ could be interesting as well. --- _data/simple-icons.json | 5 +++++ icons/rabbitmq.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/rabbitmq.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e6b97dbf3..ce9250ac8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3032,6 +3032,11 @@ "hex": "276DC3", "source": "https://www.r-project.org/logo/" }, + { + "title": "RabbitMQ", + "hex": "FF6600", + "source": "https://www.rabbitmq.com/" + }, { "title": "RadioPublic", "hex": "CE262F", diff --git a/icons/rabbitmq.svg b/icons/rabbitmq.svg new file mode 100644 index 000000000..1b45ad74f --- /dev/null +++ b/icons/rabbitmq.svg @@ -0,0 +1 @@ +RabbitMQ icon \ No newline at end of file From c63e7813c4ef8fca82fa3af46dd841ad1b8c27d9 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Wed, 4 Dec 2019 14:43:26 +0100 Subject: [PATCH 011/145] iTunes icon (#2019) get #1096 (abandoned) going again --- _data/simple-icons.json | 5 +++++ icons/itunes.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/itunes.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ce9250ac8..6d8aba5bc 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1862,6 +1862,11 @@ "hex": "FA5C5C", "source": "https://itch.io/press-kit" }, + { + "title": "iTunes", + "hex": "FB5BC5", + "source": "https://upload.wikimedia.org/wikipedia/commons/d/df/ITunes_logo.svg" + }, { "title": "Jabber", "hex": "CC0000", diff --git a/icons/itunes.svg b/icons/itunes.svg new file mode 100644 index 000000000..a49aa2047 --- /dev/null +++ b/icons/itunes.svg @@ -0,0 +1 @@ +iTunes icon \ No newline at end of file From d9b7e068217018c07d13cc3d998f9bcb9f14e10e Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 4 Dec 2019 14:20:38 +0000 Subject: [PATCH 012/145] Add QuickTime icon (#2066) * Add quicktime.svg * Update QuickTime title * Add QuickTime data * Update quicktime.svg * Update QuickTime colour --- _data/simple-icons.json | 5 +++++ icons/quicktime.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/quicktime.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6d8aba5bc..a7acf05a5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3017,6 +3017,11 @@ "hex": "4695EB", "source": "https://design.jboss.org/quarkus/" }, + { + "title": "QuickTime", + "hex": "1C69F0", + "source": "https://support.apple.com/quicktime" + }, { "title": "Quora", "hex": "B92B27", diff --git a/icons/quicktime.svg b/icons/quicktime.svg new file mode 100644 index 000000000..6041ddf98 --- /dev/null +++ b/icons/quicktime.svg @@ -0,0 +1 @@ +QuickTime icon From 33ba446c0217acd8a96acf364188256753f9e3ef Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Wed, 4 Dec 2019 19:36:07 +0100 Subject: [PATCH 013/145] Add 1password (#2030) Add 1Password --- _data/simple-icons.json | 5 +++++ icons/1password.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/1password.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a7acf05a5..bf22b9447 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5,6 +5,11 @@ "hex": "5C2D91", "source": "https://docs.microsoft.com/en-us/dotnet/images/hub/net.svg" }, + { + "title": "1Password", + "hex": "0094F5", + "source": "https://1password.com/press/" + }, { "title": "500px", "hex": "0099E5", diff --git a/icons/1password.svg b/icons/1password.svg new file mode 100644 index 000000000..f5f53a437 --- /dev/null +++ b/icons/1password.svg @@ -0,0 +1 @@ +1Password icon \ No newline at end of file From 5e557d26f2fe196eb55eac51dbd4eab397202178 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Wed, 4 Dec 2019 20:19:22 +0100 Subject: [PATCH 014/145] One new line too much There is one new, empty line which shouldnt be there. --- _data/simple-icons.json | 1 - 1 file changed, 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a7acf05a5..86bf8cb4a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -795,7 +795,6 @@ "title": "C Sharp", "hex": "239120", "source": "https://upload.wikimedia.org/wikipedia/commons/0/0d/C_Sharp_wordmark.svg" - }, { "title": "curl", From 4a655066083af4ea2408af8331a4eb02508e94b4 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 5 Dec 2019 08:27:59 +0100 Subject: [PATCH 015/145] Add Wish (#2044) Closes #2042 --- _data/simple-icons.json | 5 +++++ icons/wish.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/wish.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6ad885f3e..fd1638a14 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4177,6 +4177,11 @@ "hex": "88171A", "source": "https://www.wireguard.com/img/wireguard.svg" }, + { + "title": "Wish", + "hex": "2FB7EC", + "source": "https://wish.com/" + }, { "title": "Wix", "hex": "FAAD4D", diff --git a/icons/wish.svg b/icons/wish.svg new file mode 100644 index 000000000..df5d2c8dc --- /dev/null +++ b/icons/wish.svg @@ -0,0 +1 @@ +Wish icon \ No newline at end of file From f5c34906a4ab2c1a22b423f1ecf93b1c93345777 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 5 Dec 2019 08:39:25 +0100 Subject: [PATCH 016/145] Add Reason Studios (#2054) Closes #1880 --- _data/simple-icons.json | 5 +++++ icons/reasonstudios.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/reasonstudios.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fd1638a14..a8733c3be 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3096,6 +3096,11 @@ "hex": "DD4B39", "source": "https://reasonml.github.io/img/reason.svg" }, + { + "title": "Reason Studios", + "hex": "FFFFFF", + "source": "https://www.reasonstudios.com/press" + }, { "title": "Redbubble", "hex": "E41321", diff --git a/icons/reasonstudios.svg b/icons/reasonstudios.svg new file mode 100644 index 000000000..ea3429ad8 --- /dev/null +++ b/icons/reasonstudios.svg @@ -0,0 +1 @@ +Reason Studios icon \ No newline at end of file From 2c2af01c3fae06a75a437a21a936f35a51d82ba6 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 5 Dec 2019 08:46:55 +0100 Subject: [PATCH 017/145] Add Apache Kafka (#2060) Closes #2050 --- _data/simple-icons.json | 5 +++++ icons/apachekafka.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/apachekafka.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a8733c3be..9333c0657 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -215,6 +215,11 @@ "hex": "E6526F", "source": "https://flink.apache.org/material.html" }, + { + "title": "Apache Kafka", + "hex": "000000", + "source": "https://commons.wikimedia.org/wiki/File:Apache_kafka.svg" + }, { "title": "Apache OpenOffice", "hex": "0E85CD", diff --git a/icons/apachekafka.svg b/icons/apachekafka.svg new file mode 100644 index 000000000..63b3f2bbb --- /dev/null +++ b/icons/apachekafka.svg @@ -0,0 +1 @@ +Apache Kafka icon \ No newline at end of file From 0af38c57b93709d35ae4d1e4f3818d7c9b29a8f2 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 5 Dec 2019 18:31:03 +0100 Subject: [PATCH 018/145] Add Fossa (#2041) Closes #2040 --- _data/simple-icons.json | 5 +++++ icons/fossa.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/fossa.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9333c0657..8c5a60998 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1261,6 +1261,11 @@ "hex": "21B573", "source": "https://www.formstack.com/brand/guidelines" }, + { + "title": "Fossa", + "hex": "90A1B8", + "source": "https://fossa.com/press/" + }, { "title": "Fossil SCM", "hex": "548294", diff --git a/icons/fossa.svg b/icons/fossa.svg new file mode 100644 index 000000000..8bb15df52 --- /dev/null +++ b/icons/fossa.svg @@ -0,0 +1 @@ +Fossa icon \ No newline at end of file From 9961b55ab8d9140960401de710a977232b1d4bcc Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 6 Dec 2019 08:46:35 +0000 Subject: [PATCH 019/145] Update uber.svg (#2048) --- icons/uber.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/uber.svg b/icons/uber.svg index f2af7a6a5..6e978f64f 100644 --- a/icons/uber.svg +++ b/icons/uber.svg @@ -1 +1 @@ -Uber icon \ No newline at end of file +Uber icon From 4dcc18057950381e097dbe47e02c1d0bddc8b9bd Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Fri, 6 Dec 2019 16:37:32 +0100 Subject: [PATCH 020/145] Add Dolby (#2081) --- _data/simple-icons.json | 5 +++++ icons/dolby.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/dolby.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8c5a60998..880f27571 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -961,6 +961,11 @@ "hex": "FFCC22", "source": "https://github.com/simple-icons/simple-icons/issues/1098" }, + { + "title": "Dolby", + "hex": "000000", + "source": "https://www.dolby.com/us/en/about/brand-identity.html" + }, { "title": "Draugiem.lv", "hex": "FF6600", diff --git a/icons/dolby.svg b/icons/dolby.svg new file mode 100644 index 000000000..6cbac373e --- /dev/null +++ b/icons/dolby.svg @@ -0,0 +1 @@ +Dolby icon \ No newline at end of file From c68bf6683bb553e9995cba8b6fc8dba7cc44ead9 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 13:16:21 +0000 Subject: [PATCH 021/145] Add Amazon Alexa icon (#2072) * Add amazonalexa.svg * Add Amazon Alexa data --- _data/simple-icons.json | 5 +++++ icons/amazonalexa.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/amazonalexa.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 880f27571..76d0d617f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -145,6 +145,11 @@ "hex": "FF9900", "source": "https://worldvectorlogo.com/logo/amazon-icon" }, + { + "title": "Amazon Alexa", + "hex": "00CAFF", + "source": "https://developer.amazon.com/docs/alexa-voice-service/logo-and-brand.html" + }, { "title": "Amazon AWS", "hex": "232F3E", diff --git a/icons/amazonalexa.svg b/icons/amazonalexa.svg new file mode 100644 index 000000000..550eda033 --- /dev/null +++ b/icons/amazonalexa.svg @@ -0,0 +1 @@ +Amazon Alexa icon From 3cca349216e4a19eac577e885b10627fa5a8164e Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 14:08:09 +0000 Subject: [PATCH 022/145] Add IcoMoon (#2074) * Add icomoon.svg * Add IcoMoon data --- _data/simple-icons.json | 5 +++++ icons/icomoon.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/icomoon.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 76d0d617f..b7bf0e146 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1776,6 +1776,11 @@ "hex": "3880FF", "source": "https://ionicframework.com/press" }, + { + "title": "IcoMoon", + "hex": "825794", + "source": "https://icomoon.io/" + }, { "title": "IconJar", "hex": "16A5F3", diff --git a/icons/icomoon.svg b/icons/icomoon.svg new file mode 100644 index 000000000..0e62ab89d --- /dev/null +++ b/icons/icomoon.svg @@ -0,0 +1 @@ +IcoMoon icon From 4fdf762ca29c14d957dd5bd069544d45efb2e4fb Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 15:10:55 +0000 Subject: [PATCH 023/145] Add Deliveroo (#2077) * Add deliveroo.svg * Add Deliveroo data --- _data/simple-icons.json | 5 +++++ icons/deliveroo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/deliveroo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b7bf0e146..7da0bd6b9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -876,6 +876,11 @@ "hex": "3399FF", "source": "https://en.wikipedia.org/wiki/Delicious_(website)" }, + { + "title": "Deliveroo", + "hex": "00CCBC", + "source": "https://www.deliveroo.design/" + }, { "title": "Dell", "hex": "007DB8", diff --git a/icons/deliveroo.svg b/icons/deliveroo.svg new file mode 100644 index 000000000..cf1674fca --- /dev/null +++ b/icons/deliveroo.svg @@ -0,0 +1 @@ +Deliveroo icon From a8e9926d0e0910b2f30fea6a252726bcc23d69a0 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 16:20:39 +0000 Subject: [PATCH 024/145] Add Home Assistant (#2088) * Add homeassistant.svg * Add Home Assistant data --- _data/simple-icons.json | 5 +++++ icons/homeassistant.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/homeassistant.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7da0bd6b9..06184f540 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1706,6 +1706,11 @@ "hex": "009EE1", "source": "https://hockeyapp.net/brand-guidelines/" }, + { + "title": "Home Assistant", + "hex": "41BDF5", + "source": "https://github.com/home-assistant/home-assistant-assets" + }, { "title": "homify", "hex": "7DCDA3", diff --git a/icons/homeassistant.svg b/icons/homeassistant.svg new file mode 100644 index 000000000..8513241e0 --- /dev/null +++ b/icons/homeassistant.svg @@ -0,0 +1 @@ +Home Assistant icon From bd48e9b1b283a1d6c6b7cf6c9972df83f656b721 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 16:33:49 +0000 Subject: [PATCH 025/145] Add Hypothesis (#2089) * Add hypothesis.svg * Add Hypothesis data --- _data/simple-icons.json | 5 +++++ icons/hypothesis.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/hypothesis.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 06184f540..3b87a59da 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1766,6 +1766,11 @@ "hex": "E02826", "source": "https://ilan.hurriyetemlak.com/emlak-ilani-yayinlama-kurallari" }, + { + "title": "Hypothesis", + "hex": "BD1C2B", + "source": "https://web.hypothes.is/" + }, { "title": "Iata", "hex": "004E81", diff --git a/icons/hypothesis.svg b/icons/hypothesis.svg new file mode 100644 index 000000000..a30bc12c0 --- /dev/null +++ b/icons/hypothesis.svg @@ -0,0 +1 @@ +Hypothesis icon From de29d56531c3a0c9589ffc24e1528f47d9f079b4 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 16:48:59 +0000 Subject: [PATCH 026/145] Add Trend Micro (#2090) * Add trendmicro.svg * Add Trend Micro data --- _data/simple-icons.json | 5 +++++ icons/trendmicro.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/trendmicro.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3b87a59da..9ee435b16 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3932,6 +3932,11 @@ "hex": "0079BF", "source": "https://trello.com/about/branding" }, + { + "title": "Trend Micro", + "hex": "D71921", + "source": "https://www.trendmicro.com/" + }, { "title": "TripAdvisor", "hex": "00AF87", diff --git a/icons/trendmicro.svg b/icons/trendmicro.svg new file mode 100644 index 000000000..59aef0da0 --- /dev/null +++ b/icons/trendmicro.svg @@ -0,0 +1 @@ +Trend Micro icon From 46871b6033ff1071ce9739534c8ec5488d5861bb Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 17:12:32 +0000 Subject: [PATCH 027/145] Add OpenID (#2091) * Add openid.svg * Add OpenID data --- _data/simple-icons.json | 5 +++++ icons/openid.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/openid.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9ee435b16..0f4519723 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2716,6 +2716,11 @@ "hex": "7FADF2", "source": "https://docs.opencollective.com/help/about#media-logo" }, + { + "title": "OpenID", + "hex": "F78C40", + "source": "https://openid.net/add-openid/logos/" + }, { "title": "OpenStreetMap", "hex": "7EBC6F", diff --git a/icons/openid.svg b/icons/openid.svg new file mode 100644 index 000000000..e304a6b1f --- /dev/null +++ b/icons/openid.svg @@ -0,0 +1 @@ +OpenID icon From 26d66f11035ac2089cfc103165e84a8e21d31016 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 17:20:43 +0000 Subject: [PATCH 028/145] Add Teradata (#2092) * Add teradata.svg * Add Teradata data --- _data/simple-icons.json | 5 +++++ icons/teradata.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/teradata.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0f4519723..69734f0df 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3837,6 +3837,11 @@ "hex": "FF6F00", "source": "https://www.tensorflow.org/extras/tensorflow_brand_guidelines.pdf" }, + { + "title": "Teradata", + "hex": "F37440", + "source": "https://github.com/Teradata/teradata.github.io/" + }, { "title": "Tesla", "hex": "CC0000", diff --git a/icons/teradata.svg b/icons/teradata.svg new file mode 100644 index 000000000..ebf3f42cb --- /dev/null +++ b/icons/teradata.svg @@ -0,0 +1 @@ +Teradata icon From 3be461151df5a1563ec9e256f4668052726c270d Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 17:40:57 +0000 Subject: [PATCH 029/145] Add Microsoft Office (#2093) * Add microsoftoffice.svg * Add Microsoft Office data --- _data/simple-icons.json | 5 +++++ icons/microsoftoffice.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/microsoftoffice.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 69734f0df..daa2e1374 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2411,6 +2411,11 @@ "hex": "217346", "source": "https://www.office.com" }, + { + "title": "Microsoft Office", + "hex": "E74025", + "source": "https://www.office.com/" + }, { "title": "Microsoft OneDrive", "hex": "094AB2", diff --git a/icons/microsoftoffice.svg b/icons/microsoftoffice.svg new file mode 100644 index 000000000..68fe43fb5 --- /dev/null +++ b/icons/microsoftoffice.svg @@ -0,0 +1 @@ +Microsoft Office icon From 715f2d5082b03c5fe374f0c7f432fa5bae3f001f Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 18:17:00 +0000 Subject: [PATCH 030/145] Update Yahoo! (#2097) * Update yahoo.svg * Update Yahoo! data --- _data/simple-icons.json | 4 ++-- icons/yahoo.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index daa2e1374..503ad4ffb 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4344,8 +4344,8 @@ }, { "title": "Yahoo!", - "hex": "440099", - "source": "https://en.wikipedia.org/wiki/Yahoo!" + "hex": "6001D2", + "source": "https://yahoo.com/" }, { "title": "Yamaha Corporation", diff --git a/icons/yahoo.svg b/icons/yahoo.svg index 30a2667fd..b10664090 100644 --- a/icons/yahoo.svg +++ b/icons/yahoo.svg @@ -1 +1 @@ -Yahoo! icon \ No newline at end of file +Yahoo! icon From 6ac966f453ee9bc0e1db60b556c120e09d0e23a9 Mon Sep 17 00:00:00 2001 From: Eric Cornelisesn Date: Sun, 8 Dec 2019 17:27:33 +0200 Subject: [PATCH 031/145] Remove Google Allo and Lanyrd Closes #1568 Closes #1569 --- _data/simple-icons.json | 10 ---------- icons/googleallo.svg | 1 - icons/lanyrd.svg | 1 - 3 files changed, 12 deletions(-) delete mode 100644 icons/googleallo.svg delete mode 100644 icons/lanyrd.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 503ad4ffb..53cd71f50 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1466,11 +1466,6 @@ "hex": "4285F4", "source": "https://designguidelines.withgoogle.com/ads-branding/google-ads/logos.html#logos-brand-logo-lockups" }, - { - "title": "Google Allo", - "hex": "ECB842", - "source": "https://allo.google.com/web" - }, { "title": "Google Chrome", "hex": "4285F4", @@ -2091,11 +2086,6 @@ "hex": "326CE5", "source": "https://github.com/kubernetes/kubernetes/tree/master/logo" }, - { - "title": "Lanyrd", - "hex": "3C80CA", - "source": "http://lanyrd.com/help/faq/#branding" - }, { "title": "Laravel", "hex": "FF2D20", diff --git a/icons/googleallo.svg b/icons/googleallo.svg deleted file mode 100644 index 6809a7d5d..000000000 --- a/icons/googleallo.svg +++ /dev/null @@ -1 +0,0 @@ -Google Allo icon \ No newline at end of file diff --git a/icons/lanyrd.svg b/icons/lanyrd.svg deleted file mode 100644 index fdca68e70..000000000 --- a/icons/lanyrd.svg +++ /dev/null @@ -1 +0,0 @@ -Lanyrd icon \ No newline at end of file From e1aefe2e7f0b95fd0ceb27e28ba87d84371f1f8e Mon Sep 17 00:00:00 2001 From: Eric Cornelisesn Date: Sun, 8 Dec 2019 17:48:48 +0200 Subject: [PATCH 032/145] version bump New major version becomes two icons have been removed --- 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 a31b7081a..5aa4557df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.20.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 816d9a4ac..3c1a2961c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.20.0", + "version": "2.0.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [ From dcb112c9b6415fbfd3722d14193f26aadead1aae Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 8 Dec 2019 21:54:50 +0100 Subject: [PATCH 033/145] Add LastPass (#2083) * Add LastPass * update source --- _data/simple-icons.json | 5 +++++ icons/lastpass.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/lastpass.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 53cd71f50..d70d10af4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2101,6 +2101,11 @@ "hex": "252D37", "source": "https://nova.laravel.com/" }, + { + "title": "LastPass", + "hex": "D32D27", + "source": "https://lastpass.com/press-room/" + }, { "title": "Last.fm", "hex": "D51007", diff --git a/icons/lastpass.svg b/icons/lastpass.svg new file mode 100644 index 000000000..75b6de278 --- /dev/null +++ b/icons/lastpass.svg @@ -0,0 +1 @@ +LastPass icon \ No newline at end of file From 7655025c4b3886b0302a3b12152e055eeed289ee Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sun, 8 Dec 2019 21:01:54 +0000 Subject: [PATCH 034/145] Add Quip icon (#2046) * Add quip.svg * Update simple-icons.json * Update quip.svg --- Closes #1725 --- _data/simple-icons.json | 5 +++++ icons/quip.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/quip.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d70d10af4..aa4c70aa8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3071,6 +3071,11 @@ "hex": "1C69F0", "source": "https://support.apple.com/quicktime" }, + { + "title": "Quip", + "hex": "F27557", + "source": "https://quip.com/" + }, { "title": "Quora", "hex": "B92B27", diff --git a/icons/quip.svg b/icons/quip.svg new file mode 100644 index 000000000..5838c08aa --- /dev/null +++ b/icons/quip.svg @@ -0,0 +1 @@ +Quip icon From 9ede8ba50b5962e529bb00c37e621e2886124a8e Mon Sep 17 00:00:00 2001 From: Ayoub Date: Sun, 8 Dec 2019 22:46:29 +0100 Subject: [PATCH 035/145] 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 44f343d00..c2225578e 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 000000000..a44ec6ad1 --- /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 036/145] =?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 a44ec6ad1..a67d1b0b2 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 037/145] =?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 c2225578e..8ee5bc468 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 0aeb436e9b6cec828a173dffa34056ef7f686c03 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 9 Dec 2019 00:34:31 +0100 Subject: [PATCH 038/145] Local relief for #2061 This should help with the overzealous whitespace removal in paths which will break many viewers/editors (even tho most browsers are fine with this). It was already set on `ConvertPathData`. but this alone is not enough. --- .svgo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.svgo.yml b/.svgo.yml index 6fef03566..da394a840 100644 --- a/.svgo.yml +++ b/.svgo.yml @@ -20,6 +20,7 @@ plugins: # Compound all s into one - mergePaths: force: true + noSpaceAfterFlags: false # Keep the - removeTitle: false From 3e15c5e55bb05a64843bb6e317c200ae31c64401 Mon Sep 17 00:00:00 2001 From: Ayoub <ayoub@aabass.net> Date: Mon, 9 Dec 2019 14:32:33 +0100 Subject: [PATCH 039/145] =?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 a67d1b0b2..56d470752 100644 --- a/icons/dart.svg +++ b/icons/dart.svg @@ -1 +1 @@ -<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Dart icon \ No newline at end of file +Dart icon \ No newline at end of file From 036f513d5df7c96afbb3061adf9e960c818ecfb3 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Mon, 9 Dec 2019 16:32:05 +0000 Subject: [PATCH 040/145] Added celery.svg --- icons/celery.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/celery.svg diff --git a/icons/celery.svg b/icons/celery.svg new file mode 100644 index 000000000..22b551fbb --- /dev/null +++ b/icons/celery.svg @@ -0,0 +1 @@ +Celery icon \ No newline at end of file From e5ed9cd4031c98f41cae7f9252c0c68f2d126a00 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Mon, 9 Dec 2019 16:34:32 +0000 Subject: [PATCH 041/145] 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 aa4c70aa8..1b1e618cf 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -586,6 +586,11 @@ "hex": "1287B1", "source": "https://upload.wikimedia.org/wikipedia/commons/5/5e/Cassandra_logo.svg" }, + { + "title": "Celery", + "hex": "DDF4A3", + "source": "https://github.com/celery/celery" + }, { "title": "CentOS", "hex": "262577", From f0a1bcabae8591784cde699e33d5bf009c8fe332 Mon Sep 17 00:00:00 2001 From: Ayoub Date: Tue, 10 Dec 2019 23:02:04 +0100 Subject: [PATCH 042/145] =?UTF-8?q?=F0=9F=90=9B=20extra=20vectors=20remove?= =?UTF-8?q?d?= 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 56d470752..9df69e82c 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 043/145] 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 9ec8d38ff..b5997245f 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 000000000..3c37409f0 --- /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 044/145] =?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 b5997245f..dca6f21ef 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 000000000..b6c41581e --- /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 045/145] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20color=20and=20sour?= =?UTF-8?q?ce?= 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 dca6f21ef..5dc239f02 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 046/145] 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 b5997245f..0339c19cc 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 000000000..cd4691cf3 --- /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 047/145] 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 0339c19cc..60919860f 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 000000000..b06341ccb --- /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 048/145] 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 60919860f..748e43772 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 000000000..d109190b1 --- /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 049/145] 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 748e43772..50435a6e7 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 000000000..4a2514e81 --- /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 050/145] 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 50435a6e7..9ffa01d19 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 000000000..4ecfb0784 --- /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 051/145] 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 9ffa01d19..160cec9b3 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 000000000..5f64a5916 --- /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 052/145] 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 160cec9b3..16f20691b 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 000000000..f9ec60fbb --- /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 053/145] 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 16f20691b..c26efc44f 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 000000000..f56a1313b --- /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 054/145] 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 c26efc44f..297955a42 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 000000000..2b1b93184 --- /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 055/145] 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 000000000..f2224f4fd --- /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 056/145] 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 572378335..04efede1f 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 057/145] 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 000000000..6a622829c --- /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 058/145] 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 572378335..b1db87b23 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 059/145] 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 572378335..2fb7d5626 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 000000000..bcb867251 --- /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 060/145] 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 000000000..e97e61ed6 --- /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 061/145] 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 2fb7d5626..e134964d3 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 062/145] 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 5aa4557df..538616e92 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 3c1a2961c..2873a7367 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 063/145] 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 e134964d3..f5a01c8d4 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 000000000..176e566fc --- /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 064/145] 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 f5a01c8d4..dd77418e1 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 000000000..0918fbfbb --- /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 065/145] 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 f2224f4fd..57e1d41f2 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 066/145] 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 dd77418e1..5a2e5fa46 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 000000000..90e9ef6ef --- /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 067/145] 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 5a2e5fa46..9452e624f 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 000000000..c3348cd31 --- /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 068/145] 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 000000000..f1bcd4a5b --- /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 069/145] 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 511f35956..45ba98155 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 070/145] 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 e4f97700a..d8e432524 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 071/145] 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 6dafc6856..76eefbec0 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 6c5fce70a..19a0c5ca8 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 072/145] 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 76eefbec0..7c345d651 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 000000000..0bc43cfae --- /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 073/145] 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 7c345d651..6a6ea24ad 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 000000000..8a6d9524e --- /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 074/145] 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 6a6ea24ad..020da90ce 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 000000000..b17d638a1 --- /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 075/145] 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 020da90ce..c1ed1ccab 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 000000000..a7b4c3997 --- /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 076/145] 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 187f61fdf..d8433f7ac 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 000000000..f517b5ff4 --- /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 077/145] 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 d8433f7ac..7f90fe6a5 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 000000000..54d3af187 --- /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 078/145] 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 7f90fe6a5..d58166013 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 000000000..a0bba61d7 --- /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 079/145] 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 d58166013..d818649a4 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 000000000..55af3f376 --- /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 080/145] 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 d818649a4..5b64f489c 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 000000000..693d2f1a0 --- /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 081/145] 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 5b64f489c..2bebc9756 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 000000000..813855460 --- /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 082/145] 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 000000000..e5cb4eb2d --- /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 083/145] 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 511f35956..ccf5f5f7b 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 084/145] 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 000000000..74e304311 --- /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 085/145] 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 511f35956..7e595bf12 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 086/145] 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 2146c1753..43f263b9a 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 000000000..cd8b90d74 --- /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 087/145] 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 43f263b9a..8d58f3f44 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 000000000..48167cd7b --- /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 000000000..00fadb184 --- /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 088/145] 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 8d58f3f44..edc0737ae 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 000000000..7ca2a1fe6 --- /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 089/145] 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 edc0737ae..187b12aa0 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 000000000..c4fad6e9f --- /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 090/145] 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 187b12aa0..864703cb9 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 000000000..85858224b --- /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 091/145] 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 864703cb9..ff47165a9 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 000000000..b8b421f63 --- /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 092/145] 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 ff47165a9..01c5f1a1e 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 000000000..4ef2a6b56 --- /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 093/145] 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 01c5f1a1e..27dcbb865 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 000000000..64006d71b --- /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 094/145] 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 27dcbb865..ab02afa7f 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 000000000..0aea3d65b --- /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 095/145] 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 ab02afa7f..61d3d30b2 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 000000000..cc92f1d10 --- /dev/null +++ b/icons/cpanel.svg @@ -0,0 +1 @@ +cPanel icon From aaf97e91faa594cd5db5d4eb5bb67d098d214064 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Fri, 20 Dec 2019 19:20:06 +0000 Subject: [PATCH 096/145] Added photocrowd.svg and updated _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ icons/photocrowd.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/photocrowd.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 61d3d30b2..98d47d989 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2966,6 +2966,11 @@ "hex": "40A4C4", "source": "https://www.periscope.tv/press" }, + { + "title": "Photocrowd", + "hex": "3DAD4B", + "source": "https://www.photocrowd.com/" + }, { "title": "PHP", "hex": "777BB4", diff --git a/icons/photocrowd.svg b/icons/photocrowd.svg new file mode 100644 index 000000000..29ca2b116 --- /dev/null +++ b/icons/photocrowd.svg @@ -0,0 +1 @@ +Photocrowd icon \ No newline at end of file From dbd043b100e49f506762e340cc4c3787c1e62ba4 Mon Sep 17 00:00:00 2001 From: Ayoub Aabass Date: Sun, 22 Dec 2019 13:34:47 +0100 Subject: [PATCH 097/145] 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 61d3d30b2..cc6e5629b 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 000000000..5047c4360 --- /dev/null +++ b/icons/coinbase.svg @@ -0,0 +1 @@ +Coinbase icon \ No newline at end of file From 1c408c8a65bd656820fa006caf82dc6ffce84860 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 23 Dec 2019 10:18:23 +0000 Subject: [PATCH 098/145] Add material-ui.svg --- icons/material-ui.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/material-ui.svg diff --git a/icons/material-ui.svg b/icons/material-ui.svg new file mode 100644 index 000000000..a7c4b31e3 --- /dev/null +++ b/icons/material-ui.svg @@ -0,0 +1 @@ +Material-UI icon From bd08b8d4a4d4426cdcc754b69af95da1de4e02ee Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 23 Dec 2019 10:19:50 +0000 Subject: [PATCH 099/145] Add Material-UI data --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 511f35956..cd912d8d7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2246,6 +2246,11 @@ "hex": "757575", "source": "https://material.io/design/" }, + { + "title": "Material-UI", + "hex": "1976D2", + "source": "https://material-ui.com/" + }, { "title": "Mathworks", "hex": "0076A8", From 31722229460987aa0cccc94621bb947f522cad4f Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Mon, 23 Dec 2019 13:31:41 +0000 Subject: [PATCH 100/145] Updated path --- icons/celery.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/celery.svg b/icons/celery.svg index 22b551fbb..91e3af812 100644 --- a/icons/celery.svg +++ b/icons/celery.svg @@ -1 +1 @@ -Celery icon \ No newline at end of file +Celery icon \ No newline at end of file From 26d6b644aa7da10110d53599d49fa43730226ff5 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Mon, 23 Dec 2019 13:33:05 +0000 Subject: [PATCH 101/145] Updated source and hex value --- _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 1b1e618cf..096d0a4e1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -588,8 +588,8 @@ }, { "title": "Celery", - "hex": "DDF4A3", - "source": "https://github.com/celery/celery" + "hex": "37814A", + "source": "http://www.celeryproject.org/" }, { "title": "CentOS", From d4b2fa285b2c868222c35ec771f00e3fd710a71b Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Mon, 23 Dec 2019 21:25:46 +0100 Subject: [PATCH 102/145] 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 538616e92..14ffb1006 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 2873a7367..031b12419 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 103/145] 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 cc6e5629b..bba6d470a 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 000000000..c494e5a7f --- /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 000000000..89da5b98e --- /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 104/145] 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 bba6d470a..07d3bc61d 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 000000000..2080efdb7 --- /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 105/145] 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 07d3bc61d..f34164f10 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 987c45950..53dfcb0fe 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 106/145] 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 f34164f10..7da9d1155 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 000000000..40a8d8b98 --- /dev/null +++ b/icons/icon.svg @@ -0,0 +1 @@ +ICON icon From a2145d282043e6ea531ebc84c2e186337ee7c610 Mon Sep 17 00:00:00 2001 From: aaya-audiomack Date: Thu, 26 Dec 2019 14:19:54 -0500 Subject: [PATCH 107/145] Add Audiomack icon --- _data/simple-icons.json | 7 +++++-- icons/audiomack.svg | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 icons/audiomack.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7da9d1155..24c32bf92 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -350,6 +350,11 @@ "hex": "F8991C", "source": "https://commons.wikimedia.org/wiki/File:Audible_logo.svg" }, + { + "title": "Audiomack", + "hex": "FFA200", + "source": "https://styleguide.audiomack.com/" + }, { "title": "Aurelia", "hex": "ED2B88", @@ -585,7 +590,6 @@ "hex": "A8B9CC", "source": "https://commons.wikimedia.org/wiki/File:The_C_Programming_Language_logo.svg" }, - { "title": "CakePHP", "hex": "D33C43", @@ -3691,7 +3695,6 @@ "hex": "F79A10", "source": "https://developer.valvesoftware.com/favicon.ico" }, - { "title": "SourceForge", "hex": "535353", diff --git a/icons/audiomack.svg b/icons/audiomack.svg new file mode 100644 index 000000000..c46fd0074 --- /dev/null +++ b/icons/audiomack.svg @@ -0,0 +1 @@ +Audiomack icon From 6de4de4e6864b8ec292df1e1d3dd3396a77db42f Mon Sep 17 00:00:00 2001 From: jiboong Date: Thu, 26 Dec 2019 14:46:23 -0500 Subject: [PATCH 108/145] datadog icon --- _data/simple-icons.json | 5 +++++ icons/datadog.svg | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 icons/datadog.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d818649a4..f77627b44 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -881,6 +881,11 @@ "hex": "33AACC", "source": "https://www.datacamp.com/" }, + { + "title": "Datadog", + "hex": "632CA6", + "source": "https://www.datadoghq.com/" + }, { "title": "DAZN", "hex": "F8F8F5", diff --git a/icons/datadog.svg b/icons/datadog.svg new file mode 100644 index 000000000..596229b3d --- /dev/null +++ b/icons/datadog.svg @@ -0,0 +1,18 @@ + + + + Group 3 + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file From f43fda604c9560208a58665b7a2a0bf297ed8e5d Mon Sep 17 00:00:00 2001 From: jiboong Date: Thu, 26 Dec 2019 14:47:16 -0500 Subject: [PATCH 109/145] revised svg --- icons/datadog.svg | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/icons/datadog.svg b/icons/datadog.svg index 596229b3d..915076384 100644 --- a/icons/datadog.svg +++ b/icons/datadog.svg @@ -1,18 +1 @@ - - - - Group 3 - Created with Sketch. - - - - - - - - - - - - - \ No newline at end of file +Datadog icon \ No newline at end of file From ba1b194034cccb4c85479ca66375368d36b8f5d0 Mon Sep 17 00:00:00 2001 From: jiboong Date: Thu, 26 Dec 2019 14:58:00 -0500 Subject: [PATCH 110/145] svgo compressed --- icons/datadog.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/datadog.svg b/icons/datadog.svg index 915076384..79a818f5a 100644 --- a/icons/datadog.svg +++ b/icons/datadog.svg @@ -1 +1 @@ -Datadog icon \ No newline at end of file +Datadog icon \ No newline at end of file From fadb1affa1b3834aae1d4e8ce90366c86970b63a Mon Sep 17 00:00:00 2001 From: jiboong Date: Thu, 26 Dec 2019 15:04:28 -0500 Subject: [PATCH 111/145] role added --- icons/datadog.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/datadog.svg b/icons/datadog.svg index 79a818f5a..b1262b450 100644 --- a/icons/datadog.svg +++ b/icons/datadog.svg @@ -1 +1 @@ -Datadog icon \ No newline at end of file +Datadog icon \ No newline at end of file From 9d9faf0231c867485eb63745d1d5fa4bbadbf149 Mon Sep 17 00:00:00 2001 From: aaya-audiomack Date: Thu, 26 Dec 2019 15:42:29 -0500 Subject: [PATCH 112/145] Fix icon to fill the full width of the canvas --- icons/audiomack.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/audiomack.svg b/icons/audiomack.svg index c46fd0074..33f4093a8 100644 --- a/icons/audiomack.svg +++ b/icons/audiomack.svg @@ -1 +1 @@ -Audiomack icon +Audiomack icon From bb7738cc0fa80ed73a4c868584225fc583b59967 Mon Sep 17 00:00:00 2001 From: jiboong Date: Thu, 26 Dec 2019 16:13:46 -0500 Subject: [PATCH 113/145] updated logo --- icons/datadog.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/datadog.svg b/icons/datadog.svg index b1262b450..3b07e0600 100644 --- a/icons/datadog.svg +++ b/icons/datadog.svg @@ -1 +1 @@ -Datadog icon \ No newline at end of file +Datadog icon \ No newline at end of file From fb14e0178c05d66b0e3bd630a72e64350f161506 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Fri, 27 Dec 2019 11:08:53 +0100 Subject: [PATCH 114/145] Add GNU Bash (#2185) * Add GNU Bash Closes #2183 * no comment * Icon updated from source Now the original Illustrator file is taken as ground truth. --- _data/simple-icons.json | 5 +++++ icons/gnubash.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/gnubash.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7da9d1155..f3626ee73 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1521,6 +1521,11 @@ "hex": "A42E2B", "source": "https://gnu.org" }, + { + "title": "GNU Bash", + "hex": "4EAA25", + "source": "https://github.com/odb/official-bash-logo" + }, { "title": "GNU IceCat", "hex": "002F5B", diff --git a/icons/gnubash.svg b/icons/gnubash.svg new file mode 100644 index 000000000..2f42d3f1a --- /dev/null +++ b/icons/gnubash.svg @@ -0,0 +1 @@ +GNU Bash icon \ No newline at end of file From 74c0c83f3c0fb5391935d597739cd6dad91141a9 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 27 Dec 2019 12:13:50 +0000 Subject: [PATCH 115/145] Add Z-Wave (#2212) * Add z-wave.svg * Add Z-Wave data --- _data/simple-icons.json | 5 +++++ icons/z-wave.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/z-wave.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f3626ee73..d39795621 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4686,6 +4686,11 @@ "title": "Zulip", "hex": "52C2AF", "source": "https://github.com/zulip/zulip/" + }, + { + "title": "Z-Wave", + "hex": "1B365D", + "source": "https://www.z-wave.com/" } ] } diff --git a/icons/z-wave.svg b/icons/z-wave.svg new file mode 100644 index 000000000..b85a7679f --- /dev/null +++ b/icons/z-wave.svg @@ -0,0 +1 @@ +Z-Wave icon From 1a644ea0a2e8782aac8e906dbcf4a6d622139647 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 27 Dec 2019 12:18:38 +0000 Subject: [PATCH 116/145] Add Convertio (#2213) * Add convertio.svg * Add Convertio data --- _data/simple-icons.json | 5 +++++ icons/convertio.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/convertio.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d39795621..0ffb2a3f4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -796,6 +796,11 @@ "hex": "000000", "source": "https://github.com/conda-forge/conda-forge.github.io/" }, + { + "title": "Convertio", + "hex": "FF3333", + "source": "https://convertio.co/" + }, { "title": "Co-op", "hex": "00B1E7", diff --git a/icons/convertio.svg b/icons/convertio.svg new file mode 100644 index 000000000..36394fefb --- /dev/null +++ b/icons/convertio.svg @@ -0,0 +1 @@ +Convertio icon From 787c6c1619cb8a34f696f1c8494d4203ce5d4975 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 27 Dec 2019 12:29:37 +0000 Subject: [PATCH 117/145] Update JSFiddle (#2214) * Update jsfiddle.svg * Update JSFiddle data --- _data/simple-icons.json | 4 ++-- icons/jsfiddle.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0ffb2a3f4..ef3bc849c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2098,8 +2098,8 @@ }, { "title": "JSFiddle", - "hex": "4679A4", - "source": "http://doc.jsfiddle.net/meta/downloads.html" + "hex": "0084FF", + "source": "https://jsfiddle.net/" }, { "title": "JSON", diff --git a/icons/jsfiddle.svg b/icons/jsfiddle.svg index 18dd4737c..3ca238181 100644 --- a/icons/jsfiddle.svg +++ b/icons/jsfiddle.svg @@ -1 +1 @@ -JSFiddle icon \ No newline at end of file +JSFiddle icon From 1837b7cfdf87f02fc1c753f50414743b591beaa9 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 27 Dec 2019 12:36:35 +0000 Subject: [PATCH 118/145] Update Material-UI colour --- _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 cd912d8d7..3ea6ba629 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2248,7 +2248,7 @@ }, { "title": "Material-UI", - "hex": "1976D2", + "hex": "0081CB", "source": "https://material-ui.com/" }, { From a4240995b1b595290be270cb5f5b554d3f469d0d Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Fri, 27 Dec 2019 16:02:21 +0000 Subject: [PATCH 119/145] Added authy.svg, optimised with SVGO and updated _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ icons/authy.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/authy.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ef3bc849c..7f9b4503e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -360,6 +360,11 @@ "hex": "EB5424", "source": "https://styleguide.auth0.com" }, + { + "title": "Authy", + "hex": "EC1C24", + "source": "https://authy.com/" + }, { "title": "Automatic", "hex": "7D8084", diff --git a/icons/authy.svg b/icons/authy.svg new file mode 100644 index 000000000..050f9c3a6 --- /dev/null +++ b/icons/authy.svg @@ -0,0 +1 @@ +Authy icon \ No newline at end of file From f46943b6d80f4304f242a2f24c698c28df0ed2d6 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Fri, 27 Dec 2019 16:07:36 +0000 Subject: [PATCH 120/145] Removed extraneous attribute --- icons/authy.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/authy.svg b/icons/authy.svg index 050f9c3a6..e5381463e 100644 --- a/icons/authy.svg +++ b/icons/authy.svg @@ -1 +1 @@ -Authy icon \ No newline at end of file +Authy icon \ No newline at end of file From b8b3c8a40f7df72da1f17efb8bf9c17ce2236210 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Fri, 27 Dec 2019 16:42:03 +0000 Subject: [PATCH 121/145] Added actigraph.svg, optimised with SVGO, updated _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ icons/actigraph.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/actigraph.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ef3bc849c..cf6eec896 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -40,6 +40,11 @@ "hex": "0085CA", "source": "http://identitystandards.acm.org/" }, + { + "title": "ActiGraph", + "hex": "0B2C4A", + "source": "http://www.actigraphcorp.com/" + }, { "title": "Accusoft", "hex": "FF7E4A", diff --git a/icons/actigraph.svg b/icons/actigraph.svg new file mode 100644 index 000000000..e3e3b5c9f --- /dev/null +++ b/icons/actigraph.svg @@ -0,0 +1 @@ +ActiGraph icon \ No newline at end of file From e41e8951892b33157916b7b46e065f081ce873f2 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Fri, 27 Dec 2019 17:09:19 +0000 Subject: [PATCH 122/145] Added activision.svg, optimised with SVGO, updated .json --- _data/simple-icons.json | 5 +++++ icons/activision.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/activision.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ef3bc849c..6bb63cbc0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -40,6 +40,11 @@ "hex": "0085CA", "source": "http://identitystandards.acm.org/" }, + { + "title": "Activision", + "hex": "000000", + "source": "https://www.activision.com/" + }, { "title": "Accusoft", "hex": "FF7E4A", diff --git a/icons/activision.svg b/icons/activision.svg new file mode 100644 index 000000000..851c09289 --- /dev/null +++ b/icons/activision.svg @@ -0,0 +1 @@ +Activision icon \ No newline at end of file From f1920e903fd949887382f710e11597e94ec98e04 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Fri, 27 Dec 2019 17:31:01 +0000 Subject: [PATCH 123/145] Added squareenix.svg, opt with SVGO, updated .json --- _data/simple-icons.json | 5 +++++ icons/squareenix.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/squareenix.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ef3bc849c..6051fa41c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3777,6 +3777,11 @@ "hex": "3E4348", "source": "https://squareup.com/" }, + { + "title": "Square Enix", + "hex": "ED1C24", + "source": "https://www.square-enix.com/" + }, { "title": "Squarespace", "hex": "000000", diff --git a/icons/squareenix.svg b/icons/squareenix.svg new file mode 100644 index 000000000..0a7cbc97f --- /dev/null +++ b/icons/squareenix.svg @@ -0,0 +1 @@ +Square Enix icon \ No newline at end of file From e40e1b5667591005b8498f40ced230a6a70d5f94 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Fri, 27 Dec 2019 17:43:56 +0000 Subject: [PATCH 124/145] Added ea.svg, opt with SVGO, updated .json --- _data/simple-icons.json | 5 +++++ icons/ea.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ea.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ef3bc849c..e916eae43 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1106,6 +1106,11 @@ "hex": "1496FF", "source": "https://www.dynatrace.com/company/press-kit/" }, + { + "title": "EA", + "hex": "000000", + "source": "https://www.ea.com" + }, { "title": "eBay", "hex": "E53238", diff --git a/icons/ea.svg b/icons/ea.svg new file mode 100644 index 000000000..31e288275 --- /dev/null +++ b/icons/ea.svg @@ -0,0 +1 @@ +EA icon \ No newline at end of file From 907eb05e7be964a008d950c63b73dbf9ac0207d0 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 28 Dec 2019 16:31:24 +0100 Subject: [PATCH 125/145] New York Times (#2224) #2116 --- _data/simple-icons.json | 5 +++++ icons/newyorktimes.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/newyorktimes.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fbf68a1aa..204a5835f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2730,6 +2730,11 @@ "hex": "00C7B7", "source": "https://www.netlify.com/press/" }, + { + "title": "New York Times", + "hex": "000000", + "source": "https://www.nytimes.com/" + }, { "title": "Next.js", "hex": "000000", diff --git a/icons/newyorktimes.svg b/icons/newyorktimes.svg new file mode 100644 index 000000000..31fd99363 --- /dev/null +++ b/icons/newyorktimes.svg @@ -0,0 +1 @@ +New York Times icon \ No newline at end of file From 75ef16ffde55f2c0c138a10d329baaa6f6c836b2 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sat, 28 Dec 2019 19:05:52 +0000 Subject: [PATCH 126/145] Updated path --- icons/photocrowd.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/photocrowd.svg b/icons/photocrowd.svg index 29ca2b116..86a686338 100644 --- a/icons/photocrowd.svg +++ b/icons/photocrowd.svg @@ -1 +1 @@ -Photocrowd icon \ No newline at end of file +Photocrowd icon \ No newline at end of file From 6875ed2c1b3c7cba88b00c2478efbff8ab5c65bb Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 28 Dec 2019 20:32:46 +0100 Subject: [PATCH 127/145] Add WebAssembly (#2243) (#2244) Closes #2243 --- _data/simple-icons.json | 5 +++++ icons/webassembly.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/webassembly.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index df0015cb8..772e13533 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4450,6 +4450,11 @@ "hex": "3423A6", "source": "https://github.com/apowers313/webauthn-logos" }, + { + "title": "WebAssembly", + "hex": "654FF0", + "source": "https://webassembly.org/" + }, { "title": "Webpack", "hex": "8DD6F9", diff --git a/icons/webassembly.svg b/icons/webassembly.svg new file mode 100644 index 000000000..f220d68ae --- /dev/null +++ b/icons/webassembly.svg @@ -0,0 +1 @@ +WebAssembly icon \ No newline at end of file From 9269e18dd9b9742576385af1e029339f7d3875a0 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 29 Dec 2019 01:15:40 +0100 Subject: [PATCH 128/145] Add Alipay (#2240) (#2241) Closes #2240 --- _data/simple-icons.json | 5 +++++ icons/alipay.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/alipay.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 772e13533..89258ce1a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -150,6 +150,11 @@ "hex": "5468FF", "source": "https://www.algolia.com/press/?section=brand-guidelines" }, + { + "title": "Alipay", + "hex": "00A1E9", + "source": "https://gw.alipayobjects.com/os/rmsportal/trUJZfSrlnRCcFgfZGjD.ai" + }, { "title": "AlliedModders", "hex": "1578D3", diff --git a/icons/alipay.svg b/icons/alipay.svg new file mode 100644 index 000000000..8672e45b7 --- /dev/null +++ b/icons/alipay.svg @@ -0,0 +1 @@ +Alipay icon \ No newline at end of file From 6f7c2e85d7d2c979185265553b875b0faf9e8101 Mon Sep 17 00:00:00 2001 From: Tom Schneider Date: Sun, 29 Dec 2019 12:46:38 +0100 Subject: [PATCH 129/145] Add ZDF (#2199) --- _data/simple-icons.json | 5 +++++ icons/zdf.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/zdf.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 89258ce1a..c5cc6d1ae 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4695,6 +4695,11 @@ "hex": "FF4A00", "source": "https://zapier.com/about/brand" }, + { + "title": "ZDF", + "hex": "FA7D19", + "source": "https://www.zdf.de/" + }, { "title": "Zeit", "hex": "000000", diff --git a/icons/zdf.svg b/icons/zdf.svg new file mode 100644 index 000000000..81334479a --- /dev/null +++ b/icons/zdf.svg @@ -0,0 +1 @@ +ZDF icon From 87488e27f63488e686da6b5894e76f43230e1976 Mon Sep 17 00:00:00 2001 From: Tom Schneider Date: Sun, 29 Dec 2019 12:55:31 +0100 Subject: [PATCH 130/145] Add NDR (#2200) --- _data/simple-icons.json | 5 +++++ icons/ndr.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ndr.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c5cc6d1ae..4353be4cb 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2740,6 +2740,11 @@ "hex": "3655FF", "source": "https://docs.nativescript.org/" }, + { + "title": "NDR", + "hex": "0C1754", + "source": "https://www.ndr.de/" + }, { "title": "NEC", "hex": "1414A0", diff --git a/icons/ndr.svg b/icons/ndr.svg new file mode 100644 index 000000000..f4b18687c --- /dev/null +++ b/icons/ndr.svg @@ -0,0 +1 @@ +NDR icon From 01e6b91e1b5422993afc042340ae9b1846006ea9 Mon Sep 17 00:00:00 2001 From: Tom Schneider Date: Sun, 29 Dec 2019 16:14:43 +0100 Subject: [PATCH 131/145] Add Sat.1 (#2203) --- _data/simple-icons.json | 5 +++++ icons/sat-dot-1.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/sat-dot-1.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 4353be4cb..b5ee816bf 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3525,6 +3525,11 @@ "hex": "CC6699", "source": "http://sass-lang.com/styleguide/brand" }, + { + "title": "Sat.1", + "hex": "047DA3", + "source": "https://www.prosiebensat1.com/presse/downloads/logos" + }, { "title": "Sauce Labs", "hex": "E2231A", diff --git a/icons/sat-dot-1.svg b/icons/sat-dot-1.svg new file mode 100644 index 000000000..587432601 --- /dev/null +++ b/icons/sat-dot-1.svg @@ -0,0 +1 @@ +Sat.1 icon From 34017f7454e1de987a16be614e175986eb119d1e Mon Sep 17 00:00:00 2001 From: Tom Schneider Date: Sun, 29 Dec 2019 16:48:20 +0100 Subject: [PATCH 132/145] Add TELE5 (#2206) --- _data/simple-icons.json | 5 +++++ icons/tele5.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/tele5.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b5ee816bf..be8f4c470 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4075,6 +4075,11 @@ "hex": "39ACE6", "source": "https://teespring.com" }, + { + "title": "TELE5", + "hex": "C2AD6F", + "source": "https://www.tele5.de" + }, { "title": "Telegram", "hex": "2CA5E0", diff --git a/icons/tele5.svg b/icons/tele5.svg new file mode 100644 index 000000000..68799e010 --- /dev/null +++ b/icons/tele5.svg @@ -0,0 +1 @@ +TELE5 icon From 7011a3457fc340e89442210f8b64dc85ebb8c76c Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sun, 29 Dec 2019 16:11:15 +0000 Subject: [PATCH 133/145] Add Battle.net (#2215) * Add battle-dot-net.svg * Add Battle.net data --- _data/simple-icons.json | 5 +++++ icons/battle-dot-net.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/battle-dot-net.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index be8f4c470..b3c4744fc 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -460,6 +460,11 @@ "hex": "00A3E0", "source": "https://bathasu.com/press/" }, + { + "title": "Battle.net", + "hex": "00AEFF", + "source": "https://www.blizzard.com/en-gb/" + }, { "title": "Beats", "hex": "005571", diff --git a/icons/battle-dot-net.svg b/icons/battle-dot-net.svg new file mode 100644 index 000000000..a89d414d6 --- /dev/null +++ b/icons/battle-dot-net.svg @@ -0,0 +1 @@ +Battle.net icon From 34f126d93d9943d9a42cf019b1a33ccf5d24e004 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 29 Dec 2019 17:50:04 +0100 Subject: [PATCH 134/145] Phonegap (#2247) * Adobe PhoneGap * Adobe PhoneGap icon * update source --- _data/simple-icons.json | 5 +++++ icons/adobephonegap.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/adobephonegap.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b3c4744fc..e4c2964a9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -110,6 +110,11 @@ "hex": "ADD5EC", "source": "https://www.adobe.com/products/photoshop-lightroom-classic.html" }, + { + "title": "Adobe PhoneGap", + "hex": "27A1C5", + "source": "https://phonegap.com/about/logos/" + }, { "title": "Adobe Photoshop", "hex": "00C8FF", diff --git a/icons/adobephonegap.svg b/icons/adobephonegap.svg new file mode 100644 index 000000000..5fbb3d28f --- /dev/null +++ b/icons/adobephonegap.svg @@ -0,0 +1 @@ +Adobe PhoneGap icon \ No newline at end of file From fe247ac95e424637a19b4ebae24ad8548fcf1fee Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 29 Dec 2019 17:55:55 +0100 Subject: [PATCH 135/145] Add GNU Emacs (#2180) (#2248) * Add GNU Emacs (#2180) Closes #2180 * forget the icon smh * Update gnuemacs.svg --- _data/simple-icons.json | 5 +++++ icons/gnuemacs.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/gnuemacs.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e4c2964a9..e5bba91cc 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1580,6 +1580,11 @@ "hex": "4EAA25", "source": "https://github.com/odb/official-bash-logo" }, + { + "title": "GNU Emacs", + "hex": "7F5AB6", + "source": "https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/images/icons/hicolor/scalable/apps/emacs.svg" + }, { "title": "GNU IceCat", "hex": "002F5B", diff --git a/icons/gnuemacs.svg b/icons/gnuemacs.svg new file mode 100644 index 000000000..5ec1c06de --- /dev/null +++ b/icons/gnuemacs.svg @@ -0,0 +1 @@ +GNU Emacs icon \ No newline at end of file From 35253d2dde6771cdfd845becb06e6c6582578e86 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 29 Dec 2019 17:57:16 +0100 Subject: [PATCH 136/145] Corona game engine (#2245) * Corona game engine * updated the name * name in svg :bug: --- _data/simple-icons.json | 5 +++++ icons/coronaengine.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/coronaengine.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e5bba91cc..9c9532818 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -845,6 +845,11 @@ "hex": "00B1E7", "source": "http://www.co-operative.coop/corporate/press/logos/" }, + { + "title": "Corona Engine", + "hex": "F96F29", + "source": "https://coronalabs.com/" + }, { "title": "Corona Renderer", "hex": "E6502A", diff --git a/icons/coronaengine.svg b/icons/coronaengine.svg new file mode 100644 index 000000000..995202f3e --- /dev/null +++ b/icons/coronaengine.svg @@ -0,0 +1 @@ +Corona Engine icon \ No newline at end of file From ff1074d9870f568a85ab41a0d3c09d7067f94318 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sun, 29 Dec 2019 17:06:24 +0000 Subject: [PATCH 137/145] Add asciinema (#2218) * Add asciinema.svg * Add asciinema data --- _data/simple-icons.json | 5 +++++ icons/asciinema.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/asciinema.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9c9532818..056a0442e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -345,6 +345,11 @@ "hex": "E40046", "source": "https://github.com/asciidoctor/brand" }, + { + "title": "asciinema", + "hex": "D40000", + "source": "https://github.com/asciinema/asciinema-logo" + }, { "title": "Atlassian", "hex": "0052CC", diff --git a/icons/asciinema.svg b/icons/asciinema.svg new file mode 100644 index 000000000..3adc56b2e --- /dev/null +++ b/icons/asciinema.svg @@ -0,0 +1 @@ +asciinema icon From 5cea5fa5bffb61b7f780545fb2e42c666ef7ab21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 12:56:41 +0100 Subject: [PATCH 138/145] Update dependency uglify-js to v3.7.3 (#2249) --- 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 14ffb1006..8381e280f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6074,9 +6074,9 @@ } }, "uglify-js": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.2.tgz", - "integrity": "sha512-uhRwZcANNWVLrxLfNFEdltoPNhECUR3lc+UdJoG9CBpMcSnKyWA94tc3eAujB1GcMY5Uwq8ZMp4qWpxWYDQmaA==", + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.3.tgz", + "integrity": "sha512-7tINm46/3puUA4hCkKYo4Xdts+JDaVC9ZPRcG8Xw9R4nhO/gZgUM3TENq8IF4Vatk8qCig4MzP/c8G4u2BkVQg==", "dev": true, "requires": { "commander": "~2.20.3", diff --git a/package.json b/package.json index 031b12419..f86940414 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.2" + "uglify-js": "3.7.3" }, "scripts": { "build": "node scripts/build-package.js", From fcc2a3b7be33e00fae52fd1a996ea880c0232a83 Mon Sep 17 00:00:00 2001 From: Tom Schneider Date: Mon, 30 Dec 2019 22:27:30 +0100 Subject: [PATCH 139/145] Add RTLZWEI (#2202) --- _data/simple-icons.json | 5 +++++ icons/rtlzwei.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/rtlzwei.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 056a0442e..e3b36e3c4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3490,6 +3490,11 @@ "hex": "75AADB", "source": "https://www.rstudio.com/about/logos/" }, + { + "title": "RTLZWEI", + "hex": "00BCF6", + "source": "https://www.rtl2.de/" + }, { "title": "Ruby", "hex": "CC342D", diff --git a/icons/rtlzwei.svg b/icons/rtlzwei.svg new file mode 100644 index 000000000..4b6480a85 --- /dev/null +++ b/icons/rtlzwei.svg @@ -0,0 +1 @@ +RTLZWEI icon From a58f4380df236306f5adff5f987f86395e80870e Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 31 Dec 2019 13:22:03 +0000 Subject: [PATCH 140/145] Add figshare (#2220) * Add figshare.svg * Add figshare data * Update figshare colour --- _data/simple-icons.json | 5 +++++ icons/figshare.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/figshare.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e3b36e3c4..91227fe73 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1370,6 +1370,11 @@ "hex": "FFBF3B", "source": "https://fidoalliance.org/overview/legal/logo-usage/" }, + { + "title": "figshare", + "hex": "556472", + "source": "https://en.wikipedia.org/wiki/Figshare" + }, { "title": "FileZilla", "hex": "BF0000", diff --git a/icons/figshare.svg b/icons/figshare.svg new file mode 100644 index 000000000..ceceb2434 --- /dev/null +++ b/icons/figshare.svg @@ -0,0 +1 @@ +figshare icon From 0f65262d7d85bfaf1f4b53b25a2d5bd955112b51 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 2 Jan 2020 13:55:39 +0000 Subject: [PATCH 141/145] Update Campaign Monitor data (#2259) --- _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 91227fe73..e0d255b20 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -632,8 +632,8 @@ }, { "title": "Campaign Monitor", - "hex": "509CF6", - "source": "https://www.campaignmonitor.com/brand" + "hex": "111324", + "source": "https://www.campaignmonitor.com/company/brand/" }, { "title": "Canva", From 9e39df7bc450ddeb879cf2d5aa51dd90e5f7d721 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 2 Jan 2020 14:01:29 +0000 Subject: [PATCH 142/145] Add Tomorrowland (#2217) * Add tomorrowland.svg * Add Tomorrowland data * Update Tomorrowland colour --- _data/simple-icons.json | 5 +++++ icons/tomorrowland.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/tomorrowland.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e0d255b20..e8867b737 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4195,6 +4195,11 @@ "hex": "E01B22", "source": "https://toggl.com/media-toolkit" }, + { + "title": "Tomorrowland", + "hex": "000000", + "source": "https://global.tomorrowland.com/" + }, { "title": "Topcoder", "hex": "29A8E0", diff --git a/icons/tomorrowland.svg b/icons/tomorrowland.svg new file mode 100644 index 000000000..513c94cd7 --- /dev/null +++ b/icons/tomorrowland.svg @@ -0,0 +1 @@ +Tomorrowland icon From ac6da274ce05ba1e0dea934e6ccc5fcfd1bf2fe5 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 2 Jan 2020 15:48:34 +0000 Subject: [PATCH 143/145] Add iFood (#2209) * Add ifood.svg * Add iFood data * Update ifood.svg --- _data/simple-icons.json | 5 +++++ icons/ifood.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ifood.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e8867b737..630f988fc 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1995,6 +1995,11 @@ "hex": "0071CE", "source": "https://www.ifixit.com/" }, + { + "title": "iFood", + "hex": "EA1D2C", + "source": "https://ifood.com.br/" + }, { "title": "IMDb", "hex": "E6B91E", diff --git a/icons/ifood.svg b/icons/ifood.svg new file mode 100644 index 000000000..5e289b7c8 --- /dev/null +++ b/icons/ifood.svg @@ -0,0 +1 @@ +iFood icon From 2787a37a13a91e8fff4ffff4c84bd8fda58554a0 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 2 Jan 2020 15:54:07 +0000 Subject: [PATCH 144/145] Add Litecoin (#2210) * Add litecoin.svg * Add Litecoin data * Update litecoin.svg --- _data/simple-icons.json | 5 +++++ icons/litecoin.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/litecoin.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 630f988fc..cbcbc6e97 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2395,6 +2395,11 @@ "hex": "009BEE", "source": "http://www.linuxfoundation.org/about/about-linux" }, + { + "title": "Litecoin", + "hex": "A6A9AA", + "source": "https://litecoin-foundation.org/wp-content/uploads/2019/01/LC18-007-Brand-guidelines.pdf" + }, { "title": "LiveJournal", "hex": "00B0EA", diff --git a/icons/litecoin.svg b/icons/litecoin.svg new file mode 100644 index 000000000..9adc27464 --- /dev/null +++ b/icons/litecoin.svg @@ -0,0 +1 @@ +Litecoin icon From b9fc29b3315a56e54a975b84ffa7994cb2f6e7d4 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 3 Jan 2020 06:33:29 +0000 Subject: [PATCH 145/145] Add Freelancer (#2254) * Add freelancer.svg * Add Freelancer icon --- _data/simple-icons.json | 5 +++++ icons/freelancer.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/freelancer.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index cbcbc6e97..6b16c51f1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1470,6 +1470,11 @@ "hex": "006400", "source": "https://freecodecamp.com" }, + { + "title": "Freelancer", + "hex": "29B2FE", + "source": "https://www.freelancer.com/" + }, { "title": "Fujifilm", "hex": "ED1A3A", diff --git a/icons/freelancer.svg b/icons/freelancer.svg new file mode 100644 index 000000000..ace3a6c71 --- /dev/null +++ b/icons/freelancer.svg @@ -0,0 +1 @@ +Freelancer icon