aboutsummaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2021-04-27 00:14:39 +0200
committercodecalm <codecalm@gmail.com>2021-04-27 00:14:39 +0200
commitfb0a9239b7f75c141edf0502255115f9e7efe1d9 (patch)
treefd03ac176261652eddfbd2d867f73a848c523763 /icons
parent18 new icons: `ad-2`, `angle`, `apple`, `border-style-2`, `box-model-2`, `bra... (diff)
downloadtabler-icons-fb0a9239b7f75c141edf0502255115f9e7efe1d9.tar.xz
Release 1.41.0v1.41.0
Diffstat (limited to 'icons')
-rw-r--r--icons/ad-2.svg11
-rw-r--r--icons/angle.svg10
-rw-r--r--icons/apple.svg8
-rw-r--r--icons/border-style-2.svg14
-rw-r--r--icons/box-model-2.svg7
-rw-r--r--icons/brand-vercel.svg6
-rw-r--r--icons/car-crane.svg12
-rw-r--r--icons/cheese.svg10
-rw-r--r--icons/crane.svg9
-rw-r--r--icons/cup.svg9
-rw-r--r--icons/dog-bowl.svg8
-rw-r--r--icons/fence.svg8
-rw-r--r--icons/fish.svg9
-rw-r--r--icons/microphone-2.svg7
-rw-r--r--icons/radio.svg10
-rw-r--r--icons/soup.svg10
-rw-r--r--icons/transfer-in.svg8
-rw-r--r--icons/transfer-out.svg8
18 files changed, 164 insertions, 0 deletions
diff --git a/icons/ad-2.svg b/icons/ad-2.svg
new file mode 100644
index 00000000..02b6003f
--- /dev/null
+++ b/icons/ad-2.svg
@@ -0,0 +1,11 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-ad-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="M11.933 5h-6.933v16h13v-8" />
+ <path d="M14 17h-5" />
+ <path d="M9 13h5v-4h-5z" />
+ <path d="M15 5v-2" />
+ <path d="M18 6l2 -2" />
+ <path d="M19 9h2" />
+</svg>
+
+
diff --git a/icons/angle.svg b/icons/angle.svg
new file mode 100644
index 00000000..9f711626
--- /dev/null
+++ b/icons/angle.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-angle" 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 19h-18l9 -15" />
+ <path d="M20.615 15.171h.015" />
+ <path d="M19.515 11.771h.015" />
+ <path d="M17.715 8.671h.015" />
+ <path d="M15.415 5.971h.015" />
+</svg>
+
+
diff --git a/icons/apple.svg b/icons/apple.svg
new file mode 100644
index 00000000..d1ca4b0e
--- /dev/null
+++ b/icons/apple.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-apple" 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="14" r="7" />
+ <path d="M12 11v-6a2 2 0 0 1 2 -2h2v1a2 2 0 0 1 -2 2h-2" />
+ <path d="M10 10.5c1.333 .667 2.667 .667 4 0" />
+</svg>
+
+
diff --git a/icons/border-style-2.svg b/icons/border-style-2.svg
new file mode 100644
index 00000000..0b6077c1
--- /dev/null
+++ b/icons/border-style-2.svg
@@ -0,0 +1,14 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-border-style-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="M4 18v.01" />
+ <path d="M8 18v.01" />
+ <path d="M12 18v.01" />
+ <path d="M16 18v.01" />
+ <path d="M20 18v.01" />
+ <path d="M18 12h2" />
+ <path d="M11 12h2" />
+ <path d="M4 12h2" />
+ <path d="M4 6h16" />
+</svg>
+
+
diff --git a/icons/box-model-2.svg b/icons/box-model-2.svg
new file mode 100644
index 00000000..5a7b8272
--- /dev/null
+++ b/icons/box-model-2.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-box-model-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="M8 8h8v8h-8z" />
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+</svg>
+
+
diff --git a/icons/brand-vercel.svg b/icons/brand-vercel.svg
new file mode 100644
index 00000000..60a7cbd3
--- /dev/null
+++ b/icons/brand-vercel.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-vercel" 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 19h18l-9 -15z" />
+</svg>
+
+
diff --git a/icons/car-crane.svg b/icons/car-crane.svg
new file mode 100644
index 00000000..ae989db8
--- /dev/null
+++ b/icons/car-crane.svg
@@ -0,0 +1,12 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-car-crane" 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="17" r="2" />
+ <circle cx="17" cy="17" r="2" />
+ <path d="M7 18h8m4 0h2v-6a5 5 0 0 0 -5 -5h-1l1.5 5h4.5" />
+ <path d="M12 18v-11h3" />
+ <path d="M3 17v-5h9" />
+ <path d="M4 12v-6l18 -3v2" />
+ <path d="M8 12v-4l-4 -2" />
+</svg>
+
+
diff --git a/icons/cheese.svg b/icons/cheese.svg
new file mode 100644
index 00000000..fba5f64d
--- /dev/null
+++ b/icons/cheese.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-cheese" 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="M4.519 20.008l16.481 -.008v-3.5a2 2 0 1 1 0 -4v-3.5h-16.722" />
+ <path d="M21 9l-9.385 -4.992c-2.512 .12 -4.758 1.42 -6.327 3.425c-1.423 1.82 -2.288 4.221 -2.288 6.854c0 2.117 .56 4.085 1.519 5.721" />
+ <path d="M15 13v.01" />
+ <path d="M8 13v.01" />
+ <path d="M11 16v.01" />
+</svg>
+
+
diff --git a/icons/crane.svg b/icons/crane.svg
new file mode 100644
index 00000000..917a9e1a
--- /dev/null
+++ b/icons/crane.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-crane" 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 21h6" />
+ <path d="M9 21v-18l-6 6h18" />
+ <path d="M9 3l10 6" />
+ <path d="M17 9v4a2 2 0 1 1 -2 2" />
+</svg>
+
+
diff --git a/icons/cup.svg b/icons/cup.svg
new file mode 100644
index 00000000..96ab46a8
--- /dev/null
+++ b/icons/cup.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-cup" 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="M5 11h14v-3h-14z" />
+ <path d="M17.5 11l-1.5 10h-8l-1.5 -10" />
+ <path d="M6 8v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1" />
+ <path d="M15 5v-2" />
+</svg>
+
+
diff --git a/icons/dog-bowl.svg b/icons/dog-bowl.svg
new file mode 100644
index 00000000..133d3917
--- /dev/null
+++ b/icons/dog-bowl.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-dog-bowl" 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 15l5.586 -5.585a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-3.587 3.586" />
+ <path d="M12 13l-3.586 -3.585a2 2 0 1 0 -3.414 -1.415a2 2 0 1 0 1.413 3.414l3.587 3.586" />
+ <path d="M3 20h18c-.175 -1.671 -.046 -3.345 -2 -5h-14c-1.333 1 -2 2.667 -2 5z" />
+</svg>
+
+
diff --git a/icons/fence.svg b/icons/fence.svg
new file mode 100644
index 00000000..07d5af2b
--- /dev/null
+++ b/icons/fence.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-fence" 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="M4 12v4h16v-4z" />
+ <path d="M6 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6" />
+ <path d="M14 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6" />
+</svg>
+
+
diff --git a/icons/fish.svg b/icons/fish.svg
new file mode 100644
index 00000000..8258a3a5
--- /dev/null
+++ b/icons/fish.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-fish" 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="M16.69 7.44a6.973 6.973 0 0 0 -1.69 4.56c0 1.747 .64 3.345 1.699 4.571" />
+ <path d="M2 9.504c7.715 8.647 14.75 10.265 20 2.498c-5.25 -7.761 -12.285 -6.142 -20 2.504" />
+ <path d="M18 11v.01" />
+ <path d="M11.5 10.5c-.667 1 -.667 2 0 3" />
+</svg>
+
+
diff --git a/icons/microphone-2.svg b/icons/microphone-2.svg
new file mode 100644
index 00000000..1e87d914
--- /dev/null
+++ b/icons/microphone-2.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-microphone-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="M15.002 12.9a5 5 0 1 0 -3.902 -3.9" />
+ <path d="M15.002 12.9l-3.902 -3.899l-7.513 8.584a2 2 0 1 0 2.827 2.83l8.588 -7.515z" />
+</svg>
+
+
diff --git a/icons/radio.svg b/icons/radio.svg
new file mode 100644
index 00000000..31890747
--- /dev/null
+++ b/icons/radio.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-radio" 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 3l-9.371 3.749a1 1 0 0 0 -.629 .928v11.323a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-11a1 1 0 0 0 -1 -1h-14.5" />
+ <path d="M4 12h16" />
+ <path d="M7 12v-2" />
+ <path d="M17 16v.01" />
+ <path d="M13 16v.01" />
+</svg>
+
+
diff --git a/icons/soup.svg b/icons/soup.svg
new file mode 100644
index 00000000..854364f8
--- /dev/null
+++ b/icons/soup.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-soup" 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 19h18" />
+ <path d="M3 11h18a8 8 0 0 1 -8 8h-2a8 8 0 0 1 -8 -8z" />
+ <path d="M9 8v-3" />
+ <path d="M12 5v3" />
+ <path d="M15 5v3" />
+</svg>
+
+
diff --git a/icons/transfer-in.svg b/icons/transfer-in.svg
new file mode 100644
index 00000000..912b9607
--- /dev/null
+++ b/icons/transfer-in.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-transfer-in" 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="M4 18v3h16v-14l-8 -4l-8 4v3" />
+ <path d="M4 14h9" />
+ <path d="M10 11l3 3l-3 3" />
+</svg>
+
+
diff --git a/icons/transfer-out.svg b/icons/transfer-out.svg
new file mode 100644
index 00000000..10238a6e
--- /dev/null
+++ b/icons/transfer-out.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-transfer-out" 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="M4 19v2h16v-14l-8 -4l-8 4v2" />
+ <path d="M13 14h-9" />
+ <path d="M7 11l-3 3l3 3" />
+</svg>
+
+