diff options
Diffstat (limited to 'icons-react/icons-js')
168 files changed, 1092 insertions, 84 deletions
diff --git a/icons-react/icons-js/3d-cube-sphere.js b/icons-react/icons-js/3d-cube-sphere.js index efc8863b..fa5f7774 100644 --- a/icons-react/icons-js/3d-cube-sphere.js +++ b/icons-react/icons-js/3d-cube-sphere.js @@ -6,7 +6,7 @@ function Icon3dCubeSphere({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-3d-cube-sphere" 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 17.6l-2 -1.1v-2.5" /><path d="M4 10v-2.5l2 -1.1" /><path d="M10 4.1l2 -1.1l2 1.1" /><path d="M18 6.4l2 1.1v2.5" /><path d="M20 14v2.5l-2 1.12" /><path d="M14 19.9l-2 1.1l-2 -1.1" /><line x1={12} y1={12} x2={14} y2={10.9} /><line x1={18} y1={8.6} x2={20} y2={7.5} /><line x1={12} y1={12} x2={12} y2={14.5} /><line x1={12} y1={18.5} x2={12} y2={21} /><path d="M12 12l-2-1.12" /><line x1={6} y1={8.6} x2={4} y2={7.5} /></svg>; + return <svg className="icon icon-tabler icon-tabler-3d-cube-sphere" 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 17.6l-2 -1.1v-2.5" /><path d="M4 10v-2.5l2 -1.1" /><path d="M10 4.1l2 -1.1l2 1.1" /><path d="M18 6.4l2 1.1v2.5" /><path d="M20 14v2.5l-2 1.12" /><path d="M14 19.9l-2 1.1l-2 -1.1" /><line x1={12} y1={12} x2={14} y2={10.9} /><line x1={18} y1={8.6} x2={20} y2={7.5} /><line x1={12} y1={12} x2={12} y2={14.5} /><line x1={12} y1={18.5} x2={12} y2={21} /><path d="M12 12l-2 -1.12" /><line x1={6} y1={8.6} x2={4} y2={7.5} /></svg>; } export default Icon3dCubeSphere;
\ No newline at end of file diff --git a/icons-react/icons-js/alert-octagon.js b/icons-react/icons-js/alert-octagon.js index d9ec8a5f..32ada5f4 100644 --- a/icons-react/icons-js/alert-octagon.js +++ b/icons-react/icons-js/alert-octagon.js @@ -6,7 +6,7 @@ function IconAlertOctagon({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-alert-octagon" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8.7 3h6.6c0.3 0 .5 .1 .7 .3l4.7 4.7c0.2 .2 .3 .4 .3 .7v6.6c0 .3 -.1 .5 -.3 .7l-4.7 4.7c-0.2 .2 -.4 .3 -.7 .3h-6.6c-0.3 0 -.5 -.1 -.7 -.3l-4.7 -4.7c-0.2 -.2 -.3 -.4 -.3 -.7v-6.6c0 -.3 .1 -.5 .3 -.7l4.7 -4.7c0.2 -.2 .4 -.3 .7 -.3z" /><line x1={12} y1={8} x2={12} y2={12} /><line x1={12} y1={16} x2={12.01} y2={16} /></svg>; + return <svg className="icon icon-tabler icon-tabler-alert-octagon" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8.7 3h6.6c.3 0 .5 .1 .7 .3l4.7 4.7c.2 .2 .3 .4 .3 .7v6.6c0 .3 -.1 .5 -.3 .7l-4.7 4.7c-.2 .2 -.4 .3 -.7 .3h-6.6c-.3 0 -.5 -.1 -.7 -.3l-4.7 -4.7c-.2 -.2 -.3 -.4 -.3 -.7v-6.6c0 -.3 .1 -.5 .3 -.7l4.7 -4.7c.2 -.2 .4 -.3 .7 -.3z" /><line x1={12} y1={8} x2={12} y2={12} /><line x1={12} y1={16} x2={12.01} y2={16} /></svg>; } export default IconAlertOctagon;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-down.js b/icons-react/icons-js/arrow-big-down.js new file mode 100644 index 00000000..9394b285 --- /dev/null +++ b/icons-react/icons-js/arrow-big-down.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigDown({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-big-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="M15 4v8h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-8a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1z" /></svg>; +} + +export default IconArrowBigDown;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-left.js b/icons-react/icons-js/arrow-big-left.js new file mode 100644 index 00000000..d2c0e0fd --- /dev/null +++ b/icons-react/icons-js/arrow-big-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-big-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="M20 15h-8v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h8a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1z" /></svg>; +} + +export default IconArrowBigLeft;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-right.js b/icons-react/icons-js/arrow-big-right.js new file mode 100644 index 00000000..540045f2 --- /dev/null +++ b/icons-react/icons-js/arrow-big-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-big-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="M4 9h8v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1z" /></svg>; +} + +export default IconArrowBigRight;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-big-top.js b/icons-react/icons-js/arrow-big-top.js new file mode 100644 index 00000000..e9332577 --- /dev/null +++ b/icons-react/icons-js/arrow-big-top.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowBigTop({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-big-top" 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="M9 20v-8h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v8a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" /></svg>; +} + +export default IconArrowBigTop;
\ No newline at end of file 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-double-ne-sw.js b/icons-react/icons-js/arrows-double-ne-sw.js new file mode 100644 index 00000000..60a1477e --- /dev/null +++ b/icons-react/icons-js/arrows-double-ne-sw.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsDoubleNeSw({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-double-ne-sw" 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 14l11 -11" /><path d="M10 3h4v4" /><path d="M10 17v4h4" /><path d="M21 10l-11 11" /></svg>; +} + +export default IconArrowsDoubleNeSw;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-double-nw-se.js b/icons-react/icons-js/arrows-double-nw-se.js new file mode 100644 index 00000000..bfd0542e --- /dev/null +++ b/icons-react/icons-js/arrows-double-nw-se.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsDoubleNwSe({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-double-nw-se" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14 21l-11 -11" /><path d="M3 14v-4h4" /><path d="M17 14h4v-4" /><line x1={10} y1={3} x2={21} y2={14} /></svg>; +} + +export default IconArrowsDoubleNwSe;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-double-se-nw.js b/icons-react/icons-js/arrows-double-se-nw.js new file mode 100644 index 00000000..014d1c55 --- /dev/null +++ b/icons-react/icons-js/arrows-double-se-nw.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsDoubleSeNw({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-double-se-nw" 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={10} x2={14} y2={21} /><path d="M14 17v4h-4" /><path d="M14 3h-4v4" /><path d="M21 14l-11 -11" /></svg>; +} + +export default IconArrowsDoubleSeNw;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-double-sw-ne.js b/icons-react/icons-js/arrows-double-sw-ne.js new file mode 100644 index 00000000..8d838ab1 --- /dev/null +++ b/icons-react/icons-js/arrows-double-sw-ne.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsDoubleSwNe({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-double-sw-ne" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14 3l-11 11" /><path d="M3 10v4h4" /><path d="M17 10h4v4" /><path d="M10 21l11 -11" /></svg>; +} + +export default IconArrowsDoubleSwNe;
\ 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-sort.js b/icons-react/icons-js/arrows-sort.js index 69f2c7bd..e8ea9204 100644 --- a/icons-react/icons-js/arrows-sort.js +++ b/icons-react/icons-js/arrows-sort.js @@ -6,7 +6,7 @@ function IconArrowsSort({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-arrows-sort" 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 9l4-4l4 4m-4 -4v14" /><path d="M21 15l-4 4l-4-4m4 4v-14" /></svg>; + return <svg className="icon icon-tabler icon-tabler-arrows-sort" 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 9l4 -4l4 4m-4 -4v14" /><path d="M21 15l-4 4l-4 -4m4 4v-14" /></svg>; } export default IconArrowsSort;
\ 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/backhoe.js b/icons-react/icons-js/backhoe.js index 0798624c..8d67779d 100644 --- a/icons-react/icons-js/backhoe.js +++ b/icons-react/icons-js/backhoe.js @@ -6,7 +6,7 @@ function IconBackhoe({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-backhoe" 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={4} cy={17} r={2} /><circle cx={13} cy={17} r={2} /><line x1={13} y1={19} x2={4} y2={19} /><line x1={4} y1={15} x2={13} y2={15} /><path d="M8 12V7h2a3 3 0 0 1 3 3v5" /><path d="M5 15v-2a1 1 0 0 1 1 -1h7" /><path d="M21.12 9.88l-3.12 -4.88l-5 5" /><path d="M21.12 9.88a3 3 0 0 1 -2.12 5.12a3 3 0 0 1 -2.12 -.88l4.24 -4.24z" /></svg>; + return <svg className="icon icon-tabler icon-tabler-backhoe" 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={4} cy={17} r={2} /><circle cx={13} cy={17} r={2} /><line x1={13} y1={19} x2={4} y2={19} /><line x1={4} y1={15} x2={13} y2={15} /><path d="M8 12v-5h2a3 3 0 0 1 3 3v5" /><path d="M5 15v-2a1 1 0 0 1 1 -1h7" /><path d="M21.12 9.88l-3.12 -4.88l-5 5" /><path d="M21.12 9.88a3 3 0 0 1 -2.12 5.12a3 3 0 0 1 -2.12 -.88l4.24 -4.24z" /></svg>; } export default IconBackhoe;
\ No newline at end of file diff --git a/icons-react/icons-js/backspace.js b/icons-react/icons-js/backspace.js index da1588a5..a5342b7e 100644 --- a/icons-react/icons-js/backspace.js +++ b/icons-react/icons-js/backspace.js @@ -6,7 +6,7 @@ function IconBackspace({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-backspace" 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 6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-11l-5 -5a1.5 1.5 0 0 1 0 -2l5 -5Z" /><path d="M12 10l4 4m0 -4l-4 4" /></svg>; + return <svg className="icon icon-tabler icon-tabler-backspace" 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 6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-11l-5 -5a1.5 1.5 0 0 1 0 -2l5 -5z" /><path d="M12 10l4 4m0 -4l-4 4" /></svg>; } export default IconBackspace;
\ No newline at end of file diff --git a/icons-react/icons-js/basket.js b/icons-react/icons-js/basket.js index e6efc721..f21a8cfb 100644 --- a/icons-react/icons-js/basket.js +++ b/icons-react/icons-js/basket.js @@ -6,7 +6,7 @@ function IconBasket({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-basket" 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" /><polyline points="7 10 12 4 17 10" /><path d="M21 10l-2 8a2 2.5 0 0 1 -2 2h-10a2 2.5 0 0 1 -2 -2l-2 -8Z" /><circle cx={12} cy={15} r={2} /></svg>; + return <svg className="icon icon-tabler icon-tabler-basket" 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" /><polyline points="7 10 12 4 17 10" /><path d="M21 10l-2 8a2 2.5 0 0 1 -2 2h-10a2 2.5 0 0 1 -2 -2l-2 -8z" /><circle cx={12} cy={15} r={2} /></svg>; } export default IconBasket;
\ No newline at end of file diff --git a/icons-react/icons-js/battery-1.js b/icons-react/icons-js/battery-1.js index c6310efd..1209994b 100644 --- a/icons-react/icons-js/battery-1.js +++ b/icons-react/icons-js/battery-1.js @@ -6,7 +6,7 @@ function IconBattery1({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-battery-1" 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 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /><line x1={7} y1={10} x2={7} y2={14} /></svg>; + return <svg className="icon icon-tabler icon-tabler-battery-1" 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 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /><line x1={7} y1={10} x2={7} y2={14} /></svg>; } export default IconBattery1;
\ No newline at end of file diff --git a/icons-react/icons-js/battery-2.js b/icons-react/icons-js/battery-2.js index e67d12a6..47c4fc48 100644 --- a/icons-react/icons-js/battery-2.js +++ b/icons-react/icons-js/battery-2.js @@ -6,7 +6,7 @@ function IconBattery2({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-battery-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="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /><line x1={7} y1={10} x2={7} y2={14} /><line x1={10} y1={10} x2={10} y2={14} /></svg>; + return <svg className="icon icon-tabler icon-tabler-battery-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="M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /><line x1={7} y1={10} x2={7} y2={14} /><line x1={10} y1={10} x2={10} y2={14} /></svg>; } export default IconBattery2;
\ No newline at end of file diff --git a/icons-react/icons-js/battery-3.js b/icons-react/icons-js/battery-3.js index 369b702c..2de532b9 100644 --- a/icons-react/icons-js/battery-3.js +++ b/icons-react/icons-js/battery-3.js @@ -6,7 +6,7 @@ function IconBattery3({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-battery-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="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /><line x1={7} y1={10} x2={7} y2={14} /><line x1={10} y1={10} x2={10} y2={14} /><line x1={13} y1={10} x2={13} y2={14} /></svg>; + return <svg className="icon icon-tabler icon-tabler-battery-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="M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /><line x1={7} y1={10} x2={7} y2={14} /><line x1={10} y1={10} x2={10} y2={14} /><line x1={13} y1={10} x2={13} y2={14} /></svg>; } export default IconBattery3;
\ No newline at end of file diff --git a/icons-react/icons-js/battery-4.js b/icons-react/icons-js/battery-4.js index 0ecff93a..90cc2894 100644 --- a/icons-react/icons-js/battery-4.js +++ b/icons-react/icons-js/battery-4.js @@ -6,7 +6,7 @@ function IconBattery4({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-battery-4" 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 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /><line x1={7} y1={10} x2={7} y2={14} /><line x1={10} y1={10} x2={10} y2={14} /><line x1={13} y1={10} x2={13} y2={14} /><line x1={16} y1={10} x2={16} y2={14} /></svg>; + return <svg className="icon icon-tabler icon-tabler-battery-4" 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 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /><line x1={7} y1={10} x2={7} y2={14} /><line x1={10} y1={10} x2={10} y2={14} /><line x1={13} y1={10} x2={13} y2={14} /><line x1={16} y1={10} x2={16} y2={14} /></svg>; } export default IconBattery4;
\ No newline at end of file diff --git a/icons-react/icons-js/battery-charging.js b/icons-react/icons-js/battery-charging.js index e9b70a89..388be5f2 100644 --- a/icons-react/icons-js/battery-charging.js +++ b/icons-react/icons-js/battery-charging.js @@ -6,7 +6,7 @@ function IconBatteryCharging({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-battery-charging" 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="M16 7h1a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-2" /><path d="M8 7h-2a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1" /><path d="M12 8l-2 4h3l-2 4" /></svg>; + return <svg className="icon icon-tabler icon-tabler-battery-charging" 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="M16 7h1a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-2" /><path d="M8 7h-2a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1" /><path d="M12 8l-2 4h3l-2 4" /></svg>; } export default IconBatteryCharging;
\ No newline at end of file diff --git a/icons-react/icons-js/battery.js b/icons-react/icons-js/battery.js index 4ff58616..aa6c44c8 100644 --- a/icons-react/icons-js/battery.js +++ b/icons-react/icons-js/battery.js @@ -6,7 +6,7 @@ function IconBattery({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-battery" 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 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /></svg>; + return <svg className="icon icon-tabler icon-tabler-battery" 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 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /></svg>; } export default IconBattery;
\ No newline at end of file diff --git a/icons-react/icons-js/bell-minus.js b/icons-react/icons-js/bell-minus.js new file mode 100644 index 00000000..ce6c02dc --- /dev/null +++ b/icons-react/icons-js/bell-minus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBellMinus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-bell-minus" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /><line x1={10} y1={11} x2={14} y2={11} /></svg>; +} + +export default IconBellMinus;
\ No newline at end of file diff --git a/icons-react/icons-js/bell-plus.js b/icons-react/icons-js/bell-plus.js new file mode 100644 index 00000000..ce277add --- /dev/null +++ b/icons-react/icons-js/bell-plus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBellPlus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-bell-plus" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /><line x1={10} y1={11} x2={14} y2={11} /><line x1={12} y1={9} x2={12} y2={13} /></svg>; +} + +export default IconBellPlus;
\ No newline at end of file diff --git a/icons-react/icons-js/bell-ringing-2.js b/icons-react/icons-js/bell-ringing-2.js new file mode 100644 index 00000000..39c03d1a --- /dev/null +++ b/icons-react/icons-js/bell-ringing-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBellRinging2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-bell-ringing-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="M19.364 4.636a2 2 0 0 1 0 2.828a7 7 0 0 1 -1.414 7.072l-2.122 2.12a4 4 0 0 0 -.707 3.536l-11.313 -11.312a4 4 0 0 0 3.535 -.707l2.121 -2.123a7 7 0 0 1 7.072 -1.414a2 2 0 0 1 2.828 0z" /><path d="M7.343 12.414l-.707 .707a3 3 0 0 0 4.243 4.243l.707 -.707" /></svg>; +} + +export default IconBellRinging2;
\ No newline at end of file diff --git a/icons-react/icons-js/bell-x.js b/icons-react/icons-js/bell-x.js new file mode 100644 index 00000000..43d6bbae --- /dev/null +++ b/icons-react/icons-js/bell-x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBellX({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-bell-x" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /><path d="M10.5 9.5l3 3m0 -3l-3 3" /></svg>; +} + +export default IconBellX;
\ No newline at end of file diff --git a/icons-react/icons-js/biohazard.js b/icons-react/icons-js/biohazard.js index 8bc72af4..97569bd9 100644 --- a/icons-react/icons-js/biohazard.js +++ b/icons-react/icons-js/biohazard.js @@ -6,7 +6,7 @@ function IconBiohazard({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-biohazard" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={12} cy={12} r={2} /><path d="M11.939 14c0 .173 .048 .351 .056 .533l0 .217a4.75 4.75 0 0 1 -4.533 4.745l-0.217 0m-4.75 -4.75a4.75 4.75 0 0 1 7.737 -3.693m6.513 8.443a4.75 4.75 0 0 1 -4.69 -5.503l-.06 0m1.764 -2.944a4.75 4.75 0 0 1 7.731 3.477l0 .217m-11.195 -3.813a4.75 4.75 0 0 1 -1.828 -7.624l0.164 -.172m6.718 0a4.75 4.75 0 0 1 -1.665 7.798" /></svg>; + return <svg className="icon icon-tabler icon-tabler-biohazard" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={12} cy={12} r={2} /><path d="M11.939 14c0 .173 .048 .351 .056 .533l0 .217a4.75 4.75 0 0 1 -4.533 4.745l-.217 0m-4.75 -4.75a4.75 4.75 0 0 1 7.737 -3.693m6.513 8.443a4.75 4.75 0 0 1 -4.69 -5.503l-.06 0m1.764 -2.944a4.75 4.75 0 0 1 7.731 3.477l0 .217m-11.195 -3.813a4.75 4.75 0 0 1 -1.828 -7.624l.164 -.172m6.718 0a4.75 4.75 0 0 1 -1.665 7.798" /></svg>; } export default IconBiohazard;
\ No newline at end of file diff --git a/icons-react/icons-js/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/bookmark.js b/icons-react/icons-js/bookmark.js index f6968edd..a8cb1c55 100644 --- a/icons-react/icons-js/bookmark.js +++ b/icons-react/icons-js/bookmark.js @@ -6,7 +6,7 @@ function IconBookmark({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-bookmark" 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="M9 4h6a2 2 0 0 1 2 2v14l-5-3l-5 3v-14a2 2 0 0 1 2 -2" /></svg>; + return <svg className="icon icon-tabler icon-tabler-bookmark" 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="M9 4h6a2 2 0 0 1 2 2v14l-5 -3l-5 3v-14a2 2 0 0 1 2 -2" /></svg>; } export default IconBookmark;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-apple.js b/icons-react/icons-js/brand-apple.js index c2a82a18..61b27f86 100644 --- a/icons-react/icons-js/brand-apple.js +++ b/icons-react/icons-js/brand-apple.js @@ -6,7 +6,7 @@ function IconBrandApple({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-brand-apple" 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="M9 7c-3 0-4 3-4 5.5 0 3 2 7.5 4 7.5 1.088-.046 1.679-.5 3-.5 1.312 0 1.5.5 3 .5s4-3 4-5c-.028-.01-2.472-.403-2.5-3-.019-2.17 2.416-2.954 2.5-3-1.023-1.492-2.951-1.963-3.5-2-1.433-.111-2.83 1-3.5 1-.68 0-1.9-1-3-1z" /><path d="M12 4a2 2 0 0 0 2 -2a2 2 0 0 0 -2 2" /></svg>; + return <svg className="icon icon-tabler icon-tabler-brand-apple" 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="M9 7c-3 0 -4 3 -4 5.5c0 3 2 7.5 4 7.5c1.088 -.046 1.679 -.5 3 -.5c1.312 0 1.5 .5 3 .5s4 -3 4 -5c-.028 -.01 -2.472 -.403 -2.5 -3c-.019 -2.17 2.416 -2.954 2.5 -3c-1.023 -1.492 -2.951 -1.963 -3.5 -2c-1.433 -.111 -2.83 1 -3.5 1c-.68 0 -1.9 -1 -3 -1z" /><path d="M12 4a2 2 0 0 0 2 -2a2 2 0 0 0 -2 2" /></svg>; } export default IconBrandApple;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-asana.js b/icons-react/icons-js/brand-asana.js new file mode 100644 index 00000000..054bda3f --- /dev/null +++ b/icons-react/icons-js/brand-asana.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandAsana({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-asana" 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={7} r={3} /><circle cx={17} cy={16} r={3} /><circle cx={7} cy={16} r={3} /></svg>; +} + +export default IconBrandAsana;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-bing.js b/icons-react/icons-js/brand-bing.js new file mode 100644 index 00000000..8eda2075 --- /dev/null +++ b/icons-react/icons-js/brand-bing.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandBing({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-bing" 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 3l4 1.5v12l6 -2.5l-2 -1l-1 -4l7 2.5v4.5l-10 5l-4 -2z" /></svg>; +} + +export default IconBrandBing;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-bitbucket.js b/icons-react/icons-js/brand-bitbucket.js new file mode 100644 index 00000000..9555ceac --- /dev/null +++ b/icons-react/icons-js/brand-bitbucket.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandBitbucket({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-bitbucket" 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.648 4a0.64 .64 0 0 0 -.64 .744l3.14 14.528c.07 .417 .43 .724 .852 .728h10a0.644 .644 0 0 0 .642 -.539l3.35 -14.71a0.641 .641 0 0 0 -.64 -.744l-16.704 -.007z" /><path d="M14 15h-4l-1 -6h6z" /></svg>; +} + +export default IconBrandBitbucket;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-booking.js b/icons-react/icons-js/brand-booking.js new file mode 100644 index 00000000..a4f85691 --- /dev/null +++ b/icons-react/icons-js/brand-booking.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandBooking({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-booking" 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 18v-9.5a4.5 4.5 0 0 1 4.5 -4.5h7a4.5 4.5 0 0 1 4.5 4.5v7a4.5 4.5 0 0 1 -4.5 4.5h-9.5a2 2 0 0 1 -2 -2z" /><path d="M8 12h3.5a2 2 0 1 1 0 4h-3.5v-7a1 1 0 0 1 1 -1h1.5a2 2 0 1 1 0 4h-1.5" /><line x1={16} y1={16} x2={16.01} y2={16} /></svg>; +} + +export default IconBrandBooking;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-discord.js b/icons-react/icons-js/brand-discord.js index 8791a808..bf499a2e 100644 --- a/icons-react/icons-js/brand-discord.js +++ b/icons-react/icons-js/brand-discord.js @@ -6,7 +6,7 @@ function IconBrandDiscord({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-brand-discord" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={9} cy={12} r={1} /><circle cx={15} cy={12} r={1} /><path d="M7.5 7.5c3.5-1 5.5-1 9 0" /><path d="M7 16.5c3.5 1 6.5 1 10 0" /><path d="M15.5 17c0 1 1.5 3 2 3c1.5 0 2.833 -1.667 3.5 -3c.667 -1.667 .5 -5.833 -1.5 -11.5c-1.457 -1.015 -3 -1.34 -4.5 -1.5l-1 2.5" /><path d="M8.5 17c0 1 -1.356 3 -1.832 3c-1.429 0 -2.698 -1.667 -3.333 -3c-.635 -1.667 -.476 -5.833 1.428 -11.5c1.388 -1.015 2.782 -1.34 4.237 -1.5l1 2.5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-brand-discord" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={9} cy={12} r={1} /><circle cx={15} cy={12} r={1} /><path d="M7.5 7.5c3.5 -1 5.5 -1 9 0" /><path d="M7 16.5c3.5 1 6.5 1 10 0" /><path d="M15.5 17c0 1 1.5 3 2 3c1.5 0 2.833 -1.667 3.5 -3c.667 -1.667 .5 -5.833 -1.5 -11.5c-1.457 -1.015 -3 -1.34 -4.5 -1.5l-1 2.5" /><path d="M8.5 17c0 1 -1.356 3 -1.832 3c-1.429 0 -2.698 -1.667 -3.333 -3c-.635 -1.667 -.476 -5.833 1.428 -11.5c1.388 -1.015 2.782 -1.34 4.237 -1.5l1 2.5" /></svg>; } export default IconBrandDiscord;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-disqus.js b/icons-react/icons-js/brand-disqus.js new file mode 100644 index 00000000..f63f7133 --- /dev/null +++ b/icons-react/icons-js/brand-disqus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandDisqus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-disqus" 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.847 21c-2.259 0 -4.323 -.667 -5.919 -2h-3.928l1.708 -3.266c-.545 -1.174 -.759 -2.446 -.758 -3.734c0 -4.97 3.84 -9 8.898 -9c5.052 0 9.152 4.03 9.152 9c0 4.972 -4.098 9 -9.153 9z" /><path d="M11.485 15h-1.485v-6h1.485c2.112 0 3.515 .823 3.515 2.981v.035c0 2.18 -1.403 2.984 -3.515 2.984z" /></svg>; +} + +export default IconBrandDisqus;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-docker.js b/icons-react/icons-js/brand-docker.js new file mode 100644 index 00000000..fbe714aa --- /dev/null +++ b/icons-react/icons-js/brand-docker.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandDocker({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-docker" 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 12.54c-1.804 -.345 -2.701 -1.08 -3.523 -2.94c-.487 .696 -1.102 1.568 -.92 2.4c.028 .238 -.32 1.002 -.557 1h-14c0 5.208 3.164 7 6.196 7c4.124 .022 7.828 -1.376 9.854 -5c1.146 -.101 2.296 -1.505 2.95 -2.46z" /><path d="M5 10h3v3h-3z" /><path d="M8 10h3v3h-3z" /><path d="M11 10h3v3h-3z" /><path d="M8 7h3v3h-3z" /><path d="M11 7h3v3h-3z" /><path d="M11 4h3v3h-3z" /><path d="M4.571 18.001c1.5 0 2.047 -.074 2.958 -.78" /><line x1={10} y1={16} x2={10} y2={16.01} /></svg>; +} + +export default IconBrandDocker;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-edge.js b/icons-react/icons-js/brand-edge.js index 1518daae..25ef73a0 100644 --- a/icons-react/icons-js/brand-edge.js +++ b/icons-react/icons-js/brand-edge.js @@ -6,7 +6,7 @@ function IconBrandEdge({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-brand-edge" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M20.978 11.372a9 9 0 1 0 -1.593 5.773" /><path d="M20.978 11.372c.21 2.993-5.034 2.413-6.913 1.486 1.392-1.6.402-4.038-2.274-3.851-1.745.122-2.927 1.157-2.784 3.202.28 3.99 4.444 6.205 10.36 4.79" /><path d="M3.022 12.628c-.283 -4.043 8.717 -7.228 11.248 -2.688" /><path d="M12.628 20.978c-2.993.21-5.162-4.725-3.567-9.748" /></svg>; + return <svg className="icon icon-tabler icon-tabler-brand-edge" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M20.978 11.372a9 9 0 1 0 -1.593 5.773" /><path d="M20.978 11.372c.21 2.993 -5.034 2.413 -6.913 1.486c1.392 -1.6 .402 -4.038 -2.274 -3.851c-1.745 .122 -2.927 1.157 -2.784 3.202c.28 3.99 4.444 6.205 10.36 4.79" /><path d="M3.022 12.628c-.283 -4.043 8.717 -7.228 11.248 -2.688" /><path d="M12.628 20.978c-2.993 .21 -5.162 -4.725 -3.567 -9.748" /></svg>; } export default IconBrandEdge;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-google-analytics.js b/icons-react/icons-js/brand-google-analytics.js new file mode 100644 index 00000000..db736d6e --- /dev/null +++ b/icons-react/icons-js/brand-google-analytics.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandGoogleAnalytics({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-google-analytics" 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={10} y={9} width={4} height={12} rx={1.105} /><rect x={17} y={3} width={4} height={18} rx={1.105} /><circle cx={5} cy={19} r={2} /></svg>; +} + +export default IconBrandGoogleAnalytics;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-gravatar.js b/icons-react/icons-js/brand-gravatar.js new file mode 100644 index 00000000..32607680 --- /dev/null +++ b/icons-react/icons-js/brand-gravatar.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandGravatar({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-gravatar" 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.64 5.632a9 9 0 1 0 6.36 -2.632v7.714" /></svg>; +} + +export default IconBrandGravatar;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-hipchat.js b/icons-react/icons-js/brand-hipchat.js new file mode 100644 index 00000000..6fcc4e8a --- /dev/null +++ b/icons-react/icons-js/brand-hipchat.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandHipchat({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-hipchat" 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.802 17.292s.077 -.055 .2 -.149c1.843 -1.425 2.998 -3.49 2.998 -5.789c0 -4.286 -4.03 -7.764 -8.998 -7.764c-4.97 0 -9.002 3.478 -9.002 7.764c0 4.288 4.03 7.646 9 7.646c.424 0 1.12 -.028 2.088 -.084c1.262 .82 3.104 1.493 4.716 1.493c.499 0 .734 -.41 .414 -.828c-.486 -.596 -1.156 -1.551 -1.416 -2.29z" /><path d="M7.5 13.5c2.5 2.5 6.5 2.5 9 0" /></svg>; +} + +export default IconBrandHipchat;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-kickstarter.js b/icons-react/icons-js/brand-kickstarter.js new file mode 100644 index 00000000..49200695 --- /dev/null +++ b/icons-react/icons-js/brand-kickstarter.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandKickstarter({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-kickstarter" 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 9l2.975 -4.65c.615 -.9 1.405 -1.35 2.377 -1.35c.79 0 1.474 .286 2.054 .858c.576 .574 .866 1.256 .866 2.054c0 .588 -.153 1.109 -.46 1.559l-2.812 4.029l3.465 4.912c.356 .46 .535 .998 .535 1.613a2.92 2.92 0 0 1 -.843 2.098c-.561 .584 -1.242 .877 -2.04 .877c-.876 0 -1.545 -.29 -2.005 -.87l-4.112 -5.697v3.067c0 .876 -.313 1.69 -.611 2.175c-.543 .883 -1.35 1.325 -2.389 1.325c-.944 0 -1.753 -.327 -2.271 -.974c-.486 -.6 -.729 -1.392 -.729 -2.38v-11.371c0 -.934 .247 -1.706 .74 -2.313c.512 -.641 1.347 -.962 2.26 -.962c.868 0 1.821 .321 2.4 .962c.323 .356 .515 .714 .6 1.08c.052 .224 0 .643 0 1.26v2.698z" /></svg>; +} + +export default IconBrandKickstarter;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-kotlin.js b/icons-react/icons-js/brand-kotlin.js index 9530122e..1314e6e7 100644 --- a/icons-react/icons-js/brand-kotlin.js +++ b/icons-react/icons-js/brand-kotlin.js @@ -6,7 +6,7 @@ function IconBrandKotlin({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-brand-kotlin" 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 20h-16v-16h16" /><line x1={4} y1={20} x2={20} y2={4} /><path d="M4 12l8-8" /><line x1={12} y1={12} x2={20} y2={20} /></svg>; + return <svg className="icon icon-tabler icon-tabler-brand-kotlin" 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 20h-16v-16h16" /><line x1={4} y1={20} x2={20} y2={4} /><path d="M4 12l8 -8" /><line x1={12} y1={12} x2={20} y2={20} /></svg>; } export default IconBrandKotlin;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-netflix.js b/icons-react/icons-js/brand-netflix.js new file mode 100644 index 00000000..bda797a7 --- /dev/null +++ b/icons-react/icons-js/brand-netflix.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandNetflix({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-netflix" 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="M9 20v-16l7 16v-16" /></svg>; +} + +export default IconBrandNetflix;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-open-source.js b/icons-react/icons-js/brand-open-source.js new file mode 100644 index 00000000..00ebda3b --- /dev/null +++ b/icons-react/icons-js/brand-open-source.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandOpenSource({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-open-source" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 3a9 9 0 0 1 3.618 17.243l-2.193 -5.602a3 3 0 1 0 -2.849 0l-2.193 5.603a9 9 0 0 1 3.617 -17.244z" /></svg>; +} + +export default IconBrandOpenSource;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-pagekit.js b/icons-react/icons-js/brand-pagekit.js new file mode 100644 index 00000000..17748025 --- /dev/null +++ b/icons-react/icons-js/brand-pagekit.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandPagekit({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-pagekit" 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.077 20h-5.077v-16h11v14h-5.077" /></svg>; +} + +export default IconBrandPagekit;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-patreon.js b/icons-react/icons-js/brand-patreon.js new file mode 100644 index 00000000..794ee54c --- /dev/null +++ b/icons-react/icons-js/brand-patreon.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandPatreon({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-patreon" 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 3h3v18h-3z" /><circle cx={15} cy={9.5} r={6.5} /></svg>; +} + +export default IconBrandPatreon;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-paypal.js b/icons-react/icons-js/brand-paypal.js index 8d46b43c..95081497 100644 --- a/icons-react/icons-js/brand-paypal.js +++ b/icons-react/icons-js/brand-paypal.js @@ -6,7 +6,7 @@ function IconBrandPaypal({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-brand-paypal" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 13l2.5 -0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5 -5h-5.5c-.5 0 -1 .5 -1 1l-2 14c0 .5 .5 1 1 1h2.8l1.2 -5c.1 -.6 .4 -1 1 -1zm7.5 -5.8c1.7 1 2.5 2.8 2.5 4.8c0 2.5 -2.5 4.5 -5 4.5h-2.6l-.6 3.6a1 1 0 0 1 -1 .8l-2.7 -0a0.5 .5 0 0 1 -.5 -.6l.2 -1.4" /></svg>; + return <svg className="icon icon-tabler icon-tabler-brand-paypal" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 13l2.5 0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5 -5h-5.5c-.5 0 -1 .5 -1 1l-2 14c0 .5 .5 1 1 1h2.8l1.2 -5c.1 -.6 .4 -1 1 -1zm7.5 -5.8c1.7 1 2.5 2.8 2.5 4.8c0 2.5 -2.5 4.5 -5 4.5h-2.6l-.6 3.6a1 1 0 0 1 -1 .8l-2.7 0a0.5 .5 0 0 1 -.5 -.6l.2 -1.4" /></svg>; } export default IconBrandPaypal;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-producthunt.js b/icons-react/icons-js/brand-producthunt.js new file mode 100644 index 00000000..8b39dea7 --- /dev/null +++ b/icons-react/icons-js/brand-producthunt.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandProducthunt({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-producthunt" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 16v-8h2.5a2.5 2.5 0 1 1 0 5h-2.5" /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconBrandProducthunt;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-reddit.js b/icons-react/icons-js/brand-reddit.js index 38d3e1a7..86e473c3 100644 --- a/icons-react/icons-js/brand-reddit.js +++ b/icons-react/icons-js/brand-reddit.js @@ -6,7 +6,7 @@ function IconBrandReddit({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-brand-reddit" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z" /><path d="M12 8l1-5 6 1" /><circle cx={19} cy={4} r={1} /><circle cx={9} cy={13} r={0.5} fill="currentColor" /><circle cx={15} cy={13} r={0.5} fill="currentColor" /><path d="M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-brand-reddit" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z" /><path d="M12 8l1 -5l6 1" /><circle cx={19} cy={4} r={1} /><circle cx={9} cy={13} r={0.5} fill="currentColor" /><circle cx={15} cy={13} r={0.5} fill="currentColor" /><path d="M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5" /></svg>; } export default IconBrandReddit;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-sass.js b/icons-react/icons-js/brand-sass.js new file mode 100644 index 00000000..3d5be777 --- /dev/null +++ b/icons-react/icons-js/brand-sass.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandSass({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-sass" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={12} cy={12} r={9} /><path d="M12 10.523c2.46 -.826 4.002 -.826 4.002 -2.155c0 -1.366 -1.347 -1.366 -2.735 -1.366c-1.91 0 -3.352 .49 -4.537 1.748c-.848 .902 -1.027 2.449 -.153 3.307c.973 .956 3.206 1.789 2.884 3.493c-.233 1.235 -1.469 1.823 -2.617 1.202c-.782 -.424 -.454 -1.746 .626 -2.512s2.822 -.992 4.1 -.24c.98 .575 1.046 1.724 .434 2.193" /></svg>; +} + +export default IconBrandSass;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-sentry.js b/icons-react/icons-js/brand-sentry.js new file mode 100644 index 00000000..91b2d583 --- /dev/null +++ b/icons-react/icons-js/brand-sentry.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandSentry({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-sentry" 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 18a1.93 1.93 0 0 0 .306 1.076a2 2 0 0 0 1.584 .924c.646 .033 -.537 0 .11 0h3a4.992 4.992 0 0 0 -3.66 -4.81c.558 -.973 1.24 -2.149 2.04 -3.531a8.997 8.997 0 0 1 5.62 8.341h4c.663 0 2.337 .005 3 0a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-1.84 3.176c4.482 2.05 7.6 6.571 7.6 11.824" /></svg>; +} + +export default IconBrandSentry;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-shazam.js b/icons-react/icons-js/brand-shazam.js new file mode 100644 index 00000000..d5f55f5c --- /dev/null +++ b/icons-react/icons-js/brand-shazam.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandShazam({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-shazam" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 12l2 -2a2.828 2.828 0 0 1 4 0a2.828 2.828 0 0 1 0 4l-3 3" /><path d="M14 12l-2 2a2.828 2.828 0 1 1 -4 -4l3 -3" /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconBrandShazam;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-spotify.js b/icons-react/icons-js/brand-spotify.js index 3982b7f0..42db92c4 100644 --- a/icons-react/icons-js/brand-spotify.js +++ b/icons-react/icons-js/brand-spotify.js @@ -6,7 +6,7 @@ function IconBrandSpotify({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-brand-spotify" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={12} cy={12} r={9} /><path d="M8 11.973c2.5-1.473 5.5-.973 7.5.527" /><path d="M9 15c1.5-1 4-1 5 .5" /><path d="M7 9c2-1 6-2 10 .5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-brand-spotify" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={12} cy={12} r={9} /><path d="M8 11.973c2.5 -1.473 5.5 -.973 7.5 .527" /><path d="M9 15c1.5 -1 4 -1 5 .5" /><path d="M7 9c2 -1 6 -2 10 .5" /></svg>; } export default IconBrandSpotify;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-stripe.js b/icons-react/icons-js/brand-stripe.js new file mode 100644 index 00000000..dc117927 --- /dev/null +++ b/icons-react/icons-js/brand-stripe.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandStripe({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-stripe" 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.453 8.056c0 -.623 .518 -.979 1.442 -.979c1.69 0 3.41 .343 4.605 .923l.5 -4c-.948 -.449 -2.82 -1 -5.5 -1c-1.895 0 -3.373 .087 -4.5 1c-1.172 .956 -2 2.33 -2 4c0 3.03 1.958 4.906 5 6c1.961 .69 3 .743 3 1.5c0 .735 -.851 1.5 -2 1.5c-1.423 0 -3.963 -.609 -5.5 -1.5l-.5 4c1.321 .734 3.474 1.5 6 1.5c2.004 0 3.957 -.468 5.084 -1.36c1.263 -.979 1.916 -2.268 1.916 -4.14c0 -3.096 -1.915 -4.547 -5.003 -5.637c-1.646 -.605 -2.544 -1.07 -2.544 -1.807z" /></svg>; +} + +export default IconBrandStripe;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-tailwind.js b/icons-react/icons-js/brand-tailwind.js index a973f045..2ec30812 100644 --- a/icons-react/icons-js/brand-tailwind.js +++ b/icons-react/icons-js/brand-tailwind.js @@ -6,7 +6,7 @@ function IconBrandTailwind({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-brand-tailwind" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M11.667 6c-2.49 0 -4.044 1.222 -4.667 3.667c0.933 -1.223 2.023 -1.68 3.267 -1.375c0.71 .174 1.217 .68 1.778 1.24c0.916 .912 2 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968zm-4 6.5c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 1.975 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968z" /></svg>; + return <svg className="icon icon-tabler icon-tabler-brand-tailwind" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M11.667 6c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 2 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968zm-4 6.5c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 1.975 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968z" /></svg>; } export default IconBrandTailwind;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-unsplash.js b/icons-react/icons-js/brand-unsplash.js new file mode 100644 index 00000000..b6d85743 --- /dev/null +++ b/icons-react/icons-js/brand-unsplash.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandUnsplash({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-unsplash" 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 11h5v4h6v-4h5v9h-16zm5 -7h6v4h-6z" /></svg>; +} + +export default IconBrandUnsplash;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-whatsapp.js b/icons-react/icons-js/brand-whatsapp.js index 65b80567..ca23a48b 100644 --- a/icons-react/icons-js/brand-whatsapp.js +++ b/icons-react/icons-js/brand-whatsapp.js @@ -6,7 +6,7 @@ function IconBrandWhatsapp({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-brand-whatsapp" 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 21l1.65 -3.8a9 9 0 1 1 3.4 2.9l-5.05 .9" /><path d="M9 10a.5 .5 0 0 0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0 -1h-1a.5 .5 0 0 0 0 1" /></svg>; + return <svg className="icon icon-tabler icon-tabler-brand-whatsapp" 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 21l1.65 -3.8a9 9 0 1 1 3.4 2.9l-5.05 .9" /><path d="M9 10a0.5 .5 0 0 0 1 0v-1a0.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a0.5 .5 0 0 0 0 -1h-1a0.5 .5 0 0 0 0 1" /></svg>; } export default IconBrandWhatsapp;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-yahoo.js b/icons-react/icons-js/brand-yahoo.js index bc6d7566..4e87be64 100644 --- a/icons-react/icons-js/brand-yahoo.js +++ b/icons-react/icons-js/brand-yahoo.js @@ -6,7 +6,7 @@ function IconBrandYahoo({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-brand-yahoo" 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={6} x2={8} y2={6} /><line x1={7} y1={18} x2={14} y2={18} /><path d="M4.5 6l5.5 7v5" /><path d="M10 13l6-5" /><line x1={12.5} y1={8} x2={17.5} y2={8} /><line x1={20} y1={11} x2={20} y2={15} /><line x1={20} y1={18} x2={20} y2={18.01} /></svg>; + return <svg className="icon icon-tabler icon-tabler-brand-yahoo" 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={6} x2={8} y2={6} /><line x1={7} y1={18} x2={14} y2={18} /><path d="M4.5 6l5.5 7v5" /><path d="M10 13l6 -5" /><line x1={12.5} y1={8} x2={17.5} y2={8} /><line x1={20} y1={11} x2={20} y2={15} /><line x1={20} y1={18} x2={20} y2={18.01} /></svg>; } export default IconBrandYahoo;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-ycombinator.js b/icons-react/icons-js/brand-ycombinator.js new file mode 100644 index 00000000..8451fc40 --- /dev/null +++ b/icons-react/icons-js/brand-ycombinator.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandYcombinator({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-ycombinator" 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={16} height={16} rx={2} /><path d="M8 7.002l4 5.998l4 -6" /><line x1={12} y1={17} x2={12} y2={13} /></svg>; +} + +export default IconBrandYcombinator;
\ No newline at end of file diff --git a/icons-react/icons-js/bucket.js b/icons-react/icons-js/bucket.js index 74037d87..465f2d33 100644 --- a/icons-react/icons-js/bucket.js +++ b/icons-react/icons-js/bucket.js @@ -6,7 +6,7 @@ function IconBucket({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-bucket" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19 9l-2 9a2 2.5 0 0 1 -2 2h-6a2 2.5 0 0 1 -2 -2l-2 -9Z" /><path d="M7 9a5 5 0 0 1 10 0" /></svg>; + return <svg className="icon icon-tabler icon-tabler-bucket" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19 9l-2 9a2 2.5 0 0 1 -2 2h-6a2 2.5 0 0 1 -2 -2l-2 -9z" /><path d="M7 9a5 5 0 0 1 10 0" /></svg>; } export default IconBucket;
\ No newline at end of file diff --git a/icons-react/icons-js/building-carousel.js b/icons-react/icons-js/building-carousel.js index 5a5c719e..3f8624b3 100644 --- a/icons-react/icons-js/building-carousel.js +++ b/icons-react/icons-js/building-carousel.js @@ -6,7 +6,7 @@ function IconBuildingCarousel({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-building-carousel" 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={6} /><circle cx={5} cy={8} r={2} /><circle cx={12} cy={4} r={2} /><circle cx={19} cy={8} r={2} /><circle cx={5} cy={16} r={2} /><circle cx={19} cy={16} r={2} /><path d="M8 22l4-10 4 10" /></svg>; + return <svg className="icon icon-tabler icon-tabler-building-carousel" 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={6} /><circle cx={5} cy={8} r={2} /><circle cx={12} cy={4} r={2} /><circle cx={19} cy={8} r={2} /><circle cx={5} cy={16} r={2} /><circle cx={19} cy={16} r={2} /><path d="M8 22l4 -10l4 10" /></svg>; } export default IconBuildingCarousel;
\ No newline at end of file diff --git a/icons-react/icons-js/building-warehouse.js b/icons-react/icons-js/building-warehouse.js index ef3b2026..55db75be 100644 --- a/icons-react/icons-js/building-warehouse.js +++ b/icons-react/icons-js/building-warehouse.js @@ -6,7 +6,7 @@ function IconBuildingWarehouse({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-building-warehouse" 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 21v-13l9-4l9 4v13" /><path d="M13 13h4v8h-10v-6h6" /><path d="M13 21v-9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v3" /></svg>; + return <svg className="icon icon-tabler icon-tabler-building-warehouse" 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 21v-13l9 -4l9 4v13" /><path d="M13 13h4v8h-10v-6h6" /><path d="M13 21v-9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v3" /></svg>; } export default IconBuildingWarehouse;
\ No newline at end of file diff --git a/icons-react/icons-js/car.js b/icons-react/icons-js/car.js index d5f87000..7d568175 100644 --- a/icons-react/icons-js/car.js +++ b/icons-react/icons-js/car.js @@ -6,7 +6,7 @@ function IconCar({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-car" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={7} cy={17} r={2} /><circle cx={17} cy={17} r={2} /><path d="M5 17h-2v-6l2-5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-car" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={7} cy={17} r={2} /><circle cx={17} cy={17} r={2} /><path d="M5 17h-2v-6l2 -5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5" /></svg>; } export default IconCar;
\ No newline at end of file diff --git a/icons-react/icons-js/caret-down.js b/icons-react/icons-js/caret-down.js index 627d744a..c3a936eb 100644 --- a/icons-react/icons-js/caret-down.js +++ b/icons-react/icons-js/caret-down.js @@ -6,7 +6,7 @@ function IconCaretDown({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-caret-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 15l-6-6l-6 6h12" transform="rotate(180 12 12)" /></svg>; + return <svg className="icon icon-tabler icon-tabler-caret-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 15l-6 -6l-6 6h12" transform="rotate(180 12 12)" /></svg>; } export default IconCaretDown;
\ No newline at end of file diff --git a/icons-react/icons-js/caret-left.js b/icons-react/icons-js/caret-left.js index c57d2ce4..f19bfc42 100644 --- a/icons-react/icons-js/caret-left.js +++ b/icons-react/icons-js/caret-left.js @@ -6,7 +6,7 @@ function IconCaretLeft({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-caret-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 15l-6-6l-6 6h12" transform="rotate(270 12 12)" /></svg>; + return <svg className="icon icon-tabler icon-tabler-caret-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 15l-6 -6l-6 6h12" transform="rotate(270 12 12)" /></svg>; } export default IconCaretLeft;
\ No newline at end of file diff --git a/icons-react/icons-js/caret-right.js b/icons-react/icons-js/caret-right.js index fde67217..c95555fc 100644 --- a/icons-react/icons-js/caret-right.js +++ b/icons-react/icons-js/caret-right.js @@ -6,7 +6,7 @@ function IconCaretRight({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-caret-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="M18 15l-6-6l-6 6h12" transform="rotate(90 12 12)" /></svg>; + return <svg className="icon icon-tabler icon-tabler-caret-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="M18 15l-6 -6l-6 6h12" transform="rotate(90 12 12)" /></svg>; } export default IconCaretRight;
\ No newline at end of file diff --git a/icons-react/icons-js/caret-up.js b/icons-react/icons-js/caret-up.js index cb586e7e..cc066196 100644 --- a/icons-react/icons-js/caret-up.js +++ b/icons-react/icons-js/caret-up.js @@ -6,7 +6,7 @@ function IconCaretUp({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-caret-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 15l-6-6l-6 6h12" /></svg>; + return <svg className="icon icon-tabler icon-tabler-caret-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 15l-6 -6l-6 6h12" /></svg>; } export default IconCaretUp;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-donut.js b/icons-react/icons-js/chart-donut.js index 8839e947..784ec4bf 100644 --- a/icons-react/icons-js/chart-donut.js +++ b/icons-react/icons-js/chart-donut.js @@ -6,7 +6,7 @@ function IconChartDonut({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-chart-donut" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-3.8a4.1 4.1 0 1 1 -5 -5v-4a.9 .9 0 0 0 -1 -.8" /><path d="M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a9 9 0 0 0 -1 -1v-4.5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-chart-donut" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-3.8a4.1 4.1 0 1 1 -5 -5v-4a0.9 .9 0 0 0 -1 -.8" /><path d="M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a9 9 0 0 0 -1 -1v-4.5" /></svg>; } export default IconChartDonut;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-pie.js b/icons-react/icons-js/chart-pie.js index ec4329b6..c29c64b0 100644 --- a/icons-react/icons-js/chart-pie.js +++ b/icons-react/icons-js/chart-pie.js @@ -6,7 +6,7 @@ function IconChartPie({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-chart-pie" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-6.8a2 2 0 0 1 -2 -2v-7a.9 .9 0 0 0 -1 -.8" /><path d="M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a1 1 0 0 1 -1 -1v-4.5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-chart-pie" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-6.8a2 2 0 0 1 -2 -2v-7a0.9 .9 0 0 0 -1 -.8" /><path d="M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a1 1 0 0 1 -1 -1v-4.5" /></svg>; } export default IconChartPie;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-radar.js b/icons-react/icons-js/chart-radar.js index b0edb104..e8e8e45a 100644 --- a/icons-react/icons-js/chart-radar.js +++ b/icons-react/icons-js/chart-radar.js @@ -6,7 +6,7 @@ function IconChartRadar({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-chart-radar" 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 3l9.5 7l-3.5 11h-12l-3.5 -11z" /><path d="M12 7.5l5.5 4l-2.5 5.5h-6.5l-2 -5.5z" /><path d="M2.5 10l9.5 3 9.5-3" /><path d="M12 3v10l6 8" /><path d="M6 21l6-8" /></svg>; + return <svg className="icon icon-tabler icon-tabler-chart-radar" 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 3l9.5 7l-3.5 11h-12l-3.5 -11z" /><path d="M12 7.5l5.5 4l-2.5 5.5h-6.5l-2 -5.5z" /><path d="M2.5 10l9.5 3l9.5 -3" /><path d="M12 3v10l6 8" /><path d="M6 21l6 -8" /></svg>; } export default IconChartRadar;
\ No newline at end of file diff --git a/icons-react/icons-js/clipboard-check.js b/icons-react/icons-js/clipboard-check.js index c729d0b3..0d2e2d70 100644 --- a/icons-react/icons-js/clipboard-check.js +++ b/icons-react/icons-js/clipboard-check.js @@ -6,7 +6,7 @@ function IconClipboardCheck({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-clipboard-check" 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="M9 5H7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2V7a2 2 0 0 0 -2 -2h-2" /><rect x={9} y={3} width={6} height={4} rx={2} /><path d="M9 14l2 2l4 -4" /></svg>; + return <svg className="icon icon-tabler icon-tabler-clipboard-check" 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="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" /><rect x={9} y={3} width={6} height={4} rx={2} /><path d="M9 14l2 2l4 -4" /></svg>; } export default IconClipboardCheck;
\ No newline at end of file diff --git a/icons-react/icons-js/comet.js b/icons-react/icons-js/comet.js index 40d584fe..96ba559e 100644 --- a/icons-react/icons-js/comet.js +++ b/icons-react/icons-js/comet.js @@ -6,7 +6,7 @@ function IconComet({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-comet" 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.5 18.5l-3 1.5l.5-3.5-2-2 3-.5 1.5-3 1.5 3 3 .5-2 2 .5 3.5z" /><line x1={4} y1={4} x2={11} y2={11} /><line x1={9} y1={4} x2={12.5} y2={7.5} /><line x1={4} y1={9} x2={7.5} y2={12.5} /></svg>; + return <svg className="icon icon-tabler icon-tabler-comet" 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.5 18.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z" /><line x1={4} y1={4} x2={11} y2={11} /><line x1={9} y1={4} x2={12.5} y2={7.5} /><line x1={4} y1={9} x2={7.5} y2={12.5} /></svg>; } export default IconComet;
\ No newline at end of file diff --git a/icons-react/icons-js/credit-card-off.js b/icons-react/icons-js/credit-card-off.js index f9cc9a3b..8981d618 100644 --- a/icons-react/icons-js/credit-card-off.js +++ b/icons-react/icons-js/credit-card-off.js @@ -6,7 +6,7 @@ function IconCreditCardOff({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-credit-card-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.128.87 1" /><path d="M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87" /><line x1={3} y1={11} x2={11} y2={11} /><line x1={15} y1={11} x2={21} y2={11} /><line x1={7} y1={15} x2={7.01} y2={15} /><line x1={11} y1={15} x2={13} y2={15} /></svg>; + return <svg className="icon icon-tabler icon-tabler-credit-card-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="" /><path d="M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87" /><line x1={3} y1={11} x2={11} y2={11} /><line x1={15} y1={11} x2={21} y2={11} /><line x1={7} y1={15} x2={7.01} y2={15} /><line x1={11} y1={15} x2={13} y2={15} /></svg>; } export default IconCreditCardOff;
\ No newline at end of file diff --git a/icons-react/icons-js/curly-loop.js b/icons-react/icons-js/curly-loop.js index d237844c..044b2a4b 100644 --- a/icons-react/icons-js/curly-loop.js +++ b/icons-react/icons-js/curly-loop.js @@ -6,7 +6,7 @@ function IconCurlyLoop({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-curly-loop" 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 8c-4 0-7 2-7 5a3 3 0 0 0 6 0c0-3-2.5-5-8-5s-8 2-8 5a3 3 0 0 0 6 0c0-3-3-5-7-5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-curly-loop" 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 8c-4 0 -7 2 -7 5a3 3 0 0 0 6 0c0 -3 -2.5 -5 -8 -5s-8 2 -8 5a3 3 0 0 0 6 0c0 -3 -3 -5 -7 -5" /></svg>; } export default IconCurlyLoop;
\ No newline at end of file diff --git a/icons-react/icons-js/dashboard.js b/icons-react/icons-js/dashboard.js index 27fc17ff..fbd1df5c 100644 --- a/icons-react/icons-js/dashboard.js +++ b/icons-react/icons-js/dashboard.js @@ -6,7 +6,7 @@ function IconDashboard({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-dashboard" 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={13} r={2} /><line x1={13.45} y1={11.55} x2={15.5} y2={9.5} /><path d="M6.4 20a9 9 0 1 1 11.2 0Z" /></svg>; + return <svg className="icon icon-tabler icon-tabler-dashboard" 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={13} r={2} /><line x1={13.45} y1={11.55} x2={15.5} y2={9.5} /><path d="M6.4 20a9 9 0 1 1 11.2 0z" /></svg>; } export default IconDashboard;
\ No newline at end of file diff --git a/icons-react/icons-js/diamond.js b/icons-react/icons-js/diamond.js index fca7ea11..4d275814 100644 --- a/icons-react/icons-js/diamond.js +++ b/icons-react/icons-js/diamond.js @@ -6,7 +6,7 @@ function IconDiamond({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-diamond" 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 5h12l3 5l-8.5 9.5a.7 .7 0 0 1 -1 0l-8.5 -9.5l3 -5" /><path d="M10 12l-2 -2.2l.6 -1" /></svg>; + return <svg className="icon icon-tabler icon-tabler-diamond" 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 5h12l3 5l-8.5 9.5a0.7 .7 0 0 1 -1 0l-8.5 -9.5l3 -5" /><path d="M10 12l-2 -2.2l.6 -1" /></svg>; } export default IconDiamond;
\ No newline at end of file diff --git a/icons-react/icons-js/drone.js b/icons-react/icons-js/drone.js index 1f51538e..82a9d859 100644 --- a/icons-react/icons-js/drone.js +++ b/icons-react/icons-js/drone.js @@ -6,7 +6,7 @@ function IconDrone({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-drone" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 10h4v4h-4z" /><line x1={10} y1={10} x2={6.5} y2={6.5} /><path d="M9.96 6a3.5 3.5 0 1 0 -3.96 3.96" /><path d="M14 10l3.5-3.5" /><path d="M18 9.96a3.5 3.5 0 1 0 -3.96 -3.96" /><line x1={14} y1={14} x2={17.5} y2={17.5} /><path d="M14.04 18a3.5 3.5 0 1 0 3.96 -3.96" /><line x1={10} y1={14} x2={6.5} y2={17.5} /><path d="M6 14.04a3.5 3.5 0 1 0 3.96 3.96" /></svg>; + return <svg className="icon icon-tabler icon-tabler-drone" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 10h4v4h-4z" /><line x1={10} y1={10} x2={6.5} y2={6.5} /><path d="M9.96 6a3.5 3.5 0 1 0 -3.96 3.96" /><path d="M14 10l3.5 -3.5" /><path d="M18 9.96a3.5 3.5 0 1 0 -3.96 -3.96" /><line x1={14} y1={14} x2={17.5} y2={17.5} /><path d="M14.04 18a3.5 3.5 0 1 0 3.96 -3.96" /><line x1={10} y1={14} x2={6.5} y2={17.5} /><path d="M6 14.04a3.5 3.5 0 1 0 3.96 3.96" /></svg>; } export default IconDrone;
\ No newline at end of file diff --git a/icons-react/icons-js/fall.js b/icons-react/icons-js/fall.js index c892c5f8..1809721a 100644 --- a/icons-react/icons-js/fall.js +++ b/icons-react/icons-js/fall.js @@ -6,7 +6,7 @@ function IconFall({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-fall" 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 21l1-5-1-4-3-4h4l3-3" /><path d="M6 16l-1-4l3-4" /><circle cx={6} cy={5} r={1} /><path d="M13.5 12h2.5l4 2" /></svg>; + return <svg className="icon icon-tabler icon-tabler-fall" 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 21l1 -5l-1 -4l-3 -4h4l3 -3" /><path d="M6 16l-1 -4l3 -4" /><circle cx={6} cy={5} r={1} /><path d="M13.5 12h2.5l4 2" /></svg>; } export default IconFall;
\ No newline at end of file diff --git a/icons-react/icons-js/file-alert.js b/icons-react/icons-js/file-alert.js new file mode 100644 index 00000000..2834f0c7 --- /dev/null +++ b/icons-react/icons-js/file-alert.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileAlert({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-file-alert" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><line x1={12} y1={17} x2={12.01} y2={17} /><line x1={12} y1={11} x2={12} y2={14} /></svg>; +} + +export default IconFileAlert;
\ No newline at end of file diff --git a/icons-react/icons-js/file-analytics.js b/icons-react/icons-js/file-analytics.js new file mode 100644 index 00000000..99a3cb42 --- /dev/null +++ b/icons-react/icons-js/file-analytics.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileAnalytics({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-file-analytics" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><line x1={9} y1={17} x2={9} y2={12} /><line x1={12} y1={17} x2={12} y2={16} /><line x1={15} y1={17} x2={15} y2={14} /></svg>; +} + +export default IconFileAnalytics;
\ No newline at end of file diff --git a/icons-react/icons-js/file-code-2.js b/icons-react/icons-js/file-code-2.js new file mode 100644 index 00000000..a32824c3 --- /dev/null +++ b/icons-react/icons-js/file-code-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileCode2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-file-code-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="M10 12h-1v5h1" /><path d="M14 12h1v5h-1" /><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /></svg>; +} + +export default IconFileCode2;
\ No newline at end of file diff --git a/icons-react/icons-js/file-export.js b/icons-react/icons-js/file-export.js new file mode 100644 index 00000000..fd02ea98 --- /dev/null +++ b/icons-react/icons-js/file-export.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileExport({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-file-export" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M11.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v5m-5 6h7m-3 -3l3 3l-3 3" /></svg>; +} + +export default IconFileExport;
\ No newline at end of file diff --git a/icons-react/icons-js/file-import.js b/icons-react/icons-js/file-import.js new file mode 100644 index 00000000..dacafb18 --- /dev/null +++ b/icons-react/icons-js/file-import.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileImport({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-file-import" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M5 13v-8a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-5.5m-9.5 -2h7m-3 -3l3 3l-3 3" /></svg>; +} + +export default IconFileImport;
\ No newline at end of file diff --git a/icons-react/icons-js/file-phone.js b/icons-react/icons-js/file-phone.js index 949bdefb..12163318 100644 --- a/icons-react/icons-js/file-phone.js +++ b/icons-react/icons-js/file-phone.js @@ -6,7 +6,7 @@ function IconFilePhone({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-file-phone" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><path d="M9 12a.5 .5 0 0 0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0 -1h-1a.5 .5 0 0 0 0 1" /></svg>; + return <svg className="icon icon-tabler icon-tabler-file-phone" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><path d="M9 12a0.5 .5 0 0 0 1 0v-1a0.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a0.5 .5 0 0 0 0 -1h-1a0.5 .5 0 0 0 0 1" /></svg>; } export default IconFilePhone;
\ No newline at end of file diff --git a/icons-react/icons-js/file-symlink.js b/icons-react/icons-js/file-symlink.js index 6f076b0f..a6ef1eef 100644 --- a/icons-react/icons-js/file-symlink.js +++ b/icons-react/icons-js/file-symlink.js @@ -6,7 +6,7 @@ function IconFileSymlink({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-file-symlink" 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 21v-4a3 3 0 0 1 3 -3h5" /><path d="M9 17l3-3-3-3" /><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M5 11v-6a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-9.5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-file-symlink" 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 21v-4a3 3 0 0 1 3 -3h5" /><path d="M9 17l3 -3l-3 -3" /><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M5 11v-6a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-9.5" /></svg>; } export default IconFileSymlink;
\ No newline at end of file diff --git a/icons-react/icons-js/flask.js b/icons-react/icons-js/flask.js index 2416970c..159a2ccd 100644 --- a/icons-react/icons-js/flask.js +++ b/icons-react/icons-js/flask.js @@ -6,7 +6,7 @@ function IconFlask({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-flask" 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={3} x2={15} y2={3} /><line x1={10} y1={9} x2={14} y2={9} /><path d="M10 3v6l-4 11a.7 .7 0 0 0 .5 1h11a.7 .7 0 0 0 .5 -1l-4 -11v-6" /></svg>; + return <svg className="icon icon-tabler icon-tabler-flask" 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={3} x2={15} y2={3} /><line x1={10} y1={9} x2={14} y2={9} /><path d="M10 3v6l-4 11a0.7 .7 0 0 0 .5 1h11a0.7 .7 0 0 0 .5 -1l-4 -11v-6" /></svg>; } export default IconFlask;
\ No newline at end of file diff --git a/icons-react/icons-js/friends.js b/icons-react/icons-js/friends.js index 24745830..c4c6dcf5 100644 --- a/icons-react/icons-js/friends.js +++ b/icons-react/icons-js/friends.js @@ -6,7 +6,7 @@ function IconFriends({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-friends" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={7} cy={5} r={2} /><path d="M5 22v-5l-1-1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5" /><circle cx={17} cy={5} r={2} /><path d="M15 22v-4h-2l2 -6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1l2 6h-2v4" /></svg>; + return <svg className="icon icon-tabler icon-tabler-friends" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={7} cy={5} r={2} /><path d="M5 22v-5l-1 -1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5" /><circle cx={17} cy={5} r={2} /><path d="M15 22v-4h-2l2 -6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1l2 6h-2v4" /></svg>; } export default IconFriends;
\ No newline at end of file diff --git a/icons-react/icons-js/headphones-off.js b/icons-react/icons-js/headphones-off.js index 60f494c5..63fcbb2f 100644 --- a/icons-react/icons-js/headphones-off.js +++ b/icons-react/icons-js/headphones-off.js @@ -6,7 +6,7 @@ function IconHeadphonesOff({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-headphones-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} /><rect x={4} y={13} width={5} height={7} rx={2} /><path d="M17 13h1a2 2 0 0 1 2 2v1m-.589 3.417c-.361.36-.86.583-1.411.583h-1a2 2 0 0 1 -2 -2v-3" /><path d="M4 15v-3c0 -2.21 .896 -4.21 2.344 -5.658m2.369 -1.638a8 8 0 0 1 11.287 7.296v3" /></svg>; + return <svg className="icon icon-tabler icon-tabler-headphones-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} /><rect x={4} y={13} width={5} height={7} rx={2} /><path d="M17 13h1a2 2 0 0 1 2 2v1m-.589 3.417c-.361 .36 -.86 .583 -1.411 .583h-1a2 2 0 0 1 -2 -2v-3" /><path d="M4 15v-3c0 -2.21 .896 -4.21 2.344 -5.658m2.369 -1.638a8 8 0 0 1 11.287 7.296v3" /></svg>; } export default IconHeadphonesOff;
\ No newline at end of file diff --git a/icons-react/icons-js/karate.js b/icons-react/icons-js/karate.js index 825428fd..d43f1c10 100644 --- a/icons-react/icons-js/karate.js +++ b/icons-react/icons-js/karate.js @@ -6,7 +6,7 @@ function IconKarate({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-karate" 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={18} cy={4} r={1} /><path d="M3 9l4.5 1l3 2.5" /><path d="M13 21v-8l3-5.5" /><path d="M8 4.5l4 2l4 1l4 3.5l-2 3.5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-karate" 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={18} cy={4} r={1} /><path d="M3 9l4.5 1l3 2.5" /><path d="M13 21v-8l3 -5.5" /><path d="M8 4.5l4 2l4 1l4 3.5l-2 3.5" /></svg>; } export default IconKarate;
\ 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/man.js b/icons-react/icons-js/man.js index 3413a57c..93349723 100644 --- a/icons-react/icons-js/man.js +++ b/icons-react/icons-js/man.js @@ -6,7 +6,7 @@ function IconMan({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-man" 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={5} r={2} /><path d="M10 22v-5l-1-1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-man" 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={5} r={2} /><path d="M10 22v-5l-1 -1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5" /></svg>; } export default IconMan;
\ No newline at end of file diff --git a/icons-react/icons-js/medal.js b/icons-react/icons-js/medal.js index e2a87d03..4cc9fb3f 100644 --- a/icons-react/icons-js/medal.js +++ b/icons-react/icons-js/medal.js @@ -6,7 +6,7 @@ function IconMedal({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-medal" 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 4v3m-4 -3v6m8 -6v6" /><path d="M12 18.5l-3 1.5l.5-3.5-2-2 3-.5 1.5-3 1.5 3 3 .5-2 2 .5 3.5z" /></svg>; + return <svg className="icon icon-tabler icon-tabler-medal" 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 4v3m-4 -3v6m8 -6v6" /><path d="M12 18.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z" /></svg>; } export default IconMedal;
\ No newline at end of file diff --git a/icons-react/icons-js/mood-crazy-happy.js b/icons-react/icons-js/mood-crazy-happy.js index 628781d1..579747f5 100644 --- a/icons-react/icons-js/mood-crazy-happy.js +++ b/icons-react/icons-js/mood-crazy-happy.js @@ -6,7 +6,7 @@ function IconMoodCrazyHappy({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-mood-crazy-happy" 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={7} y1={8.5} x2={10} y2={11.5} /><path d="M7 11.5l3-3" /><line x1={14} y1={8.5} x2={17} y2={11.5} /><path d="M14 11.5l3-3" /><path d="M9.5 15a3.5 3.5 0 0 0 5 0" /></svg>; + return <svg className="icon icon-tabler icon-tabler-mood-crazy-happy" 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={7} y1={8.5} x2={10} y2={11.5} /><path d="M7 11.5l3 -3" /><line x1={14} y1={8.5} x2={17} y2={11.5} /><path d="M14 11.5l3 -3" /><path d="M9.5 15a3.5 3.5 0 0 0 5 0" /></svg>; } export default IconMoodCrazyHappy;
\ No newline at end of file diff --git a/icons-react/icons-js/mood-cry.js b/icons-react/icons-js/mood-cry.js index 8e17b77b..b53b46f1 100644 --- a/icons-react/icons-js/mood-cry.js +++ b/icons-react/icons-js/mood-cry.js @@ -6,7 +6,7 @@ function IconMoodCry({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-mood-cry" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={9} y1={10} x2={9.01} y2={10} /><line x1={15} y1={10} x2={15.01} y2={10} /><path d="M9.5 15.25a3.5 3.5 0 0 1 5 0" /><path d="M17.566 17.606a2 2 0 1 0 2.897 .03l-1.463 -1.636l-1.434 1.606z" /><path d="M20.865 13.517a8.937 8.937 0 0 0 .135 -1.517a9 9 0 1 0 -9 9c0.69 0 1.36 -.076 2 -.222" /></svg>; + return <svg className="icon icon-tabler icon-tabler-mood-cry" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={9} y1={10} x2={9.01} y2={10} /><line x1={15} y1={10} x2={15.01} y2={10} /><path d="M9.5 15.25a3.5 3.5 0 0 1 5 0" /><path d="M17.566 17.606a2 2 0 1 0 2.897 .03l-1.463 -1.636l-1.434 1.606z" /><path d="M20.865 13.517a8.937 8.937 0 0 0 .135 -1.517a9 9 0 1 0 -9 9c.69 0 1.36 -.076 2 -.222" /></svg>; } export default IconMoodCry;
\ No newline at end of file diff --git a/icons-react/icons-js/moon-stars.js b/icons-react/icons-js/moon-stars.js index 5c6d8b13..a70c07ef 100644 --- a/icons-react/icons-js/moon-stars.js +++ b/icons-react/icons-js/moon-stars.js @@ -6,7 +6,7 @@ function IconMoonStars({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-moon-stars" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 3c0.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /><path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" /><path d="M19 11h2m-1 -1v2" /></svg>; + return <svg className="icon icon-tabler icon-tabler-moon-stars" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /><path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" /><path d="M19 11h2m-1 -1v2" /></svg>; } export default IconMoonStars;
\ No newline at end of file diff --git a/icons-react/icons-js/moon.js b/icons-react/icons-js/moon.js index 244bfdcc..482ba5b6 100644 --- a/icons-react/icons-js/moon.js +++ b/icons-react/icons-js/moon.js @@ -6,7 +6,7 @@ function IconMoon({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-moon" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 3c0.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /></svg>; + return <svg className="icon icon-tabler icon-tabler-moon" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /></svg>; } export default IconMoon;
\ No newline at end of file diff --git a/icons-react/icons-js/octagon.js b/icons-react/icons-js/octagon.js index c74942ef..07d4ab2f 100644 --- a/icons-react/icons-js/octagon.js +++ b/icons-react/icons-js/octagon.js @@ -6,7 +6,7 @@ function IconOctagon({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-octagon" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8.7 3h6.6c0.3 0 .5 .1 .7 .3l4.7 4.7c0.2 .2 .3 .4 .3 .7v6.6c0 .3 -.1 .5 -.3 .7l-4.7 4.7c-0.2 .2 -.4 .3 -.7 .3h-6.6c-0.3 0 -.5 -.1 -.7 -.3l-4.7 -4.7c-0.2 -.2 -.3 -.4 -.3 -.7v-6.6c0 -.3 .1 -.5 .3 -.7l4.7 -4.7c0.2 -.2 .4 -.3 .7 -.3z" /></svg>; + return <svg className="icon icon-tabler icon-tabler-octagon" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8.7 3h6.6c.3 0 .5 .1 .7 .3l4.7 4.7c.2 .2 .3 .4 .3 .7v6.6c0 .3 -.1 .5 -.3 .7l-4.7 4.7c-.2 .2 -.4 .3 -.7 .3h-6.6c-.3 0 -.5 -.1 -.7 -.3l-4.7 -4.7c-.2 -.2 -.3 -.4 -.3 -.7v-6.6c0 -.3 .1 -.5 .3 -.7l4.7 -4.7c.2 -.2 .4 -.3 .7 -.3z" /></svg>; } export default IconOctagon;
\ No newline at end of file diff --git a/icons-react/icons-js/panorama-vertical.js b/icons-react/icons-js/panorama-vertical.js index 95fc7286..7eb60698 100644 --- a/icons-react/icons-js/panorama-vertical.js +++ b/icons-react/icons-js/panorama-vertical.js @@ -6,7 +6,7 @@ function IconPanoramaVertical({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-panorama-vertical" 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.463 4.338c-1.932 5.106 -1.932 10.211 -0 15.317a1 1 0 0 1 -.934 1.345h-11c-.692 0 -1.208 -.692 -.962 -1.34c1.932 -5.107 1.932 -10.214 0 -15.321c-.246 -.648 .243 -1.339 .935 -1.339h11.028c.693 0 1.18 .691 .935 1.338z" /></svg>; + return <svg className="icon icon-tabler icon-tabler-panorama-vertical" 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.463 4.338c-1.932 5.106 -1.932 10.211 0 15.317a1 1 0 0 1 -.934 1.345h-11c-.692 0 -1.208 -.692 -.962 -1.34c1.932 -5.107 1.932 -10.214 0 -15.321c-.246 -.648 .243 -1.339 .935 -1.339h11.028c.693 0 1.18 .691 .935 1.338z" /></svg>; } export default IconPanoramaVertical;
\ No newline at end of file diff --git a/icons-react/icons-js/pennant.js b/icons-react/icons-js/pennant.js index 5b45447e..78986849 100644 --- a/icons-react/icons-js/pennant.js +++ b/icons-react/icons-js/pennant.js @@ -6,7 +6,7 @@ function IconPennant({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-pennant" 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={8} y1={21} x2={12} y2={21} /><line x1={10} y1={21} x2={10} y2={3} /><path d="M10 4l9 4-9 4" /></svg>; + return <svg className="icon icon-tabler icon-tabler-pennant" 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={8} y1={21} x2={12} y2={21} /><line x1={10} y1={21} x2={10} y2={3} /><path d="M10 4l9 4l-9 4" /></svg>; } export default IconPennant;
\ 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/plane.js b/icons-react/icons-js/plane.js index e2daebcc..76c81609 100644 --- a/icons-react/icons-js/plane.js +++ b/icons-react/icons-js/plane.js @@ -6,7 +6,7 @@ function IconPlane({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-plane" 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="M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2-4l-2 -4h3l2 2h4l-2 -7h3z" /></svg>; + return <svg className="icon icon-tabler icon-tabler-plane" 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="M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2 -4l-2 -4h3l2 2h4l-2 -7h3z" /></svg>; } export default IconPlane;
\ No newline at end of file diff --git a/icons-react/icons-js/planet.js b/icons-react/icons-js/planet.js index d3794eef..539c09ca 100644 --- a/icons-react/icons-js/planet.js +++ b/icons-react/icons-js/planet.js @@ -6,7 +6,7 @@ function IconPlanet({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-planet" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M18.816 13.58c2.292 2.138 3.546 4 3.092 4.9-.745 1.46-5.783-.259-11.255-3.838-5.47-3.579-9.304-7.664-8.56-9.123.464-.91 2.926-.444 5.803.805" /><circle cx={12} cy={12} r={7} /></svg>; + return <svg className="icon icon-tabler icon-tabler-planet" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M18.816 13.58c2.292 2.138 3.546 4 3.092 4.9c-.745 1.46 -5.783 -.259 -11.255 -3.838c-5.47 -3.579 -9.304 -7.664 -8.56 -9.123c.464 -.91 2.926 -.444 5.803 .805" /><circle cx={12} cy={12} r={7} /></svg>; } export default IconPlanet;
\ No newline at end of file diff --git a/icons-react/icons-js/player-track-next.js b/icons-react/icons-js/player-track-next.js index c368e395..c3652685 100644 --- a/icons-react/icons-js/player-track-next.js +++ b/icons-react/icons-js/player-track-next.js @@ -6,7 +6,7 @@ function IconPlayerTrackNext({ stroke = 2, ...props }) { - return <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>; + return <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/pool.js b/icons-react/icons-js/pool.js index e7689b9a..1e5bd1d4 100644 --- a/icons-react/icons-js/pool.js +++ b/icons-react/icons-js/pool.js @@ -6,7 +6,7 @@ function IconPool({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-pool" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M2 20a2.4 2.4 0 0 0 2 1 2.4 2.4 0 002-1 2.4 2.4 0 012-1 2.4 2.4 0 012 1 2.4 2.4 0 002 1 2.4 2.4 0 002-1 2.4 2.4 0 012-1 2.4 2.4 0 012 1 2.4 2.4 0 002 1 2.4 2.4 0 002-1" /><path d="M2 16a2.4 2.4 0 0 0 2 1 2.4 2.4 0 002-1 2.4 2.4 0 012-1 2.4 2.4 0 012 1 2.4 2.4 0 002 1 2.4 2.4 0 002-1 2.4 2.4 0 012-1 2.4 2.4 0 012 1 2.4 2.4 0 002 1 2.4 2.4 0 002-1" /><path d="M15 12v-7.5a1.5 1.5 0 0 1 3 0" /><path d="M9 12v-7.5a1.5 1.5 0 0 0 -3 0" /><line x1={15} y1={5} x2={9} y2={5} /><line x1={9} y1={10} x2={15} y2={10} /></svg>; + return <svg className="icon icon-tabler icon-tabler-pool" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" /><path d="M2 16a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" /><path d="M15 12v-7.5a1.5 1.5 0 0 1 3 0" /><path d="M9 12v-7.5a1.5 1.5 0 0 0 -3 0" /><line x1={15} y1={5} x2={9} y2={5} /><line x1={9} y1={10} x2={15} y2={10} /></svg>; } export default IconPool;
\ 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/repeat-once.js b/icons-react/icons-js/repeat-once.js index 568a5e74..c91bf41c 100644 --- a/icons-react/icons-js/repeat-once.js +++ b/icons-react/icons-js/repeat-once.js @@ -6,7 +6,7 @@ function IconRepeatOnce({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-repeat-once" 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 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3" /><path d="M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3-3l3-3" /><path d="M11 11l1 -1v4" /></svg>; + return <svg className="icon icon-tabler icon-tabler-repeat-once" 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 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3" /><path d="M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3 -3l3 -3" /><path d="M11 11l1 -1v4" /></svg>; } export default IconRepeatOnce;
\ No newline at end of file diff --git a/icons-react/icons-js/repeat.js b/icons-react/icons-js/repeat.js index b629b533..6950adb0 100644 --- a/icons-react/icons-js/repeat.js +++ b/icons-react/icons-js/repeat.js @@ -6,7 +6,7 @@ function IconRepeat({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-repeat" 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 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3" /><path d="M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3-3l3-3" /></svg>; + return <svg className="icon icon-tabler icon-tabler-repeat" 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 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3" /><path d="M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3 -3l3 -3" /></svg>; } export default IconRepeat;
\ No newline at end of file diff --git a/icons-react/icons-js/ripple.js b/icons-react/icons-js/ripple.js index d7d28626..83612fef 100644 --- a/icons-react/icons-js/ripple.js +++ b/icons-react/icons-js/ripple.js @@ -6,7 +6,7 @@ function IconRipple({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-ripple" 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 7c3-2 6-2 9 0s6 2 9 0" /><path d="M3 17c3-2 6-2 9 0s6 2 9 0" /><path d="M3 12c3-2 6-2 9 0s6 2 9 0" /></svg>; + return <svg className="icon icon-tabler icon-tabler-ripple" 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 7c3 -2 6 -2 9 0s6 2 9 0" /><path d="M3 17c3 -2 6 -2 9 0s6 2 9 0" /><path d="M3 12c3 -2 6 -2 9 0s6 2 9 0" /></svg>; } export default IconRipple;
\ No newline at end of file diff --git a/icons-react/icons-js/road-sign.js b/icons-react/icons-js/road-sign.js index 988b4a05..7cb05183 100644 --- a/icons-react/icons-js/road-sign.js +++ b/icons-react/icons-js/road-sign.js @@ -6,7 +6,7 @@ function IconRoadSign({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-road-sign" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10.5 20.4l-6.9-6.9c-.781-.781-.781-2.219 0-3l6.9-6.9c.781-.781 2.219-.781 3 0l6.9 6.9c.781.781.781 2.219 0 3l-6.9 6.9c-.781.781-2.219.781-3 0z" /><path d="M9 14v-2c0-.59.414-1 1-1h5" /><path d="M13 9l2 2-2 2" /></svg>; + return <svg className="icon icon-tabler icon-tabler-road-sign" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10.5 20.4l-6.9 -6.9c-.781 -.781 -.781 -2.219 0 -3l6.9 -6.9c.781 -.781 2.219 -.781 3 0l6.9 6.9c.781 .781 .781 2.219 0 3l-6.9 6.9c-.781 .781 -2.219 .781 -3 0z" /><path d="M9 14v-2c0 -.59 .414 -1 1 -1h5" /><path d="M13 9l2 2l-2 2" /></svg>; } export default IconRoadSign;
\ No newline at end of file diff --git a/icons-react/icons-js/screen-share.js b/icons-react/icons-js/screen-share.js index b6763c16..91f3f9b3 100644 --- a/icons-react/icons-js/screen-share.js +++ b/icons-react/icons-js/screen-share.js @@ -6,7 +6,7 @@ function IconScreenShare({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-screen-share" 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 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" /><line x1={7} y1={20} x2={17} y2={20} /><line x1={9} y1={16} x2={9} y2={20} /><line x1={15} y1={16} x2={15} y2={20} /><path d="M17 4h4v4" /><path d="M16 9l5-5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-screen-share" 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 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" /><line x1={7} y1={20} x2={17} y2={20} /><line x1={9} y1={16} x2={9} y2={20} /><line x1={15} y1={16} x2={15} y2={20} /><path d="M17 4h4v4" /><path d="M16 9l5 -5" /></svg>; } export default IconScreenShare;
\ No newline at end of file diff --git a/icons-react/icons-js/smart-home.js b/icons-react/icons-js/smart-home.js index cf5457b9..def05351 100644 --- a/icons-react/icons-js/smart-home.js +++ b/icons-react/icons-js/smart-home.js @@ -6,7 +6,7 @@ function IconSmartHome({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-smart-home" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19 8.71l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-5.334 4.148a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-7.2c0 -.823 -.38 -1.6 -1.03 -2.105" /><path d="M16 15c-2.21 1.333-5.792 1.333-8 0" /></svg>; + return <svg className="icon icon-tabler icon-tabler-smart-home" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19 8.71l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-5.334 4.148a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-7.2c0 -.823 -.38 -1.6 -1.03 -2.105" /><path d="M16 15c-2.21 1.333 -5.792 1.333 -8 0" /></svg>; } export default IconSmartHome;
\ No newline at end of file diff --git a/icons-react/icons-js/square-rotated.js b/icons-react/icons-js/square-rotated.js index 5e8124b7..a8801450 100644 --- a/icons-react/icons-js/square-rotated.js +++ b/icons-react/icons-js/square-rotated.js @@ -6,7 +6,7 @@ function IconSquareRotated({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-square-rotated" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10.5 20.4l-6.9-6.9c-.781-.781-.781-2.219 0-3l6.9-6.9c.781-.781 2.219-.781 3 0l6.9 6.9c.781.781.781 2.219 0 3l-6.9 6.9c-.781.781-2.219.781-3 0z" /></svg>; + return <svg className="icon icon-tabler icon-tabler-square-rotated" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10.5 20.4l-6.9 -6.9c-.781 -.781 -.781 -2.219 0 -3l6.9 -6.9c.781 -.781 2.219 -.781 3 0l6.9 6.9c.781 .781 .781 2.219 0 3l-6.9 6.9c-.781 .781 -2.219 .781 -3 0z" /></svg>; } export default IconSquareRotated;
\ 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/sum.js b/icons-react/icons-js/sum.js index 444d1313..3f64bbc1 100644 --- a/icons-react/icons-js/sum.js +++ b/icons-react/icons-js/sum.js @@ -6,7 +6,7 @@ function IconSum({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-sum" 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 16v2a1 1 0 0 1 -1 1h-11l6-7l-6-7h11a1 1 0 0 1 1 1v2" /></svg>; + return <svg className="icon icon-tabler icon-tabler-sum" 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 16v2a1 1 0 0 1 -1 1h-11l6 -7l-6 -7h11a1 1 0 0 1 1 1v2" /></svg>; } export default IconSum;
\ 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/tool.js b/icons-react/icons-js/tool.js index df6c37f5..a5b696eb 100644 --- a/icons-react/icons-js/tool.js +++ b/icons-react/icons-js/tool.js @@ -6,7 +6,7 @@ function IconTool({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-tool" 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 10h3v-3l-3.5 -3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1 -3 3l-6-6a6 6 0 0 1 -8 -8l3.5 3.5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-tool" 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 10h3v-3l-3.5 -3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1 -3 3l-6 -6a6 6 0 0 1 -8 -8l3.5 3.5" /></svg>; } export default IconTool;
\ No newline at end of file diff --git a/icons-react/icons-js/tools-kitchen.js b/icons-react/icons-js/tools-kitchen.js index 8fe2ee51..bd1e3be8 100644 --- a/icons-react/icons-js/tools-kitchen.js +++ b/icons-react/icons-js/tools-kitchen.js @@ -6,7 +6,7 @@ function IconToolsKitchen({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-tools-kitchen" 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 3h8l-1 9h-6z" /><path d="M7 18h2v3h-2z" /><path d="M20 3v12h-5c-.023-3.681.184-7.406 5-12z" /><path d="M20 15v6h-1v-3" /><line x1={8} y1={12} x2={8} y2={18} /></svg>; + return <svg className="icon icon-tabler icon-tabler-tools-kitchen" 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 3h8l-1 9h-6z" /><path d="M7 18h2v3h-2z" /><path d="M20 3v12h-5c-.023 -3.681 .184 -7.406 5 -12z" /><path d="M20 15v6h-1v-3" /><line x1={8} y1={12} x2={8} y2={18} /></svg>; } export default IconToolsKitchen;
\ 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 diff --git a/icons-react/icons-js/umbrella.js b/icons-react/icons-js/umbrella.js index c92d0d4f..33df0085 100644 --- a/icons-react/icons-js/umbrella.js +++ b/icons-react/icons-js/umbrella.js @@ -6,7 +6,7 @@ function IconUmbrella({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-umbrella" 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 12a8 8 0 0 1 16 0Z" /><path d="M12 12v6a2 2 0 0 0 4 0" /></svg>; + return <svg className="icon icon-tabler icon-tabler-umbrella" 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 12a8 8 0 0 1 16 0z" /><path d="M12 12v6a2 2 0 0 0 4 0" /></svg>; } export default IconUmbrella;
\ No newline at end of file diff --git a/icons-react/icons-js/volume-2.js b/icons-react/icons-js/volume-2.js index 89ff362f..7a93c3a2 100644 --- a/icons-react/icons-js/volume-2.js +++ b/icons-react/icons-js/volume-2.js @@ -6,7 +6,7 @@ function IconVolume2({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-volume-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="M15 8a5 5 0 0 1 0 8" /><path d="M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-volume-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="M15 8a5 5 0 0 1 0 8" /><path d="M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a0.8 .8 0 0 1 1.5 .5v14a0.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" /></svg>; } export default IconVolume2;
\ No newline at end of file diff --git a/icons-react/icons-js/volume-3.js b/icons-react/icons-js/volume-3.js index cc2b8521..36040167 100644 --- a/icons-react/icons-js/volume-3.js +++ b/icons-react/icons-js/volume-3.js @@ -6,7 +6,7 @@ function IconVolume3({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-volume-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="M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" /><path d="M16 10l4 4m0 -4l-4 4" /></svg>; + return <svg className="icon icon-tabler icon-tabler-volume-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="M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a0.8 .8 0 0 1 1.5 .5v14a0.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" /><path d="M16 10l4 4m0 -4l-4 4" /></svg>; } export default IconVolume3;
\ No newline at end of file diff --git a/icons-react/icons-js/volume.js b/icons-react/icons-js/volume.js index a6651acc..5cab0101 100644 --- a/icons-react/icons-js/volume.js +++ b/icons-react/icons-js/volume.js @@ -6,7 +6,7 @@ function IconVolume({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-volume" 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 8a5 5 0 0 1 0 8" /><path d="M17.7 5a9 9 0 0 1 0 14" /><path d="M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-volume" 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 8a5 5 0 0 1 0 8" /><path d="M17.7 5a9 9 0 0 1 0 14" /><path d="M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a0.8 .8 0 0 1 1.5 .5v14a0.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" /></svg>; } export default IconVolume;
\ No newline at end of file diff --git a/icons-react/icons-js/wave-sine.js b/icons-react/icons-js/wave-sine.js index 860cc22e..3bc2c388 100644 --- a/icons-react/icons-js/wave-sine.js +++ b/icons-react/icons-js/wave-sine.js @@ -6,7 +6,7 @@ function IconWaveSine({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-wave-sine" 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 12h-2c-0.894 0 -1.662 -.857 -1.761 -2c-0.296 -3.45 -.749 -6 -2.749 -6s-2.5 3.582 -2.5 8s-.5 8 -2.5 8s-2.452 -2.547 -2.749 -6c-.1 -1.147 -.867 -2 -1.763 -2h-2" /></svg>; + return <svg className="icon icon-tabler icon-tabler-wave-sine" 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 12h-2c-.894 0 -1.662 -.857 -1.761 -2c-.296 -3.45 -.749 -6 -2.749 -6s-2.5 3.582 -2.5 8s-.5 8 -2.5 8s-2.452 -2.547 -2.749 -6c-.1 -1.147 -.867 -2 -1.763 -2h-2" /></svg>; } export default IconWaveSine;
\ No newline at end of file diff --git a/icons-react/icons-js/wifi-off.js b/icons-react/icons-js/wifi-off.js index 2424d827..bdcc1539 100644 --- a/icons-react/icons-js/wifi-off.js +++ b/icons-react/icons-js/wifi-off.js @@ -6,7 +6,7 @@ function IconWifiOff({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-wifi-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={18} x2={12.01} y2={18} /><path d="M9.172 15.172a4 4 0 0 1 5.656 0" /><path d="M6.343 12.343a7.963 7.963 0 0 1 3.864 -2.14m4.163.155a7.965 7.965 0 0 1 3.287 2" /><path d="M3.515 9.515A12 12 0 0 1 7.059 7.06m3.101-.92a12 12 0 0 1 10.325 3.374" /><line x1={3} y1={3} x2={21} y2={21} /></svg>; + return <svg className="icon icon-tabler icon-tabler-wifi-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={18} x2={12.01} y2={18} /><path d="M9.172 15.172a4 4 0 0 1 5.656 0" /><path d="M6.343 12.343a7.963 7.963 0 0 1 3.864 -2.14m4.163 .155a7.965 7.965 0 0 1 3.287 2" /><path d="M3.515 9.515a12 12 0 0 1 3.544 -2.455m3.101 -.92a12 12 0 0 1 10.325 3.374" /><line x1={3} y1={3} x2={21} y2={21} /></svg>; } export default IconWifiOff;
\ No newline at end of file diff --git a/icons-react/icons-js/wifi.js b/icons-react/icons-js/wifi.js index 33905e0c..53aba44d 100644 --- a/icons-react/icons-js/wifi.js +++ b/icons-react/icons-js/wifi.js @@ -6,7 +6,7 @@ function IconWifi({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-wifi" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={18} x2={12.01} y2={18} /><path d="M9.172 15.172a4 4 0 0 1 5.656 0" /><path d="M6.343 12.343a8 8 0 0 1 11.314 0" /><path d="M3.515 9.515c4.686-4.687 12.284-4.687 17 0" /></svg>; + return <svg className="icon icon-tabler icon-tabler-wifi" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={18} x2={12.01} y2={18} /><path d="M9.172 15.172a4 4 0 0 1 5.656 0" /><path d="M6.343 12.343a8 8 0 0 1 11.314 0" /><path d="M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0" /></svg>; } export default IconWifi;
\ No newline at end of file diff --git a/icons-react/icons-js/windmill.js b/icons-react/icons-js/windmill.js index 18e2e97e..b1c36ecc 100644 --- a/icons-react/icons-js/windmill.js +++ b/icons-react/icons-js/windmill.js @@ -6,7 +6,7 @@ function IconWindmill({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-windmill" 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 12c2.76 0 5-2.01 5-4.5S14.76 3 12 3v9z" /><path d="M12 12c0 2.76 2.01 5 4.5 5s4.5-2.24 4.5-5h-9z" /><path d="M12 12c-2.76 0-5 2.01-5 4.5S9.24 21 12 21v-9z" /><path d="M12 12c0-2.76-2.01-5-4.5-5S3 9.24 3 12h9z" /></svg>; + return <svg className="icon icon-tabler icon-tabler-windmill" 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 12c2.76 0 5 -2.01 5 -4.5s-2.24 -4.5 -5 -4.5v9z" /><path d="M12 12c0 2.76 2.01 5 4.5 5s4.5 -2.24 4.5 -5h-9z" /><path d="M12 12c-2.76 0 -5 2.01 -5 4.5s2.24 4.5 5 4.5v-9z" /><path d="M12 12c0 -2.76 -2.01 -5 -4.5 -5s-4.5 2.24 -4.5 5h9z" /></svg>; } export default IconWindmill;
\ No newline at end of file diff --git a/icons-react/icons-js/zodiac-aquarius.js b/icons-react/icons-js/zodiac-aquarius.js index 9ace4e33..0b3fc3a8 100644 --- a/icons-react/icons-js/zodiac-aquarius.js +++ b/icons-react/icons-js/zodiac-aquarius.js @@ -6,7 +6,7 @@ function IconZodiacAquarius({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-zodiac-aquarius" 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 10l3-3 3 3 3-3 3 3 3-3 3 3" /><path d="M3 17l3-3 3 3 3-3 3 3 3-3 3 3" /></svg>; + return <svg className="icon icon-tabler icon-tabler-zodiac-aquarius" 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 10l3 -3l3 3l3 -3l3 3l3 -3l3 3" /><path d="M3 17l3 -3l3 3l3 -3l3 3l3 -3l3 3" /></svg>; } export default IconZodiacAquarius;
\ No newline at end of file diff --git a/icons-react/icons-js/zodiac-leo.js b/icons-react/icons-js/zodiac-leo.js index b197606f..6850fd5d 100644 --- a/icons-react/icons-js/zodiac-leo.js +++ b/icons-react/icons-js/zodiac-leo.js @@ -6,7 +6,7 @@ function IconZodiacLeo({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-zodiac-leo" 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 17a4 4 0 1 0 8 0" /><circle cx={6} cy={16} r={3} /><circle cx={11} cy={7} r={4} /><path d="M7 7c0 3 2 5 2 9" /><path d="M15 7c0 4-2 6-2 10" /></svg>; + return <svg className="icon icon-tabler icon-tabler-zodiac-leo" 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 17a4 4 0 1 0 8 0" /><circle cx={6} cy={16} r={3} /><circle cx={11} cy={7} r={4} /><path d="M7 7c0 3 2 5 2 9" /><path d="M15 7c0 4 -2 6 -2 10" /></svg>; } export default IconZodiacLeo;
\ No newline at end of file diff --git a/icons-react/icons-js/zoom-question.js b/icons-react/icons-js/zoom-question.js new file mode 100644 index 00000000..9463c241 --- /dev/null +++ b/icons-react/icons-js/zoom-question.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconZoomQuestion({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-zoom-question" 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={10} cy={10} r={7} /><path d="M21 21l-6 -6" /><line x1={10} y1={13} x2={10} y2={13.01} /><path d="M10 10a1.5 1.5 0 1 0 -1.14 -2.474" /></svg>; +} + +export default IconZoomQuestion;
\ No newline at end of file |