diff options
author | codecalm <codecalm@gmail.com> | 2021-12-09 00:40:08 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-12-09 00:40:08 +0100 |
commit | ec3a208734552985feed6255c17053b2c6204c79 (patch) | |
tree | 1a7657d0e857885f5ade96f32aca8769c71abe39 /icons/mountain.svg | |
parent | Fixed icons: `stack-2`, `stack` (diff) | |
download | tabler-icons-ec3a208734552985feed6255c17053b2c6204c79.tar.xz |
Release 1.47.0v1.47.0
Diffstat (limited to 'icons/mountain.svg')
-rw-r--r-- | icons/mountain.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/icons/mountain.svg b/icons/mountain.svg new file mode 100644 index 00000000..7ceb540b --- /dev/null +++ b/icons/mountain.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-mountain" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <path d="M3 20h18l-6.921 -14.612a2.3 2.3 0 0 0 -4.158 0l-6.921 14.612z" /> + <path d="M7.5 11l2 2.5l2.5 -2.5l2 3l2.5 -2" /> +</svg> + + |