diff options
Diffstat (limited to 'icons-react')
29 files changed, 129 insertions, 24 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 00000000..e97d084a --- /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 00000000..09c8eb05 --- /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 00000000..c5cf3625 --- /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 7d058376..8b15feec 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 735926df..cb20edc8 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 816e0308..566ba0df 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 4b454eb4..ed418c18 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 6ed4084d..07639d71 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 5cfae5d2..860b7617 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 762a7f1e..0dc51612 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 23e507d7..7f17ce3c 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 31929a91..5f6c137e 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 00000000..faa602ab --- /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 00000000..25516414 --- /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 00000000..69fc4a53 --- /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 00000000..4689804f --- /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 00000000..db3bdf36 --- /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 00000000..d3228515 --- /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 863e3f33..dee89500 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 00000000..055967dc --- /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 00000000..ee843095 --- /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 00000000..cd0e9b1b --- /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 00000000..72493b3f --- /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 00000000..c61aa95b --- /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 00000000..19149b72 --- /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 00000000..78832dd4 --- /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 00000000..9c3cc609 --- /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 diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index c48e68bb..74cf1886 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -58,6 +58,8 @@ export const IconArrowNarrowDown: TablerIcon; export const IconArrowNarrowLeft: TablerIcon; export const IconArrowNarrowRight: TablerIcon; export const IconArrowNarrowUp: TablerIcon; +export const IconArrowRampLeft: TablerIcon; +export const IconArrowRampRight: TablerIcon; export const IconArrowRightCircle: TablerIcon; export const IconArrowRight: TablerIcon; export const IconArrowUpCircle: TablerIcon; @@ -122,7 +124,6 @@ export const IconBorderRadius: TablerIcon; export const IconBorderRight: TablerIcon; export const IconBorderTop: TablerIcon; export const IconBorderVertical: TablerIcon; -export const IconBoxSeam: TablerIcon; export const IconBox: TablerIcon; export const IconBraces: TablerIcon; export const IconBrackets: TablerIcon; @@ -261,6 +262,7 @@ export const IconClipboard: TablerIcon; export const IconClock: TablerIcon; export const IconCloudDownload: TablerIcon; export const IconCloudFog: TablerIcon; +export const IconCloudOff: TablerIcon; export const IconCloudRain: TablerIcon; export const IconCloudSnow: TablerIcon; export const IconCloudStorm: TablerIcon; @@ -527,11 +529,15 @@ export const IconMedicalCross: TablerIcon; export const IconMenu2: TablerIcon; export const IconMenu: TablerIcon; export const IconMessage2: TablerIcon; +export const IconMessageCircle2: TablerIcon; +export const IconMessageCircleOff: TablerIcon; export const IconMessageCircle: TablerIcon; export const IconMessageDots: TablerIcon; +export const IconMessageOff: TablerIcon; export const IconMessagePlus: TablerIcon; export const IconMessageReport: TablerIcon; export const IconMessage: TablerIcon; +export const IconMessagesOff: TablerIcon; export const IconMessages: TablerIcon; export const IconMicrophoneOff: TablerIcon; export const IconMicrophone: TablerIcon; @@ -574,7 +580,6 @@ export const IconPanoramaVertical: TablerIcon; export const IconPaperclip: TablerIcon; export const IconParentheses: TablerIcon; export const IconParking: TablerIcon; -export const IconPause: TablerIcon; export const IconPeace: TablerIcon; export const IconPencil: TablerIcon; export const IconPercentage: TablerIcon; @@ -590,6 +595,8 @@ export const IconPhoneX: TablerIcon; export const IconPhone: TablerIcon; export const IconPhotoOff: TablerIcon; export const IconPhoto: TablerIcon; +export const IconPictureInPictureOff: TablerIcon; +export const IconPictureInPictureOn: TablerIcon; export const IconPictureInPicture: TablerIcon; export const IconPill: TablerIcon; export const IconPin: TablerIcon; @@ -597,7 +604,14 @@ export const IconPlaneArrival: TablerIcon; export const IconPlaneDeparture: TablerIcon; export const IconPlane: TablerIcon; export const IconPlanet: TablerIcon; -export const IconPlay: TablerIcon; +export const IconPlayerPause: TablerIcon; +export const IconPlayerPlay: TablerIcon; +export const IconPlayerRecord: TablerIcon; +export const IconPlayerSkipBack: TablerIcon; +export const IconPlayerSkipForward: TablerIcon; +export const IconPlayerStop: TablerIcon; +export const IconPlayerTrackNext: TablerIcon; +export const IconPlayerTrackPrev: TablerIcon; export const IconPlug: TablerIcon; export const IconPlus: TablerIcon; export const IconPoint: TablerIcon; @@ -661,8 +675,6 @@ export const IconShirt: TablerIcon; export const IconShoppingCart: TablerIcon; export const IconSitemap: TablerIcon; export const IconSkateboard: TablerIcon; -export const IconSkipBack: TablerIcon; -export const IconSkipForward: TablerIcon; export const IconSlice: TablerIcon; export const IconSlideshow: TablerIcon; export const IconSmartHome: TablerIcon; @@ -732,8 +744,6 @@ export const IconTool: TablerIcon; export const IconTools: TablerIcon; export const IconTornado: TablerIcon; export const IconTournament: TablerIcon; -export const IconTrackNext: TablerIcon; -export const IconTrackPrev: TablerIcon; export const IconTractor: TablerIcon; export const IconTrademark: TablerIcon; export const IconTrafficCone: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 2e707d94..9a79986f 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -52,6 +52,8 @@ export { default as IconArrowNarrowDown } from './icons-js/arrow-narrow-down.js' export { default as IconArrowNarrowLeft } from './icons-js/arrow-narrow-left.js'; export { default as IconArrowNarrowRight } from './icons-js/arrow-narrow-right.js'; export { default as IconArrowNarrowUp } from './icons-js/arrow-narrow-up.js'; +export { default as IconArrowRampLeft } from './icons-js/arrow-ramp-left.js'; +export { default as IconArrowRampRight } from './icons-js/arrow-ramp-right.js'; export { default as IconArrowRightCircle } from './icons-js/arrow-right-circle.js'; export { default as IconArrowRight } from './icons-js/arrow-right.js'; export { default as IconArrowUpCircle } from './icons-js/arrow-up-circle.js'; @@ -116,7 +118,6 @@ export { default as IconBorderRadius } from './icons-js/border-radius.js'; export { default as IconBorderRight } from './icons-js/border-right.js'; export { default as IconBorderTop } from './icons-js/border-top.js'; export { default as IconBorderVertical } from './icons-js/border-vertical.js'; -export { default as IconBoxSeam } from './icons-js/box-seam.js'; export { default as IconBox } from './icons-js/box.js'; export { default as IconBraces } from './icons-js/braces.js'; export { default as IconBrackets } from './icons-js/brackets.js'; @@ -255,6 +256,7 @@ export { default as IconClipboard } from './icons-js/clipboard.js'; export { default as IconClock } from './icons-js/clock.js'; export { default as IconCloudDownload } from './icons-js/cloud-download.js'; export { default as IconCloudFog } from './icons-js/cloud-fog.js'; +export { default as IconCloudOff } from './icons-js/cloud-off.js'; export { default as IconCloudRain } from './icons-js/cloud-rain.js'; export { default as IconCloudSnow } from './icons-js/cloud-snow.js'; export { default as IconCloudStorm } from './icons-js/cloud-storm.js'; @@ -521,11 +523,15 @@ export { default as IconMedicalCross } from './icons-js/medical-cross.js'; export { default as IconMenu2 } from './icons-js/menu-2.js'; export { default as IconMenu } from './icons-js/menu.js'; export { default as IconMessage2 } from './icons-js/message-2.js'; +export { default as IconMessageCircle2 } from './icons-js/message-circle-2.js'; +export { default as IconMessageCircleOff } from './icons-js/message-circle-off.js'; export { default as IconMessageCircle } from './icons-js/message-circle.js'; export { default as IconMessageDots } from './icons-js/message-dots.js'; +export { default as IconMessageOff } from './icons-js/message-off.js'; export { default as IconMessagePlus } from './icons-js/message-plus.js'; export { default as IconMessageReport } from './icons-js/message-report.js'; export { default as IconMessage } from './icons-js/message.js'; +export { default as IconMessagesOff } from './icons-js/messages-off.js'; export { default as IconMessages } from './icons-js/messages.js'; export { default as IconMicrophoneOff } from './icons-js/microphone-off.js'; export { default as IconMicrophone } from './icons-js/microphone.js'; @@ -568,7 +574,6 @@ export { default as IconPanoramaVertical } from './icons-js/panorama-vertical.js export { default as IconPaperclip } from './icons-js/paperclip.js'; export { default as IconParentheses } from './icons-js/parentheses.js'; export { default as IconParking } from './icons-js/parking.js'; -export { default as IconPause } from './icons-js/pause.js'; export { default as IconPeace } from './icons-js/peace.js'; export { default as IconPencil } from './icons-js/pencil.js'; export { default as IconPercentage } from './icons-js/percentage.js'; @@ -584,6 +589,8 @@ export { default as IconPhoneX } from './icons-js/phone-x.js'; export { default as IconPhone } from './icons-js/phone.js'; export { default as IconPhotoOff } from './icons-js/photo-off.js'; export { default as IconPhoto } from './icons-js/photo.js'; +export { default as IconPictureInPictureOff } from './icons-js/picture-in-picture-off.js'; +export { default as IconPictureInPictureOn } from './icons-js/picture-in-picture-on.js'; export { default as IconPictureInPicture } from './icons-js/picture-in-picture.js'; export { default as IconPill } from './icons-js/pill.js'; export { default as IconPin } from './icons-js/pin.js'; @@ -591,7 +598,14 @@ export { default as IconPlaneArrival } from './icons-js/plane-arrival.js'; export { default as IconPlaneDeparture } from './icons-js/plane-departure.js'; export { default as IconPlane } from './icons-js/plane.js'; export { default as IconPlanet } from './icons-js/planet.js'; -export { default as IconPlay } from './icons-js/play.js'; +export { default as IconPlayerPause } from './icons-js/player-pause.js'; +export { default as IconPlayerPlay } from './icons-js/player-play.js'; +export { default as IconPlayerRecord } from './icons-js/player-record.js'; +export { default as IconPlayerSkipBack } from './icons-js/player-skip-back.js'; +export { default as IconPlayerSkipForward } from './icons-js/player-skip-forward.js'; +export { default as IconPlayerStop } from './icons-js/player-stop.js'; +export { default as IconPlayerTrackNext } from './icons-js/player-track-next.js'; +export { default as IconPlayerTrackPrev } from './icons-js/player-track-prev.js'; export { default as IconPlug } from './icons-js/plug.js'; export { default as IconPlus } from './icons-js/plus.js'; export { default as IconPoint } from './icons-js/point.js'; @@ -655,8 +669,6 @@ export { default as IconShirt } from './icons-js/shirt.js'; export { default as IconShoppingCart } from './icons-js/shopping-cart.js'; export { default as IconSitemap } from './icons-js/sitemap.js'; export { default as IconSkateboard } from './icons-js/skateboard.js'; -export { default as IconSkipBack } from './icons-js/skip-back.js'; -export { default as IconSkipForward } from './icons-js/skip-forward.js'; export { default as IconSlice } from './icons-js/slice.js'; export { default as IconSlideshow } from './icons-js/slideshow.js'; export { default as IconSmartHome } from './icons-js/smart-home.js'; @@ -726,8 +738,6 @@ export { default as IconTool } from './icons-js/tool.js'; export { default as IconTools } from './icons-js/tools.js'; export { default as IconTornado } from './icons-js/tornado.js'; export { default as IconTournament } from './icons-js/tournament.js'; -export { default as IconTrackNext } from './icons-js/track-next.js'; -export { default as IconTrackPrev } from './icons-js/track-prev.js'; export { default as IconTractor } from './icons-js/tractor.js'; export { default as IconTrademark } from './icons-js/trademark.js'; export { default as IconTrafficCone } from './icons-js/traffic-cone.js'; |