aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-07-15 12:11:32 +0200
committercodecalm <codecalm@gmail.com>2022-07-15 12:11:32 +0200
commit00355ad10343c66c57f9e85c91639bc59c018414 (patch)
treed72e04d181a0d04720abd60c7296f77ec7db08ae /icons-react/icons-js
parentMerge remote-tracking branch 'origin/master' (diff)
downloadtabler-icons-00355ad10343c66c57f9e85c91639bc59c018414.tar.xz
Release 1.75.0v1.75.0
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/assembly.js12
-rw-r--r--icons-react/icons-js/brand-d3.js12
-rw-r--r--icons-react/icons-js/brand-deno.js12
-rw-r--r--icons-react/icons-js/brand-mastodon.js12
-rw-r--r--icons-react/icons-js/brand-mcdonalds.js12
-rw-r--r--icons-react/icons-js/brand-shopee.js12
-rw-r--r--icons-react/icons-js/brand-snapseed.js12
-rw-r--r--icons-react/icons-js/brand-strava.js12
-rw-r--r--icons-react/icons-js/brand-surfshark.js12
-rw-r--r--icons-react/icons-js/explicit.js12
-rw-r--r--icons-react/icons-js/gif.js12
-rw-r--r--icons-react/icons-js/poo.js12
-rw-r--r--icons-react/icons-js/signal-3g.js2
-rw-r--r--icons-react/icons-js/signal-4g-plus.js12
-rw-r--r--icons-react/icons-js/signal-4g.js2
-rw-r--r--icons-react/icons-js/signal-5g.js2
-rw-r--r--icons-react/icons-js/svg.js12
-rw-r--r--icons-react/icons-js/table-alias.js12
-rw-r--r--icons-react/icons-js/table-options.js12
-rw-r--r--icons-react/icons-js/table-shortcut.js12
-rw-r--r--icons-react/icons-js/wash-machine.js12
21 files changed, 219 insertions, 3 deletions
diff --git a/icons-react/icons-js/assembly.js b/icons-react/icons-js/assembly.js
new file mode 100644
index 00000000..aa275c2c
--- /dev/null
+++ b/icons-react/icons-js/assembly.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAssembly({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-assembly" 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="M19 6.873a2 2 0 0 1 1 1.747v6.536a2 2 0 0 1 -1.029 1.748l-6 3.833a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l6 -3.572a2.056 2.056 0 0 1 2 0l6 3.573h-.029z" /><path d="M15.5 9.422c.312 .18 .503 .515 .5 .876v3.277c0 .364 -.197 .7 -.515 .877l-3 1.922a0.997 .997 0 0 1 -.97 0l-3 -1.922a1.003 1.003 0 0 1 -.515 -.876v-3.278c0 -.364 .197 -.7 .514 -.877l3 -1.79c.311 -.174 .69 -.174 1 0l3 1.79h-.014z" /></svg>;
+}
+
+export default IconAssembly; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-d3.js b/icons-react/icons-js/brand-d3.js
new file mode 100644
index 00000000..94bc2037
--- /dev/null
+++ b/icons-react/icons-js/brand-d3.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandD3({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-d3" 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 4h1.8c3.976 0 7.2 3.582 7.2 8s-3.224 8 -7.2 8h-1.8" /><path d="M12 4h5.472c1.948 0 3.528 1.79 3.528 4s-1.58 4 -3.528 4" /><path d="M17.472 12h-2.472" /><path d="M17.472 12h-2.352" /><path d="M17.472 12c1.948 0 3.528 1.79 3.528 4s-1.58 4 -3.528 4h-5.472" /></svg>;
+}
+
+export default IconBrandD3; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-deno.js b/icons-react/icons-js/brand-deno.js
new file mode 100644
index 00000000..a2b9ae67
--- /dev/null
+++ b/icons-react/icons-js/brand-deno.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandDeno({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-deno" 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" /><circle cx={12} cy={12} r={9} /><path d="M13.5 21l-1.5 -6c-2.649 -.088 -5 -1.624 -5 -3.5c0 -1.933 2.239 -3.5 5 -3.5s4 1 5 3c.024 .048 .69 2.215 2 6.5" /><path d="M12 11h.01" /></svg>;
+}
+
+export default IconBrandDeno; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-mastodon.js b/icons-react/icons-js/brand-mastodon.js
new file mode 100644
index 00000000..9db51275
--- /dev/null
+++ b/icons-react/icons-js/brand-mastodon.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandMastodon({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-mastodon" 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="M18.648 15.254c-1.816 1.763 -6.648 1.626 -6.648 1.626a18.262 18.262 0 0 1 -3.288 -.256c1.127 1.985 4.12 2.81 8.982 2.475c-1.945 2.013 -13.598 5.257 -13.668 -7.636l-.026 -1.154c0 -3.036 .023 -4.115 1.352 -5.633c1.671 -1.91 6.648 -1.666 6.648 -1.666s4.977 -.243 6.648 1.667c1.329 1.518 1.352 2.597 1.352 5.633s-.456 4.074 -1.352 4.944z" /><path d="M12 11.204v-2.926c0 -1.258 -.895 -2.278 -2 -2.278s-2 1.02 -2 2.278v4.722m4 -4.722c0 -1.258 .895 -2.278 2 -2.278s2 1.02 2 2.278v4.722" /></svg>;
+}
+
+export default IconBrandMastodon; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-mcdonalds.js b/icons-react/icons-js/brand-mcdonalds.js
new file mode 100644
index 00000000..04e6ad26
--- /dev/null
+++ b/icons-react/icons-js/brand-mcdonalds.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandMcdonalds({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-mcdonalds" 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 20c0 -3.952 -.966 -16 -4.038 -16s-3.962 9.087 -3.962 14.756c0 -5.669 -.896 -14.756 -3.962 -14.756c-3.065 0 -4.038 12.048 -4.038 16" /></svg>;
+}
+
+export default IconBrandMcdonalds; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-shopee.js b/icons-react/icons-js/brand-shopee.js
new file mode 100644
index 00000000..9be98453
--- /dev/null
+++ b/icons-react/icons-js/brand-shopee.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandShopee({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-shopee" 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="M4 7l.867 12.143a2 2 0 0 0 1.995 1.857h10.276a2 2 0 0 0 1.995 -1.857l.867 -12.143h-16z" /><path d="M8.5 7c0 -1.653 1.5 -4 3.5 -4s3.5 2.347 3.5 4" /><path d="M9.5 17c.413 .462 1 1 2.5 1s2.5 -.897 2.5 -2s-1 -1.5 -2.5 -2s-2 -1.47 -2 -2c0 -1.104 1 -2 2 -2s1.5 0 2.5 1" /></svg>;
+}
+
+export default IconBrandShopee; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-snapseed.js b/icons-react/icons-js/brand-snapseed.js
new file mode 100644
index 00000000..1065ad90
--- /dev/null
+++ b/icons-react/icons-js/brand-snapseed.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandSnapseed({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-snapseed" 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.152 3.115a0.46 .46 0 0 0 -.609 0c-2.943 2.58 -4.529 5.441 -4.543 8.378c0 2.928 1.586 5.803 4.543 8.392a0.46 .46 0 0 0 .61 0c2.957 -2.589 4.547 -5.464 4.547 -8.392c0 -2.928 -1.6 -5.799 -4.548 -8.378z" /><path d="M8 20l12.09 -.011c.503 0 .91 -.434 .91 -.969v-6.063c0 -.535 -.407 -.968 -.91 -.968h-7.382" /></svg>;
+}
+
+export default IconBrandSnapseed; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-strava.js b/icons-react/icons-js/brand-strava.js
new file mode 100644
index 00000000..f94e1a48
--- /dev/null
+++ b/icons-react/icons-js/brand-strava.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandStrava({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-strava" 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="M15 13l-5 -10l-5 10m6 0l4 8l4 -8" /></svg>;
+}
+
+export default IconBrandStrava; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-surfshark.js b/icons-react/icons-js/brand-surfshark.js
new file mode 100644
index 00000000..a331e22f
--- /dev/null
+++ b/icons-react/icons-js/brand-surfshark.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandSurfshark({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-surfshark" 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="M19.954 9.447c-.237 -6.217 0 -6.217 -5.996 -6.425c-5.774 -.208 -6.824 1.002 -7.91 5.382c-2.884 11.816 -3.845 14.716 4.792 11.198c9.392 -3.831 9.297 -5.382 9.114 -10.155z" /><path d="M8 16h.452c1.943 .007 3.526 -1.461 3.543 -3.286v-2.428c.018 -1.828 1.607 -3.298 3.553 -3.286h.452" /></svg>;
+}
+
+export default IconBrandSurfshark; \ No newline at end of file
diff --git a/icons-react/icons-js/explicit.js b/icons-react/icons-js/explicit.js
new file mode 100644
index 00000000..c9e8f6c4
--- /dev/null
+++ b/icons-react/icons-js/explicit.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconExplicit({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-explicit" 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={1} /><path d="M14 8h-4v8h4" /><path d="M14 12h-4" /></svg>;
+}
+
+export default IconExplicit; \ No newline at end of file
diff --git a/icons-react/icons-js/gif.js b/icons-react/icons-js/gif.js
new file mode 100644
index 00000000..c2a45c17
--- /dev/null
+++ b/icons-react/icons-js/gif.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGif({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gif" 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 8h-3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3v-4h-1" /><path d="M12 8v8" /><path d="M16 16v-8h5" /><path d="M20 12h-4" /></svg>;
+}
+
+export default IconGif; \ No newline at end of file
diff --git a/icons-react/icons-js/poo.js b/icons-react/icons-js/poo.js
new file mode 100644
index 00000000..5b225856
--- /dev/null
+++ b/icons-react/icons-js/poo.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconPoo({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-poo" 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="M10 12h.01" /><path d="M14 12h.01" /><path d="M10 16a3.5 3.5 0 0 0 4 0" /><path d="M11 4c2 0 3.5 1.5 3.5 4l.164 .005a2.5 2.5 0 0 1 2.196 3.32a3 3 0 0 1 1.615 3.063a3 3 0 0 1 -1.299 5.607l-.176 .005h-10a3 3 0 0 1 -1.474 -5.613a3 3 0 0 1 1.615 -3.062a2.5 2.5 0 0 1 2.195 -3.32l.164 -.005c1.5 0 2.5 -2 1.5 -4z" /></svg>;
+}
+
+export default IconPoo; \ No newline at end of file
diff --git a/icons-react/icons-js/signal-3g.js b/icons-react/icons-js/signal-3g.js
index cd7bb3dd..c7a13c35 100644
--- a/icons-react/icons-js/signal-3g.js
+++ b/icons-react/icons-js/signal-3g.js
@@ -6,7 +6,7 @@ function IconSignal3g({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-signal-3g" 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 9a1 1 0 0 0 -1 -1h-5a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h5a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1" /><path d="M4 8h3a2 2 0 1 1 0 4h-3" /><path d="M7 12a2 2 0 1 1 0 4h-3" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-signal-3g" 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="M5 8h3a2 2 0 1 1 0 4h-3" /><path d="M19 8h-3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3v-4h-1" /><path d="M8 12a2 2 0 1 1 0 4h-3" /></svg>;
}
export default IconSignal3g; \ No newline at end of file
diff --git a/icons-react/icons-js/signal-4g-plus.js b/icons-react/icons-js/signal-4g-plus.js
new file mode 100644
index 00000000..34c562bb
--- /dev/null
+++ b/icons-react/icons-js/signal-4g-plus.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSignal4gPlus({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-signal-4g-plus" 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 8v5h5" /><path d="M7 8v8" /><path d="M15 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" /><path d="M18 12h4" /><path d="M20 10v4" /></svg>;
+}
+
+export default IconSignal4gPlus; \ No newline at end of file
diff --git a/icons-react/icons-js/signal-4g.js b/icons-react/icons-js/signal-4g.js
index 0967bbe1..1d736916 100644
--- a/icons-react/icons-js/signal-4g.js
+++ b/icons-react/icons-js/signal-4g.js
@@ -6,7 +6,7 @@ function IconSignal4g({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-signal-4g" 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="M4 8v5h6" /><path d="M8 8v8" /><path d="M20 9a1 1 0 0 0 -1 -1h-5a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h5a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-signal-4g" 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="M5 8v5h5" /><path d="M9 8v8" /><path d="M19 8h-3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3v-4h-1" /></svg>;
}
export default IconSignal4g; \ No newline at end of file
diff --git a/icons-react/icons-js/signal-5g.js b/icons-react/icons-js/signal-5g.js
index 003bc880..302afcf4 100644
--- a/icons-react/icons-js/signal-5g.js
+++ b/icons-react/icons-js/signal-5g.js
@@ -6,7 +6,7 @@ function IconSignal5g({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-signal-5g" 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 9a1 1 0 0 0 -1 -1h-5a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h5a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1" /><path d="M9 8h-5v4h3a2 2 0 1 1 0 4h-3" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-signal-5g" 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="M10 8h-5v4h3a2 2 0 1 1 0 4h-3" /><path d="M19 8h-3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3v-4h-1" /></svg>;
}
export default IconSignal5g; \ No newline at end of file
diff --git a/icons-react/icons-js/svg.js b/icons-react/icons-js/svg.js
new file mode 100644
index 00000000..0bd19b54
--- /dev/null
+++ b/icons-react/icons-js/svg.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSvg({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-svg" 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="M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" /><path d="M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" /><path d="M10 8l1.5 8h1l1.5 -8" /></svg>;
+}
+
+export default IconSvg; \ No newline at end of file
diff --git a/icons-react/icons-js/table-alias.js b/icons-react/icons-js/table-alias.js
new file mode 100644
index 00000000..e50dda2b
--- /dev/null
+++ b/icons-react/icons-js/table-alias.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTableAlias({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-table-alias" 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="M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6" /><rect x={3} y={15} width={6} height={6} rx={1} /><path d="M4 10h16" /><path d="M10 4v8" /></svg>;
+}
+
+export default IconTableAlias; \ No newline at end of file
diff --git a/icons-react/icons-js/table-options.js b/icons-react/icons-js/table-options.js
new file mode 100644
index 00000000..0c76aa2d
--- /dev/null
+++ b/icons-react/icons-js/table-options.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTableOptions({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-table-options" 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="M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6" /><path d="M4 10h16" /><path d="M10 4v9" /><circle cx={5.281} cy={18.5} r={2} /><path d="M5.281 15v1.5" /><path d="M5.281 20.5v1.5" /><path d="M8.312 16.75l-1.299 .75" /><path d="M3.55 19.5l-1.3 .75" /><path d="M2.25 16.75l1.3 .75" /><path d="M7.013 19.5l1.3 .75" /></svg>;
+}
+
+export default IconTableOptions; \ No newline at end of file
diff --git a/icons-react/icons-js/table-shortcut.js b/icons-react/icons-js/table-shortcut.js
new file mode 100644
index 00000000..872e5c3a
--- /dev/null
+++ b/icons-react/icons-js/table-shortcut.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTableShortcut({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-table-shortcut" 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="M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6" /><path d="M4 10h16" /><path d="M10 4v8" /><path d="M3 21l6 -6" /><path d="M4 15h5v5" /></svg>;
+}
+
+export default IconTableShortcut; \ No newline at end of file
diff --git a/icons-react/icons-js/wash-machine.js b/icons-react/icons-js/wash-machine.js
new file mode 100644
index 00000000..06531610
--- /dev/null
+++ b/icons-react/icons-js/wash-machine.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconWashMachine({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-wash-machine" 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={5} y={3} width={14} height={18} rx={2} /><circle cx={12} cy={14} r={4} /><path d="M8 6h.01" /><path d="M11 6h.01" /><path d="M14 6h2" /><path d="M8 14c1.333 -.667 2.667 -.667 4 0c1.333 .667 2.667 .667 4 0" /></svg>;
+}
+
+export default IconWashMachine; \ No newline at end of file