From 1c1b6c77325653f7b9a8fd8c4add2f89bf336743 Mon Sep 17 00:00:00 2001 From: Thijs-Jan <13321277+MoltenCoffee@users.noreply.github.com> Date: Thu, 20 May 2021 20:38:11 +0200 Subject: [PATCH] Add tent icon (#331) * Add campsite icon * Add campsite and tent to tags.json * Replace campsite with tent --- icons/tent.svg | 17 +++++++++++++++++ tags.json | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 icons/tent.svg diff --git a/icons/tent.svg b/icons/tent.svg new file mode 100644 index 0000000..8f04dfe --- /dev/null +++ b/icons/tent.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/tags.json b/tags.json index 2775d07..d380f09 100644 --- a/tags.json +++ b/tags.json @@ -1748,6 +1748,10 @@ "logo", "bullseye" ], + "tent": [ + "campsite", + "wigwam" + ], "terminal": [ "code", "command line",