aboutsummaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-01-08 00:15:41 +0100
committercodecalm <codecalm@gmail.com>2022-01-08 00:15:41 +0100
commit34b84932d5191d52e7d29962707c29eaccaff516 (patch)
treee24a5e0a3bdf4c089dd1e859ec1b4635aa08fa66 /icons
parentMerge remote-tracking branch 'origin/master' (diff)
downloadtabler-icons-34b84932d5191d52e7d29962707c29eaccaff516.tar.xz
Release 1.51.0v1.51.0
Diffstat (limited to 'icons')
-rw-r--r--icons/asterisk-simple.svg10
-rw-r--r--icons/asterisk.svg11
-rw-r--r--icons/browser-check.svg9
-rw-r--r--icons/browser-plus.svg10
-rw-r--r--icons/browser-x.svg10
-rw-r--r--icons/butterfly.svg8
-rw-r--r--icons/cloud-lock-open.svg8
-rw-r--r--icons/cloud-lock.svg8
-rw-r--r--icons/cone-2.svg7
-rw-r--r--icons/cone.svg7
-rw-r--r--icons/drop-circle.svg7
-rw-r--r--icons/elevator.svg8
-rw-r--r--icons/file-dollar.svg9
-rw-r--r--icons/file-euro.svg9
-rw-r--r--icons/ladder.svg11
-rw-r--r--icons/pentagon.svg6
-rw-r--r--icons/picture-in-picture-top.svg7
-rw-r--r--icons/rotate-dot.svg7
18 files changed, 152 insertions, 0 deletions
diff --git a/icons/asterisk-simple.svg b/icons/asterisk-simple.svg
new file mode 100644
index 00000000..0c4e72d5
--- /dev/null
+++ b/icons/asterisk-simple.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-asterisk-simple" 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 12v-9" />
+ <path d="M12 12l-9 -2.5" />
+ <path d="M12 12l9 -2.5" />
+ <path d="M12 12l6 8.5" />
+ <path d="M12 12l-6 8.5" />
+</svg>
+
+
diff --git a/icons/asterisk.svg b/icons/asterisk.svg
new file mode 100644
index 00000000..f9c5d33f
--- /dev/null
+++ b/icons/asterisk.svg
@@ -0,0 +1,11 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-asterisk" 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 12l8 -4.5" />
+ <path d="M12 12v9" />
+ <path d="M12 12l-8 -4.5" />
+ <path d="M12 12l8 4.5" />
+ <path d="M12 3v9" />
+ <path d="M12 12l-8 4.5" />
+</svg>
+
+
diff --git a/icons/browser-check.svg b/icons/browser-check.svg
new file mode 100644
index 00000000..e3111df6
--- /dev/null
+++ b/icons/browser-check.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-browser-check" 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="1" />
+ <path d="M4 8h16" />
+ <path d="M8 4v4" />
+ <path d="M9.5 14.5l1.5 1.5l3 -3" />
+</svg>
+
+
diff --git a/icons/browser-plus.svg b/icons/browser-plus.svg
new file mode 100644
index 00000000..730957ad
--- /dev/null
+++ b/icons/browser-plus.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-browser-plus" 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="1" />
+ <path d="M4 8h16" />
+ <path d="M8 4v4" />
+ <path d="M10 14h4" />
+ <path d="M12 12v4" />
+</svg>
+
+
diff --git a/icons/browser-x.svg b/icons/browser-x.svg
new file mode 100644
index 00000000..934c9afd
--- /dev/null
+++ b/icons/browser-x.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-browser-x" 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="1" />
+ <path d="M4 8h16" />
+ <path d="M8 4v4" />
+ <path d="M10 16l4 -4" />
+ <path d="M14 16l-4 -4" />
+</svg>
+
+
diff --git a/icons/butterfly.svg b/icons/butterfly.svg
new file mode 100644
index 00000000..3f446e74
--- /dev/null
+++ b/icons/butterfly.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-butterfly" 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="M11.995 18.176a3 3 0 1 1 -4.953 -2.449l-.025 .023a4.502 4.502 0 0 1 1.483 -8.75c1.414 0 2.675 .652 3.5 1.671a4.5 4.5 0 1 1 4.983 7.079a3 3 0 1 1 -4.983 2.25z" />
+ <path d="M12 19v-10" />
+ <path d="M9 3l3 2l3 -2" />
+</svg>
+
+
diff --git a/icons/cloud-lock-open.svg b/icons/cloud-lock-open.svg
new file mode 100644
index 00000000..17e7942e
--- /dev/null
+++ b/icons/cloud-lock-open.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-cloud-lock-open" 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="M19 18a3.5 3.5 0 0 0 0 -7h-1c.397 -1.768 -.285 -3.593 -1.788 -4.787c-1.503 -1.193 -3.6 -1.575 -5.5 -1s-3.315 2.019 -3.712 3.787c-2.199 -.088 -4.155 1.326 -4.666 3.373c-.512 2.047 .564 4.154 2.566 5.027" />
+ <rect x="8" y="15" width="8" height="5" rx="1" />
+ <path d="M10 15v-2a2 2 0 0 1 3.736 -.994" />
+</svg>
+
+
diff --git a/icons/cloud-lock.svg b/icons/cloud-lock.svg
new file mode 100644
index 00000000..a7214548
--- /dev/null
+++ b/icons/cloud-lock.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-cloud-lock" 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="M19 18a3.5 3.5 0 0 0 0 -7h-1c.397 -1.768 -.285 -3.593 -1.788 -4.787c-1.503 -1.193 -3.6 -1.575 -5.5 -1s-3.315 2.019 -3.712 3.787c-2.199 -.088 -4.155 1.326 -4.666 3.373c-.512 2.047 .564 4.154 2.566 5.027" />
+ <rect x="8" y="15" width="8" height="5" rx="1" />
+ <path d="M10 15v-2a2 2 0 1 1 4 0v2" />
+</svg>
+
+
diff --git a/icons/cone-2.svg b/icons/cone-2.svg
new file mode 100644
index 00000000..d57ec3c8
--- /dev/null
+++ b/icons/cone-2.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-cone-2" 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"/>
+ <ellipse cx="12" cy="7" rx="7" ry="3" />
+ <path d="M19 7v.5l-7 12.5l-7 -12.5v-.5" />
+</svg>
+
+
diff --git a/icons/cone.svg b/icons/cone.svg
new file mode 100644
index 00000000..05370b62
--- /dev/null
+++ b/icons/cone.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-cone" 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"/>
+ <ellipse transform="matrix(1 0 0 -1 0 34)" cx="12" cy="17" rx="7" ry="3" />
+ <path d="M19 17v-.5l-7 -12.5l-7 12.5v.5" />
+</svg>
+
+
diff --git a/icons/drop-circle.svg b/icons/drop-circle.svg
new file mode 100644
index 00000000..457ec70b
--- /dev/null
+++ b/icons/drop-circle.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-drop-circle" 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="M10.07 15.34c1.115 .88 2.74 .88 3.855 0c1.115 -.88 1.398 -2.388 .671 -3.575l-2.596 -3.765l-2.602 3.765c-.726 1.187 -.443 2.694 .672 3.575z" />
+ <circle cx="12" cy="12" r="9" />
+</svg>
+
+
diff --git a/icons/elevator.svg b/icons/elevator.svg
new file mode 100644
index 00000000..965f98ea
--- /dev/null
+++ b/icons/elevator.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-elevator" 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="5" y="4" width="14" height="16" rx="1" />
+ <path d="M10 10l2 -2l2 2" />
+ <path d="M10 14l2 2l2 -2" />
+</svg>
+
+
diff --git a/icons/file-dollar.svg b/icons/file-dollar.svg
new file mode 100644
index 00000000..8e16d30a
--- /dev/null
+++ b/icons/file-dollar.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-file-dollar" 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="M14 3v4a1 1 0 0 0 1 1h4" />
+ <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
+ <path d="M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />
+ <path d="M12 17v1m0 -8v1" />
+</svg>
+
+
diff --git a/icons/file-euro.svg b/icons/file-euro.svg
new file mode 100644
index 00000000..4ff2bb39
--- /dev/null
+++ b/icons/file-euro.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-file-euro" 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="M14 3v4a1 1 0 0 0 1 1h4" />
+ <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
+ <path d="M12 14h-3" />
+ <path d="M14.004 11.172a3 3 0 1 0 -.001 5.656" />
+</svg>
+
+
diff --git a/icons/ladder.svg b/icons/ladder.svg
new file mode 100644
index 00000000..c94f806b
--- /dev/null
+++ b/icons/ladder.svg
@@ -0,0 +1,11 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-ladder" 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="M8 3v18" />
+ <path d="M16 3v18" />
+ <path d="M8 14h8" />
+ <path d="M8 10h8" />
+ <path d="M8 6h8" />
+ <path d="M8 18h8" />
+</svg>
+
+
diff --git a/icons/pentagon.svg b/icons/pentagon.svg
new file mode 100644
index 00000000..400064d9
--- /dev/null
+++ b/icons/pentagon.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pentagon" 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="M13.2 3.394l7.033 5.237a2 2 0 0 1 .7 2.247l-2.973 8.764a2 2 0 0 1 -1.894 1.358h-8.12a2 2 0 0 1 -1.9 -1.373l-2.896 -8.765a2 2 0 0 1 .696 -2.225l6.958 -5.237a2 2 0 0 1 2.397 -.006z" />
+</svg>
+
+
diff --git a/icons/picture-in-picture-top.svg b/icons/picture-in-picture-top.svg
new file mode 100644
index 00000000..e5fa9538
--- /dev/null
+++ b/icons/picture-in-picture-top.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-picture-in-picture-top" 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="M11 5h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-4" />
+ <rect transform="matrix(1 0 0 -1 0 15)" x="14" y="5" width="7" height="5" rx="1" />
+</svg>
+
+
diff --git a/icons/rotate-dot.svg b/icons/rotate-dot.svg
new file mode 100644
index 00000000..fc7dfb37
--- /dev/null
+++ b/icons/rotate-dot.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-rotate-dot" 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="M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5" />
+ <circle cx="12" cy="12" r="1" />
+</svg>
+
+