From 196663d43a3b2ca989e2c9ef5e2bafda89ad3c16 Mon Sep 17 00:00:00 2001 From: Luis Puerto Date: Wed, 4 Sep 2019 04:51:09 -0700 Subject: [PATCH 1/5] Add RStudio icon (#1608) Closes #1603 --- _data/simple-icons.json | 5 +++++ icons/rstudio.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/rstudio.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b9318b418719..3bfdc10c62f0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2470,6 +2470,11 @@ "hex": "FFA500", "source": "https://en.wikipedia.org/wiki/Feed_icon" }, + { + "title": "RStudio", + "hex": "75AADB", + "source": "https://www.rstudio.com/about/logos/" + }, { "title": "Ruby", "hex": "CC342D", diff --git a/icons/rstudio.svg b/icons/rstudio.svg new file mode 100644 index 000000000000..923c5ddf78ff --- /dev/null +++ b/icons/rstudio.svg @@ -0,0 +1 @@ +RStudio icon \ No newline at end of file From 131e43b49c60b40041e00558ed88187c8fd39910 Mon Sep 17 00:00:00 2001 From: Luis Puerto Date: Wed, 4 Sep 2019 11:27:16 -0700 Subject: [PATCH 2/5] Add Open Source Initiative Icon (#1607) * Update _data/simple-icons.json * Center icon --- Closes #1551 --- _data/simple-icons.json | 5 +++++ icons/opensourceinitiative.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/opensourceinitiative.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3bfdc10c62f0..ab77e719e315 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2145,6 +2145,11 @@ "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", diff --git a/icons/opensourceinitiative.svg b/icons/opensourceinitiative.svg new file mode 100644 index 000000000000..fb5368b9d171 --- /dev/null +++ b/icons/opensourceinitiative.svg @@ -0,0 +1 @@ +Open Source Initiative icon \ No newline at end of file From 3f4351fdc70ad1f8d23f66e30384b986738da006 Mon Sep 17 00:00:00 2001 From: Fatih Mehmet Ozcan <34105974+fatihmeh@users.noreply.github.com> Date: Wed, 4 Sep 2019 21:55:20 +0300 Subject: [PATCH 3/5] Laravel Nova Icon Added (#1610) * Laravel Nova Icon Added * Laravel Nova svg file rename --- Closes #1609 --- _data/simple-icons.json | 5 +++++ icons/laravelnova.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/laravelnova.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ab77e719e315..816fe87e829e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1650,6 +1650,11 @@ "hex": "405263", "source": "https://horizon.laravel.com/" }, + { + "title": "Laravel Nova", + "hex": "252D37", + "source": "https://nova.laravel.com/" + }, { "title": "Last.fm", "hex": "D51007", diff --git a/icons/laravelnova.svg b/icons/laravelnova.svg new file mode 100644 index 000000000000..a70c001bd575 --- /dev/null +++ b/icons/laravelnova.svg @@ -0,0 +1 @@ +Laravel Nova icon \ No newline at end of file From 3f46070f8d8ffd9591d8bba1fcdecd440407d4f0 Mon Sep 17 00:00:00 2001 From: Louis Tsai Date: Sun, 8 Sep 2019 12:54:51 +0200 Subject: [PATCH 4/5] Add Storybook and Open Collection, Update GoLang (#1615) * Update golang * Add Open Collective * Add Storybook * Fix golang svg typo * Combine multiple paths into 1 --- Closes #1412 Closes #1587 Closes #1594 --- _data/simple-icons.json | 14 ++++++++++++-- icons/go.svg | 2 +- icons/opencollective.svg | 1 + icons/storybook.svg | 1 + 4 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 icons/opencollective.svg create mode 100644 icons/storybook.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 816fe87e829e..1e4d95d5cd5c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1152,8 +1152,8 @@ }, { "title": "Go", - "hex": "76E1FE", - "source": "https://golang.org/doc/gopher/" + "hex": "00ADD8", + "source": "https://blog.golang.org/go-brand" }, { "title": "Google", @@ -2110,6 +2110,11 @@ "hex": "F68212", "source": "https://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg" }, + { + "title": "Open Collective", + "hex": "7FADF2", + "source": "https://docs.opencollective.com/help/about#media-logo" + }, { "title": "OpenStreetMap", "hex": "7EBC6F", @@ -2825,6 +2830,11 @@ "hex": "3A98D9", "source": "https://storify.com" }, + { + "title": "Storybook", + "hex": "FF4785", + "source": "https://github.com/storybookjs/brand" + }, { "title": "Strava", "hex": "FC4C02", diff --git a/icons/go.svg b/icons/go.svg index 200121ba4aac..eef44ec5dbce 100644 --- a/icons/go.svg +++ b/icons/go.svg @@ -1 +1 @@ -Go icon \ No newline at end of file +Go icon \ No newline at end of file diff --git a/icons/opencollective.svg b/icons/opencollective.svg new file mode 100644 index 000000000000..1cdef84212fe --- /dev/null +++ b/icons/opencollective.svg @@ -0,0 +1 @@ +Open Collective icon \ No newline at end of file diff --git a/icons/storybook.svg b/icons/storybook.svg new file mode 100644 index 000000000000..bbe944ce47ed --- /dev/null +++ b/icons/storybook.svg @@ -0,0 +1 @@ +Storybook icon \ No newline at end of file From 28fd6e5b1d1e1910c22a94f269a05d63f39def15 Mon Sep 17 00:00:00 2001 From: Eric Cornelisesn Date: Sun, 8 Sep 2019 13:57:44 +0300 Subject: [PATCH 5/5] 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 b82d97198121..b17a606ff5c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.14.0", + "version": "1.15.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4be8f846e888..e5d9b7626f01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.14.0", + "version": "1.15.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [