aboutsummaryrefslogtreecommitdiff
path: root/icons-react
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-07-10 12:23:02 +0200
committercodecalm <codecalm@gmail.com>2022-07-10 12:23:02 +0200
commitec765512055501df9acdd8ddbb260a80416a8661 (patch)
tree27ffeb5216d8333591bd55c07ea471d94ccd403f /icons-react
parent18 new icons: `arrow-merge-both`, `arrow-merge-left`, `arrow-merge-right`, `g... (diff)
downloadtabler-icons-ec765512055501df9acdd8ddbb260a80416a8661.tar.xz
Release 1.74.0v1.74.0
Diffstat (limited to 'icons-react')
-rw-r--r--icons-react/icons-js/arrow-merge-both.js12
-rw-r--r--icons-react/icons-js/arrow-merge-left.js12
-rw-r--r--icons-react/icons-js/arrow-merge-right.js12
-rw-r--r--icons-react/icons-js/garden-cart.js12
-rw-r--r--icons-react/icons-js/ground.js12
-rw-r--r--icons-react/icons-js/logic-and.js12
-rw-r--r--icons-react/icons-js/logic-buffer.js12
-rw-r--r--icons-react/icons-js/logic-nand.js12
-rw-r--r--icons-react/icons-js/logic-nor.js12
-rw-r--r--icons-react/icons-js/logic-not.js12
-rw-r--r--icons-react/icons-js/logic-or.js12
-rw-r--r--icons-react/icons-js/logic-xnor.js12
-rw-r--r--icons-react/icons-js/logic-xor.js12
-rw-r--r--icons-react/icons-js/microwave.js12
-rw-r--r--icons-react/icons-js/outbound.js12
-rw-r--r--icons-react/icons-js/sos.js12
-rw-r--r--icons-react/icons-js/steam.js12
-rw-r--r--icons-react/icons-js/storm.js12
-rw-r--r--icons-react/index.d.ts18
-rw-r--r--icons-react/index.js18
20 files changed, 252 insertions, 0 deletions
diff --git a/icons-react/icons-js/arrow-merge-both.js b/icons-react/icons-js/arrow-merge-both.js
new file mode 100644
index 00000000..c6a4dd25
--- /dev/null
+++ b/icons-react/icons-js/arrow-merge-both.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowMergeBoth({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrow-merge-both" 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="M16 8l-4 -4l-4 4" /><path d="M12 20v-16" /><path d="M18 18c-4 -1.333 -6 -4.667 -6 -10" /><path d="M6 18c4 -1.333 6 -4.667 6 -10" /></svg>;
+}
+
+export default IconArrowMergeBoth; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-merge-left.js b/icons-react/icons-js/arrow-merge-left.js
new file mode 100644
index 00000000..08bf9514
--- /dev/null
+++ b/icons-react/icons-js/arrow-merge-left.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowMergeLeft({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrow-merge-left" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 8l4 -4l4 4" /><path d="M12 20v-16" /><path d="M6 18c4 -1.333 6 -4.667 6 -10" /></svg>;
+}
+
+export default IconArrowMergeLeft; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-merge-right.js b/icons-react/icons-js/arrow-merge-right.js
new file mode 100644
index 00000000..d8e23bf1
--- /dev/null
+++ b/icons-react/icons-js/arrow-merge-right.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowMergeRight({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrow-merge-right" 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="M16 8l-4 -4l-4 4" /><path d="M12 20v-16" /><path d="M18 18c-4 -1.333 -6 -4.667 -6 -10" /></svg>;
+}
+
+export default IconArrowMergeRight; \ No newline at end of file
diff --git a/icons-react/icons-js/garden-cart.js b/icons-react/icons-js/garden-cart.js
new file mode 100644
index 00000000..3a76c486
--- /dev/null
+++ b/icons-react/icons-js/garden-cart.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGardenCart({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-garden-cart" 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={17.5} cy={17.5} r={2.5} /><path d="M6 8v11a1 1 0 0 0 1.806 .591l3.694 -5.091v.055" /><path d="M6 8h15l-3.5 7l-7.1 -.747a4 4 0 0 1 -3.296 -2.493l-2.853 -7.13a1 1 0 0 0 -.928 -.63h-1.323" /></svg>;
+}
+
+export default IconGardenCart; \ No newline at end of file
diff --git a/icons-react/icons-js/ground.js b/icons-react/icons-js/ground.js
new file mode 100644
index 00000000..65fbe1fc
--- /dev/null
+++ b/icons-react/icons-js/ground.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGround({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-ground" 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 13v-8" /><path d="M4 13h16" /><path d="M7 16h10" /><path d="M10 19h4" /></svg>;
+}
+
+export default IconGround; \ No newline at end of file
diff --git a/icons-react/icons-js/logic-and.js b/icons-react/icons-js/logic-and.js
new file mode 100644
index 00000000..43b62296
--- /dev/null
+++ b/icons-react/icons-js/logic-and.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconLogicAnd({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-logic-and" 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 12h-5" /><path d="M2 9h5" /><path d="M2 15h5" /><path d="M9 5c6 0 8 3.5 8 7s-2 7 -8 7h-2v-14h2z" /></svg>;
+}
+
+export default IconLogicAnd; \ No newline at end of file
diff --git a/icons-react/icons-js/logic-buffer.js b/icons-react/icons-js/logic-buffer.js
new file mode 100644
index 00000000..a9e41bef
--- /dev/null
+++ b/icons-react/icons-js/logic-buffer.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconLogicBuffer({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-logic-buffer" 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 12h-5" /><path d="M2 9h5" /><path d="M2 15h5" /><path d="M7 5l10 7l-10 7z" /></svg>;
+}
+
+export default IconLogicBuffer; \ No newline at end of file
diff --git a/icons-react/icons-js/logic-nand.js b/icons-react/icons-js/logic-nand.js
new file mode 100644
index 00000000..ec2a0948
--- /dev/null
+++ b/icons-react/icons-js/logic-nand.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconLogicNand({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-logic-nand" 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 12h-3" /><path d="M2 9h3" /><path d="M2 15h3" /><path d="M7 5c6 0 8 3.5 8 7s-2 7 -8 7h-2v-14h2z" /><circle cx={17} cy={12} r={2} /></svg>;
+}
+
+export default IconLogicNand; \ No newline at end of file
diff --git a/icons-react/icons-js/logic-nor.js b/icons-react/icons-js/logic-nor.js
new file mode 100644
index 00000000..cd7749c5
--- /dev/null
+++ b/icons-react/icons-js/logic-nor.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconLogicNor({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-logic-nor" 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 12h-4" /><path d="M2 9h5" /><path d="M2 15h5" /><path d="M6 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" /><circle cx={16} cy={12} r={2} /></svg>;
+}
+
+export default IconLogicNor; \ No newline at end of file
diff --git a/icons-react/icons-js/logic-not.js b/icons-react/icons-js/logic-not.js
new file mode 100644
index 00000000..632de58c
--- /dev/null
+++ b/icons-react/icons-js/logic-not.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconLogicNot({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-logic-not" 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 12h-3" /><path d="M2 9h3" /><path d="M2 15h3" /><path d="M5 5l10 7l-10 7z" /><circle cx={17} cy={12} r={2} /></svg>;
+}
+
+export default IconLogicNot; \ No newline at end of file
diff --git a/icons-react/icons-js/logic-or.js b/icons-react/icons-js/logic-or.js
new file mode 100644
index 00000000..01d95bb2
--- /dev/null
+++ b/icons-react/icons-js/logic-or.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconLogicOr({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-logic-or" 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 12h-6" /><path d="M2 9h7" /><path d="M2 15h7" /><path d="M8 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" /></svg>;
+}
+
+export default IconLogicOr; \ No newline at end of file
diff --git a/icons-react/icons-js/logic-xnor.js b/icons-react/icons-js/logic-xnor.js
new file mode 100644
index 00000000..d13a71b8
--- /dev/null
+++ b/icons-react/icons-js/logic-xnor.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconLogicXnor({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-logic-xnor" 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 12h-2" /><path d="M2 9h4" /><path d="M2 15h4" /><path d="M5 19c1.778 -4.667 1.778 -9.333 0 -14" /><path d="M8 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" /><circle cx={18} cy={12} r={2} /></svg>;
+}
+
+export default IconLogicXnor; \ No newline at end of file
diff --git a/icons-react/icons-js/logic-xor.js b/icons-react/icons-js/logic-xor.js
new file mode 100644
index 00000000..2c894317
--- /dev/null
+++ b/icons-react/icons-js/logic-xor.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconLogicXor({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-logic-xor" 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 12h-4" /><path d="M2 9h6" /><path d="M2 15h6" /><path d="M7 19c1.778 -4.667 1.778 -9.333 0 -14" /><path d="M10 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" /></svg>;
+}
+
+export default IconLogicXor; \ No newline at end of file
diff --git a/icons-react/icons-js/microwave.js b/icons-react/icons-js/microwave.js
new file mode 100644
index 00000000..a595f14b
--- /dev/null
+++ b/icons-react/icons-js/microwave.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMicrowave({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-microwave" 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={6} width={18} height={12} rx={1} /><path d="M15 6v12" /><path d="M18 12h.01" /><path d="M18 15h.01" /><path d="M18 9h.01" /><path d="M6.5 10.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0" /><path d="M6.5 13.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0" /></svg>;
+}
+
+export default IconMicrowave; \ No newline at end of file
diff --git a/icons-react/icons-js/outbound.js b/icons-react/icons-js/outbound.js
new file mode 100644
index 00000000..380ae9ce
--- /dev/null
+++ b/icons-react/icons-js/outbound.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconOutbound({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-outbound" 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} /><path d="M9 15l6 -6" /><path d="M11 9h4v4" /></svg>;
+}
+
+export default IconOutbound; \ No newline at end of file
diff --git a/icons-react/icons-js/sos.js b/icons-react/icons-js/sos.js
new file mode 100644
index 00000000..728ccf0b
--- /dev/null
+++ b/icons-react/icons-js/sos.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSos({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sos" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" /><path d="M10 8h4v8h-4z" /><path d="M17 16h3a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h3" /></svg>;
+}
+
+export default IconSos; \ No newline at end of file
diff --git a/icons-react/icons-js/steam.js b/icons-react/icons-js/steam.js
new file mode 100644
index 00000000..57e8658e
--- /dev/null
+++ b/icons-react/icons-js/steam.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSteam({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-steam" 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={4} r={1} /><circle cx={4} cy={12} r={1} /><circle cx={20} cy={12} r={1} /><circle cx={12} cy={20} r={1} /><path d="M5.5 5.5l3 3" /><path d="M15.5 15.5l3 3" /><path d="M18.5 5.5l-3 3" /><path d="M8.5 15.5l-3 3" /></svg>;
+}
+
+export default IconSteam; \ No newline at end of file
diff --git a/icons-react/icons-js/storm.js b/icons-react/icons-js/storm.js
new file mode 100644
index 00000000..244bc6c9
--- /dev/null
+++ b/icons-react/icons-js/storm.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconStorm({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-storm" 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={3} /><circle cx={12} cy={12} r={7} /><path d="M5.369 14.236c-1.839 -3.929 -1.561 -7.616 -.704 -11.236" /><path d="M18.63 9.76c1.837 3.928 1.561 7.615 .703 11.236" /></svg>;
+}
+
+export default IconStorm; \ No newline at end of file
diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts
index 5f0a61bd..b8e94342 100644
--- a/icons-react/index.d.ts
+++ b/icons-react/index.d.ts
@@ -124,6 +124,9 @@ export const IconArrowLoopLeft2: TablerIcon;
export const IconArrowLoopLeft: TablerIcon;
export const IconArrowLoopRight2: TablerIcon;
export const IconArrowLoopRight: TablerIcon;
+export const IconArrowMergeBoth: TablerIcon;
+export const IconArrowMergeLeft: TablerIcon;
+export const IconArrowMergeRight: TablerIcon;
export const IconArrowMerge: TablerIcon;
export const IconArrowNarrowDown: TablerIcon;
export const IconArrowNarrowLeft: TablerIcon;
@@ -1072,6 +1075,7 @@ export const IconFridge: TablerIcon;
export const IconFriendsOff: TablerIcon;
export const IconFriends: TablerIcon;
export const IconFunction: TablerIcon;
+export const IconGardenCart: TablerIcon;
export const IconGasStationOff: TablerIcon;
export const IconGasStation: TablerIcon;
export const IconGaugeOff: TablerIcon;
@@ -1122,6 +1126,7 @@ export const IconGrillOff: TablerIcon;
export const IconGrill: TablerIcon;
export const IconGripHorizontal: TablerIcon;
export const IconGripVertical: TablerIcon;
+export const IconGround: TablerIcon;
export const IconGrowth: TablerIcon;
export const IconH1: TablerIcon;
export const IconH2: TablerIcon;
@@ -1324,6 +1329,14 @@ export const IconLockOpenOff: TablerIcon;
export const IconLockOpen: TablerIcon;
export const IconLockSquare: TablerIcon;
export const IconLock: TablerIcon;
+export const IconLogicAnd: TablerIcon;
+export const IconLogicBuffer: TablerIcon;
+export const IconLogicNand: TablerIcon;
+export const IconLogicNor: TablerIcon;
+export const IconLogicNot: TablerIcon;
+export const IconLogicOr: TablerIcon;
+export const IconLogicXnor: TablerIcon;
+export const IconLogicXor: TablerIcon;
export const IconLogin: TablerIcon;
export const IconLogout: TablerIcon;
export const IconLollipopOff: TablerIcon;
@@ -1396,6 +1409,7 @@ export const IconMicrophone2: TablerIcon;
export const IconMicrophoneOff: TablerIcon;
export const IconMicrophone: TablerIcon;
export const IconMicroscope: TablerIcon;
+export const IconMicrowave: TablerIcon;
export const IconMilitaryAward: TablerIcon;
export const IconMilitaryRank: TablerIcon;
export const IconMilk: TablerIcon;
@@ -1473,6 +1487,7 @@ export const IconOctagon: TablerIcon;
export const IconOld: TablerIcon;
export const IconOlympics: TablerIcon;
export const IconOmega: TablerIcon;
+export const IconOutbound: TablerIcon;
export const IconOutlet: TablerIcon;
export const IconOvalVertical: TablerIcon;
export const IconOval: TablerIcon;
@@ -1775,6 +1790,7 @@ export const IconSortDescending2: TablerIcon;
export const IconSortDescendingLetters: TablerIcon;
export const IconSortDescendingNumbers: TablerIcon;
export const IconSortDescending: TablerIcon;
+export const IconSos: TablerIcon;
export const IconSoup: TablerIcon;
export const IconSpaceOff: TablerIcon;
export const IconSpace: TablerIcon;
@@ -1828,11 +1844,13 @@ export const IconStarHalf: TablerIcon;
export const IconStarOff: TablerIcon;
export const IconStar: TablerIcon;
export const IconStars: TablerIcon;
+export const IconSteam: TablerIcon;
export const IconSteeringWheel: TablerIcon;
export const IconStepInto: TablerIcon;
export const IconStepOut: TablerIcon;
export const IconStethoscope: TablerIcon;
export const IconSticker: TablerIcon;
+export const IconStorm: TablerIcon;
export const IconStrikethrough: TablerIcon;
export const IconSubmarine: TablerIcon;
export const IconSubscript: TablerIcon;
diff --git a/icons-react/index.js b/icons-react/index.js
index 320db045..1a71fb83 100644
--- a/icons-react/index.js
+++ b/icons-react/index.js
@@ -118,6 +118,9 @@ export { default as IconArrowLoopLeft2 } from './icons-js/arrow-loop-left-2.js';
export { default as IconArrowLoopLeft } from './icons-js/arrow-loop-left.js';
export { default as IconArrowLoopRight2 } from './icons-js/arrow-loop-right-2.js';
export { default as IconArrowLoopRight } from './icons-js/arrow-loop-right.js';
+export { default as IconArrowMergeBoth } from './icons-js/arrow-merge-both.js';
+export { default as IconArrowMergeLeft } from './icons-js/arrow-merge-left.js';
+export { default as IconArrowMergeRight } from './icons-js/arrow-merge-right.js';
export { default as IconArrowMerge } from './icons-js/arrow-merge.js';
export { default as IconArrowNarrowDown } from './icons-js/arrow-narrow-down.js';
export { default as IconArrowNarrowLeft } from './icons-js/arrow-narrow-left.js';
@@ -1066,6 +1069,7 @@ export { default as IconFridge } from './icons-js/fridge.js';
export { default as IconFriendsOff } from './icons-js/friends-off.js';
export { default as IconFriends } from './icons-js/friends.js';
export { default as IconFunction } from './icons-js/function.js';
+export { default as IconGardenCart } from './icons-js/garden-cart.js';
export { default as IconGasStationOff } from './icons-js/gas-station-off.js';
export { default as IconGasStation } from './icons-js/gas-station.js';
export { default as IconGaugeOff } from './icons-js/gauge-off.js';
@@ -1116,6 +1120,7 @@ export { default as IconGrillOff } from './icons-js/grill-off.js';
export { default as IconGrill } from './icons-js/grill.js';
export { default as IconGripHorizontal } from './icons-js/grip-horizontal.js';
export { default as IconGripVertical } from './icons-js/grip-vertical.js';
+export { default as IconGround } from './icons-js/ground.js';
export { default as IconGrowth } from './icons-js/growth.js';
export { default as IconH1 } from './icons-js/h-1.js';
export { default as IconH2 } from './icons-js/h-2.js';
@@ -1318,6 +1323,14 @@ export { default as IconLockOpenOff } from './icons-js/lock-open-off.js';
export { default as IconLockOpen } from './icons-js/lock-open.js';
export { default as IconLockSquare } from './icons-js/lock-square.js';
export { default as IconLock } from './icons-js/lock.js';
+export { default as IconLogicAnd } from './icons-js/logic-and.js';
+export { default as IconLogicBuffer } from './icons-js/logic-buffer.js';
+export { default as IconLogicNand } from './icons-js/logic-nand.js';
+export { default as IconLogicNor } from './icons-js/logic-nor.js';
+export { default as IconLogicNot } from './icons-js/logic-not.js';
+export { default as IconLogicOr } from './icons-js/logic-or.js';
+export { default as IconLogicXnor } from './icons-js/logic-xnor.js';
+export { default as IconLogicXor } from './icons-js/logic-xor.js';
export { default as IconLogin } from './icons-js/login.js';
export { default as IconLogout } from './icons-js/logout.js';
export { default as IconLollipopOff } from './icons-js/lollipop-off.js';
@@ -1390,6 +1403,7 @@ export { default as IconMicrophone2 } from './icons-js/microphone-2.js';
export { default as IconMicrophoneOff } from './icons-js/microphone-off.js';
export { default as IconMicrophone } from './icons-js/microphone.js';
export { default as IconMicroscope } from './icons-js/microscope.js';
+export { default as IconMicrowave } from './icons-js/microwave.js';
export { default as IconMilitaryAward } from './icons-js/military-award.js';
export { default as IconMilitaryRank } from './icons-js/military-rank.js';
export { default as IconMilk } from './icons-js/milk.js';
@@ -1467,6 +1481,7 @@ export { default as IconOctagon } from './icons-js/octagon.js';
export { default as IconOld } from './icons-js/old.js';
export { default as IconOlympics } from './icons-js/olympics.js';
export { default as IconOmega } from './icons-js/omega.js';
+export { default as IconOutbound } from './icons-js/outbound.js';
export { default as IconOutlet } from './icons-js/outlet.js';
export { default as IconOvalVertical } from './icons-js/oval-vertical.js';
export { default as IconOval } from './icons-js/oval.js';
@@ -1769,6 +1784,7 @@ export { default as IconSortDescending2 } from './icons-js/sort-descending-2.js'
export { default as IconSortDescendingLetters } from './icons-js/sort-descending-letters.js';
export { default as IconSortDescendingNumbers } from './icons-js/sort-descending-numbers.js';
export { default as IconSortDescending } from './icons-js/sort-descending.js';
+export { default as IconSos } from './icons-js/sos.js';
export { default as IconSoup } from './icons-js/soup.js';
export { default as IconSpaceOff } from './icons-js/space-off.js';
export { default as IconSpace } from './icons-js/space.js';
@@ -1822,11 +1838,13 @@ export { default as IconStarHalf } from './icons-js/star-half.js';
export { default as IconStarOff } from './icons-js/star-off.js';
export { default as IconStar } from './icons-js/star.js';
export { default as IconStars } from './icons-js/stars.js';
+export { default as IconSteam } from './icons-js/steam.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 IconStethoscope } from './icons-js/stethoscope.js';
export { default as IconSticker } from './icons-js/sticker.js';
+export { default as IconStorm } from './icons-js/storm.js';
export { default as IconStrikethrough } from './icons-js/strikethrough.js';
export { default as IconSubmarine } from './icons-js/submarine.js';
export { default as IconSubscript } from './icons-js/subscript.js';