From a5d2beeddb150a94943616f127eda12911557f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Moraes?= Date: Thu, 10 Oct 2019 09:22:13 -0300 Subject: [PATCH] Added Gitea icon (#1742) * Added Gitea icon * Fix svg --- Closes #1711 --- _data/simple-icons.json | 5 +++++ icons/gitea.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/gitea.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 18a4e2af..a2efcebb 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1120,6 +1120,11 @@ "hex": "F05032", "source": "http://git-scm.com/downloads/logos" }, + { + "title": "Gitea", + "hex": "609926", + "source": "https://github.com/go-gitea/gitea/tree/master/assets" + }, { "title": "GitHub", "hex": "181717", diff --git a/icons/gitea.svg b/icons/gitea.svg new file mode 100644 index 00000000..290c7893 --- /dev/null +++ b/icons/gitea.svg @@ -0,0 +1 @@ +Gitea icon \ No newline at end of file