From 21c6bbf3808597f228bf2a0c57da5b90b278e3cf Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 15 Oct 2019 18:38:57 +0100 Subject: [PATCH] Added Minetest icon (#1751) * Added minetest.svg, updated _data/simle-icons.json * Updated minetest.svg to fix siz issue * Updated path in minetest.svg to thicker stroke width * * * Closes #1481 --- _data/simple-icons.json | 5 +++++ icons/minetest.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/minetest.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 785ed5fc..7ed4d7ef 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2065,6 +2065,11 @@ "hex": "2B579A", "source": "https://www.office.com" }, + { + "title": "Minetest", + "hex": "53AC56", + "source": "https://www.minetest.net/" + }, { "title": "Linux Mint", "hex": "87CF3E", diff --git a/icons/minetest.svg b/icons/minetest.svg new file mode 100644 index 00000000..9107497f --- /dev/null +++ b/icons/minetest.svg @@ -0,0 +1 @@ +Minetest icon \ No newline at end of file