mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Added icons for mountain and mountain with snow
This commit is contained in:
parent
a718a7e9c3
commit
49d5fb0900
15
icons/mountain-snow.svg
Normal file
15
icons/mountain-snow.svg
Normal 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
13
icons/mountain.svg
Normal 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 |
@ -128,6 +128,8 @@
|
|||||||
"moon": ["dark", "night"],
|
"moon": ["dark", "night"],
|
||||||
"more-horizontal": ["ellipsis"],
|
"more-horizontal": ["ellipsis"],
|
||||||
"more-vertical": ["ellipsis"],
|
"more-vertical": ["ellipsis"],
|
||||||
|
"mountain": ["climb", "hike", "rock"],
|
||||||
|
"mountain-snow": ["alpine", "climb", "snow"],
|
||||||
"mouse-pointer": ["arrow", "cursor"],
|
"mouse-pointer": ["arrow", "cursor"],
|
||||||
"move": ["arrows"],
|
"move": ["arrows"],
|
||||||
"music": ["note"],
|
"music": ["note"],
|
||||||
|
Loading…
Reference in New Issue
Block a user