From c54007f4be200a3039c65d7aae0d3ea4d1f66a38 Mon Sep 17 00:00:00 2001 From: Peter Stakoun Date: Tue, 16 Jun 2020 14:15:55 -0400 Subject: [PATCH 1/2] Add Cypress icon --- _data/simple-icons.json | 5 +++++ icons/cypress.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/cypress.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8d952d7e3d0a..01c672c87dc8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1425,6 +1425,11 @@ "hex": "073551", "source": "https://curl.haxx.se/logo/" }, + { + "title": "Cypress", + "hex": "182633", + "source": "https://cypress.io" + }, { "title": "D3.js", "hex": "F9A03C", diff --git a/icons/cypress.svg b/icons/cypress.svg new file mode 100644 index 000000000000..fcd92bc40599 --- /dev/null +++ b/icons/cypress.svg @@ -0,0 +1 @@ +Cypress icon \ No newline at end of file From 5e4ee697c650d5925bd9d0bc127ecb0f3980f9f1 Mon Sep 17 00:00:00 2001 From: Peter Stakoun Date: Mon, 22 Jun 2020 09:42:02 -0400 Subject: [PATCH 2/2] Update Cypress hex --- _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 01c672c87dc8..5d5bd652e020 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1427,7 +1427,7 @@ }, { "title": "Cypress", - "hex": "182633", + "hex": "17202C", "source": "https://cypress.io" }, {