aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-04-05 00:31:43 +0200
committercodecalm <codecalm@gmail.com>2022-04-05 00:31:43 +0200
commit5d462f3027c370ab713fd6e44dda11c17462e71a (patch)
treea9dc1f0f2c54ae396d1a42f3bf9de4cdc23e5eff /icons-react/icons-js
parentfux update icons version (diff)
downloadtabler-icons-5d462f3027c370ab713fd6e44dda11c17462e71a.tar.xz
Release 1.62.0v1.62.0
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/a-b-off.js12
-rw-r--r--icons-react/icons-js/accessible-off.js12
-rw-r--r--icons-react/icons-js/adjustments-off.js12
-rw-r--r--icons-react/icons-js/alarm-off.js12
-rw-r--r--icons-react/icons-js/antenna-bars-off.js12
-rw-r--r--icons-react/icons-js/api-app-off.js12
-rw-r--r--icons-react/icons-js/apps-off.js12
-rw-r--r--icons-react/icons-js/archive-off.js12
-rw-r--r--icons-react/icons-js/artboard-off.js12
-rw-r--r--icons-react/icons-js/aspect-ratio-off.js12
-rw-r--r--icons-react/icons-js/at-off.js12
-rw-r--r--icons-react/icons-js/ballpen-off.js12
-rw-r--r--icons-react/icons-js/barbell-off.js12
-rw-r--r--icons-react/icons-js/barcode-off.js12
-rw-r--r--icons-react/icons-js/barrel.js12
-rw-r--r--icons-react/icons-js/barrier-block-off.js12
-rw-r--r--icons-react/icons-js/basket-off.js12
-rw-r--r--icons-react/icons-js/beach-off.js12
-rw-r--r--icons-react/icons-js/bike-off.js12
19 files changed, 228 insertions, 0 deletions
diff --git a/icons-react/icons-js/a-b-off.js b/icons-react/icons-js/a-b-off.js
new file mode 100644
index 00000000..97820662
--- /dev/null
+++ b/icons-react/icons-js/a-b-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconABOff({
+ size = 24,
+ color = "currentColor",
+ 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>;
+}
+
+export default IconABOff; \ No newline at end of file
diff --git a/icons-react/icons-js/accessible-off.js b/icons-react/icons-js/accessible-off.js
new file mode 100644
index 00000000..280669bc
--- /dev/null
+++ b/icons-react/icons-js/accessible-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAccessibleOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-accessible-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 16.5l2 -3l2 3m-2 -3v-1.5m2.627 -1.376l.373 -.124m-6 0l2.231 .744" /><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 8a0.5 .5 0 1 0 -.5 -.5" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconAccessibleOff; \ No newline at end of file
diff --git a/icons-react/icons-js/adjustments-off.js b/icons-react/icons-js/adjustments-off.js
new file mode 100644
index 00000000..95840c03
--- /dev/null
+++ b/icons-react/icons-js/adjustments-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAdjustmentsOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-adjustments-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={6} cy={10} r={2} /><path d="M6 6v2" /><path d="M6 12v8" /><circle cx={12} cy={16} r={2} /><path d="M12 4v4" /><path d="M12 12v2" /><path d="M12 18v2" /><circle cx={18} cy={7} r={2} /><path d="M18 4v1" /><path d="M18 9v5" /><path d="M18 18v2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconAdjustmentsOff; \ No newline at end of file
diff --git a/icons-react/icons-js/alarm-off.js b/icons-react/icons-js/alarm-off.js
new file mode 100644
index 00000000..fb7baf8e
--- /dev/null
+++ b/icons-react/icons-js/alarm-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAlarmOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-alarm-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.587 7.566a7 7 0 1 0 9.833 9.864m1.35 -2.645a7 7 0 0 0 -8.536 -8.56" /><path d="M12 12v1h1" /><path d="M5.261 5.265l-1.011 .735" /><path d="M17 4l2.75 2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconAlarmOff; \ No newline at end of file
diff --git a/icons-react/icons-js/antenna-bars-off.js b/icons-react/icons-js/antenna-bars-off.js
new file mode 100644
index 00000000..ff510a3c
--- /dev/null
+++ b/icons-react/icons-js/antenna-bars-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAntennaBarsOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-antenna-bars-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 18v-3" /><path d="M10 18v-6" /><path d="M14 18v-4" /><path d="M18 14v-8" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconAntennaBarsOff; \ No newline at end of file
diff --git a/icons-react/icons-js/api-app-off.js b/icons-react/icons-js/api-app-off.js
new file mode 100644
index 00000000..708b29e4
--- /dev/null
+++ b/icons-react/icons-js/api-app-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconApiAppOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-api-app-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 15h-6.5a2.5 2.5 0 1 1 0 -5h.5" /><path d="M15 15v3.5a2.5 2.5 0 1 1 -5 0v-.5" /><path d="M13 9h5.5a2.5 2.5 0 1 1 0 5h-.5" /><path d="M9 12v-3m.042 -3.957a2.5 2.5 0 0 1 4.958 .457v.5" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconApiAppOff; \ No newline at end of file
diff --git a/icons-react/icons-js/apps-off.js b/icons-react/icons-js/apps-off.js
new file mode 100644
index 00000000..84abc3cb
--- /dev/null
+++ b/icons-react/icons-js/apps-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAppsOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-apps-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 4h1a1 1 0 0 1 1 1v1m-.29 3.704a0.997 .997 0 0 1 -.71 .296h-4a1 1 0 0 1 -1 -1v-4c0 -.276 .111 -.525 .292 -.706" /><path d="M18 14h1a1 1 0 0 1 1 1v1m-.29 3.704a0.997 .997 0 0 1 -.71 .296h-4a1 1 0 0 1 -1 -1v-4c0 -.276 .111 -.525 .292 -.706" /><rect x={4} y={14} width={6} height={6} rx={1} /><path d="M14 7h6" /><path d="M17 4v6" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconAppsOff; \ No newline at end of file
diff --git a/icons-react/icons-js/archive-off.js b/icons-react/icons-js/archive-off.js
new file mode 100644
index 00000000..963b4cf2
--- /dev/null
+++ b/icons-react/icons-js/archive-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArchiveOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-archive-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 4h11a2 2 0 1 1 0 4h-7m-4 0h-3a2 2 0 0 1 -.826 -3.822" /><path d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 1.824 -1.18m.176 -3.82v-7" /><path d="M10 12h2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconArchiveOff; \ No newline at end of file
diff --git a/icons-react/icons-js/artboard-off.js b/icons-react/icons-js/artboard-off.js
new file mode 100644
index 00000000..b9b40b6e
--- /dev/null
+++ b/icons-react/icons-js/artboard-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArtboardOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-artboard-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 8h3a1 1 0 0 1 1 1v3" /><path d="M15.716 15.698a0.997 .997 0 0 1 -.716 .302h-6a1 1 0 0 1 -1 -1v-6c0 -.273 .11 -.52 .287 -.7" /><path d="M3 8h1" /><path d="M3 16h1" /><path d="M8 3v1" /><path d="M16 3v1" /><path d="M20 8h1" /><path d="M20 16h1" /><path d="M8 20v1" /><path d="M16 20v1" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconArtboardOff; \ No newline at end of file
diff --git a/icons-react/icons-js/aspect-ratio-off.js b/icons-react/icons-js/aspect-ratio-off.js
new file mode 100644
index 00000000..3e9a7e4f
--- /dev/null
+++ b/icons-react/icons-js/aspect-ratio-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAspectRatioOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-aspect-ratio-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 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2" /><path d="M7 12v-3h2" /><path d="M17 12v1m-2 2h-1" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconAspectRatioOff; \ No newline at end of file
diff --git a/icons-react/icons-js/at-off.js b/icons-react/icons-js/at-off.js
new file mode 100644
index 00000000..4d1495e5
--- /dev/null
+++ b/icons-react/icons-js/at-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAtOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-at-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.174 9.17a4 4 0 0 0 5.646 5.668m1.18 -2.838a4 4 0 0 0 -4 -4" /><path d="M19.695 15.697a2.5 2.5 0 0 0 1.305 -2.197v-1.5a9 9 0 0 0 -13.055 -8.047m-2.322 1.683a9 9 0 0 0 9.877 14.644" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconAtOff; \ No newline at end of file
diff --git a/icons-react/icons-js/ballpen-off.js b/icons-react/icons-js/ballpen-off.js
new file mode 100644
index 00000000..ff7867ad
--- /dev/null
+++ b/icons-react/icons-js/ballpen-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBallpenOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-ballpen-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 6l7 7l-2 2" /><path d="M10 10l-4.172 4.172a2.828 2.828 0 1 0 4 4l4.172 -4.172" /><path d="M16 12l4.414 -4.414a2 2 0 0 0 0 -2.829l-1.171 -1.171a2 2 0 0 0 -2.829 0l-4.414 4.414" /><path d="M4 20l1.768 -1.768" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBallpenOff; \ No newline at end of file
diff --git a/icons-react/icons-js/barbell-off.js b/icons-react/icons-js/barbell-off.js
new file mode 100644
index 00000000..ffebf0e0
--- /dev/null
+++ b/icons-react/icons-js/barbell-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBarbellOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-barbell-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="M2 12h1" /><path d="M6 8h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2" /><path d="M6.298 6.288a0.997 .997 0 0 0 -.298 .712v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-8" /><path d="M9 12h3" /><path d="M15 15v2a1 1 0 0 0 1 1h1c.275 0 .523 -.11 .704 -.29m.296 -3.71v-7a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1v4" /><path d="M18 8h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1" /><path d="M22 12h-1" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBarbellOff; \ No newline at end of file
diff --git a/icons-react/icons-js/barcode-off.js b/icons-react/icons-js/barcode-off.js
new file mode 100644
index 00000000..2ab229a5
--- /dev/null
+++ b/icons-react/icons-js/barcode-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBarcodeOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-barcode-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 7v-1c0 -.552 .224 -1.052 .586 -1.414" /><path d="M4 17v1a2 2 0 0 0 2 2h2" /><path d="M16 4h2a2 2 0 0 1 2 2v1" /><path d="M16 20h2c.551 0 1.05 -.223 1.412 -.584" /><path d="M5 11h1v2h-1z" /><path d="M10 11v2" /><path d="M15 11v.01" /><path d="M19 11v2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBarcodeOff; \ No newline at end of file
diff --git a/icons-react/icons-js/barrel.js b/icons-react/icons-js/barrel.js
new file mode 100644
index 00000000..b1cdef46
--- /dev/null
+++ b/icons-react/icons-js/barrel.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBarrel({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-barrel" 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.278 4h9.444a2 2 0 0 1 1.841 1.22c.958 2.26 1.437 4.52 1.437 6.78c0 2.26 -.479 4.52 -1.437 6.78a2 2 0 0 1 -1.841 1.22h-9.444a2 2 0 0 1 -1.841 -1.22c-.958 -2.26 -1.437 -4.52 -1.437 -6.78c0 -2.26 .479 -4.52 1.437 -6.78a2 2 0 0 1 1.841 -1.22z" /><path d="M14 4c.667 2.667 1 5.333 1 8s-.333 5.333 -1 8" /><path d="M10 4c-.667 2.667 -1 5.333 -1 8s.333 5.333 1 8" /><path d="M4.5 16h15" /><path d="M19.5 8h-15" /></svg>;
+}
+
+export default IconBarrel; \ No newline at end of file
diff --git a/icons-react/icons-js/barrier-block-off.js b/icons-react/icons-js/barrier-block-off.js
new file mode 100644
index 00000000..9643d213
--- /dev/null
+++ b/icons-react/icons-js/barrier-block-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBarrierBlockOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-barrier-block-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 7h8a1 1 0 0 1 1 1v7c0 .27 -.107 .516 -.282 .696" /><path d="M16 16h-11a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h2" /><path d="M7 16v4" /><path d="M7.5 16l4.244 -4.244" /><path d="M13.745 9.755l2.755 -2.755" /><path d="M13.5 16l1.249 -1.249" /><path d="M16.741 12.759l3.259 -3.259" /><path d="M4 13.5l4.752 -4.752" /><path d="M17 17v3" /><path d="M5 20h4" /><path d="M15 20h4" /><path d="M17 7v-2" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBarrierBlockOff; \ No newline at end of file
diff --git a/icons-react/icons-js/basket-off.js b/icons-react/icons-js/basket-off.js
new file mode 100644
index 00000000..dcf661e4
--- /dev/null
+++ b/icons-react/icons-js/basket-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBasketOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-basket-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 10l1.359 -1.63" /><path d="M10.176 6.188l1.824 -2.188l5 6" /><path d="M18.77 18.757c-.358 .768 -1.027 1.262 -1.77 1.243h-10c-.966 .024 -1.807 -.817 -2 -2l-2 -8h7" /><path d="M14 10h7l-1.397 5.587" /><circle cx={12} cy={15} r={2} /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBasketOff; \ No newline at end of file
diff --git a/icons-react/icons-js/beach-off.js b/icons-react/icons-js/beach-off.js
new file mode 100644
index 00000000..c9ffd672
--- /dev/null
+++ b/icons-react/icons-js/beach-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBeachOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-beach-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.071 15.102a7.502 7.502 0 0 0 -8.124 1.648" /><path d="M10.27 6.269l9.926 5.731a6 6 0 0 0 -10.32 -6.123" /><path d="M16.732 10c1.658 -2.87 2.225 -5.644 1.268 -6.196c-.957 -.552 -3.075 1.326 -4.732 4.196" /><path d="M15 9l-.739 1.279" /><path d="M12.794 12.82l-.794 1.376" /><path d="M3 19.25a2.4 2.4 0 0 1 1 -.25a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 1.135 -.858" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBeachOff; \ No newline at end of file
diff --git a/icons-react/icons-js/bike-off.js b/icons-react/icons-js/bike-off.js
new file mode 100644
index 00000000..6d0440fc
--- /dev/null
+++ b/icons-react/icons-js/bike-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBikeOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bike-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={5} cy={18} r={3} /><path d="M16.437 16.44a3 3 0 0 0 4.123 4.123m1.44 -2.563a3 3 0 0 0 -3 -3" /><path d="M12 19v-4l-3 -3l1.665 -1.332m2.215 -1.772l1.12 -.896l2 3h3" /><circle cx={17} cy={5} r={1} /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconBikeOff; \ No newline at end of file