aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/shoe-off.js12
-rw-r--r--icons-react/icons-js/signature-off.js12
-rw-r--r--icons-react/icons-js/sitemap-off.js12
-rw-r--r--icons-react/icons-js/smart-home-off.js12
-rw-r--r--icons-react/icons-js/snowflake-off.js12
-rw-r--r--icons-react/icons-js/social-off.js12
-rw-r--r--icons-react/icons-js/space-off.js12
-rw-r--r--icons-react/icons-js/sum-off.js12
-rw-r--r--icons-react/icons-js/sword-off.js12
-rw-r--r--icons-react/icons-js/target-off.js12
-rw-r--r--icons-react/icons-js/telescope-off.js12
-rw-r--r--icons-react/icons-js/temperature-off.js12
-rw-r--r--icons-react/icons-js/template-off.js12
-rw-r--r--icons-react/icons-js/test-pipe-off.js12
-rw-r--r--icons-react/icons-js/ticket-off.js12
-rw-r--r--icons-react/icons-js/tilt-shift-off.js12
-rw-r--r--icons-react/icons-js/toilet-paper-off.js12
-rw-r--r--icons-react/icons-js/tools-kitchen-2-off.js12
-rw-r--r--icons-react/icons-js/tools-kitchen-off.js12
-rw-r--r--icons-react/icons-js/tools-off.js12
-rw-r--r--icons-react/icons-js/traffic-cone-off.js12
-rw-r--r--icons-react/icons-js/traffic-lights-off.js12
-rw-r--r--icons-react/icons-js/typography-off.js12
-rw-r--r--icons-react/icons-js/umbrella-off.js12
-rw-r--r--icons-react/icons-js/vaccine-off.js12
-rw-r--r--icons-react/icons-js/variable-off.js12
-rw-r--r--icons-react/icons-js/vector-off.js12
-rw-r--r--icons-react/icons-js/vector-triangle-off.js12
-rw-r--r--icons-react/icons-js/versions-off.js12
-rw-r--r--icons-react/icons-js/view-360-off.js12
-rw-r--r--icons-react/icons-js/viewfinder-off.js12
-rw-r--r--icons-react/icons-js/volume-off.js12
-rw-r--r--icons-react/icons-js/wallet-off.js12
-rw-r--r--icons-react/icons-js/wallpaper-off.js12
-rw-r--r--icons-react/icons-js/wand-off.js12
-rw-r--r--icons-react/icons-js/wind-off.js12
-rw-r--r--icons-react/icons-js/windmill-off.js12
-rw-r--r--icons-react/icons-js/window-off.js12
-rw-r--r--icons-react/icons-js/world-off.js12
-rw-r--r--icons-react/icons-js/writing-off.js12
-rw-r--r--icons-react/icons-js/writing-sign-off.js12
41 files changed, 492 insertions, 0 deletions
diff --git a/icons-react/icons-js/shoe-off.js b/icons-react/icons-js/shoe-off.js
new file mode 100644
index 00000000..39245316
--- /dev/null
+++ b/icons-react/icons-js/shoe-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconShoeOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-shoe-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="M13.846 9.868l4.08 .972a4 4 0 0 1 3.074 3.89v2.27m-3 1h-14a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h2" /><path d="M8 18v-1a4 4 0 0 0 -4 -4h-1" /><path d="M10 12l.663 -1.327" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconShoeOff; \ No newline at end of file
diff --git a/icons-react/icons-js/signature-off.js b/icons-react/icons-js/signature-off.js
new file mode 100644
index 00000000..5dff1a29
--- /dev/null
+++ b/icons-react/icons-js/signature-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSignatureOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-signature-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="M3 17c3.333 -3.333 5 -6 5 -8c0 -.394 -.017 -.735 -.05 -1.033m-1.95 -1.967c-1 0 -2.032 1.085 -2 3c.034 2.048 1.658 4.877 2.5 6c1.5 2 2.5 2.5 3.5 1l2 -3c.333 2.667 1.333 4 3 4c.219 0 .708 -.341 1.231 -.742m3.769 -.258c.303 .245 .64 .677 1 1" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconSignatureOff; \ No newline at end of file
diff --git a/icons-react/icons-js/sitemap-off.js b/icons-react/icons-js/sitemap-off.js
new file mode 100644
index 00000000..2cd0b6aa
--- /dev/null
+++ b/icons-react/icons-js/sitemap-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSitemapOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sitemap-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" /><rect x={3} y={15} width={6} height={6} rx={2} /><path d="M19 15a2 2 0 0 1 2 2m-.591 3.42c-.362 .358 -.86 .58 -1.409 .58h-2a2 2 0 0 1 -2 -2v-2c0 -.549 .221 -1.046 .579 -1.407" /><path d="M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2" /><path d="M6 15v-1a2 2 0 0 1 2 -2h4m4 0a2 2 0 0 1 2 2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconSitemapOff; \ No newline at end of file
diff --git a/icons-react/icons-js/smart-home-off.js b/icons-react/icons-js/smart-home-off.js
new file mode 100644
index 00000000..0c237e5a
--- /dev/null
+++ b/icons-react/icons-js/smart-home-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSmartHomeOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-smart-home-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="M7.097 7.125l-2.037 1.585a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12c.559 0 1.064 -.229 1.427 -.598m.572 -3.417v-5.185c0 -.823 -.38 -1.6 -1.03 -2.105l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-1.029 .8" /><path d="M15.332 15.345c-2.213 .976 -5.335 .86 -7.332 -.345" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconSmartHomeOff; \ No newline at end of file
diff --git a/icons-react/icons-js/snowflake-off.js b/icons-react/icons-js/snowflake-off.js
new file mode 100644
index 00000000..a50e132f
--- /dev/null
+++ b/icons-react/icons-js/snowflake-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSnowflakeOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-snowflake-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="M10 4l2 1l2 -1" /><path d="M12 2v6m1.196 1.186l1.804 1.034" /><path d="M17.928 6.268l.134 2.232l1.866 1.232" /><path d="M20.66 7l-5.629 3.25l-.031 .75" /><path d="M19.928 14.268l-1.015 .67" /><path d="M14.212 14.226l-2.171 1.262" /><path d="M14 20l-2 -1l-2 1" /><path d="M12 22v-6.5l-3 -1.72" /><path d="M6.072 17.732l-.134 -2.232l-1.866 -1.232" /><path d="M3.34 17l5.629 -3.25l-.01 -3.458" /><path d="M4.072 9.732l1.866 -1.232l.134 -2.232" /><path d="M3.34 7l5.629 3.25l.802 -.466" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconSnowflakeOff; \ No newline at end of file
diff --git a/icons-react/icons-js/social-off.js b/icons-react/icons-js/social-off.js
new file mode 100644
index 00000000..981f10fe
--- /dev/null
+++ b/icons-react/icons-js/social-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSocialOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-social-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" /><circle cx={12} cy={5} r={2} /><circle cx={5} cy={19} r={2} /><path d="M17.57 17.602a2 2 0 0 0 2.83 2.827" /><path d="M11.113 11.133a3.001 3.001 0 1 0 3.765 3.715" /><path d="M12 7v1" /><path d="M6.7 17.8l2.8 -2" /><path d="M17.3 17.8l-2.8 -2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconSocialOff; \ No newline at end of file
diff --git a/icons-react/icons-js/space-off.js b/icons-react/icons-js/space-off.js
new file mode 100644
index 00000000..075b2282
--- /dev/null
+++ b/icons-react/icons-js/space-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSpaceOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-space-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="M4 10v3a1 1 0 0 0 1 1h9m4 0h1a1 1 0 0 0 1 -1v-3" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconSpaceOff; \ No newline at end of file
diff --git a/icons-react/icons-js/sum-off.js b/icons-react/icons-js/sum-off.js
new file mode 100644
index 00000000..b46ec640
--- /dev/null
+++ b/icons-react/icons-js/sum-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSumOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sum-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="M18 18a1 1 0 0 1 -1 1h-11l6 -7m-3 -7h8a1 1 0 0 1 1 1v2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconSumOff; \ No newline at end of file
diff --git a/icons-react/icons-js/sword-off.js b/icons-react/icons-js/sword-off.js
new file mode 100644
index 00000000..4f92f3d2
--- /dev/null
+++ b/icons-react/icons-js/sword-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSwordOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sword-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="M11.934 7.942l3.066 -3.942h5v5l-3.93 3.057m-2.253 1.752l-2.817 2.191l-4 4l-3 -3l4 -4l2.174 -2.795" /><path d="M6.5 11.5l6 6" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconSwordOff; \ No newline at end of file
diff --git a/icons-react/icons-js/target-off.js b/icons-react/icons-js/target-off.js
new file mode 100644
index 00000000..1cbd5f76
--- /dev/null
+++ b/icons-react/icons-js/target-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTargetOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-target-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="M11.286 11.3a1 1 0 0 0 1.41 1.419" /><path d="M8.44 8.49a5 5 0 0 0 7.098 7.044m1.377 -2.611a5 5 0 0 0 -5.846 -5.836" /><path d="M5.649 5.623a9 9 0 1 0 12.698 12.758m1.683 -2.313a9 9 0 0 0 -12.076 -12.11" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconTargetOff; \ No newline at end of file
diff --git a/icons-react/icons-js/telescope-off.js b/icons-react/icons-js/telescope-off.js
new file mode 100644
index 00000000..7f1531c5
--- /dev/null
+++ b/icons-react/icons-js/telescope-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTelescopeOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-telescope-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="M6 21.002l6 -5l6 5" /><path d="M12 13.002v8" /><path d="M8.238 8.264l-4.183 2.51c-1.02 .614 -1.357 1.898 -.76 2.906l.165 .28c.52 .88 1.624 1.266 2.605 .91l6.457 -2.34m2.907 -1.055l4.878 -1.77a1.023 1.023 0 0 0 .565 -1.455l-2.62 -4.705a1.087 1.087 0 0 0 -1.447 -.42l-.056 .032l-6.016 3.61" /><path d="M14 5.002l3 5.5" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconTelescopeOff; \ No newline at end of file
diff --git a/icons-react/icons-js/temperature-off.js b/icons-react/icons-js/temperature-off.js
new file mode 100644
index 00000000..20fbe5e7
--- /dev/null
+++ b/icons-react/icons-js/temperature-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTemperatureOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-temperature-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="M10 10v3.5a4 4 0 1 0 5.836 2.33m-1.836 -5.83v-5a2 2 0 1 0 -4 0v1" /><path d="M13 9h1" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconTemperatureOff; \ No newline at end of file
diff --git a/icons-react/icons-js/template-off.js b/icons-react/icons-js/template-off.js
new file mode 100644
index 00000000..6106316b
--- /dev/null
+++ b/icons-react/icons-js/template-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTemplateOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-template-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="M8 4h11a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-7m-4 0h-3a1 1 0 0 1 -1 -1v-2c0 -.271 .108 -.517 .283 -.697" /><rect x={4} y={12} width={6} height={8} rx={1} /><path d="M16 12h4" /><path d="M14 16h2" /><path d="M14 20h6" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconTemplateOff; \ No newline at end of file
diff --git a/icons-react/icons-js/test-pipe-off.js b/icons-react/icons-js/test-pipe-off.js
new file mode 100644
index 00000000..75669135
--- /dev/null
+++ b/icons-react/icons-js/test-pipe-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTestPipeOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-test-pipe-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 8.04a803.533 803.533 0 0 0 -4 3.96m-2 2c-1.085 1.085 -3.125 3.14 -6.122 6.164a2.857 2.857 0 0 1 -4.041 -4.04c3.018 -2.996 5.073 -5.037 6.163 -6.124m2 -2c.872 -.872 2.191 -2.205 3.959 -4" /><path d="M7 13h6" /><path d="M19 15l1.5 1.6m-.74 3.173a2 2 0 0 1 -2.612 -2.608" /><path d="M15 3l6 6" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconTestPipeOff; \ No newline at end of file
diff --git a/icons-react/icons-js/ticket-off.js b/icons-react/icons-js/ticket-off.js
new file mode 100644
index 00000000..29de13a3
--- /dev/null
+++ b/icons-react/icons-js/ticket-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTicketOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-ticket-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="M15 5v2" /><path d="M15 17v2" /><path d="M9 5h10a2 2 0 0 1 2 2v3a2 2 0 1 0 0 4v3m-2 2h-14a2 2 0 0 1 -2 -2v-3a2 2 0 1 0 0 -4v-3a2 2 0 0 1 2 -2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconTicketOff; \ No newline at end of file
diff --git a/icons-react/icons-js/tilt-shift-off.js b/icons-react/icons-js/tilt-shift-off.js
new file mode 100644
index 00000000..3dc45934
--- /dev/null
+++ b/icons-react/icons-js/tilt-shift-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTiltShiftOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-tilt-shift-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="M8.56 3.69a9 9 0 0 0 -.577 .263" /><path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" /><path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" /><path d="M8.56 20.31a9 9 0 0 0 3.44 .69" /><path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" /><path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" /><path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" /><path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" /><path d="M10.57 10.602a2 2 0 0 0 2.862 2.795" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconTiltShiftOff; \ No newline at end of file
diff --git a/icons-react/icons-js/toilet-paper-off.js b/icons-react/icons-js/toilet-paper-off.js
new file mode 100644
index 00000000..5c42a221
--- /dev/null
+++ b/icons-react/icons-js/toilet-paper-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconToiletPaperOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-toilet-paper-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="M4.27 4.28c-.768 1.27 -1.27 3.359 -1.27 5.72c0 3.866 1.343 7 3 7s3 -3.134 3 -7c0 -.34 -.01 -.672 -.03 -.999" /><path d="M21 10c0 -3.866 -1.343 -7 -3 -7" /><path d="M7 3h11" /><path d="M21 10v7m-1.513 2.496l-1.487 -.496l-3 2l-3 -3l-3 2v-10" /><path d="M6 10h.01" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconToiletPaperOff; \ No newline at end of file
diff --git a/icons-react/icons-js/tools-kitchen-2-off.js b/icons-react/icons-js/tools-kitchen-2-off.js
new file mode 100644
index 00000000..deb5aeb6
--- /dev/null
+++ b/icons-react/icons-js/tools-kitchen-2-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconToolsKitchen2Off({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-tools-kitchen-2-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="M14.386 10.409c.53 -2.28 1.766 -4.692 4.614 -7.409v12m-4 0h-1c-.002 -.313 -.002 -.627 .002 -.941" /><path d="M19 19v2h-1v-3" /><path d="M8 8v13" /><path d="M5 5v2a3 3 0 0 0 4.546 2.572m1.454 -2.572v-3" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconToolsKitchen2Off; \ No newline at end of file
diff --git a/icons-react/icons-js/tools-kitchen-off.js b/icons-react/icons-js/tools-kitchen-off.js
new file mode 100644
index 00000000..5a5a5ceb
--- /dev/null
+++ b/icons-react/icons-js/tools-kitchen-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconToolsKitchenOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-tools-kitchen-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="M7 3h5l-.5 4.5m-.4 3.595l-.1 .905h-6l-.875 -7.874" /><path d="M7 18h2v3h-2z" /><path d="M15.225 11.216c.42 -2.518 1.589 -5.177 4.775 -8.216v12h-1" /><path d="M20 15v1m0 4v1h-1v-2" /><path d="M8 12v6" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconToolsKitchenOff; \ No newline at end of file
diff --git a/icons-react/icons-js/tools-off.js b/icons-react/icons-js/tools-off.js
new file mode 100644
index 00000000..8d304dcd
--- /dev/null
+++ b/icons-react/icons-js/tools-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconToolsOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-tools-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="M16 12l4 -4a2.828 2.828 0 1 0 -4 -4l-4 4m-2 2l-7 7v4h4l7 -7" /><path d="M14.5 5.5l4 4" /><path d="M12 8l-5 -5m-2.004 2.004l-1.996 1.996l5 5" /><path d="M7 8l-1.5 1.5" /><path d="M16 12l5 5m-2 2l-2 2l-5 -5" /><path d="M16 17l-1.5 1.5" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconToolsOff; \ No newline at end of file
diff --git a/icons-react/icons-js/traffic-cone-off.js b/icons-react/icons-js/traffic-cone-off.js
new file mode 100644
index 00000000..43f34454
--- /dev/null
+++ b/icons-react/icons-js/traffic-cone-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTrafficConeOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-traffic-cone-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="M4 20h16" /><path d="M9.4 10h.6m4 0h.6" /><path d="M7.8 15h7.2" /><path d="M6 20l3.5 -10.5" /><path d="M10.5 6.5l.5 -1.5h2l2 6m2 6l1 3" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconTrafficConeOff; \ No newline at end of file
diff --git a/icons-react/icons-js/traffic-lights-off.js b/icons-react/icons-js/traffic-lights-off.js
new file mode 100644
index 00000000..08a47eb0
--- /dev/null
+++ b/icons-react/icons-js/traffic-lights-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTrafficLightsOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-traffic-lights-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="M8 4c.912 -1.219 2.36 -2 4 -2a5 5 0 0 1 5 5v6m0 4a5 5 0 0 1 -10 0v-10" /><path d="M12 8a1 1 0 1 0 -1 -1" /><path d="M11.291 11.295a1 1 0 0 0 1.418 1.41" /><circle cx={12} cy={17} r={1} /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconTrafficLightsOff; \ No newline at end of file
diff --git a/icons-react/icons-js/typography-off.js b/icons-react/icons-js/typography-off.js
new file mode 100644
index 00000000..62ae7a8c
--- /dev/null
+++ b/icons-react/icons-js/typography-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTypographyOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-typography-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="M4 20h3" /><path d="M14 20h6" /><path d="M6.9 15h6.9" /><path d="M13 13l3 7" /><path d="M5 20l4.09 -10.906" /><path d="M10.181 6.183l.819 -2.183h2l3.904 8.924" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconTypographyOff; \ No newline at end of file
diff --git a/icons-react/icons-js/umbrella-off.js b/icons-react/icons-js/umbrella-off.js
new file mode 100644
index 00000000..20bfaa46
--- /dev/null
+++ b/icons-react/icons-js/umbrella-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconUmbrellaOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-umbrella-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="M12 12h-8c0 -2.209 .895 -4.208 2.342 -5.656m2.382 -1.645a8 8 0 0 1 11.276 7.301l-4 .001" /><path d="M12 12v6a2 2 0 1 0 4 0" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconUmbrellaOff; \ No newline at end of file
diff --git a/icons-react/icons-js/vaccine-off.js b/icons-react/icons-js/vaccine-off.js
new file mode 100644
index 00000000..0f8cbb0e
--- /dev/null
+++ b/icons-react/icons-js/vaccine-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconVaccineOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-vaccine-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="M17 3l4 4" /><path d="M19 5l-4.5 4.5" /><path d="M11.5 6.5l6 6" /><path d="M16.5 11.5l-.5 .5m-2 2l-4 4h-4v-4l4 -4m2 -2l.5 -.5" /><path d="M7.5 12.5l1.5 1.5" /><path d="M3 21l3 -3" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconVaccineOff; \ No newline at end of file
diff --git a/icons-react/icons-js/variable-off.js b/icons-react/icons-js/variable-off.js
new file mode 100644
index 00000000..4165c99d
--- /dev/null
+++ b/icons-react/icons-js/variable-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconVariableOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-variable-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="M4.675 4.68c-2.17 4.776 -2.062 9.592 .325 15.32" /><path d="M19 4c1.959 3.917 2.383 7.834 1.272 12.232m-.983 3.051c-.093 .238 -.189 .477 -.289 .717" /><path d="M11.696 11.696c.095 .257 .2 .533 .32 .831c.984 2.473 .984 3.473 1.984 3.473h1" /><path d="M8 16c1.5 0 3 -2 4 -3.5m2.022 -2.514c.629 -.582 1.304 -.986 1.978 -.986" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconVariableOff; \ No newline at end of file
diff --git a/icons-react/icons-js/vector-off.js b/icons-react/icons-js/vector-off.js
new file mode 100644
index 00000000..4e8e0b92
--- /dev/null
+++ b/icons-react/icons-js/vector-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconVectorOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-vector-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="M6.68 6.733a0.996 .996 0 0 1 -.68 .267h-2a1 1 0 0 1 -1 -1v-2c0 -.276 .112 -.527 .293 -.708" /><rect x={17} y={3} width={4} height={4} rx={1} /><path d="M20.72 20.693a0.997 .997 0 0 1 -.72 .307h-2a1 1 0 0 1 -1 -1v-2c0 -.282 .116 -.536 .304 -.718" /><rect x={3} y={17} width={4} height={4} rx={1} /><path d="M5 7v10" /><path d="M19 7v8" /><path d="M9 5h8" /><path d="M7 19h10" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconVectorOff; \ No newline at end of file
diff --git a/icons-react/icons-js/vector-triangle-off.js b/icons-react/icons-js/vector-triangle-off.js
new file mode 100644
index 00000000..5ac8242f
--- /dev/null
+++ b/icons-react/icons-js/vector-triangle-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconVectorTriangleOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-vector-triangle-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="M10 6v-1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1" /><rect x={3} y={17} width={4} height={4} rx={1} /><path d="M20.705 20.709a0.997 .997 0 0 1 -.705 .291h-2a1 1 0 0 1 -1 -1v-2c0 -.28 .115 -.532 .3 -.714" /><path d="M6.5 17.1l3.749 -6.823" /><path d="M13.158 9.197l-.658 -1.197" /><path d="M7 19h10" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconVectorTriangleOff; \ No newline at end of file
diff --git a/icons-react/icons-js/versions-off.js b/icons-react/icons-js/versions-off.js
new file mode 100644
index 00000000..834138c1
--- /dev/null
+++ b/icons-react/icons-js/versions-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconVersionsOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-versions-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="M10.184 6.162a2 2 0 0 1 1.816 -1.162h6a2 2 0 0 1 2 2v9m-1.185 2.827a1.993 1.993 0 0 1 -.815 .173h-6a2 2 0 0 1 -2 -2v-7" /><path d="M7 7v10" /><path d="M4 8v8" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconVersionsOff; \ No newline at end of file
diff --git a/icons-react/icons-js/view-360-off.js b/icons-react/icons-js/view-360-off.js
new file mode 100644
index 00000000..d4f5f519
--- /dev/null
+++ b/icons-react/icons-js/view-360-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconView360Off({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-view-360-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="M8.335 8.388a18.998 18.998 0 0 0 -.335 3.612c0 4.97 1.79 9 4 9c1.622 0 3.018 -2.172 3.646 -5.294m.354 -3.706c0 -4.97 -1.79 -9 -4 -9c-1.035 0 -1.979 .885 -2.689 2.337" /><path d="M5.65 5.623a9 9 0 1 0 12.71 12.745m1.684 -2.328a9 9 0 0 0 -12.094 -12.08" /><path d="M8.32 8.349c-3.136 .625 -5.32 2.025 -5.32 3.651c0 2.21 4.03 4 9 4c1.286 0 2.51 -.12 3.616 -.336m3.059 -.98c1.445 -.711 2.325 -1.653 2.325 -2.684c0 -2.21 -4.03 -4 -9 -4" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconView360Off; \ No newline at end of file
diff --git a/icons-react/icons-js/viewfinder-off.js b/icons-react/icons-js/viewfinder-off.js
new file mode 100644
index 00000000..4b11dae0
--- /dev/null
+++ b/icons-react/icons-js/viewfinder-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconViewfinderOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-viewfinder-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="M5.65 5.623a9 9 0 1 0 12.71 12.745m1.684 -2.328a9 9 0 0 0 -12.094 -12.08" /><path d="M12 3v4" /><path d="M12 21v-3" /><path d="M3 12h4" /><path d="M21 12h-3" /><path d="M12 12v.01" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconViewfinderOff; \ No newline at end of file
diff --git a/icons-react/icons-js/volume-off.js b/icons-react/icons-js/volume-off.js
new file mode 100644
index 00000000..9d79282e
--- /dev/null
+++ b/icons-react/icons-js/volume-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconVolumeOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-volume-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="M15 8a5 5 0 0 1 1.912 4.934m-1.377 2.602a5.001 5.001 0 0 1 -.535 .464" /><path d="M17.7 5a9 9 0 0 1 2.362 11.086m-1.676 2.299a9.005 9.005 0 0 1 -.686 .615" /><path d="M9.069 5.054l.431 -.554a0.8 .8 0 0 1 1.5 .5v2m0 4v8a0.8 .8 0 0 1 -1.5 .5l-3.5 -4.5h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l1.294 -1.664" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconVolumeOff; \ No newline at end of file
diff --git a/icons-react/icons-js/wallet-off.js b/icons-react/icons-js/wallet-off.js
new file mode 100644
index 00000000..e8203ff2
--- /dev/null
+++ b/icons-react/icons-js/wallet-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconWalletOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-wallet-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="M17 8v-3a1 1 0 0 0 -1 -1h-8m-3.413 .584a2 2 0 0 0 1.413 3.416h2m4 0h6a1 1 0 0 1 1 1v3" /><path d="M19 19a1 1 0 0 1 -1 1h-12a2 2 0 0 1 -2 -2v-12" /><path d="M16 12h4v4m-4 0a2 2 0 0 1 -2 -2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconWalletOff; \ No newline at end of file
diff --git a/icons-react/icons-js/wallpaper-off.js b/icons-react/icons-js/wallpaper-off.js
new file mode 100644
index 00000000..d1aa7571
--- /dev/null
+++ b/icons-react/icons-js/wallpaper-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconWallpaperOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-wallpaper-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="M10 6h8a2 2 0 0 1 2 2v8m-.58 3.409a1.994 1.994 0 0 1 -1.42 .591h-12" /><circle cx={6} cy={18} r={2} /><path d="M8 18v-10m-3.427 -3.402c-.353 .362 -.573 .856 -.573 1.402v12" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconWallpaperOff; \ No newline at end of file
diff --git a/icons-react/icons-js/wand-off.js b/icons-react/icons-js/wand-off.js
new file mode 100644
index 00000000..9199346f
--- /dev/null
+++ b/icons-react/icons-js/wand-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconWandOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-wand-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="M10.5 10.5l-7.5 7.5l3 3l7.5 -7.5m2 -2l5.5 -5.5l-3 -3l-5.5 5.5" /><path d="M15 6l3 3" /><path d="M8.433 4.395c.35 -.36 .567 -.852 .567 -1.395a2 2 0 0 0 2 2c-.554 0 -1.055 .225 -1.417 .589" /><path d="M18.418 14.41c.36 -.36 .582 -.86 .582 -1.41a2 2 0 0 0 2 2c-.555 0 -1.056 .226 -1.419 .59" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconWandOff; \ No newline at end of file
diff --git a/icons-react/icons-js/wind-off.js b/icons-react/icons-js/wind-off.js
new file mode 100644
index 00000000..652f40f4
--- /dev/null
+++ b/icons-react/icons-js/wind-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconWindOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-wind-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="M5 8h3m4 0h1.5a2.5 2.5 0 1 0 -2.34 -3.24" /><path d="M3 12h9" /><path d="M16 12h2.5a2.5 2.5 0 0 1 1.801 4.282" /><path d="M4 16h5.5a2.5 2.5 0 1 1 -2.34 3.24" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconWindOff; \ No newline at end of file
diff --git a/icons-react/icons-js/windmill-off.js b/icons-react/icons-js/windmill-off.js
new file mode 100644
index 00000000..f802345b
--- /dev/null
+++ b/icons-react/icons-js/windmill-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconWindmillOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-windmill-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="M15.061 11.06c1.18 -.824 1.939 -2.11 1.939 -3.56c0 -2.49 -2.24 -4.5 -5 -4.5v5" /><path d="M12 12c0 2.76 2.01 5 4.5 5c.166 0 .33 -.01 .49 -.03m2.624 -1.36c.856 -.91 1.386 -2.19 1.386 -3.61h-5" /><path d="M12 12c-2.76 0 -5 2.01 -5 4.5s2.24 4.5 5 4.5v-9z" /><path d="M6.981 7.033c-2.244 .285 -3.981 2.402 -3.981 4.967h9" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconWindmillOff; \ No newline at end of file
diff --git a/icons-react/icons-js/window-off.js b/icons-react/icons-js/window-off.js
new file mode 100644
index 00000000..8265d27f
--- /dev/null
+++ b/icons-react/icons-js/window-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconWindowOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-window-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="M6.166 6.19a6.903 6.903 0 0 0 -1.166 3.81v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-1m0 -4v-5c0 -3.728 -3.134 -7 -7 -7a6.86 6.86 0 0 0 -3.804 1.158" /><path d="M5 13h8m4 0h2" /><path d="M12 3v5m0 4v9" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconWindowOff; \ No newline at end of file
diff --git a/icons-react/icons-js/world-off.js b/icons-react/icons-js/world-off.js
new file mode 100644
index 00000000..1cf4991f
--- /dev/null
+++ b/icons-react/icons-js/world-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconWorldOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-world-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="M3.6 9h5.4m4 0h7.4" /><path d="M5.65 5.623a9 9 0 1 0 12.71 12.745m1.684 -2.328a9 9 0 0 0 -12.094 -12.08" /><path d="M3.6 15h11.4m4 0h1.4" /><path d="M8.335 8.388a18.998 18.998 0 0 0 -.335 3.612c0 4.97 1.79 9 4 9c1.622 0 3.018 -2.172 3.646 -5.294m.354 -3.706c0 -4.97 -1.79 -9 -4 -9c-1.035 0 -1.979 .885 -2.689 2.337" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconWorldOff; \ No newline at end of file
diff --git a/icons-react/icons-js/writing-off.js b/icons-react/icons-js/writing-off.js
new file mode 100644
index 00000000..929a7c78
--- /dev/null
+++ b/icons-react/icons-js/writing-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconWritingOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-writing-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="M16 7h4" /><path d="M16 16v1l2 2l.5 -.5m1.5 -2.5v-11c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v7" /><path d="M18 19h-13a2 2 0 1 1 0 -4h4a2 2 0 1 0 0 -4h-3" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconWritingOff; \ No newline at end of file
diff --git a/icons-react/icons-js/writing-sign-off.js b/icons-react/icons-js/writing-sign-off.js
new file mode 100644
index 00000000..4e05d0a5
--- /dev/null
+++ b/icons-react/icons-js/writing-sign-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconWritingSignOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-writing-sign-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="M3 19c3.333 -2 5 -4 5 -6c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 2.877 2.5 4c1.5 2 2.5 2.5 3.5 1c.667 -1 1.167 -1.833 1.5 -2.5c1 2.333 2.333 3.5 4 3.5h2.5" /><path d="M16 16v1l2 2l.5 -.5m1.5 -2.5v-11c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v7" /><path d="M16 7h4" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconWritingSignOff; \ No newline at end of file