aboutsummaryrefslogtreecommitdiff
path: root/icons-react
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-21 22:28:47 +0200
committercodecalm <codecalm@gmail.com>2020-09-21 22:28:47 +0200
commitf3f3990dac3b42ef8c8124d7a286ebd289c31b89 (patch)
treeebbff7f4152b4d603a02e6fa0b1973011e5905f9 /icons-react
parenttags fixes (diff)
downloadtabler-icons-f3f3990dac3b42ef8c8124d7a286ebd289c31b89.tar.xz
Release 1.23.0v1.23.0
Diffstat (limited to 'icons-react')
-rw-r--r--icons-react/icons-js/alien.js2
-rw-r--r--icons-react/icons-js/biohazard.js2
-rw-r--r--icons-react/icons-js/brand-deviantart.js5
-rw-r--r--icons-react/icons-js/brand-discord.js2
-rw-r--r--icons-react/icons-js/brand-edge.js5
-rw-r--r--icons-react/icons-js/brand-firefox.js5
-rw-r--r--icons-react/icons-js/brand-flickr.js5
-rw-r--r--icons-react/icons-js/brand-foursquare.js5
-rw-r--r--icons-react/icons-js/brand-pocket.js5
-rw-r--r--icons-react/icons-js/brand-python.js5
-rw-r--r--icons-react/icons-js/brand-reddit.js2
-rw-r--r--icons-react/icons-js/brand-sketch.js2
-rw-r--r--icons-react/icons-js/brand-skype.js5
-rw-r--r--icons-react/icons-js/brand-spotify.js5
-rw-r--r--icons-react/icons-js/brand-tailwind.js2
-rw-r--r--icons-react/icons-js/brand-tumblr.js5
-rw-r--r--icons-react/icons-js/brand-twitch.js5
-rw-r--r--icons-react/icons-js/brand-twitter.js2
-rw-r--r--icons-react/icons-js/brand-vimeo.js5
-rw-r--r--icons-react/icons-js/camera-off.js2
-rw-r--r--icons-react/icons-js/disabled-2.js2
-rw-r--r--icons-react/icons-js/disabled.js2
-rw-r--r--icons-react/icons-js/hexagon.js2
-rw-r--r--icons-react/icons-js/map-pin-off.js2
-rw-r--r--icons-react/icons-js/map-pin.js2
-rw-r--r--icons-react/icons-js/mood-cry.js2
-rw-r--r--icons-react/icons-js/moon-stars.js2
-rw-r--r--icons-react/icons-js/moon.js2
-rw-r--r--icons-react/icons-js/photo-off.js2
-rw-r--r--icons-react/icons-js/planet.js2
-rw-r--r--icons-react/icons-js/settings.js2
-rw-r--r--icons-react/icons-js/shield-off.js2
-rw-r--r--icons-react/icons-js/smart-home.js2
-rw-r--r--icons-react/icons-js/star.js2
-rw-r--r--icons-react/icons-js/track-next.js2
-rw-r--r--icons-react/icons-js/track-prev.js2
-rw-r--r--icons-react/icons-js/wifi-off.js2
-rw-r--r--icons-react/icons-js/wifi.js2
-rw-r--r--icons-react/index.d.ts12
-rw-r--r--icons-react/index.js12
40 files changed, 110 insertions, 26 deletions
diff --git a/icons-react/icons-js/alien.js b/icons-react/icons-js/alien.js
index 16f8531..34fe864 100644
--- a/icons-react/icons-js/alien.js
+++ b/icons-react/icons-js/alien.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconAlien = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-alien" 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 17a2.5 2.5 0 0 0 2 0" /><path d="M12 3c-4.664 0 -7.396 2.331 -7.862 5.595a11.816 11.816 0 0 0 1.998 8.592a10.777 10.777 0 0 0 3.199 3.064h0c1.666 .999 3.664 .999 5.33 0h0a10.777 10.777 0 0 0 3.199 -3.064a11.89 11.89 0 0 0 1.998 -8.592c-.466 -3.265 -3.198 -5.595 -7.862 -5.595z" /><line x1={8} y1={11} x2={10} y2={13} /><line x1={16} y1={11} x2={14} y2={13} /></svg>;
+const IconAlien = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-alien" 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 17a2.5 2.5 0 0 0 2 0" /><path d="M12 3c-4.664 0 -7.396 2.331 -7.862 5.595a11.816 11.816 0 0 0 2 8.592a10.777 10.777 0 0 0 3.199 3.064h0c1.666 1 3.664 1 5.33 0h0a10.777 10.777 0 0 0 3.199 -3.064a11.89 11.89 0 0 0 2 -8.592c-.466 -3.265 -3.198 -5.595 -7.862 -5.595z" /><line x1={8} y1={11} x2={10} y2={13} /><line x1={16} y1={11} x2={14} y2={13} /></svg>;
export default IconAlien; \ No newline at end of file
diff --git a/icons-react/icons-js/biohazard.js b/icons-react/icons-js/biohazard.js
index b3afd00..a853c59 100644
--- a/icons-react/icons-js/biohazard.js
+++ b/icons-react/icons-js/biohazard.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconBiohazard = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-biohazard" 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={2} /><path d="M11.939 14c0.03 .173 .048 .351 .056 .533l0.005 .217a4.75 4.75 0 0 1 -4.533 4.745l-0.217 .005m-4.75 -4.75a4.75 4.75 0 0 1 7.737 -3.693m6.513 8.443a4.75 4.75 0 0 1 -4.69 -5.503l-.06 .003m1.764 -2.944a4.75 4.75 0 0 1 7.731 3.477l0.005 .217m-11.195 -3.813a4.75 4.75 0 0 1 -1.828 -7.624l0.164 -.172m6.718 0a4.75 4.75 0 0 1 -1.665 7.798" /></svg>;
+const IconBiohazard = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-biohazard" 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={2} /><path d="M11.939 14c0.03 .173 .048 .351 .056 .533l0 .217a4.75 4.75 0 0 1 -4.533 4.745l-0.217 .005m-4.75 -4.75a4.75 4.75 0 0 1 7.737 -3.693m6.513 8.443a4.75 4.75 0 0 1 -4.69 -5.503l-.06 .003m1.764 -2.944a4.75 4.75 0 0 1 7.731 3.477l0.005 .217m-11.195 -3.813a4.75 4.75 0 0 1 -1.828 -7.624l0.164 -.172m6.718 0a4.75 4.75 0 0 1 -1.665 7.798" /></svg>;
export default IconBiohazard; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-deviantart.js b/icons-react/icons-js/brand-deviantart.js
new file mode 100644
index 0000000..68cad7e
--- /dev/null
+++ b/icons-react/icons-js/brand-deviantart.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandDeviantart = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-deviantart" 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 3v4l-3.857 6h3.857v4h-6.429l-2.571 4h-3v-4l3.857 -6h-3.857v-4h6.429l2.571 -4z" /></svg>;
+
+export default IconBrandDeviantart; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-discord.js b/icons-react/icons-js/brand-discord.js
index dd0ae5b..9782b26 100644
--- a/icons-react/icons-js/brand-discord.js
+++ b/icons-react/icons-js/brand-discord.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconBrandDiscord = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-discord" 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={9} cy={12} r={1} /><circle cx={15} cy={12} r={1} /><path d="M7.5 7.5c3.5-1 5.5-1 9 0" /><path d="M7 16.5c3.5 1 6.5 1 10 0" /><path d="M15.5 17c0 1 1.5 3 2 3c1.5 0 2.833 -1.667 3.5 -3c.667 -1.667 .5 -5.833 -1.5 -11.5c-1.457 -1.015 -2.972 -1.34 -4.5 -1.5l-1 2.5" /><path d="M8.5 17c0 1 -1.356 3 -1.832 3c-1.429 0 -2.698 -1.667 -3.333 -3c-.635 -1.667 -.476 -5.833 1.428 -11.5c1.388 -1.015 2.782 -1.34 4.237 -1.5l1 2.5" /></svg>;
+const IconBrandDiscord = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-discord" 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={9} cy={12} r={1} /><circle cx={15} cy={12} r={1} /><path d="M7.5 7.5c3.5-1 5.5-1 9 0" /><path d="M7 16.5c3.5 1 6.5 1 10 0" /><path d="M15.5 17c0 1 1.5 3 2 3c1.5 0 2.833 -1.667 3.5 -3c.667 -1.667 .5 -5.833 -1.5 -11.5c-1.457 -1.015 -3 -1.34 -4.5 -1.5l-1 2.5" /><path d="M8.5 17c0 1 -1.356 3 -1.832 3c-1.429 0 -2.698 -1.667 -3.333 -3c-.635 -1.667 -.476 -5.833 1.428 -11.5c1.388 -1.015 2.782 -1.34 4.237 -1.5l1 2.5" /></svg>;
export default IconBrandDiscord; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-edge.js b/icons-react/icons-js/brand-edge.js
new file mode 100644
index 0000000..a8e7647
--- /dev/null
+++ b/icons-react/icons-js/brand-edge.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandEdge = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-edge" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M20.978 11.372a9 9 0 1 0 -1.593 5.773" /><path d="M20.978 11.372c.21 2.993-5.034 2.413-6.913 1.486 1.392-1.6.402-4.038-2.274-3.851-1.745.122-2.927 1.157-2.784 3.202.28 3.99 4.444 6.205 10.36 4.79" /><path d="M3.022 12.628c-.283 -4.043 8.717 -7.228 11.248 -2.688" /><path d="M12.628 20.978c-2.993.21-5.162-4.725-3.567-9.748" /></svg>;
+
+export default IconBrandEdge; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-firefox.js b/icons-react/icons-js/brand-firefox.js
new file mode 100644
index 0000000..ad72f4a
--- /dev/null
+++ b/icons-react/icons-js/brand-firefox.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandFirefox = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-firefox" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4.028 7.82a9 9 0 1 0 7.972 -4.82c-.334 0 -.667 -.036 -1 0" /><path d="M4.914 9.485c-1.756-1.569-.805-5.38.109-6.17.086.896.585 1.208 1.111 1.685.88-.275 1.313-.282 1.867 0 .82-.91 2.074-2.261 3.007-2-1.081 1.741-.45 3.64.992 4.08-.17.975-1.484 1.913-2.76 2.686-1.296.938-.722 1.85 0 2.234.949.506 3.611-.995 4.545.354-1.698.102-1.536 3.107-3.983 2.727 2.523.957 4.345.462 5.458-.34 1.965-1.52 2.879-3.542 2.879-5.557-.014-1.398.194-2.695-1.26-4.75" /></svg>;
+
+export default IconBrandFirefox; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-flickr.js b/icons-react/icons-js/brand-flickr.js
new file mode 100644
index 0000000..938169e
--- /dev/null
+++ b/icons-react/icons-js/brand-flickr.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandFlickr = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-flickr" 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={7} cy={12} r={3} /><circle cx={17} cy={12} r={3} /></svg>;
+
+export default IconBrandFlickr; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-foursquare.js b/icons-react/icons-js/brand-foursquare.js
new file mode 100644
index 0000000..5576189
--- /dev/null
+++ b/icons-react/icons-js/brand-foursquare.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandFoursquare = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-foursquare" 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 3h10c.644 0 1.11 .696 .978 1.33l-1.984 9.859a1.014 1.014 0 0 1 -.994 .811h-2.254c-.308 0 -.6 .141 -.793 .382l-4.144 5.25c-.599 .752 -1.809 .331 -1.809 -.632v-16c0 -.564 .44 -1 1 -1z" /><line x1={12} y1={9} x2={17} y2={9} /></svg>;
+
+export default IconBrandFoursquare; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-pocket.js b/icons-react/icons-js/brand-pocket.js
new file mode 100644
index 0000000..c1d92eb
--- /dev/null
+++ b/icons-react/icons-js/brand-pocket.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandPocket = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-pocket" 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="M5 4h14a2 2 0 0 1 2 2v6a9 9 0 0 1 -18 0v-6a2 2 0 0 1 2 -2" /><polyline points="8 11 12 15 16 11" /></svg>;
+
+export default IconBrandPocket; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-python.js b/icons-react/icons-js/brand-python.js
new file mode 100644
index 0000000..9d1cc50
--- /dev/null
+++ b/icons-react/icons-js/brand-python.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandPython = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-python" 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 9h-7a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3" /><path d="M12 15h7a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-3" /><path d="M8 9v-4a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v5a2 2 0 0 1 -2 2h-4a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4" /><line x1={11} y1={6} x2={11} y2={6.01} /><line x1={13} y1={18} x2={13} y2={18.01} /></svg>;
+
+export default IconBrandPython; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-reddit.js b/icons-react/icons-js/brand-reddit.js
index 3ecb0f5..c7308eb 100644
--- a/icons-react/icons-js/brand-reddit.js
+++ b/icons-react/icons-js/brand-reddit.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconBrandReddit = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-reddit" 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 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c-.001 3.59 -4.03 6.5 -9.001 6.5c-4.875 0 -8.845 -2.8 -8.996 -6.294l-.004 -.206h0a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z" /><path d="M12 8l1-5 6 1" /><circle cx={19} cy={4} r={1} /><circle cx={9} cy={13} r={0.5} fill="currentColor" /><circle cx={15} cy={13} r={0.5} fill="currentColor" /><path d="M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5" /></svg>;
+const IconBrandReddit = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-reddit" 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 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206h0a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z" /><path d="M12 8l1-5 6 1" /><circle cx={19} cy={4} r={1} /><circle cx={9} cy={13} r={0.5} fill="currentColor" /><circle cx={15} cy={13} r={0.5} fill="currentColor" /><path d="M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5" /></svg>;
export default IconBrandReddit; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-sketch.js b/icons-react/icons-js/brand-sketch.js
index 9c7df22..9868fd9 100644
--- a/icons-react/icons-js/brand-sketch.js
+++ b/icons-react/icons-js/brand-sketch.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconBrandSketch = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-sketch" 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.262 10.878l7.991 8.789c.4 .44 1.091 .44 1.491 0l7.993 -8.79c.313 -.344 .349 -.859 .087 -1.243l-3.537 -5.194a1 1 0 0 0 -.823 -.436h-8.926a1 1 0 0 0 -.823 .436l-3.54 5.192c-.263 .385 -.227 .901 .087 1.246z" /></svg>;
+const IconBrandSketch = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-sketch" 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.262 10.878l8 8.789c.4 .44 1.091 .44 1.491 0l8 -8.79c.313 -.344 .349 -.859 .087 -1.243l-3.537 -5.194a1 1 0 0 0 -.823 -.436h-8.926a1 1 0 0 0 -.823 .436l-3.54 5.192c-.263 .385 -.227 .901 .087 1.246z" /></svg>;
export default IconBrandSketch; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-skype.js b/icons-react/icons-js/brand-skype.js
new file mode 100644
index 0000000..4f59795
--- /dev/null
+++ b/icons-react/icons-js/brand-skype.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandSkype = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-skype" 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 3a9 9 0 0 1 8.603 11.65a4.5 4.5 0 0 1 -5.953 5.953a9 9 0 0 1 -11.253 -11.253a4.5 4.5 0 0 1 5.953 -5.954a8.987 8.987 0 0 1 2.65 -.396z" /><path d="M8 14.5c.5 2 2.358 2.5 4 2.5c2.905 0 4 -1.187 4 -2.5c0 -1.503 -1.927 -2.5 -4 -2.5s-4 -.997 -4 -2.5c0 -1.313 1.095 -2.5 4 -2.5c1.642 0 3.5 .5 4 2.5" /></svg>;
+
+export default IconBrandSkype; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-spotify.js b/icons-react/icons-js/brand-spotify.js
new file mode 100644
index 0000000..9c03f81
--- /dev/null
+++ b/icons-react/icons-js/brand-spotify.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandSpotify = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-spotify" 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="M8 11.973c2.5-1.473 5.5-.973 7.5.527" /><path d="M9 15c1.5-1 4-1 5 .5" /><path d="M7 9c2-1 6-2 10 .5" /></svg>;
+
+export default IconBrandSpotify; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-tailwind.js b/icons-react/icons-js/brand-tailwind.js
index c7478b6..d4f3e8b 100644
--- a/icons-react/icons-js/brand-tailwind.js
+++ b/icons-react/icons-js/brand-tailwind.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconBrandTailwind = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-tailwind" 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.667 6c-2.49 0 -4.044 1.222 -4.667 3.667c0.933 -1.223 2.023 -1.68 3.267 -1.375c0.71 .174 1.217 .68 1.778 1.24c0.916 .912 1.975 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968zm-4 6.5c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 1.975 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968z" /></svg>;
+const IconBrandTailwind = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-tailwind" 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.667 6c-2.49 0 -4.044 1.222 -4.667 3.667c0.933 -1.223 2.023 -1.68 3.267 -1.375c0.71 .174 1.217 .68 1.778 1.24c0.916 .912 2 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968zm-4 6.5c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 1.975 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968z" /></svg>;
export default IconBrandTailwind; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-tumblr.js b/icons-react/icons-js/brand-tumblr.js
new file mode 100644
index 0000000..6300264
--- /dev/null
+++ b/icons-react/icons-js/brand-tumblr.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandTumblr = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-tumblr" 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 21h4v-4h-4v-6h4v-4h-4v-4h-4v1a3 3 0 0 1 -3 3h-1v4h4v6a4 4 0 0 0 4 4" /></svg>;
+
+export default IconBrandTumblr; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-twitch.js b/icons-react/icons-js/brand-twitch.js
new file mode 100644
index 0000000..b1b626f
--- /dev/null
+++ b/icons-react/icons-js/brand-twitch.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandTwitch = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-twitch" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 5v11a1 1 0 0 0 1 1h2v4l4 -4h5.584c.266 0 .52 -.105 .707 -.293l2.415 -2.414c.187 -.188 .293 -.442 .293 -.708v-8.585a1 1 0 0 0 -1 -1h-14a1 1 0 0 0 -1 1z" /><line x1={16} y1={8} x2={16} y2={12} /><line x1={12} y1={8} x2={12} y2={12} /></svg>;
+
+export default IconBrandTwitch; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-twitter.js b/icons-react/icons-js/brand-twitter.js
index 641a3b6..7e3a0dd 100644
--- a/icons-react/icons-js/brand-twitter.js
+++ b/icons-react/icons-js/brand-twitter.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconBrandTwitter = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-twitter" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0" /></svg>;
+const IconBrandTwitter = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-twitter" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M22 4.01c-1 .49-1.98.689-3 .99-1.121-1.265-2.783-1.335-4.38-.737S11.977 6.323 12 8v1c-3.245.083-6.135-1.395-8-4 0 0-4.182 7.433 4 11-1.872 1.247-3.739 2.088-6 2 3.308 1.803 6.913 2.423 10.034 1.517 3.58-1.04 6.522-3.723 7.651-7.742a13.84 13.84 0 0 0 .497 -3.753C20.18 7.773 21.692 5.25 22 4.009z" /></svg>;
export default IconBrandTwitter; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-vimeo.js b/icons-react/icons-js/brand-vimeo.js
new file mode 100644
index 0000000..dde1481
--- /dev/null
+++ b/icons-react/icons-js/brand-vimeo.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandVimeo = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-vimeo" 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 8.5l1 1s1.5 -1.102 2 -.5c.509 .609 1.863 7.65 2.5 9c.556 1.184 1.978 2.89 4 1.5c2 -1.5 7.5 -5.5 8.5 -11.5c.444 -2.661 -1 -4 -2.5 -4c-2 0 -4.047 1.202 -4.5 4c2.05 -1.254 2.551 1.003 1.5 3c-1.052 2.005 -2 3 -2.5 3c-.49 0 -.924 -1.165 -1.5 -3.5c-.59 -2.42 -.5 -6.5 -3 -6.5s-5.5 4.5 -5.5 4.5z" /></svg>;
+
+export default IconBrandVimeo; \ No newline at end of file
diff --git a/icons-react/icons-js/camera-off.js b/icons-react/icons-js/camera-off.js
index cbd2afe..e69cedc 100644
--- a/icons-react/icons-js/camera-off.js
+++ b/icons-react/icons-js/camera-off.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconCameraOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-camera-off" 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.29 4.296a0.997 .997 0 0 1 .71 -.296h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v8m-1.179 2.824c-.25 .113 -.528 .176 -.821 .176h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1c.292 0 .568 -.062 .818 -.175" /><path d="M10.436 10.44a3 3 0 1 0 4.126 4.122" /><line x1={3} y1={3} x2={21} y2={21} /></svg>;
+const IconCameraOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-camera-off" 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.29 4.296a1 1 0 0 1 .71 -.296h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v8m-1.179 2.824c-.25 .113 -.528 .176 -.821 .176h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1c.292 0 .568 -.062 .818 -.175" /><path d="M10.436 10.44a3 3 0 1 0 4.126 4.122" /><line x1={3} y1={3} x2={21} y2={21} /></svg>;
export default IconCameraOff; \ No newline at end of file
diff --git a/icons-react/icons-js/disabled-2.js b/icons-react/icons-js/disabled-2.js
index 8c742af..509eb9a 100644
--- a/icons-react/icons-js/disabled-2.js
+++ b/icons-react/icons-js/disabled-2.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconDisabled2 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-disabled-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" /><circle cx={17} cy={6} r={2} /><path d="M9 11a4.97 4.97 0 1 0 3.95 7.95" /><path d="M19 20l-4 -5h-4l3 -5l-4 -3l-4 1" /></svg>;
+const IconDisabled2 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-disabled-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" /><circle cx={17} cy={6} r={2} /><path d="M9 11a5 5 0 1 0 3.95 7.95" /><path d="M19 20l-4 -5h-4l3 -5l-4 -3l-4 1" /></svg>;
export default IconDisabled2; \ No newline at end of file
diff --git a/icons-react/icons-js/disabled.js b/icons-react/icons-js/disabled.js
index 6f2251f..96b1ad4 100644
--- a/icons-react/icons-js/disabled.js
+++ b/icons-react/icons-js/disabled.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconDisabled = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-disabled" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={11} cy={5} r={2} /><polyline points="11 7 11 15 15 15 19 20" /><line x1={11} y1={11} x2={16} y2={11} /><path d="M7 11.5a4.97 4.97 0 1 0 6 7.5" /></svg>;
+const IconDisabled = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-disabled" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={11} cy={5} r={2} /><polyline points="11 7 11 15 15 15 19 20" /><line x1={11} y1={11} x2={16} y2={11} /><path d="M7 11.5a5 5 0 1 0 6 7.5" /></svg>;
export default IconDisabled; \ No newline at end of file
diff --git a/icons-react/icons-js/hexagon.js b/icons-react/icons-js/hexagon.js
index ba63bb2..6798f24 100644
--- a/icons-react/icons-js/hexagon.js
+++ b/icons-react/icons-js/hexagon.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconHexagon = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-hexagon" 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 6.873a2 2 0 0 1 1 1.747v6.536a2 2 0 0 1 -1.029 1.748l-6 3.833a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l6 -3.572a2.056 2.056 0 0 1 1.971 0l5.971 3.573z" /></svg>;
+const IconHexagon = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-hexagon" 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 6.873a2 2 0 0 1 1 1.747v6.536a2 2 0 0 1 -1.029 1.748l-6 3.833a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l6 -3.572a2.056 2.056 0 0 1 2 0l6 3.573z" /></svg>;
export default IconHexagon; \ No newline at end of file
diff --git a/icons-react/icons-js/map-pin-off.js b/icons-react/icons-js/map-pin-off.js
index bf84986..ffe8160 100644
--- a/icons-react/icons-js/map-pin-off.js
+++ b/icons-react/icons-js/map-pin-off.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconMapPinOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-map-pin-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M9.44 9.435a3 3 0 0 0 4.126 4.124m1.434 -2.559a3 3 0 0 0 -3 -3" /><path d="M8.048 4.042a8.003 8.003 0 0 1 10.912 10.908m-1.801 2.206l-3.745 3.744a1.998 1.998 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 0 1 -.48 -10.79" /></svg>;
+const IconMapPinOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-map-pin-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M9.44 9.435a3 3 0 0 0 4.126 4.124m1.434 -2.559a3 3 0 0 0 -3 -3" /><path d="M8.048 4.042a8 8 0 0 1 10.912 10.908m-1.8 2.206l-3.745 3.744a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 0 1 -.48 -10.79" /></svg>;
export default IconMapPinOff; \ No newline at end of file
diff --git a/icons-react/icons-js/map-pin.js b/icons-react/icons-js/map-pin.js
index 0809b07..098f829 100644
--- a/icons-react/icons-js/map-pin.js
+++ b/icons-react/icons-js/map-pin.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconMapPin = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-map-pin" 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={11} r={3} /><path d="M17.657 16.657l-4.243 4.243a1.998 1.998 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0z" /></svg>;
+const IconMapPin = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-map-pin" 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={11} r={3} /><path d="M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0z" /></svg>;
export default IconMapPin; \ No newline at end of file
diff --git a/icons-react/icons-js/mood-cry.js b/icons-react/icons-js/mood-cry.js
index f30ff6a..afc64f7 100644
--- a/icons-react/icons-js/mood-cry.js
+++ b/icons-react/icons-js/mood-cry.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconMoodCry = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-mood-cry" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={9} y1={10} x2={9.01} y2={10} /><line x1={15} y1={10} x2={15.01} y2={10} /><path d="M9.5 15.25a3.5 3.5 0 0 1 5 0" /><path d="M17.566 17.606a2 2 0 1 0 2.897 .03l-1.463 -1.636l-1.434 1.606z" /><path d="M20.865 13.517a8.937 8.937 0 0 0 .135 -1.517a9 9 0 1 0 -9 9c0.69 0 1.36 -.076 2.005 -.222" /></svg>;
+const IconMoodCry = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-mood-cry" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={9} y1={10} x2={9.01} y2={10} /><line x1={15} y1={10} x2={15.01} y2={10} /><path d="M9.5 15.25a3.5 3.5 0 0 1 5 0" /><path d="M17.566 17.606a2 2 0 1 0 2.897 .03l-1.463 -1.636l-1.434 1.606z" /><path d="M20.865 13.517a8.937 8.937 0 0 0 .135 -1.517a9 9 0 1 0 -9 9c0.69 0 1.36 -.076 2 -.222" /></svg>;
export default IconMoodCry; \ No newline at end of file
diff --git a/icons-react/icons-js/moon-stars.js b/icons-react/icons-js/moon-stars.js
index cb6558c..d69d9bf 100644
--- a/icons-react/icons-js/moon-stars.js
+++ b/icons-react/icons-js/moon-stars.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconMoonStars = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-moon-stars" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 3c0.132 0 .263 .003 .393 .008a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /><path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" /><path d="M19 11h2m-1 -1v2" /></svg>;
+const IconMoonStars = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-moon-stars" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 3c0.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /><path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" /><path d="M19 11h2m-1 -1v2" /></svg>;
export default IconMoonStars; \ No newline at end of file
diff --git a/icons-react/icons-js/moon.js b/icons-react/icons-js/moon.js
index b0373ff..3586eaa 100644
--- a/icons-react/icons-js/moon.js
+++ b/icons-react/icons-js/moon.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconMoon = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-moon" 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 3c0.132 0 .263 .003 .393 .008a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /></svg>;
+const IconMoon = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-moon" 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 3c0.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /></svg>;
export default IconMoon; \ No newline at end of file
diff --git a/icons-react/icons-js/photo-off.js b/icons-react/icons-js/photo-off.js
index f9d6a25..ad1d358 100644
--- a/icons-react/icons-js/photo-off.js
+++ b/icons-react/icons-js/photo-off.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconPhotoOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-photo-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={3} y1={3} x2={21} y2={21} /><line x1={15} y1={8} x2={15.01} y2={8} /><path d="M19.121 19.122a2.99 2.99 0 0 1 -2.121 .878h-10a3 3 0 0 1 -3 -3v-10c0 -.833 .34 -1.587 .888 -2.131m3.112 -.869h9a3 3 0 0 1 3 3v9" /><path d="M4 15l4 -4c.928 -.893 2.072 -.893 3 0l5 5" /><path d="M16.32 12.34c.577 -.059 1.162 .162 1.68 .66l2 2" /></svg>;
+const IconPhotoOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-photo-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={3} y1={3} x2={21} y2={21} /><line x1={15} y1={8} x2={15.01} y2={8} /><path d="M19.121 19.122a3 3 0 0 1 -2.121 .878h-10a3 3 0 0 1 -3 -3v-10c0 -.833 .34 -1.587 .888 -2.131m3.112 -.869h9a3 3 0 0 1 3 3v9" /><path d="M4 15l4 -4c.928 -.893 2.072 -.893 3 0l5 5" /><path d="M16.32 12.34c.577 -.059 1.162 .162 1.68 .66l2 2" /></svg>;
export default IconPhotoOff; \ No newline at end of file
diff --git a/icons-react/icons-js/planet.js b/icons-react/icons-js/planet.js
index 0f4e68a..a3c3d8b 100644
--- a/icons-react/icons-js/planet.js
+++ b/icons-react/icons-js/planet.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconPlanet = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-planet" 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.816 13.58c2.292 2.138 3.546 4.008 3.092 4.9-.745 1.46-5.783-.259-11.255-3.838-5.47-3.579-9.304-7.664-8.56-9.123.464-.91 2.926-.444 5.803.805" /><circle cx={12} cy={12} r={7} /></svg>;
+const IconPlanet = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-planet" 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.816 13.58c2.292 2.138 3.546 4 3.092 4.9-.745 1.46-5.783-.259-11.255-3.838-5.47-3.579-9.304-7.664-8.56-9.123.464-.91 2.926-.444 5.803.805" /><circle cx={12} cy={12} r={7} /></svg>;
export default IconPlanet; \ No newline at end of file
diff --git a/icons-react/icons-js/settings.js b/icons-react/icons-js/settings.js
index b110d49..d7f2f9e 100644
--- a/icons-react/icons-js/settings.js
+++ b/icons-react/icons-js/settings.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconSettings = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-settings" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z" /><circle cx={12} cy={12} r={3} /></svg>;
+const IconSettings = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-settings" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z" /><circle cx={12} cy={12} r={3} /></svg>;
export default IconSettings; \ No newline at end of file
diff --git a/icons-react/icons-js/shield-off.js b/icons-react/icons-js/shield-off.js
index c2104b2..48ba3a1 100644
--- a/icons-react/icons-js/shield-off.js
+++ b/icons-react/icons-js/shield-off.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconShieldOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-shield-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M17.669 17.669a12 12 0 0 1 -5.669 3.331a12 12 0 0 1 -8.5 -15c.797 .036 1.589 -.007 2.366 -.126m3.092 -.912a12 12 0 0 0 3.042 -1.962a12 12 0 0 0 8.5 3a12 12 0 0 1 -1.117 9.379" /></svg>;
+const IconShieldOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-shield-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M17.669 17.669a12 12 0 0 1 -5.669 3.331a12 12 0 0 1 -8.5 -15c.797 .036 1.589 0 2.366 -.126m3.092 -.912a12 12 0 0 0 3.042 -1.962a12 12 0 0 0 8.5 3a12 12 0 0 1 -1.117 9.379" /></svg>;
export default IconShieldOff; \ No newline at end of file
diff --git a/icons-react/icons-js/smart-home.js b/icons-react/icons-js/smart-home.js
index 1bdb2bb..89424ef 100644
--- a/icons-react/icons-js/smart-home.js
+++ b/icons-react/icons-js/smart-home.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconSmartHome = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-smart-home" 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.97 8.71l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-5.334 4.148a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-7.2c0 -.823 -.38 -1.6 -1.03 -2.105" /><path d="M16 15c-2.21 1.333-5.792 1.333-8 0" /></svg>;
+const IconSmartHome = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-smart-home" 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 8.71l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-5.334 4.148a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-7.2c0 -.823 -.38 -1.6 -1.03 -2.105" /><path d="M16 15c-2.21 1.333-5.792 1.333-8 0" /></svg>;
export default IconSmartHome; \ No newline at end of file
diff --git a/icons-react/icons-js/star.js b/icons-react/icons-js/star.js
index bfa434a..8291bfc 100644
--- a/icons-react/icons-js/star.js
+++ b/icons-react/icons-js/star.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconStar = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-star" 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 17.75l-6.172 3.245l1.179 -6.873l-4.993 -4.867l6.9 -1.002l3.086 -6.253l3.086 6.253l6.9 1.002l-4.993 4.867l1.179 6.873z" /></svg>;
+const IconStar = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-star" 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 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>;
export default IconStar; \ No newline at end of file
diff --git a/icons-react/icons-js/track-next.js b/icons-react/icons-js/track-next.js
index 062da91..4f7547a 100644
--- a/icons-react/icons-js/track-next.js
+++ b/icons-react/icons-js/track-next.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconTrackNext = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-track-next" 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="M13.69 4.198l6.56 6.25c1 .798 1 2.306 0 3.105l-6.564 6.252c-.67 .48 -1.686 .008 -1.686 -.805v-4l-5.394 4.808c-.669 .478 -1.606 .003 -1.606 -.808v-14c0 -.812 .936 -1.285 1.602 -.809l5.398 4.809v-4c0 -.816 1.02 -1.28 1.69 -.802z" /></svg>;
+const IconTrackNext = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-track-next" 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="M13.69 4.198l6.56 6.25c1 .798 1 2.306 0 3.105l-6.564 6.252c-.67 .48 -1.686 0 -1.686 -.805v-4l-5.394 4.808c-.669 .478 -1.606 0 -1.606 -.808v-14c0 -.812 .936 -1.285 1.602 -.809l5.398 4.809v-4c0 -.816 1.02 -1.28 1.69 -.802z" /></svg>;
export default IconTrackNext; \ No newline at end of file
diff --git a/icons-react/icons-js/track-prev.js b/icons-react/icons-js/track-prev.js
index 962a0e6..64cfdbb 100644
--- a/icons-react/icons-js/track-prev.js
+++ b/icons-react/icons-js/track-prev.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconTrackPrev = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-track-prev" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10.31 19.802l-6.56 -6.249c-1 -.799 -1 -2.307 0 -3.106l6.564 -6.252c.67 -.48 1.686 -.008 1.686 .805v4l5.394 -4.808c.669 -.478 1.606 -.003 1.606 .808v14c0 .812 -.936 1.285 -1.602 .809l-5.398 -4.809v4c0 .816 -1.02 1.281 -1.69 .802z" /></svg>;
+const IconTrackPrev = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-track-prev" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10.31 19.802l-6.56 -6.249c-1 -.799 -1 -2.307 0 -3.106l6.564 -6.252c.67 -.48 1.686 0 1.686 .805v4l5.394 -4.808c.669 -.478 1.606 0 1.606 .808v14c0 .812 -.936 1.285 -1.602 .809l-5.398 -4.809v4c0 .816 -1.02 1.281 -1.69 .802z" /></svg>;
export default IconTrackPrev; \ No newline at end of file
diff --git a/icons-react/icons-js/wifi-off.js b/icons-react/icons-js/wifi-off.js
index d9f2a10..c1f2579 100644
--- a/icons-react/icons-js/wifi-off.js
+++ b/icons-react/icons-js/wifi-off.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconWifiOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-wifi-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={18} x2={12.01} y2={18} /><path d="M9.172 15.172a4 4 0 0 1 5.656 0" /><path d="M6.343 12.343a7.963 7.963 0 0 1 3.864 -2.14m4.163.155a7.965 7.965 0 0 1 3.287 1.985" /><path d="M3.515 9.515A11.973 11.973 0 0 1 7.059 7.06m3.101-.92a11.983 11.983 0 0 1 10.325 3.374" /><line x1={3} y1={3} x2={21} y2={21} /></svg>;
+const IconWifiOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-wifi-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={18} x2={12.01} y2={18} /><path d="M9.172 15.172a4 4 0 0 1 5.656 0" /><path d="M6.343 12.343a7.963 7.963 0 0 1 3.864 -2.14m4.163.155a7.965 7.965 0 0 1 3.287 2" /><path d="M3.515 9.515A12 12 0 0 1 7.059 7.06m3.101-.92a12 12 0 0 1 10.325 3.374" /><line x1={3} y1={3} x2={21} y2={21} /></svg>;
export default IconWifiOff; \ No newline at end of file
diff --git a/icons-react/icons-js/wifi.js b/icons-react/icons-js/wifi.js
index 8d10dff..cb04dbd 100644
--- a/icons-react/icons-js/wifi.js
+++ b/icons-react/icons-js/wifi.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconWifi = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-wifi" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={18} x2={12.01} y2={18} /><path d="M9.172 15.172a4 4 0 0 1 5.656 0" /><path d="M6.343 12.343a8 8 0 0 1 11.314 0" /><path d="M3.515 9.515c4.686-4.687 12.284-4.687 16.97 0" /></svg>;
+const IconWifi = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-wifi" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={18} x2={12.01} y2={18} /><path d="M9.172 15.172a4 4 0 0 1 5.656 0" /><path d="M6.343 12.343a8 8 0 0 1 11.314 0" /><path d="M3.515 9.515c4.686-4.687 12.284-4.687 17 0" /></svg>;
export default IconWifi; \ No newline at end of file
diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts
index 835d49d..62920bf 100644
--- a/icons-react/index.d.ts
+++ b/icons-react/index.d.ts
@@ -123,10 +123,15 @@ export const IconBrandApple: TablerIcon;
export const IconBrandBehance: TablerIcon;
export const IconBrandChrome: TablerIcon;
export const IconBrandCodepen: TablerIcon;
+export const IconBrandDeviantart: TablerIcon;
export const IconBrandDiscord: TablerIcon;
export const IconBrandDribbble: TablerIcon;
+export const IconBrandEdge: TablerIcon;
export const IconBrandFacebook: TablerIcon;
export const IconBrandFigma: TablerIcon;
+export const IconBrandFirefox: TablerIcon;
+export const IconBrandFlickr: TablerIcon;
+export const IconBrandFoursquare: TablerIcon;
export const IconBrandFramer: TablerIcon;
export const IconBrandGithub: TablerIcon;
export const IconBrandGitlab: TablerIcon;
@@ -139,16 +144,23 @@ export const IconBrandMessenger: TablerIcon;
export const IconBrandOpera: TablerIcon;
export const IconBrandPaypal: TablerIcon;
export const IconBrandPinterest: TablerIcon;
+export const IconBrandPocket: TablerIcon;
+export const IconBrandPython: TablerIcon;
export const IconBrandReddit: TablerIcon;
export const IconBrandSafari: TablerIcon;
export const IconBrandSketch: TablerIcon;
+export const IconBrandSkype: TablerIcon;
export const IconBrandSlack: TablerIcon;
export const IconBrandSnapchat: TablerIcon;
+export const IconBrandSpotify: TablerIcon;
export const IconBrandTabler: TablerIcon;
export const IconBrandTailwind: TablerIcon;
export const IconBrandTelegram: TablerIcon;
export const IconBrandTiktok: TablerIcon;
+export const IconBrandTumblr: TablerIcon;
+export const IconBrandTwitch: TablerIcon;
export const IconBrandTwitter: TablerIcon;
+export const IconBrandVimeo: TablerIcon;
export const IconBrandWhatsapp: TablerIcon;
export const IconBrandWindows: TablerIcon;
export const IconBrandYoutube: TablerIcon;
diff --git a/icons-react/index.js b/icons-react/index.js
index f67cc3c..7e5ceea 100644
--- a/icons-react/index.js
+++ b/icons-react/index.js
@@ -117,10 +117,15 @@ export { default as IconBrandApple } from './icons-js/brand-apple.js';
export { default as IconBrandBehance } from './icons-js/brand-behance.js';
export { default as IconBrandChrome } from './icons-js/brand-chrome.js';
export { default as IconBrandCodepen } from './icons-js/brand-codepen.js';
+export { default as IconBrandDeviantart } from './icons-js/brand-deviantart.js';
export { default as IconBrandDiscord } from './icons-js/brand-discord.js';
export { default as IconBrandDribbble } from './icons-js/brand-dribbble.js';
+export { default as IconBrandEdge } from './icons-js/brand-edge.js';
export { default as IconBrandFacebook } from './icons-js/brand-facebook.js';
export { default as IconBrandFigma } from './icons-js/brand-figma.js';
+export { default as IconBrandFirefox } from './icons-js/brand-firefox.js';
+export { default as IconBrandFlickr } from './icons-js/brand-flickr.js';
+export { default as IconBrandFoursquare } from './icons-js/brand-foursquare.js';
export { default as IconBrandFramer } from './icons-js/brand-framer.js';
export { default as IconBrandGithub } from './icons-js/brand-github.js';
export { default as IconBrandGitlab } from './icons-js/brand-gitlab.js';
@@ -133,16 +138,23 @@ export { default as IconBrandMessenger } from './icons-js/brand-messenger.js';
export { default as IconBrandOpera } from './icons-js/brand-opera.js';
export { default as IconBrandPaypal } from './icons-js/brand-paypal.js';
export { default as IconBrandPinterest } from './icons-js/brand-pinterest.js';
+export { default as IconBrandPocket } from './icons-js/brand-pocket.js';
+export { default as IconBrandPython } from './icons-js/brand-python.js';
export { default as IconBrandReddit } from './icons-js/brand-reddit.js';
export { default as IconBrandSafari } from './icons-js/brand-safari.js';
export { default as IconBrandSketch } from './icons-js/brand-sketch.js';
+export { default as IconBrandSkype } from './icons-js/brand-skype.js';
export { default as IconBrandSlack } from './icons-js/brand-slack.js';
export { default as IconBrandSnapchat } from './icons-js/brand-snapchat.js';
+export { default as IconBrandSpotify } from './icons-js/brand-spotify.js';
export { default as IconBrandTabler } from './icons-js/brand-tabler.js';
export { default as IconBrandTailwind } from './icons-js/brand-tailwind.js';
export { default as IconBrandTelegram } from './icons-js/brand-telegram.js';
export { default as IconBrandTiktok } from './icons-js/brand-tiktok.js';
+export { default as IconBrandTumblr } from './icons-js/brand-tumblr.js';
+export { default as IconBrandTwitch } from './icons-js/brand-twitch.js';
export { default as IconBrandTwitter } from './icons-js/brand-twitter.js';
+export { default as IconBrandVimeo } from './icons-js/brand-vimeo.js';
export { default as IconBrandWhatsapp } from './icons-js/brand-whatsapp.js';
export { default as IconBrandWindows } from './icons-js/brand-windows.js';
export { default as IconBrandYoutube } from './icons-js/brand-youtube.js';