aboutsummaryrefslogtreecommitdiff
path: root/icons-react
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-07-09 17:39:44 +0200
committercodecalm <codecalm@gmail.com>2022-07-09 17:39:44 +0200
commit6678c10014de83e7052669f2bb4d5ae5529fd736 (patch)
treec7f33133f3360126c5f4872ed6de01a2217e8168 /icons-react
parent18 new icons: `ampersand`, `arrow-guide`, `arrow-roundabout-left`, `arrow-rou... (diff)
downloadtabler-icons-6678c10014de83e7052669f2bb4d5ae5529fd736.tar.xz
Release 1.73.0v1.73.0
Diffstat (limited to 'icons-react')
-rw-r--r--icons-react/icons-js/ampersand.js12
-rw-r--r--icons-react/icons-js/arrow-guide.js12
-rw-r--r--icons-react/icons-js/arrow-roundabout-left.js12
-rw-r--r--icons-react/icons-js/arrow-roundabout-right.js12
-rw-r--r--icons-react/icons-js/arrows-move-horizontal.js12
-rw-r--r--icons-react/icons-js/arrows-move-vertical.js12
-rw-r--r--icons-react/icons-js/arrows-move.js12
-rw-r--r--icons-react/icons-js/brand-amazon.js12
-rw-r--r--icons-react/icons-js/brand-appgallery.js12
-rw-r--r--icons-react/icons-js/brand-google-one.js12
-rw-r--r--icons-react/icons-js/device-camera-phone.js12
-rw-r--r--icons-react/icons-js/stack-pop.js12
-rw-r--r--icons-react/icons-js/stack-push.js12
-rw-r--r--icons-react/icons-js/sun-high.js12
-rw-r--r--icons-react/icons-js/sun-low.js12
-rw-r--r--icons-react/icons-js/sun-wind.js12
-rw-r--r--icons-react/icons-js/sunglasses.js12
-rw-r--r--icons-react/icons-js/sunset-2.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/ampersand.js b/icons-react/icons-js/ampersand.js
new file mode 100644
index 00000000..3c5a0db0
--- /dev/null
+++ b/icons-react/icons-js/ampersand.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAmpersand({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-ampersand" 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="M19 20l-10.403 -10.972a2.948 2.948 0 0 1 0 -4.165a2.94 2.94 0 0 1 4.161 0a2.948 2.948 0 0 1 0 4.165l-4.68 4.687a3.685 3.685 0 0 0 0 5.207a3.675 3.675 0 0 0 5.2 0l5.722 -5.922" /></svg>;
+}
+
+export default IconAmpersand; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-guide.js b/icons-react/icons-js/arrow-guide.js
new file mode 100644
index 00000000..2cc45e8e
--- /dev/null
+++ b/icons-react/icons-js/arrow-guide.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowGuide({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrow-guide" 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={19} r={2} /><path d="M7 19h3a2 2 0 0 0 2 -2v-8a2 2 0 0 1 2 -2h7" /><path d="M18 4l3 3l-3 3" /></svg>;
+}
+
+export default IconArrowGuide; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-roundabout-left.js b/icons-react/icons-js/arrow-roundabout-left.js
new file mode 100644
index 00000000..8061a8f3
--- /dev/null
+++ b/icons-react/icons-js/arrow-roundabout-left.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowRoundaboutLeft({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrow-roundabout-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="M3 9h8a5 5 0 1 1 5 5v7" /><path d="M7 5l-4 4l4 4" /></svg>;
+}
+
+export default IconArrowRoundaboutLeft; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-roundabout-right.js b/icons-react/icons-js/arrow-roundabout-right.js
new file mode 100644
index 00000000..40322634
--- /dev/null
+++ b/icons-react/icons-js/arrow-roundabout-right.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowRoundaboutRight({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrow-roundabout-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="M21 9h-8a5 5 0 1 0 -5 5v7" /><path d="M17 5l4 4l-4 4" /></svg>;
+}
+
+export default IconArrowRoundaboutRight; \ No newline at end of file
diff --git a/icons-react/icons-js/arrows-move-horizontal.js b/icons-react/icons-js/arrows-move-horizontal.js
new file mode 100644
index 00000000..70e1b1ac
--- /dev/null
+++ b/icons-react/icons-js/arrows-move-horizontal.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowsMoveHorizontal({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-move-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="M18 9l3 3l-3 3" /><path d="M15 12h6" /><path d="M6 9l-3 3l3 3" /><path d="M3 12h6" /></svg>;
+}
+
+export default IconArrowsMoveHorizontal; \ No newline at end of file
diff --git a/icons-react/icons-js/arrows-move-vertical.js b/icons-react/icons-js/arrows-move-vertical.js
new file mode 100644
index 00000000..a24fd8c2
--- /dev/null
+++ b/icons-react/icons-js/arrows-move-vertical.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowsMoveVertical({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-move-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="M9 18l3 3l3 -3" /><path d="M12 15v6" /><path d="M15 6l-3 -3l-3 3" /><path d="M12 3v6" /></svg>;
+}
+
+export default IconArrowsMoveVertical; \ No newline at end of file
diff --git a/icons-react/icons-js/arrows-move.js b/icons-react/icons-js/arrows-move.js
new file mode 100644
index 00000000..f5926458
--- /dev/null
+++ b/icons-react/icons-js/arrows-move.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowsMove({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-move" 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 9l3 3l-3 3" /><path d="M15 12h6" /><path d="M6 9l-3 3l3 3" /><path d="M3 12h6" /><path d="M9 18l3 3l3 -3" /><path d="M12 15v6" /><path d="M15 6l-3 -3l-3 3" /><path d="M12 3v6" /></svg>;
+}
+
+export default IconArrowsMove; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-amazon.js b/icons-react/icons-js/brand-amazon.js
new file mode 100644
index 00000000..a14ea62f
--- /dev/null
+++ b/icons-react/icons-js/brand-amazon.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandAmazon({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-amazon" 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 6c.5 -2 2 -3 4.089 -3c2.441 .08 3.93 1.557 3.911 3.667v5.5c0 .903 1.04 1.833 2 1.833" /><path d="M15 8.13c-14.133 -1.558 -6.545 11.61 0 2.82" /><path d="M19.877 22l2.123 -4l-4 -1" /><path d="M22 18.01c-3.05 1.966 -6.493 2.996 -9.993 2.99c-3.507 .006 -6.953 -1.027 -10.007 -3" /></svg>;
+}
+
+export default IconBrandAmazon; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-appgallery.js b/icons-react/icons-js/brand-appgallery.js
new file mode 100644
index 00000000..9390984a
--- /dev/null
+++ b/icons-react/icons-js/brand-appgallery.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandAppgallery({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-appgallery" 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={4} /><path d="M9 8a3 3 0 0 0 6 0" /></svg>;
+}
+
+export default IconBrandAppgallery; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-google-one.js b/icons-react/icons-js/brand-google-one.js
new file mode 100644
index 00000000..55baf641
--- /dev/null
+++ b/icons-react/icons-js/brand-google-one.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandGoogleOne({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-google-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" /><path d="M11 4.998v13.982a1.998 1.998 0 0 0 3.995 0v-13.982a1.998 1.998 0 1 0 -3.995 0z" /><path d="M6.63 8.407a2.125 2.125 0 0 0 -.074 2.944c.77 .834 2.051 .869 2.862 .077l4.95 -4.834c.812 -.792 .846 -2.11 .076 -2.945a1.984 1.984 0 0 0 -2.861 -.077l-4.953 4.835z" /></svg>;
+}
+
+export default IconBrandGoogleOne; \ No newline at end of file
diff --git a/icons-react/icons-js/device-camera-phone.js b/icons-react/icons-js/device-camera-phone.js
new file mode 100644
index 00000000..7524b1d8
--- /dev/null
+++ b/icons-react/icons-js/device-camera-phone.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDeviceCameraPhone({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-device-camera-phone" 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.5} cy={8.5} r={2.5} /><path d="M13 7h-8a2 2 0 0 0 -2 2v7a2 2 0 0 0 2 2h13a2 2 0 0 0 2 -2v-2" /><path d="M17 15v-1" /></svg>;
+}
+
+export default IconDeviceCameraPhone; \ No newline at end of file
diff --git a/icons-react/icons-js/stack-pop.js b/icons-react/icons-js/stack-pop.js
new file mode 100644
index 00000000..80c358b4
--- /dev/null
+++ b/icons-react/icons-js/stack-pop.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconStackPop({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-stack-pop" 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 9.5l-3 1.5l8 4l8 -4l-2.999 -1.5" /><path d="M4 15l8 4l8 -4" /><path d="M12 11v-7" /><path d="M9 7l3 -3l3 3" /></svg>;
+}
+
+export default IconStackPop; \ No newline at end of file
diff --git a/icons-react/icons-js/stack-push.js b/icons-react/icons-js/stack-push.js
new file mode 100644
index 00000000..fa2bea20
--- /dev/null
+++ b/icons-react/icons-js/stack-push.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconStackPush({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-stack-push" 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 10l-2 1l8 4l8 -4l-2 -1" /><path d="M4 15l8 4l8 -4" /><path d="M12 4v7" /><path d="M15 8l-3 3l-3 -3" /></svg>;
+}
+
+export default IconStackPush; \ No newline at end of file
diff --git a/icons-react/icons-js/sun-high.js b/icons-react/icons-js/sun-high.js
new file mode 100644
index 00000000..a9c5db5b
--- /dev/null
+++ b/icons-react/icons-js/sun-high.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSunHigh({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sun-high" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14.828 14.828a4 4 0 1 0 -5.656 -5.656a4 4 0 0 0 5.656 5.656z" /><path d="M6.343 17.657l-1.414 1.414" /><path d="M6.343 6.343l-1.414 -1.414" /><path d="M17.657 6.343l1.414 -1.414" /><path d="M17.657 17.657l1.414 1.414" /><path d="M4 12h-2" /><path d="M12 4v-2" /><path d="M20 12h2" /><path d="M12 20v2" /></svg>;
+}
+
+export default IconSunHigh; \ No newline at end of file
diff --git a/icons-react/icons-js/sun-low.js b/icons-react/icons-js/sun-low.js
new file mode 100644
index 00000000..69619e43
--- /dev/null
+++ b/icons-react/icons-js/sun-low.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSunLow({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sun-low" 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={4} /><path d="M4 12h.01" /><path d="M12 4v.01" /><path d="M20 12h.01" /><path d="M12 20v.01" /><path d="M6.31 6.31l-.01 -.01" /><path d="M17.71 6.31l-.01 -.01" /><path d="M17.7 17.7l.01 .01" /><path d="M6.3 17.7l.01 .01" /></svg>;
+}
+
+export default IconSunLow; \ No newline at end of file
diff --git a/icons-react/icons-js/sun-wind.js b/icons-react/icons-js/sun-wind.js
new file mode 100644
index 00000000..0f0ed16d
--- /dev/null
+++ b/icons-react/icons-js/sun-wind.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSunWind({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sun-wind" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14.468 10.005a4 4 0 1 0 -5.466 5.46" /><path d="M2 12h1" /><path d="M11 3v1" /><path d="M11 20v1" /><path d="M4.6 5.6l.7 .7" /><path d="M17.4 5.6l-.7 .7" /><path d="M5.3 17.7l-.7 .7" /><path d="M15 13h5a2 2 0 1 0 0 -4" /><path d="M12 16h5.714l.253 -.004a2.004 2.004 0 0 1 2.033 2.004a2 2 0 0 1 -2 2h-.286" /></svg>;
+}
+
+export default IconSunWind; \ No newline at end of file
diff --git a/icons-react/icons-js/sunglasses.js b/icons-react/icons-js/sunglasses.js
new file mode 100644
index 00000000..10ba1918
--- /dev/null
+++ b/icons-react/icons-js/sunglasses.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSunglasses({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sunglasses" 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 4h-2l-3 10" /><path d="M16 4h2l3 10" /><path d="M10 16h4" /><path d="M21 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" /><path d="M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" /><path d="M4 14l4.5 4.5" /><path d="M15 14l4.5 4.5" /></svg>;
+}
+
+export default IconSunglasses; \ No newline at end of file
diff --git a/icons-react/icons-js/sunset-2.js b/icons-react/icons-js/sunset-2.js
new file mode 100644
index 00000000..36238e64
--- /dev/null
+++ b/icons-react/icons-js/sunset-2.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSunset2({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sunset-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="M3 13h1" /><path d="M20 13h1" /><path d="M5.6 6.6l.7 .7" /><path d="M18.4 6.6l-.7 .7" /><path d="M8 13a4 4 0 1 1 8 0" /><path d="M3 17h18" /><path d="M7 20h5" /><path d="M16 20h1" /><path d="M12 5v-1" /></svg>;
+}
+
+export default IconSunset2; \ No newline at end of file
diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts
index 3d917d0a..5f0a61bd 100644
--- a/icons-react/index.d.ts
+++ b/icons-react/index.d.ts
@@ -40,6 +40,7 @@ export const IconAlphabetCyrillic: TablerIcon;
export const IconAlphabetGreek: TablerIcon;
export const IconAlphabetLatin: TablerIcon;
export const IconAmbulance: TablerIcon;
+export const IconAmpersand: TablerIcon;
export const IconAnchorOff: TablerIcon;
export const IconAnchor: TablerIcon;
export const IconAngle: TablerIcon;
@@ -112,6 +113,7 @@ export const IconArrowDown: TablerIcon;
export const IconArrowFork: TablerIcon;
export const IconArrowForwardUp: TablerIcon;
export const IconArrowForward: TablerIcon;
+export const IconArrowGuide: TablerIcon;
export const IconArrowLeftBar: TablerIcon;
export const IconArrowLeftCircle: TablerIcon;
export const IconArrowLeftRight: TablerIcon;
@@ -145,6 +147,8 @@ export const IconArrowRotaryLastRight: TablerIcon;
export const IconArrowRotaryLeft: TablerIcon;
export const IconArrowRotaryRight: TablerIcon;
export const IconArrowRotaryStraight: TablerIcon;
+export const IconArrowRoundaboutLeft: TablerIcon;
+export const IconArrowRoundaboutRight: TablerIcon;
export const IconArrowSharpTurnLeft: TablerIcon;
export const IconArrowSharpTurnRight: TablerIcon;
export const IconArrowTopBar: TablerIcon;
@@ -182,6 +186,9 @@ export const IconArrowsLeftRight: TablerIcon;
export const IconArrowsLeft: TablerIcon;
export const IconArrowsMaximize: TablerIcon;
export const IconArrowsMinimize: TablerIcon;
+export const IconArrowsMoveHorizontal: TablerIcon;
+export const IconArrowsMoveVertical: TablerIcon;
+export const IconArrowsMove: TablerIcon;
export const IconArrowsRandom: TablerIcon;
export const IconArrowsRightDown: TablerIcon;
export const IconArrowsRightLeft: TablerIcon;
@@ -346,9 +353,11 @@ export const IconBrackets: TablerIcon;
export const IconBrandAdobe: TablerIcon;
export const IconBrandAirbnb: TablerIcon;
export const IconBrandAirtable: TablerIcon;
+export const IconBrandAmazon: TablerIcon;
export const IconBrandAmongus: TablerIcon;
export const IconBrandAndroid: TablerIcon;
export const IconBrandAngular: TablerIcon;
+export const IconBrandAppgallery: TablerIcon;
export const IconBrandAppleArcade: TablerIcon;
export const IconBrandApplePodcast: TablerIcon;
export const IconBrandApple: TablerIcon;
@@ -393,6 +402,7 @@ export const IconBrandGitlab: TablerIcon;
export const IconBrandGmail: TablerIcon;
export const IconBrandGoogleAnalytics: TablerIcon;
export const IconBrandGoogleDrive: TablerIcon;
+export const IconBrandGoogleOne: TablerIcon;
export const IconBrandGooglePhotos: TablerIcon;
export const IconBrandGooglePlay: TablerIcon;
export const IconBrandGoogle: TablerIcon;
@@ -819,6 +829,7 @@ export const IconDental: TablerIcon;
export const IconDetails: TablerIcon;
export const IconDeviceAnalytics: TablerIcon;
export const IconDeviceAudioTape: TablerIcon;
+export const IconDeviceCameraPhone: TablerIcon;
export const IconDeviceCctv: TablerIcon;
export const IconDeviceComputerCameraOff: TablerIcon;
export const IconDeviceComputerCamera: TablerIcon;
@@ -1807,6 +1818,8 @@ export const IconSquaresDiagonal: TablerIcon;
export const IconSquaresFilled: TablerIcon;
export const IconStack2: TablerIcon;
export const IconStack3: TablerIcon;
+export const IconStackPop: TablerIcon;
+export const IconStackPush: TablerIcon;
export const IconStack: TablerIcon;
export const IconStairsDown: TablerIcon;
export const IconStairsUp: TablerIcon;
@@ -1826,9 +1839,14 @@ export const IconSubscript: TablerIcon;
export const IconSubtask: TablerIcon;
export const IconSumOff: TablerIcon;
export const IconSum: TablerIcon;
+export const IconSunHigh: TablerIcon;
+export const IconSunLow: TablerIcon;
export const IconSunOff: TablerIcon;
+export const IconSunWind: TablerIcon;
export const IconSun: TablerIcon;
+export const IconSunglasses: TablerIcon;
export const IconSunrise: TablerIcon;
+export const IconSunset2: TablerIcon;
export const IconSunset: TablerIcon;
export const IconSuperscript: TablerIcon;
export const IconSwimming: TablerIcon;
diff --git a/icons-react/index.js b/icons-react/index.js
index f5242e96..320db045 100644
--- a/icons-react/index.js
+++ b/icons-react/index.js
@@ -34,6 +34,7 @@ export { default as IconAlphabetCyrillic } from './icons-js/alphabet-cyrillic.js
export { default as IconAlphabetGreek } from './icons-js/alphabet-greek.js';
export { default as IconAlphabetLatin } from './icons-js/alphabet-latin.js';
export { default as IconAmbulance } from './icons-js/ambulance.js';
+export { default as IconAmpersand } from './icons-js/ampersand.js';
export { default as IconAnchorOff } from './icons-js/anchor-off.js';
export { default as IconAnchor } from './icons-js/anchor.js';
export { default as IconAngle } from './icons-js/angle.js';
@@ -106,6 +107,7 @@ export { default as IconArrowDown } from './icons-js/arrow-down.js';
export { default as IconArrowFork } from './icons-js/arrow-fork.js';
export { default as IconArrowForwardUp } from './icons-js/arrow-forward-up.js';
export { default as IconArrowForward } from './icons-js/arrow-forward.js';
+export { default as IconArrowGuide } from './icons-js/arrow-guide.js';
export { default as IconArrowLeftBar } from './icons-js/arrow-left-bar.js';
export { default as IconArrowLeftCircle } from './icons-js/arrow-left-circle.js';
export { default as IconArrowLeftRight } from './icons-js/arrow-left-right.js';
@@ -139,6 +141,8 @@ export { default as IconArrowRotaryLastRight } from './icons-js/arrow-rotary-las
export { default as IconArrowRotaryLeft } from './icons-js/arrow-rotary-left.js';
export { default as IconArrowRotaryRight } from './icons-js/arrow-rotary-right.js';
export { default as IconArrowRotaryStraight } from './icons-js/arrow-rotary-straight.js';
+export { default as IconArrowRoundaboutLeft } from './icons-js/arrow-roundabout-left.js';
+export { default as IconArrowRoundaboutRight } from './icons-js/arrow-roundabout-right.js';
export { default as IconArrowSharpTurnLeft } from './icons-js/arrow-sharp-turn-left.js';
export { default as IconArrowSharpTurnRight } from './icons-js/arrow-sharp-turn-right.js';
export { default as IconArrowTopBar } from './icons-js/arrow-top-bar.js';
@@ -176,6 +180,9 @@ export { default as IconArrowsLeftRight } from './icons-js/arrows-left-right.js'
export { default as IconArrowsLeft } from './icons-js/arrows-left.js';
export { default as IconArrowsMaximize } from './icons-js/arrows-maximize.js';
export { default as IconArrowsMinimize } from './icons-js/arrows-minimize.js';
+export { default as IconArrowsMoveHorizontal } from './icons-js/arrows-move-horizontal.js';
+export { default as IconArrowsMoveVertical } from './icons-js/arrows-move-vertical.js';
+export { default as IconArrowsMove } from './icons-js/arrows-move.js';
export { default as IconArrowsRandom } from './icons-js/arrows-random.js';
export { default as IconArrowsRightDown } from './icons-js/arrows-right-down.js';
export { default as IconArrowsRightLeft } from './icons-js/arrows-right-left.js';
@@ -340,9 +347,11 @@ export { default as IconBrackets } from './icons-js/brackets.js';
export { default as IconBrandAdobe } from './icons-js/brand-adobe.js';
export { default as IconBrandAirbnb } from './icons-js/brand-airbnb.js';
export { default as IconBrandAirtable } from './icons-js/brand-airtable.js';
+export { default as IconBrandAmazon } from './icons-js/brand-amazon.js';
export { default as IconBrandAmongus } from './icons-js/brand-amongus.js';
export { default as IconBrandAndroid } from './icons-js/brand-android.js';
export { default as IconBrandAngular } from './icons-js/brand-angular.js';
+export { default as IconBrandAppgallery } from './icons-js/brand-appgallery.js';
export { default as IconBrandAppleArcade } from './icons-js/brand-apple-arcade.js';
export { default as IconBrandApplePodcast } from './icons-js/brand-apple-podcast.js';
export { default as IconBrandApple } from './icons-js/brand-apple.js';
@@ -387,6 +396,7 @@ export { default as IconBrandGitlab } from './icons-js/brand-gitlab.js';
export { default as IconBrandGmail } from './icons-js/brand-gmail.js';
export { default as IconBrandGoogleAnalytics } from './icons-js/brand-google-analytics.js';
export { default as IconBrandGoogleDrive } from './icons-js/brand-google-drive.js';
+export { default as IconBrandGoogleOne } from './icons-js/brand-google-one.js';
export { default as IconBrandGooglePhotos } from './icons-js/brand-google-photos.js';
export { default as IconBrandGooglePlay } from './icons-js/brand-google-play.js';
export { default as IconBrandGoogle } from './icons-js/brand-google.js';
@@ -813,6 +823,7 @@ export { default as IconDental } from './icons-js/dental.js';
export { default as IconDetails } from './icons-js/details.js';
export { default as IconDeviceAnalytics } from './icons-js/device-analytics.js';
export { default as IconDeviceAudioTape } from './icons-js/device-audio-tape.js';
+export { default as IconDeviceCameraPhone } from './icons-js/device-camera-phone.js';
export { default as IconDeviceCctv } from './icons-js/device-cctv.js';
export { default as IconDeviceComputerCameraOff } from './icons-js/device-computer-camera-off.js';
export { default as IconDeviceComputerCamera } from './icons-js/device-computer-camera.js';
@@ -1801,6 +1812,8 @@ export { default as IconSquaresDiagonal } from './icons-js/squares-diagonal.js';
export { default as IconSquaresFilled } from './icons-js/squares-filled.js';
export { default as IconStack2 } from './icons-js/stack-2.js';
export { default as IconStack3 } from './icons-js/stack-3.js';
+export { default as IconStackPop } from './icons-js/stack-pop.js';
+export { default as IconStackPush } from './icons-js/stack-push.js';
export { default as IconStack } from './icons-js/stack.js';
export { default as IconStairsDown } from './icons-js/stairs-down.js';
export { default as IconStairsUp } from './icons-js/stairs-up.js';
@@ -1820,9 +1833,14 @@ export { default as IconSubscript } from './icons-js/subscript.js';
export { default as IconSubtask } from './icons-js/subtask.js';
export { default as IconSumOff } from './icons-js/sum-off.js';
export { default as IconSum } from './icons-js/sum.js';
+export { default as IconSunHigh } from './icons-js/sun-high.js';
+export { default as IconSunLow } from './icons-js/sun-low.js';
export { default as IconSunOff } from './icons-js/sun-off.js';
+export { default as IconSunWind } from './icons-js/sun-wind.js';
export { default as IconSun } from './icons-js/sun.js';
+export { default as IconSunglasses } from './icons-js/sunglasses.js';
export { default as IconSunrise } from './icons-js/sunrise.js';
+export { default as IconSunset2 } from './icons-js/sunset-2.js';
export { default as IconSunset } from './icons-js/sunset.js';
export { default as IconSuperscript } from './icons-js/superscript.js';
export { default as IconSwimming } from './icons-js/swimming.js';