Added icons for mountain and mountain with snow

This commit is contained in:
David Kerkeslager 2021-02-26 10:17:54 -05:00
parent a718a7e9c3
commit 49d5fb0900
3 changed files with 30 additions and 0 deletions

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

@ -0,0 +1,15 @@
<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"
>
<polyline points="12 11 8 2 1 21 23 21 17 6 12 11"></polyline>
<path d="M 3.5 15 q 4.25 -3 8.5 0" />
<path d="M 12 15 q 4.25 3 8.5 0" />
</svg>

After

Width:  |  Height:  |  Size: 351 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"
>
<polyline points="12 11 8 2 1 21 23 21 17 6 12 11"></polyline>
</svg>

After

Width:  |  Height:  |  Size: 273 B

View File

@ -128,6 +128,8 @@
"moon": ["dark", "night"],
"more-horizontal": ["ellipsis"],
"more-vertical": ["ellipsis"],
"mountain": ["climb", "hike", "rock"],
"mountain-snow": ["alpine", "climb", "snow"],
"mouse-pointer": ["arrow", "cursor"],
"move": ["arrows"],
"music": ["note"],