From 623d850924d67eed98912f5603405cae19d6931c Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Fri, 1 Oct 2021 21:46:49 -0400 Subject: [PATCH] Add GoLand icon (#6630) Co-authored-by: Jorge Amado Soria Ramirez --- _data/simple-icons.json | 6 ++++++ icons/goland.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/goland.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 818293d00..672799f57 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3601,6 +3601,12 @@ "hex": "86328A", "source": "https://www.cdprojekt.com/en/media/logotypes/" }, + { + "title": "GoLand", + "hex": "000000", + "source": "https://www.jetbrains.com/company/brand/#logos-and-icons-jetbrains-logos", + "guidelines": "https://www.jetbrains.com/company/brand/#brand-guidelines" + }, { "title": "GoldenLine", "hex": "FFE005", diff --git a/icons/goland.svg b/icons/goland.svg new file mode 100644 index 000000000..695fc9f6f --- /dev/null +++ b/icons/goland.svg @@ -0,0 +1 @@ +GoLand \ No newline at end of file