aboutsummaryrefslogtreecommitdiff
path: root/icons-react
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-04-30 01:34:08 +0200
committercodecalm <codecalm@gmail.com>2022-04-30 01:34:08 +0200
commitc89f08df19897b545e4fd7ecc507b1cd5ffcf2c4 (patch)
tree1c5d6ce6ebe4a0dea351904af277496d3ff4d00b /icons-react
parentFixed icon: `brand-intercom` (diff)
downloadtabler-icons-c89f08df19897b545e4fd7ecc507b1cd5ffcf2c4.tar.xz
Release 1.68.0v1.68.0
Diffstat (limited to 'icons-react')
-rw-r--r--icons-react/icons-js/3d-rotate.js2
-rw-r--r--icons-react/icons-js/ankh.js12
-rw-r--r--icons-react/icons-js/asset.js12
-rw-r--r--icons-react/icons-js/brand-intercom.js12
-rw-r--r--icons-react/icons-js/cloud-computing.js12
-rw-r--r--icons-react/icons-js/cloud-data-connection.js12
-rw-r--r--icons-react/icons-js/cloud.js2
-rw-r--r--icons-react/icons-js/device-gamepad-2.js12
-rw-r--r--icons-react/icons-js/device-tv-old.js12
-rw-r--r--icons-react/icons-js/heart-broken.js2
-rw-r--r--icons-react/icons-js/heart-handshake.js2
-rw-r--r--icons-react/icons-js/heart-minus.js2
-rw-r--r--icons-react/icons-js/heart-off.js2
-rw-r--r--icons-react/icons-js/heart-plus.js2
-rw-r--r--icons-react/icons-js/heart.js2
-rw-r--r--icons-react/icons-js/icons.js12
-rw-r--r--icons-react/icons-js/jewish-star.js12
-rw-r--r--icons-react/icons-js/kayak.js12
-rw-r--r--icons-react/icons-js/mouse-2.js12
-rw-r--r--icons-react/icons-js/podium.js12
-rw-r--r--icons-react/icons-js/shovel.js12
-rw-r--r--icons-react/icons-js/truck-loading.js12
-rw-r--r--icons-react/icons-js/wheelchair.js12
-rw-r--r--icons-react/icons-js/zoom-in-area.js12
-rw-r--r--icons-react/icons-js/zoom-out-area.js12
-rw-r--r--icons-react/icons-js/zoom-pan.js12
-rw-r--r--icons-react/index.d.ts18
-rw-r--r--icons-react/index.js18
28 files changed, 260 insertions, 8 deletions
diff --git a/icons-react/icons-js/3d-rotate.js b/icons-react/icons-js/3d-rotate.js
index a800b5c0..b3b390db 100644
--- a/icons-react/icons-js/3d-rotate.js
+++ b/icons-react/icons-js/3d-rotate.js
@@ -6,7 +6,7 @@ function Icon3dRotate({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-3d-rotate" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/3d-rotate"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M7 15.5l4 -2.5" /><path d="M3 13l4 2.5v4.5l4 -2.5v-4.5l-4 -2.5z" /><path d="M3 13v4.5l4 2.5" /><path d="M11 4a7 7 0 0 1 7 7v4l-3 -3" /><path d="M21 12l-3 3" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-3d-rotate" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/3d-rotate"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M7 15.5l4 -2.5" /><path d="M3 13l4 2.5v4.996l4 -2.496v-5l-4 -2.5z" /><path d="M3 13v5l4 2.5" /><path d="M11 4a7 7 0 0 1 7 7v4l-3 -3" /><path d="M21 12l-3 3" /></svg>;
}
export default Icon3dRotate; \ No newline at end of file
diff --git a/icons-react/icons-js/ankh.js b/icons-react/icons-js/ankh.js
new file mode 100644
index 00000000..90ec07ac
--- /dev/null
+++ b/icons-react/icons-js/ankh.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAnkh({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-ankh" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/ankh"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 13h12" /><path d="M12 21v-8l-.422 -.211a6.472 6.472 0 0 1 -3.578 -5.789a4 4 0 1 1 8 0a6.472 6.472 0 0 1 -3.578 5.789l-.422 .211" /></svg>;
+}
+
+export default IconAnkh; \ No newline at end of file
diff --git a/icons-react/icons-js/asset.js b/icons-react/icons-js/asset.js
new file mode 100644
index 00000000..11908bd0
--- /dev/null
+++ b/icons-react/icons-js/asset.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAsset({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-asset" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/asset"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={9} cy={15} r={6} /><circle cx={9} cy={15} r={2} /><circle cx={19} cy={5} r={2} /><path d="M14.218 17.975l6.619 -12.174" /><path d="M6.079 9.756l12.217 -6.631" /><circle cx={9} cy={15} r={2} /></svg>;
+}
+
+export default IconAsset; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-intercom.js b/icons-react/icons-js/brand-intercom.js
new file mode 100644
index 00000000..36c434a5
--- /dev/null
+++ b/icons-react/icons-js/brand-intercom.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandIntercom({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-intercom" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/brand-intercom"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={4} y={4} width={16} height={16} rx={2} /><path d="M7 8v3" /><path d="M10 7v6" /><path d="M14 7v6" /><path d="M17 8v3" /><path d="M7 15c4 2.667 6 2.667 10 0" /></svg>;
+}
+
+export default IconBrandIntercom; \ No newline at end of file
diff --git a/icons-react/icons-js/cloud-computing.js b/icons-react/icons-js/cloud-computing.js
new file mode 100644
index 00000000..91fbbff3
--- /dev/null
+++ b/icons-react/icons-js/cloud-computing.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCloudComputing({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cloud-computing" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/cloud-computing"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6.657 16c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 .996c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878" /><path d="M12 16v5" /><path d="M16 16v4a1 1 0 0 0 1 1h4" /><path d="M8 16v4a1 1 0 0 1 -1 1h-4" /></svg>;
+}
+
+export default IconCloudComputing; \ No newline at end of file
diff --git a/icons-react/icons-js/cloud-data-connection.js b/icons-react/icons-js/cloud-data-connection.js
new file mode 100644
index 00000000..32a996c4
--- /dev/null
+++ b/icons-react/icons-js/cloud-data-connection.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCloudDataConnection({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cloud-data-connection" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/cloud-data-connection"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5 9.897c0 -1.714 1.46 -3.104 3.26 -3.104c.275 -1.22 1.255 -2.215 2.572 -2.611c1.317 -.397 2.77 -.134 3.811 .69c1.042 .822 1.514 2.08 1.239 3.3h.693a2.42 2.42 0 0 1 2.425 2.414a2.42 2.42 0 0 1 -2.425 2.414h-8.315c-1.8 0 -3.26 -1.39 -3.26 -3.103z" /><path d="M12 13v3" /><circle cx={12} cy={18} r={2} /><path d="M14 18h7" /><path d="M3 18h7" /></svg>;
+}
+
+export default IconCloudDataConnection; \ No newline at end of file
diff --git a/icons-react/icons-js/cloud.js b/icons-react/icons-js/cloud.js
index 59803635..e01b6b03 100644
--- a/icons-react/icons-js/cloud.js
+++ b/icons-react/icons-js/cloud.js
@@ -6,7 +6,7 @@ function IconCloud({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cloud" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/cloud"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-cloud" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/cloud"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6.657 18c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 .996c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878" /></svg>;
}
export default IconCloud; \ No newline at end of file
diff --git a/icons-react/icons-js/device-gamepad-2.js b/icons-react/icons-js/device-gamepad-2.js
new file mode 100644
index 00000000..a6432509
--- /dev/null
+++ b/icons-react/icons-js/device-gamepad-2.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDeviceGamepad2({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-device-gamepad-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/device-gamepad-2"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 5h3.5a5 5 0 0 1 0 10h-5.5l-4.015 4.227a2.3 2.3 0 0 1 -3.923 -2.035l1.634 -8.173a5 5 0 0 1 4.904 -4.019h3.4z" /><path d="M14 15l4.07 4.284a2.3 2.3 0 0 0 3.925 -2.023l-1.6 -8.232" /><path d="M8 9v2" /><path d="M7 10h2" /><path d="M14 10h2" /></svg>;
+}
+
+export default IconDeviceGamepad2; \ No newline at end of file
diff --git a/icons-react/icons-js/device-tv-old.js b/icons-react/icons-js/device-tv-old.js
new file mode 100644
index 00000000..fe8dc516
--- /dev/null
+++ b/icons-react/icons-js/device-tv-old.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDeviceTvOld({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-device-tv-old" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/device-tv-old"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={3} y={7} width={18} height={13} rx={2} /><path d="M16 3l-4 4l-4 -4" /><path d="M15 7v13" /><path d="M18 15v.01" /><path d="M18 12v.01" /></svg>;
+}
+
+export default IconDeviceTvOld; \ No newline at end of file
diff --git a/icons-react/icons-js/heart-broken.js b/icons-react/icons-js/heart-broken.js
index b98e13f9..293fb761 100644
--- a/icons-react/icons-js/heart-broken.js
+++ b/icons-react/icons-js/heart-broken.js
@@ -6,7 +6,7 @@ function IconHeartBroken({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-broken" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-broken"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.5 13.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /><path d="M12 7l-2 4l4 3l-2 4v3" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-broken" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-broken"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /><path d="M12 6l-2 4l4 3l-2 4v3" /></svg>;
}
export default IconHeartBroken; \ No newline at end of file
diff --git a/icons-react/icons-js/heart-handshake.js b/icons-react/icons-js/heart-handshake.js
index 6e9bc4df..057608eb 100644
--- a/icons-react/icons-js/heart-handshake.js
+++ b/icons-react/icons-js/heart-handshake.js
@@ -6,7 +6,7 @@ function IconHeartHandshake({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-handshake" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-handshake"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.5 13.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /><path d="M12 7l-3.293 3.293a1 1 0 0 0 0 1.414l.543 .543c.69 .69 1.81 .69 2.5 0l1 -1a3.182 3.182 0 0 1 4.5 0l2.25 2.25" /><path d="M12.5 16.5l2 2" /><path d="M15 14l2 2" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-handshake" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-handshake"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /><path d="M12 6l-3.293 3.293a1 1 0 0 0 0 1.414l.543 .543c.69 .69 1.81 .69 2.5 0l1 -1a3.182 3.182 0 0 1 4.5 0l2.25 2.25" /><path d="M12.5 15.5l2 2" /><path d="M15 13l2 2" /></svg>;
}
export default IconHeartHandshake; \ No newline at end of file
diff --git a/icons-react/icons-js/heart-minus.js b/icons-react/icons-js/heart-minus.js
index 386ca537..161fde09 100644
--- a/icons-react/icons-js/heart-minus.js
+++ b/icons-react/icons-js/heart-minus.js
@@ -6,7 +6,7 @@ function IconHeartMinus({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-minus" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-minus"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13.002 20l-1.002 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.003 5.996" /><path d="M14 17h6" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-minus" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-minus"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8 6" /><path d="M14 17h6" /></svg>;
}
export default IconHeartMinus; \ No newline at end of file
diff --git a/icons-react/icons-js/heart-off.js b/icons-react/icons-js/heart-off.js
index ac6fb9e2..6f4d0d69 100644
--- a/icons-react/icons-js/heart-off.js
+++ b/icons-react/icons-js/heart-off.js
@@ -6,7 +6,7 @@ function IconHeartOff({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.5 13.572l-.983 .974m-1.993 1.973l-4.524 4.481l-7.5 -7.428m0 0a5 5 0 0 1 1.085 -7.969m3.499 -.493a5 5 0 0 1 2.916 1.896a5 5 0 1 1 7.5 6.572" /><path d="M3 3l18 18" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M3 3l18 18" /><path d="M19.5 12.572l-1.5 1.428m-2 2l-4 4l-7.5 -7.428m0 0a5 5 0 0 1 -1.288 -5.068a4.976 4.976 0 0 1 1.788 -2.504m3 -1c1.56 .003 3.05 .727 4 2.006a5 5 0 1 1 7.5 6.572" /></svg>;
}
export default IconHeartOff; \ No newline at end of file
diff --git a/icons-react/icons-js/heart-plus.js b/icons-react/icons-js/heart-plus.js
index b1e7827d..db830788 100644
--- a/icons-react/icons-js/heart-plus.js
+++ b/icons-react/icons-js/heart-plus.js
@@ -6,7 +6,7 @@ function IconHeartPlus({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-plus" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-plus"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13.002 20l-1.002 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.003 5.996" /><path d="M14 17h6" /><path d="M17 14v6" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-plus" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart-plus"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.003 5.996" /><path d="M14 16h6" /><path d="M17 13v6" /></svg>;
}
export default IconHeartPlus; \ No newline at end of file
diff --git a/icons-react/icons-js/heart.js b/icons-react/icons-js/heart.js
index 547431af..d7f963e6 100644
--- a/icons-react/icons-js/heart.js
+++ b/icons-react/icons-js/heart.js
@@ -6,7 +6,7 @@ function IconHeart({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.5 13.572l-7.5 7.428l-7.5 -7.428m0 0a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/heart"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428m0 0a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>;
}
export default IconHeart; \ No newline at end of file
diff --git a/icons-react/icons-js/icons.js b/icons-react/icons-js/icons.js
new file mode 100644
index 00000000..dd0816dc
--- /dev/null
+++ b/icons-react/icons-js/icons.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconIcons({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-icons" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/icons"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={6.5} cy={6.5} r={3.5} /><path d="M2.5 21h8l-4 -7z" /><path d="M14 3l7 7" /><path d="M14 10l7 -7" /><path d="M14 14h7v7h-7z" /></svg>;
+}
+
+export default IconIcons; \ No newline at end of file
diff --git a/icons-react/icons-js/jewish-star.js b/icons-react/icons-js/jewish-star.js
new file mode 100644
index 00000000..fddcc3de
--- /dev/null
+++ b/icons-react/icons-js/jewish-star.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconJewishStar({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-jewish-star" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/jewish-star"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 2l3 5h6l-3 5l3 5h-6l-3 5l-3 -5h-6l3 -5l-3 -5h6z" /></svg>;
+}
+
+export default IconJewishStar; \ No newline at end of file
diff --git a/icons-react/icons-js/kayak.js b/icons-react/icons-js/kayak.js
new file mode 100644
index 00000000..ba1d1778
--- /dev/null
+++ b/icons-react/icons-js/kayak.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconKayak({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-kayak" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/kayak"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6.414 6.414a2 2 0 0 0 0 -2.828l-1.414 -1.414l-2.828 2.828l1.414 1.414a2 2 0 0 0 2.828 0z" /><path d="M17.586 17.586a2 2 0 0 0 0 2.828l1.414 1.414l2.828 -2.828l-1.414 -1.414a2 2 0 0 0 -2.828 0z" /><path d="M6.5 6.5l11 11" /><path d="M22 2.5c-9.983 2.601 -17.627 7.952 -20 19.5c9.983 -2.601 17.627 -7.952 20 -19.5z" /><path d="M6.5 12.5l5 5" /><path d="M12.5 6.5l5 5" /></svg>;
+}
+
+export default IconKayak; \ No newline at end of file
diff --git a/icons-react/icons-js/mouse-2.js b/icons-react/icons-js/mouse-2.js
new file mode 100644
index 00000000..5751d0ff
--- /dev/null
+++ b/icons-react/icons-js/mouse-2.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMouse2({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-mouse-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/mouse-2"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={6} y={3} width={12} height={18} rx={4} /><path d="M12 3v7" /><path d="M6 10h12" /></svg>;
+}
+
+export default IconMouse2; \ No newline at end of file
diff --git a/icons-react/icons-js/podium.js b/icons-react/icons-js/podium.js
new file mode 100644
index 00000000..d8a53da6
--- /dev/null
+++ b/icons-react/icons-js/podium.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconPodium({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-podium" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/podium"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5 8h14l-.621 2.485a2 2 0 0 1 -1.94 1.515h-8.878a2 2 0 0 1 -1.94 -1.515l-.621 -2.485z" /><path d="M7 8v-2a3 3 0 0 1 3 -3" /><path d="M8 12l1 9" /><path d="M16 12l-1 9" /><path d="M7 21h10" /></svg>;
+}
+
+export default IconPodium; \ No newline at end of file
diff --git a/icons-react/icons-js/shovel.js b/icons-react/icons-js/shovel.js
new file mode 100644
index 00000000..01c3a194
--- /dev/null
+++ b/icons-react/icons-js/shovel.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconShovel({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-shovel" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/shovel"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M17 4l3 3" /><path d="M18.5 5.5l-8 8" /><path d="M8.276 11.284l4.44 4.44a0.968 .968 0 0 1 0 1.369l-2.704 2.704a4.108 4.108 0 0 1 -5.809 -5.81l2.704 -2.703a0.968 .968 0 0 1 1.37 0z" /></svg>;
+}
+
+export default IconShovel; \ No newline at end of file
diff --git a/icons-react/icons-js/truck-loading.js b/icons-react/icons-js/truck-loading.js
new file mode 100644
index 00000000..75d0cf06
--- /dev/null
+++ b/icons-react/icons-js/truck-loading.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTruckLoading({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-truck-loading" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/truck-loading"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M2 3h1a2 2 0 0 1 2 2v10a2 2 0 0 0 2 2h15" /><rect x={9} y={6} width={10} height={8} rx={3} /><circle cx={9} cy={19} r={2} /><circle cx={18} cy={19} r={2} /></svg>;
+}
+
+export default IconTruckLoading; \ No newline at end of file
diff --git a/icons-react/icons-js/wheelchair.js b/icons-react/icons-js/wheelchair.js
new file mode 100644
index 00000000..8aa7abda
--- /dev/null
+++ b/icons-react/icons-js/wheelchair.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconWheelchair({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-wheelchair" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/wheelchair"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={8} cy={16} r={5} /><circle cx={19} cy={19} r={2} /><path d="M19 17a3 3 0 0 0 -3 -3h-3.4" /><path d="M3 3h1a2 2 0 0 1 2 2v6" /><path d="M6 8h11" /><path d="M15 8v6" /></svg>;
+}
+
+export default IconWheelchair; \ No newline at end of file
diff --git a/icons-react/icons-js/zoom-in-area.js b/icons-react/icons-js/zoom-in-area.js
new file mode 100644
index 00000000..235d62fc
--- /dev/null
+++ b/icons-react/icons-js/zoom-in-area.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconZoomInArea({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-zoom-in-area" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/zoom-in-area"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M15 13v4" /><path d="M13 15h4" /><circle cx={15} cy={15} r={5} /><path d="M22 22l-3 -3" /><path d="M6 18h-1a2 2 0 0 1 -2 -2v-1" /><path d="M3 11v-1" /><path d="M3 6v-1a2 2 0 0 1 2 -2h1" /><path d="M10 3h1" /><path d="M15 3h1a2 2 0 0 1 2 2v1" /></svg>;
+}
+
+export default IconZoomInArea; \ No newline at end of file
diff --git a/icons-react/icons-js/zoom-out-area.js b/icons-react/icons-js/zoom-out-area.js
new file mode 100644
index 00000000..dd8faec6
--- /dev/null
+++ b/icons-react/icons-js/zoom-out-area.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconZoomOutArea({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-zoom-out-area" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/zoom-out-area"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13 15h4" /><circle cx={15} cy={15} r={5} /><path d="M22 22l-3 -3" /><path d="M6 18h-1a2 2 0 0 1 -2 -2v-1" /><path d="M3 11v-1" /><path d="M3 6v-1a2 2 0 0 1 2 -2h1" /><path d="M10 3h1" /><path d="M15 3h1a2 2 0 0 1 2 2v1" /></svg>;
+}
+
+export default IconZoomOutArea; \ No newline at end of file
diff --git a/icons-react/icons-js/zoom-pan.js b/icons-react/icons-js/zoom-pan.js
new file mode 100644
index 00000000..46225f18
--- /dev/null
+++ b/icons-react/icons-js/zoom-pan.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconZoomPan({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-zoom-pan" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/zoom-pan"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={12} cy={12} r={3} /><path d="M17 17l-2.5 -2.5" /><path d="M10 5l2 -2l2 2" /><path d="M19 10l2 2l-2 2" /><path d="M5 10l-2 2l2 2" /><path d="M10 19l2 2l2 -2" /></svg>;
+}
+
+export default IconZoomPan; \ No newline at end of file
diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts
index f5b54b44..251469de 100644
--- a/icons-react/index.d.ts
+++ b/icons-react/index.d.ts
@@ -40,6 +40,7 @@ export const IconAmbulance: TablerIcon;
export const IconAnchorOff: TablerIcon;
export const IconAnchor: TablerIcon;
export const IconAngle: TablerIcon;
+export const IconAnkh: TablerIcon;
export const IconAntennaBars1: TablerIcon;
export const IconAntennaBars2: TablerIcon;
export const IconAntennaBars3: TablerIcon;
@@ -194,6 +195,7 @@ export const IconArtboardOff: TablerIcon;
export const IconArtboard: TablerIcon;
export const IconAspectRatioOff: TablerIcon;
export const IconAspectRatio: TablerIcon;
+export const IconAsset: TablerIcon;
export const IconAsteriskSimple: TablerIcon;
export const IconAsterisk: TablerIcon;
export const IconAtOff: TablerIcon;
@@ -378,6 +380,7 @@ export const IconBrandGravatar: TablerIcon;
export const IconBrandHipchat: TablerIcon;
export const IconBrandHtml5: TablerIcon;
export const IconBrandInstagram: TablerIcon;
+export const IconBrandIntercom: TablerIcon;
export const IconBrandJavascript: TablerIcon;
export const IconBrandKickstarter: TablerIcon;
export const IconBrandKotlin: TablerIcon;
@@ -630,6 +633,8 @@ export const IconClipboard: TablerIcon;
export const IconClock2: TablerIcon;
export const IconClockOff: TablerIcon;
export const IconClock: TablerIcon;
+export const IconCloudComputing: TablerIcon;
+export const IconCloudDataConnection: TablerIcon;
export const IconCloudDownload: TablerIcon;
export const IconCloudFog: TablerIcon;
export const IconCloudLockOpen: TablerIcon;
@@ -774,6 +779,7 @@ export const IconDeviceDesktopAnalytics: TablerIcon;
export const IconDeviceDesktopOff: TablerIcon;
export const IconDeviceDesktop: TablerIcon;
export const IconDeviceFloppy: TablerIcon;
+export const IconDeviceGamepad2: TablerIcon;
export const IconDeviceGamepad: TablerIcon;
export const IconDeviceHeartMonitor: TablerIcon;
export const IconDeviceLaptopOff: TablerIcon;
@@ -790,6 +796,7 @@ export const IconDeviceSpeaker: TablerIcon;
export const IconDeviceTabletOff: TablerIcon;
export const IconDeviceTablet: TablerIcon;
export const IconDeviceTvOff: TablerIcon;
+export const IconDeviceTvOld: TablerIcon;
export const IconDeviceTv: TablerIcon;
export const IconDeviceWatchOff: TablerIcon;
export const IconDeviceWatchStats2: TablerIcon;
@@ -1117,6 +1124,7 @@ export const IconIceCream2: TablerIcon;
export const IconIceCreamOff: TablerIcon;
export const IconIceCream: TablerIcon;
export const IconIceSkating: TablerIcon;
+export const IconIcons: TablerIcon;
export const IconIdBadge2: TablerIcon;
export const IconIdBadge: TablerIcon;
export const IconIdOff: TablerIcon;
@@ -1129,8 +1137,10 @@ export const IconInfinity: TablerIcon;
export const IconInfoCircle: TablerIcon;
export const IconInfoSquare: TablerIcon;
export const IconItalic: TablerIcon;
+export const IconJewishStar: TablerIcon;
export const IconJumpRope: TablerIcon;
export const IconKarate: TablerIcon;
+export const IconKayak: TablerIcon;
export const IconKering: TablerIcon;
export const IconKeyOff: TablerIcon;
export const IconKey: TablerIcon;
@@ -1346,6 +1356,7 @@ export const IconMoon: TablerIcon;
export const IconMoped: TablerIcon;
export const IconMotorbike: TablerIcon;
export const IconMountain: TablerIcon;
+export const IconMouse2: TablerIcon;
export const IconMouseOff: TablerIcon;
export const IconMouse: TablerIcon;
export const IconMovieOff: TablerIcon;
@@ -1490,6 +1501,7 @@ export const IconPlugOff: TablerIcon;
export const IconPlugX: TablerIcon;
export const IconPlug: TablerIcon;
export const IconPlus: TablerIcon;
+export const IconPodium: TablerIcon;
export const IconPointOff: TablerIcon;
export const IconPoint: TablerIcon;
export const IconPokeball: TablerIcon;
@@ -1654,6 +1666,7 @@ export const IconShoppingCartOff: TablerIcon;
export const IconShoppingCartPlus: TablerIcon;
export const IconShoppingCartX: TablerIcon;
export const IconShoppingCart: TablerIcon;
+export const IconShovel: TablerIcon;
export const IconShredder: TablerIcon;
export const IconSignLeft: TablerIcon;
export const IconSignRight: TablerIcon;
@@ -1848,6 +1861,7 @@ export const IconTriangles: TablerIcon;
export const IconTrident: TablerIcon;
export const IconTrophy: TablerIcon;
export const IconTruckDelivery: TablerIcon;
+export const IconTruckLoading: TablerIcon;
export const IconTruckOff: TablerIcon;
export const IconTruckReturn: TablerIcon;
export const IconTruck: TablerIcon;
@@ -1915,6 +1929,7 @@ export const IconWaveSawTool: TablerIcon;
export const IconWaveSine: TablerIcon;
export const IconWaveSquare: TablerIcon;
export const IconWebhook: TablerIcon;
+export const IconWheelchair: TablerIcon;
export const IconWifi0: TablerIcon;
export const IconWifi1: TablerIcon;
export const IconWifi2: TablerIcon;
@@ -1960,7 +1975,10 @@ export const IconZoomCancel: TablerIcon;
export const IconZoomCheck: TablerIcon;
export const IconZoomCode: TablerIcon;
export const IconZoomExclamation: TablerIcon;
+export const IconZoomInArea: TablerIcon;
export const IconZoomIn: TablerIcon;
export const IconZoomMoney: TablerIcon;
+export const IconZoomOutArea: TablerIcon;
export const IconZoomOut: TablerIcon;
+export const IconZoomPan: TablerIcon;
export const IconZoomQuestion: TablerIcon;
diff --git a/icons-react/index.js b/icons-react/index.js
index be614222..5dd5b977 100644
--- a/icons-react/index.js
+++ b/icons-react/index.js
@@ -34,6 +34,7 @@ export { default as IconAmbulance } from './icons-js/ambulance.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';
+export { default as IconAnkh } from './icons-js/ankh.js';
export { default as IconAntennaBars1 } from './icons-js/antenna-bars-1.js';
export { default as IconAntennaBars2 } from './icons-js/antenna-bars-2.js';
export { default as IconAntennaBars3 } from './icons-js/antenna-bars-3.js';
@@ -188,6 +189,7 @@ export { default as IconArtboardOff } from './icons-js/artboard-off.js';
export { default as IconArtboard } from './icons-js/artboard.js';
export { default as IconAspectRatioOff } from './icons-js/aspect-ratio-off.js';
export { default as IconAspectRatio } from './icons-js/aspect-ratio.js';
+export { default as IconAsset } from './icons-js/asset.js';
export { default as IconAsteriskSimple } from './icons-js/asterisk-simple.js';
export { default as IconAsterisk } from './icons-js/asterisk.js';
export { default as IconAtOff } from './icons-js/at-off.js';
@@ -372,6 +374,7 @@ export { default as IconBrandGravatar } from './icons-js/brand-gravatar.js';
export { default as IconBrandHipchat } from './icons-js/brand-hipchat.js';
export { default as IconBrandHtml5 } from './icons-js/brand-html5.js';
export { default as IconBrandInstagram } from './icons-js/brand-instagram.js';
+export { default as IconBrandIntercom } from './icons-js/brand-intercom.js';
export { default as IconBrandJavascript } from './icons-js/brand-javascript.js';
export { default as IconBrandKickstarter } from './icons-js/brand-kickstarter.js';
export { default as IconBrandKotlin } from './icons-js/brand-kotlin.js';
@@ -624,6 +627,8 @@ export { default as IconClipboard } from './icons-js/clipboard.js';
export { default as IconClock2 } from './icons-js/clock-2.js';
export { default as IconClockOff } from './icons-js/clock-off.js';
export { default as IconClock } from './icons-js/clock.js';
+export { default as IconCloudComputing } from './icons-js/cloud-computing.js';
+export { default as IconCloudDataConnection } from './icons-js/cloud-data-connection.js';
export { default as IconCloudDownload } from './icons-js/cloud-download.js';
export { default as IconCloudFog } from './icons-js/cloud-fog.js';
export { default as IconCloudLockOpen } from './icons-js/cloud-lock-open.js';
@@ -768,6 +773,7 @@ export { default as IconDeviceDesktopAnalytics } from './icons-js/device-desktop
export { default as IconDeviceDesktopOff } from './icons-js/device-desktop-off.js';
export { default as IconDeviceDesktop } from './icons-js/device-desktop.js';
export { default as IconDeviceFloppy } from './icons-js/device-floppy.js';
+export { default as IconDeviceGamepad2 } from './icons-js/device-gamepad-2.js';
export { default as IconDeviceGamepad } from './icons-js/device-gamepad.js';
export { default as IconDeviceHeartMonitor } from './icons-js/device-heart-monitor.js';
export { default as IconDeviceLaptopOff } from './icons-js/device-laptop-off.js';
@@ -784,6 +790,7 @@ export { default as IconDeviceSpeaker } from './icons-js/device-speaker.js';
export { default as IconDeviceTabletOff } from './icons-js/device-tablet-off.js';
export { default as IconDeviceTablet } from './icons-js/device-tablet.js';
export { default as IconDeviceTvOff } from './icons-js/device-tv-off.js';
+export { default as IconDeviceTvOld } from './icons-js/device-tv-old.js';
export { default as IconDeviceTv } from './icons-js/device-tv.js';
export { default as IconDeviceWatchOff } from './icons-js/device-watch-off.js';
export { default as IconDeviceWatchStats2 } from './icons-js/device-watch-stats-2.js';
@@ -1111,6 +1118,7 @@ export { default as IconIceCream2 } from './icons-js/ice-cream-2.js';
export { default as IconIceCreamOff } from './icons-js/ice-cream-off.js';
export { default as IconIceCream } from './icons-js/ice-cream.js';
export { default as IconIceSkating } from './icons-js/ice-skating.js';
+export { default as IconIcons } from './icons-js/icons.js';
export { default as IconIdBadge2 } from './icons-js/id-badge-2.js';
export { default as IconIdBadge } from './icons-js/id-badge.js';
export { default as IconIdOff } from './icons-js/id-off.js';
@@ -1123,8 +1131,10 @@ 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 IconJewishStar } from './icons-js/jewish-star.js';
export { default as IconJumpRope } from './icons-js/jump-rope.js';
export { default as IconKarate } from './icons-js/karate.js';
+export { default as IconKayak } from './icons-js/kayak.js';
export { default as IconKering } from './icons-js/kering.js';
export { default as IconKeyOff } from './icons-js/key-off.js';
export { default as IconKey } from './icons-js/key.js';
@@ -1340,6 +1350,7 @@ export { default as IconMoon } from './icons-js/moon.js';
export { default as IconMoped } from './icons-js/moped.js';
export { default as IconMotorbike } from './icons-js/motorbike.js';
export { default as IconMountain } from './icons-js/mountain.js';
+export { default as IconMouse2 } from './icons-js/mouse-2.js';
export { default as IconMouseOff } from './icons-js/mouse-off.js';
export { default as IconMouse } from './icons-js/mouse.js';
export { default as IconMovieOff } from './icons-js/movie-off.js';
@@ -1484,6 +1495,7 @@ export { default as IconPlugOff } from './icons-js/plug-off.js';
export { default as IconPlugX } from './icons-js/plug-x.js';
export { default as IconPlug } from './icons-js/plug.js';
export { default as IconPlus } from './icons-js/plus.js';
+export { default as IconPodium } from './icons-js/podium.js';
export { default as IconPointOff } from './icons-js/point-off.js';
export { default as IconPoint } from './icons-js/point.js';
export { default as IconPokeball } from './icons-js/pokeball.js';
@@ -1648,6 +1660,7 @@ export { default as IconShoppingCartOff } from './icons-js/shopping-cart-off.js'
export { default as IconShoppingCartPlus } from './icons-js/shopping-cart-plus.js';
export { default as IconShoppingCartX } from './icons-js/shopping-cart-x.js';
export { default as IconShoppingCart } from './icons-js/shopping-cart.js';
+export { default as IconShovel } from './icons-js/shovel.js';
export { default as IconShredder } from './icons-js/shredder.js';
export { default as IconSignLeft } from './icons-js/sign-left.js';
export { default as IconSignRight } from './icons-js/sign-right.js';
@@ -1842,6 +1855,7 @@ export { default as IconTriangles } from './icons-js/triangles.js';
export { default as IconTrident } from './icons-js/trident.js';
export { default as IconTrophy } from './icons-js/trophy.js';
export { default as IconTruckDelivery } from './icons-js/truck-delivery.js';
+export { default as IconTruckLoading } from './icons-js/truck-loading.js';
export { default as IconTruckOff } from './icons-js/truck-off.js';
export { default as IconTruckReturn } from './icons-js/truck-return.js';
export { default as IconTruck } from './icons-js/truck.js';
@@ -1909,6 +1923,7 @@ export { default as IconWaveSawTool } from './icons-js/wave-saw-tool.js';
export { default as IconWaveSine } from './icons-js/wave-sine.js';
export { default as IconWaveSquare } from './icons-js/wave-square.js';
export { default as IconWebhook } from './icons-js/webhook.js';
+export { default as IconWheelchair } from './icons-js/wheelchair.js';
export { default as IconWifi0 } from './icons-js/wifi-0.js';
export { default as IconWifi1 } from './icons-js/wifi-1.js';
export { default as IconWifi2 } from './icons-js/wifi-2.js';
@@ -1954,7 +1969,10 @@ export { default as IconZoomCancel } from './icons-js/zoom-cancel.js';
export { default as IconZoomCheck } from './icons-js/zoom-check.js';
export { default as IconZoomCode } from './icons-js/zoom-code.js';
export { default as IconZoomExclamation } from './icons-js/zoom-exclamation.js';
+export { default as IconZoomInArea } from './icons-js/zoom-in-area.js';
export { default as IconZoomIn } from './icons-js/zoom-in.js';
export { default as IconZoomMoney } from './icons-js/zoom-money.js';
+export { default as IconZoomOutArea } from './icons-js/zoom-out-area.js';
export { default as IconZoomOut } from './icons-js/zoom-out.js';
+export { default as IconZoomPan } from './icons-js/zoom-pan.js';
export { default as IconZoomQuestion } from './icons-js/zoom-question.js';