From e6fc94d7e29a6ecbf243b085e6291035338f40ea Mon Sep 17 00:00:00 2001 From: David Klebanoff Date: Wed, 31 Oct 2018 13:22:32 -0700 Subject: [PATCH 1/7] Updated The Movie Database to smaller icon. Fixes #1041. (#1044) --- icons/themoviedatabase.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/themoviedatabase.svg b/icons/themoviedatabase.svg index 1a532ab1..6e9e76b9 100644 --- a/icons/themoviedatabase.svg +++ b/icons/themoviedatabase.svg @@ -1 +1 @@ -The Movie Database icon \ No newline at end of file +The Movie Database icon \ No newline at end of file From ac3759dc6c53b9c4f1b9fc1644fdaea15ee9d2bb Mon Sep 17 00:00:00 2001 From: David Klebanoff Date: Wed, 31 Oct 2018 13:27:57 -0700 Subject: [PATCH 2/7] Adds Grafana. #1043. (#1045) --- _data/simple-icons.json | 5 +++++ icons/grafana.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/grafana.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d781f650..b6b51085 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -835,6 +835,11 @@ "hex": "005EA5", "source": "https://github.com/alphagov/design-assets/tree/master/Icons" }, + { + "title": "Grafana", + "hex": "F46800", + "source": "https://grafana.com/" + }, { "title": "Graphcool", "hex": "27AE60", diff --git a/icons/grafana.svg b/icons/grafana.svg new file mode 100644 index 00000000..00673384 --- /dev/null +++ b/icons/grafana.svg @@ -0,0 +1 @@ +Grafana icon \ No newline at end of file From ab59462bb43cd579b2f384e1fe2eef9e38e5c160 Mon Sep 17 00:00:00 2001 From: David Klebanoff Date: Wed, 31 Oct 2018 14:46:41 -0700 Subject: [PATCH 3/7] A higher quality Grafana logo. (#1046) * A higher quality Grafana logo. * V3, From the Grafana Enterprise page. --- icons/grafana.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/grafana.svg b/icons/grafana.svg index 00673384..51aa32cc 100644 --- a/icons/grafana.svg +++ b/icons/grafana.svg @@ -1 +1 @@ -Grafana icon \ No newline at end of file +Grafana icon \ No newline at end of file From 3649982a708fa741bc81483c9683d323757b5cec Mon Sep 17 00:00:00 2001 From: David Klebanoff Date: Fri, 2 Nov 2018 00:01:31 -0700 Subject: [PATCH 4/7] Added Codecov (#1049) --- _data/simple-icons.json | 5 +++++ icons/codecov.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/codecov.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b6b51085..d31c653a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -335,6 +335,11 @@ "hex": "1F4056", "source": "https://www.codecademy.com/" }, + { + "title": "Codecov", + "hex": "F01F7A", + "source": "https://codecov.io/" + }, { "title": "Codeforces", "hex": "1F8ACB", diff --git a/icons/codecov.svg b/icons/codecov.svg new file mode 100644 index 00000000..0990fd41 --- /dev/null +++ b/icons/codecov.svg @@ -0,0 +1 @@ +Codecov icon \ No newline at end of file From 87346a49cf12aef2c859b215adb40678ec50a95c Mon Sep 17 00:00:00 2001 From: Paul Hart Date: Fri, 2 Nov 2018 09:51:05 +0000 Subject: [PATCH 5/7] Add R logo (#1050) --- _data/simple-icons.json | 5 +++++ icons/r.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/r.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d31c653a..97fadbe4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1685,6 +1685,11 @@ "hex": "FECE00", "source": "https://qzone.qq.com/" }, + { + "title": "R", + "hex": "276DC3", + "source": "https://www.r-project.org/logo/" + }, { "title": "Rails", "hex": "CC0000", diff --git a/icons/r.svg b/icons/r.svg new file mode 100644 index 00000000..c51efce6 --- /dev/null +++ b/icons/r.svg @@ -0,0 +1 @@ +R icon \ No newline at end of file From 394d5e52c695f3e59d4d50e8327f832f9fc6c491 Mon Sep 17 00:00:00 2001 From: Louis Tsai Date: Fri, 2 Nov 2018 09:53:09 +0000 Subject: [PATCH 6/7] Add elementary (#1047) * Add elementary * Update elementary color * Update elementary source --- _data/simple-icons.json | 5 +++++ icons/elementary.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/elementary.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 97fadbe4..3d756a5c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -565,6 +565,11 @@ "hex": "005571", "source": "https://www.elastic.co/brand" }, + { + "title": "elementary", + "hex": "64BAFF", + "source": "https://elementary.io/brand" + }, { "title": "Ello", "hex": "000000", diff --git a/icons/elementary.svg b/icons/elementary.svg new file mode 100644 index 00000000..513ad798 --- /dev/null +++ b/icons/elementary.svg @@ -0,0 +1 @@ +elementary icon \ No newline at end of file From 8727352e0304bddcddcc04c7d8ebbb05706beceb Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Fri, 2 Nov 2018 10:53:37 +0100 Subject: [PATCH 7/7] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 586f727a..87db8c4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.9.10", + "version": "1.9.11", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [