From f5da23eec43d245cfa7d8d892944c495350d3d6d Mon Sep 17 00:00:00 2001 From: Dimitrios Strantsalis Date: Thu, 28 May 2020 18:03:53 +0300 Subject: [PATCH 1/3] adds clickup icon svg --- icons/clickup.svg | 1 + icons/razer.svg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 icons/clickup.svg diff --git a/icons/clickup.svg b/icons/clickup.svg new file mode 100644 index 000000000000..d615971edafd --- /dev/null +++ b/icons/clickup.svg @@ -0,0 +1 @@ +ClickUP! icon \ No newline at end of file diff --git a/icons/razer.svg b/icons/razer.svg index c2b288af0414..351f213e84ba 100644 --- a/icons/razer.svg +++ b/icons/razer.svg @@ -1 +1 @@ -Razer icon +Razer icon From e1ade7a10fd53157c0d902ac81fb7181772bd6e0 Mon Sep 17 00:00:00 2001 From: Dimitrios Strantsalis Date: Thu, 28 May 2020 18:06:43 +0300 Subject: [PATCH 2/3] adds clickup entry simple-icons.json --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0f1770eed42c..eda73a5645f7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1135,6 +1135,11 @@ "hex": "000000", "source": "https://www.claris.com/" }, + { + "title": "ClickUp!", + "hex": "7B68EE", + "source": "https://clickup.com/brand" + }, { "title": "Cliqz", "hex": "00AEF0", From 4c498f4ae9aaf3880678610f12fe0b20e1e31d8c Mon Sep 17 00:00:00 2001 From: Dimitrios Strantsalis Date: Thu, 28 May 2020 18:09:43 +0300 Subject: [PATCH 3/3] final namings fixes --- _data/simple-icons.json | 2 +- icons/clickup.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index eda73a5645f7..7ef2e1da8265 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1136,7 +1136,7 @@ "source": "https://www.claris.com/" }, { - "title": "ClickUp!", + "title": "ClickUp", "hex": "7B68EE", "source": "https://clickup.com/brand" }, diff --git a/icons/clickup.svg b/icons/clickup.svg index d615971edafd..e1abd713b0b3 100644 --- a/icons/clickup.svg +++ b/icons/clickup.svg @@ -1 +1 @@ -ClickUP! icon \ No newline at end of file +ClickUp icon \ No newline at end of file