aboutsummaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-08-21 18:37:38 +0200
committercodecalm <codecalm@gmail.com>2020-08-21 18:37:38 +0200
commit0c726fb0a1a387728166a5f863fe7f4aecf8593a (patch)
treea15e55e275f6bdedfe14c016795ed1aabdf25abe /icons
parentMerge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons (diff)
downloadtabler-icons-0c726fb0a1a387728166a5f863fe7f4aecf8593a.tar.xz
Release 1.14.0v1.14.0
Diffstat (limited to 'icons')
-rw-r--r--icons/caravan.svg9
-rw-r--r--icons/gas-station.svg10
-rw-r--r--icons/keyboard-hide.svg14
-rw-r--r--icons/keyboard-show.svg14
-rw-r--r--icons/keyboard.svg16
-rw-r--r--icons/mars.svg9
-rw-r--r--icons/page-break.svg9
-rw-r--r--icons/run.svg9
-rw-r--r--icons/sailboat.svg9
-rw-r--r--icons/ship.svg9
-rw-r--r--icons/swiming.svg8
-rw-r--r--icons/venus.svg8
-rw-r--r--icons/walk.svg9
13 files changed, 125 insertions, 8 deletions
diff --git a/icons/caravan.svg b/icons/caravan.svg
new file mode 100644
index 0000000..27fd8a0
--- /dev/null
+++ b/icons/caravan.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-caravan" 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"/>
+ <circle cx="11" cy="17" r="2" />
+ <path d="M21 17h-8" />
+ <path d="M9 17h-5a1 1 0 0 1 -1 -1v-9a2 2 0 0 1 2 -2h10l4 4v8" />
+ <rect x="6" y="8" width="6" height="4" rx="1" />
+</svg>
+
+
diff --git a/icons/gas-station.svg b/icons/gas-station.svg
new file mode 100644
index 0000000..672bcda
--- /dev/null
+++ b/icons/gas-station.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-gas-station" 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"/>
+ <path d="M13 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3" />
+ <line x1="4" y1="19" x2="14" y2="19" />
+ <line x1="5" y1="11" x2="13" y2="11" />
+ <path d="M5 19v-12a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v12" />
+ <path d="M17 7v1a1 1 0 0 0 1 1h1" />
+</svg>
+
+
diff --git a/icons/keyboard-hide.svg b/icons/keyboard-hide.svg
new file mode 100644
index 0000000..e286a1b
--- /dev/null
+++ b/icons/keyboard-hide.svg
@@ -0,0 +1,14 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-keyboard-hide" 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"/>
+ <rect x="2" y="3" width="20" height="12" rx="2" />
+ <line x1="6" y1="7" x2="6" y2="7" />
+ <line x1="10" y1="7" x2="10" y2="7" />
+ <line x1="14" y1="7" x2="14" y2="7" />
+ <line x1="18" y1="7" x2="18" y2="7" />
+ <line x1="6" y1="11" x2="6" y2="11.01" />
+ <line x1="18" y1="11" x2="18" y2="11.01" />
+ <line x1="10" y1="11" x2="14" y2="11" />
+ <path d="M10 21l2 -2l2 2" />
+</svg>
+
+
diff --git a/icons/keyboard-show.svg b/icons/keyboard-show.svg
new file mode 100644
index 0000000..4e92e37
--- /dev/null
+++ b/icons/keyboard-show.svg
@@ -0,0 +1,14 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-keyboard-show" 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"/>
+ <rect x="2" y="3" width="20" height="12" rx="2" />
+ <line x1="6" y1="7" x2="6" y2="7" />
+ <line x1="10" y1="7" x2="10" y2="7" />
+ <line x1="14" y1="7" x2="14" y2="7" />
+ <line x1="18" y1="7" x2="18" y2="7" />
+ <line x1="6" y1="11" x2="6" y2="11.01" />
+ <line x1="18" y1="11" x2="18" y2="11.01" />
+ <line x1="10" y1="11" x2="14" y2="11" />
+ <path d="M10 19l2 2l2 -2" />
+</svg>
+
+
diff --git a/icons/keyboard.svg b/icons/keyboard.svg
index 9482f83..7cefbda 100644
--- a/icons/keyboard.svg
+++ b/icons/keyboard.svg
@@ -1,13 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-keyboard" 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"/>
- <rect x="3" y="4" width="18" height="16" rx="2" />
- <line x1="7" y1="8" x2="7" y2="8.01" />
- <line x1="12" y1="8" x2="12" y2="8.01" />
- <line x1="17" y1="8" x2="17" y2="8.01" />
- <line x1="7" y1="12" x2="7" y2="12.01" />
- <line x1="12" y1="12" x2="12" y2="12.01" />
- <line x1="17" y1="12" x2="17" y2="12.01" />
- <line x1="7" y1="16" x2="17" y2="16" />
+ <rect x="2" y="6" width="20" height="12" rx="2" />
+ <line x1="6" y1="10" x2="6" y2="10" />
+ <line x1="10" y1="10" x2="10" y2="10" />
+ <line x1="14" y1="10" x2="14" y2="10" />
+ <line x1="18" y1="10" x2="18" y2="10" />
+ <line x1="6" y1="14" x2="6" y2="14.01" />
+ <line x1="18" y1="14" x2="18" y2="14.01" />
+ <line x1="10" y1="14" x2="14" y2="14" />
</svg>
diff --git a/icons/mars.svg b/icons/mars.svg
new file mode 100644
index 0000000..1c2a55d
--- /dev/null
+++ b/icons/mars.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-mars" 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"/>
+ <circle cx="10" cy="14" r="5" />
+ <line x1="19" y1="5" x2="13.6" y2="10.4" />
+ <path d="M19 5h-5" />
+ <line x1="19" y1="5" x2="19" y2="10" />
+</svg>
+
+
diff --git a/icons/page-break.svg b/icons/page-break.svg
new file mode 100644
index 0000000..4a9d6ea
--- /dev/null
+++ b/icons/page-break.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-page-break" 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"/>
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
+ <path d="M19 18v1a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-1" />
+ <path d="M3 14h3m4.5 0h3m4.5 0h3" />
+ <path d="M5 10v-5a2 2 0 0 1 2 -2h7l5 5v2" />
+</svg>
+
+
diff --git a/icons/run.svg b/icons/run.svg
new file mode 100644
index 0000000..d63e407
--- /dev/null
+++ b/icons/run.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-run" 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"/>
+ <circle cx="13" cy="4" r="1" />
+ <path d="M4 17l5 1l.75 -1.5" />
+ <path d="M15 21l0 -4l-4 -3l1 -6" />
+ <path d="M7 12l0 -3l5 -1l3 3l3 1" />
+</svg>
+
+
diff --git a/icons/sailboat.svg b/icons/sailboat.svg
new file mode 100644
index 0000000..fa71082
--- /dev/null
+++ b/icons/sailboat.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-sailboat" 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"/>
+ <path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" />
+ <path d="M4 18l-1 -3h18l-1 3" />
+ <path d="M11 12h7l-7 -9v9" />
+ <line x1="8" y1="7" x2="6" y2="12" />
+</svg>
+
+
diff --git a/icons/ship.svg b/icons/ship.svg
new file mode 100644
index 0000000..1f72d1f
--- /dev/null
+++ b/icons/ship.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-ship" 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"/>
+ <path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" />
+ <path d="M4 18l-1 -5h18l-2 4" />
+ <path d="M5 13v-6h8l4 6" />
+ <path d="M7 7v-4h-1" />
+</svg>
+
+
diff --git a/icons/swiming.svg b/icons/swiming.svg
new file mode 100644
index 0000000..f475e62
--- /dev/null
+++ b/icons/swiming.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-swiming" 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"/>
+ <circle cx="16" cy="9" r="1" />
+ <path d="M6 11l4 -2l3.5 3l-1.5 2" />
+ <path d="M3 16.75a2.4 2.4 0 0 0 1 .25a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1 -.25" />
+</svg>
+
+
diff --git a/icons/venus.svg b/icons/venus.svg
new file mode 100644
index 0000000..4aa6d50
--- /dev/null
+++ b/icons/venus.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-venus" 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"/>
+ <circle cx="12" cy="9" r="5" />
+ <line x1="12" y1="14" x2="12" y2="21" />
+ <line x1="9" y1="18" x2="15" y2="18" />
+</svg>
+
+
diff --git a/icons/walk.svg b/icons/walk.svg
new file mode 100644
index 0000000..8b7b21a
--- /dev/null
+++ b/icons/walk.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-walk" 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"/>
+ <circle cx="13" cy="4" r="1" />
+ <line x1="7" y1="21" x2="10" y2="17" />
+ <path d="M16 21l-2 -4l-3 -3l1 -6" />
+ <path d="M6 12l2 -3l4 -1l3 3l3 1" />
+</svg>
+
+