aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-26 21:23:44 +0200
committercodecalm <codecalm@gmail.com>2020-09-26 21:23:44 +0200
commit5587afb0c8853070607868694cc81886c247a691 (patch)
tree25cc3a3b459d88fe177310fe69b5e19618f50f3a /icons-react/icons-js
parentremoved `box-3d` icon (diff)
downloadtabler-icons-5587afb0c8853070607868694cc81886c247a691.tar.xz
Release 1.27.0v1.27.0
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/antenna-bars-1.js2
-rw-r--r--icons-react/icons-js/antenna-bars-2.js2
-rw-r--r--icons-react/icons-js/antenna-bars-3.js2
-rw-r--r--icons-react/icons-js/antenna-bars-4.js2
-rw-r--r--icons-react/icons-js/antenna-bars-5.js2
-rw-r--r--icons-react/icons-js/aspect-ratio.js5
-rw-r--r--icons-react/icons-js/box-seam.js5
-rw-r--r--icons-react/icons-js/brand-firefox.js2
-rw-r--r--icons-react/icons-js/brand-linkedin.js2
-rw-r--r--icons-react/icons-js/building-store.js2
-rw-r--r--icons-react/icons-js/caravan.js2
-rw-r--r--icons-react/icons-js/karate.js5
-rw-r--r--icons-react/icons-js/mars.js2
-rw-r--r--icons-react/icons-js/panorama-horizontal.js5
-rw-r--r--icons-react/icons-js/panorama-vertical.js5
-rw-r--r--icons-react/icons-js/picture-in-picture.js5
-rw-r--r--icons-react/icons-js/rectangle-vertical.js5
-rw-r--r--icons-react/icons-js/rectangle.js5
-rw-r--r--icons-react/icons-js/shape.js2
-rw-r--r--icons-react/icons-js/skip-back.js2
-rw-r--r--icons-react/icons-js/stars.js5
-rw-r--r--icons-react/icons-js/tornado.js2
-rw-r--r--icons-react/icons-js/traffic-lights.js5
-rw-r--r--icons-react/icons-js/vector-beizer-2.js5
-rw-r--r--icons-react/icons-js/vector-beizer.js5
-rw-r--r--icons-react/icons-js/wiper-wash.js2
-rw-r--r--icons-react/icons-js/zodiac-aries.js2
27 files changed, 75 insertions, 15 deletions
diff --git a/icons-react/icons-js/antenna-bars-1.js b/icons-react/icons-js/antenna-bars-1.js
index 8f4d958..4240763 100644
--- a/icons-react/icons-js/antenna-bars-1.js
+++ b/icons-react/icons-js/antenna-bars-1.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconAntennaBars1 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-antenna-bars-1" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 18v-.01" /><path d="M10 18v-.01" /><path d="M14 18v-.01" /><path d="M18 18v-.01" /></svg>;
+const IconAntennaBars1 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-antenna-bars-1" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={6} y1={18} x2={6} y2={18.01} /><line x1={10} y1={18} x2={10} y2={18.01} /><line x1={14} y1={18} x2={14} y2={18.01} /><line x1={18} y1={18} x2={18} y2={18.01} /></svg>;
export default IconAntennaBars1; \ No newline at end of file
diff --git a/icons-react/icons-js/antenna-bars-2.js b/icons-react/icons-js/antenna-bars-2.js
index 274492d..b07edf8 100644
--- a/icons-react/icons-js/antenna-bars-2.js
+++ b/icons-react/icons-js/antenna-bars-2.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconAntennaBars2 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-antenna-bars-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 18v-3" /><path d="M10 18v-.01" /><path d="M14 18v-.01" /><path d="M18 18v-.01" /></svg>;
+const IconAntennaBars2 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-antenna-bars-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={6} y1={18} x2={6} y2={15} /><line x1={10} y1={18} x2={10} y2={18.01} /><line x1={14} y1={18} x2={14} y2={18.01} /><line x1={18} y1={18} x2={18} y2={18.01} /></svg>;
export default IconAntennaBars2; \ No newline at end of file
diff --git a/icons-react/icons-js/antenna-bars-3.js b/icons-react/icons-js/antenna-bars-3.js
index a679a43..f4c6b75 100644
--- a/icons-react/icons-js/antenna-bars-3.js
+++ b/icons-react/icons-js/antenna-bars-3.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconAntennaBars3 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-antenna-bars-3" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 18v-3" /><path d="M10 18v-6" /><path d="M14 18v-.01" /><path d="M18 18v-.01" /></svg>;
+const IconAntennaBars3 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-antenna-bars-3" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={6} y1={18} x2={6} y2={15} /><line x1={10} y1={18} x2={10} y2={12} /><line x1={14} y1={18} x2={14} y2={18.01} /><line x1={18} y1={18} x2={18} y2={18.01} /></svg>;
export default IconAntennaBars3; \ No newline at end of file
diff --git a/icons-react/icons-js/antenna-bars-4.js b/icons-react/icons-js/antenna-bars-4.js
index 04bae9e..f1249de 100644
--- a/icons-react/icons-js/antenna-bars-4.js
+++ b/icons-react/icons-js/antenna-bars-4.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconAntennaBars4 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-antenna-bars-4" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 18v-3" /><path d="M10 18v-6" /><path d="M14 18v-9" /><path d="M18 18v-.01" /></svg>;
+const IconAntennaBars4 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-antenna-bars-4" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={6} y1={18} x2={6} y2={15} /><line x1={10} y1={18} x2={10} y2={12} /><line x1={14} y1={18} x2={14} y2={9} /><line x1={18} y1={18} x2={18} y2={18.01} /></svg>;
export default IconAntennaBars4; \ No newline at end of file
diff --git a/icons-react/icons-js/antenna-bars-5.js b/icons-react/icons-js/antenna-bars-5.js
index 5df9614..24b2db8 100644
--- a/icons-react/icons-js/antenna-bars-5.js
+++ b/icons-react/icons-js/antenna-bars-5.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconAntennaBars5 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-antenna-bars-5" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 18v-3" /><path d="M10 18v-6" /><path d="M14 18v-9" /><path d="M18 18v-12" /></svg>;
+const IconAntennaBars5 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-antenna-bars-5" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={6} y1={18} x2={6} y2={15} /><line x1={10} y1={18} x2={10} y2={12} /><line x1={14} y1={18} x2={14} y2={9} /><line x1={18} y1={18} x2={18} y2={6} /></svg>;
export default IconAntennaBars5; \ No newline at end of file
diff --git a/icons-react/icons-js/aspect-ratio.js b/icons-react/icons-js/aspect-ratio.js
new file mode 100644
index 0000000..5395301
--- /dev/null
+++ b/icons-react/icons-js/aspect-ratio.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconAspectRatio = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-aspect-ratio" 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={5} width={18} height={14} rx={2} /><path d="M7 12v-3h3" /><path d="M17 12v3h-3" /></svg>;
+
+export default IconAspectRatio; \ No newline at end of file
diff --git a/icons-react/icons-js/box-seam.js b/icons-react/icons-js/box-seam.js
new file mode 100644
index 0000000..6e3630e
--- /dev/null
+++ b/icons-react/icons-js/box-seam.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBoxSeam = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-box-seam" 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" /><polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" /><line x1={12} y1={12} x2={20} y2={7.5} /><line x1={12} y1={12} x2={12} y2={21} /><line x1={12} y1={12} x2={4} y2={7.5} /><line x1={16} y1={5.25} x2={8} y2={9.75} /></svg>;
+
+export default IconBoxSeam; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-firefox.js b/icons-react/icons-js/brand-firefox.js
index ad72f4a..cc2487a 100644
--- a/icons-react/icons-js/brand-firefox.js
+++ b/icons-react/icons-js/brand-firefox.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconBrandFirefox = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-firefox" 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.028 7.82a9 9 0 1 0 7.972 -4.82c-.334 0 -.667 -.036 -1 0" /><path d="M4.914 9.485c-1.756-1.569-.805-5.38.109-6.17.086.896.585 1.208 1.111 1.685.88-.275 1.313-.282 1.867 0 .82-.91 2.074-2.261 3.007-2-1.081 1.741-.45 3.64.992 4.08-.17.975-1.484 1.913-2.76 2.686-1.296.938-.722 1.85 0 2.234.949.506 3.611-.995 4.545.354-1.698.102-1.536 3.107-3.983 2.727 2.523.957 4.345.462 5.458-.34 1.965-1.52 2.879-3.542 2.879-5.557-.014-1.398.194-2.695-1.26-4.75" /></svg>;
+const IconBrandFirefox = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-firefox" 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.028 7.82a9 9 0 1 0 12.823 -3.4c-1.636 -1.02 -3.064 -1.02 -4.851 -1.02h-1.647" /><path d="M4.914 9.485c-1.756 -1.569 -.805 -5.38 .109 -6.17c.086 .896 .585 1.208 1.111 1.685c.88 -.275 1.313 -.282 1.867 0c.82 -.91 1.694 -2.354 2.628 -2.093c-1.082 1.741 -.07 3.733 1.371 4.173c-.17 .975 -1.484 1.913 -2.76 2.686c-1.296 .938 -.722 1.85 0 2.234c.949 .506 3.611 -.995 4.545 .354c-1.698 .102 -1.536 3.107 -3.983 2.727c2.523 .957 4.345 .462 5.458 -.34c1.965 -1.52 2.879 -3.542 2.879 -5.557c-.014 -1.398 .194 -2.695 -1.26 -4.75" /></svg>;
export default IconBrandFirefox; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-linkedin.js b/icons-react/icons-js/brand-linkedin.js
index 045c757..d1f7c52 100644
--- a/icons-react/icons-js/brand-linkedin.js
+++ b/icons-react/icons-js/brand-linkedin.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconBrandLinkedin = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-linkedin" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={4} y={4} width={16} height={16} rx={2} /><line x1={8} y1={11} x2={8} y2={16} /><line x1={8} y1={8} x2={8} y2={8.01} /><path d="M12 16v-5" /><path d="M16 16v-3a2 2 0 0 0 -4 0" /></svg>;
+const IconBrandLinkedin = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-linkedin" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={4} y={4} width={16} height={16} rx={2} /><line x1={8} y1={11} x2={8} y2={16} /><line x1={8} y1={8} x2={8} y2={8.01} /><line x1={12} y1={16} x2={12} y2={11} /><path d="M16 16v-3a2 2 0 0 0 -4 0" /></svg>;
export default IconBrandLinkedin; \ No newline at end of file
diff --git a/icons-react/icons-js/building-store.js b/icons-react/icons-js/building-store.js
index 4c30873..0119aed 100644
--- a/icons-react/icons-js/building-store.js
+++ b/icons-react/icons-js/building-store.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconBuildingStore = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-building-store" 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" /><line x1={3} y1={21} x2={21} y2={21} /><path d="M3 7v1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1h-18l2 -4h14l2 4" /><path d="M5 21v-10.15" /><path d="M19 21v-10.15" /><path d="M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4" /></svg>;
+const IconBuildingStore = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-building-store" 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" /><line x1={3} y1={21} x2={21} y2={21} /><path d="M3 7v1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1h-18l2 -4h14l2 4" /><line x1={5} y1={21} x2={5} y2={10.85} /><line x1={19} y1={21} x2={19} y2={10.85} /><path d="M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4" /></svg>;
export default IconBuildingStore; \ No newline at end of file
diff --git a/icons-react/icons-js/caravan.js b/icons-react/icons-js/caravan.js
index e7d2769..90e2040 100644
--- a/icons-react/icons-js/caravan.js
+++ b/icons-react/icons-js/caravan.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconCaravan = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-caravan" 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={11} cy={17} r={2} /><path d="M21 17h-8" /><path d="M9 17h-5a1 1 0 0 1 -1 -1v-9a2 2 0 0 1 2 -2h10l4 4v8" /><rect x={6} y={8} width={6} height={4} rx={1} /></svg>;
+const IconCaravan = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-caravan" 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={11} cy={17} r={2} /><line x1={21} y1={17} x2={13} y2={17} /><path d="M9 17h-5a1 1 0 0 1 -1 -1v-9a2 2 0 0 1 2 -2h10l4 4v8" /><rect x={6} y={8} width={6} height={4} rx={1} /></svg>;
export default IconCaravan; \ No newline at end of file
diff --git a/icons-react/icons-js/karate.js b/icons-react/icons-js/karate.js
new file mode 100644
index 0000000..dda3df4
--- /dev/null
+++ b/icons-react/icons-js/karate.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconKarate = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-karate" 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={18} cy={4} r={1} /><path d="M3 9l4.5 1l3 2.5" /><path d="M13 21v-8l3-5.5" /><path d="M8 4.5l4 2l4 1l4 3.5l-2 3.5" /></svg>;
+
+export default IconKarate; \ No newline at end of file
diff --git a/icons-react/icons-js/mars.js b/icons-react/icons-js/mars.js
index 2536511..43b74cb 100644
--- a/icons-react/icons-js/mars.js
+++ b/icons-react/icons-js/mars.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconMars = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-mars" 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={10} cy={14} r={5} /><line x1={19} y1={5} x2={13.6} y2={10.4} /><path d="M19 5h-5" /><line x1={19} y1={5} x2={19} y2={10} /></svg>;
+const IconMars = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-mars" 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={10} cy={14} r={5} /><line x1={19} y1={5} x2={13.6} y2={10.4} /><line x1={19} y1={5} x2={14} y2={5} /><line x1={19} y1={5} x2={19} y2={10} /></svg>;
export default IconMars; \ No newline at end of file
diff --git a/icons-react/icons-js/panorama-horizontal.js b/icons-react/icons-js/panorama-horizontal.js
new file mode 100644
index 0000000..19d8dd3
--- /dev/null
+++ b/icons-react/icons-js/panorama-horizontal.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPanoramaHorizontal = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-panorama-horizontal" 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.338 5.53c5.106 1.932 10.211 1.932 15.317 .002a1 1 0 0 1 1.345 .934v11c0 .692 -.692 1.2 -1.34 .962c-5.107 -1.932 -10.214 -1.932 -15.321 0c-.648 .246 -1.339 -.242 -1.339 -.935v-11.027a1 1 0 0 1 1.338 -.935z" /></svg>;
+
+export default IconPanoramaHorizontal; \ No newline at end of file
diff --git a/icons-react/icons-js/panorama-vertical.js b/icons-react/icons-js/panorama-vertical.js
new file mode 100644
index 0000000..bcb6d00
--- /dev/null
+++ b/icons-react/icons-js/panorama-vertical.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPanoramaVertical = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-panorama-vertical" 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.463 4.338c-1.932 5.106 -1.932 10.211 -0 15.317a1 1 0 0 1 -.934 1.345h-11c-.692 0 -1.208 -.692 -.962 -1.34c1.932 -5.107 1.932 -10.214 0 -15.321c-.246 -.648 .243 -1.339 .935 -1.339h11.028c.693 0 1.18 .691 .935 1.338z" /></svg>;
+
+export default IconPanoramaVertical; \ No newline at end of file
diff --git a/icons-react/icons-js/picture-in-picture.js b/icons-react/icons-js/picture-in-picture.js
new file mode 100644
index 0000000..863e3f3
--- /dev/null
+++ b/icons-react/icons-js/picture-in-picture.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPictureInPicture = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-picture-in-picture" 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={5} width={18} height={14} rx={2} /><rect x={12} y={12} width={6} height={4} rx={1} /></svg>;
+
+export default IconPictureInPicture; \ No newline at end of file
diff --git a/icons-react/icons-js/rectangle-vertical.js b/icons-react/icons-js/rectangle-vertical.js
new file mode 100644
index 0000000..7933ef8
--- /dev/null
+++ b/icons-react/icons-js/rectangle-vertical.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconRectangleVertical = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-rectangle-vertical" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={5} y={3} width={14} height={18} rx={2} /></svg>;
+
+export default IconRectangleVertical; \ No newline at end of file
diff --git a/icons-react/icons-js/rectangle.js b/icons-react/icons-js/rectangle.js
new file mode 100644
index 0000000..077b302
--- /dev/null
+++ b/icons-react/icons-js/rectangle.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconRectangle = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-rectangle" 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={5} width={18} height={14} rx={2} /></svg>;
+
+export default IconRectangle; \ No newline at end of file
diff --git a/icons-react/icons-js/shape.js b/icons-react/icons-js/shape.js
index ddd3233..3748318 100644
--- a/icons-react/icons-js/shape.js
+++ b/icons-react/icons-js/shape.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconShape = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-shape" 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={6} r={2} /><circle cx={18} cy={6} r={2} /><circle cx={6} cy={18} r={2} /><circle cx={18} cy={18} r={2} /><line x1={6} y1={8} x2={6} y2={16} /><line x1={8} y1={6} x2={16} y2={6} /><line x1={8} y1={18} x2={16} y2={18} /><line x1={18} y1={8} x2={18} y2={16} /></svg>;
+const IconShape = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-shape" 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={5} r={2} /><circle cx={19} cy={5} r={2} /><circle cx={5} cy={19} r={2} /><circle cx={19} cy={19} r={2} /><line x1={5} y1={7} x2={5} y2={17} /><line x1={7} y1={5} x2={17} y2={5} /><line x1={7} y1={19} x2={17} y2={19} /><line x1={19} y1={7} x2={19} y2={17} /></svg>;
export default IconShape; \ No newline at end of file
diff --git a/icons-react/icons-js/skip-back.js b/icons-react/icons-js/skip-back.js
index b6ba218..37432d4 100644
--- a/icons-react/icons-js/skip-back.js
+++ b/icons-react/icons-js/skip-back.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconSkipBack = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-skip-back" 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 18v-12a2 2 0 0 0 -2.75 -1.84l-8.25 6.1a2 2 0 0 0 0 3.5l8.25 6.1a2 2 0 0 0 2.75 -1.75" /><path d="M4 20v-16" /></svg>;
+const IconSkipBack = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-skip-back" 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 18v-12a2 2 0 0 0 -2.75 -1.84l-8.25 6.1a2 2 0 0 0 0 3.5l8.25 6.1a2 2 0 0 0 2.75 -1.75" /><line x1={4} y1={20} x2={4} y2={4} /></svg>;
export default IconSkipBack; \ No newline at end of file
diff --git a/icons-react/icons-js/stars.js b/icons-react/icons-js/stars.js
new file mode 100644
index 0000000..8432ccf
--- /dev/null
+++ b/icons-react/icons-js/stars.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconStars = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-stars" 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.8 19.817l-2.172 1.138a0.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a0.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a0.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a0.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a0.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" /><path d="M6.2 19.817l-2.172 1.138a0.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a0.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a0.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a0.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a0.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" /><path d="M12 9.817l-2.172 1.138a0.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a0.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a0.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a0.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a0.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" /></svg>;
+
+export default IconStars; \ No newline at end of file
diff --git a/icons-react/icons-js/tornado.js b/icons-react/icons-js/tornado.js
index 9fc09b9..b7f7473 100644
--- a/icons-react/icons-js/tornado.js
+++ b/icons-react/icons-js/tornado.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconTornado = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-tornado" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M21 4h-18" /><path d="M13 16h-6" /><line x1={11} y1={20} x2={15} y2={20} /><line x1={6} y1={8} x2={20} y2={8} /><line x1={4} y1={12} x2={16} y2={12} /></svg>;
+const IconTornado = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-tornado" 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" /><line x1={21} y1={4} x2={3} y2={4} /><line x1={13} y1={16} x2={7} y2={16} /><line x1={11} y1={20} x2={15} y2={20} /><line x1={6} y1={8} x2={20} y2={8} /><line x1={4} y1={12} x2={16} y2={12} /></svg>;
export default IconTornado; \ No newline at end of file
diff --git a/icons-react/icons-js/traffic-lights.js b/icons-react/icons-js/traffic-lights.js
new file mode 100644
index 0000000..c46a04d
--- /dev/null
+++ b/icons-react/icons-js/traffic-lights.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconTrafficLights = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-traffic-lights" 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={7} y={2} width={10} height={20} rx={5} /><circle cx={12} cy={7} r={1} /><circle cx={12} cy={12} r={1} /><circle cx={12} cy={17} r={1} /></svg>;
+
+export default IconTrafficLights; \ No newline at end of file
diff --git a/icons-react/icons-js/vector-beizer-2.js b/icons-react/icons-js/vector-beizer-2.js
new file mode 100644
index 0000000..494ad50
--- /dev/null
+++ b/icons-react/icons-js/vector-beizer-2.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconVectorBeizer2 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-vector-beizer-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={3} y={3} width={4} height={4} rx={1} /><rect x={17} y={17} width={4} height={4} rx={1} /><line x1={7} y1={5} x2={14} y2={5} /><line x1={10} y1={19} x2={17} y2={19} /><circle cx={9} cy={19} r={1} /><circle cx={15} cy={5} r={1} /><path d="M7 5.5a5 6.5 0 0 1 5 6.5a5 6.5 0 0 0 5 6.5" /></svg>;
+
+export default IconVectorBeizer2; \ No newline at end of file
diff --git a/icons-react/icons-js/vector-beizer.js b/icons-react/icons-js/vector-beizer.js
new file mode 100644
index 0000000..fbdd22e
--- /dev/null
+++ b/icons-react/icons-js/vector-beizer.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconVectorBeizer = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-vector-beizer" 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={14} width={4} height={4} rx={1} /><rect x={17} y={14} width={4} height={4} rx={1} /><rect x={10} y={6} width={4} height={4} rx={1} /><path d="M10 8.5a6 6 0 0 0 -5 5.5" /><path d="M14 8.5a6 6 0 0 1 5 5.5" /><line x1={10} y1={8} x2={4} y2={8} /><line x1={20} y1={8} x2={14} y2={8} /><circle cx={3} cy={8} r={1} /><circle cx={21} cy={8} r={1} /></svg>;
+
+export default IconVectorBeizer; \ No newline at end of file
diff --git a/icons-react/icons-js/wiper-wash.js b/icons-react/icons-js/wiper-wash.js
index 46d9c76..e9adc84 100644
--- a/icons-react/icons-js/wiper-wash.js
+++ b/icons-react/icons-js/wiper-wash.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconWiperWash = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-wiper-wash" 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={20} r={1} /><path d="M3 11l5.5 5.5a5 5 0 0 1 7 0l5.5 -5.5a12 12 0 0 0 -18 0" /><path d="M12 20v-14" /><path d="M4 6a4 4 0 0 1 .4 -1.8" /><path d="M7 2.1a4 4 0 0 1 2 0" /><path d="M12 6a4 4 0 0 0 -.4 -1.8" /><path d="M12 6a4 4 0 0 1 .4 -1.8" /><path d="M15 2.1a4 4 0 0 1 2 0" /><path d="M20 6a4 4 0 0 0 -.4 -1.8" /></svg>;
+const IconWiperWash = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-wiper-wash" 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={20} r={1} /><path d="M3 11l5.5 5.5a5 5 0 0 1 7 0l5.5 -5.5a12 12 0 0 0 -18 0" /><line x1={12} y1={20} x2={12} y2={6} /><path d="M4 6a4 4 0 0 1 .4 -1.8" /><path d="M7 2.1a4 4 0 0 1 2 0" /><path d="M12 6a4 4 0 0 0 -.4 -1.8" /><path d="M12 6a4 4 0 0 1 .4 -1.8" /><path d="M15 2.1a4 4 0 0 1 2 0" /><path d="M20 6a4 4 0 0 0 -.4 -1.8" /></svg>;
export default IconWiperWash; \ No newline at end of file
diff --git a/icons-react/icons-js/zodiac-aries.js b/icons-react/icons-js/zodiac-aries.js
index 222779f..bd91868 100644
--- a/icons-react/icons-js/zodiac-aries.js
+++ b/icons-react/icons-js/zodiac-aries.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconZodiacAries = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-zodiac-aries" 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 5a5 5 0 1 0 -4 8" /><path d="M16 13a5 5 0 1 0 -4 -8" /><path d="M12 21v-16" /></svg>;
+const IconZodiacAries = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-zodiac-aries" 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 5a5 5 0 1 0 -4 8" /><path d="M16 13a5 5 0 1 0 -4 -8" /><line x1={12} y1={21} x2={12} y2={5} /></svg>;
export default IconZodiacAries; \ No newline at end of file