1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-28 16:20:07 +02:00

4 new icons: bomb, bounce-left, bounce-right, trekking

This commit is contained in:
codecalm
2022-11-04 01:18:35 +01:00
parent 7cadae23e0
commit 0c1fefc3ce
4 changed files with 29 additions and 0 deletions

7
src/_icons/bomb.svg Normal file
View File

@@ -0,0 +1,7 @@
---
---
<svg>
<path d="M15.349 5.349l3.301 3.301a1.2 1.2 0 0 1 0 1.698l-.972 .972a7.5 7.5 0 1 1 -5 -5l.972 -.972a1.2 1.2 0 0 1 1.698 0z" />
<path d="M17 7l1.293 -1.293a2.414 2.414 0 0 0 .707 -1.707a1 1 0 0 1 1 -1h1" />
<path d="M7 13a3 3 0 0 1 3 -3" />
</svg>

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M20 15.5c-3 -1 -5.5 -.5 -8 4.5c-.5 -3 -2.5 -8.5 -4 -11" />
<circle cx="7" cy="7" r="2" />
</svg>

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M5 15.5c3 -1 5.5 -.5 8 4.5c.5 -3 2.5 -8.5 4 -11" />
<path d="M18 9a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z" />
</svg>

10
src/_icons/trekking.svg Normal file
View File

@@ -0,0 +1,10 @@
---
---
<svg>
<circle cx="12" cy="4" r="1" />
<path d="M7 21l2 -4" />
<path d="M13 21v-4l-3 -3l1 -6l3 4l3 2" />
<path d="M10 14l-1.827 -1.218a2 2 0 0 1 -.831 -2.15l.28 -1.117a2 2 0 0 1 1.939 -1.515h1.439l4 1l3 -2" />
<path d="M17 12v9" />
<path d="M16 20h2" />
</svg>