refactor: Add both campsite icon versions

This commit is contained in:
John Letey 2019-07-22 11:16:24 +01:00
parent 7297ada393
commit 37fdcf814f
No known key found for this signature in database
GPG Key ID: 3F07136ADE092F8D
2 changed files with 14 additions and 1 deletions

13
icons/campsite-2.svg Normal file
View File

@ -0,0 +1,13 @@
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M2 18h20m-10-4v4h8L12 6 4 18" />
</svg>

After

Width:  |  Height:  |  Size: 252 B

View File

@ -9,5 +9,5 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M2 18h20m-10-4v4h8L12 6 4 18" />
<path d="M2 18h20M12 6l8 12h-5l-3-5-3 5H4l8-12z" />
</svg>

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 262 B