diff options
Diffstat (limited to 'icons-react/icons-js')
47 files changed, 542 insertions, 2 deletions
diff --git a/icons-react/icons-js/arrow-bottom-bar.js b/icons-react/icons-js/arrow-bottom-bar.js new file mode 100644 index 00000000..ab3bd531 --- /dev/null +++ b/icons-react/icons-js/arrow-bottom-bar.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBottomBar({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-bottom-bar" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={3} x2={12} y2={21} /><path d="M9 18l3 3l3 -3" /><line x1={9} y1={3} x2={15} y2={3} /></svg>; +} + +export default IconArrowBottomBar;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-bottom-circle.js b/icons-react/icons-js/arrow-bottom-circle.js new file mode 100644 index 00000000..2be27141 --- /dev/null +++ b/icons-react/icons-js/arrow-bottom-circle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBottomCircle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-bottom-circle" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={7} x2={12} y2={21} /><path d="M9 18l3 3l3 -3" /><circle cx={12} cy={5} r={2} /></svg>; +} + +export default IconArrowBottomCircle;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-bottom-square.js b/icons-react/icons-js/arrow-bottom-square.js new file mode 100644 index 00000000..a3d1dacf --- /dev/null +++ b/icons-react/icons-js/arrow-bottom-square.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBottomSquare({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-bottom-square" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={7} x2={12} y2={21} /><path d="M9 18l3 3l3 -3" /><path d="M14 3v4h-4v-4z" /></svg>; +} + +export default IconArrowBottomSquare;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-bottom-tail.js b/icons-react/icons-js/arrow-bottom-tail.js new file mode 100644 index 00000000..0fa5d92e --- /dev/null +++ b/icons-react/icons-js/arrow-bottom-tail.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBottomTail({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-bottom-tail" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={6} x2={12} y2={21} /><path d="M9 18l3 3l3 -3" /><path d="M9 3l3 3l3 -3" /></svg>; +} + +export default IconArrowBottomTail;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-left-bar.js b/icons-react/icons-js/arrow-left-bar.js new file mode 100644 index 00000000..1fde1b12 --- /dev/null +++ b/icons-react/icons-js/arrow-left-bar.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowLeftBar({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-left-bar" 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={21} y1={12} x2={3} y2={12} /><path d="M6 9l-3 3l3 3" /><line x1={21} y1={9} x2={21} y2={15} /></svg>; +} + +export default IconArrowLeftBar;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-left-circle.js b/icons-react/icons-js/arrow-left-circle.js index 13d180ef..12c0e0bf 100644 --- a/icons-react/icons-js/arrow-left-circle.js +++ b/icons-react/icons-js/arrow-left-circle.js @@ -6,7 +6,7 @@ function IconArrowLeftCircle({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-arrow-left-circle" 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} /><line x1={8} y1={12} x2={16} y2={12} /><line x1={8} y1={12} x2={12} y2={16} /><line x1={8} y1={12} x2={12} y2={8} /></svg>; + return <svg className="icon icon-tabler icon-tabler-arrow-left-circle" 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={12} x2={3} y2={12} /><path d="M6 9l-3 3l3 3" /><circle cx={19} cy={12} r={2} /></svg>; } export default IconArrowLeftCircle;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-left-square.js b/icons-react/icons-js/arrow-left-square.js new file mode 100644 index 00000000..cdf1ac00 --- /dev/null +++ b/icons-react/icons-js/arrow-left-square.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowLeftSquare({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-left-square" 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={12} x2={3} y2={12} /><path d="M6 9l-3 3l3 3" /><path d="M21 14h-4v-4h4z" /></svg>; +} + +export default IconArrowLeftSquare;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-left-tail.js b/icons-react/icons-js/arrow-left-tail.js new file mode 100644 index 00000000..0823b8e4 --- /dev/null +++ b/icons-react/icons-js/arrow-left-tail.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowLeftTail({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-left-tail" 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={18} y1={12} x2={3} y2={12} /><path d="M6 9l-3 3l3 3" /><path d="M21 9l-3 3l3 3" /></svg>; +} + +export default IconArrowLeftTail;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-loop-left.js b/icons-react/icons-js/arrow-loop-left.js new file mode 100644 index 00000000..0a59b4a2 --- /dev/null +++ b/icons-react/icons-js/arrow-loop-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowLoopLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-loop-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="M13 21v-13a4 4 0 1 1 4 4h-13" /><path d="M7 15l-3 -3l3 -3" /></svg>; +} + +export default IconArrowLoopLeft;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-loop-right.js b/icons-react/icons-js/arrow-loop-right.js new file mode 100644 index 00000000..3c3051e2 --- /dev/null +++ b/icons-react/icons-js/arrow-loop-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowLoopRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-loop-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="M12 21v-13a4 4 0 1 0 -4 4h13" /><path d="M18 15l3 -3l-3 -3" /></svg>; +} + +export default IconArrowLoopRight;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-right-bar.js b/icons-react/icons-js/arrow-right-bar.js new file mode 100644 index 00000000..36995f27 --- /dev/null +++ b/icons-react/icons-js/arrow-right-bar.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRightBar({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-right-bar" 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 15l3 -3l-3 -3" /><line x1={3} y1={12} x2={21} y2={12} /><line x1={3} y1={9} x2={3} y2={15} /></svg>; +} + +export default IconArrowRightBar;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-right-circle.js b/icons-react/icons-js/arrow-right-circle.js index 024b05e9..dc8523b0 100644 --- a/icons-react/icons-js/arrow-right-circle.js +++ b/icons-react/icons-js/arrow-right-circle.js @@ -6,7 +6,7 @@ function IconArrowRightCircle({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-arrow-right-circle" 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} /><line x1={16} y1={12} x2={8} y2={12} /><line x1={16} y1={12} x2={12} y2={16} /><line x1={16} y1={12} x2={12} y2={8} /></svg>; + return <svg className="icon icon-tabler icon-tabler-arrow-right-circle" 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 15l3 -3l-3 -3" /><circle cx={5} cy={12} r={2} /><line x1={7} y1={12} x2={21} y2={12} /></svg>; } export default IconArrowRightCircle;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-right-square.js b/icons-react/icons-js/arrow-right-square.js new file mode 100644 index 00000000..ed01b937 --- /dev/null +++ b/icons-react/icons-js/arrow-right-square.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRightSquare({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-right-square" 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={12} x2={21} y2={12} /><path d="M18 15l3 -3l-3 -3" /><path d="M3 10h4v4h-4z" /></svg>; +} + +export default IconArrowRightSquare;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-right-tail.js b/icons-react/icons-js/arrow-right-tail.js new file mode 100644 index 00000000..3f2531fa --- /dev/null +++ b/icons-react/icons-js/arrow-right-tail.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowRightTail({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-right-tail" 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 15l3 -3l-3 -3" /><path d="M3 15l3 -3l-3 -3" /><line x1={6} y1={12} x2={21} y2={12} /></svg>; +} + +export default IconArrowRightTail;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-top-bar.js b/icons-react/icons-js/arrow-top-bar.js new file mode 100644 index 00000000..86cd5cdb --- /dev/null +++ b/icons-react/icons-js/arrow-top-bar.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowTopBar({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-top-bar" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={21} x2={12} y2={3} /><path d="M15 6l-3 -3l-3 3" /><line x1={9} y1={21} x2={15} y2={21} /></svg>; +} + +export default IconArrowTopBar;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-top-circle.js b/icons-react/icons-js/arrow-top-circle.js new file mode 100644 index 00000000..eed46a8e --- /dev/null +++ b/icons-react/icons-js/arrow-top-circle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowTopCircle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-top-circle" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={17} x2={12} y2={3} /><path d="M15 6l-3 -3l-3 3" /><circle cx={12} cy={19} r={2} /></svg>; +} + +export default IconArrowTopCircle;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-top-square.js b/icons-react/icons-js/arrow-top-square.js new file mode 100644 index 00000000..0fa11ea8 --- /dev/null +++ b/icons-react/icons-js/arrow-top-square.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowTopSquare({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-top-square" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={17} x2={12} y2={3} /><path d="M15 6l-3 -3l-3 3" /><path d="M10 21v-4h4v4z" /></svg>; +} + +export default IconArrowTopSquare;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-top-tail.js b/icons-react/icons-js/arrow-top-tail.js new file mode 100644 index 00000000..d0a177cb --- /dev/null +++ b/icons-react/icons-js/arrow-top-tail.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowTopTail({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-top-tail" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={18} x2={12} y2={3} /><path d="M15 6l-3 -3l-3 3" /><path d="M15 21l-3 -3l-3 3" /></svg>; +} + +export default IconArrowTopTail;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-wave-left-down.js b/icons-react/icons-js/arrow-wave-left-down.js new file mode 100644 index 00000000..939be451 --- /dev/null +++ b/icons-react/icons-js/arrow-wave-left-down.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowWaveLeftDown({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-wave-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="M7 13.998h-4v-4" /><path d="M21 11.998c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3.113 -.716 -4 -2s-2.48 -2.033 -4 -2c-1.52 -.033 -3 1 -4 2l-2 2" /></svg>; +} + +export default IconArrowWaveLeftDown;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-wave-left-up.js b/icons-react/icons-js/arrow-wave-left-up.js new file mode 100644 index 00000000..d4f10ab0 --- /dev/null +++ b/icons-react/icons-js/arrow-wave-left-up.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowWaveLeftUp({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-wave-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="M7 9.996h-4v4" /><path d="M21 11.996c-.887 -1.285 -2.48 -2.033 -4 -2c-1.52 -.033 -3.113 .715 -4 2c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3 -1 -4 -2l-2 -2" /></svg>; +} + +export default IconArrowWaveLeftUp;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-wave-right-down.js b/icons-react/icons-js/arrow-wave-right-down.js new file mode 100644 index 00000000..bcee7e51 --- /dev/null +++ b/icons-react/icons-js/arrow-wave-right-down.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowWaveRightDown({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-wave-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="M17 13.998h4v-4" /><path d="M3 11.998c.887 1.284 2.48 2.033 4 2c1.52 .033 3.113 -.716 4 -2s2.48 -2.033 4 -2c1.52 -.033 3 1 4 2l2 2" /></svg>; +} + +export default IconArrowWaveRightDown;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-wave-right-up.js b/icons-react/icons-js/arrow-wave-right-up.js new file mode 100644 index 00000000..f9109f87 --- /dev/null +++ b/icons-react/icons-js/arrow-wave-right-up.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowWaveRightUp({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-wave-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="M17 10h4v4" /><path d="M3 12c.887 -1.284 2.48 -2.033 4 -2c1.52 -.033 3.113 .716 4 2s2.48 2.033 4 2c1.52 .033 3 -1 4 -2l2 -2" /></svg>; +} + +export default IconArrowWaveRightUp;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-down-up.js b/icons-react/icons-js/arrows-down-up.js new file mode 100644 index 00000000..b712ea15 --- /dev/null +++ b/icons-react/icons-js/arrows-down-up.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsDownUp({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-down-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" /><line x1={17} y1={3} x2={17} y2={21} /><path d="M10 18l-3 3l-3 -3" /><line x1={7} y1={21} x2={7} y2={3} /><path d="M20 6l-3 -3l-3 3" /></svg>; +} + +export default IconArrowsDownUp;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-down.js b/icons-react/icons-js/arrows-down.js new file mode 100644 index 00000000..baca2a3b --- /dev/null +++ b/icons-react/icons-js/arrows-down.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsDown({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-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" /><line x1={7} y1={21} x2={7} y2={3} /><path d="M20 18l-3 3l-3 -3" /><path d="M4 18l3 3l3 -3" /><line x1={17} y1={21} x2={17} y2={3} /></svg>; +} + +export default IconArrowsDown;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-join-2.js b/icons-react/icons-js/arrows-join-2.js new file mode 100644 index 00000000..1ee9cf5a --- /dev/null +++ b/icons-react/icons-js/arrows-join-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsJoin2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-join-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 7h1.948c1.913 0 3.705 .933 4.802 2.5a5.861 5.861 0 0 0 4.802 2.5h6.448" /><path d="M3 17h1.95a5.854 5.854 0 0 0 4.798 -2.5a5.854 5.854 0 0 1 4.798 -2.5h5.454" /><path d="M18 15l3 -3l-3 -3" /></svg>; +} + +export default IconArrowsJoin2;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-join.js b/icons-react/icons-js/arrows-join.js new file mode 100644 index 00000000..f7836f76 --- /dev/null +++ b/icons-react/icons-js/arrows-join.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsJoin({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-join" 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 7h5l3.5 5h9.5" /><path d="M3 17h5l3.495 -5" /><path d="M18 15l3 -3l-3 -3" /></svg>; +} + +export default IconArrowsJoin;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-left-right.js b/icons-react/icons-js/arrows-left-right.js new file mode 100644 index 00000000..8a03ee92 --- /dev/null +++ b/icons-react/icons-js/arrows-left-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsLeftRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-left-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={21} y1={17} x2={3} y2={17} /><path d="M6 10l-3 -3l3 -3" /><line x1={3} y1={7} x2={21} y2={7} /><path d="M18 20l3 -3l-3 -3" /></svg>; +} + +export default IconArrowsLeftRight;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-left.js b/icons-react/icons-js/arrows-left.js new file mode 100644 index 00000000..24aa94d0 --- /dev/null +++ b/icons-react/icons-js/arrows-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-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={3} y1={7} x2={21} y2={7} /><path d="M6 20l-3 -3l3 -3" /><path d="M6 4l-3 3l3 3" /><line x1={3} y1={17} x2={21} y2={17} /></svg>; +} + +export default IconArrowsLeft;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-right-left.js b/icons-react/icons-js/arrows-right-left.js new file mode 100644 index 00000000..72833f18 --- /dev/null +++ b/icons-react/icons-js/arrows-right-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsRightLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-right-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={21} y1={7} x2={3} y2={7} /><path d="M18 10l3 -3l-3 -3" /><path d="M6 20l-3 -3l3 -3" /><line x1={3} y1={17} x2={21} y2={17} /></svg>; +} + +export default IconArrowsRightLeft;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-right.js b/icons-react/icons-js/arrows-right.js new file mode 100644 index 00000000..210db2ad --- /dev/null +++ b/icons-react/icons-js/arrows-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-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={21} y1={17} x2={3} y2={17} /><path d="M18 4l3 3l-3 3" /><path d="M18 20l3 -3l-3 -3" /><line x1={21} y1={7} x2={3} y2={7} /></svg>; +} + +export default IconArrowsRight;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-split-2.js b/icons-react/icons-js/arrows-split-2.js new file mode 100644 index 00000000..9a0c5a78 --- /dev/null +++ b/icons-react/icons-js/arrows-split-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsSplit2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-split-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="M21 17h-5.397a5 5 0 0 1 -4.096 -2.133l-.514 -.734a5 5 0 0 0 -4.096 -2.133h-3.897" /><path d="M21 7h-5.395a5 5 0 0 0 -4.098 2.135l-.51 .73a5 5 0 0 1 -4.097 2.135h-3.9" /><path d="M18 10l3 -3l-3 -3" /><path d="M18 20l3 -3l-3 -3" /></svg>; +} + +export default IconArrowsSplit2;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-split.js b/icons-react/icons-js/arrows-split.js new file mode 100644 index 00000000..00a92473 --- /dev/null +++ b/icons-react/icons-js/arrows-split.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsSplit({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-split" 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 17h-8l-3.5 -5h-6.5" /><path d="M21 7h-8l-3.495 5" /><path d="M18 10l3 -3l-3 -3" /><path d="M18 20l3 -3l-3 -3" /></svg>; +} + +export default IconArrowsSplit;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-up-down.js b/icons-react/icons-js/arrows-up-down.js new file mode 100644 index 00000000..651c4139 --- /dev/null +++ b/icons-react/icons-js/arrows-up-down.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsUpDown({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-up-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" /><line x1={7} y1={3} x2={7} y2={21} /><path d="M10 6l-3 -3l-3 3" /><path d="M20 18l-3 3l-3 -3" /><line x1={17} y1={21} x2={17} y2={3} /></svg>; +} + +export default IconArrowsUpDown;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-up.js b/icons-react/icons-js/arrows-up.js new file mode 100644 index 00000000..4d3a155e --- /dev/null +++ b/icons-react/icons-js/arrows-up.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsUp({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-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" /><line x1={17} y1={3} x2={17} y2={21} /><path d="M4 6l3 -3l3 3" /><path d="M20 6l-3 -3l-3 3" /><line x1={7} y1={3} x2={7} y2={21} /></svg>; +} + +export default IconArrowsUp;
\ No newline at end of file diff --git a/icons-react/icons-js/bone.js b/icons-react/icons-js/bone.js new file mode 100644 index 00000000..824fafc1 --- /dev/null +++ b/icons-react/icons-js/bone.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBone({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-bone" 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="M15 3a3 3 0 0 1 3 3a3 3 0 1 1 -2.12 5.122l-4.758 4.758a3 3 0 1 1 -5.117 2.297l-.005 -.177l-.176 -.005a3 3 0 1 1 2.298 -5.115l4.758 -4.758a3 3 0 0 1 2.12 -5.122z" /></svg>; +} + +export default IconBone;
\ No newline at end of file diff --git a/icons-react/icons-js/layout-grid-add.js b/icons-react/icons-js/layout-grid-add.js new file mode 100644 index 00000000..a17f363f --- /dev/null +++ b/icons-react/icons-js/layout-grid-add.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLayoutGridAdd({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-layout-grid-add" 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={4} y={4} width={6} height={6} rx={1} /><rect x={14} y={4} width={6} height={6} rx={1} /><rect x={4} y={14} width={6} height={6} rx={1} /><rect x={14} y={14} width={6} height={6} rx={1} /></svg>; +} + +export default IconLayoutGridAdd;
\ No newline at end of file diff --git a/icons-react/icons-js/layout-grid.js b/icons-react/icons-js/layout-grid.js new file mode 100644 index 00000000..78e4e0cd --- /dev/null +++ b/icons-react/icons-js/layout-grid.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLayoutGrid({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-layout-grid" 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={4} y={4} width={6} height={6} rx={1} /><rect x={14} y={4} width={6} height={6} rx={1} /><rect x={4} y={14} width={6} height={6} rx={1} /><rect x={14} y={14} width={6} height={6} rx={1} /></svg>; +} + +export default IconLayoutGrid;
\ No newline at end of file diff --git a/icons-react/icons-js/pizza.js b/icons-react/icons-js/pizza.js new file mode 100644 index 00000000..755a5d73 --- /dev/null +++ b/icons-react/icons-js/pizza.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPizza({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-pizza" 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 21.5c-3.04 0 -5.952 -.714 -8.5 -1.983l8.5 -16.517l8.5 16.517a19.09 19.09 0 0 1 -8.5 1.983z" /><path d="M5.2 15.772a14.939 14.939 0 0 0 6.995 1.728a14.944 14.944 0 0 0 6.638 -1.545" /><line x1={13} y1={11.01} x2={13} y2={11} /><line x1={11} y1={14} x2={11} y2={13.99} /></svg>; +} + +export default IconPizza;
\ No newline at end of file diff --git a/icons-react/icons-js/rainbow.js b/icons-react/icons-js/rainbow.js new file mode 100644 index 00000000..435fffcf --- /dev/null +++ b/icons-react/icons-js/rainbow.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRainbow({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-rainbow" 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 17c0 -5.523 -4.477 -10 -10 -10s-10 4.477 -10 10" /><path d="M18 17a6 6 0 1 0 -12 0" /><path d="M14 17a2 2 0 1 0 -4 0" /></svg>; +} + +export default IconRainbow;
\ No newline at end of file diff --git a/icons-react/icons-js/receipt-tax.js b/icons-react/icons-js/receipt-tax.js new file mode 100644 index 00000000..fe6e597a --- /dev/null +++ b/icons-react/icons-js/receipt-tax.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReceiptTax({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-receipt-tax" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={9} y1={14} x2={15} y2={8} /><circle cx={9.5} cy={8.5} r={0.5} fill="currentColor" /><circle cx={14.5} cy={13.5} r={0.5} fill="currentColor" /><path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" /></svg>; +} + +export default IconReceiptTax;
\ No newline at end of file diff --git a/icons-react/icons-js/stethoscope.js b/icons-react/icons-js/stethoscope.js new file mode 100644 index 00000000..1edb550a --- /dev/null +++ b/icons-react/icons-js/stethoscope.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconStethoscope({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-stethoscope" 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 4h-1a2 2 0 0 0 -2 2v3.5h0a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1" /><path d="M8 15a6 6 0 1 0 12 0v-3" /><path d="M11 3v2" /><path d="M6 3v2" /><circle cx={20} cy={10} r={2} /></svg>; +} + +export default IconStethoscope;
\ No newline at end of file diff --git a/icons-react/icons-js/switch-2.js b/icons-react/icons-js/switch-2.js new file mode 100644 index 00000000..8eda6fa0 --- /dev/null +++ b/icons-react/icons-js/switch-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSwitch2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-switch-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 17h5l1.67 -2.386m3.66 -5.227l1.67 -2.387h6" /><path d="M18 4l3 3l-3 3" /><path d="M3 7h5l7 10h6" /><path d="M18 20l3 -3l-3 -3" /></svg>; +} + +export default IconSwitch2;
\ No newline at end of file diff --git a/icons-react/icons-js/switch-3.js b/icons-react/icons-js/switch-3.js new file mode 100644 index 00000000..09daf86d --- /dev/null +++ b/icons-react/icons-js/switch-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSwitch3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-switch-3" 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 17h2.397a5 5 0 0 0 4.096 -2.133l.177 -.253m3.66 -5.227l.177 -.254a5 5 0 0 1 4.096 -2.133h3.397" /><path d="M18 4l3 3l-3 3" /><path d="M3 7h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397" /><path d="M18 20l3 -3l-3 -3" /></svg>; +} + +export default IconSwitch3;
\ No newline at end of file diff --git a/icons-react/icons-js/trending-down-2.js b/icons-react/icons-js/trending-down-2.js new file mode 100644 index 00000000..e5fbcf74 --- /dev/null +++ b/icons-react/icons-js/trending-down-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTrendingDown2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-trending-down-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 6h5l7 10h6" /><path d="M18 19l3 -3l-3 -3" /></svg>; +} + +export default IconTrendingDown2;
\ No newline at end of file diff --git a/icons-react/icons-js/trending-down-3.js b/icons-react/icons-js/trending-down-3.js new file mode 100644 index 00000000..1892e959 --- /dev/null +++ b/icons-react/icons-js/trending-down-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTrendingDown3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-trending-down-3" 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 6h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397" /><path d="M18 19l3 -3l-3 -3" /></svg>; +} + +export default IconTrendingDown3;
\ No newline at end of file diff --git a/icons-react/icons-js/trending-up-2.js b/icons-react/icons-js/trending-up-2.js new file mode 100644 index 00000000..f4a222ff --- /dev/null +++ b/icons-react/icons-js/trending-up-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTrendingUp2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-trending-up-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="M18 5l3 3l-3 3" /><path d="M3 18h5l7 -10h6" /></svg>; +} + +export default IconTrendingUp2;
\ No newline at end of file diff --git a/icons-react/icons-js/trending-up-3.js b/icons-react/icons-js/trending-up-3.js new file mode 100644 index 00000000..0100efb5 --- /dev/null +++ b/icons-react/icons-js/trending-up-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTrendingUp3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-trending-up-3" 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 5l3 3l-3 3" /><path d="M3 18h2.397a5 5 0 0 0 4.096 -2.133l4.014 -5.734a5 5 0 0 1 4.096 -2.133h3.397" /></svg>; +} + +export default IconTrendingUp3;
\ No newline at end of file |