From 70f96d9739b6ed1498ec6ba2d6ea411bd46f36ed Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Tue, 7 Jan 2020 21:39:31 +0100 Subject: [PATCH 01/70] Updated Readme to include Kirby plugin --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 61983265..007c9acf 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,10 @@ Icons are also available on WordPress through a simple plugin created by [@tjtay Icons are also availabe on Drupal through a module created by [Phil Wolstenholme](https://www.drupal.org/u/phil-wolstenholme), which you can find [here](https://www.drupal.org/project/simple_icons). +### Kirby + +Icons are also available on Kirby through a simple plugin created by [@runxel](https://github.com/runxel), which you can find [here](https://github.com/runxel/kirby3-simpleicons). + ## Status [![Build Status](https://travis-ci.com/simple-icons/simple-icons.svg?branch=develop)](https://travis-ci.com/simple-icons/simple-icons) From 2c89bdc09e7d2b9844fc14d863437e1df998fa49 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 8 Jan 2020 00:22:39 +0000 Subject: [PATCH 02/70] Add Bulma (#2290) * Add bulma.svg * Add Bulma data --- _data/simple-icons.json | 5 +++++ icons/bulma.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bulma.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1802c0e0..7e021874 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -615,6 +615,11 @@ "hex": "168EEA", "source": "https://buffer.com/press" }, + { + "title": "Bulma", + "hex": "00D1B2", + "source": "https://github.com/jgthms/bulma/" + }, { "title": "Buy Me A Coffee", "hex": "FF813F", diff --git a/icons/bulma.svg b/icons/bulma.svg new file mode 100644 index 00000000..66f0ebe6 --- /dev/null +++ b/icons/bulma.svg @@ -0,0 +1 @@ +Bulma icon From 0a8be9adcfc3595fea86be3b76cdcb42625ad56f Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 8 Jan 2020 00:26:58 +0000 Subject: [PATCH 03/70] Add Bluetooth (#2293) * Add bluetooth.svg * Add Bluetooth data --- _data/simple-icons.json | 5 +++++ icons/bluetooth.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bluetooth.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7e021874..000c963f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -550,6 +550,11 @@ "hex": "FF5722", "source": "https://www.blogger.com" }, + { + "title": "Bluetooth", + "hex": "0082FC", + "source": "https://www.bluetooth.com/develop-with-bluetooth/marketing-branding/" + }, { "title": "BMC Software", "hex": "FE5000", diff --git a/icons/bluetooth.svg b/icons/bluetooth.svg new file mode 100644 index 00000000..3978e9a8 --- /dev/null +++ b/icons/bluetooth.svg @@ -0,0 +1 @@ +Bluetooth icon From e80300fe9c8ff96099705ab6e5e54748f3278283 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 8 Jan 2020 00:39:19 +0000 Subject: [PATCH 04/70] Update SourceForge (#2294) * Update sourceforge.svg * Update SourceForge colour --- _data/simple-icons.json | 2 +- icons/sourceforge.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 000c963f..a9e04813 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3872,7 +3872,7 @@ }, { "title": "SourceForge", - "hex": "535353", + "hex": "FF6600", "source": "https://sourceforge.net/" }, { diff --git a/icons/sourceforge.svg b/icons/sourceforge.svg index 9130ca01..97a71dd9 100644 --- a/icons/sourceforge.svg +++ b/icons/sourceforge.svg @@ -1 +1 @@ -SourceForge icon \ No newline at end of file +SourceForge icon From 4f24888d81870db6b1db4c5ccb3b879ab7c90283 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 8 Jan 2020 00:51:38 +0000 Subject: [PATCH 05/70] Add Google Assistant (#2296) * Add googleassistant.svg * Add Google Assistant data --- _data/simple-icons.json | 5 +++++ icons/googleassistant.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googleassistant.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a9e04813..e8c2261f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1680,6 +1680,11 @@ "hex": "4285F4", "source": "https://designguidelines.withgoogle.com/ads-branding/google-ads/logos.html#logos-brand-logo-lockups" }, + { + "title": "Google Assistant", + "hex": "4285F4", + "source": "https://assistant.google.com/" + }, { "title": "Google Chrome", "hex": "4285F4", diff --git a/icons/googleassistant.svg b/icons/googleassistant.svg new file mode 100644 index 00000000..b5d4fcd4 --- /dev/null +++ b/icons/googleassistant.svg @@ -0,0 +1 @@ +Google Assistant icon From eb99deaf05756360a74933b1b421026f09ba269f Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 8 Jan 2020 12:25:04 +0000 Subject: [PATCH 06/70] Add emby.svg --- icons/emby.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/emby.svg diff --git a/icons/emby.svg b/icons/emby.svg new file mode 100644 index 00000000..5bc6492b --- /dev/null +++ b/icons/emby.svg @@ -0,0 +1 @@ +Emby icon From 8715e13c69da20974bc1f025d6208313f6c3d7d6 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 8 Jan 2020 12:27:04 +0000 Subject: [PATCH 07/70] Add Emby data --- _data/simple-icons.json | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 057c60c6..6cff1fb6 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1175,16 +1175,6 @@ "hex": "E53238", "source": "https://go.developer.ebay.com/logos" }, - { - "title": "EVRY", - "hex": "063A54", - "source": "https://www.evry.com/en/" - }, - { - "title": "Exercism", - "hex": "009CAB", - "source": "https://github.com/exercism/website-icons/blob/master/exercism/logo-icon.svg" - }, { "title": "Eclipse IDE", "hex": "2C2255", @@ -1240,6 +1230,11 @@ "hex": "E04E39", "source": "https://emberjs.com/logos/" }, + { + "title": "Emby", + "hex": "52B54B", + "source": "https://emby.media/" + }, { "title": "Emlakjet", "hex": "0AE524", @@ -1310,6 +1305,16 @@ "hex": "FA4B32", "source": "https://everplaces.com" }, + { + "title": "EVRY", + "hex": "063A54", + "source": "https://www.evry.com/en/" + }, + { + "title": "Exercism", + "hex": "009CAB", + "source": "https://github.com/exercism/website-icons/blob/master/exercism/logo-icon.svg" + }, { "title": "Experts Exchange", "hex": "00AAE7", From fff40e03fda47d6c5563dd8918173ebbeca52309 Mon Sep 17 00:00:00 2001 From: Joe B Date: Wed, 8 Jan 2020 05:54:24 -0700 Subject: [PATCH 08/70] Add OpsLevel icon (#1736) (#1890) * Add OpsLevel icon (#1736) optimize svg * Update opslevel.svg Co-authored-by: Peter Noble --- _data/simple-icons.json | 5 +++++ icons/opslevel.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/opslevel.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e8c2261f..33f632b8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3035,6 +3035,11 @@ "hex": "172B4D", "source": "https://www.atlassian.com/company/news/press-kit" }, + { + "title": "OpsLevel", + "hex": "1890FF", + "source": "https://www.opslevel.com/" + }, { "title": "Oracle", "hex": "F80000", diff --git a/icons/opslevel.svg b/icons/opslevel.svg new file mode 100644 index 00000000..d2c7b6f1 --- /dev/null +++ b/icons/opslevel.svg @@ -0,0 +1 @@ +OpsLevel icon From f1b447d30cdaab6e4e7eae16b93e28c7068d04da Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 8 Jan 2020 13:21:22 +0000 Subject: [PATCH 09/70] Add ioBroker (#2302) * Add iobroker.svg * Add ioBroker data --- _data/simple-icons.json | 5 +++++ icons/iobroker.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/iobroker.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 33f632b8..21e21585 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2110,6 +2110,11 @@ "hex": "000000", "source": "https://github.com/invoiceninja/invoiceninja" }, + { + "title": "ioBroker", + "hex": "3399CC", + "source": "https://github.com/ioBroker/awesome-iobroker/blob/master/images/" + }, { "title": "Ionic", "hex": "3880FF", diff --git a/icons/iobroker.svg b/icons/iobroker.svg new file mode 100644 index 00000000..850146b1 --- /dev/null +++ b/icons/iobroker.svg @@ -0,0 +1 @@ +ioBroker icon From 940624f98eb5d2b283de129081fb359dc3a20abe Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 8 Jan 2020 16:52:49 +0000 Subject: [PATCH 10/70] Add apachepulsar.svg --- icons/apachepulsar.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/apachepulsar.svg diff --git a/icons/apachepulsar.svg b/icons/apachepulsar.svg new file mode 100644 index 00000000..420afe4f --- /dev/null +++ b/icons/apachepulsar.svg @@ -0,0 +1 @@ +Apache Pulsar icon From 5f2396b878c558e7667f4aceecbd73c78bb59acf Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 8 Jan 2020 16:54:29 +0000 Subject: [PATCH 11/70] Add Apache Pulsar data --- _data/simple-icons.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 057c60c6..e72be265 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -265,15 +265,20 @@ "hex": "000000", "source": "https://commons.wikimedia.org/wiki/File:Apache_kafka.svg" }, + { + "title": "Apache NetBeans IDE", + "hex": "1B6AC6", + "source": "https://netbeans.apache.org/images/" + }, { "title": "Apache OpenOffice", "hex": "0E85CD", "source": "https://www.openoffice.org/marketing/art/galleries/logos/index.html" }, { - "title": "Apache NetBeans IDE", - "hex": "1B6AC6", - "source": "https://netbeans.apache.org/images/" + "title": "Apache Pulsar", + "hex": "188FFF", + "source": "https://pulsar.apache.org/" }, { "title": "Apache RocketMQ", From 45d46adc9d2296fa710f5910b9376140d6fec920 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 8 Jan 2020 17:08:12 +0000 Subject: [PATCH 12/70] Add Douban (#2303) * Add douban.svg * Add Douban data * Fix typo in icon title --- _data/simple-icons.json | 5 +++++ icons/douban.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/douban.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8f332419..f5109d0f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1125,6 +1125,11 @@ "hex": "000000", "source": "https://www.dolby.com/us/en/about/brand-identity.html" }, + { + "title": "Douban", + "hex": "007722", + "source": "https://zh.wikipedia.org/wiki/Douban" + }, { "title": "Draugiem.lv", "hex": "FF6600", diff --git a/icons/douban.svg b/icons/douban.svg new file mode 100644 index 00000000..9f1e838c --- /dev/null +++ b/icons/douban.svg @@ -0,0 +1 @@ +Douban icon From 91650ea939b8c0598783756914899b3b14f3e858 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 9 Jan 2020 10:08:53 +0100 Subject: [PATCH 13/70] Add Amazon Lumberyard (#2232) Closes #2128 --- _data/simple-icons.json | 5 +++++ icons/amazonlumberyard.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/amazonlumberyard.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f5109d0f..c0322a9d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -190,6 +190,11 @@ "hex": "232F3E", "source": "https://upload.wikimedia.org/wikipedia/commons/9/93/Amazon_Web_Services_Logo.svg" }, + { + "title": "Amazon Lumberyard", + "hex": "67459B", + "source": "https://github.com/aws/lumberyard" + }, { "title": "AMD", "hex": "ED1C24", diff --git a/icons/amazonlumberyard.svg b/icons/amazonlumberyard.svg new file mode 100644 index 00000000..4881f054 --- /dev/null +++ b/icons/amazonlumberyard.svg @@ -0,0 +1 @@ +Amazon Lumberyard icon \ No newline at end of file From 6a03a155da15736578eb6bf918778e26b09c860f Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 9 Jan 2020 12:54:44 +0000 Subject: [PATCH 14/70] Add Bandsintown (#2319) * Add bandsintown.svg * Add Bandsintown data --- _data/simple-icons.json | 5 +++++ icons/bandsintown.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bandsintown.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c0322a9d..19f54877 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -470,6 +470,11 @@ "hex": "DC3710", "source": "https://blog.bandlab.com/press/" }, + { + "title": "Bandsintown", + "hex": "00CEC8", + "source": "https://corp.bandsintown.com/media-library" + }, { "title": "Basecamp", "hex": "5ECC62", diff --git a/icons/bandsintown.svg b/icons/bandsintown.svg new file mode 100644 index 00000000..25f5deef --- /dev/null +++ b/icons/bandsintown.svg @@ -0,0 +1 @@ +Bandsintown icon From 896fc6ce659a666a0ed90a1b7f4e7d11079da7e3 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 9 Jan 2020 13:07:22 +0000 Subject: [PATCH 15/70] Add Discogs (#2320) * Add discogs.svg * Add Discogs data --- _data/simple-icons.json | 5 +++++ icons/discogs.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/discogs.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 478403d6..7c19a1e0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1090,6 +1090,11 @@ "hex": "263238", "source": "https://directus.io/resources.html" }, + { + "title": "Discogs", + "hex": "333333", + "source": "https://www.discogs.com/brand" + }, { "title": "Discord", "hex": "7289DA", diff --git a/icons/discogs.svg b/icons/discogs.svg new file mode 100644 index 00000000..657ec5f3 --- /dev/null +++ b/icons/discogs.svg @@ -0,0 +1 @@ +Discogs icon From 8ddfe36a3bfa08cebc5d000e4c999338fddc29a0 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 9 Jan 2020 13:26:57 +0000 Subject: [PATCH 16/70] Add ChartMogul (#2308) * Add chartmogul.svg * Add ChartMogul data --- _data/simple-icons.json | 5 +++++ icons/chartmogul.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/chartmogul.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7c19a1e0..c6f3d913 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -705,6 +705,11 @@ "hex": "1EABE2", "source": "https://cevo.com/" }, + { + "title": "ChartMogul", + "hex": "13324B", + "source": "https://chartmogul.com/company/" + }, { "title": "Chase", "hex": "117ACA", diff --git a/icons/chartmogul.svg b/icons/chartmogul.svg new file mode 100644 index 00000000..a270b9ae --- /dev/null +++ b/icons/chartmogul.svg @@ -0,0 +1 @@ +ChartMogul icon From 355afa7e55643c47be6d428d0121085d59b6d020 Mon Sep 17 00:00:00 2001 From: Ayoub Aabass Date: Thu, 9 Jan 2020 16:49:37 +0100 Subject: [PATCH 17/70] Add JustEat icon (#2109) --- _data/simple-icons.json | 5 +++++ icons/justeat.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/justeat.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c6f3d913..ea5d9417 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2260,6 +2260,11 @@ "hex": "F37626", "source": "https://github.com/jupyter/design" }, + { + "title": "Just Eat", + "hex": "FA0029", + "source": "https://d2vkuayfhnkplp.cloudfront.net/assets/dist/img/logos/je-logo-v3.svg" + }, { "title": "JustGiving", "hex": "AD29B6", diff --git a/icons/justeat.svg b/icons/justeat.svg new file mode 100644 index 00000000..41efe8ae --- /dev/null +++ b/icons/justeat.svg @@ -0,0 +1 @@ +Just Eat icon \ No newline at end of file From 9bb90363a8f11b3e18de3799249e8e1775766969 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 10 Jan 2020 12:34:36 +0000 Subject: [PATCH 18/70] Update Order of Icons (#2310) Icons are now alphabetically sorted * Update icon order * Add Douban * Add icons Amazon Lumberyard, Bandsintown, Apache Pulsar, Discogs & ChartMogul * Add Just East --- _data/simple-icons.json | 446 ++++++++++++++++++++-------------------- 1 file changed, 223 insertions(+), 223 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ea5d9417..ebb0d456 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -15,16 +15,16 @@ "hex": "0099E5", "source": "https://about.500px.com/press" }, - { - "title": "About.me", - "hex": "00A98F", - "source": "https://about.me/assets" - }, { "title": "ABB RobotStudio", "hex": "FF9E0F", "source": "https://new.abb.com/products/robotics/en/robotstudio/downloads" }, + { + "title": "About.me", + "hex": "00A98F", + "source": "https://about.me/assets" + }, { "title": "Abstract", "hex": "191A1B", @@ -35,6 +35,11 @@ "hex": "41454A", "source": "https://www.academia.edu/" }, + { + "title": "Accusoft", + "hex": "A9225C", + "source": "https://company-39138.frontify.com/d/7EKFm12NQSa8/accusoft-corporation-style-guide#/style-guide/logo" + }, { "title": "ACM", "hex": "0085CA", @@ -50,11 +55,6 @@ "hex": "000000", "source": "https://www.activision.com/" }, - { - "title": "Accusoft", - "hex": "A9225C", - "source": "https://company-39138.frontify.com/d/7EKFm12NQSa8/accusoft-corporation-style-guide#/style-guide/logo" - }, { "title": "AddThis", "hex": "FF6550", @@ -85,6 +85,11 @@ "hex": "00E4BB", "source": "https://helpx.adobe.com/content/dam/help/mnemonics/au_cc_app_RGB.svg" }, + { + "title": "Adobe Creative Cloud", + "hex": "D41818", + "source": "https://www.adobe.io/apis/creativecloud/creativesdk/docs/websdk/adobe-creative-sdk-for-web_master/branding-guidelines.html" + }, { "title": "Adobe Dreamweaver", "hex": "35FA00", @@ -365,6 +370,11 @@ "hex": "D40000", "source": "https://github.com/asciinema/asciinema-logo" }, + { + "title": "AT&T", + "hex": "00A8E0", + "source": "https://commons.wikimedia.org/wiki/File:AT%26T_logo_2016.svg" + }, { "title": "Atlassian", "hex": "0052CC", @@ -375,11 +385,6 @@ "hex": "66595C", "source": "https://commons.wikimedia.org/wiki/File:Atom_editor_logo.svg" }, - { - "title": "AT&T", - "hex": "00A8E0", - "source": "https://commons.wikimedia.org/wiki/File:AT%26T_logo_2016.svg" - }, { "title": "Audi", "hex": "BB0A30", @@ -655,6 +660,16 @@ "hex": "A8B9CC", "source": "https://commons.wikimedia.org/wiki/File:The_C_Programming_Language_logo.svg" }, + { + "title": "C Sharp", + "hex": "239120", + "source": "https://upload.wikimedia.org/wikipedia/commons/0/0d/C_Sharp_wordmark.svg" + }, + { + "title": "C++", + "hex": "00599C", + "source": "https://github.com/isocpp/logos" + }, { "title": "CakePHP", "hex": "D33C43", @@ -675,6 +690,11 @@ "hex": "00C244", "source": "https://cash.app/press" }, + { + "title": "Cassandra", + "hex": "1287B1", + "source": "https://upload.wikimedia.org/wikipedia/commons/5/5e/Cassandra_logo.svg" + }, { "title": "Castorama", "hex": "0078D7", @@ -685,11 +705,6 @@ "hex": "00B265", "source": "http://supertop.co/castro/press/" }, - { - "title": "Cassandra", - "hex": "1287B1", - "source": "https://upload.wikimedia.org/wikipedia/commons/5/5e/Cassandra_logo.svg" - }, { "title": "Celery", "hex": "37814A", @@ -770,11 +785,21 @@ "hex": "064F8C", "source": "https://www.kitware.com/platforms/" }, + { + "title": "Co-op", + "hex": "00B1E7", + "source": "http://www.co-operative.coop/corporate/press/logos/" + }, { "title": "Codacy", "hex": "222F29", "source": "https://www.codacy.com/blog/" }, + { + "title": "Code Climate", + "hex": "000000", + "source": "https://codeclimate.com/" + }, { "title": "Codecademy", "hex": "1F4056", @@ -785,11 +810,6 @@ "hex": "5B4638", "source": "https://www.codechef.com/" }, - { - "title": "Code Climate", - "hex": "000000", - "source": "https://codeclimate.com/" - }, { "title": "Codecov", "hex": "F01F7A", @@ -850,6 +870,11 @@ "hex": "0667D0", "source": "https://www.coinbase.com/press" }, + { + "title": "Common Workflow Language", + "hex": "B5314C", + "source": "https://github.com/common-workflow-language/logo/blob/master/CWL-Logo-nofonts.svg" + }, { "title": "Composer", "hex": "885630", @@ -860,6 +885,11 @@ "hex": "00AAEF", "source": "https://compropago.com" }, + { + "title": "Conda-Forge", + "hex": "000000", + "source": "https://github.com/conda-forge/conda-forge.github.io/" + }, { "title": "Conekta", "hex": "414959", @@ -870,21 +900,11 @@ "hex": "172B4D", "source": "https://www.atlassian.com/company/news/press-kit" }, - { - "title": "Conda-Forge", - "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", - "source": "http://www.co-operative.coop/corporate/press/logos/" - }, { "title": "Corona Engine", "hex": "F96F29", @@ -910,11 +930,6 @@ "hex": "FF6C2C", "source": "https://cpanel.net/company/cpanel-brand-guide/" }, - { - "title": "Adobe Creative Cloud", - "hex": "D41818", - "source": "https://www.adobe.io/apis/creativecloud/creativesdk/docs/websdk/adobe-creative-sdk-for-web_master/branding-guidelines.html" - }, { "title": "Creative Commons", "hex": "EF9421", @@ -940,36 +955,21 @@ "hex": "000000", "source": "https://www.cryengine.com/brand" }, - { - "title": "CSS3", - "hex": "1572B6", - "source": "http://www.w3.org/html/logo/" - }, { "title": "CSS Wizardry", "hex": "F43059", "source": "http://csswizardry.com" }, { - "title": "Common Workflow Language", - "hex": "B5314C", - "source": "https://github.com/common-workflow-language/logo/blob/master/CWL-Logo-nofonts.svg" - }, - { - "title": "C Sharp", - "hex": "239120", - "source": "https://upload.wikimedia.org/wikipedia/commons/0/0d/C_Sharp_wordmark.svg" + "title": "CSS3", + "hex": "1572B6", + "source": "http://www.w3.org/html/logo/" }, { "title": "curl", "hex": "073551", "source": "https://curl.haxx.se/logo/" }, - { - "title": "C++", - "hex": "00599C", - "source": "https://github.com/isocpp/logos" - }, { "title": "D3.js", "hex": "F9A03C", @@ -1060,6 +1060,11 @@ "hex": "2D72D9", "source": "https://www.designernews.co" }, + { + "title": "dev.to", + "hex": "0A0A0A", + "source": "https://dev.to/" + }, { "title": "DeviantArt", "hex": "05CC47", @@ -1070,11 +1075,6 @@ "hex": "F99A66", "source": "https://devrant.com" }, - { - "title": "dev.to", - "hex": "0A0A0A", - "source": "https://dev.to/" - }, { "title": "Diaspora", "hex": "000000", @@ -1115,16 +1115,16 @@ "hex": "FF6000", "source": "https://www.discovernetwork.com/en-us/business-resources/free-signage-logos" }, - { - "title": "Disroot", - "hex": "50162D", - "source": "https://git.fosscommunity.in/disroot/assests/blob/master/d.svg" - }, { "title": "Disqus", "hex": "2E9FFF", "source": "https://disqus.com/brand" }, + { + "title": "Disroot", + "hex": "50162D", + "source": "https://git.fosscommunity.in/disroot/assests/blob/master/d.svg" + }, { "title": "Django", "hex": "092E20", @@ -1231,12 +1231,12 @@ "source": "https://www.elastic.co/brand" }, { - "title": "Elasticsearch", + "title": "Elastic Stack", "hex": "005571", "source": "https://www.elastic.co/brand" }, { - "title": "Elastic Stack", + "title": "Elasticsearch", "hex": "005571", "source": "https://www.elastic.co/brand" }, @@ -1325,16 +1325,16 @@ "hex": "F16521", "source": "https://www.etsy.com/uk/press" }, - { - "title": "Eventbrite", - "hex": "F05537", - "source": "https://www.eventbrite.com/signin/" - }, { "title": "Event Store", "hex": "5AB552", "source": "https://github.com/eventstore/brand" }, + { + "title": "Eventbrite", + "hex": "F05537", + "source": "https://www.eventbrite.com/signin/" + }, { "title": "Evernote", "hex": "00A82D", @@ -1425,6 +1425,11 @@ "hex": "FFBF3B", "source": "https://fidoalliance.org/overview/legal/logo-usage/" }, + { + "title": "Figma", + "hex": "F24E1E", + "source": "https://figma.com/" + }, { "title": "figshare", "hex": "556472", @@ -1510,11 +1515,6 @@ "hex": "F94877", "source": "https://foursquare.com/about/logos" }, - { - "title": "Figma", - "hex": "F24E1E", - "source": "https://figma.com/" - }, { "title": "Framer", "hex": "0055FF", @@ -1680,6 +1680,11 @@ "hex": "A22430", "source": "https://www.gnu.org/graphics/social.html" }, + { + "title": "Go", + "hex": "00ADD8", + "source": "https://blog.golang.org/go-brand" + }, { "title": "Godot Engine", "hex": "478CBF", @@ -1700,11 +1705,6 @@ "hex": "663300", "source": "https://www.goodreads.com/about/press" }, - { - "title": "Go", - "hex": "00ADD8", - "source": "https://blog.golang.org/go-brand" - }, { "title": "Google", "hex": "4285F4", @@ -1715,6 +1715,11 @@ "hex": "4285F4", "source": "https://designguidelines.withgoogle.com/ads-branding/google-ads/logos.html#logos-brand-logo-lockups" }, + { + "title": "Google Analytics", + "hex": "FFC107", + "source": "https://analytics.google.com" + }, { "title": "Google Assistant", "hex": "4285F4", @@ -1730,11 +1735,6 @@ "hex": "4285F4", "source": "https://cloud.google.com/" }, - { - "title": "Google Analytics", - "hex": "FFC107", - "source": "https://analytics.google.com" - }, { "title": "Google Drive", "hex": "4285F4", @@ -1980,16 +1980,16 @@ "hex": "0096D6", "source": "https://commons.wikimedia.org/wiki/File:HP_New_Logo_2D.svg" }, - { - "title": "HTML5", - "hex": "E34F26", - "source": "http://www.w3.org/html/logo/" - }, { "title": "HTML Academy", "hex": "302683", "source": "https://htmlacademy.ru/" }, + { + "title": "HTML5", + "hex": "E34F26", + "source": "http://www.w3.org/html/logo/" + }, { "title": "Huawei", "hex": "FF0000", @@ -2340,6 +2340,11 @@ "hex": "333333", "source": "https://withknown.com/img/logo_k.png" }, + { + "title": "Ko-fi", + "hex": "F16061", + "source": "https://ko-fi.com/home/about" + }, { "title": "Kodi", "hex": "17B2E7", @@ -2355,11 +2360,6 @@ "hex": "0095D5", "source": "https://resources.jetbrains.com/storage/products/kotlin/docs/kotlin_logos.zip" }, - { - "title": "Ko-fi", - "hex": "F16061", - "source": "https://ko-fi.com/home/about" - }, { "title": "Krita", "hex": "3BABFF", @@ -2385,16 +2385,16 @@ "hex": "252D37", "source": "https://nova.laravel.com/" }, - { - "title": "LastPass", - "hex": "D32D27", - "source": "https://lastpass.com/press-room/" - }, { "title": "Last.fm", "hex": "D51007", "source": "http://www.last.fm/about/resources" }, + { + "title": "LastPass", + "hex": "D32D27", + "source": "https://lastpass.com/press-room/" + }, { "title": "LaTeX", "hex": "008080", @@ -2415,21 +2415,26 @@ "hex": "E2231A", "source": "https://www.lenovopartnernetwork.com/us/branding/" }, - { - "title": "Let’s Encrypt", - "hex": "003A70", - "source": "https://letsencrypt.org/trademarks/" - }, { "title": "Letterboxd", "hex": "00D735", "source": "https://letterboxd.com/about/logos/" }, + { + "title": "Let’s Encrypt", + "hex": "003A70", + "source": "https://letsencrypt.org/trademarks/" + }, { "title": "LGTM", "hex": "FFFFFF", "source": "https://lgtm.com/" }, + { + "title": "Liberapay", + "hex": "F6C915", + "source": "https://liberapay.com/assets/liberapay/icon-v2_yellow-r.svg" + }, { "title": "LibraryThing", "hex": "251A15", @@ -2440,11 +2445,6 @@ "hex": "18A303", "source": "https://wiki.documentfoundation.org/Marketing/Branding" }, - { - "title": "Liberapay", - "hex": "F6C915", - "source": "https://liberapay.com/assets/liberapay/icon-v2_yellow-r.svg" - }, { "title": "Line", "hex": "00C300", @@ -2475,6 +2475,11 @@ "hex": "009BEE", "source": "http://www.linuxfoundation.org/about/about-linux" }, + { + "title": "Linux Mint", + "hex": "87CF3E", + "source": "https://commons.wikimedia.org/wiki/File:Linux_Mint_logo_without_wordmark.svg" + }, { "title": "Litecoin", "hex": "A6A9AA", @@ -2540,16 +2545,16 @@ "hex": "00AF9C", "source": "https://github.com/topjohnwu/Magisk/blob/master/app/src/main/res/drawable/ic_magisk.xml" }, - { - "title": "MailChimp", - "hex": "FFE01B", - "source": "http://mailchimp.com/about/brand-assets" - }, { "title": "Mail.Ru", "hex": "168DE2", "source": "https://corp.mail.ru/en/press/identity/" }, + { + "title": "MailChimp", + "hex": "FFE01B", + "source": "http://mailchimp.com/about/brand-assets" + }, { "title": "MakerBot", "hex": "FF1E0D", @@ -2735,16 +2740,16 @@ "hex": "D24726", "source": "https://www.office.com" }, - { - "title": "Microsoft Word", - "hex": "2B579A", - "source": "https://www.office.com" - }, { "title": "Microsoft Teams", "hex": "6264A7", "source": "https://docs.microsoft.com/media/logos/logo_MSTeams.svg" }, + { + "title": "Microsoft Word", + "hex": "2B579A", + "source": "https://www.office.com" + }, { "title": "MicroStrategy", "hex": "D9232E", @@ -2760,11 +2765,6 @@ "hex": "53AC56", "source": "https://www.minetest.net/" }, - { - "title": "Linux Mint", - "hex": "87CF3E", - "source": "https://commons.wikimedia.org/wiki/File:Linux_Mint_logo_without_wordmark.svg" - }, { "title": "Minutemailer", "hex": "3ABFE6", @@ -2940,6 +2940,11 @@ "hex": "E60012", "source": "http://www.nintendo.co.uk/" }, + { + "title": "Node-RED", + "hex": "8F0000", + "source": "https://nodered.org/about/resources/" + }, { "title": "Node.js", "hex": "339933", @@ -2955,11 +2960,6 @@ "hex": "124191", "source": "https://www.nokia.com/" }, - { - "title": "Node-RED", - "hex": "8F0000", - "source": "https://nodered.org/about/resources/" - }, { "title": "Notion", "hex": "000000", @@ -3035,16 +3035,21 @@ "hex": "F68212", "source": "https://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg" }, - { - "title": "OpenAPI Initiative", - "hex": "6BA539", - "source": "https://www.openapis.org/faq/style-guide" - }, { "title": "Open Collective", "hex": "7FADF2", "source": "https://docs.opencollective.com/help/about#media-logo" }, + { + "title": "Open Source Initiative", + "hex": "3DA639", + "source": "https://opensource.org/logo-usage-guidelines" + }, + { + "title": "OpenAPI Initiative", + "hex": "6BA539", + "source": "https://www.openapis.org/faq/style-guide" + }, { "title": "OpenID", "hex": "F78C40", @@ -3100,11 +3105,6 @@ "hex": "F56C2D", "source": "https://www.origin.com/gbr/en-us/store" }, - { - "title": "Open Source Initiative", - "hex": "3DA639", - "source": "https://opensource.org/logo-usage-guidelines" - }, { "title": "OSMC", "hex": "17394A", @@ -3195,6 +3195,11 @@ "hex": "777BB4", "source": "http://php.net/download-logos.php" }, + { + "title": "Pi-hole", + "hex": "F60D1A", + "source": "https://github.com/pi-hole/web/" + }, { "title": "Picarto.TV", "hex": "1DA456", @@ -3225,11 +3230,6 @@ "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", @@ -3240,16 +3240,16 @@ "hex": "0085DE", "source": "https://plangrid.com/en/" }, - { - "title": "Player.me", - "hex": "C0379A", - "source": "https://player.me/p/about-us" - }, { "title": "Player FM", "hex": "C8122A", "source": "https://player.fm/" }, + { + "title": "Player.me", + "hex": "C0379A", + "source": "https://player.me/p/about-us" + }, { "title": "PlayStation", "hex": "003791", @@ -3425,16 +3425,16 @@ "hex": "00B4EF", "source": "https://www.qualtrics.com/brand-book/" }, - { - "title": "Quantopian", - "hex": "C50000", - "source": "https://www.quantopian.com" - }, { "title": "Quantcast", "hex": "1E262C", "source": "http://branding.quantcast.com/logouse/" }, + { + "title": "Quantopian", + "hex": "C50000", + "source": "https://www.quantopian.com" + }, { "title": "Quarkus", "hex": "4695EB", @@ -3495,16 +3495,16 @@ "hex": "61DAFB", "source": "https://facebook.github.io/react/" }, - { - "title": "ReactOS", - "hex": "0088CC", - "source": "https://github.com/reactos/press-media" - }, { "title": "React Router", "hex": "CA4245", "source": "https://reacttraining.com/react-router/" }, + { + "title": "ReactOS", + "hex": "0088CC", + "source": "https://github.com/reactos/press-media" + }, { "title": "Read the Docs", "hex": "8CA1AF", @@ -3525,16 +3525,6 @@ "hex": "FFFFFF", "source": "https://www.reasonstudios.com/press" }, - { - "title": "Redbubble", - "hex": "E41321", - "source": "https://www.redbubble.com/explore/client/4196122a442ab3f429ec802f71717465.svg" - }, - { - "title": "Reddit", - "hex": "FF4500", - "source": "https://worldvectorlogo.com/logo/reddit-2" - }, { "title": "Red Hat", "hex": "EE0000", @@ -3545,6 +3535,16 @@ "hex": "EE0000", "source": "https://www.openshift.com/" }, + { + "title": "Redbubble", + "hex": "E41321", + "source": "https://www.redbubble.com/explore/client/4196122a442ab3f429ec802f71717465.svg" + }, + { + "title": "Reddit", + "hex": "FF4500", + "source": "https://worldvectorlogo.com/logo/reddit-2" + }, { "title": "Redis", "hex": "D82C20", @@ -3960,16 +3960,16 @@ "hex": "4398CC", "source": "https://spdx.org/Resources" }, - { - "title": "Spectrum", - "hex": "7B16FF", - "source": "https://spectrum.chat" - }, { "title": "Speaker Deck", "hex": "339966", "source": "https://speakerdeck.com/" }, + { + "title": "Spectrum", + "hex": "7B16FF", + "source": "https://spectrum.chat" + }, { "title": "Spotify", "hex": "1ED760", @@ -4010,11 +4010,6 @@ "hex": "000000", "source": "http://squarespace.com/brand-guidelines" }, - { - "title": "Stackbit", - "hex": "3EB0FD", - "source": "https://www.stackbit.com/" - }, { "title": "Stack Exchange", "hex": "1E5397", @@ -4025,6 +4020,11 @@ "hex": "FE7A16", "source": "http://stackoverflow.com" }, + { + "title": "Stackbit", + "hex": "3EB0FD", + "source": "https://www.stackbit.com/" + }, { "title": "StackPath", "hex": "000000", @@ -4045,16 +4045,16 @@ "hex": "1F3641", "source": "http://statamic.com/press" }, - { - "title": "Statuspage", - "hex": "172B4D", - "source": "https://www.atlassian.com/company/news/press-kit" - }, { "title": "Staticman", "hex": "000000", "source": "https://staticman.net/" }, + { + "title": "Statuspage", + "hex": "172B4D", + "source": "https://www.atlassian.com/company/news/press-kit" + }, { "title": "Steam", "hex": "000000", @@ -4200,6 +4200,11 @@ "hex": "B6B5B6", "source": "https://www.synology.com/en-global/company/branding" }, + { + "title": "T-Mobile", + "hex": "E20074", + "source": "https://www.t-mobile.com/news/media-library?fulltext=logo" + }, { "title": "Tableau", "hex": "E97627", @@ -4265,16 +4270,16 @@ "hex": "F37440", "source": "https://github.com/Teradata/teradata.github.io/" }, - { - "title": "Tesla", - "hex": "CC0000", - "source": "http://www.teslamotors.com/en_GB/about" - }, { "title": "Terraform", "hex": "623CE4", "source": "https://www.hashicorp.com/brand#terraform" }, + { + "title": "Tesla", + "hex": "CC0000", + "source": "http://www.teslamotors.com/en_GB/about" + }, { "title": "The Mighty", "hex": "D0072A", @@ -4305,11 +4310,6 @@ "hex": "FF6B6B", "source": "http://www.gotinder.com/press" }, - { - "title": "T-Mobile", - "hex": "E20074", - "source": "https://www.t-mobile.com/news/media-library?fulltext=logo" - }, { "title": "Todoist", "hex": "E44332", @@ -4640,20 +4640,15 @@ "hex": "990000", "source": "https://www.weasyl.com/" }, - { - "title": "WebAuthn", - "hex": "3423A6", - "source": "https://github.com/apowers313/webauthn-logos" - }, { "title": "WebAssembly", "hex": "654FF0", "source": "https://webassembly.org/" }, { - "title": "Webpack", - "hex": "8DD6F9", - "source": "https://webpack.js.org/branding/" + "title": "WebAuthn", + "hex": "3423A6", + "source": "https://github.com/apowers313/webauthn-logos" }, { "title": "webcomponents.org", @@ -4665,6 +4660,11 @@ "hex": "7DA0D0", "source": "https://github.com/webmin/webmin" }, + { + "title": "Webpack", + "hex": "8DD6F9", + "source": "https://webpack.js.org/branding/" + }, { "title": "WebStorm", "hex": "000000", @@ -4765,6 +4765,16 @@ "hex": "5BC4EE", "source": "https://write.as/brand" }, + { + "title": "X-Pack", + "hex": "005571", + "source": "https://www.elastic.co/brand" + }, + { + "title": "X.Org", + "hex": "F28834", + "source": "https://upload.wikimedia.org/wikipedia/commons/9/90/X.Org_Logo.svg" + }, { "title": "Xamarin", "hex": "4393D4", @@ -4785,11 +4795,6 @@ "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", @@ -4815,11 +4820,6 @@ "hex": "002B5C", "source": "https://commons.wikimedia.org/wiki/File:XMPP_logo.svg" }, - { - "title": "X-Pack", - "hex": "005571", - "source": "https://www.elastic.co/brand" - }, { "title": "XRP", "hex": "25A768", @@ -4875,6 +4875,11 @@ "hex": "FF0000", "source": "https://www.youtube.com/yt/about/brand-resources/#logos-icons-colors" }, + { + "title": "Z-Wave", + "hex": "1B365D", + "source": "https://www.z-wave.com/" + }, { "title": "Zalando", "hex": "FF6900", @@ -4949,11 +4954,6 @@ "title": "Zulip", "hex": "52C2AF", "source": "https://github.com/zulip/zulip/" - }, - { - "title": "Z-Wave", - "hex": "1B365D", - "source": "https://www.z-wave.com/" } ] } From 9b41018d3223ccc5c29fecb792cad187f451b3b1 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Fri, 10 Jan 2020 15:27:57 +0000 Subject: [PATCH 19/70] Add KeePassXC icon (#2268) (#2273) --- _data/simple-icons.json | 7 ++++++- icons/keepassxc.svg | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 icons/keepassxc.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ebb0d456..8e82f2e7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2285,6 +2285,11 @@ "hex": "009982", "source": "https://www.kaspersky.com" }, + { + "title": "KeePassXC", + "hex": "6CAC4D", + "source": "https://github.com/keepassxreboot/keepassxc/" + }, { "title": "Kentico", "hex": "F05A22", @@ -4956,4 +4961,4 @@ "source": "https://github.com/zulip/zulip/" } ] -} +} \ No newline at end of file diff --git a/icons/keepassxc.svg b/icons/keepassxc.svg new file mode 100644 index 00000000..df3a3d3a --- /dev/null +++ b/icons/keepassxc.svg @@ -0,0 +1 @@ +KeePassXC icon \ No newline at end of file From f410786cfe9dacb83c26224a7becfde5b05ccf41 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 10 Jan 2020 16:08:19 +0000 Subject: [PATCH 20/70] Add Parity Substrate (#2324) * Add paritysubstrate.svg * Add Parity Substrate data --- _data/simple-icons.json | 5 +++++ icons/paritysubstrate.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/paritysubstrate.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8e82f2e7..d014122a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3155,6 +3155,11 @@ "hex": "EFD01B", "source": "https://projects.invisionapp.com/boards/8UOJQWW2J3G5#/1145336" }, + { + "title": "Parity Substrate", + "hex": "282828", + "source": "http://substrate.dev/" + }, { "title": "Parse.ly", "hex": "5BA745", diff --git a/icons/paritysubstrate.svg b/icons/paritysubstrate.svg new file mode 100644 index 00000000..e1d61c0d --- /dev/null +++ b/icons/paritysubstrate.svg @@ -0,0 +1 @@ +Parity Substrate icon From 099a4384b48e90e437c077e0db6492422f9eb783 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 10 Jan 2020 17:10:59 +0000 Subject: [PATCH 21/70] Add Slackware (#2289) Add Slackware --- _data/simple-icons.json | 5 +++++ icons/slackware.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/slackware.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d014122a..75bc155d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3830,6 +3830,11 @@ "hex": "4A154B", "source": "https://slack.com/brand-guidelines" }, + { + "title": "Slackware", + "hex": "000000", + "source": "https://en.wikipedia.org/wiki/Slackware" + }, { "title": "Slashdot", "hex": "026664", diff --git a/icons/slackware.svg b/icons/slackware.svg new file mode 100644 index 00000000..c2da04b4 --- /dev/null +++ b/icons/slackware.svg @@ -0,0 +1 @@ +Slackware icon From 400d2452c77ad0e9c1dc0901636587e51e61f246 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 10 Jan 2020 19:06:59 +0000 Subject: [PATCH 22/70] Add Grunt (#2321) * Add grunt.svg * Add Grunt data --- _data/simple-icons.json | 5 +++++ icons/grunt.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/grunt.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 75bc155d..60de0611 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1835,6 +1835,11 @@ "hex": "53A318", "source": "https://brandplaybook.groupon.com/guidelines/logo/" }, + { + "title": "Grunt", + "hex": "FBA919", + "source": "https://github.com/gruntjs/gruntjs.com/tree/master/src/media" + }, { "title": "Gulp", "hex": "DA4648", diff --git a/icons/grunt.svg b/icons/grunt.svg new file mode 100644 index 00000000..93d19307 --- /dev/null +++ b/icons/grunt.svg @@ -0,0 +1 @@ +Grunt icon From 92beb16c0c1a39e57c5c61b19dac0e6a986bf8b6 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 10 Jan 2020 19:12:03 +0000 Subject: [PATCH 23/70] Add Transport for Ireland (#2323) * Add transportforireland.svg * Add Transport for Ireland data --- _data/simple-icons.json | 5 +++++ icons/transportforireland.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/transportforireland.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 60de0611..ac98b35c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4375,6 +4375,11 @@ "hex": "ED1C24", "source": "https://trakt.tv" }, + { + "title": "Transport for Ireland", + "hex": "00B274", + "source": "https://www.transportforireland.ie/" + }, { "title": "Travis CI", "hex": "3EAAAF", diff --git a/icons/transportforireland.svg b/icons/transportforireland.svg new file mode 100644 index 00000000..9be5f9a0 --- /dev/null +++ b/icons/transportforireland.svg @@ -0,0 +1 @@ +Transport for Ireland icon From 92f7d8aba7d3c8f64e7f5915f82825f2e7d9d0a0 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 10 Jan 2020 20:10:10 +0000 Subject: [PATCH 24/70] Add Quest (#2325) * Add quest.svg * Add Quest data * Update Quest source Co-Authored-By: phatbhoy67 Co-authored-by: phatbhoy67 --- _data/simple-icons.json | 5 +++++ icons/quest.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/quest.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ac98b35c..034d44e3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3455,6 +3455,11 @@ "hex": "4695EB", "source": "https://design.jboss.org/quarkus/" }, + { + "title": "Quest", + "hex": "FB4F14", + "source": "https://www.quest.com/legal/trademark-information.aspx" + }, { "title": "QuickTime", "hex": "1C69F0", diff --git a/icons/quest.svg b/icons/quest.svg new file mode 100644 index 00000000..e87a22c6 --- /dev/null +++ b/icons/quest.svg @@ -0,0 +1 @@ +Quest icon From 0d48255537a7c76a9e438d93a376176fcb3ebfed Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 11 Jan 2020 12:07:14 +0000 Subject: [PATCH 25/70] Add Skype for Business (#2337) * Add skypeforbusiness.svg * Add Skype for Business data --- _data/simple-icons.json | 5 +++++ icons/skypeforbusiness.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/skypeforbusiness.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 034d44e3..a52893d8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3835,6 +3835,11 @@ "hex": "00AFF0", "source": "http://blogs.skype.com/?attachment_id=56273" }, + { + "title": "Skype for Business", + "hex": "00AFF0", + "source": "https://en.wikipedia.org/wiki/Skype_for_Business_Server" + }, { "title": "Slack", "hex": "4A154B", diff --git a/icons/skypeforbusiness.svg b/icons/skypeforbusiness.svg new file mode 100644 index 00000000..aef7bf55 --- /dev/null +++ b/icons/skypeforbusiness.svg @@ -0,0 +1 @@ +Skype for Business icon From 5d8f4cdf9823f492b59a8cf69e48256852bf8282 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 11 Jan 2020 15:18:54 +0100 Subject: [PATCH 26/70] Add Rhino (#2197) #1984 --- _data/simple-icons.json | 5 +++++ icons/rhinoceros.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/rhinoceros.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a52893d8..5068e03c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3595,6 +3595,11 @@ "hex": "E43526", "source": "https://www.reverbnation.com" }, + { + "title": "Rhinoceros", + "hex": "801010", + "source": "https://www.rhino3d.com/" + }, { "title": "Riot", "hex": "368BD6", diff --git a/icons/rhinoceros.svg b/icons/rhinoceros.svg new file mode 100644 index 00000000..462a26ab --- /dev/null +++ b/icons/rhinoceros.svg @@ -0,0 +1 @@ +Rhinoceros icon \ No newline at end of file From d4dd4563c9fd831109af825cfa2523f1348f9cf6 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Sat, 11 Jan 2020 06:26:28 -0800 Subject: [PATCH 27/70] Update Xamarin (#2297) * Update Xamarin Hex Xamarin hex color is officially #3498DB from branding: https://github.com/dotnet/swag/tree/master/xamarin * Update simple-icons.json * Update xamarin.svg Co-authored-by: Peter Noble --- _data/simple-icons.json | 4 ++-- icons/xamarin.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5068e03c..2b0397e2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4817,8 +4817,8 @@ }, { "title": "Xamarin", - "hex": "4393D4", - "source": "https://dotnet.microsoft.com/apps/xamarin" + "hex": "3498DB", + "source": "https://github.com/dotnet/swag/tree/master/xamarin" }, { "title": "Xbox", diff --git a/icons/xamarin.svg b/icons/xamarin.svg index e5cb4eb2..39667695 100644 --- a/icons/xamarin.svg +++ b/icons/xamarin.svg @@ -1 +1 @@ -Xamarin icon +Xamarin icon From 5fbb354270f10dc466a126366cb52d11e57b83b7 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 11 Jan 2020 14:28:14 +0000 Subject: [PATCH 28/70] Update fedora.svg (#2300) --- icons/fedora.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/fedora.svg b/icons/fedora.svg index fa20204b..8606a736 100644 --- a/icons/fedora.svg +++ b/icons/fedora.svg @@ -1 +1 @@ -Fedora icon \ No newline at end of file +Fedora icon From b8f603a353ab0e631d7459680189bad66db0872c Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 11 Jan 2020 14:40:57 +0000 Subject: [PATCH 29/70] Add Wear OS (#2305) * Add wearos.svg * Add Wear OS data --- _data/simple-icons.json | 5 +++++ icons/wearos.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/wearos.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2b0397e2..38ed67e6 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4675,6 +4675,11 @@ "hex": "333665", "source": "https://www.waze.com/" }, + { + "title": "Wear OS", + "hex": "4285F4", + "source": "https://wearos.google.com/" + }, { "title": "Weasyl", "hex": "990000", diff --git a/icons/wearos.svg b/icons/wearos.svg new file mode 100644 index 00000000..03a72f45 --- /dev/null +++ b/icons/wearos.svg @@ -0,0 +1 @@ +Wear OS icon From 7ec6ea13772a1c5a4f0394036a618ca3909b86e0 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 11 Jan 2020 14:57:18 +0000 Subject: [PATCH 30/70] Add NetApp (#2327) * Add netapp.svg * Add NetApp data --- _data/simple-icons.json | 5 +++++ icons/netapp.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/netapp.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 38ed67e6..cd7da4b0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2890,6 +2890,11 @@ "hex": "57A143", "source": "https://github.com/neovim/neovim.github.io/tree/master/logos" }, + { + "title": "NetApp", + "hex": "0067C5", + "source": "http://www.netapp.com/" + }, { "title": "Netflix", "hex": "E50914", diff --git a/icons/netapp.svg b/icons/netapp.svg new file mode 100644 index 00000000..b7fa0fe6 --- /dev/null +++ b/icons/netapp.svg @@ -0,0 +1 @@ +NetApp icon From 8aadb0ef3a23b48fd79208da59f29bb60b6ad770 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 11 Jan 2020 15:01:44 +0000 Subject: [PATCH 31/70] Add Kyocera (#2328) * Add kyocera.svg * Add Kyocera data --- _data/simple-icons.json | 5 +++++ icons/kyocera.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/kyocera.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index cd7da4b0..393eb76c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2380,6 +2380,11 @@ "hex": "326CE5", "source": "https://github.com/kubernetes/kubernetes/tree/master/logo" }, + { + "title": "Kyocera", + "hex": "ED1C24", + "source": "https://en.wikipedia.org/wiki/Kyocera" + }, { "title": "Laravel", "hex": "FF2D20", diff --git a/icons/kyocera.svg b/icons/kyocera.svg new file mode 100644 index 00000000..77bc7a0d --- /dev/null +++ b/icons/kyocera.svg @@ -0,0 +1 @@ +Kyocera icon From 1dcc1324657b53a433f66392b91c89af626f540f Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 11 Jan 2020 15:05:32 +0000 Subject: [PATCH 32/70] Add Fortinet (#2329) * Add fortinet.svg * Add Fortinet data --- _data/simple-icons.json | 5 +++++ icons/fortinet.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/fortinet.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 393eb76c..16977021 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1500,6 +1500,11 @@ "hex": "21B573", "source": "https://www.formstack.com/brand/guidelines" }, + { + "title": "Fortinet", + "hex": "EE3124", + "source": "http://www.fortinet.com/" + }, { "title": "Fossa", "hex": "90A1B8", diff --git a/icons/fortinet.svg b/icons/fortinet.svg new file mode 100644 index 00000000..a813f57a --- /dev/null +++ b/icons/fortinet.svg @@ -0,0 +1 @@ +Fortinet icon From d577904f20fc4cd3cdcc22ec676d4f5c7527d8d8 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 11 Jan 2020 15:11:02 +0000 Subject: [PATCH 33/70] Add Citrix (#2330) * Add citrix.svg * Add Citrix data --- _data/simple-icons.json | 5 +++++ icons/citrix.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/citrix.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 16977021..ed234034 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -755,6 +755,11 @@ "hex": "1BA0D7", "source": "https://www.cisco.com/" }, + { + "title": "Citrix", + "hex": "000000", + "source": "https://www.citrix.com/news/media-resources.html" + }, { "title": "CiviCRM", "hex": "81C459", diff --git a/icons/citrix.svg b/icons/citrix.svg new file mode 100644 index 00000000..e69627de --- /dev/null +++ b/icons/citrix.svg @@ -0,0 +1 @@ +Citrix icon From 348d4409e35c8460b914ff197c52e3e21602a334 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 11 Jan 2020 16:19:42 +0100 Subject: [PATCH 34/70] Apache Ant (#2238) (#2342) Closes #2238 --- _data/simple-icons.json | 5 +++++ icons/apacheant.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/apacheant.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ed234034..029ae743 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -260,6 +260,11 @@ "hex": "007A88", "source": "https://github.com/apache/airflow/tree/master/docs/img/logos" }, + { + "title": "Apache Ant", + "hex": "A81C7D", + "source": "https://commons.wikimedia.org/wiki/File:Apache-Ant-logo.svg" + }, { "title": "Apache Cordova", "hex": "E8E8E8", diff --git a/icons/apacheant.svg b/icons/apacheant.svg new file mode 100644 index 00000000..c74ebcb9 --- /dev/null +++ b/icons/apacheant.svg @@ -0,0 +1 @@ +Apache Ant icon \ No newline at end of file From 65f2117ff7d3db9f49d3b9f6d36fe3941bf597cb Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 11 Jan 2020 15:25:15 +0000 Subject: [PATCH 35/70] Add protocols.io (#2344) * Add protocols-dot-io.svg * Add protocols.io data * Fix protocols-dot-io.svg title --- _data/simple-icons.json | 5 +++++ icons/protocols-dot-io.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/protocols-dot-io.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 029ae743..0290f669 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3395,6 +3395,11 @@ "hex": "34A7C1", "source": "https://proto.io/en/presskit" }, + { + "title": "protocols.io", + "hex": "4D9FE7", + "source": "https://www.protocols.io/brand" + }, { "title": "ProtonMail", "hex": "8B89CC", diff --git a/icons/protocols-dot-io.svg b/icons/protocols-dot-io.svg new file mode 100644 index 00000000..780e15db --- /dev/null +++ b/icons/protocols-dot-io.svg @@ -0,0 +1 @@ +protocols.io icon From 70c722cff9e2cfdf1af4322e9496239fac27bc10 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sat, 11 Jan 2020 17:54:52 +0000 Subject: [PATCH 36/70] Add Google Maps icon (#1515) (#2196) Google Maps --- _data/simple-icons.json | 5 +++++ icons/googlemaps.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googlemaps.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0290f669..d50910b6 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1770,6 +1770,11 @@ "hex": "FFBB00", "source": "https://play.google.com/store/apps/details?id=com.google.android.keep" }, + { + "title": "Google Maps", + "hex": "4285F4", + "source": "https://upload.wikimedia.org/wikipedia/commons/a/a9/Google_Maps_icon.svg" + }, { "title": "Google Pay", "hex": "5F6368", diff --git a/icons/googlemaps.svg b/icons/googlemaps.svg new file mode 100644 index 00000000..22226cf4 --- /dev/null +++ b/icons/googlemaps.svg @@ -0,0 +1 @@ +Google Maps icon \ No newline at end of file From 22ea420dccaa81a94aa1e7dcf84fd12e38cf914d Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 12 Jan 2020 17:54:51 +0100 Subject: [PATCH 37/70] The Register (#2346) #2116 --- _data/simple-icons.json | 5 +++++ icons/theregister.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/theregister.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d50910b6..73e45666 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4360,6 +4360,11 @@ "hex": "01D277", "source": "https://www.themoviedb.org/about/logos-attribution" }, + { + "title": "The Register", + "hex": "FF0000", + "source": "https://www.theregister.co.uk/" + }, { "title": "Tidal", "hex": "000000", diff --git a/icons/theregister.svg b/icons/theregister.svg new file mode 100644 index 00000000..4942792a --- /dev/null +++ b/icons/theregister.svg @@ -0,0 +1 @@ +The Register icon \ No newline at end of file From ffa581d460ebce7bf02bd85c50752c7fe563d7e0 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sun, 12 Jan 2020 16:59:24 +0000 Subject: [PATCH 38/70] Add Tide (#2307) * Add tide.svg * Add Tide data * Update tide.svg * Fix tide.svg --- _data/simple-icons.json | 5 +++++ icons/tide.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/tide.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 73e45666..e55de475 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4370,6 +4370,11 @@ "hex": "000000", "source": "https://tidal.com" }, + { + "title": "Tide", + "hex": "4050FB", + "source": "https://www.tide.co/newsroom/" + }, { "title": "Tik Tok", "hex": "000000", diff --git a/icons/tide.svg b/icons/tide.svg new file mode 100644 index 00000000..2182d2f0 --- /dev/null +++ b/icons/tide.svg @@ -0,0 +1 @@ +Tide icon From d7863b5f2355539154dbf08ef22faf515c79aa60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 13:04:08 +0000 Subject: [PATCH 39/70] Update dependency uglify-js to v3.7.5 (#2348) --- 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 0e5d8a5f..b5c156bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6074,9 +6074,9 @@ } }, "uglify-js": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.3.tgz", - "integrity": "sha512-7tINm46/3puUA4hCkKYo4Xdts+JDaVC9ZPRcG8Xw9R4nhO/gZgUM3TENq8IF4Vatk8qCig4MzP/c8G4u2BkVQg==", + "version": "3.7.5", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.5.tgz", + "integrity": "sha512-GFZ3EXRptKGvb/C1Sq6nO1iI7AGcjyqmIyOw0DrD0675e+NNbGO72xmMM2iEBdFbxaTLo70NbjM/Wy54uZIlsg==", "dev": true, "requires": { "commander": "~2.20.3", diff --git a/package.json b/package.json index b4065cc6..a3f92c04 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.3" + "uglify-js": "3.7.5" }, "scripts": { "build": "node scripts/build-package.js", From 6981e36b2b7439b63eaaf018fafb3b0f963661e2 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Mon, 13 Jan 2020 15:03:33 +0000 Subject: [PATCH 40/70] Add Mocha icon (#2345) (#2347) --- _data/simple-icons.json | 5 +++++ icons/mocha.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/mocha.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e55de475..3d7855e9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2820,6 +2820,11 @@ "hex": "002050", "source": "https://github.com/mixer/branding-kit/" }, + { + "title": "Mocha", + "hex": "8D6748", + "source": "https://mochajs.org/" + }, { "title": "Mojang", "hex": "DB1F29", diff --git a/icons/mocha.svg b/icons/mocha.svg new file mode 100644 index 00000000..5b2cfbd7 --- /dev/null +++ b/icons/mocha.svg @@ -0,0 +1 @@ +Mocha icon \ No newline at end of file From 8db347c2472f5bde0e6a24a8e51ef9922dfc0fb7 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 13 Jan 2020 16:12:20 +0000 Subject: [PATCH 41/70] =?UTF-8?q?Add=20Citro=C3=ABn=20(#2359)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add citroen.svg * Add Citroën data --- _data/simple-icons.json | 5 +++++ icons/citroen.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/citroen.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3d7855e9..cf1ba7e1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -765,6 +765,11 @@ "hex": "000000", "source": "https://www.citrix.com/news/media-resources.html" }, + { + "title": "Citroën", + "hex": "6E6E6E", + "source": "https://citroen.pcaci.co.uk/logo.php" + }, { "title": "CiviCRM", "hex": "81C459", diff --git a/icons/citroen.svg b/icons/citroen.svg new file mode 100644 index 00000000..dcfd99d1 --- /dev/null +++ b/icons/citroen.svg @@ -0,0 +1 @@ +Citroën icon From 9191844f907db4f3d41ef6f892f9882fcac560bf Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 13 Jan 2020 18:19:01 +0100 Subject: [PATCH 42/70] Add Opel (#2059) (#2361) --- _data/simple-icons.json | 5 +++++ icons/opel.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/opel.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index cf1ba7e1..3dd67e89 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3080,6 +3080,11 @@ "hex": "F4731C", "source": "http://v.ok.ru/logo.html" }, + { + "title": "Opel", + "hex": "F7D900", + "source": "https://de.wikipedia.org/wiki/Opel" + }, { "title": "Open Access", "hex": "F68212", diff --git a/icons/opel.svg b/icons/opel.svg new file mode 100644 index 00000000..3f0721b4 --- /dev/null +++ b/icons/opel.svg @@ -0,0 +1 @@ +Opel icon \ No newline at end of file From d5d1a9c32e26c22931e05c52187894677f4fc336 Mon Sep 17 00:00:00 2001 From: Jorge Luis Calleja Alvarado Date: Mon, 13 Jan 2020 11:31:02 -0600 Subject: [PATCH 43/70] Add React extension to README (#2316) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 007c9acf..fa8d0e59 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,10 @@ Icons are also availabe on Drupal through a module created by [Phil Wolstenholme Icons are also available on Kirby through a simple plugin created by [@runxel](https://github.com/runxel), which you can find [here](https://github.com/runxel/kirby3-simpleicons). +### React + +Icons are also available on React through a simple package created by [@wootsbot](https://github.com/wootsbot), which you can find [here](https://github.com/mamut-dev/icons-pack/tree/master/packages/react-simple-icons). + ## Status [![Build Status](https://travis-ci.com/simple-icons/simple-icons.svg?branch=develop)](https://travis-ci.com/simple-icons/simple-icons) From 42a327788b30a4fc207a58546dc1a62bb2a44180 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 14 Jan 2020 00:14:57 +0000 Subject: [PATCH 44/70] Add Flood (#2349) * Add flood.svg * Add Flood data * Fix flood.svg --- _data/simple-icons.json | 5 +++++ icons/flood.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/flood.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3dd67e89..d0a68662 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1500,6 +1500,11 @@ "hex": "00AEEF", "source": "https://www.floatplane.com/" }, + { + "title": "Flood", + "hex": "4285F4", + "source": "https://flood.io/" + }, { "title": "Flutter", "hex": "02569B", diff --git a/icons/flood.svg b/icons/flood.svg new file mode 100644 index 00000000..bddde490 --- /dev/null +++ b/icons/flood.svg @@ -0,0 +1 @@ +Flood icon From 9e615de9108e9d8329681dd84ccdd95ad366a30e Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 14 Jan 2020 00:39:41 +0000 Subject: [PATCH 45/70] Add Google Lens (#2354) * Add googlelens.svg * Add Google Lens data --- _data/simple-icons.json | 5 +++++ icons/googlelens.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googlelens.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d0a68662..f175c202 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1780,6 +1780,11 @@ "hex": "FFBB00", "source": "https://play.google.com/store/apps/details?id=com.google.android.keep" }, + { + "title": "Google Lens", + "hex": "4285F4", + "source": "https://lens.google.com/" + }, { "title": "Google Maps", "hex": "4285F4", diff --git a/icons/googlelens.svg b/icons/googlelens.svg new file mode 100644 index 00000000..5603ef2a --- /dev/null +++ b/icons/googlelens.svg @@ -0,0 +1 @@ +Google Lens icon From 6c1b56174e8a38e12aca5d867d07ae15a886ac5f Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 14 Jan 2020 00:46:05 +0000 Subject: [PATCH 46/70] Add Google Fit (#2355) * Add googlefit.svg * Add Google Fit data --- _data/simple-icons.json | 5 +++++ icons/googlefit.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googlefit.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f175c202..de914250 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1765,6 +1765,11 @@ "hex": "4285F4", "source": "https://developers.google.com/drive/web/branding" }, + { + "title": "Google Fit", + "hex": "4285F4", + "source": "https://en.wikipedia.org/wiki/Google_Fit" + }, { "title": "Google Hangouts", "hex": "0C9D58", diff --git a/icons/googlefit.svg b/icons/googlefit.svg new file mode 100644 index 00000000..50e7d500 --- /dev/null +++ b/icons/googlefit.svg @@ -0,0 +1 @@ +Google Fit icon From 813befa3417fdacebab77c168087d91cd793d977 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 14 Jan 2020 00:51:15 +0000 Subject: [PATCH 47/70] Add LogMeIn (#2356) * Add logmein.svg * Add LogMeIn data --- _data/simple-icons.json | 5 +++++ icons/logmein.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/logmein.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index de914250..f5af1fbe 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2555,6 +2555,11 @@ "hex": "262D3A", "source": "https://llvm.org/Logo.html" }, + { + "title": "LogMeIn", + "hex": "45B6F2", + "source": "https://www.logmein.com/" + }, { "title": "Logstash", "hex": "005571", diff --git a/icons/logmein.svg b/icons/logmein.svg new file mode 100644 index 00000000..1f8e3ebd --- /dev/null +++ b/icons/logmein.svg @@ -0,0 +1 @@ +LogMeIn icon From 34b830f671762e5b17a18a1b3d95eab546d06796 Mon Sep 17 00:00:00 2001 From: Tom Schneider Date: Tue, 14 Jan 2020 12:32:10 +0100 Subject: [PATCH 48/70] Add Das Erste (#2198) --- _data/simple-icons.json | 5 +++++ icons/daserste.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/daserste.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f5af1fbe..442e749d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1000,6 +1000,11 @@ "hex": "0175C2", "source": "https://github.com/dart-lang/site-shared/tree/master/src/_assets/image/dart/logo" }, + { + "title": "Das Erste", + "hex": "001A4B", + "source": "https://en.wikipedia.org/wiki/Das_Erste" + }, { "title": "Dashlane", "hex": "007C97", diff --git a/icons/daserste.svg b/icons/daserste.svg new file mode 100644 index 00000000..e3ac4a9d --- /dev/null +++ b/icons/daserste.svg @@ -0,0 +1 @@ +Das Erste icon From a253eb9781248388f0241fd043d0e77ec5f987be Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Tue, 14 Jan 2020 13:19:03 +0100 Subject: [PATCH 49/70] CD Projekt (#2292) * CD Projekt (#2181) * Update icon Co-authored-by: Peter Noble --- _data/simple-icons.json | 5 +++++ icons/cdprojekt.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/cdprojekt.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 442e749d..109cfdcf 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -710,6 +710,11 @@ "hex": "00B265", "source": "http://supertop.co/castro/press/" }, + { + "title": "CD Projekt", + "hex": "DC0D15", + "source": "https://www.cdprojekt.com/en/media/logotypes/" + }, { "title": "Celery", "hex": "37814A", diff --git a/icons/cdprojekt.svg b/icons/cdprojekt.svg new file mode 100644 index 00000000..dd45c399 --- /dev/null +++ b/icons/cdprojekt.svg @@ -0,0 +1 @@ +CD Projekt icon \ No newline at end of file From c2fd386eeb5a56a2663000e2334129357e88df97 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 14 Jan 2020 12:41:49 +0000 Subject: [PATCH 50/70] Add HelloFresh (#2295) * Add hellofresh.svg * Add HelloFresh data --- _data/simple-icons.json | 5 +++++ icons/hellofresh.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/hellofresh.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 109cfdcf..deddda52 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1970,6 +1970,11 @@ "hex": "EA8220", "source": "https://haxe.org/foundation/branding.html" }, + { + "title": "HelloFresh", + "hex": "91C11E", + "source": "https://www.hellofresh.com/landing/student" + }, { "title": "Helm", "hex": "277A9F", diff --git a/icons/hellofresh.svg b/icons/hellofresh.svg new file mode 100644 index 00000000..59025d53 --- /dev/null +++ b/icons/hellofresh.svg @@ -0,0 +1 @@ +HelloFresh icon From 68d59ad4bf26371457b927ed440d94dba08bd416 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 14 Jan 2020 13:15:12 +0000 Subject: [PATCH 51/70] Add Polymer Project (#2353) * Add polymer.svg * Add Polymer data * Rename Polymer as Polymer Project * Rename as polymerproject.svg + update title --- _data/simple-icons.json | 5 +++++ icons/polymerproject.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/polymerproject.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index deddda52..c9b24415 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3390,6 +3390,11 @@ "hex": "F43E37", "source": "https://blog.pocketcasts.com/press/" }, + { + "title": "Polymer Project", + "hex": "FF4470", + "source": "https://github.com/Polymer/polymer-project.org/tree/master/app/images/logos" + }, { "title": "PostgreSQL", "hex": "336791", diff --git a/icons/polymerproject.svg b/icons/polymerproject.svg new file mode 100644 index 00000000..41ddc0b0 --- /dev/null +++ b/icons/polymerproject.svg @@ -0,0 +1 @@ +Polymer Project icon From aff40742c7ef6e4c81b3aeb5a58a9edb7328bf01 Mon Sep 17 00:00:00 2001 From: Kara de la Marck <15032115+MarckK@users.noreply.github.com> Date: Tue, 14 Jan 2020 14:39:44 +0000 Subject: [PATCH 52/70] add jenkins x icon (#2333) --- _data/simple-icons.json | 5 +++++ icons/jenkinsx.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/jenkinsx.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c9b24415..5403aa7d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2265,6 +2265,11 @@ "hex": "D24939", "source": "https://wiki.jenkins-ci.org/display/JENKINS/Logo" }, + { + "title": "Jenkins X", + "hex": "73C3D5", + "source": "https://github.com/cdfoundation/artwork" + }, { "title": "Jest", "hex": "C21325", diff --git a/icons/jenkinsx.svg b/icons/jenkinsx.svg new file mode 100644 index 00000000..a7cc9264 --- /dev/null +++ b/icons/jenkinsx.svg @@ -0,0 +1 @@ +Jenkins X icon \ No newline at end of file From f57d48ad32ed40fa80b5f950beb3c540348a07ec Mon Sep 17 00:00:00 2001 From: Arman Dezfuli-Arjomandi Date: Wed, 15 Jan 2020 06:06:00 -0500 Subject: [PATCH 53/70] Update Brave icon (#2362) --- icons/brave.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/brave.svg b/icons/brave.svg index 4318903f..f65e4c3d 100644 --- a/icons/brave.svg +++ b/icons/brave.svg @@ -1 +1 @@ -Brave icon \ No newline at end of file +Brave icon From 4305dc3e5d2b8489adb019086cf03f65e1b3c869 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Wed, 15 Jan 2020 11:46:33 +0000 Subject: [PATCH 54/70] Add Material Design Icons icon (#2369) (#2371) --- _data/simple-icons.json | 5 +++++ icons/materialdesignicons.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/materialdesignicons.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5403aa7d..7f1173f4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2680,6 +2680,11 @@ "hex": "757575", "source": "https://material.io/design/" }, + { + "title": "Material Design Icons", + "hex": "2196F3", + "source": "https://materialdesignicons.com/icon/vector-square" + }, { "title": "Material-UI", "hex": "0081CB", diff --git a/icons/materialdesignicons.svg b/icons/materialdesignicons.svg new file mode 100644 index 00000000..244d1ebd --- /dev/null +++ b/icons/materialdesignicons.svg @@ -0,0 +1 @@ +Material Design Icons icon \ No newline at end of file From 3b9bfe2821a243cce1c4114ea328889e92208c38 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 15 Jan 2020 17:31:21 +0000 Subject: [PATCH 55/70] Add Apache Maven (#2374) * Add apachemaven.svg * Add Apache Maven data --- _data/simple-icons.json | 5 +++++ icons/apachemaven.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/apachemaven.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7f1173f4..0a70ebb3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -280,6 +280,11 @@ "hex": "000000", "source": "https://commons.wikimedia.org/wiki/File:Apache_kafka.svg" }, + { + "title": "Apache Maven", + "hex": "C71A36", + "source": "https://en.wikipedia.org/wiki/Apache_Maven" + }, { "title": "Apache NetBeans IDE", "hex": "1B6AC6", diff --git a/icons/apachemaven.svg b/icons/apachemaven.svg new file mode 100644 index 00000000..1bf7caf9 --- /dev/null +++ b/icons/apachemaven.svg @@ -0,0 +1 @@ +Apache Maven icon From 21b01b56d7fd25f0b2d7e1807f558c5be70ef189 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 15 Jan 2020 22:20:49 +0000 Subject: [PATCH 56/70] Add LMMS (#2350) * Add lmms.svg * Add LMMS data --- _data/simple-icons.json | 5 +++++ icons/lmms.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/lmms.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0a70ebb3..7167332c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2580,6 +2580,11 @@ "hex": "262D3A", "source": "https://llvm.org/Logo.html" }, + { + "title": "LMMS", + "hex": "10B146", + "source": "https://lmms.io/branding" + }, { "title": "LogMeIn", "hex": "45B6F2", diff --git a/icons/lmms.svg b/icons/lmms.svg new file mode 100644 index 00000000..babac8c0 --- /dev/null +++ b/icons/lmms.svg @@ -0,0 +1 @@ +LMMS icon From 7b69d16efbb44923f2570ce08683fe99f69f4f53 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Thu, 16 Jan 2020 11:40:46 +0100 Subject: [PATCH 57/70] Add CI step for ensuring alphabetical order of icons (#2334) * Add a script for the linting that cannot be accomplished by our other linters Currently this only contains linting for whether our icons are alphabetically sorted * Add our own linting to Travis * Fix Let's Encrypt being incorrectly sorted * Intentionally break sorting to test CI * Revert "Intentionally break sorting to test CI" This reverts commit 55e4070b3c3294cff306fcc138ce247843130c35. * Explain in CONTRIBUTION.md how to sort metadata --- .travis.yml | 1 + CONTRIBUTING.md | 2 ++ _data/simple-icons.json | 10 +++++----- package.json | 1 + scripts/lint.js | 43 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 52 insertions(+), 5 deletions(-) create mode 100644 scripts/lint.js diff --git a/.travis.yml b/.travis.yml index c5cf27cf..47f809a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ jobs: - npm run jsonlint - npm run svglint - npm run wslint + - npm run our-lint - name: "Build website" language: ruby rvm: 2.4.1 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b917f40c..bf8443c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -145,6 +145,8 @@ Here is the object for The Movie Database as an example: } ``` +Make sure the icon is added in alphabetical order. If you're in doubt, you can always run `npm run our-lint` - this will tell you if any of the JSON data is in the wrong order. + ### 7. Create a pull request Once you've completed the previous steps, create a pull request to merge your edits into the *develop* branch. diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7167332c..9b32ce51 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2495,16 +2495,16 @@ "hex": "E2231A", "source": "https://www.lenovopartnernetwork.com/us/branding/" }, - { - "title": "Letterboxd", - "hex": "00D735", - "source": "https://letterboxd.com/about/logos/" - }, { "title": "Let’s Encrypt", "hex": "003A70", "source": "https://letsencrypt.org/trademarks/" }, + { + "title": "Letterboxd", + "hex": "00D735", + "source": "https://letterboxd.com/about/logos/" + }, { "title": "LGTM", "hex": "FFFFFF", diff --git a/package.json b/package.json index a3f92c04..466ffcd1 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "scripts": { "build": "node scripts/build-package.js", "clean": "rm icons/*.js index.js", + "our-lint": "node scripts/lint.js", "jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema", "svglint": "svglint icons/* --ci", "wslint": "editorconfig-checker -exclude *.svg", diff --git a/scripts/lint.js b/scripts/lint.js new file mode 100644 index 00000000..f8961634 --- /dev/null +++ b/scripts/lint.js @@ -0,0 +1,43 @@ +#!/usr/bin/env node +/** + * @fileoverview Lints for the package that can't be implemented in the existing linters (e.g. jsonlint/svglint) + */ + +const { icons } = require("../_data/simple-icons.json"); + +/** + * Contains our tests so they can be isolated from eachother; I don't think each test is worth its own file + * @type {{[k:string]: () => (string|undefined)}} + */ +const TESTS = { + /** Tests whether our icons are in alphabetical order */ + alphabetical: function() { + const collector = (invalidEntries, icon, index, array) => { + if (index > 0) { + const prev = array[index - 1]; + if (icon.title.localeCompare(prev.title) < 0) { + invalidEntries.push(icon); + } + } + return invalidEntries; + }; + + const invalids = icons.reduce(collector, []); + if (invalids.length) { + return `Some icons aren't in alphabetical order: + ${invalids.map(icon => icon.title).join(", ")}`; + } + } +}; + +// execute all tests and log potential errors +const errors = Object.keys(TESTS) + .map(k => TESTS[k]()) + .filter(Boolean); + +if (errors.length) { + errors.forEach(error => { + console.error(`\u001b[31m${error}\u001b[0m`); + }); + process.exit(1); +} From 2f428221677a6e462968b4feed6c8dcbfaba1289 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Thu, 16 Jan 2020 13:06:13 +0200 Subject: [PATCH 58/70] Update CONTRIBUTING.md (#2377) Given a recent comment on a rejected Pull Request I updated the Contributing Guidelines to explicitely state that adding a new icon in a Pull Request (without creating an issue first) is subject to the same requirements as an icon request by itself. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf8443c6..1970ac83 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,6 +35,8 @@ When submitting a request for a new or updated icon include helpful information ## Adding or Updating An Icon +**Note**: If you decide to add an icon without requesting it first, the requirements above still apply. + ### 1. Identify Official Logos and Colors Most of the icons and brand colors on SimpleIcons have been derived from official sources. Using official sources helps ensure that the icons and colors in SimpleIcons accurately match the brand they represent. Thankfully, this is usually a simple process as organizations often provide brand guides and high quality versions of their logo for download. From 0e13f10523bd012d385d42d1a5e500dd2a5f738a Mon Sep 17 00:00:00 2001 From: David Cuthbert Date: Thu, 16 Jan 2020 10:21:54 -0800 Subject: [PATCH 59/70] Add FedRAMP (#2318) * Add fedramp.svg * Add FedRAMP data --- _data/simple-icons.json | 5 +++++ icons/fedramp.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/fedramp.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9b32ce51..8c05bb81 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1445,6 +1445,11 @@ "hex": "294172", "source": "https://fedoraproject.org/wiki/Logo/UsageGuidelines" }, + { + "title": "FedRAMP", + "hex": "112E51", + "source": "https://www.fedramp.gov/assets/resources/documents/FedRAMP_Branding_Guidance.pdf" + }, { "title": "Feedly", "hex": "2BB24C", diff --git a/icons/fedramp.svg b/icons/fedramp.svg new file mode 100644 index 00000000..d899e386 --- /dev/null +++ b/icons/fedramp.svg @@ -0,0 +1 @@ +FedRAMP icon \ No newline at end of file From 589f1d738c6dacb43efe0dccd7446255ce32ece1 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 16 Jan 2020 19:50:09 +0000 Subject: [PATCH 60/70] Add Semantic Web (#2372) * Add semanticweb.svg * Add Semantic Web data * Fix Semantic Web colour --- _data/simple-icons.json | 5 +++++ icons/semanticweb.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/semanticweb.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8c05bb81..568b424a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3865,6 +3865,11 @@ "hex": "21B352", "source": "https://sellfy.com/about/" }, + { + "title": "Semantic Web", + "hex": "005A9C", + "source": "https://www.w3.org/2007/10/sw-logos.html" + }, { "title": "Semaphore CI", "hex": "19A974", diff --git a/icons/semanticweb.svg b/icons/semanticweb.svg new file mode 100644 index 00000000..827995d5 --- /dev/null +++ b/icons/semanticweb.svg @@ -0,0 +1 @@ +Semantic Web icon From 576cb3dcbf486a7a29ea04a81946ed7c08e64212 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 16 Jan 2020 19:53:05 +0000 Subject: [PATCH 61/70] Add Claris (#2381) * Add claris.svg * Add Claris data --- _data/simple-icons.json | 5 +++++ icons/claris.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/claris.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 568b424a..f59fcbb4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -785,6 +785,11 @@ "hex": "81C459", "source": "https://civicrm.org/trademark" }, + { + "title": "Claris", + "hex": "000000", + "source": "https://www.claris.com/" + }, { "title": "Clockify", "hex": "03A9F4", diff --git a/icons/claris.svg b/icons/claris.svg new file mode 100644 index 00000000..b7311244 --- /dev/null +++ b/icons/claris.svg @@ -0,0 +1 @@ +Claris icon From f090023e9e6cbf6fd5ed4b1dda84df367c38fb25 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Fri, 17 Jan 2020 17:10:33 +0100 Subject: [PATCH 62/70] Add XAMPP (#2086) * Add XAMPP * Update xampp.svg * update icon Co-authored-by: Peter Noble --- _data/simple-icons.json | 5 +++++ icons/xampp.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/xampp.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f59fcbb4..750cd006 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4960,6 +4960,11 @@ "hex": "3498DB", "source": "https://github.com/dotnet/swag/tree/master/xamarin" }, + { + "title": "XAMPP", + "hex": "FB7A24", + "source": "https://www.apachefriends.org/en/" + }, { "title": "Xbox", "hex": "107C10", diff --git a/icons/xampp.svg b/icons/xampp.svg new file mode 100644 index 00000000..e2d1d1d7 --- /dev/null +++ b/icons/xampp.svg @@ -0,0 +1 @@ +XAMPP icon \ No newline at end of file From e9521a9aad2d42fffce32c63d426d1ffb9f3dda9 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 17 Jan 2020 16:39:13 +0000 Subject: [PATCH 63/70] Add Pixabay (#2301) * Add pixabay.svg * Add Pixabay data * Update pixabay.svg --- _data/simple-icons.json | 5 +++++ icons/pixabay.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/pixabay.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 750cd006..60f80ab9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3355,6 +3355,11 @@ "hex": "517A9E", "source": "https://www.pivotaltracker.com/branding-guidelines" }, + { + "title": "Pixabay", + "hex": "2EC66D", + "source": "https://pixabay.com/service/about/" + }, { "title": "PJSIP", "hex": "F86001", diff --git a/icons/pixabay.svg b/icons/pixabay.svg new file mode 100644 index 00000000..1a2ff94d --- /dev/null +++ b/icons/pixabay.svg @@ -0,0 +1 @@ +Pixabay icon From 02ab1993a00a12b718232ae7508d32b3e815726a Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 17 Jan 2020 18:00:35 +0000 Subject: [PATCH 64/70] Add AngularJS (#2379) * Add AngularJS --- _data/simple-icons.json | 5 +++++ icons/angularjs.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/angularjs.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 60f80ab9..0b267b1c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -245,6 +245,11 @@ "hex": "00ACC1", "source": "https://angular.io/presskit" }, + { + "title": "AngularJS", + "hex": "B52E31", + "source": "https://angularjs.org/" + }, { "title": "Ansible", "hex": "EE0000", diff --git a/icons/angularjs.svg b/icons/angularjs.svg new file mode 100644 index 00000000..cfefd759 --- /dev/null +++ b/icons/angularjs.svg @@ -0,0 +1 @@ +AngularJS icon From 7638b338857fb5c7bbb90e4c66989fcd63522e60 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 17 Jan 2020 18:50:27 +0000 Subject: [PATCH 65/70] Update Microsoft Edge icon (#2378) * Update microsoftedge.svg * Update Microsoft Edge source --- _data/simple-icons.json | 2 +- icons/microsoftedge.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0b267b1c..28a13961 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2818,7 +2818,7 @@ { "title": "Microsoft Edge", "hex": "0078D7", - "source": "https://compass-ssl.microsoft.com/assets/86/b5/86b52157-162f-4130-ab00-3db03397c46d.svg?n=edge.svg" + "source": "https://support.microsoft.com/en-us/help/17171/microsoft-edge-get-to-know" }, { "title": "Microsoft Excel", diff --git a/icons/microsoftedge.svg b/icons/microsoftedge.svg index 317bfd9b..49a45124 100644 --- a/icons/microsoftedge.svg +++ b/icons/microsoftedge.svg @@ -1 +1 @@ -Microsoft Edge icon \ No newline at end of file +Microsoft Edge icon From b95baf47440a19de37ffe8d65636864b31f8faec Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Fri, 17 Jan 2020 23:47:50 +0100 Subject: [PATCH 66/70] Change AngularJS color This is due to #2399. --- _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 28a13961..85a69bdb 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -247,7 +247,7 @@ }, { "title": "AngularJS", - "hex": "B52E31", + "hex": "E23237", "source": "https://angularjs.org/" }, { @@ -5151,4 +5151,4 @@ "source": "https://github.com/zulip/zulip/" } ] -} \ No newline at end of file +} From 219edafdf5ffa63557e50c6b4ba1da13da0d52e5 Mon Sep 17 00:00:00 2001 From: Claudio Medeiros Date: Fri, 17 Jan 2020 20:32:50 -0300 Subject: [PATCH 67/70] Add Aiqfome logo (#2400) * Adding aiqfome icon --- _data/simple-icons.json | 5 +++++ icons/aiqfome.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/aiqfome.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 85a69bdb..3e086df3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -140,6 +140,11 @@ "hex": "FF2BC2", "source": "https://www.adobe.com/products/xd.html" }, + { + "title": "Aiqfome", + "hex": "7A1FA2", + "source": "https://aiqfome.com" + }, { "title": "Airbnb", "hex": "FF5A5F", diff --git a/icons/aiqfome.svg b/icons/aiqfome.svg new file mode 100644 index 00000000..0659b7e2 --- /dev/null +++ b/icons/aiqfome.svg @@ -0,0 +1 @@ +Aiqfome icon From a63de96bdaf12b9f9997254ae7b97cba2279999f Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 19 Jan 2020 12:39:42 +0100 Subject: [PATCH 68/70] Update .svgo.yml (#2397) * Update .svgo.yml Illustrator likes to put some extra attributes in there. This feature will remove those. * Reordering --- .svgo.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.svgo.yml b/.svgo.yml index da394a84..2e7dec80 100644 --- a/.svgo.yml +++ b/.svgo.yml @@ -30,8 +30,13 @@ plugins: - addAttributesToSVGElement: attributes: - role: img + + # remove any unnecessary attributes - removeUnknownsAndDefaults: keepRoleAttr: true + - removeAttrs: + attrs: + - baseProfile # Enable everything else - removeDoctype @@ -66,7 +71,6 @@ plugins: - removeUnusedNS - removeDesc - removeDimensions - - removeAttrs - removeAttributesBySelector - removeElementsByAttr - addClassesToSVGElement From ca59920099ed9daa738bb7b7e59b4afbe7973887 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 19 Jan 2020 14:15:17 +0100 Subject: [PATCH 69/70] Airbus (#2396) Color and icon are from the brand guide. --- _data/simple-icons.json | 5 +++++ icons/airbus.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/airbus.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3e086df3..609c6d1f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -150,6 +150,11 @@ "hex": "FF5A5F", "source": "https://www.airbnb.com" }, + { + "title": "Airbus", + "hex": "00205B", + "source": "https://brand.airbus.com/brand-elements/logo.html" + }, { "title": "AirPlay Audio", "hex": "000000", diff --git a/icons/airbus.svg b/icons/airbus.svg new file mode 100644 index 00000000..2ed31c9a --- /dev/null +++ b/icons/airbus.svg @@ -0,0 +1 @@ +Airbus icon \ No newline at end of file From 2600db2ad85cd59d88fbff8ff9c1b569ccde4a2e Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sun, 19 Jan 2020 18:38:27 +0200 Subject: [PATCH 70/70] 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 b5c156bb..e6f9323f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 466ffcd1..00cb8743 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "2.2.0", + "version": "2.3.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [