aboutsummaryrefslogtreecommitdiff
path: root/icons-react
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
parentremoved `box-3d` icon (diff)
downloadtabler-icons-5587afb0c8853070607868694cc81886c247a691.tar.xz
Release 1.27.0v1.27.0
Diffstat (limited to 'icons-react')
-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
-rw-r--r--icons-react/index.d.ts12
-rw-r--r--icons-react/index.js12
29 files changed, 99 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
diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts
index 8e8e9c5..c48e68b 100644
--- a/icons-react/index.d.ts
+++ b/icons-react/index.d.ts
@@ -74,6 +74,7 @@ export const IconArrowsMinimize: TablerIcon;
export const IconArrowsSort: TablerIcon;
export const IconArrowsVertical: TablerIcon;
export const IconArtboard: TablerIcon;
+export const IconAspectRatio: TablerIcon;
export const IconAt: TablerIcon;
export const IconAtom2: TablerIcon;
export const IconAtom: TablerIcon;
@@ -121,6 +122,7 @@ export const IconBorderRadius: TablerIcon;
export const IconBorderRight: TablerIcon;
export const IconBorderTop: TablerIcon;
export const IconBorderVertical: TablerIcon;
+export const IconBoxSeam: TablerIcon;
export const IconBox: TablerIcon;
export const IconBraces: TablerIcon;
export const IconBrackets: TablerIcon;
@@ -433,6 +435,7 @@ export const IconInfinity: TablerIcon;
export const IconInfoCircle: TablerIcon;
export const IconInfoSquare: TablerIcon;
export const IconItalic: TablerIcon;
+export const IconKarate: TablerIcon;
export const IconKey: TablerIcon;
export const IconKeyboardHide: TablerIcon;
export const IconKeyboardShow: TablerIcon;
@@ -566,6 +569,8 @@ export const IconPackage: TablerIcon;
export const IconPageBreak: TablerIcon;
export const IconPaint: TablerIcon;
export const IconPalette: TablerIcon;
+export const IconPanoramaHorizontal: TablerIcon;
+export const IconPanoramaVertical: TablerIcon;
export const IconPaperclip: TablerIcon;
export const IconParentheses: TablerIcon;
export const IconParking: TablerIcon;
@@ -585,6 +590,7 @@ export const IconPhoneX: TablerIcon;
export const IconPhone: TablerIcon;
export const IconPhotoOff: TablerIcon;
export const IconPhoto: TablerIcon;
+export const IconPictureInPicture: TablerIcon;
export const IconPill: TablerIcon;
export const IconPin: TablerIcon;
export const IconPlaneArrival: TablerIcon;
@@ -605,6 +611,8 @@ export const IconQrcode: TablerIcon;
export const IconQuestionMark: TablerIcon;
export const IconRadioactive: TablerIcon;
export const IconRecordMail: TablerIcon;
+export const IconRectangleVertical: TablerIcon;
+export const IconRectangle: TablerIcon;
export const IconRecycle: TablerIcon;
export const IconRefresh: TablerIcon;
export const IconRegistered: TablerIcon;
@@ -677,6 +685,7 @@ export const IconStairsUp: TablerIcon;
export const IconStairs: TablerIcon;
export const IconStarHalf: TablerIcon;
export const IconStar: TablerIcon;
+export const IconStars: TablerIcon;
export const IconSteeringWheel: TablerIcon;
export const IconStepInto: TablerIcon;
export const IconStepOut: TablerIcon;
@@ -728,6 +737,7 @@ export const IconTrackPrev: TablerIcon;
export const IconTractor: TablerIcon;
export const IconTrademark: TablerIcon;
export const IconTrafficCone: TablerIcon;
+export const IconTrafficLights: TablerIcon;
export const IconTrash: TablerIcon;
export const IconTrees: TablerIcon;
export const IconTrendingDown: TablerIcon;
@@ -753,6 +763,8 @@ export const IconUserPlus: TablerIcon;
export const IconUserX: TablerIcon;
export const IconUser: TablerIcon;
export const IconUsers: TablerIcon;
+export const IconVectorBeizer2: TablerIcon;
+export const IconVectorBeizer: TablerIcon;
export const IconVectorTriangle: TablerIcon;
export const IconVector: TablerIcon;
export const IconVenus: TablerIcon;
diff --git a/icons-react/index.js b/icons-react/index.js
index b0051e2..2e707d9 100644
--- a/icons-react/index.js
+++ b/icons-react/index.js
@@ -68,6 +68,7 @@ export { default as IconArrowsMinimize } from './icons-js/arrows-minimize.js';
export { default as IconArrowsSort } from './icons-js/arrows-sort.js';
export { default as IconArrowsVertical } from './icons-js/arrows-vertical.js';
export { default as IconArtboard } from './icons-js/artboard.js';
+export { default as IconAspectRatio } from './icons-js/aspect-ratio.js';
export { default as IconAt } from './icons-js/at.js';
export { default as IconAtom2 } from './icons-js/atom-2.js';
export { default as IconAtom } from './icons-js/atom.js';
@@ -115,6 +116,7 @@ export { default as IconBorderRadius } from './icons-js/border-radius.js';
export { default as IconBorderRight } from './icons-js/border-right.js';
export { default as IconBorderTop } from './icons-js/border-top.js';
export { default as IconBorderVertical } from './icons-js/border-vertical.js';
+export { default as IconBoxSeam } from './icons-js/box-seam.js';
export { default as IconBox } from './icons-js/box.js';
export { default as IconBraces } from './icons-js/braces.js';
export { default as IconBrackets } from './icons-js/brackets.js';
@@ -427,6 +429,7 @@ export { default as IconInfinity } from './icons-js/infinity.js';
export { default as IconInfoCircle } from './icons-js/info-circle.js';
export { default as IconInfoSquare } from './icons-js/info-square.js';
export { default as IconItalic } from './icons-js/italic.js';
+export { default as IconKarate } from './icons-js/karate.js';
export { default as IconKey } from './icons-js/key.js';
export { default as IconKeyboardHide } from './icons-js/keyboard-hide.js';
export { default as IconKeyboardShow } from './icons-js/keyboard-show.js';
@@ -560,6 +563,8 @@ export { default as IconPackage } from './icons-js/package.js';
export { default as IconPageBreak } from './icons-js/page-break.js';
export { default as IconPaint } from './icons-js/paint.js';
export { default as IconPalette } from './icons-js/palette.js';
+export { default as IconPanoramaHorizontal } from './icons-js/panorama-horizontal.js';
+export { default as IconPanoramaVertical } from './icons-js/panorama-vertical.js';
export { default as IconPaperclip } from './icons-js/paperclip.js';
export { default as IconParentheses } from './icons-js/parentheses.js';
export { default as IconParking } from './icons-js/parking.js';
@@ -579,6 +584,7 @@ export { default as IconPhoneX } from './icons-js/phone-x.js';
export { default as IconPhone } from './icons-js/phone.js';
export { default as IconPhotoOff } from './icons-js/photo-off.js';
export { default as IconPhoto } from './icons-js/photo.js';
+export { default as IconPictureInPicture } from './icons-js/picture-in-picture.js';
export { default as IconPill } from './icons-js/pill.js';
export { default as IconPin } from './icons-js/pin.js';
export { default as IconPlaneArrival } from './icons-js/plane-arrival.js';
@@ -599,6 +605,8 @@ export { default as IconQrcode } from './icons-js/qrcode.js';
export { default as IconQuestionMark } from './icons-js/question-mark.js';
export { default as IconRadioactive } from './icons-js/radioactive.js';
export { default as IconRecordMail } from './icons-js/record-mail.js';
+export { default as IconRectangleVertical } from './icons-js/rectangle-vertical.js';
+export { default as IconRectangle } from './icons-js/rectangle.js';
export { default as IconRecycle } from './icons-js/recycle.js';
export { default as IconRefresh } from './icons-js/refresh.js';
export { default as IconRegistered } from './icons-js/registered.js';
@@ -671,6 +679,7 @@ export { default as IconStairsUp } from './icons-js/stairs-up.js';
export { default as IconStairs } from './icons-js/stairs.js';
export { default as IconStarHalf } from './icons-js/star-half.js';
export { default as IconStar } from './icons-js/star.js';
+export { default as IconStars } from './icons-js/stars.js';
export { default as IconSteeringWheel } from './icons-js/steering-wheel.js';
export { default as IconStepInto } from './icons-js/step-into.js';
export { default as IconStepOut } from './icons-js/step-out.js';
@@ -722,6 +731,7 @@ export { default as IconTrackPrev } from './icons-js/track-prev.js';
export { default as IconTractor } from './icons-js/tractor.js';
export { default as IconTrademark } from './icons-js/trademark.js';
export { default as IconTrafficCone } from './icons-js/traffic-cone.js';
+export { default as IconTrafficLights } from './icons-js/traffic-lights.js';
export { default as IconTrash } from './icons-js/trash.js';
export { default as IconTrees } from './icons-js/trees.js';
export { default as IconTrendingDown } from './icons-js/trending-down.js';
@@ -747,6 +757,8 @@ export { default as IconUserPlus } from './icons-js/user-plus.js';
export { default as IconUserX } from './icons-js/user-x.js';
export { default as IconUser } from './icons-js/user.js';
export { default as IconUsers } from './icons-js/users.js';
+export { default as IconVectorBeizer2 } from './icons-js/vector-beizer-2.js';
+export { default as IconVectorBeizer } from './icons-js/vector-beizer.js';
export { default as IconVectorTriangle } from './icons-js/vector-triangle.js';
export { default as IconVector } from './icons-js/vector.js';
export { default as IconVenus } from './icons-js/venus.js';