diff options
Diffstat (limited to 'icons')
-rw-r--r-- | icons/backhoe.svg | 13 | ||||
-rw-r--r-- | icons/building-carousel.svg | 12 | ||||
-rw-r--r-- | icons/building-castle.svg | 7 | ||||
-rw-r--r-- | icons/building-fortress.svg | 12 | ||||
-rw-r--r-- | icons/building-lighthouse.svg | 9 | ||||
-rw-r--r-- | icons/buldozer.svg | 13 | ||||
-rw-r--r-- | icons/golf.svg | 7 | ||||
-rw-r--r-- | icons/gps.svg | 4 | ||||
-rw-r--r-- | icons/helicopter-landing.svg | 9 | ||||
-rw-r--r-- | icons/helicopter.svg | 12 | ||||
-rw-r--r-- | icons/jump-rope.svg | 8 | ||||
-rw-r--r-- | icons/mood-crazy-happy.svg | 11 | ||||
-rw-r--r-- | icons/pool.svg | 11 | ||||
-rw-r--r-- | icons/soccer-field.svg | 10 | ||||
-rw-r--r-- | icons/speedboat.svg | 8 | ||||
-rw-r--r-- | icons/sthetoscope.svg | 2 | ||||
-rw-r--r-- | icons/submarine.svg | 8 | ||||
-rw-r--r-- | icons/tank.svg | 8 | ||||
-rw-r--r-- | icons/train.svg | 12 | ||||
-rw-r--r-- | icons/wrecking-ball.svg | 13 |
20 files changed, 186 insertions, 3 deletions
diff --git a/icons/backhoe.svg b/icons/backhoe.svg new file mode 100644 index 00000000..01519044 --- /dev/null +++ b/icons/backhoe.svg @@ -0,0 +1,13 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-backhoe" 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"/> + <circle cx="4" cy="17" r="2" /> + <circle cx="13" cy="17" r="2" /> + <line x1="13" y1="19" x2="4" y2="19" /> + <line x1="4" y1="15" x2="13" y2="15" /> + <path d="M8 12V7h2a3 3 0 0 1 3 3v5" /> + <path d="M5 15v-2a1 1 0 0 1 1 -1h7" /> + <path d="M21.12 9.88l-3.12 -4.88l-5 5" /> + <path d="M21.12 9.88a3 3 0 0 1 -2.12 5.12a3 3 0 0 1 -2.12 -.88l4.24 -4.24z" /> +</svg> + + diff --git a/icons/building-carousel.svg b/icons/building-carousel.svg new file mode 100644 index 00000000..fcf5c2d2 --- /dev/null +++ b/icons/building-carousel.svg @@ -0,0 +1,12 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-building-carousel" 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"/> + <circle cx="12" cy="12" r="6" /> + <circle cx="5" cy="8" r="2" /> + <circle cx="12" cy="4" r="2" /> + <circle cx="19" cy="8" r="2" /> + <circle cx="5" cy="16" r="2" /> + <circle cx="19" cy="16" r="2" /> + <path d="M8 22l4-10 4 10" /> +</svg> + + diff --git a/icons/building-castle.svg b/icons/building-castle.svg new file mode 100644 index 00000000..0e07febe --- /dev/null +++ b/icons/building-castle.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-building-castle" 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="M15 19v-2a3 3 0 0 0 -6 0v2a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14h4v3h3v-3h4v3h3v-3h4v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" /> + <line x1="3" y1="11" x2="21" y2="11" /> +</svg> + + diff --git a/icons/building-fortress.svg b/icons/building-fortress.svg new file mode 100644 index 00000000..b2676d52 --- /dev/null +++ b/icons/building-fortress.svg @@ -0,0 +1,12 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-building-fortress" 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="M7 21h1a1 1 0 0 0 1 -1v-1h0a3 3 0 0 1 6 0m3 2h1a1 1 0 0 0 1 -1v-15l-3 -2l-3 2v6h-4v-6l-3 -2l-3 2v15a1 1 0 0 0 1 1h2m8 -2v1a1 1 0 0 0 1 1h2" /> + <path d="M7 7h0v.01" /> + <path d="M7 10h0v.01" /> + <path d="M7 13h0v.01" /> + <path d="M17 7h0v.01" /> + <path d="M17 10h0v.01" /> + <path d="M17 13h0v.01" /> +</svg> + + diff --git a/icons/building-lighthouse.svg b/icons/building-lighthouse.svg new file mode 100644 index 00000000..e9de41f8 --- /dev/null +++ b/icons/building-lighthouse.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-building-lighthouse" 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="M12 3l2 3l2 15h-8l2 -15z" /> + <line x1="8" y1="9" x2="16" y2="9" /> + <path d="M3 11l2 -2l-2 -2" /> + <path d="M21 11l-2 -2l2 -2" /> +</svg> + + diff --git a/icons/buldozer.svg b/icons/buldozer.svg new file mode 100644 index 00000000..12899b4f --- /dev/null +++ b/icons/buldozer.svg @@ -0,0 +1,13 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-buldozer" 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"/> + <circle cx="4" cy="17" r="2" /> + <circle cx="13" cy="17" r="2" /> + <path d="M18 13v6h3" /> + <line x1="13" y1="19" x2="4" y2="19" /> + <line x1="4" y1="15" x2="13" y2="15" /> + <path d="M8 12v-5h2a3 3 0 0 1 3 3v5" /> + <path d="M5 15v-2a1 1 0 0 1 1 -1h7" /> + <line x1="18" y1="17" x2="15" y2="17" /> +</svg> + + diff --git a/icons/golf.svg b/icons/golf.svg new file mode 100644 index 00000000..d4fb49d2 --- /dev/null +++ b/icons/golf.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-golf" 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="M12 18v-15l7 4l-7 4" /> + <path d="M9 17.67c-.62 .36 -1 .82 -1 1.33c0 1.1 1.8 2 4 2s4 -.9 4 -2c0 -.5 -.38 -.97 -1 -1.33" /> +</svg> + + diff --git a/icons/gps.svg b/icons/gps.svg index 399896d4..dedc2738 100644 --- a/icons/gps.svg +++ b/icons/gps.svg @@ -1,7 +1,7 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-gps" 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"/> - <circle cx="12" cy="12" r="8" /> - <path d="M12 8l-3 7.5 3-1.5 3 1.5z" /> + <circle cx="12" cy="12" r="9" /> + <path d="M12 17l-1 -4l-4 -1l9 -4z" /> </svg> diff --git a/icons/helicopter-landing.svg b/icons/helicopter-landing.svg new file mode 100644 index 00000000..60cde123 --- /dev/null +++ b/icons/helicopter-landing.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-helicopter-landing" 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"/> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <line x1="9" y1="8" x2="9" y2="16" /> + <line x1="9" y1="12" x2="15" y2="12" /> + <line x1="15" y1="8" x2="15" y2="16" /> +</svg> + + diff --git a/icons/helicopter.svg b/icons/helicopter.svg new file mode 100644 index 00000000..382554b3 --- /dev/null +++ b/icons/helicopter.svg @@ -0,0 +1,12 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-helicopter" 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 10l1 2h6" /> + <path d="M12 9a2 2 0 0 0 -2 2v3c0 1.1 .9 2 2 2h7a2 2 0 0 0 2 -2c0 -3.31 -3.13 -5 -7 -5h-2z" /> + <line x1="13" y1="9" x2="13" y2="6" /> + <line x1="5" y1="6" x2="20" y2="6" /> + <path d="M15 9.1v3.9h5.5" /> + <line x1="15" y1="19" x2="15" y2="16" /> + <line x1="19" y1="19" x2="11" y2="19" /> +</svg> + + diff --git a/icons/jump-rope.svg b/icons/jump-rope.svg new file mode 100644 index 00000000..80d1051b --- /dev/null +++ b/icons/jump-rope.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-jump-rope" 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="M6 14v-6a3 3 0 1 1 6 0v8a3 3 0 0 0 6 0v-6" /> + <rect x="16" y="3" width="4" height="7" rx="2" /> + <rect x="4" y="14" width="4" height="7" rx="2" /> +</svg> + + diff --git a/icons/mood-crazy-happy.svg b/icons/mood-crazy-happy.svg new file mode 100644 index 00000000..07111eab --- /dev/null +++ b/icons/mood-crazy-happy.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-mood-crazy-happy" 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"/> + <circle cx="12" cy="12" r="9" /> + <line x1="7" y1="8.5" x2="10" y2="11.5" /> + <path d="M7 11.5l3-3" /> + <line x1="14" y1="8.5" x2="17" y2="11.5" /> + <path d="M14 11.5l3-3" /> + <path d="M9.5 15a3.5 3.5 0 0 0 5 0" /> +</svg> + + diff --git a/icons/pool.svg b/icons/pool.svg new file mode 100644 index 00000000..9c7c6b3b --- /dev/null +++ b/icons/pool.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pool" 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="M2 20a2.4 2.4 0 0 0 2 1 2.4 2.4 0 002-1 2.4 2.4 0 012-1 2.4 2.4 0 012 1 2.4 2.4 0 002 1 2.4 2.4 0 002-1 2.4 2.4 0 012-1 2.4 2.4 0 012 1 2.4 2.4 0 002 1 2.4 2.4 0 002-1" /> + <path d="M2 16a2.4 2.4 0 0 0 2 1 2.4 2.4 0 002-1 2.4 2.4 0 012-1 2.4 2.4 0 012 1 2.4 2.4 0 002 1 2.4 2.4 0 002-1 2.4 2.4 0 012-1 2.4 2.4 0 012 1 2.4 2.4 0 002 1 2.4 2.4 0 002-1" /> + <path d="M15 12v-7.5a1.5 1.5 0 0 1 3 0" /> + <path d="M9 12v-7.5a1.5 1.5 0 0 0 -3 0" /> + <line x1="15" y1="5" x2="9" y2="5" /> + <line x1="9" y1="10" x2="15" y2="10" /> +</svg> + + diff --git a/icons/soccer-field.svg b/icons/soccer-field.svg new file mode 100644 index 00000000..73bb1bd8 --- /dev/null +++ b/icons/soccer-field.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-soccer-field" 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"/> + <circle cx="12" cy="12" r="3" /> + <path d="M3 9h3v6h-3z" /> + <path d="M18 9h3v6h-3z" /> + <rect x="3" y="5" width="18" height="14" rx="2" /> + <line x1="12" y1="5" x2="12" y2="19" /> +</svg> + + diff --git a/icons/speedboat.svg b/icons/speedboat.svg new file mode 100644 index 00000000..54520535 --- /dev/null +++ b/icons/speedboat.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-speedboat" 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 17h13.4a3 3 0 0 0 2.5 -1.34l3.1 -4.66h0h-6.23a4 4 0 0 0 -1.49 .29l-3.56 1.42a4 4 0 0 1 -1.49 .29h-3.73h0h-1l-1.5 4z" /> + <line x1="6" y1="13" x2="7.5" y2="8" /> + <path d="M6 8h8l2 3" /> +</svg> + + diff --git a/icons/sthetoscope.svg b/icons/sthetoscope.svg index 56a6edfe..34df0631 100644 --- a/icons/sthetoscope.svg +++ b/icons/sthetoscope.svg @@ -1,6 +1,6 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-sthetoscope" 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="M6 4h-1a2 2 0 0 0 -2 2v3.5h0a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1h0" /> + <path d="M6 4h-1a2 2 0 0 0 -2 2v3.5h0a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1" /> <path d="M8 15a6 6 0 1 0 12 0v-3" /> <path d="M11 3v2" /> <path d="M6 3v2" /> diff --git a/icons/submarine.svg b/icons/submarine.svg new file mode 100644 index 00000000..522df05d --- /dev/null +++ b/icons/submarine.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-submarine" 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 11v6h2l1 -1.5l3 1.5h10a3 3 0 0 0 0 -6h-10h0l-3 1.5l-1 -1.5h-2z" /> + <path d="M17 11l-1 -3h-5l-1 3" /> + <path d="M13 8v-2a1 1 0 0 1 1 -1h1" /> +</svg> + + diff --git a/icons/tank.svg b/icons/tank.svg new file mode 100644 index 00000000..0f7e3b49 --- /dev/null +++ b/icons/tank.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-tank" 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"/> + <rect x="2" y="12" width="18" height="6" rx="3" /> + <path d="M6 12l1 -5h5l3 5" /> + <line x1="21" y1="9" x2="13.2" y2="9" /> +</svg> + + diff --git a/icons/train.svg b/icons/train.svg new file mode 100644 index 00000000..c00f227e --- /dev/null +++ b/icons/train.svg @@ -0,0 +1,12 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-train" 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="M21 13c0 -3.87 -3.37 -7 -10 -7h-8" /> + <path d="M3 15h16a2 2 0 0 0 2 -2" /> + <path d="M3 6v5h17.5" /> + <line x1="3" y1="10" x2="3" y2="14" /> + <line x1="8" y1="11" x2="8" y2="6" /> + <line x1="13" y1="11" x2="13" y2="6.5" /> + <line x1="3" y1="19" x2="21" y2="19" /> +</svg> + + diff --git a/icons/wrecking-ball.svg b/icons/wrecking-ball.svg new file mode 100644 index 00000000..50b50e2e --- /dev/null +++ b/icons/wrecking-ball.svg @@ -0,0 +1,13 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-wrecking-ball" 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"/> + <circle cx="19" cy="13" r="2" /> + <circle cx="4" cy="17" r="2" /> + <circle cx="13" cy="17" r="2" /> + <line x1="13" y1="19" x2="4" y2="19" /> + <line x1="4" y1="15" x2="13" y2="15" /> + <path d="M8 12v-5h2a3 3 0 0 1 3 3v5" /> + <path d="M5 15v-2a1 1 0 0 1 1 -1h7" /> + <path d="M19 11v-7l-6 7" /> +</svg> + + |