aboutsummaryrefslogtreecommitdiff
path: root/icons-react
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-04-05 01:58:17 +0200
committercodecalm <codecalm@gmail.com>2022-04-05 01:58:17 +0200
commita94865bf04e0282b332d45458b8ea7a8c406dee3 (patch)
treeabe44d11dd3d311f086d1086711d3f72c8e243d5 /icons-react
parent34 new icons: `biohazard-off`, `bold-off`, `bone-off`, `book-off`, `bookmarks... (diff)
downloadtabler-icons-a94865bf04e0282b332d45458b8ea7a8c406dee3.tar.xz
Release 1.63.0v1.63.0
Diffstat (limited to 'icons-react')
-rw-r--r--icons-react/icons-js/a-b-off.js2
-rw-r--r--icons-react/icons-js/biohazard-off.js12
-rw-r--r--icons-react/icons-js/bold-off.js12
-rw-r--r--icons-react/icons-js/bone-off.js12
-rw-r--r--icons-react/icons-js/book-off.js12
-rw-r--r--icons-react/icons-js/bookmarks-off.js12
-rw-r--r--icons-react/icons-js/books-off.js12
-rw-r--r--icons-react/icons-js/books.js2
-rw-r--r--icons-react/icons-js/braces-off.js12
-rw-r--r--icons-react/icons-js/brackets-off.js12
-rw-r--r--icons-react/icons-js/browser-off.js12
-rw-r--r--icons-react/icons-js/brush-off.js12
-rw-r--r--icons-react/icons-js/bug-off.js12
-rw-r--r--icons-react/icons-js/bulb-off.js2
-rw-r--r--icons-react/icons-js/calculator-off.js12
-rw-r--r--icons-react/icons-js/candy-off.js12
-rw-r--r--icons-react/icons-js/capture-off.js12
-rw-r--r--icons-react/icons-js/car-off.js12
-rw-r--r--icons-react/icons-js/cardboards-off.js12
-rw-r--r--icons-react/icons-js/cast-off.js12
-rw-r--r--icons-react/icons-js/ce-off.js12
-rw-r--r--icons-react/icons-js/certificate-2-off.js12
-rw-r--r--icons-react/icons-js/certificate-off.js12
-rw-r--r--icons-react/icons-js/circle-rectangle-off.js12
-rw-r--r--icons-react/icons-js/clipboard-off.js12
-rw-r--r--icons-react/icons-js/clock-off.js12
-rw-r--r--icons-react/icons-js/code-off.js12
-rw-r--r--icons-react/icons-js/coin-off.js12
-rw-r--r--icons-react/icons-js/color-picker-off.js12
-rw-r--r--icons-react/icons-js/color-swatch-off.js12
-rw-r--r--icons-react/icons-js/columns-off.js12
-rw-r--r--icons-react/icons-js/compass-off.js12
-rw-r--r--icons-react/icons-js/components-off.js12
-rw-r--r--icons-react/icons-js/cookie-off.js12
-rw-r--r--icons-react/icons-js/copy-off.js12
-rw-r--r--icons-react/icons-js/copyleft-off.js12
-rw-r--r--icons-react/icons-js/copyright-off.js12
-rw-r--r--icons-react/index.d.ts34
-rw-r--r--icons-react/index.js34
39 files changed, 479 insertions, 3 deletions
diff --git a/icons-react/icons-js/a-b-off.js b/icons-react/icons-js/a-b-off.js
index 97820662..afb8e451 100644
--- a/icons-react/icons-js/a-b-off.js
+++ b/icons-react/icons-js/a-b-off.js
@@ -6,7 +6,7 @@ function IconABOff({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-a-b-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 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" /><path d="M12 12v6" /><path d="M16 8h3a2 2 0 1 1 0 4h-3m3 0a2 2 0 0 1 .83 3.82m-3.83 -3.82v-4" /><path d="M3 3l18 18" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-a-b-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 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" /><path d="M12 12v6" /><path d="M12 6v2" /><path d="M16 8h3a2 2 0 1 1 0 4h-3m3 0a2 2 0 0 1 .83 3.82m-3.83 -3.82v-4" /><path d="M3 3l18 18" /></svg>;
}
export default IconABOff; \ No newline at end of file
diff --git a/icons-react/icons-js/biohazard-off.js b/icons-react/icons-js/biohazard-off.js
new file mode 100644
index 00000000..b90b86f3
--- /dev/null
+++ b/icons-react/icons-js/biohazard-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBiohazardOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-biohazard-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.586 10.586a2 2 0 1 0 2.836 2.82" /><path d="M11.939 14c0 .173 .048 .351 .056 .533v.217a4.75 4.75 0 0 1 -4.533 4.745h-.217" /><path d="M2.495 14.745a4.75 4.75 0 0 1 7.737 -3.693" /><path d="M16.745 19.495a4.75 4.75 0 0 1 -4.69 -5.503h-.06" /><path d="M14.533 10.538a4.75 4.75 0 0 1 6.957 3.987v.217" /><path d="M10.295 10.929a4.75 4.75 0 0 1 -2.988 -3.64m.66 -3.324a4.75 4.75 0 0 1 .5 -.66l.164 -.172" /><path d="M15.349 3.133a4.75 4.75 0 0 1 -.836 7.385" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBiohazardOff; \ No newline at end of file
diff --git a/icons-react/icons-js/bold-off.js b/icons-react/icons-js/bold-off.js
new file mode 100644
index 00000000..6d460d1a
--- /dev/null
+++ b/icons-react/icons-js/bold-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBoldOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bold-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="M9 5h4a3.5 3.5 0 0 1 2.222 6.204m-3.222 .796h-5v-5" /><path d="M17.107 17.112a3.5 3.5 0 0 1 -3.107 1.888h-7v-7" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBoldOff; \ No newline at end of file
diff --git a/icons-react/icons-js/bone-off.js b/icons-react/icons-js/bone-off.js
new file mode 100644
index 00000000..4eb3a19a
--- /dev/null
+++ b/icons-react/icons-js/bone-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBoneOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bone-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.5 8.502l.38 -.38a3 3 0 1 1 5.12 -2.122a3 3 0 1 1 -2.12 5.122l-.372 .372m-2.008 2.008l-2.378 2.378a3 3 0 1 1 -5.117 2.297l-.005 -.177l-.176 -.005a3 3 0 1 1 2.298 -5.115l2.378 -2.378" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBoneOff; \ No newline at end of file
diff --git a/icons-react/icons-js/book-off.js b/icons-react/icons-js/book-off.js
new file mode 100644
index 00000000..47b96e1a
--- /dev/null
+++ b/icons-react/icons-js/book-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBookOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-book-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 19a9 9 0 0 1 9 0a8.999 8.999 0 0 1 5.899 -1.096" /><path d="M3 6a8.995 8.995 0 0 1 2.114 -.884m3.8 -.21c1.07 .17 2.116 .534 3.086 1.094a9 9 0 0 1 9 0" /><path d="M3 6v13" /><path d="M12 6v2m0 4v7" /><path d="M21 6v11" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBookOff; \ No newline at end of file
diff --git a/icons-react/icons-js/bookmarks-off.js b/icons-react/icons-js/bookmarks-off.js
new file mode 100644
index 00000000..2c39897c
--- /dev/null
+++ b/icons-react/icons-js/bookmarks-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBookmarksOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bookmarks-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 7h2a2 2 0 0 1 2 2v2m0 4v6l-5 -3l-5 3v-12a2 2 0 0 1 2 -2" /><path d="M9.265 4a2 2 0 0 1 1.735 -1h6a2 2 0 0 1 2 2v10" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBookmarksOff; \ No newline at end of file
diff --git a/icons-react/icons-js/books-off.js b/icons-react/icons-js/books-off.js
new file mode 100644
index 00000000..b7e5bd33
--- /dev/null
+++ b/icons-react/icons-js/books-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBooksOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-books-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="M9 9v10a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-14" /><path d="M8 4a1 1 0 0 1 1 1" /><path d="M9 5a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4" /><path d="M13 13v6a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-10" /><path d="M5 8h3" /><path d="M9 16h4" /><path d="M14.254 10.244l-1.218 -4.424a1.02 1.02 0 0 1 .634 -1.219l.133 -.041l2.184 -.53c.562 -.135 1.133 .19 1.282 .732l3.236 11.75" /><path d="M19.585 19.589l-1.572 .38c-.562 .136 -1.133 -.19 -1.282 -.731l-.952 -3.458" /><path d="M14 9l4 -1" /><path d="M19.207 15.199l.716 -.18" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBooksOff; \ No newline at end of file
diff --git a/icons-react/icons-js/books.js b/icons-react/icons-js/books.js
index 9a8a64ef..ca2d072c 100644
--- a/icons-react/icons-js/books.js
+++ b/icons-react/icons-js/books.js
@@ -6,7 +6,7 @@ function IconBooks({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-books" 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={4} width={4} height={16} rx={1} /><rect x={9} y={4} width={4} height={16} rx={1} /><path d="M5 8h4" /><path d="M9 16h4" /><g transform="rotate(-13 27.054 -55.827)"><rect width={4} height={16} rx={1} /><path d="M0 4h4" /><path d="M0 12h4" /></g></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-books" 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={4} width={4} height={16} rx={1} /><rect x={9} y={4} width={4} height={16} rx={1} /><path d="M5 8h4" /><path d="M9 16h4" /><path d="M13.803 4.56l2.184 -.53c.562 -.135 1.133 .19 1.282 .732l3.695 13.418a1.02 1.02 0 0 1 -.634 1.219l-.133 .041l-2.184 .53c-.562 .135 -1.133 -.19 -1.282 -.732l-3.695 -13.418a1.02 1.02 0 0 1 .634 -1.219l.133 -.041z" /><path d="M14 9l4 -1" /><path d="M16 16l3.923 -.98" /></svg>;
}
export default IconBooks; \ No newline at end of file
diff --git a/icons-react/icons-js/braces-off.js b/icons-react/icons-js/braces-off.js
new file mode 100644
index 00000000..e60570c8
--- /dev/null
+++ b/icons-react/icons-js/braces-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBracesOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-braces-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.176 5.177c-.113 .251 -.176 .53 -.176 .823v3c0 1.657 -.895 3 -2 3c1.105 0 2 1.343 2 3v3a2 2 0 0 0 2 2" /><path d="M17 4a2 2 0 0 1 2 2v3c0 1.657 .895 3 2 3c-1.105 0 -2 1.343 -2 3m-.176 3.821a2 2 0 0 1 -1.824 1.179" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBracesOff; \ No newline at end of file
diff --git a/icons-react/icons-js/brackets-off.js b/icons-react/icons-js/brackets-off.js
new file mode 100644
index 00000000..4f4fc047
--- /dev/null
+++ b/icons-react/icons-js/brackets-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBracketsOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brackets-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 5v15h3" /><path d="M16 4h3v11m0 4v1h-3" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBracketsOff; \ No newline at end of file
diff --git a/icons-react/icons-js/browser-off.js b/icons-react/icons-js/browser-off.js
new file mode 100644
index 00000000..19e2897a
--- /dev/null
+++ b/icons-react/icons-js/browser-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrowserOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-browser-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 1v11m-.288 3.702a0.997 .997 0 0 1 -.712 .298h-14a1 1 0 0 1 -1 -1v-14c0 -.276 .112 -.526 .293 -.707" /><path d="M4 8h4m4 0h8" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBrowserOff; \ No newline at end of file
diff --git a/icons-react/icons-js/brush-off.js b/icons-react/icons-js/brush-off.js
new file mode 100644
index 00000000..2f6e7e38
--- /dev/null
+++ b/icons-react/icons-js/brush-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrushOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brush-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 17a4 4 0 1 1 4 4h-4v-4z" /><path d="M21 3a15.996 15.996 0 0 0 -9.309 4.704m-1.795 2.212a15.993 15.993 0 0 0 -1.696 3.284" /><path d="M21 3a15.996 15.996 0 0 1 -4.697 9.302m-2.195 1.786a15.993 15.993 0 0 1 -3.308 1.712" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBrushOff; \ No newline at end of file
diff --git a/icons-react/icons-js/bug-off.js b/icons-react/icons-js/bug-off.js
new file mode 100644
index 00000000..f24f2ce3
--- /dev/null
+++ b/icons-react/icons-js/bug-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBugOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bug-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="M9.884 5.873a3 3 0 0 1 5.116 2.127v1" /><path d="M13 9h3a6 6 0 0 1 1 3v1m-.298 3.705a5.002 5.002 0 0 1 -9.702 -1.705v-3a6 6 0 0 1 1 -3h1" /><path d="M3 13h4" /><path d="M17 13h4" /><path d="M12 20v-6" /><path d="M4 19l3.35 -2" /><path d="M4 7l3.75 2.4" /><path d="M20 7l-3.75 2.4" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBugOff; \ No newline at end of file
diff --git a/icons-react/icons-js/bulb-off.js b/icons-react/icons-js/bulb-off.js
index 2b27b926..eb09c953 100644
--- a/icons-react/icons-js/bulb-off.js
+++ b/icons-react/icons-js/bulb-off.js
@@ -6,7 +6,7 @@ function IconBulbOff({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bulb-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="M9 16a5 5 0 1 1 6 0a3.5 3.5 0 0 0 -1 3a2 2 0 0 1 -4 0a3.5 3.5 0 0 0 -1 -3" /><line x1={9.7} y1={17} x2={14.3} y2={17} /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bulb-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 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7" /><path d="M11.089 7.083a5 5 0 0 1 5.826 5.84m-1.378 2.611a5.012 5.012 0 0 1 -.537 .466a3.5 3.5 0 0 0 -1 3a2 2 0 1 1 -4 0a3.5 3.5 0 0 0 -1 -3a5 5 0 0 1 -.528 -7.544" /><path d="M9.7 17h4.6" /><path d="M3 3l18 18" /></svg>;
}
export default IconBulbOff; \ No newline at end of file
diff --git a/icons-react/icons-js/calculator-off.js b/icons-react/icons-js/calculator-off.js
new file mode 100644
index 00000000..87b90cc3
--- /dev/null
+++ b/icons-react/icons-js/calculator-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCalculatorOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-calculator-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="M19.823 19.824a2 2 0 0 1 -1.823 1.176h-12a2 2 0 0 1 -2 -2v-14c0 -.295 .064 -.575 .178 -.827m2.822 -1.173h11a2 2 0 0 1 2 2v11" /><path d="M10 10h-1a1 1 0 0 1 -1 -1v-1m3 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1" /><path d="M8 14v.01" /><path d="M12 14v.01" /><path d="M8 17v.01" /><path d="M12 17v.01" /><path d="M16 17v.01" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCalculatorOff; \ No newline at end of file
diff --git a/icons-react/icons-js/candy-off.js b/icons-react/icons-js/candy-off.js
new file mode 100644
index 00000000..7ca087b2
--- /dev/null
+++ b/icons-react/icons-js/candy-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCandyOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-candy-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.174 7.17l.119 -.12a2 2 0 0 1 2.828 0l2.829 2.83a2 2 0 0 1 0 2.828l-.124 .124m-1.996 1.996l-2.123 2.123a2 2 0 0 1 -2.828 0l-2.829 -2.831a2 2 0 0 1 0 -2.828l2.113 -2.112" /><path d="M16.243 9.172l3.086 -.772a1.5 1.5 0 0 0 .697 -2.516l-2.216 -2.217a1.5 1.5 0 0 0 -2.44 .47l-1.248 2.913" /><path d="M9.172 16.243l-.772 3.086a1.5 1.5 0 0 1 -2.516 .697l-2.217 -2.216a1.5 1.5 0 0 1 .47 -2.44l2.913 -1.248" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCandyOff; \ No newline at end of file
diff --git a/icons-react/icons-js/capture-off.js b/icons-react/icons-js/capture-off.js
new file mode 100644
index 00000000..c97c3ac9
--- /dev/null
+++ b/icons-react/icons-js/capture-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCaptureOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-capture-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 16v2a2 2 0 0 0 2 2h2" /><path d="M16 4h2a2 2 0 0 1 2 2v2" /><path d="M16 20h2c.554 0 1.055 -.225 1.417 -.589" /><path d="M9.87 9.887a3 3 0 0 0 4.255 4.23m.58 -3.416a3.012 3.012 0 0 0 -1.4 -1.403" /><path d="M4 8v-2c0 -.548 .22 -1.044 .577 -1.405" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCaptureOff; \ No newline at end of file
diff --git a/icons-react/icons-js/car-off.js b/icons-react/icons-js/car-off.js
new file mode 100644
index 00000000..e04b6d56
--- /dev/null
+++ b/icons-react/icons-js/car-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCarOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-car-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={7} cy={17} r={2} /><path d="M15.584 15.588a2 2 0 0 0 2.828 2.83" /><path d="M5 17h-2v-6l2 -5h1m4 0h4l4 5h1a2 2 0 0 1 2 2v4m-6 0h-6m-6 -6h8m4 0h3m-6 -3v-2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCarOff; \ No newline at end of file
diff --git a/icons-react/icons-js/cardboards-off.js b/icons-react/icons-js/cardboards-off.js
new file mode 100644
index 00000000..5c2e44d0
--- /dev/null
+++ b/icons-react/icons-js/cardboards-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCardboardsOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cardboards-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.96 16.953c.026 -.147 .04 -.298 .04 -.453v-8.5a2 2 0 0 0 -2 -2h-9m-4 0h-1a2 2 0 0 0 -2 2v8.5a2.5 2.5 0 0 0 2.5 2.5h1.06a3 3 0 0 0 2.34 -1.13l1.54 -1.92a2 2 0 0 1 3.12 0l1.54 1.92a3 3 0 0 0 2.34 1.13h1.06c.155 0 .307 -.014 .454 -.041" /><circle cx={8} cy={12} r={1} /><path d="M16.714 12.7a1 1 0 0 0 -1.417 -1.411l1.417 1.41z" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCardboardsOff; \ No newline at end of file
diff --git a/icons-react/icons-js/cast-off.js b/icons-react/icons-js/cast-off.js
new file mode 100644
index 00000000..9c243e62
--- /dev/null
+++ b/icons-react/icons-js/cast-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCastOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cast-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 19h.01" /><path d="M7 19a4 4 0 0 0 -4 -4" /><path d="M11 19a8 8 0 0 0 -8 -8" /><path d="M15 19h3a3 3 0 0 0 .875 -.13m1.997 -2.002a3 3 0 0 0 .128 -.868v-8a3 3 0 0 0 -3 -3h-9m-3.865 .136a3 3 0 0 0 -1.935 1.864" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCastOff; \ No newline at end of file
diff --git a/icons-react/icons-js/ce-off.js b/icons-react/icons-js/ce-off.js
new file mode 100644
index 00000000..64213cb1
--- /dev/null
+++ b/icons-react/icons-js/ce-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCeOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-ce-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 4a7.99 7.99 0 0 0 -2.581 .426" /><path d="M5.867 5.864a8 8 0 0 0 5.133 14.136" /><path d="M20 4a8.001 8.001 0 0 0 -7.29 4.7" /><path d="M12 12a8 8 0 0 0 8 8" /><path d="M16 12h4" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCeOff; \ No newline at end of file
diff --git a/icons-react/icons-js/certificate-2-off.js b/icons-react/icons-js/certificate-2-off.js
new file mode 100644
index 00000000..60b0fd08
--- /dev/null
+++ b/icons-react/icons-js/certificate-2-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCertificate2Off({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-certificate-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="M12 12a3 3 0 1 0 3 3" /><path d="M11 7h3" /><path d="M10 18v4l2 -1l2 1v-4" /><path d="M10 19h-2a2 2 0 0 1 -2 -2v-11m1.18 -2.825c.25 -.112 .529 -.175 .82 -.175h8a2 2 0 0 1 2 2v9m-.175 3.82a2 2 0 0 1 -1.825 1.18h-2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCertificate2Off; \ No newline at end of file
diff --git a/icons-react/icons-js/certificate-off.js b/icons-react/icons-js/certificate-off.js
new file mode 100644
index 00000000..f4a5c4e2
--- /dev/null
+++ b/icons-react/icons-js/certificate-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCertificateOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-certificate-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.876 12.881a3 3 0 0 0 4.243 4.243m.588 -3.42a3.012 3.012 0 0 0 -1.437 -1.423" /><path d="M13 17.5v4.5l2 -1.5l2 1.5v-4.5" /><path d="M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2m4 0h10a2 2 0 0 1 2 2v10" /><path d="M6 9h3m4 0h5" /><path d="M6 12h3" /><path d="M6 15h2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCertificateOff; \ No newline at end of file
diff --git a/icons-react/icons-js/circle-rectangle-off.js b/icons-react/icons-js/circle-rectangle-off.js
new file mode 100644
index 00000000..3f230bfb
--- /dev/null
+++ b/icons-react/icons-js/circle-rectangle-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCircleRectangleOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-circle-rectangle-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 10h3v3m-3 1h-7v-4h3" /><path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCircleRectangleOff; \ No newline at end of file
diff --git a/icons-react/icons-js/clipboard-off.js b/icons-react/icons-js/clipboard-off.js
new file mode 100644
index 00000000..e3d06a6c
--- /dev/null
+++ b/icons-react/icons-js/clipboard-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconClipboardOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-clipboard-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.575 5.597a1.994 1.994 0 0 0 -.575 1.403v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2m0 -4v-8a2 2 0 0 0 -2 -2h-2" /><path d="M9 5a2 2 0 0 1 2 -2h2a2 2 0 1 1 0 4h-2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconClipboardOff; \ No newline at end of file
diff --git a/icons-react/icons-js/clock-off.js b/icons-react/icons-js/clock-off.js
new file mode 100644
index 00000000..1d4519b5
--- /dev/null
+++ b/icons-react/icons-js/clock-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconClockOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-clock-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 7v1" /><path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconClockOff; \ No newline at end of file
diff --git a/icons-react/icons-js/code-off.js b/icons-react/icons-js/code-off.js
new file mode 100644
index 00000000..319f1e3f
--- /dev/null
+++ b/icons-react/icons-js/code-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCodeOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-code-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 8l-4 4l4 4" /><path d="M17 8l4 4l-2.5 2.5" /><path d="M14 4l-1.201 4.805m-.802 3.207l-1.997 7.988" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCodeOff; \ No newline at end of file
diff --git a/icons-react/icons-js/coin-off.js b/icons-react/icons-js/coin-off.js
new file mode 100644
index 00000000..ac507d44
--- /dev/null
+++ b/icons-react/icons-js/coin-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCoinOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-coin-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.8 9a2 2 0 0 0 -1.8 -1h-1m-2.82 1.171a2 2 0 0 0 1.82 2.829h1m2.824 2.822a2 2 0 0 1 -1.824 1.178h-2a2 2 0 0 1 -1.8 -1" /><path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" /><path d="M12 6v2m0 8v2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCoinOff; \ No newline at end of file
diff --git a/icons-react/icons-js/color-picker-off.js b/icons-react/icons-js/color-picker-off.js
new file mode 100644
index 00000000..fbea7e7d
--- /dev/null
+++ b/icons-react/icons-js/color-picker-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconColorPickerOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-color-picker-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 7l6 6" /><path d="M12.001 7.999l3.699 -3.699a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-3.702 3.702m-1.998 1.998l-6 6h-4v-4l6.002 -6.002" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconColorPickerOff; \ No newline at end of file
diff --git a/icons-react/icons-js/color-swatch-off.js b/icons-react/icons-js/color-swatch-off.js
new file mode 100644
index 00000000..2a3885d9
--- /dev/null
+++ b/icons-react/icons-js/color-swatch-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconColorSwatchOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-color-swatch-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 13v4a4 4 0 0 0 6.832 2.825m1.168 -2.825v-12a2 2 0 0 0 -2 -2h-4a2 2 0 0 0 -2 2v4" /><path d="M13 7.35l-2 -2a2 2 0 0 0 -2.11 -.461m-2.13 1.874l-1.416 1.415a2 2 0 0 0 0 2.828l9 9" /><path d="M7.3 13h-2.3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h12" /><path d="M17 17v.01" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconColorSwatchOff; \ No newline at end of file
diff --git a/icons-react/icons-js/columns-off.js b/icons-react/icons-js/columns-off.js
new file mode 100644
index 00000000..57de98d2
--- /dev/null
+++ b/icons-react/icons-js/columns-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconColumnsOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-columns-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 6h2" /><path d="M4 10h5.5" /><path d="M4 14h5.5" /><path d="M4 18h5.5" /><path d="M14.5 6h5.5" /><path d="M14.5 10h5.5" /><path d="M18 14h2" /><path d="M14.5 18h3.5" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconColumnsOff; \ No newline at end of file
diff --git a/icons-react/icons-js/compass-off.js b/icons-react/icons-js/compass-off.js
new file mode 100644
index 00000000..00926778
--- /dev/null
+++ b/icons-react/icons-js/compass-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCompassOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-compass-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.999 9l3.001 -1l-1.002 3.005m-.998 2.995l-6 2l2 -6" /><path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" /><path d="M12 3v2" /><path d="M12 19v2" /><path d="M3 12h2" /><path d="M19 12h2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCompassOff; \ No newline at end of file
diff --git a/icons-react/icons-js/components-off.js b/icons-react/icons-js/components-off.js
new file mode 100644
index 00000000..ad513325
--- /dev/null
+++ b/icons-react/icons-js/components-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconComponentsOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-components-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 12l3 3l3 -3l-3 -3z" /><path d="M18.5 14.5l2.5 -2.5l-3 -3l-2.5 2.5" /><path d="M12.499 8.501l2.501 -2.501l-3 -3l-2.5 2.5" /><path d="M9 18l3 3l3 -3l-3 -3z" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconComponentsOff; \ No newline at end of file
diff --git a/icons-react/icons-js/cookie-off.js b/icons-react/icons-js/cookie-off.js
new file mode 100644
index 00000000..28f669d7
--- /dev/null
+++ b/icons-react/icons-js/cookie-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCookieOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cookie-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 13v.01" /><path d="M12 17v.01" /><path d="M12 12v.01" /><path d="M18.192 18.187a3 3 0 0 1 -.976 .652c-1.048 .263 -1.787 .483 -2.216 .661c-.475 .197 -1.092 .538 -1.852 1.024a3 3 0 0 1 -2.296 0c-.802 -.503 -1.419 -.844 -1.852 -1.024c-.471 -.195 -1.21 -.415 -2.216 -.66a3 3 0 0 1 -1.623 -1.624c-.265 -1.052 -.485 -1.79 -.661 -2.216c-.198 -.479 -.54 -1.096 -1.024 -1.852a3 3 0 0 1 0 -2.296c.48 -.744 .82 -1.361 1.024 -1.852c.171 -.413 .391 -1.152 .66 -2.216a3 3 0 0 1 .649 -.971m2.821 -1.174c.14 -.049 .263 -.095 .37 -.139c.458 -.19 1.075 -.531 1.852 -1.024a3 3 0 0 1 2.296 0l2.667 1.104a4 4 0 0 0 4.656 6.14l.053 .132a3 3 0 0 1 0 2.296c-.497 .786 -.838 1.404 -1.024 1.852a6.579 6.579 0 0 0 -.135 .36" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCookieOff; \ No newline at end of file
diff --git a/icons-react/icons-js/copy-off.js b/icons-react/icons-js/copy-off.js
new file mode 100644
index 00000000..6d35491a
--- /dev/null
+++ b/icons-react/icons-js/copy-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCopyOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-copy-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="M19.414 19.415a1.994 1.994 0 0 1 -1.414 .585h-8a2 2 0 0 1 -2 -2v-8c0 -.554 .225 -1.055 .589 -1.417m3.411 -.583h6a2 2 0 0 1 2 2v6" /><path d="M16 8v-2a2 2 0 0 0 -2 -2h-6m-3.418 .59c-.36 .36 -.582 .86 -.582 1.41v8a2 2 0 0 0 2 2h2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCopyOff; \ No newline at end of file
diff --git a/icons-react/icons-js/copyleft-off.js b/icons-react/icons-js/copyleft-off.js
new file mode 100644
index 00000000..8468a7b5
--- /dev/null
+++ b/icons-react/icons-js/copyleft-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCopyleftOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-copyleft-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.303 9.3a3.01 3.01 0 0 1 1.405 1.406m-.586 3.413a3.016 3.016 0 0 1 -4.122 .131" /><path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCopyleftOff; \ No newline at end of file
diff --git a/icons-react/icons-js/copyright-off.js b/icons-react/icons-js/copyright-off.js
new file mode 100644
index 00000000..ebfb2518
--- /dev/null
+++ b/icons-react/icons-js/copyright-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCopyrightOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-copyright-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 9.75a3.016 3.016 0 0 0 -.711 -.466m-3.41 .596a2.993 2.993 0 0 0 -.042 4.197a3.016 3.016 0 0 0 4.163 .173" /><path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCopyrightOff; \ No newline at end of file
diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts
index a0592cd5..eeb73222 100644
--- a/icons-react/index.d.ts
+++ b/icons-react/index.d.ts
@@ -259,6 +259,7 @@ export const IconBible: TablerIcon;
export const IconBikeOff: TablerIcon;
export const IconBike: TablerIcon;
export const IconBinary: TablerIcon;
+export const IconBiohazardOff: TablerIcon;
export const IconBiohazard: TablerIcon;
export const IconBlockquote: TablerIcon;
export const IconBluetoothConnected: TablerIcon;
@@ -266,17 +267,22 @@ export const IconBluetoothOff: TablerIcon;
export const IconBluetoothX: TablerIcon;
export const IconBluetooth: TablerIcon;
export const IconBlur: TablerIcon;
+export const IconBoldOff: TablerIcon;
export const IconBold: TablerIcon;
export const IconBoltOff: TablerIcon;
export const IconBolt: TablerIcon;
+export const IconBoneOff: TablerIcon;
export const IconBone: TablerIcon;
export const IconBook2: TablerIcon;
export const IconBookDownload: TablerIcon;
+export const IconBookOff: TablerIcon;
export const IconBookUpload: TablerIcon;
export const IconBook: TablerIcon;
export const IconBookmarkOff: TablerIcon;
export const IconBookmark: TablerIcon;
+export const IconBookmarksOff: TablerIcon;
export const IconBookmarks: TablerIcon;
+export const IconBooksOff: TablerIcon;
export const IconBooks: TablerIcon;
export const IconBorderAll: TablerIcon;
export const IconBorderBottom: TablerIcon;
@@ -309,7 +315,9 @@ export const IconBoxMultiple9: TablerIcon;
export const IconBoxMultiple: TablerIcon;
export const IconBoxPadding: TablerIcon;
export const IconBox: TablerIcon;
+export const IconBracesOff: TablerIcon;
export const IconBraces: TablerIcon;
+export const IconBracketsOff: TablerIcon;
export const IconBrackets: TablerIcon;
export const IconBrandAirbnb: TablerIcon;
export const IconBrandAirtable: TablerIcon;
@@ -427,11 +435,14 @@ export const IconBrightnessHalf: TablerIcon;
export const IconBrightnessUp: TablerIcon;
export const IconBrightness: TablerIcon;
export const IconBrowserCheck: TablerIcon;
+export const IconBrowserOff: TablerIcon;
export const IconBrowserPlus: TablerIcon;
export const IconBrowserX: TablerIcon;
export const IconBrowser: TablerIcon;
+export const IconBrushOff: TablerIcon;
export const IconBrush: TablerIcon;
export const IconBucket: TablerIcon;
+export const IconBugOff: TablerIcon;
export const IconBug: TablerIcon;
export const IconBuildingArch: TablerIcon;
export const IconBuildingBank: TablerIcon;
@@ -461,6 +472,7 @@ export const IconBusinessplan: TablerIcon;
export const IconButterfly: TablerIcon;
export const IconCSharp: TablerIcon;
export const IconCake: TablerIcon;
+export const IconCalculatorOff: TablerIcon;
export const IconCalculator: TablerIcon;
export const IconCalendarEvent: TablerIcon;
export const IconCalendarMinus: TablerIcon;
@@ -476,12 +488,16 @@ export const IconCameraRotate: TablerIcon;
export const IconCameraSelfie: TablerIcon;
export const IconCamera: TablerIcon;
export const IconCandle: TablerIcon;
+export const IconCandyOff: TablerIcon;
export const IconCandy: TablerIcon;
+export const IconCaptureOff: TablerIcon;
export const IconCapture: TablerIcon;
export const IconCarCrane: TablerIcon;
export const IconCarCrash: TablerIcon;
+export const IconCarOff: TablerIcon;
export const IconCar: TablerIcon;
export const IconCaravan: TablerIcon;
+export const IconCardboardsOff: TablerIcon;
export const IconCardboards: TablerIcon;
export const IconCaretDown: TablerIcon;
export const IconCaretLeft: TablerIcon;
@@ -490,7 +506,9 @@ export const IconCaretUp: TablerIcon;
export const IconCashBanknoteOff: TablerIcon;
export const IconCashBanknote: TablerIcon;
export const IconCash: TablerIcon;
+export const IconCastOff: TablerIcon;
export const IconCast: TablerIcon;
+export const IconCeOff: TablerIcon;
export const IconCe: TablerIcon;
export const IconCellSignal1: TablerIcon;
export const IconCellSignal2: TablerIcon;
@@ -499,7 +517,9 @@ export const IconCellSignal4: TablerIcon;
export const IconCellSignal5: TablerIcon;
export const IconCellSignalOff: TablerIcon;
export const IconCell: TablerIcon;
+export const IconCertificate2Off: TablerIcon;
export const IconCertificate2: TablerIcon;
+export const IconCertificateOff: TablerIcon;
export const IconCertificate: TablerIcon;
export const IconChargingPile: TablerIcon;
export const IconChartArcs3: TablerIcon;
@@ -569,6 +589,7 @@ export const IconCircleHalf: TablerIcon;
export const IconCircleMinus: TablerIcon;
export const IconCircleOff: TablerIcon;
export const IconCirclePlus: TablerIcon;
+export const IconCircleRectangleOff: TablerIcon;
export const IconCircleRectangle: TablerIcon;
export const IconCircleSquare: TablerIcon;
export const IconCircleTriangle: TablerIcon;
@@ -580,11 +601,13 @@ export const IconClearFormatting: TablerIcon;
export const IconClick: TablerIcon;
export const IconClipboardCheck: TablerIcon;
export const IconClipboardList: TablerIcon;
+export const IconClipboardOff: TablerIcon;
export const IconClipboardPlus: TablerIcon;
export const IconClipboardText: TablerIcon;
export const IconClipboardX: TablerIcon;
export const IconClipboard: TablerIcon;
export const IconClock2: TablerIcon;
+export const IconClockOff: TablerIcon;
export const IconClock: TablerIcon;
export const IconCloudDownload: TablerIcon;
export const IconCloudFog: TablerIcon;
@@ -598,18 +621,25 @@ export const IconCloudUpload: TablerIcon;
export const IconCloud: TablerIcon;
export const IconClubs: TablerIcon;
export const IconCodeMinus: TablerIcon;
+export const IconCodeOff: TablerIcon;
export const IconCodePlus: TablerIcon;
export const IconCode: TablerIcon;
export const IconCoffee: TablerIcon;
+export const IconCoinOff: TablerIcon;
export const IconCoin: TablerIcon;
+export const IconColorPickerOff: TablerIcon;
export const IconColorPicker: TablerIcon;
+export const IconColorSwatchOff: TablerIcon;
export const IconColorSwatch: TablerIcon;
export const IconColumnInsertLeft: TablerIcon;
export const IconColumnInsertRight: TablerIcon;
+export const IconColumnsOff: TablerIcon;
export const IconColumns: TablerIcon;
export const IconComet: TablerIcon;
export const IconCommand: TablerIcon;
+export const IconCompassOff: TablerIcon;
export const IconCompass: TablerIcon;
+export const IconComponentsOff: TablerIcon;
export const IconComponents: TablerIcon;
export const IconCone2: TablerIcon;
export const IconCone: TablerIcon;
@@ -617,9 +647,13 @@ export const IconConfetti: TablerIcon;
export const IconContainer: TablerIcon;
export const IconContrast2: TablerIcon;
export const IconContrast: TablerIcon;
+export const IconCookieOff: TablerIcon;
export const IconCookie: TablerIcon;
+export const IconCopyOff: TablerIcon;
export const IconCopy: TablerIcon;
+export const IconCopyleftOff: TablerIcon;
export const IconCopyleft: TablerIcon;
+export const IconCopyrightOff: TablerIcon;
export const IconCopyright: TablerIcon;
export const IconCornerDownLeftDouble: TablerIcon;
export const IconCornerDownLeft: TablerIcon;
diff --git a/icons-react/index.js b/icons-react/index.js
index 76cce96a..148370cb 100644
--- a/icons-react/index.js
+++ b/icons-react/index.js
@@ -253,6 +253,7 @@ export { default as IconBible } from './icons-js/bible.js';
export { default as IconBikeOff } from './icons-js/bike-off.js';
export { default as IconBike } from './icons-js/bike.js';
export { default as IconBinary } from './icons-js/binary.js';
+export { default as IconBiohazardOff } from './icons-js/biohazard-off.js';
export { default as IconBiohazard } from './icons-js/biohazard.js';
export { default as IconBlockquote } from './icons-js/blockquote.js';
export { default as IconBluetoothConnected } from './icons-js/bluetooth-connected.js';
@@ -260,17 +261,22 @@ export { default as IconBluetoothOff } from './icons-js/bluetooth-off.js';
export { default as IconBluetoothX } from './icons-js/bluetooth-x.js';
export { default as IconBluetooth } from './icons-js/bluetooth.js';
export { default as IconBlur } from './icons-js/blur.js';
+export { default as IconBoldOff } from './icons-js/bold-off.js';
export { default as IconBold } from './icons-js/bold.js';
export { default as IconBoltOff } from './icons-js/bolt-off.js';
export { default as IconBolt } from './icons-js/bolt.js';
+export { default as IconBoneOff } from './icons-js/bone-off.js';
export { default as IconBone } from './icons-js/bone.js';
export { default as IconBook2 } from './icons-js/book-2.js';
export { default as IconBookDownload } from './icons-js/book-download.js';
+export { default as IconBookOff } from './icons-js/book-off.js';
export { default as IconBookUpload } from './icons-js/book-upload.js';
export { default as IconBook } from './icons-js/book.js';
export { default as IconBookmarkOff } from './icons-js/bookmark-off.js';
export { default as IconBookmark } from './icons-js/bookmark.js';
+export { default as IconBookmarksOff } from './icons-js/bookmarks-off.js';
export { default as IconBookmarks } from './icons-js/bookmarks.js';
+export { default as IconBooksOff } from './icons-js/books-off.js';
export { default as IconBooks } from './icons-js/books.js';
export { default as IconBorderAll } from './icons-js/border-all.js';
export { default as IconBorderBottom } from './icons-js/border-bottom.js';
@@ -303,7 +309,9 @@ export { default as IconBoxMultiple9 } from './icons-js/box-multiple-9.js';
export { default as IconBoxMultiple } from './icons-js/box-multiple.js';
export { default as IconBoxPadding } from './icons-js/box-padding.js';
export { default as IconBox } from './icons-js/box.js';
+export { default as IconBracesOff } from './icons-js/braces-off.js';
export { default as IconBraces } from './icons-js/braces.js';
+export { default as IconBracketsOff } from './icons-js/brackets-off.js';
export { default as IconBrackets } from './icons-js/brackets.js';
export { default as IconBrandAirbnb } from './icons-js/brand-airbnb.js';
export { default as IconBrandAirtable } from './icons-js/brand-airtable.js';
@@ -421,11 +429,14 @@ export { default as IconBrightnessHalf } from './icons-js/brightness-half.js';
export { default as IconBrightnessUp } from './icons-js/brightness-up.js';
export { default as IconBrightness } from './icons-js/brightness.js';
export { default as IconBrowserCheck } from './icons-js/browser-check.js';
+export { default as IconBrowserOff } from './icons-js/browser-off.js';
export { default as IconBrowserPlus } from './icons-js/browser-plus.js';
export { default as IconBrowserX } from './icons-js/browser-x.js';
export { default as IconBrowser } from './icons-js/browser.js';
+export { default as IconBrushOff } from './icons-js/brush-off.js';
export { default as IconBrush } from './icons-js/brush.js';
export { default as IconBucket } from './icons-js/bucket.js';
+export { default as IconBugOff } from './icons-js/bug-off.js';
export { default as IconBug } from './icons-js/bug.js';
export { default as IconBuildingArch } from './icons-js/building-arch.js';
export { default as IconBuildingBank } from './icons-js/building-bank.js';
@@ -455,6 +466,7 @@ export { default as IconBusinessplan } from './icons-js/businessplan.js';
export { default as IconButterfly } from './icons-js/butterfly.js';
export { default as IconCSharp } from './icons-js/c-sharp.js';
export { default as IconCake } from './icons-js/cake.js';
+export { default as IconCalculatorOff } from './icons-js/calculator-off.js';
export { default as IconCalculator } from './icons-js/calculator.js';
export { default as IconCalendarEvent } from './icons-js/calendar-event.js';
export { default as IconCalendarMinus } from './icons-js/calendar-minus.js';
@@ -470,12 +482,16 @@ export { default as IconCameraRotate } from './icons-js/camera-rotate.js';
export { default as IconCameraSelfie } from './icons-js/camera-selfie.js';
export { default as IconCamera } from './icons-js/camera.js';
export { default as IconCandle } from './icons-js/candle.js';
+export { default as IconCandyOff } from './icons-js/candy-off.js';
export { default as IconCandy } from './icons-js/candy.js';
+export { default as IconCaptureOff } from './icons-js/capture-off.js';
export { default as IconCapture } from './icons-js/capture.js';
export { default as IconCarCrane } from './icons-js/car-crane.js';
export { default as IconCarCrash } from './icons-js/car-crash.js';
+export { default as IconCarOff } from './icons-js/car-off.js';
export { default as IconCar } from './icons-js/car.js';
export { default as IconCaravan } from './icons-js/caravan.js';
+export { default as IconCardboardsOff } from './icons-js/cardboards-off.js';
export { default as IconCardboards } from './icons-js/cardboards.js';
export { default as IconCaretDown } from './icons-js/caret-down.js';
export { default as IconCaretLeft } from './icons-js/caret-left.js';
@@ -484,7 +500,9 @@ export { default as IconCaretUp } from './icons-js/caret-up.js';
export { default as IconCashBanknoteOff } from './icons-js/cash-banknote-off.js';
export { default as IconCashBanknote } from './icons-js/cash-banknote.js';
export { default as IconCash } from './icons-js/cash.js';
+export { default as IconCastOff } from './icons-js/cast-off.js';
export { default as IconCast } from './icons-js/cast.js';
+export { default as IconCeOff } from './icons-js/ce-off.js';
export { default as IconCe } from './icons-js/ce.js';
export { default as IconCellSignal1 } from './icons-js/cell-signal-1.js';
export { default as IconCellSignal2 } from './icons-js/cell-signal-2.js';
@@ -493,7 +511,9 @@ export { default as IconCellSignal4 } from './icons-js/cell-signal-4.js';
export { default as IconCellSignal5 } from './icons-js/cell-signal-5.js';
export { default as IconCellSignalOff } from './icons-js/cell-signal-off.js';
export { default as IconCell } from './icons-js/cell.js';
+export { default as IconCertificate2Off } from './icons-js/certificate-2-off.js';
export { default as IconCertificate2 } from './icons-js/certificate-2.js';
+export { default as IconCertificateOff } from './icons-js/certificate-off.js';
export { default as IconCertificate } from './icons-js/certificate.js';
export { default as IconChargingPile } from './icons-js/charging-pile.js';
export { default as IconChartArcs3 } from './icons-js/chart-arcs-3.js';
@@ -563,6 +583,7 @@ export { default as IconCircleHalf } from './icons-js/circle-half.js';
export { default as IconCircleMinus } from './icons-js/circle-minus.js';
export { default as IconCircleOff } from './icons-js/circle-off.js';
export { default as IconCirclePlus } from './icons-js/circle-plus.js';
+export { default as IconCircleRectangleOff } from './icons-js/circle-rectangle-off.js';
export { default as IconCircleRectangle } from './icons-js/circle-rectangle.js';
export { default as IconCircleSquare } from './icons-js/circle-square.js';
export { default as IconCircleTriangle } from './icons-js/circle-triangle.js';
@@ -574,11 +595,13 @@ export { default as IconClearFormatting } from './icons-js/clear-formatting.js';
export { default as IconClick } from './icons-js/click.js';
export { default as IconClipboardCheck } from './icons-js/clipboard-check.js';
export { default as IconClipboardList } from './icons-js/clipboard-list.js';
+export { default as IconClipboardOff } from './icons-js/clipboard-off.js';
export { default as IconClipboardPlus } from './icons-js/clipboard-plus.js';
export { default as IconClipboardText } from './icons-js/clipboard-text.js';
export { default as IconClipboardX } from './icons-js/clipboard-x.js';
export { default as IconClipboard } from './icons-js/clipboard.js';
export { default as IconClock2 } from './icons-js/clock-2.js';
+export { default as IconClockOff } from './icons-js/clock-off.js';
export { default as IconClock } from './icons-js/clock.js';
export { default as IconCloudDownload } from './icons-js/cloud-download.js';
export { default as IconCloudFog } from './icons-js/cloud-fog.js';
@@ -592,18 +615,25 @@ export { default as IconCloudUpload } from './icons-js/cloud-upload.js';
export { default as IconCloud } from './icons-js/cloud.js';
export { default as IconClubs } from './icons-js/clubs.js';
export { default as IconCodeMinus } from './icons-js/code-minus.js';
+export { default as IconCodeOff } from './icons-js/code-off.js';
export { default as IconCodePlus } from './icons-js/code-plus.js';
export { default as IconCode } from './icons-js/code.js';
export { default as IconCoffee } from './icons-js/coffee.js';
+export { default as IconCoinOff } from './icons-js/coin-off.js';
export { default as IconCoin } from './icons-js/coin.js';
+export { default as IconColorPickerOff } from './icons-js/color-picker-off.js';
export { default as IconColorPicker } from './icons-js/color-picker.js';
+export { default as IconColorSwatchOff } from './icons-js/color-swatch-off.js';
export { default as IconColorSwatch } from './icons-js/color-swatch.js';
export { default as IconColumnInsertLeft } from './icons-js/column-insert-left.js';
export { default as IconColumnInsertRight } from './icons-js/column-insert-right.js';
+export { default as IconColumnsOff } from './icons-js/columns-off.js';
export { default as IconColumns } from './icons-js/columns.js';
export { default as IconComet } from './icons-js/comet.js';
export { default as IconCommand } from './icons-js/command.js';
+export { default as IconCompassOff } from './icons-js/compass-off.js';
export { default as IconCompass } from './icons-js/compass.js';
+export { default as IconComponentsOff } from './icons-js/components-off.js';
export { default as IconComponents } from './icons-js/components.js';
export { default as IconCone2 } from './icons-js/cone-2.js';
export { default as IconCone } from './icons-js/cone.js';
@@ -611,9 +641,13 @@ export { default as IconConfetti } from './icons-js/confetti.js';
export { default as IconContainer } from './icons-js/container.js';
export { default as IconContrast2 } from './icons-js/contrast-2.js';
export { default as IconContrast } from './icons-js/contrast.js';
+export { default as IconCookieOff } from './icons-js/cookie-off.js';
export { default as IconCookie } from './icons-js/cookie.js';
+export { default as IconCopyOff } from './icons-js/copy-off.js';
export { default as IconCopy } from './icons-js/copy.js';
+export { default as IconCopyleftOff } from './icons-js/copyleft-off.js';
export { default as IconCopyleft } from './icons-js/copyleft.js';
+export { default as IconCopyrightOff } from './icons-js/copyright-off.js';
export { default as IconCopyright } from './icons-js/copyright.js';
export { default as IconCornerDownLeftDouble } from './icons-js/corner-down-left-double.js';
export { default as IconCornerDownLeft } from './icons-js/corner-down-left.js';