From c2eb7fd6c20509ec14f8fadaadb81cf780ddf891 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:05:34 +0000 Subject: [PATCH] Add Keycloak icon (#10688) * Add Keycloak * Add license --- _data/simple-icons.json | 9 +++++++++ icons/keycloak.svg | 1 + 2 files changed, 10 insertions(+) create mode 100644 icons/keycloak.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index dc85d440..1ba0ee1b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7974,6 +7974,15 @@ "hex": "047AED", "source": "https://www.keycdn.com/logos" }, + { + "title": "Keycloak", + "hex": "4D4D4D", + "source": "https://github.com/keycloak/keycloak-misc/blob/dee033f2d6d6b5c3a6ce8eb84e285f7e5626dbf6/logo/icon-black.svg", + "license": { + "type": "custom", + "url": "https://www.linuxfoundation.org/legal/trademark-usage" + } + }, { "title": "Keystone", "hex": "166BFF", diff --git a/icons/keycloak.svg b/icons/keycloak.svg new file mode 100644 index 00000000..9a6d6f0d --- /dev/null +++ b/icons/keycloak.svg @@ -0,0 +1 @@ +Keycloak \ No newline at end of file