aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-03-30 01:30:45 +0200
committercodecalm <codecalm@gmail.com>2022-03-30 01:30:45 +0200
commit0e7809ea505afd6f6aee83cb2642d437cbca4714 (patch)
tree739749ca5547fe9568e500e88d09d779c75f29d3 /icons-react/icons-js
parent18 new icons: `bluetooth-x`, `building-factory-2`, `cell-signal-1`, `cell-sig... (diff)
downloadtabler-icons-0e7809ea505afd6f6aee83cb2642d437cbca4714.tar.xz
Release 1.60.0v1.60.0
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/bluetooth-x.js12
-rw-r--r--icons-react/icons-js/building-factory-2.js12
-rw-r--r--icons-react/icons-js/cell-signal-1.js12
-rw-r--r--icons-react/icons-js/cell-signal-2.js12
-rw-r--r--icons-react/icons-js/cell-signal-3.js12
-rw-r--r--icons-react/icons-js/cell-signal-4.js12
-rw-r--r--icons-react/icons-js/cell-signal-5.js12
-rw-r--r--icons-react/icons-js/cell-signal-off.js12
-rw-r--r--icons-react/icons-js/clipboard-text.js12
-rw-r--r--icons-react/icons-js/currency-baht.js12
-rw-r--r--icons-react/icons-js/dice-1.js12
-rw-r--r--icons-react/icons-js/dice-2.js12
-rw-r--r--icons-react/icons-js/dice-3.js12
-rw-r--r--icons-react/icons-js/dice-4.js12
-rw-r--r--icons-react/icons-js/dice-5.js12
-rw-r--r--icons-react/icons-js/dice-6.js12
-rw-r--r--icons-react/icons-js/hand-grab.js12
-rw-r--r--icons-react/icons-js/hourglass-high.js12
-rw-r--r--icons-react/icons-js/hourglass-low.js12
19 files changed, 228 insertions, 0 deletions
diff --git a/icons-react/icons-js/bluetooth-x.js b/icons-react/icons-js/bluetooth-x.js
new file mode 100644
index 00000000..6df843d1
--- /dev/null
+++ b/icons-react/icons-js/bluetooth-x.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBluetoothX({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bluetooth-x" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M7 8l10 8l-5 4v-16l1.003 .802m0 6.396l-6.003 4.802" /><path d="M16 6l4 4" /><path d="M20 6l-4 4" /></svg>;
+}
+
+export default IconBluetoothX; \ No newline at end of file
diff --git a/icons-react/icons-js/building-factory-2.js b/icons-react/icons-js/building-factory-2.js
new file mode 100644
index 00000000..437ac787
--- /dev/null
+++ b/icons-react/icons-js/building-factory-2.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBuildingFactory2({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-building-factory-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M3 21h18" /><path d="M5 21v-12l5 4v-4l5 4h4" /><path d="M19 21v-8l-1.436 -9.574a0.5 .5 0 0 0 -.495 -.426h-1.145a0.5 .5 0 0 0 -.494 .418l-1.43 8.582" /><path d="M9 17h1" /><path d="M14 17h1" /></svg>;
+}
+
+export default IconBuildingFactory2; \ No newline at end of file
diff --git a/icons-react/icons-js/cell-signal-1.js b/icons-react/icons-js/cell-signal-1.js
new file mode 100644
index 00000000..a78c019b
--- /dev/null
+++ b/icons-react/icons-js/cell-signal-1.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCellSignal1({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cell-signal-1" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a0.731 .731 0 0 1 1.249 .517v15.269z" /></svg>;
+}
+
+export default IconCellSignal1; \ No newline at end of file
diff --git a/icons-react/icons-js/cell-signal-2.js b/icons-react/icons-js/cell-signal-2.js
new file mode 100644
index 00000000..e6291fe7
--- /dev/null
+++ b/icons-react/icons-js/cell-signal-2.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCellSignal2({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cell-signal-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a0.731 .731 0 0 1 1.249 .517v15.269z" /><path d="M8 20v-5" /></svg>;
+}
+
+export default IconCellSignal2; \ No newline at end of file
diff --git a/icons-react/icons-js/cell-signal-3.js b/icons-react/icons-js/cell-signal-3.js
new file mode 100644
index 00000000..764d5340
--- /dev/null
+++ b/icons-react/icons-js/cell-signal-3.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCellSignal3({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cell-signal-3" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a0.731 .731 0 0 1 1.249 .517v15.269z" /><path d="M12 20v-9" /></svg>;
+}
+
+export default IconCellSignal3; \ No newline at end of file
diff --git a/icons-react/icons-js/cell-signal-4.js b/icons-react/icons-js/cell-signal-4.js
new file mode 100644
index 00000000..6b27cb8a
--- /dev/null
+++ b/icons-react/icons-js/cell-signal-4.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCellSignal4({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cell-signal-4" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a0.731 .731 0 0 1 1.249 .517v15.269z" /><path d="M16 7v13" /></svg>;
+}
+
+export default IconCellSignal4; \ No newline at end of file
diff --git a/icons-react/icons-js/cell-signal-5.js b/icons-react/icons-js/cell-signal-5.js
new file mode 100644
index 00000000..336a2c6f
--- /dev/null
+++ b/icons-react/icons-js/cell-signal-5.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCellSignal5({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cell-signal-5" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a0.731 .731 0 0 1 1.249 .517v15.269z" /><path d="M16 7v13" /><path d="M12 20v-9" /><path d="M8 20v-5" /></svg>;
+}
+
+export default IconCellSignal5; \ No newline at end of file
diff --git a/icons-react/icons-js/cell-signal-off.js b/icons-react/icons-js/cell-signal-off.js
new file mode 100644
index 00000000..9651211e
--- /dev/null
+++ b/icons-react/icons-js/cell-signal-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCellSignalOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cell-signal-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l7.265 -7.264m2 -2.001l5.272 -5.272a0.731 .731 0 0 1 1.249 .517v11.269" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCellSignalOff; \ No newline at end of file
diff --git a/icons-react/icons-js/clipboard-text.js b/icons-react/icons-js/clipboard-text.js
new file mode 100644
index 00000000..67acb398
--- /dev/null
+++ b/icons-react/icons-js/clipboard-text.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconClipboardText({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-clipboard-text" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" /><rect x={9} y={3} width={6} height={4} rx={2} /><path d="M9 12h6" /><path d="M9 16h6" /></svg>;
+}
+
+export default IconClipboardText; \ No newline at end of file
diff --git a/icons-react/icons-js/currency-baht.js b/icons-react/icons-js/currency-baht.js
new file mode 100644
index 00000000..d93696de
--- /dev/null
+++ b/icons-react/icons-js/currency-baht.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCurrencyBaht({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-currency-baht" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 6h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143" /><path d="M8 12h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143" /><path d="M8 6v12" /><path d="M11 4v2" /><path d="M11 18v2" /></svg>;
+}
+
+export default IconCurrencyBaht; \ No newline at end of file
diff --git a/icons-react/icons-js/dice-1.js b/icons-react/icons-js/dice-1.js
new file mode 100644
index 00000000..1faa1807
--- /dev/null
+++ b/icons-react/icons-js/dice-1.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDice1({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-dice-1" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={4} y={4} width={16} height={16} rx={2} /><circle cx={12} cy={12} r={0.5} fill="currentColor" /></svg>;
+}
+
+export default IconDice1; \ No newline at end of file
diff --git a/icons-react/icons-js/dice-2.js b/icons-react/icons-js/dice-2.js
new file mode 100644
index 00000000..7c30b51a
--- /dev/null
+++ b/icons-react/icons-js/dice-2.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDice2({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-dice-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={4} y={4} width={16} height={16} rx={2} /><circle cx={9.5} cy={9.5} r={0.5} fill="currentColor" /><circle cx={14.5} cy={14.5} r={0.5} fill="currentColor" /></svg>;
+}
+
+export default IconDice2; \ No newline at end of file
diff --git a/icons-react/icons-js/dice-3.js b/icons-react/icons-js/dice-3.js
new file mode 100644
index 00000000..93f5e116
--- /dev/null
+++ b/icons-react/icons-js/dice-3.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDice3({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-dice-3" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={4} y={4} width={16} height={16} rx={2} /><circle cx={8.5} cy={8.5} r={0.5} fill="currentColor" /><circle cx={15.5} cy={15.5} r={0.5} fill="currentColor" /><circle cx={12} cy={12} r={0.5} fill="currentColor" /></svg>;
+}
+
+export default IconDice3; \ No newline at end of file
diff --git a/icons-react/icons-js/dice-4.js b/icons-react/icons-js/dice-4.js
new file mode 100644
index 00000000..07dbb977
--- /dev/null
+++ b/icons-react/icons-js/dice-4.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDice4({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-dice-4" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={4} y={4} width={16} height={16} rx={2} /><circle cx={8.5} cy={8.5} r={0.5} fill="currentColor" /><circle cx={15.5} cy={8.5} r={0.5} fill="currentColor" /><circle cx={15.5} cy={15.5} r={0.5} fill="currentColor" /><circle cx={8.5} cy={15.5} r={0.5} fill="currentColor" /></svg>;
+}
+
+export default IconDice4; \ No newline at end of file
diff --git a/icons-react/icons-js/dice-5.js b/icons-react/icons-js/dice-5.js
new file mode 100644
index 00000000..00a9b4de
--- /dev/null
+++ b/icons-react/icons-js/dice-5.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDice5({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-dice-5" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={4} y={4} width={16} height={16} rx={2} /><circle cx={8.5} cy={8.5} r={0.5} fill="currentColor" /><circle cx={15.5} cy={8.5} r={0.5} fill="currentColor" /><circle cx={15.5} cy={15.5} r={0.5} fill="currentColor" /><circle cx={8.5} cy={15.5} r={0.5} fill="currentColor" /><circle cx={12} cy={12} r={0.5} fill="currentColor" /></svg>;
+}
+
+export default IconDice5; \ No newline at end of file
diff --git a/icons-react/icons-js/dice-6.js b/icons-react/icons-js/dice-6.js
new file mode 100644
index 00000000..53183bb7
--- /dev/null
+++ b/icons-react/icons-js/dice-6.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDice6({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-dice-6" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={4} y={4} width={16} height={16} rx={2} /><circle cx={8.5} cy={7.5} r={0.5} fill="currentColor" /><circle cx={15.5} cy={7.5} r={0.5} fill="currentColor" /><circle cx={8.5} cy={12} r={0.5} fill="currentColor" /><circle cx={15.5} cy={12} r={0.5} fill="currentColor" /><circle cx={15.5} cy={16.5} r={0.5} fill="currentColor" /><circle cx={8.5} cy={16.5} r={0.5} fill="currentColor" /></svg>;
+}
+
+export default IconDice6; \ No newline at end of file
diff --git a/icons-react/icons-js/hand-grab.js b/icons-react/icons-js/hand-grab.js
new file mode 100644
index 00000000..2651823f
--- /dev/null
+++ b/icons-react/icons-js/hand-grab.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconHandGrab({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-hand-grab" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 11v-3.5a1.5 1.5 0 0 1 3 0v2.5" /><path d="M11 9.5v-3a1.5 1.5 0 0 1 3 0v3.5" /><path d="M14 7.5a1.5 1.5 0 0 1 3 0v2.5" /><path d="M17 9.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" /></svg>;
+}
+
+export default IconHandGrab; \ No newline at end of file
diff --git a/icons-react/icons-js/hourglass-high.js b/icons-react/icons-js/hourglass-high.js
new file mode 100644
index 00000000..da48037e
--- /dev/null
+++ b/icons-react/icons-js/hourglass-high.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconHourglassHigh({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-hourglass-high" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6.5 7h11" /><path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" /><path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z" /></svg>;
+}
+
+export default IconHourglassHigh; \ No newline at end of file
diff --git a/icons-react/icons-js/hourglass-low.js b/icons-react/icons-js/hourglass-low.js
new file mode 100644
index 00000000..d95d9a49
--- /dev/null
+++ b/icons-react/icons-js/hourglass-low.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconHourglassLow({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-hourglass-low" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6.5 17h11" /><path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" /><path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z" /></svg>;
+}
+
+export default IconHourglassLow; \ No newline at end of file