From 5d6d9f84735c239a79c352114c3dfe307e2991ac Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sun, 22 Jul 2018 21:33:39 +0200 Subject: [PATCH 1/8] Update styleshare SVG --- icons/styleshare.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/styleshare.svg b/icons/styleshare.svg index 7e4fafd5..d20fe37a 100644 --- a/icons/styleshare.svg +++ b/icons/styleshare.svg @@ -1 +1 @@ - \ No newline at end of file +StyleShare icon \ No newline at end of file From c88b90a7e19243f3ebbd5fa10ce05b5a0c9eeaf5 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sun, 22 Jul 2018 21:34:00 +0200 Subject: [PATCH 2/8] Update styleshare data --- _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 a52c0862..32b27213 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1717,8 +1717,8 @@ }, { "title": "StyleShare", - "hex": "231F20", - "source": "http://about.stylesha.re/en/press/presskit/" + "hex": "212121", + "source": "https://www.stylesha.re/" }, { "title": "Stylus", From 18c6d857b8de8894e8a75bd55efaf4d5567bd0b0 Mon Sep 17 00:00:00 2001 From: Doron Brayer Date: Mon, 23 Jul 2018 00:52:57 +0300 Subject: [PATCH 3/8] [New icon] SAP Title: SAP Hex: 008FD3 Source: https://support.sap.com/content/dam/support/sap-logo.svg Brand guidelines: https://d.dam.sap.com/a/PnnmW/SAP_Developer_Guidelines_031314.pdf --- icons/sap.svg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 icons/sap.svg diff --git a/icons/sap.svg b/icons/sap.svg new file mode 100644 index 00000000..e6feeceb --- /dev/null +++ b/icons/sap.svg @@ -0,0 +1,2 @@ + +SAP icon From 5a07fbd4fe3a1a977b98720d653bb60f5328b443 Mon Sep 17 00:00:00 2001 From: Doron Brayer Date: Mon, 23 Jul 2018 00:54:55 +0300 Subject: [PATCH 4/8] [New icon] SAP Title: SAP Hex: 008FD3 Source: https://support.sap.com/content/dam/support/sap-logo.svg Brand guidelines: https://d.dam.sap.com/a/PnnmW/SAP_Developer_Guidelines_031314.pdf --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a52c0862..5b78c488 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1500,6 +1500,11 @@ "hex": "00A1E0", "source": "https://www.salesforce.com/" }, + { + "title": "SAP", + "hex": "008FD3", + "source": "https://support.sap.com/content/dam/support/sap-logo.svg" + }, { "title": "Sass", "hex": "CC6699", From 1367a8d323a5cd0c33e8a74ad220614124062340 Mon Sep 17 00:00:00 2001 From: Doron Brayer Date: Mon, 23 Jul 2018 14:06:23 +0300 Subject: [PATCH 5/8] Optimized - SVGOMG --- icons/sap.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/sap.svg b/icons/sap.svg index e6feeceb..76f4d54e 100644 --- a/icons/sap.svg +++ b/icons/sap.svg @@ -1,2 +1,2 @@ -SAP icon +SAP icon From 98c17c0f2b7d2b47d43238cb264dd0f6378db63e Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Mon, 23 Jul 2018 16:09:35 +0200 Subject: [PATCH 6/8] Compress icons added by @DoronBrayer --- icons/amd.svg | 2 +- icons/dell.svg | 3 +-- icons/internetexplorer.svg | 3 +-- icons/microsoftedge.svg | 2 +- icons/nvidia.svg | 3 +-- icons/visualstudiocode.svg | 2 +- 6 files changed, 6 insertions(+), 9 deletions(-) diff --git a/icons/amd.svg b/icons/amd.svg index 687f9c36..d8579ef8 100644 --- a/icons/amd.svg +++ b/icons/amd.svg @@ -1 +1 @@ -AMD icon +AMD icon \ No newline at end of file diff --git a/icons/dell.svg b/icons/dell.svg index d450efed..50569744 100644 --- a/icons/dell.svg +++ b/icons/dell.svg @@ -1,2 +1 @@ - -Dell icon +Dell icon \ No newline at end of file diff --git a/icons/internetexplorer.svg b/icons/internetexplorer.svg index 113252d6..83b780fa 100644 --- a/icons/internetexplorer.svg +++ b/icons/internetexplorer.svg @@ -1,2 +1 @@ - -Internet Explorer icon +Internet Explorer icon \ No newline at end of file diff --git a/icons/microsoftedge.svg b/icons/microsoftedge.svg index c642c699..e1e0d60f 100644 --- a/icons/microsoftedge.svg +++ b/icons/microsoftedge.svg @@ -1 +1 @@ -Microsoft Edge icon +Microsoft Edge icon \ No newline at end of file diff --git a/icons/nvidia.svg b/icons/nvidia.svg index f7dd1e56..d95672b9 100644 --- a/icons/nvidia.svg +++ b/icons/nvidia.svg @@ -1,2 +1 @@ - -NVIDIA icon +NVIDIA icon \ No newline at end of file diff --git a/icons/visualstudiocode.svg b/icons/visualstudiocode.svg index 6d17c9eb..b0cf9908 100644 --- a/icons/visualstudiocode.svg +++ b/icons/visualstudiocode.svg @@ -1 +1 @@ -Visual Studio Code icon +Visual Studio Code icon \ No newline at end of file From af3cc37388d298847ca2aec23015202fcedec66f Mon Sep 17 00:00:00 2001 From: Doron Brayer Date: Mon, 23 Jul 2018 19:01:35 +0300 Subject: [PATCH 7/8] File optimized again SVGOMG: 'Precision' slider set to 3 --- icons/sap.svg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/icons/sap.svg b/icons/sap.svg index 76f4d54e..f605cfa4 100644 --- a/icons/sap.svg +++ b/icons/sap.svg @@ -1,2 +1 @@ - -SAP icon +SAP icon From d26fa23f0a2d972ad1c43e3b1ff0fe88f7f3e971 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Mon, 23 Jul 2018 18:31:41 +0200 Subject: [PATCH 8/8] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 093bf776..67460786 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.6.7", + "version": "1.6.8", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [