aboutsummaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-07-09 17:39:44 +0200
committercodecalm <codecalm@gmail.com>2022-07-09 17:39:44 +0200
commit6678c10014de83e7052669f2bb4d5ae5529fd736 (patch)
treec7f33133f3360126c5f4872ed6de01a2217e8168 /icons
parent18 new icons: `ampersand`, `arrow-guide`, `arrow-roundabout-left`, `arrow-rou... (diff)
downloadtabler-icons-6678c10014de83e7052669f2bb4d5ae5529fd736.tar.xz
Release 1.73.0v1.73.0
Diffstat (limited to 'icons')
-rw-r--r--icons/ampersand.svg6
-rw-r--r--icons/arrow-guide.svg8
-rw-r--r--icons/arrow-roundabout-left.svg7
-rw-r--r--icons/arrow-roundabout-right.svg7
-rw-r--r--icons/arrows-move-horizontal.svg9
-rw-r--r--icons/arrows-move-vertical.svg9
-rw-r--r--icons/arrows-move.svg13
-rw-r--r--icons/brand-amazon.svg9
-rw-r--r--icons/brand-appgallery.svg7
-rw-r--r--icons/brand-google-one.svg7
-rw-r--r--icons/device-camera-phone.svg8
-rw-r--r--icons/stack-pop.svg9
-rw-r--r--icons/stack-push.svg9
-rw-r--r--icons/sun-high.svg14
-rw-r--r--icons/sun-low.svg14
-rw-r--r--icons/sun-wind.svg14
-rw-r--r--icons/sunglasses.svg12
-rw-r--r--icons/sunset-2.svg14
18 files changed, 176 insertions, 0 deletions
diff --git a/icons/ampersand.svg b/icons/ampersand.svg
new file mode 100644
index 00000000..0a6577a8
--- /dev/null
+++ b/icons/ampersand.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-ampersand" 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 20l-10.403 -10.972a2.948 2.948 0 0 1 0 -4.165a2.94 2.94 0 0 1 4.161 0a2.948 2.948 0 0 1 0 4.165l-4.68 4.687a3.685 3.685 0 0 0 0 5.207a3.675 3.675 0 0 0 5.2 0l5.722 -5.922" />
+</svg>
+
+
diff --git a/icons/arrow-guide.svg b/icons/arrow-guide.svg
new file mode 100644
index 00000000..6990f6ef
--- /dev/null
+++ b/icons/arrow-guide.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-guide" 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="5" cy="19" r="2" />
+ <path d="M7 19h3a2 2 0 0 0 2 -2v-8a2 2 0 0 1 2 -2h7" />
+ <path d="M18 4l3 3l-3 3" />
+</svg>
+
+
diff --git a/icons/arrow-roundabout-left.svg b/icons/arrow-roundabout-left.svg
new file mode 100644
index 00000000..817c5e89
--- /dev/null
+++ b/icons/arrow-roundabout-left.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-roundabout-left" 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 9h8a5 5 0 1 1 5 5v7" />
+ <path d="M7 5l-4 4l4 4" />
+</svg>
+
+
diff --git a/icons/arrow-roundabout-right.svg b/icons/arrow-roundabout-right.svg
new file mode 100644
index 00000000..b161c674
--- /dev/null
+++ b/icons/arrow-roundabout-right.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-roundabout-right" 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 9h-8a5 5 0 1 0 -5 5v7" />
+ <path d="M17 5l4 4l-4 4" />
+</svg>
+
+
diff --git a/icons/arrows-move-horizontal.svg b/icons/arrows-move-horizontal.svg
new file mode 100644
index 00000000..4dcf785a
--- /dev/null
+++ b/icons/arrows-move-horizontal.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-move-horizontal" 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="M18 9l3 3l-3 3" />
+ <path d="M15 12h6" />
+ <path d="M6 9l-3 3l3 3" />
+ <path d="M3 12h6" />
+</svg>
+
+
diff --git a/icons/arrows-move-vertical.svg b/icons/arrows-move-vertical.svg
new file mode 100644
index 00000000..101f16e9
--- /dev/null
+++ b/icons/arrows-move-vertical.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-move-vertical" 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="M9 18l3 3l3 -3" />
+ <path d="M12 15v6" />
+ <path d="M15 6l-3 -3l-3 3" />
+ <path d="M12 3v6" />
+</svg>
+
+
diff --git a/icons/arrows-move.svg b/icons/arrows-move.svg
new file mode 100644
index 00000000..4b4b9868
--- /dev/null
+++ b/icons/arrows-move.svg
@@ -0,0 +1,13 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-move" 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="M18 9l3 3l-3 3" />
+ <path d="M15 12h6" />
+ <path d="M6 9l-3 3l3 3" />
+ <path d="M3 12h6" />
+ <path d="M9 18l3 3l3 -3" />
+ <path d="M12 15v6" />
+ <path d="M15 6l-3 -3l-3 3" />
+ <path d="M12 3v6" />
+</svg>
+
+
diff --git a/icons/brand-amazon.svg b/icons/brand-amazon.svg
new file mode 100644
index 00000000..f9bc4c43
--- /dev/null
+++ b/icons/brand-amazon.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-amazon" 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 6c.5 -2 2 -3 4.089 -3c2.441 .08 3.93 1.557 3.911 3.667v5.5c0 .903 1.04 1.833 2 1.833" />
+ <path d="M15 8.13c-14.133 -1.558 -6.545 11.61 0 2.82" />
+ <path d="M19.877 22l2.123 -4l-4 -1" />
+ <path d="M22 18.01c-3.05 1.966 -6.493 2.996 -9.993 2.99c-3.507 .006 -6.953 -1.027 -10.007 -3" />
+</svg>
+
+
diff --git a/icons/brand-appgallery.svg b/icons/brand-appgallery.svg
new file mode 100644
index 00000000..2e0a0358
--- /dev/null
+++ b/icons/brand-appgallery.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-appgallery" 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="4" />
+ <path d="M9 8a3 3 0 0 0 6 0" />
+</svg>
+
+
diff --git a/icons/brand-google-one.svg b/icons/brand-google-one.svg
new file mode 100644
index 00000000..f4d1cc0b
--- /dev/null
+++ b/icons/brand-google-one.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-google-one" 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 4.998v13.982a1.998 1.998 0 0 0 3.995 0v-13.982a1.998 1.998 0 1 0 -3.995 0z" />
+ <path d="M6.63 8.407a2.125 2.125 0 0 0 -.074 2.944c.77 .834 2.051 .869 2.862 .077l4.95 -4.834c.812 -.792 .846 -2.11 .076 -2.945a1.984 1.984 0 0 0 -2.861 -.077l-4.953 4.835z" />
+</svg>
+
+
diff --git a/icons/device-camera-phone.svg b/icons/device-camera-phone.svg
new file mode 100644
index 00000000..9d758353
--- /dev/null
+++ b/icons/device-camera-phone.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-device-camera-phone" 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="18.5" cy="8.5" r="2.5" />
+ <path d="M13 7h-8a2 2 0 0 0 -2 2v7a2 2 0 0 0 2 2h13a2 2 0 0 0 2 -2v-2" />
+ <path d="M17 15v-1" />
+</svg>
+
+
diff --git a/icons/stack-pop.svg b/icons/stack-pop.svg
new file mode 100644
index 00000000..620f25d8
--- /dev/null
+++ b/icons/stack-pop.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-stack-pop" 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 9.5l-3 1.5l8 4l8 -4l-2.999 -1.5" />
+ <path d="M4 15l8 4l8 -4" />
+ <path d="M12 11v-7" />
+ <path d="M9 7l3 -3l3 3" />
+</svg>
+
+
diff --git a/icons/stack-push.svg b/icons/stack-push.svg
new file mode 100644
index 00000000..10ab434e
--- /dev/null
+++ b/icons/stack-push.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-stack-push" 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 10l-2 1l8 4l8 -4l-2 -1" />
+ <path d="M4 15l8 4l8 -4" />
+ <path d="M12 4v7" />
+ <path d="M15 8l-3 3l-3 -3" />
+</svg>
+
+
diff --git a/icons/sun-high.svg b/icons/sun-high.svg
new file mode 100644
index 00000000..adf18d3a
--- /dev/null
+++ b/icons/sun-high.svg
@@ -0,0 +1,14 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-sun-high" 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.828 14.828a4 4 0 1 0 -5.656 -5.656a4 4 0 0 0 5.656 5.656z" />
+ <path d="M6.343 17.657l-1.414 1.414" />
+ <path d="M6.343 6.343l-1.414 -1.414" />
+ <path d="M17.657 6.343l1.414 -1.414" />
+ <path d="M17.657 17.657l1.414 1.414" />
+ <path d="M4 12h-2" />
+ <path d="M12 4v-2" />
+ <path d="M20 12h2" />
+ <path d="M12 20v2" />
+</svg>
+
+
diff --git a/icons/sun-low.svg b/icons/sun-low.svg
new file mode 100644
index 00000000..df131d6d
--- /dev/null
+++ b/icons/sun-low.svg
@@ -0,0 +1,14 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-sun-low" 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="4" />
+ <path d="M4 12h.01" />
+ <path d="M12 4v.01" />
+ <path d="M20 12h.01" />
+ <path d="M12 20v.01" />
+ <path d="M6.31 6.31l-.01 -.01" />
+ <path d="M17.71 6.31l-.01 -.01" />
+ <path d="M17.7 17.7l.01 .01" />
+ <path d="M6.3 17.7l.01 .01" />
+</svg>
+
+
diff --git a/icons/sun-wind.svg b/icons/sun-wind.svg
new file mode 100644
index 00000000..0bc49886
--- /dev/null
+++ b/icons/sun-wind.svg
@@ -0,0 +1,14 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-sun-wind" 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.468 10.005a4 4 0 1 0 -5.466 5.46" />
+ <path d="M2 12h1" />
+ <path d="M11 3v1" />
+ <path d="M11 20v1" />
+ <path d="M4.6 5.6l.7 .7" />
+ <path d="M17.4 5.6l-.7 .7" />
+ <path d="M5.3 17.7l-.7 .7" />
+ <path d="M15 13h5a2 2 0 1 0 0 -4" />
+ <path d="M12 16h5.714l.253 -.004a2.004 2.004 0 0 1 2.033 2.004a2 2 0 0 1 -2 2h-.286" />
+</svg>
+
+
diff --git a/icons/sunglasses.svg b/icons/sunglasses.svg
new file mode 100644
index 00000000..686bd714
--- /dev/null
+++ b/icons/sunglasses.svg
@@ -0,0 +1,12 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-sunglasses" 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 4h-2l-3 10" />
+ <path d="M16 4h2l3 10" />
+ <path d="M10 16h4" />
+ <path d="M21 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" />
+ <path d="M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" />
+ <path d="M4 14l4.5 4.5" />
+ <path d="M15 14l4.5 4.5" />
+</svg>
+
+
diff --git a/icons/sunset-2.svg b/icons/sunset-2.svg
new file mode 100644
index 00000000..3ad550fc
--- /dev/null
+++ b/icons/sunset-2.svg
@@ -0,0 +1,14 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-sunset-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"/>
+ <path d="M3 13h1" />
+ <path d="M20 13h1" />
+ <path d="M5.6 6.6l.7 .7" />
+ <path d="M18.4 6.6l-.7 .7" />
+ <path d="M8 13a4 4 0 1 1 8 0" />
+ <path d="M3 17h18" />
+ <path d="M7 20h5" />
+ <path d="M16 20h1" />
+ <path d="M12 5v-1" />
+</svg>
+
+