From adcf90cb462842e72d66270d405f7afab7f7f1d5 Mon Sep 17 00:00:00 2001 From: boterop Date: Mon, 7 Oct 2024 09:33:21 -0500 Subject: [PATCH] Register icons in .json --- devicon.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/devicon.json b/devicon.json index cdbaf683..5b8f913c 100644 --- a/devicon.json +++ b/devicon.json @@ -4204,6 +4204,24 @@ "color": "#24292e", "aliases": [] }, + { + "name": "gitkraken", + "altnames": [], + "tags": [ + "git", + "version-control" + ], + "versions": { + "svg": [ + "original", + "original-wordmark", + "plain", + "plain-wordmark" + ] + }, + "color": "#179287", + "aliases": [] + }, { "name": "gitlab", "altnames": [],