From 1a58d3e9e861c40285b5b0dfb3073ef18f29e21c Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Fri, 22 Dec 2017 23:35:58 +0100 Subject: [PATCH 1/9] Add "icon outdated" label description to contributing guidelines --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a82da941..8e52c3ed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -145,6 +145,7 @@ We use several labels to help organize and identify issues. You can find all lab | [good first issue](https://github.com/simple-icons/simple-icons/labels/good%20first%20issue) | Issues we believe are simple and a good first stab at contributing to the project. | | [help wanted](https://github.com/simple-icons/simple-icons/labels/help%20wanted) | Issues we would like help from the community to resolve. | | [awaiting reply](https://github.com/simple-icons/simple-icons/labels/awaiting%20reply) | Issues awaiting reply from an individual (issue author or 3rd party) before it may be addressed. | +| [icon outdated](https://github.com/simple-icons/simple-icons/labels/icon%20outdated) | Issues regarding icons that are outdated, this can be the SVG or color or both. | ## Building Locally From b812ec2a7ec8e073df80ba723e45eeeb7b34e291 Mon Sep 17 00:00:00 2001 From: David Klebanoff Date: Mon, 1 Jan 2018 17:52:22 -0800 Subject: [PATCH 2/9] Update Hulu Color Fixes issue #718. --- _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 3d335948..939a56ca 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -717,8 +717,8 @@ }, { "title": "Hulu", - "hex": "66AA33", - "source": "http://www.hulu.com/press/assets" + "hex": "3DBB3D", + "source": "https://www.hulu.com/press/brand-assets/" }, { "title": "Humble Bundle", From 0dc9f88447c2abec6781f48ff708baf7b2e5133f Mon Sep 17 00:00:00 2001 From: David Klebanoff Date: Mon, 1 Jan 2018 17:54:26 -0800 Subject: [PATCH 3/9] Updated Twitch Color Fixes issue #717. --- _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 939a56ca..b0f71a84 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1742,7 +1742,7 @@ }, { "title": "Twitch", - "hex": "6441A5", + "hex": "6441A4", "source": "http://www.twitch.tv/p/brand-assets" }, { From 5784e71dbe8ccf53c1470e1fa765c5d2aa5ed7c8 Mon Sep 17 00:00:00 2001 From: David Klebanoff Date: Mon, 1 Jan 2018 17:56:57 -0800 Subject: [PATCH 4/9] Updated Atlassian Color Fixes issues #719. --- _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 b0f71a84..00610868 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -127,7 +127,7 @@ }, { "title": "Atlassian", - "hex": "0747A6", + "hex": "0052CC", "source": "https://atlassian.design/guidelines/brand/logos-1" }, { From 936aeb41318c4381db656d0000c12fe3f7335630 Mon Sep 17 00:00:00 2001 From: David Klebanoff Date: Mon, 1 Jan 2018 17:58:34 -0800 Subject: [PATCH 5/9] Updated HipChat Color Fixes issues #720. --- _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 00610868..885c0a62 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -692,7 +692,7 @@ }, { "title": "HipChat", - "hex": "205281", + "hex": "0052CC", "source": "http://hipchat.com" }, { From 27a9213d91ae6a43534432174c9876cc63daddd4 Mon Sep 17 00:00:00 2001 From: David Klebanoff Date: Mon, 1 Jan 2018 17:59:30 -0800 Subject: [PATCH 6/9] Update HipChat source --- _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 885c0a62..eae95afa 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -693,7 +693,7 @@ { "title": "HipChat", "hex": "0052CC", - "source": "http://hipchat.com" + "source": "https://www.atlassian.com/company/news/press-kit" }, { "title": "homify", From ebe23119c92ae18dbc94c6c56a7789b068816f74 Mon Sep 17 00:00:00 2001 From: David Klebanoff Date: Mon, 1 Jan 2018 18:22:33 -0800 Subject: [PATCH 7/9] Added Aventrix icon. --- _data/simple-icons.json | 5 +++++ icons/aventrix.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/aventrix.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index eae95afa..9c5dce35 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -145,6 +145,11 @@ "hex": "7D8084", "source": "https://www.automatic.com/press" }, + { + "title": "Aventrix", + "hex": "0099DD", + "source": "https://www.aventrix.com/press" + }, { "title": "Baidu", "hex": "2319DC", diff --git a/icons/aventrix.svg b/icons/aventrix.svg new file mode 100644 index 00000000..43d3c960 --- /dev/null +++ b/icons/aventrix.svg @@ -0,0 +1 @@ +Aventrix icon \ No newline at end of file From 752b41a8bcaa091b9168f69414d4c02b254d4d3c Mon Sep 17 00:00:00 2001 From: David Klebanoff Date: Tue, 2 Jan 2018 09:27:17 -0800 Subject: [PATCH 8/9] Added Untappd. (#737) --- _data/simple-icons.json | 5 +++++ icons/untappd.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/untappd.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9c5dce35..4b845664 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1785,6 +1785,11 @@ "hex": "00BEC1", "source": "https://umbraco.com/" }, + { + "title": "Untappd", + "hex": "FFC000", + "source": "https://untappd.com/" + }, { "title": "Upwork", "hex": "6FDA44", diff --git a/icons/untappd.svg b/icons/untappd.svg new file mode 100644 index 00000000..04e6102e --- /dev/null +++ b/icons/untappd.svg @@ -0,0 +1 @@ +Untappd icon \ No newline at end of file From 15a1b1c8e933f040476ed03a3412b759118b5565 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Tue, 2 Jan 2018 22:06:34 +0100 Subject: [PATCH 9/9] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78adb383..80457621 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.2.17", + "version": "1.2.18", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [