Added icons for mountain and mountain with snow (#284)

* Added icons for mountain and mountain with snow

* Update mountain.svg

* Update mountain-snow.svg

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
David Kerkeslager
2021-07-26 16:08:40 -04:00
committed by GitHub
parent d71b18d0e7
commit c60323c28c
3 changed files with 37 additions and 0 deletions

14
icons/mountain-snow.svg Normal file
View File

@@ -0,0 +1,14 @@
<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="M8 3L12 11L17 6L22 21H2L8 3Z" />
<path d="M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19" />
</svg>

After

Width:  |  Height:  |  Size: 332 B

13
icons/mountain.svg Normal file
View File

@@ -0,0 +1,13 @@
<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="M8 3L12 11L17 6L22 21H2L8 3Z" />
</svg>

After

Width:  |  Height:  |  Size: 252 B

View File

@@ -1228,6 +1228,16 @@
"menu",
"options"
],
"mountain": [
"climb",
"hike",
"rock"
],
"mountain-snow": [
"alpine",
"climb",
"snow"
],
"mouse-pointer": [
"arrow",
"cursor",