aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/arrow-ramp-left.js5
-rw-r--r--icons-react/icons-js/arrow-ramp-right.js5
-rw-r--r--icons-react/icons-js/cloud-off.js5
-rw-r--r--icons-react/icons-js/corner-down-left.js2
-rw-r--r--icons-react/icons-js/corner-down-right.js2
-rw-r--r--icons-react/icons-js/corner-left-down.js2
-rw-r--r--icons-react/icons-js/corner-left-up.js2
-rw-r--r--icons-react/icons-js/corner-right-down.js2
-rw-r--r--icons-react/icons-js/corner-right-up.js2
-rw-r--r--icons-react/icons-js/corner-up-left.js2
-rw-r--r--icons-react/icons-js/corner-up-right.js2
-rw-r--r--icons-react/icons-js/egg.js2
-rw-r--r--icons-react/icons-js/message-circle-2.js5
-rw-r--r--icons-react/icons-js/message-circle-off.js5
-rw-r--r--icons-react/icons-js/message-off.js5
-rw-r--r--icons-react/icons-js/messages-off.js5
-rw-r--r--icons-react/icons-js/picture-in-picture-off.js5
-rw-r--r--icons-react/icons-js/picture-in-picture-on.js5
-rw-r--r--icons-react/icons-js/picture-in-picture.js2
-rw-r--r--icons-react/icons-js/player-pause.js5
-rw-r--r--icons-react/icons-js/player-play.js5
-rw-r--r--icons-react/icons-js/player-record.js5
-rw-r--r--icons-react/icons-js/player-skip-back.js5
-rw-r--r--icons-react/icons-js/player-skip-forward.js5
-rw-r--r--icons-react/icons-js/player-stop.js5
-rw-r--r--icons-react/icons-js/player-track-next.js5
-rw-r--r--icons-react/icons-js/player-track-prev.js5
27 files changed, 95 insertions, 10 deletions
diff --git a/icons-react/icons-js/arrow-ramp-left.js b/icons-react/icons-js/arrow-ramp-left.js
new file mode 100644
index 0000000..e97d084
--- /dev/null
+++ b/icons-react/icons-js/arrow-ramp-left.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconArrowRampLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-arrow-ramp-left" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={17} y1={3} x2={17} y2={11.707} /><path d="M13 7l4 -4l4 4" /><path d="M7 14l-4 -4l4 -4" /><path d="M17 21a11 11 0 0 0 -11 -11h-3" /></svg>;
+
+export default IconArrowRampLeft; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-ramp-right.js b/icons-react/icons-js/arrow-ramp-right.js
new file mode 100644
index 0000000..09c8eb0
--- /dev/null
+++ b/icons-react/icons-js/arrow-ramp-right.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconArrowRampRight = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-arrow-ramp-right" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={7} y1={3} x2={7} y2={11.707} /><path d="M11 7l-4 -4l-4 4" /><path d="M17 14l4 -4l-4 -4" /><path d="M7 21a11 11 0 0 1 11 -11h3" /></svg>;
+
+export default IconArrowRampRight; \ No newline at end of file
diff --git a/icons-react/icons-js/cloud-off.js b/icons-react/icons-js/cloud-off.js
new file mode 100644
index 0000000..c5cf362
--- /dev/null
+++ b/icons-react/icons-js/cloud-off.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconCloudOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cloud-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="M18 18h-11c-2.598 0 -4.705 -2.015 -4.705 -4.5s2.107 -4.5 4.705 -4.5c.112 -.5 .305 -.973 .568 -1.408m2.094 -1.948c.329 -.174 .68 -.319 1.05 -.43c1.9 -.576 3.997 -.194 5.5 1c1.503 1.192 2.185 3.017 1.788 4.786h1a3.5 3.5 0 0 1 2.212 6.212" /></svg>;
+
+export default IconCloudOff; \ No newline at end of file
diff --git a/icons-react/icons-js/corner-down-left.js b/icons-react/icons-js/corner-down-left.js
index 7d05837..8b15fee 100644
--- a/icons-react/icons-js/corner-down-left.js
+++ b/icons-react/icons-js/corner-down-left.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconCornerDownLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-down-left" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M18 6v6a3 3 0 0 1 -3 3h-10l5 -5m0 10l-5 -5" /></svg>;
+const IconCornerDownLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-down-left" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M18 6v6a3 3 0 0 1 -3 3h-10l4 -4m0 8l-4 -4" /></svg>;
export default IconCornerDownLeft; \ No newline at end of file
diff --git a/icons-react/icons-js/corner-down-right.js b/icons-react/icons-js/corner-down-right.js
index 735926d..cb20edc 100644
--- a/icons-react/icons-js/corner-down-right.js
+++ b/icons-react/icons-js/corner-down-right.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconCornerDownRight = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-down-right" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 6v6a3 3 0 0 0 3 3h10l-5 -5m0 10l5 -5" /></svg>;
+const IconCornerDownRight = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-down-right" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 6v6a3 3 0 0 0 3 3h10l-4 -4m0 8l4 -4" /></svg>;
export default IconCornerDownRight; \ No newline at end of file
diff --git a/icons-react/icons-js/corner-left-down.js b/icons-react/icons-js/corner-left-down.js
index 816e030..566ba0d 100644
--- a/icons-react/icons-js/corner-left-down.js
+++ b/icons-react/icons-js/corner-left-down.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconCornerLeftDown = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-left-down" 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 6h-6a3 3 0 0 0 -3 3v10l-5 -5m10 0l-5 5" /></svg>;
+const IconCornerLeftDown = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-left-down" 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 6h-6a3 3 0 0 0 -3 3v10l-4 -4m8 0l-4 4" /></svg>;
export default IconCornerLeftDown; \ No newline at end of file
diff --git a/icons-react/icons-js/corner-left-up.js b/icons-react/icons-js/corner-left-up.js
index 4b454eb..ed418c1 100644
--- a/icons-react/icons-js/corner-left-up.js
+++ b/icons-react/icons-js/corner-left-up.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconCornerLeftUp = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-left-up" 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 18h-6a3 3 0 0 1 -3 -3v-10l-5 5m10 0l-5 -5" /></svg>;
+const IconCornerLeftUp = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-left-up" 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 18h-6a3 3 0 0 1 -3 -3v-10l-4 4m8 0l-4 -4" /></svg>;
export default IconCornerLeftUp; \ No newline at end of file
diff --git a/icons-react/icons-js/corner-right-down.js b/icons-react/icons-js/corner-right-down.js
index 6ed4084..07639d7 100644
--- a/icons-react/icons-js/corner-right-down.js
+++ b/icons-react/icons-js/corner-right-down.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconCornerRightDown = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-right-down" 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 6h6a3 3 0 0 1 3 3v10l-5 -5m10 0l-5 5" /></svg>;
+const IconCornerRightDown = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-right-down" 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 6h6a3 3 0 0 1 3 3v10l-4 -4m8 0l-4 4" /></svg>;
export default IconCornerRightDown; \ No newline at end of file
diff --git a/icons-react/icons-js/corner-right-up.js b/icons-react/icons-js/corner-right-up.js
index 5cfae5d..860b761 100644
--- a/icons-react/icons-js/corner-right-up.js
+++ b/icons-react/icons-js/corner-right-up.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconCornerRightUp = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-right-up" 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 18h6a3 3 0 0 0 3 -3v-10l-5 5m10 0l-5 -5" /></svg>;
+const IconCornerRightUp = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-right-up" 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 18h6a3 3 0 0 0 3 -3v-10l-4 4m8 0l-4 -4" /></svg>;
export default IconCornerRightUp; \ No newline at end of file
diff --git a/icons-react/icons-js/corner-up-left.js b/icons-react/icons-js/corner-up-left.js
index 762a7f1..0dc5161 100644
--- a/icons-react/icons-js/corner-up-left.js
+++ b/icons-react/icons-js/corner-up-left.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconCornerUpLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-up-left" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M18 18v-6a3 3 0 0 0 -3 -3h-10l5 -5m0 10l-5 -5" /></svg>;
+const IconCornerUpLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-up-left" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M18 18v-6a3 3 0 0 0 -3 -3h-10l4 -4m0 8l-4 -4" /></svg>;
export default IconCornerUpLeft; \ No newline at end of file
diff --git a/icons-react/icons-js/corner-up-right.js b/icons-react/icons-js/corner-up-right.js
index 23e507d..7f17ce3 100644
--- a/icons-react/icons-js/corner-up-right.js
+++ b/icons-react/icons-js/corner-up-right.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconCornerUpRight = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-up-right" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 18v-6a3 3 0 0 1 3 -3h10l-5 -5m0 10l5 -5" /></svg>;
+const IconCornerUpRight = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-corner-up-right" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 18v-6a3 3 0 0 1 3 -3h10l-4 -4m0 8l4 -4" /></svg>;
export default IconCornerUpRight; \ No newline at end of file
diff --git a/icons-react/icons-js/egg.js b/icons-react/icons-js/egg.js
index 31929a9..5f6c137 100644
--- a/icons-react/icons-js/egg.js
+++ b/icons-react/icons-js/egg.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconEgg = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-egg" 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 14a6 6 0 0 0 12 0a12 12 0 0 0 -3 -8.5a3.7 3.7 0 0 0 -6 0a12 12 0 0 0 -3 8.5" /></svg>;
+const IconEgg = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-egg" 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.514 14.639c0 3.513 2.904 6.361 6.486 6.361s6.486 -2.848 6.486 -6.361a12.574 12.574 0 0 0 -3.243 -9.012a4.025 4.025 0 0 0 -3.243 -1.627a4.025 4.025 0 0 0 -3.243 1.627a12.574 12.574 0 0 0 -3.243 9.012" /></svg>;
export default IconEgg; \ No newline at end of file
diff --git a/icons-react/icons-js/message-circle-2.js b/icons-react/icons-js/message-circle-2.js
new file mode 100644
index 0000000..faa602a
--- /dev/null
+++ b/icons-react/icons-js/message-circle-2.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconMessageCircle2 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-message-circle-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1" /><line x1={12} y1={12} x2={12} y2={12.01} /><line x1={8} y1={12} x2={8} y2={12.01} /><line x1={16} y1={12} x2={16} y2={12.01} /></svg>;
+
+export default IconMessageCircle2; \ No newline at end of file
diff --git a/icons-react/icons-js/message-circle-off.js b/icons-react/icons-js/message-circle-off.js
new file mode 100644
index 0000000..2551641
--- /dev/null
+++ b/icons-react/icons-js/message-circle-off.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconMessageCircleOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-message-circle-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="M8.585 4.581c3.225 -1.181 7.032 -.616 9.66 1.626c2.983 2.543 3.602 6.525 1.634 9.662m-1.908 2.108c-2.786 2.19 -6.89 2.665 -10.271 1.023l-4.7 1l1.3 -3.9c-2.237 -3.308 -1.489 -7.54 1.714 -10.084" /></svg>;
+
+export default IconMessageCircleOff; \ No newline at end of file
diff --git a/icons-react/icons-js/message-off.js b/icons-react/icons-js/message-off.js
new file mode 100644
index 0000000..69fc4a5
--- /dev/null
+++ b/icons-react/icons-js/message-off.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconMessageOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-message-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 17h-9l-4 4v-13c0 -1.086 .577 -2.036 1.44 -2.563m3.561 -.437h8a3 3 0 0 1 3 3v6c0 .575 -.162 1.112 -.442 1.568" /></svg>;
+
+export default IconMessageOff; \ No newline at end of file
diff --git a/icons-react/icons-js/messages-off.js b/icons-react/icons-js/messages-off.js
new file mode 100644
index 0000000..4689804
--- /dev/null
+++ b/icons-react/icons-js/messages-off.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconMessagesOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-messages-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="M11 11a1 1 0 0 1 -1 -1m0 -3.968v-2.032a1 1 0 0 1 1 -1h9a1 1 0 0 1 1 1v10l-3 -3h-3" /><path d="M14 15v2a1 1 0 0 1 -1 1h-7l-3 3v-10a1 1 0 0 1 1 -1h2" /></svg>;
+
+export default IconMessagesOff; \ No newline at end of file
diff --git a/icons-react/icons-js/picture-in-picture-off.js b/icons-react/icons-js/picture-in-picture-off.js
new file mode 100644
index 0000000..db3bdf3
--- /dev/null
+++ b/icons-react/icons-js/picture-in-picture-off.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPictureInPictureOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-picture-in-picture-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="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" /><rect x={14} y={14} width={7} height={5} rx={1} /><line x1={7} y1={9} x2={11} y2={13} /><path d="M7 12v-3h3" /></svg>;
+
+export default IconPictureInPictureOff; \ No newline at end of file
diff --git a/icons-react/icons-js/picture-in-picture-on.js b/icons-react/icons-js/picture-in-picture-on.js
new file mode 100644
index 0000000..d322851
--- /dev/null
+++ b/icons-react/icons-js/picture-in-picture-on.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPictureInPictureOn = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-picture-in-picture-on" 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 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" /><rect x={14} y={14} width={7} height={5} rx={1} /><line x1={7} y1={9} x2={11} y2={13} /><path d="M8 13h3v-3" /></svg>;
+
+export default IconPictureInPictureOn; \ No newline at end of file
diff --git a/icons-react/icons-js/picture-in-picture.js b/icons-react/icons-js/picture-in-picture.js
index 863e3f3..dee8950 100644
--- a/icons-react/icons-js/picture-in-picture.js
+++ b/icons-react/icons-js/picture-in-picture.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconPictureInPicture = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-picture-in-picture" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={3} y={5} width={18} height={14} rx={2} /><rect x={12} y={12} width={6} height={4} rx={1} /></svg>;
+const IconPictureInPicture = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-picture-in-picture" 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 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" /><rect x={14} y={14} width={7} height={5} rx={1} /></svg>;
export default IconPictureInPicture; \ No newline at end of file
diff --git a/icons-react/icons-js/player-pause.js b/icons-react/icons-js/player-pause.js
new file mode 100644
index 0000000..055967d
--- /dev/null
+++ b/icons-react/icons-js/player-pause.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPlayerPause = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-player-pause" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={6} y={5} width={4} height={14} rx={1} /><rect x={14} y={5} width={4} height={14} rx={1} /></svg>;
+
+export default IconPlayerPause; \ No newline at end of file
diff --git a/icons-react/icons-js/player-play.js b/icons-react/icons-js/player-play.js
new file mode 100644
index 0000000..ee84309
--- /dev/null
+++ b/icons-react/icons-js/player-play.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPlayerPlay = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-player-play" 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 4v16l13 -8z" /></svg>;
+
+export default IconPlayerPlay; \ No newline at end of file
diff --git a/icons-react/icons-js/player-record.js b/icons-react/icons-js/player-record.js
new file mode 100644
index 0000000..cd0e9b1
--- /dev/null
+++ b/icons-react/icons-js/player-record.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPlayerRecord = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-player-record" 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={7} /></svg>;
+
+export default IconPlayerRecord; \ No newline at end of file
diff --git a/icons-react/icons-js/player-skip-back.js b/icons-react/icons-js/player-skip-back.js
new file mode 100644
index 0000000..72493b3
--- /dev/null
+++ b/icons-react/icons-js/player-skip-back.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPlayerSkipBack = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-player-skip-back" 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 5v14l-12 -7z" /><line x1={4} y1={5} x2={4} y2={19} /></svg>;
+
+export default IconPlayerSkipBack; \ No newline at end of file
diff --git a/icons-react/icons-js/player-skip-forward.js b/icons-react/icons-js/player-skip-forward.js
new file mode 100644
index 0000000..c61aa95
--- /dev/null
+++ b/icons-react/icons-js/player-skip-forward.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPlayerSkipForward = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-player-skip-forward" 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 5v14l12 -7z" /><line x1={20} y1={5} x2={20} y2={19} /></svg>;
+
+export default IconPlayerSkipForward; \ No newline at end of file
diff --git a/icons-react/icons-js/player-stop.js b/icons-react/icons-js/player-stop.js
new file mode 100644
index 0000000..19149b7
--- /dev/null
+++ b/icons-react/icons-js/player-stop.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPlayerStop = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-player-stop" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={5} y={5} width={14} height={14} rx={2} /></svg>;
+
+export default IconPlayerStop; \ No newline at end of file
diff --git a/icons-react/icons-js/player-track-next.js b/icons-react/icons-js/player-track-next.js
new file mode 100644
index 0000000..78832dd
--- /dev/null
+++ b/icons-react/icons-js/player-track-next.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPlayerTrackNext = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-player-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="M3 5v14l8-7z" /><path d="M14 5v14l8-7z" /></svg>;
+
+export default IconPlayerTrackNext; \ No newline at end of file
diff --git a/icons-react/icons-js/player-track-prev.js b/icons-react/icons-js/player-track-prev.js
new file mode 100644
index 0000000..9c3cc60
--- /dev/null
+++ b/icons-react/icons-js/player-track-prev.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPlayerTrackPrev = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-player-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="M21 5v14l-8 -7z" /><path d="M10 5v14l-8 -7z" /></svg>;
+
+export default IconPlayerTrackPrev; \ No newline at end of file