From 5df59504ae98db1d15f24ba156ba74c863d4eafd Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sun, 10 Jun 2018 16:23:41 +0200 Subject: [PATCH] Add Ko-fi icon (#869) * Add Ko-fi icon Add icon for Ko-fi, a service similar to Patreon, only without recurring donations. Icon is based on the SVG found on their About page (https://ko-fi.com/home/about). * Add Ko-fi details Update the simple-icons.json file to include Ko-fi. The source links to the page where the SVG was found, the color is taken from this SVG. * Fix indentation for Ko-fi data --- _data/simple-icons.json | 5 +++++ icons/kofi.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/kofi.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ed9374a54..db707d37c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -915,6 +915,11 @@ "hex": "00B057", "source": "https://koding.com/About" }, + { + "title": "Ko-fi", + "hex": "F16061", + "source": "https://ko-fi.com/home/about" + }, { "title": "Lanyrd", "hex": "3C80CA", diff --git a/icons/kofi.svg b/icons/kofi.svg new file mode 100644 index 000000000..9e16f509b --- /dev/null +++ b/icons/kofi.svg @@ -0,0 +1 @@ +Ko-fi icon \ No newline at end of file