aboutsummaryrefslogtreecommitdiff
path: root/icons-react
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-06-21 11:31:51 +0200
committercodecalm <codecalm@gmail.com>2022-06-21 11:31:51 +0200
commit755f3e43384dc8bcef0484f83ad5cc99b9e49286 (patch)
tree3dc4bebe4c4e1d0f37400f9531e82ce7a4868919 /icons-react
parent18 new icons: `brand-amongus`, `brand-badoo`, `brand-bandcamp`, `brand-beats`... (diff)
downloadtabler-icons-755f3e43384dc8bcef0484f83ad5cc99b9e49286.tar.xz
Release 1.71.0v1.71.0
Diffstat (limited to 'icons-react')
-rw-r--r--icons-react/icons-js/brand-amongus.js12
-rw-r--r--icons-react/icons-js/brand-badoo.js12
-rw-r--r--icons-react/icons-js/brand-bandcamp.js12
-rw-r--r--icons-react/icons-js/brand-beats.js12
-rw-r--r--icons-react/icons-js/brand-coinbase.js12
-rw-r--r--icons-react/icons-js/brand-disney.js12
-rw-r--r--icons-react/icons-js/brand-flipboard.js12
-rw-r--r--icons-react/icons-js/brand-google-photos.js12
-rw-r--r--icons-react/icons-js/brand-grindr.js12
-rw-r--r--icons-react/icons-js/brand-pushover.js12
-rw-r--r--icons-react/icons-js/brand-tidal.js2
-rw-r--r--icons-react/icons-js/brand-vinted.js12
-rw-r--r--icons-react/icons-js/brand-vivaldi.js12
-rw-r--r--icons-react/icons-js/brand-walmart.js12
-rw-r--r--icons-react/icons-js/brand-wish.js12
-rw-r--r--icons-react/icons-js/brand-yatse.js12
-rw-r--r--icons-react/icons-js/brand-youtube-kids.js12
-rw-r--r--icons-react/icons-js/brand-zoom.js12
-rw-r--r--icons-react/icons-js/brand-zwift.js12
-rw-r--r--icons-react/index.d.ts18
-rw-r--r--icons-react/index.js18
21 files changed, 253 insertions, 1 deletions
diff --git a/icons-react/icons-js/brand-amongus.js b/icons-react/icons-js/brand-amongus.js
new file mode 100644
index 00000000..20624fd1
--- /dev/null
+++ b/icons-react/icons-js/brand-amongus.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandAmongus({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-amongus" 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.646 12.774c-1.939 .396 -4.467 .317 -6.234 -.601c-2.454 -1.263 -1.537 -4.66 1.423 -4.982c2.254 -.224 3.814 -.354 5.65 .214c.835 .256 1.93 .569 1.355 3.281c-.191 1.067 -1.07 1.904 -2.194 2.088z" /><path d="M5.84 7.132c.083 -.564 .214 -1.12 .392 -1.661c.456 -.936 1.095 -2.068 3.985 -2.456a22.464 22.464 0 0 1 2.867 .08c1.776 .14 2.643 1.234 3.287 3.368c.339 1.157 .46 2.342 .629 3.537v11l-12.704 -.019c-.552 -2.386 -.262 -5.894 .204 -8.481" /><path d="M17 10c.991 .163 2.105 .383 3.069 .67c.255 .13 .52 .275 .534 .505c.264 3.434 .57 7.448 .278 9.825h-3.881" /></svg>;
+}
+
+export default IconBrandAmongus; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-badoo.js b/icons-react/icons-js/brand-badoo.js
new file mode 100644
index 00000000..805861b6
--- /dev/null
+++ b/icons-react/icons-js/brand-badoo.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandBadoo({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-badoo" 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 9.43c0 5.838 -4.477 10.57 -10 10.57s-10 -4.662 -10 -10.5c-.004 -2.667 1.83 -5.01 4.322 -5.429c2.492 -.418 4.9 1.392 5.678 3.929c.768 -2.54 3.177 -4.354 5.668 -3.931c2.495 .417 4.332 2.69 4.332 5.36z" /><path d="M7.5 10c0 2.761 2.015 5 4.5 5s4.5 -2.239 4.5 -5" /></svg>;
+}
+
+export default IconBrandBadoo; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-bandcamp.js b/icons-react/icons-js/brand-bandcamp.js
new file mode 100644
index 00000000..f3956aee
--- /dev/null
+++ b/icons-react/icons-js/brand-bandcamp.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandBandcamp({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-bandcamp" 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.5 6h13.5l-7 12h-13z" /></svg>;
+}
+
+export default IconBrandBandcamp; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-beats.js b/icons-react/icons-js/brand-beats.js
new file mode 100644
index 00000000..c6440721
--- /dev/null
+++ b/icons-react/icons-js/brand-beats.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandBeats({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-beats" 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} /><circle cx={12.5} cy={12.5} r={3.5} /><path d="M9 12v-8" /></svg>;
+}
+
+export default IconBrandBeats; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-coinbase.js b/icons-react/icons-js/brand-coinbase.js
new file mode 100644
index 00000000..11a461ea
--- /dev/null
+++ b/icons-react/icons-js/brand-coinbase.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandCoinbase({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-coinbase" 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.95 22c-4.503 .001 -8.445 -3.04 -9.61 -7.413c-1.165 -4.373 .737 -8.988 4.638 -11.25a9.906 9.906 0 0 1 12.008 1.598l-3.335 3.367a5.185 5.185 0 0 0 -7.354 .013a5.252 5.252 0 0 0 0 7.393a5.185 5.185 0 0 0 7.354 .013l3.349 3.367a9.887 9.887 0 0 1 -7.05 2.912z" /></svg>;
+}
+
+export default IconBrandCoinbase; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-disney.js b/icons-react/icons-js/brand-disney.js
new file mode 100644
index 00000000..df65d8ba
--- /dev/null
+++ b/icons-react/icons-js/brand-disney.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandDisney({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-disney" 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.22 5.838c-1.307 -.15 -1.22 -.578 -1.22 -.794c0 -.216 .424 -1.044 4.34 -1.044c4.694 0 14.66 3.645 14.66 10.042s-8.71 4.931 -10.435 4.52c-1.724 -.412 -5.565 -2.256 -5.565 -4.174c0 -1.395 3.08 -2.388 6.715 -2.388c3.634 0 5.285 1.041 5.285 2c0 .5 -.074 1.229 -1 1.5" /><path d="M10.02 8a505.153 505.153 0 0 0 0 13" /></svg>;
+}
+
+export default IconBrandDisney; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-flipboard.js b/icons-react/icons-js/brand-flipboard.js
new file mode 100644
index 00000000..4b08badb
--- /dev/null
+++ b/icons-react/icons-js/brand-flipboard.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandFlipboard({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-flipboard" 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.973 3h16.054c.537 0 .973 .436 .973 .973v4.052a0.973 .973 0 0 1 -.973 .973h-5.025v4.831c0 .648 -.525 1.173 -1.173 1.173h-4.829v5.025a0.973 .973 0 0 1 -.974 .973h-4.053a0.973 .973 0 0 1 -.973 -.973v-16.054c0 -.537 .436 -.973 .973 -.973z" /></svg>;
+}
+
+export default IconBrandFlipboard; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-google-photos.js b/icons-react/icons-js/brand-google-photos.js
new file mode 100644
index 00000000..da2ba8e9
--- /dev/null
+++ b/icons-react/icons-js/brand-google-photos.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandGooglePhotos({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-google-photos" 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.5 7c2.485 0 4.5 1.974 4.5 4.409v.591h-8.397a0.61 .61 0 0 1 -.426 -.173a0.585 .585 0 0 1 -.177 -.418c0 -2.435 2.015 -4.409 4.5 -4.409z" /><path d="M16.5 17c-2.485 0 -4.5 -1.974 -4.5 -4.409v-.591h8.397c.333 0 .603 .265 .603 .591c0 2.435 -2.015 4.409 -4.5 4.409z" /><path d="M7 16.5c0 -2.485 1.972 -4.5 4.405 -4.5h.595v8.392a0.61 .61 0 0 1 -.173 .431a0.584 .584 0 0 1 -.422 .177c-2.433 0 -4.405 -2.015 -4.405 -4.5z" /><path d="M17 7.5c0 2.485 -1.972 4.5 -4.405 4.5h-.595v-8.397a0.61 .61 0 0 1 .175 -.428a0.584 .584 0 0 1 .42 -.175c2.433 0 4.405 2.015 4.405 4.5z" /></svg>;
+}
+
+export default IconBrandGooglePhotos; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-grindr.js b/icons-react/icons-js/brand-grindr.js
new file mode 100644
index 00000000..57e8374f
--- /dev/null
+++ b/icons-react/icons-js/brand-grindr.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandGrindr({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-grindr" 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 13.282c0 .492 .784 1.718 2.102 1.718c1.318 0 2.898 -.966 2.898 -2.062c0 -.817 -.932 -.938 -1.409 -.938c-.228 0 -3.591 .111 -3.591 1.282z" /><path d="M12 21c-2.984 0 -6.471 -2.721 -6.63 -2.982c-2.13 -3.49 -2.37 -13.703 -2.37 -13.703l1.446 -1.315c2.499 .39 5.023 .617 7.554 .68a58.626 58.626 0 0 0 7.554 -.68l1.446 1.315s-.24 10.213 -2.37 13.704c-.16 .26 -3.646 2.981 -6.63 2.981z" /><path d="M11 13.282c0 .492 -.784 1.718 -2.102 1.718c-1.318 0 -2.898 -.966 -2.898 -2.062c0 -.817 .932 -.938 1.409 -.938c.228 0 3.591 .111 3.591 1.282z" /></svg>;
+}
+
+export default IconBrandGrindr; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-pushover.js b/icons-react/icons-js/brand-pushover.js
new file mode 100644
index 00000000..447b6964
--- /dev/null
+++ b/icons-react/icons-js/brand-pushover.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandPushover({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-pushover" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6.16 10.985c-.83 -1.935 1.53 -7.985 8.195 -7.985c3.333 0 4.645 1.382 4.645 3.9c0 2.597 -2.612 6.1 -9 6.1" /><path d="M12.5 6l-5.5 15" /></svg>;
+}
+
+export default IconBrandPushover; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-tidal.js b/icons-react/icons-js/brand-tidal.js
index 0166bc90..0328d771 100644
--- a/icons-react/icons-js/brand-tidal.js
+++ b/icons-react/icons-js/brand-tidal.js
@@ -6,7 +6,7 @@ function IconBrandTidal({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-tidal" 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 7l-2.5 2.5l2.5 2.5l2.5 -2.5z" /><path d="M12 14l-2.5 2.5l2.5 2.5l2.5 -2.5z" /><path d="M19 7l-2.5 2.5l2.5 2.5l2.5 -2.5z" /><path d="M5 7l-2.5 2.5l2.5 2.5l2.5 -2.5z" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-tidal" 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.333 6l3.334 3.25l3.333 -3.25l3.333 3.25l3.334 -3.25l3.333 3.25l-3.333 3.25l-3.334 -3.25l-3.333 3.25l3.333 3.25l-3.333 3.25l-3.333 -3.25l3.333 -3.25l-3.333 -3.25l-3.334 3.25l-3.333 -3.25z" /></svg>;
}
export default IconBrandTidal; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-vinted.js b/icons-react/icons-js/brand-vinted.js
new file mode 100644
index 00000000..e86c8973
--- /dev/null
+++ b/icons-react/icons-js/brand-vinted.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandVinted({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-vinted" 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.028 6c0 7.695 -.292 11.728 0 12c2.046 -5.002 4.246 -12.642 5.252 -14.099c.343 -.497 .768 -.93 1.257 -1.277c.603 -.39 1.292 -.76 1.463 -.575c-.07 2.319 -4.023 15.822 -4.209 16.314a6.135 6.135 0 0 1 -3.465 3.386c-3.213 .78 -3.429 -.446 -3.836 -1.134c-.95 -2.103 -1.682 -14.26 -1.445 -15.615c.05 -.523 .143 -1.851 2.491 -2c2.359 -.354 2.547 1.404 2.492 3z" /></svg>;
+}
+
+export default IconBrandVinted; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-vivaldi.js b/icons-react/icons-js/brand-vivaldi.js
new file mode 100644
index 00000000..1f27f979
--- /dev/null
+++ b/icons-react/icons-js/brand-vivaldi.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandVivaldi({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-vivaldi" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M21.648 6.808c-2.468 4.28 -4.937 8.56 -7.408 12.836c-.397 .777 -1.366 1.301 -2.24 1.356c-.962 .102 -1.7 -.402 -2.154 -1.254c-1.563 -2.684 -3.106 -5.374 -4.66 -8.064c-.943 -1.633 -1.891 -3.266 -2.83 -4.905a2.47 2.47 0 0 1 -.06 -2.45a2.493 2.493 0 0 1 2.085 -1.307c.951 -.065 1.85 .438 2.287 1.281c.697 1.19 2.043 3.83 2.55 4.682a3.919 3.919 0 0 0 3.282 2.017c2.126 .133 3.974 -.95 4.21 -3.058c0 -.164 .228 -3.178 .846 -3.962c.619 -.784 1.64 -1.155 2.606 -.893a2.484 2.484 0 0 1 1.814 2.062c.08 .581 -.041 1.171 -.343 1.674" /></svg>;
+}
+
+export default IconBrandVivaldi; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-walmart.js b/icons-react/icons-js/brand-walmart.js
new file mode 100644
index 00000000..94dd749a
--- /dev/null
+++ b/icons-react/icons-js/brand-walmart.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandWalmart({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-walmart" 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 8.04v-5.04" /><path d="M15.5 10l4.5 -2.5" /><path d="M15.5 14l4.5 2.5" /><path d="M12 15.96v5.04" /><path d="M8.5 14l-4.5 2.5" /><path d="M8.5 10l-4.5 -2.505" /></svg>;
+}
+
+export default IconBrandWalmart; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-wish.js b/icons-react/icons-js/brand-wish.js
new file mode 100644
index 00000000..f7b7786a
--- /dev/null
+++ b/icons-react/icons-js/brand-wish.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandWish({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-wish" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M2 6l5.981 2.392l-.639 6.037c-.18 .893 .06 1.819 .65 2.514a3 3 0 0 0 2.381 1.057a4.328 4.328 0 0 0 4.132 -3.57c-.18 .893 .06 1.819 .65 2.514a3 3 0 0 0 2.38 1.056a4.328 4.328 0 0 0 4.132 -3.57l.333 -4.633" /><path d="M14.504 14.429l.334 -2.999" /></svg>;
+}
+
+export default IconBrandWish; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-yatse.js b/icons-react/icons-js/brand-yatse.js
new file mode 100644
index 00000000..15a09a52
--- /dev/null
+++ b/icons-react/icons-js/brand-yatse.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandYatse({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-yatse" 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.002 3l4.998 2.876v5.088l4.197 -2.73l4.803 2.731l-9.281 5.478l-2.383 1.41l-2.334 1.377l-3.002 1.77v-5.565l3.002 -1.771z" /></svg>;
+}
+
+export default IconBrandYatse; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-youtube-kids.js b/icons-react/icons-js/brand-youtube-kids.js
new file mode 100644
index 00000000..d1419419
--- /dev/null
+++ b/icons-react/icons-js/brand-youtube-kids.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandYoutubeKids({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-youtube-kids" 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="M17.782 17.03l-3.413 .235l-.023 .002c-1.117 .09 -2.214 .335 -3.257 .725l-2.197 .794a3.597 3.597 0 0 1 -2.876 -.189a3.342 3.342 0 0 1 -1.732 -2.211l-1.204 -5.293a3.21 3.21 0 0 1 .469 -2.503a3.468 3.468 0 0 1 2.177 -1.452l9.843 -2.06c1.87 -.392 3.716 .744 4.124 2.537l1.227 5.392a3.217 3.217 0 0 1 -.61 2.7a3.506 3.506 0 0 1 -2.528 1.323z" /><path d="M10 10l.972 4l4.028 -3z" /></svg>;
+}
+
+export default IconBrandYoutubeKids; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-zoom.js b/icons-react/icons-js/brand-zoom.js
new file mode 100644
index 00000000..482701a1
--- /dev/null
+++ b/icons-react/icons-js/brand-zoom.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandZoom({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-zoom" 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="M17.011 9.385v5.128l3.989 3.487v-12z" /><path d="M3.887 6h10.08c1.468 0 3.033 1.203 3.033 2.803v8.196a0.991 .991 0 0 1 -.975 1.001h-10.373c-1.667 0 -2.652 -1.5 -2.652 -3l.01 -8.002a0.882 .882 0 0 1 .208 -.71a0.841 .841 0 0 1 .67 -.287z" /></svg>;
+}
+
+export default IconBrandZoom; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-zwift.js b/icons-react/icons-js/brand-zwift.js
new file mode 100644
index 00000000..a22ffe84
--- /dev/null
+++ b/icons-react/icons-js/brand-zwift.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandZwift({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-zwift" 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.5 4c-1.465 0 -2.5 1.101 -2.5 2.5s1.035 2.5 2.5 2.5h2.5l-4.637 7.19a2.434 2.434 0 0 0 -.011 2.538c.473 .787 1.35 1.272 2.3 1.272h10.848c1.465 0 2.5 -1.101 2.5 -2.5s-1.035 -2.5 -2.5 -2.5h-2.5l7 -11h-15.5z" /></svg>;
+}
+
+export default IconBrandZwift; \ No newline at end of file
diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts
index 608cb125..6266c430 100644
--- a/icons-react/index.d.ts
+++ b/icons-react/index.d.ts
@@ -346,6 +346,7 @@ export const IconBrackets: TablerIcon;
export const IconBrandAdobe: TablerIcon;
export const IconBrandAirbnb: TablerIcon;
export const IconBrandAirtable: TablerIcon;
+export const IconBrandAmongus: TablerIcon;
export const IconBrandAndroid: TablerIcon;
export const IconBrandAngular: TablerIcon;
export const IconBrandAppleArcade: TablerIcon;
@@ -353,6 +354,9 @@ export const IconBrandApplePodcast: TablerIcon;
export const IconBrandApple: TablerIcon;
export const IconBrandAppstore: TablerIcon;
export const IconBrandAsana: TablerIcon;
+export const IconBrandBadoo: TablerIcon;
+export const IconBrandBandcamp: TablerIcon;
+export const IconBrandBeats: TablerIcon;
export const IconBrandBehance: TablerIcon;
export const IconBrandBing: TablerIcon;
export const IconBrandBitbucket: TablerIcon;
@@ -361,11 +365,13 @@ export const IconBrandBootstrap: TablerIcon;
export const IconBrandChrome: TablerIcon;
export const IconBrandCodepen: TablerIcon;
export const IconBrandCodesandbox: TablerIcon;
+export const IconBrandCoinbase: TablerIcon;
export const IconBrandCss3: TablerIcon;
export const IconBrandCucumber: TablerIcon;
export const IconBrandDebian: TablerIcon;
export const IconBrandDeviantart: TablerIcon;
export const IconBrandDiscord: TablerIcon;
+export const IconBrandDisney: TablerIcon;
export const IconBrandDisqus: TablerIcon;
export const IconBrandDocker: TablerIcon;
export const IconBrandDoctrine: TablerIcon;
@@ -376,6 +382,7 @@ export const IconBrandFigma: TablerIcon;
export const IconBrandFirebase: TablerIcon;
export const IconBrandFirefox: TablerIcon;
export const IconBrandFlickr: TablerIcon;
+export const IconBrandFlipboard: TablerIcon;
export const IconBrandFoursquare: TablerIcon;
export const IconBrandFramer: TablerIcon;
export const IconBrandGit: TablerIcon;
@@ -384,9 +391,11 @@ export const IconBrandGitlab: TablerIcon;
export const IconBrandGmail: TablerIcon;
export const IconBrandGoogleAnalytics: TablerIcon;
export const IconBrandGoogleDrive: TablerIcon;
+export const IconBrandGooglePhotos: TablerIcon;
export const IconBrandGooglePlay: TablerIcon;
export const IconBrandGoogle: TablerIcon;
export const IconBrandGravatar: TablerIcon;
+export const IconBrandGrindr: TablerIcon;
export const IconBrandHipchat: TablerIcon;
export const IconBrandHtml5: TablerIcon;
export const IconBrandInstagram: TablerIcon;
@@ -418,6 +427,7 @@ export const IconBrandPhp: TablerIcon;
export const IconBrandPinterest: TablerIcon;
export const IconBrandPocket: TablerIcon;
export const IconBrandProducthunt: TablerIcon;
+export const IconBrandPushover: TablerIcon;
export const IconBrandPython: TablerIcon;
export const IconBrandReactNative: TablerIcon;
export const IconBrandReddit: TablerIcon;
@@ -451,14 +461,22 @@ export const IconBrandUbuntu: TablerIcon;
export const IconBrandUnsplash: TablerIcon;
export const IconBrandVercel: TablerIcon;
export const IconBrandVimeo: TablerIcon;
+export const IconBrandVinted: TablerIcon;
export const IconBrandVisualStudio: TablerIcon;
+export const IconBrandVivaldi: TablerIcon;
export const IconBrandVk: TablerIcon;
export const IconBrandVue: TablerIcon;
+export const IconBrandWalmart: TablerIcon;
export const IconBrandWhatsapp: TablerIcon;
export const IconBrandWindows: TablerIcon;
+export const IconBrandWish: TablerIcon;
export const IconBrandYahoo: TablerIcon;
+export const IconBrandYatse: TablerIcon;
export const IconBrandYcombinator: TablerIcon;
+export const IconBrandYoutubeKids: TablerIcon;
export const IconBrandYoutube: TablerIcon;
+export const IconBrandZoom: TablerIcon;
+export const IconBrandZwift: TablerIcon;
export const IconBread: TablerIcon;
export const IconBriefcase: TablerIcon;
export const IconBrightness2: TablerIcon;
diff --git a/icons-react/index.js b/icons-react/index.js
index 6e67fb00..773fb94a 100644
--- a/icons-react/index.js
+++ b/icons-react/index.js
@@ -340,6 +340,7 @@ export { default as IconBrackets } from './icons-js/brackets.js';
export { default as IconBrandAdobe } from './icons-js/brand-adobe.js';
export { default as IconBrandAirbnb } from './icons-js/brand-airbnb.js';
export { default as IconBrandAirtable } from './icons-js/brand-airtable.js';
+export { default as IconBrandAmongus } from './icons-js/brand-amongus.js';
export { default as IconBrandAndroid } from './icons-js/brand-android.js';
export { default as IconBrandAngular } from './icons-js/brand-angular.js';
export { default as IconBrandAppleArcade } from './icons-js/brand-apple-arcade.js';
@@ -347,6 +348,9 @@ export { default as IconBrandApplePodcast } from './icons-js/brand-apple-podcast
export { default as IconBrandApple } from './icons-js/brand-apple.js';
export { default as IconBrandAppstore } from './icons-js/brand-appstore.js';
export { default as IconBrandAsana } from './icons-js/brand-asana.js';
+export { default as IconBrandBadoo } from './icons-js/brand-badoo.js';
+export { default as IconBrandBandcamp } from './icons-js/brand-bandcamp.js';
+export { default as IconBrandBeats } from './icons-js/brand-beats.js';
export { default as IconBrandBehance } from './icons-js/brand-behance.js';
export { default as IconBrandBing } from './icons-js/brand-bing.js';
export { default as IconBrandBitbucket } from './icons-js/brand-bitbucket.js';
@@ -355,11 +359,13 @@ export { default as IconBrandBootstrap } from './icons-js/brand-bootstrap.js';
export { default as IconBrandChrome } from './icons-js/brand-chrome.js';
export { default as IconBrandCodepen } from './icons-js/brand-codepen.js';
export { default as IconBrandCodesandbox } from './icons-js/brand-codesandbox.js';
+export { default as IconBrandCoinbase } from './icons-js/brand-coinbase.js';
export { default as IconBrandCss3 } from './icons-js/brand-css3.js';
export { default as IconBrandCucumber } from './icons-js/brand-cucumber.js';
export { default as IconBrandDebian } from './icons-js/brand-debian.js';
export { default as IconBrandDeviantart } from './icons-js/brand-deviantart.js';
export { default as IconBrandDiscord } from './icons-js/brand-discord.js';
+export { default as IconBrandDisney } from './icons-js/brand-disney.js';
export { default as IconBrandDisqus } from './icons-js/brand-disqus.js';
export { default as IconBrandDocker } from './icons-js/brand-docker.js';
export { default as IconBrandDoctrine } from './icons-js/brand-doctrine.js';
@@ -370,6 +376,7 @@ export { default as IconBrandFigma } from './icons-js/brand-figma.js';
export { default as IconBrandFirebase } from './icons-js/brand-firebase.js';
export { default as IconBrandFirefox } from './icons-js/brand-firefox.js';
export { default as IconBrandFlickr } from './icons-js/brand-flickr.js';
+export { default as IconBrandFlipboard } from './icons-js/brand-flipboard.js';
export { default as IconBrandFoursquare } from './icons-js/brand-foursquare.js';
export { default as IconBrandFramer } from './icons-js/brand-framer.js';
export { default as IconBrandGit } from './icons-js/brand-git.js';
@@ -378,9 +385,11 @@ export { default as IconBrandGitlab } from './icons-js/brand-gitlab.js';
export { default as IconBrandGmail } from './icons-js/brand-gmail.js';
export { default as IconBrandGoogleAnalytics } from './icons-js/brand-google-analytics.js';
export { default as IconBrandGoogleDrive } from './icons-js/brand-google-drive.js';
+export { default as IconBrandGooglePhotos } from './icons-js/brand-google-photos.js';
export { default as IconBrandGooglePlay } from './icons-js/brand-google-play.js';
export { default as IconBrandGoogle } from './icons-js/brand-google.js';
export { default as IconBrandGravatar } from './icons-js/brand-gravatar.js';
+export { default as IconBrandGrindr } from './icons-js/brand-grindr.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';
@@ -412,6 +421,7 @@ export { default as IconBrandPhp } from './icons-js/brand-php.js';
export { default as IconBrandPinterest } from './icons-js/brand-pinterest.js';
export { default as IconBrandPocket } from './icons-js/brand-pocket.js';
export { default as IconBrandProducthunt } from './icons-js/brand-producthunt.js';
+export { default as IconBrandPushover } from './icons-js/brand-pushover.js';
export { default as IconBrandPython } from './icons-js/brand-python.js';
export { default as IconBrandReactNative } from './icons-js/brand-react-native.js';
export { default as IconBrandReddit } from './icons-js/brand-reddit.js';
@@ -445,14 +455,22 @@ export { default as IconBrandUbuntu } from './icons-js/brand-ubuntu.js';
export { default as IconBrandUnsplash } from './icons-js/brand-unsplash.js';
export { default as IconBrandVercel } from './icons-js/brand-vercel.js';
export { default as IconBrandVimeo } from './icons-js/brand-vimeo.js';
+export { default as IconBrandVinted } from './icons-js/brand-vinted.js';
export { default as IconBrandVisualStudio } from './icons-js/brand-visual-studio.js';
+export { default as IconBrandVivaldi } from './icons-js/brand-vivaldi.js';
export { default as IconBrandVk } from './icons-js/brand-vk.js';
export { default as IconBrandVue } from './icons-js/brand-vue.js';
+export { default as IconBrandWalmart } from './icons-js/brand-walmart.js';
export { default as IconBrandWhatsapp } from './icons-js/brand-whatsapp.js';
export { default as IconBrandWindows } from './icons-js/brand-windows.js';
+export { default as IconBrandWish } from './icons-js/brand-wish.js';
export { default as IconBrandYahoo } from './icons-js/brand-yahoo.js';
+export { default as IconBrandYatse } from './icons-js/brand-yatse.js';
export { default as IconBrandYcombinator } from './icons-js/brand-ycombinator.js';
+export { default as IconBrandYoutubeKids } from './icons-js/brand-youtube-kids.js';
export { default as IconBrandYoutube } from './icons-js/brand-youtube.js';
+export { default as IconBrandZoom } from './icons-js/brand-zoom.js';
+export { default as IconBrandZwift } from './icons-js/brand-zwift.js';
export { default as IconBread } from './icons-js/bread.js';
export { default as IconBriefcase } from './icons-js/briefcase.js';
export { default as IconBrightness2 } from './icons-js/brightness-2.js';