Add tent icon (#331)

* Add campsite icon

* Add campsite and tent to tags.json

* Replace campsite with tent
This commit is contained in:
Thijs-Jan
2021-05-20 20:38:11 +02:00
committed by GitHub
parent 29236b45d1
commit 1c1b6c7732
2 changed files with 21 additions and 0 deletions

17
icons/tent.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M19 20L10 4" />
<path d="M5 20l9-16" />
<path d="M3 20h18" />
<path d="M12 15l-3 5" />
<path d="M12 15l3 5" />
</svg>

After

Width:  |  Height:  |  Size: 338 B

View File

@@ -1748,6 +1748,10 @@
"logo",
"bullseye"
],
"tent": [
"campsite",
"wigwam"
],
"terminal": [
"code",
"command line",