From 224fb40887c41d5fb4a7f61c517b60bc8ec8142c Mon Sep 17 00:00:00 2001 From: Pasindu Akalpa Date: Sun, 25 Sep 2022 14:01:08 +0530 Subject: [PATCH 1/2] Add Fireship icon --- _data/simple-icons.json | 5 +++++ icons/fireship.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/fireship.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5ea9d9743106..51cb890bda5a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3767,6 +3767,11 @@ "hex": "FF7139", "source": "https://mozilla.design/firefox/logos-usage/" }, + { + "title": "Fireship", + "hex": "FA8142", + "source": "https://github.com/fireship-io/fireship.io/blob/987da97305a5968b99347aa748f928a4667336f8/hugo/layouts/partials/svg/logo.svg" + }, { "title": "FIRST", "hex": "0066B3", diff --git a/icons/fireship.svg b/icons/fireship.svg new file mode 100644 index 000000000000..0251401fd74b --- /dev/null +++ b/icons/fireship.svg @@ -0,0 +1 @@ +Fireship \ No newline at end of file From 3029a36ebba37bcb4329a9c44c1335ab7df48bf3 Mon Sep 17 00:00:00 2001 From: Pasindu Akalpa Date: Wed, 5 Oct 2022 12:53:34 +0530 Subject: [PATCH 2/2] Update _data/simple-icons.json Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> --- _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 51cb890bda5a..80621fac6a4f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3769,7 +3769,7 @@ }, { "title": "Fireship", - "hex": "FA8142", + "hex": "EB844E", "source": "https://github.com/fireship-io/fireship.io/blob/987da97305a5968b99347aa748f928a4667336f8/hugo/layouts/partials/svg/logo.svg" }, {