From 19139a64312de89d56ee3deb5429c68f119ab77d Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Fri, 21 Jul 2023 10:51:32 -0400 Subject: [PATCH] Add FareHarbor icon (#5677) * Add FareHarbor icon * Improve path * What happened to my title?! * Update JSON data * Update path * Remove trailing `/` --- _data/simple-icons.json | 6 ++++++ icons/fareharbor.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/fareharbor.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d11797be..11eecf2e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3948,6 +3948,12 @@ "hex": "0928FF", "source": "https://fantom.foundation" }, + { + "title": "FareHarbor", + "hex": "0A6ECE", + "source": "https://help.fareharbor.com/about/logo", + "guidelines": "https://help.fareharbor.com/about/logo" + }, { "title": "FARFETCH", "hex": "000000", diff --git a/icons/fareharbor.svg b/icons/fareharbor.svg new file mode 100644 index 00000000..a808c67f --- /dev/null +++ b/icons/fareharbor.svg @@ -0,0 +1 @@ +FareHarbor \ No newline at end of file