From d1c6b7546990ba67692e4fd3b03b8084daecb4fd Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sat, 6 Oct 2018 16:19:43 +0200 Subject: [PATCH 1/5] Add Clojure icon (#1002) * Add Clojure icon SVG Based on the SVG found on wikimedia: https://commons.wikimedia.org/wiki/File:Clojure_logo.svg * Add Clojure icon details Added the icon details for Clojure. As no official guidelines on what color to use are given, I went with the (dark)blue color of the logo, as I personally associate blue with Clojure more then green. --- _data/simple-icons.json | 5 +++++ icons/clojure.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/clojure.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f0c52c90..a34ae9f7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -305,6 +305,11 @@ "hex": "03A9F4", "source": "https://clockify.me/" }, + { + "title": "Clojure", + "hex": "5881D8", + "source": "https://commons.wikimedia.org/wiki/File:Clojure_logo.svg" + }, { "title": "Cloudflare", "hex": "F38020", diff --git a/icons/clojure.svg b/icons/clojure.svg new file mode 100644 index 00000000..793133be --- /dev/null +++ b/icons/clojure.svg @@ -0,0 +1 @@ +Clojure icon \ No newline at end of file From 14b828f22269269acedbd1da7ea9f9baba0b57ac Mon Sep 17 00:00:00 2001 From: "Zaw W. Lwin" Date: Sat, 6 Oct 2018 20:53:38 +0630 Subject: [PATCH 2/5] [New Icons] Elastic Brand and Products #879 (#921) * Add data for Vagrant icon * Reorder the Vagrant metadata alphabetically * Add Vagrant * Add Elastic brand and product logos * Add Elastic Brand and Product Logos (#879) * Fix missing commas * Rename elasticxpack.svg to elasticx-pack.svg * Revert Elastic products to their original names and reorder them * Rename files of Elastic product icons * Update elasticsearch.svg * Update beats.svg * Update elastic.svg * Update elasticcloud.svg * Update elasticstack.svg * Update kibana.svg * Update logstash.svg * Update x-pack.svg * Rename Elasticsearch * Update and its ID for elastic products --- _data/simple-icons.json | 40 ++++++++++++++++++++++++++++++++++++++++ icons/beats.svg | 1 + icons/elastic.svg | 1 + icons/elasticcloud.svg | 1 + icons/elasticsearch.svg | 1 + icons/elasticstack.svg | 1 + icons/kibana.svg | 1 + icons/logstash.svg | 1 + icons/x-pack.svg | 1 + 9 files changed, 48 insertions(+) create mode 100644 icons/beats.svg create mode 100644 icons/elastic.svg create mode 100644 icons/elasticcloud.svg create mode 100644 icons/elasticsearch.svg create mode 100644 icons/elasticstack.svg create mode 100644 icons/kibana.svg create mode 100644 icons/logstash.svg create mode 100644 icons/x-pack.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a34ae9f7..89f04cca 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -205,6 +205,11 @@ "hex": "00A3E0", "source": "https://bathasu.com/press/" }, + { + "title": "Beats", + "hex": "005571", + "source": "https://www.elastic.co/brand" + }, { "title": "Behance", "hex": "1769FF", @@ -520,6 +525,26 @@ "hex": "E53238", "source": "https://go.developer.ebay.com/logos" }, + { + "title": "Elastic", + "hex": "005571", + "source": "https://www.elastic.co/brand" + }, + { + "title": "Elastic Cloud", + "hex": "005571", + "source": "https://www.elastic.co/brand" + }, + { + "title": "Elasticsearch", + "hex": "005571", + "source": "https://www.elastic.co/brand" + }, + { + "title": "Elastic Stack", + "hex": "005571", + "source": "https://www.elastic.co/brand" + }, { "title": "Ello", "hex": "000000", @@ -1015,6 +1040,11 @@ "hex": "9DB63B", "source": "https://khanacademy.zendesk.com/hc/en-us/articles/202483630-Press-room" }, + { + "title": "Kibana", + "hex": "005571", + "source": "https://www.elastic.co/brand" + }, { "title": "Kickstarter", "hex": "2BDE73", @@ -1115,6 +1145,11 @@ "hex": "CF202E", "source": "https://livestream.com/press" }, + { + "title": "Logstash", + "hex": "005571", + "source": "https://www.elastic.co/brand" + }, { "title": "Lua", "hex": "2C2D72", @@ -2280,6 +2315,11 @@ "hex": "006567", "source": "https://dev.xing.com/logo_rules" }, + { + "title": "X-Pack", + "hex": "005571", + "source": "https://www.elastic.co/brand" + }, { "title": "XSplit", "hex": "0095DE", diff --git a/icons/beats.svg b/icons/beats.svg new file mode 100644 index 00000000..3330679a --- /dev/null +++ b/icons/beats.svg @@ -0,0 +1 @@ +<svg aria-labelledby="simpleicons-beats-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title id="simpleicons-beats-icon">Beats icon diff --git a/icons/elastic.svg b/icons/elastic.svg new file mode 100644 index 00000000..ec247ab7 --- /dev/null +++ b/icons/elastic.svg @@ -0,0 +1 @@ +Elastic icon diff --git a/icons/elasticcloud.svg b/icons/elasticcloud.svg new file mode 100644 index 00000000..bafb9f8c --- /dev/null +++ b/icons/elasticcloud.svg @@ -0,0 +1 @@ +Elastic Cloud icon diff --git a/icons/elasticsearch.svg b/icons/elasticsearch.svg new file mode 100644 index 00000000..d8ed5c63 --- /dev/null +++ b/icons/elasticsearch.svg @@ -0,0 +1 @@ +Elastic Search icon diff --git a/icons/elasticstack.svg b/icons/elasticstack.svg new file mode 100644 index 00000000..92afe5cb --- /dev/null +++ b/icons/elasticstack.svg @@ -0,0 +1 @@ +Elastic Stack icon diff --git a/icons/kibana.svg b/icons/kibana.svg new file mode 100644 index 00000000..18265031 --- /dev/null +++ b/icons/kibana.svg @@ -0,0 +1 @@ +Kibana icon diff --git a/icons/logstash.svg b/icons/logstash.svg new file mode 100644 index 00000000..0437cac1 --- /dev/null +++ b/icons/logstash.svg @@ -0,0 +1 @@ +Logstash icon diff --git a/icons/x-pack.svg b/icons/x-pack.svg new file mode 100644 index 00000000..8572a702 --- /dev/null +++ b/icons/x-pack.svg @@ -0,0 +1 @@ +X-Pack icon From 9e27c54d13cf7206958639865e120ef19735fffa Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sat, 6 Oct 2018 17:47:49 +0200 Subject: [PATCH 3/5] Add Scala icon (#1001) * Add Scala icon Vectorized the flat PNG found in the header at the scala homepage: https://www.scala-lang.org/ * Add Scala icon details Add Scala to the data file. The color is extracted from the hovered styling of the links in the header (`nav > ul > li > a:hover`). * Update Scala icon SVG Co-authored-by: Johan Fagerberg --- _data/simple-icons.json | 5 +++++ icons/scala.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/scala.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 89f04cca..e184b4dc 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1725,6 +1725,11 @@ "hex": "E2231A", "source": "https://saucelabs.com/" }, + { + "title": "Scala", + "hex": "DC322F", + "source": "https://www.scala-lang.org/" + }, { "title": "Scribd", "hex": "1A7BBA", diff --git a/icons/scala.svg b/icons/scala.svg new file mode 100644 index 00000000..85f0b5ff --- /dev/null +++ b/icons/scala.svg @@ -0,0 +1 @@ +Scala icon \ No newline at end of file From 3c4322222fd6a0a9c9b2a8c5e6727c7e1ff550cf Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sat, 6 Oct 2018 18:13:22 +0200 Subject: [PATCH 4/5] Add Kotlin icon (#1000) * Add Kotlin icon details The source links to a URL containing the official logo and logo guidelins for the Kotlin logo. Unfortunately it doesn't specify anything about the color of the logo. So I picked the color of the icons on the Kotlin language landing page (https://kotlinlang.org/). * Add Kotlin logo Added a Kotlin logo, however Kotlin offers three possible logos we could use (see the guidelines linked in the icon source). In the order they're (as of this commit) found in the guidelines, here are SVGs varients: 1) Kotlin icon 2) (found in this commit) Kotlin icon 3) Kotlin icon * Update Kotlin color Based on the colors in the logo gradient as pointed out by @birjolaxew --- _data/simple-icons.json | 5 +++++ icons/kotlin.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/kotlin.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e184b4dc..8cc8b1a3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1075,6 +1075,11 @@ "hex": "00B057", "source": "https://koding.com/About" }, + { + "title": "Kotlin", + "hex": "0095D5", + "source": "https://resources.jetbrains.com/storage/products/kotlin/docs/kotlin_logos.zip" + }, { "title": "Ko-fi", "hex": "F16061", diff --git a/icons/kotlin.svg b/icons/kotlin.svg new file mode 100644 index 00000000..a381db93 --- /dev/null +++ b/icons/kotlin.svg @@ -0,0 +1 @@ +Kotlin icon \ No newline at end of file From e0498334e8ddcdccc8f8dd840f868f1615cdfbea Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Sat, 6 Oct 2018 18:13:53 +0200 Subject: [PATCH 5/5] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e84ab0b2..042c34b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.9.4", + "version": "1.9.5", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [