aboutsummaryrefslogtreecommitdiff
path: root/icons-react
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-10-06 02:32:05 +0200
committercodecalm <codecalm@gmail.com>2020-10-06 02:32:05 +0200
commitfebba823e93fe89154b50e3e48051dcca50c1a95 (patch)
treebecbbb54cb2f48808595e50cf61ba324f7327e23 /icons-react
parentsymbols categories (diff)
downloadtabler-icons-febba823e93fe89154b50e3e48051dcca50c1a95.tar.xz
Release 1.33.0v1.33.0
Diffstat (limited to 'icons-react')
-rw-r--r--icons-react/icons-js/brand-twitter.js2
-rw-r--r--icons-react/icons-js/cardboards.js5
-rw-r--r--icons-react/icons-js/ce.js5
-rw-r--r--icons-react/icons-js/certificate.js5
-rw-r--r--icons-react/icons-js/chart-radar.js5
-rw-r--r--icons-react/icons-js/christmas-tree.js5
-rw-r--r--icons-react/icons-js/drone.js5
-rw-r--r--icons-react/icons-js/gps.js5
-rw-r--r--icons-react/icons-js/manual-gearbox.js5
-rw-r--r--icons-react/icons-js/parachute.js5
-rw-r--r--icons-react/icons-js/pennant.js5
-rw-r--r--icons-react/icons-js/plant-2.js5
-rw-r--r--icons-react/icons-js/relation-many-to-many.js5
-rw-r--r--icons-react/icons-js/relation-one-to-many.js5
-rw-r--r--icons-react/icons-js/relation-one-to-one.js5
-rw-r--r--icons-react/icons-js/ripple.js5
-rw-r--r--icons-react/icons-js/sthetoscope.js5
-rw-r--r--icons-react/icons-js/view-360.js5
-rw-r--r--icons-react/icons-js/windmill.js5
-rw-r--r--icons-react/index.d.ts18
-rw-r--r--icons-react/index.js18
21 files changed, 127 insertions, 1 deletions
diff --git a/icons-react/icons-js/brand-twitter.js b/icons-react/icons-js/brand-twitter.js
index 7e3a0dd8..41d7df0e 100644
--- a/icons-react/icons-js/brand-twitter.js
+++ b/icons-react/icons-js/brand-twitter.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconBrandTwitter = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-twitter" 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="M22 4.01c-1 .49-1.98.689-3 .99-1.121-1.265-2.783-1.335-4.38-.737S11.977 6.323 12 8v1c-3.245.083-6.135-1.395-8-4 0 0-4.182 7.433 4 11-1.872 1.247-3.739 2.088-6 2 3.308 1.803 6.913 2.423 10.034 1.517 3.58-1.04 6.522-3.723 7.651-7.742a13.84 13.84 0 0 0 .497 -3.753C20.18 7.773 21.692 5.25 22 4.009z" /></svg>;
+const IconBrandTwitter = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-twitter" 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="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z" /></svg>;
export default IconBrandTwitter; \ No newline at end of file
diff --git a/icons-react/icons-js/cardboards.js b/icons-react/icons-js/cardboards.js
new file mode 100644
index 00000000..251173b8
--- /dev/null
+++ b/icons-react/icons-js/cardboards.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconCardboards = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cardboards" 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 7v8.5a2.5 2.5 0 0 0 2.5 2.5h1.06a3 3 0 0 0 2.34 -1.13l1.54 -1.92a2 2 0 0 1 3.12 0l1.54 1.92a3 3 0 0 0 2.34 1.13h1.06a2.5 2.5 0 0 0 2.5 -2.5v-8.5a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2z" /><circle cx={8} cy={11} r={1} /><circle cx={16} cy={11} r={1} /></svg>;
+
+export default IconCardboards; \ No newline at end of file
diff --git a/icons-react/icons-js/ce.js b/icons-react/icons-js/ce.js
new file mode 100644
index 00000000..eefa2b6e
--- /dev/null
+++ b/icons-react/icons-js/ce.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconCe = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-ce" 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 4a8 8 0 1 0 0 16" /><path d="M20 4a8 8 0 1 0 0 16" /><line x1={12} y1={12} x2={20} y2={12} /></svg>;
+
+export default IconCe; \ No newline at end of file
diff --git a/icons-react/icons-js/certificate.js b/icons-react/icons-js/certificate.js
new file mode 100644
index 00000000..e0f870f6
--- /dev/null
+++ b/icons-react/icons-js/certificate.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconCertificate = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-certificate" 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={15} cy={15} r={3} /><path d="M13 17.5v4.5l2 -1.5l2 1.5v-4.5" /><path d="M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -1 1.73" /><line x1={6} y1={9} x2={18} y2={9} /><line x1={6} y1={12} x2={9} y2={12} /><line x1={6} y1={15} x2={8} y2={15} /></svg>;
+
+export default IconCertificate; \ No newline at end of file
diff --git a/icons-react/icons-js/chart-radar.js b/icons-react/icons-js/chart-radar.js
new file mode 100644
index 00000000..31b4af0a
--- /dev/null
+++ b/icons-react/icons-js/chart-radar.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconChartRadar = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chart-radar" 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 3l9.5 7l-3.5 11h-12l-3.5 -11z" /><path d="M12 7.5l5.5 4l-2.5 5.5h-6.5l-2 -5.5z" /><path d="M2.5 10l9.5 3 9.5-3" /><path d="M12 3v10l6 8" /><path d="M6 21l6-8" /></svg>;
+
+export default IconChartRadar; \ No newline at end of file
diff --git a/icons-react/icons-js/christmas-tree.js b/icons-react/icons-js/christmas-tree.js
new file mode 100644
index 00000000..e9bf5cfe
--- /dev/null
+++ b/icons-react/icons-js/christmas-tree.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconChristmasTree = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-christmas-tree" 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 3l4 4l-2 1l4 4l-3 1l4 4h-14l4 -4l-3 -1l4 -4l-2 -1z" /><path d="M14 17v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-3" /></svg>;
+
+export default IconChristmasTree; \ No newline at end of file
diff --git a/icons-react/icons-js/drone.js b/icons-react/icons-js/drone.js
new file mode 100644
index 00000000..05dd2d79
--- /dev/null
+++ b/icons-react/icons-js/drone.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconDrone = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-drone" 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 10h4v4h-4z" /><line x1={10} y1={10} x2={6.5} y2={6.5} /><path d="M9.96 6a3.5 3.5 0 1 0 -3.96 3.96" /><path d="M14 10l3.5-3.5" /><path d="M18 9.96a3.5 3.5 0 1 0 -3.96 -3.96" /><line x1={14} y1={14} x2={17.5} y2={17.5} /><path d="M14.04 18a3.5 3.5 0 1 0 3.96 -3.96" /><line x1={10} y1={14} x2={6.5} y2={17.5} /><path d="M6 14.04a3.5 3.5 0 1 0 3.96 3.96" /></svg>;
+
+export default IconDrone; \ No newline at end of file
diff --git a/icons-react/icons-js/gps.js b/icons-react/icons-js/gps.js
new file mode 100644
index 00000000..611e8624
--- /dev/null
+++ b/icons-react/icons-js/gps.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconGps = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-gps" 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={12} r={8} /><path d="M12 8l-3 7.5 3-1.5 3 1.5z" /></svg>;
+
+export default IconGps; \ No newline at end of file
diff --git a/icons-react/icons-js/manual-gearbox.js b/icons-react/icons-js/manual-gearbox.js
new file mode 100644
index 00000000..a6efff23
--- /dev/null
+++ b/icons-react/icons-js/manual-gearbox.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconManualGearbox = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-manual-gearbox" 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={6} r={2} /><circle cx={12} cy={6} r={2} /><circle cx={19} cy={6} r={2} /><circle cx={5} cy={18} r={2} /><circle cx={12} cy={18} r={2} /><line x1={5} y1={8} x2={5} y2={16} /><line x1={12} y1={8} x2={12} y2={16} /><path d="M19 8v2a2 2 0 0 1 -2 2h-12" /></svg>;
+
+export default IconManualGearbox; \ No newline at end of file
diff --git a/icons-react/icons-js/parachute.js b/icons-react/icons-js/parachute.js
new file mode 100644
index 00000000..6fe0498c
--- /dev/null
+++ b/icons-react/icons-js/parachute.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconParachute = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-parachute" 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="M22 12a10 10 0 1 0 -20 0" /><path d="M22 12c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3c0 -1.66 -1.57 -3 -3.5 -3s-3.5 1.34 -3.5 3c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3" /><path d="M2 12l10 10l-3.5 -10" /><path d="M15.5 12l-3.5 10l10 -10" /></svg>;
+
+export default IconParachute; \ No newline at end of file
diff --git a/icons-react/icons-js/pennant.js b/icons-react/icons-js/pennant.js
new file mode 100644
index 00000000..e9e3d13c
--- /dev/null
+++ b/icons-react/icons-js/pennant.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPennant = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-pennant" 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={8} y1={21} x2={12} y2={21} /><line x1={10} y1={21} x2={10} y2={3} /><path d="M10 4l9 4-9 4" /></svg>;
+
+export default IconPennant; \ No newline at end of file
diff --git a/icons-react/icons-js/plant-2.js b/icons-react/icons-js/plant-2.js
new file mode 100644
index 00000000..17f22198
--- /dev/null
+++ b/icons-react/icons-js/plant-2.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPlant2 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-plant-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="M2 9a10 10 0 1 0 20 0" /><path d="M12 19a10 10 0 0 1 10 -10" /><path d="M2 9a10 10 0 0 1 10 10" /><path d="M12 4a9.7 9.7 0 0 1 2.99 7.5" /><path d="M9.01 11.5a9.7 9.7 0 0 1 2.99 -7.5" /></svg>;
+
+export default IconPlant2; \ No newline at end of file
diff --git a/icons-react/icons-js/relation-many-to-many.js b/icons-react/icons-js/relation-many-to-many.js
new file mode 100644
index 00000000..fe24f635
--- /dev/null
+++ b/icons-react/icons-js/relation-many-to-many.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconRelationManyToMany = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-relation-many-to-many" 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="M15 14v-4l3 4v-4" /><path d="M6 14v-4l3 4v-4" /><line x1={12} y1={10.5} x2={12} y2={10.51} /><line x1={12} y1={13.5} x2={12} y2={13.51} /></svg>;
+
+export default IconRelationManyToMany; \ No newline at end of file
diff --git a/icons-react/icons-js/relation-one-to-many.js b/icons-react/icons-js/relation-one-to-many.js
new file mode 100644
index 00000000..5dba76cf
--- /dev/null
+++ b/icons-react/icons-js/relation-one-to-many.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconRelationOneToMany = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-relation-one-to-many" 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 10h1v4" /><path d="M14 14v-4l3 4v-4" /><line x1={11} y1={10.5} x2={11} y2={10.51} /><line x1={11} y1={13.5} x2={11} y2={13.51} /></svg>;
+
+export default IconRelationOneToMany; \ No newline at end of file
diff --git a/icons-react/icons-js/relation-one-to-one.js b/icons-react/icons-js/relation-one-to-one.js
new file mode 100644
index 00000000..d57e1836
--- /dev/null
+++ b/icons-react/icons-js/relation-one-to-one.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconRelationOneToOne = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-relation-one-to-one" 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="M8 10h1v4" /><path d="M15 10h1v4" /><line x1={12} y1={10.5} x2={12} y2={10.51} /><line x1={12} y1={13.5} x2={12} y2={13.51} /></svg>;
+
+export default IconRelationOneToOne; \ No newline at end of file
diff --git a/icons-react/icons-js/ripple.js b/icons-react/icons-js/ripple.js
new file mode 100644
index 00000000..4bfa3f39
--- /dev/null
+++ b/icons-react/icons-js/ripple.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconRipple = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-ripple" 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 7c3-2 6-2 9 0s6 2 9 0" /><path d="M3 17c3-2 6-2 9 0s6 2 9 0" /><path d="M3 12c3-2 6-2 9 0s6 2 9 0" /></svg>;
+
+export default IconRipple; \ No newline at end of file
diff --git a/icons-react/icons-js/sthetoscope.js b/icons-react/icons-js/sthetoscope.js
new file mode 100644
index 00000000..2f4ef80d
--- /dev/null
+++ b/icons-react/icons-js/sthetoscope.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconSthetoscope = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-sthetoscope" 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 4h-1a2 2 0 0 0 -2 2v3.5h0a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1h0" /><path d="M8 15a6 6 0 1 0 12 0v-3" /><path d="M11 3v2" /><path d="M6 3v2" /><circle cx={20} cy={10} r={2} /></svg>;
+
+export default IconSthetoscope; \ No newline at end of file
diff --git a/icons-react/icons-js/view-360.js b/icons-react/icons-js/view-360.js
new file mode 100644
index 00000000..ce314b5d
--- /dev/null
+++ b/icons-react/icons-js/view-360.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconView360 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-view-360" 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={12} r={9} /><ellipse cx={12} cy={12} rx={4} ry={9} /><ellipse cx={12} cy={12} rx={4} ry={9} transform="rotate(90 12 12)" /></svg>;
+
+export default IconView360; \ No newline at end of file
diff --git a/icons-react/icons-js/windmill.js b/icons-react/icons-js/windmill.js
new file mode 100644
index 00000000..73f91264
--- /dev/null
+++ b/icons-react/icons-js/windmill.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconWindmill = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-windmill" 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 12c2.76 0 5-2.01 5-4.5S14.76 3 12 3v9z" /><path d="M12 12c0 2.76 2.01 5 4.5 5s4.5-2.24 4.5-5h-9z" /><path d="M12 12c-2.76 0-5 2.01-5 4.5S9.24 21 12 21v-9z" /><path d="M12 12c0-2.76-2.01-5-4.5-5S3 9.24 3 12h9z" /></svg>;
+
+export default IconWindmill; \ No newline at end of file
diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts
index 45494416..21589b9c 100644
--- a/icons-react/index.d.ts
+++ b/icons-react/index.d.ts
@@ -223,12 +223,15 @@ export const IconCamera: TablerIcon;
export const IconCapture: TablerIcon;
export const IconCar: TablerIcon;
export const IconCaravan: TablerIcon;
+export const IconCardboards: TablerIcon;
export const IconCaretDown: TablerIcon;
export const IconCaretLeft: TablerIcon;
export const IconCaretRight: TablerIcon;
export const IconCaretUp: TablerIcon;
export const IconCash: TablerIcon;
export const IconCast: TablerIcon;
+export const IconCe: TablerIcon;
+export const IconCertificate: TablerIcon;
export const IconChartAreaLine: TablerIcon;
export const IconChartArea: TablerIcon;
export const IconChartBar: TablerIcon;
@@ -237,6 +240,7 @@ export const IconChartCandle: TablerIcon;
export const IconChartDonut: TablerIcon;
export const IconChartLine: TablerIcon;
export const IconChartPie: TablerIcon;
+export const IconChartRadar: TablerIcon;
export const IconCheck: TablerIcon;
export const IconCheckbox: TablerIcon;
export const IconChecks: TablerIcon;
@@ -256,6 +260,7 @@ export const IconChevronsRight: TablerIcon;
export const IconChevronsUpLeft: TablerIcon;
export const IconChevronsUpRight: TablerIcon;
export const IconChevronsUp: TablerIcon;
+export const IconChristmasTree: TablerIcon;
export const IconCircleCheck: TablerIcon;
export const IconCircleDashed: TablerIcon;
export const IconCircleDotted: TablerIcon;
@@ -347,6 +352,7 @@ export const IconDots: TablerIcon;
export const IconDownload: TablerIcon;
export const IconDragDrop2: TablerIcon;
export const IconDragDrop: TablerIcon;
+export const IconDrone: TablerIcon;
export const IconDroplet: TablerIcon;
export const IconEar: TablerIcon;
export const IconEdit: TablerIcon;
@@ -424,6 +430,7 @@ export const IconGitPullRequest: TablerIcon;
export const IconGlassFull: TablerIcon;
export const IconGlass: TablerIcon;
export const IconGlobe: TablerIcon;
+export const IconGps: TablerIcon;
export const IconGridDots: TablerIcon;
export const IconGrid: TablerIcon;
export const IconGripHorizontal: TablerIcon;
@@ -536,6 +543,7 @@ export const IconMagnet: TablerIcon;
export const IconMailOpened: TablerIcon;
export const IconMail: TablerIcon;
export const IconMan: TablerIcon;
+export const IconManualGearbox: TablerIcon;
export const IconMap2: TablerIcon;
export const IconMapPinOff: TablerIcon;
export const IconMapPin: TablerIcon;
@@ -600,10 +608,12 @@ export const IconPalette: TablerIcon;
export const IconPanoramaHorizontal: TablerIcon;
export const IconPanoramaVertical: TablerIcon;
export const IconPaperclip: TablerIcon;
+export const IconParachute: TablerIcon;
export const IconParentheses: TablerIcon;
export const IconParking: TablerIcon;
export const IconPeace: TablerIcon;
export const IconPencil: TablerIcon;
+export const IconPennant: TablerIcon;
export const IconPercentage: TablerIcon;
export const IconPhoneCall: TablerIcon;
export const IconPhoneCalling: TablerIcon;
@@ -628,6 +638,7 @@ export const IconPlaneArrival: TablerIcon;
export const IconPlaneDeparture: TablerIcon;
export const IconPlane: TablerIcon;
export const IconPlanet: TablerIcon;
+export const IconPlant2: TablerIcon;
export const IconPlant: TablerIcon;
export const IconPlayerPause: TablerIcon;
export const IconPlayerPlay: TablerIcon;
@@ -656,9 +667,13 @@ export const IconRecycle: TablerIcon;
export const IconRefreshAlert: TablerIcon;
export const IconRefresh: TablerIcon;
export const IconRegistered: TablerIcon;
+export const IconRelationManyToMany: TablerIcon;
+export const IconRelationOneToMany: TablerIcon;
+export const IconRelationOneToOne: TablerIcon;
export const IconRepeatOnce: TablerIcon;
export const IconRepeat: TablerIcon;
export const IconReplace: TablerIcon;
+export const IconRipple: TablerIcon;
export const IconRoadSign: TablerIcon;
export const IconRocket: TablerIcon;
export const IconRotate2: TablerIcon;
@@ -734,6 +749,7 @@ export const IconStars: TablerIcon;
export const IconSteeringWheel: TablerIcon;
export const IconStepInto: TablerIcon;
export const IconStepOut: TablerIcon;
+export const IconSthetoscope: TablerIcon;
export const IconSticker: TablerIcon;
export const IconStrikethrough: TablerIcon;
export const IconSubscript: TablerIcon;
@@ -819,6 +835,7 @@ export const IconVideoMinus: TablerIcon;
export const IconVideoOff: TablerIcon;
export const IconVideoPlus: TablerIcon;
export const IconVideo: TablerIcon;
+export const IconView360: TablerIcon;
export const IconViewfinder: TablerIcon;
export const IconViewportNarrow: TablerIcon;
export const IconViewportWide: TablerIcon;
@@ -840,6 +857,7 @@ export const IconWifi2: TablerIcon;
export const IconWifiOff: TablerIcon;
export const IconWifi: TablerIcon;
export const IconWind: TablerIcon;
+export const IconWindmill: TablerIcon;
export const IconWiperWash: TablerIcon;
export const IconWiper: TablerIcon;
export const IconWoman: TablerIcon;
diff --git a/icons-react/index.js b/icons-react/index.js
index 2cd5c98a..f89b4143 100644
--- a/icons-react/index.js
+++ b/icons-react/index.js
@@ -217,12 +217,15 @@ export { default as IconCamera } from './icons-js/camera.js';
export { default as IconCapture } from './icons-js/capture.js';
export { default as IconCar } from './icons-js/car.js';
export { default as IconCaravan } from './icons-js/caravan.js';
+export { default as IconCardboards } from './icons-js/cardboards.js';
export { default as IconCaretDown } from './icons-js/caret-down.js';
export { default as IconCaretLeft } from './icons-js/caret-left.js';
export { default as IconCaretRight } from './icons-js/caret-right.js';
export { default as IconCaretUp } from './icons-js/caret-up.js';
export { default as IconCash } from './icons-js/cash.js';
export { default as IconCast } from './icons-js/cast.js';
+export { default as IconCe } from './icons-js/ce.js';
+export { default as IconCertificate } from './icons-js/certificate.js';
export { default as IconChartAreaLine } from './icons-js/chart-area-line.js';
export { default as IconChartArea } from './icons-js/chart-area.js';
export { default as IconChartBar } from './icons-js/chart-bar.js';
@@ -231,6 +234,7 @@ export { default as IconChartCandle } from './icons-js/chart-candle.js';
export { default as IconChartDonut } from './icons-js/chart-donut.js';
export { default as IconChartLine } from './icons-js/chart-line.js';
export { default as IconChartPie } from './icons-js/chart-pie.js';
+export { default as IconChartRadar } from './icons-js/chart-radar.js';
export { default as IconCheck } from './icons-js/check.js';
export { default as IconCheckbox } from './icons-js/checkbox.js';
export { default as IconChecks } from './icons-js/checks.js';
@@ -250,6 +254,7 @@ export { default as IconChevronsRight } from './icons-js/chevrons-right.js';
export { default as IconChevronsUpLeft } from './icons-js/chevrons-up-left.js';
export { default as IconChevronsUpRight } from './icons-js/chevrons-up-right.js';
export { default as IconChevronsUp } from './icons-js/chevrons-up.js';
+export { default as IconChristmasTree } from './icons-js/christmas-tree.js';
export { default as IconCircleCheck } from './icons-js/circle-check.js';
export { default as IconCircleDashed } from './icons-js/circle-dashed.js';
export { default as IconCircleDotted } from './icons-js/circle-dotted.js';
@@ -341,6 +346,7 @@ export { default as IconDots } from './icons-js/dots.js';
export { default as IconDownload } from './icons-js/download.js';
export { default as IconDragDrop2 } from './icons-js/drag-drop-2.js';
export { default as IconDragDrop } from './icons-js/drag-drop.js';
+export { default as IconDrone } from './icons-js/drone.js';
export { default as IconDroplet } from './icons-js/droplet.js';
export { default as IconEar } from './icons-js/ear.js';
export { default as IconEdit } from './icons-js/edit.js';
@@ -418,6 +424,7 @@ export { default as IconGitPullRequest } from './icons-js/git-pull-request.js';
export { default as IconGlassFull } from './icons-js/glass-full.js';
export { default as IconGlass } from './icons-js/glass.js';
export { default as IconGlobe } from './icons-js/globe.js';
+export { default as IconGps } from './icons-js/gps.js';
export { default as IconGridDots } from './icons-js/grid-dots.js';
export { default as IconGrid } from './icons-js/grid.js';
export { default as IconGripHorizontal } from './icons-js/grip-horizontal.js';
@@ -530,6 +537,7 @@ export { default as IconMagnet } from './icons-js/magnet.js';
export { default as IconMailOpened } from './icons-js/mail-opened.js';
export { default as IconMail } from './icons-js/mail.js';
export { default as IconMan } from './icons-js/man.js';
+export { default as IconManualGearbox } from './icons-js/manual-gearbox.js';
export { default as IconMap2 } from './icons-js/map-2.js';
export { default as IconMapPinOff } from './icons-js/map-pin-off.js';
export { default as IconMapPin } from './icons-js/map-pin.js';
@@ -594,10 +602,12 @@ 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 IconParachute } from './icons-js/parachute.js';
export { default as IconParentheses } from './icons-js/parentheses.js';
export { default as IconParking } from './icons-js/parking.js';
export { default as IconPeace } from './icons-js/peace.js';
export { default as IconPencil } from './icons-js/pencil.js';
+export { default as IconPennant } from './icons-js/pennant.js';
export { default as IconPercentage } from './icons-js/percentage.js';
export { default as IconPhoneCall } from './icons-js/phone-call.js';
export { default as IconPhoneCalling } from './icons-js/phone-calling.js';
@@ -622,6 +632,7 @@ export { default as IconPlaneArrival } from './icons-js/plane-arrival.js';
export { default as IconPlaneDeparture } from './icons-js/plane-departure.js';
export { default as IconPlane } from './icons-js/plane.js';
export { default as IconPlanet } from './icons-js/planet.js';
+export { default as IconPlant2 } from './icons-js/plant-2.js';
export { default as IconPlant } from './icons-js/plant.js';
export { default as IconPlayerPause } from './icons-js/player-pause.js';
export { default as IconPlayerPlay } from './icons-js/player-play.js';
@@ -650,9 +661,13 @@ export { default as IconRecycle } from './icons-js/recycle.js';
export { default as IconRefreshAlert } from './icons-js/refresh-alert.js';
export { default as IconRefresh } from './icons-js/refresh.js';
export { default as IconRegistered } from './icons-js/registered.js';
+export { default as IconRelationManyToMany } from './icons-js/relation-many-to-many.js';
+export { default as IconRelationOneToMany } from './icons-js/relation-one-to-many.js';
+export { default as IconRelationOneToOne } from './icons-js/relation-one-to-one.js';
export { default as IconRepeatOnce } from './icons-js/repeat-once.js';
export { default as IconRepeat } from './icons-js/repeat.js';
export { default as IconReplace } from './icons-js/replace.js';
+export { default as IconRipple } from './icons-js/ripple.js';
export { default as IconRoadSign } from './icons-js/road-sign.js';
export { default as IconRocket } from './icons-js/rocket.js';
export { default as IconRotate2 } from './icons-js/rotate-2.js';
@@ -728,6 +743,7 @@ 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';
+export { default as IconSthetoscope } from './icons-js/sthetoscope.js';
export { default as IconSticker } from './icons-js/sticker.js';
export { default as IconStrikethrough } from './icons-js/strikethrough.js';
export { default as IconSubscript } from './icons-js/subscript.js';
@@ -813,6 +829,7 @@ export { default as IconVideoMinus } from './icons-js/video-minus.js';
export { default as IconVideoOff } from './icons-js/video-off.js';
export { default as IconVideoPlus } from './icons-js/video-plus.js';
export { default as IconVideo } from './icons-js/video.js';
+export { default as IconView360 } from './icons-js/view-360.js';
export { default as IconViewfinder } from './icons-js/viewfinder.js';
export { default as IconViewportNarrow } from './icons-js/viewport-narrow.js';
export { default as IconViewportWide } from './icons-js/viewport-wide.js';
@@ -834,6 +851,7 @@ export { default as IconWifi2 } from './icons-js/wifi-2.js';
export { default as IconWifiOff } from './icons-js/wifi-off.js';
export { default as IconWifi } from './icons-js/wifi.js';
export { default as IconWind } from './icons-js/wind.js';
+export { default as IconWindmill } from './icons-js/windmill.js';
export { default as IconWiperWash } from './icons-js/wiper-wash.js';
export { default as IconWiper } from './icons-js/wiper.js';
export { default as IconWoman } from './icons-js/woman.js';