diff options
author | codecalm <codecalm@gmail.com> | 2021-01-21 00:10:04 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-01-21 00:10:04 +0100 |
commit | 1742a27210609ee1941b15ccaf883048c4a05175 (patch) | |
tree | 7157611ddd0f8dfad68bfb9b88478b40d6205d26 /icons-react/icons-js | |
parent | fix outline script (diff) | |
download | tabler-icons-1742a27210609ee1941b15ccaf883048c4a05175.tar.xz |
Release 1.39.0v1.39.0
Diffstat (limited to 'icons-react/icons-js')
306 files changed, 3265 insertions, 37 deletions
diff --git a/icons-react/icons-js/aerial-lift.js b/icons-react/icons-js/aerial-lift.js new file mode 100644 index 00000000..76f15e3d --- /dev/null +++ b/icons-react/icons-js/aerial-lift.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAerialLift({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-aerial-lift" width={size} height={size} viewBox="0 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 5l16 -2m-8 1v10m-5.106 -6h10.306c2.45 3 2.45 9 -.2 12h-10.106c-2.544 -3 -2.544 -9 0 -12zm-1.894 6h14" /></svg>; +} + +export default IconAerialLift;
\ No newline at end of file diff --git a/icons-react/icons-js/affiliate.js b/icons-react/icons-js/affiliate.js new file mode 100644 index 00000000..725b4400 --- /dev/null +++ b/icons-react/icons-js/affiliate.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAffiliate({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-affiliate" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5.5 5.5l1.706 5.685m5.607 5.609l5.687 1.706" /><path d="M11.683 12.317l6.817 -6.817" /><circle cx={5.5} cy={5.5} r={1.5} /><circle cx={18.5} cy={5.5} r={1.5} /><circle cx={18.5} cy={18.5} r={1.5} /><circle cx={8.5} cy={15.5} r={4.5} /></svg>; +} + +export default IconAffiliate;
\ 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 index ab3bd531..cad9078e 100644 --- a/icons-react/icons-js/arrow-bottom-bar.js +++ b/icons-react/icons-js/arrow-bottom-bar.js @@ -6,7 +6,7 @@ function IconArrowBottomBar({ 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>; + 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" /><path d="M12 3v18" /><path d="M9 18l3 3l3 -3" /><path d="M9 3h6" /></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 index 2be27141..3609922f 100644 --- a/icons-react/icons-js/arrow-bottom-circle.js +++ b/icons-react/icons-js/arrow-bottom-circle.js @@ -6,7 +6,7 @@ function IconArrowBottomCircle({ 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>; + 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" /><path d="M12 7v14" /><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 index a3d1dacf..33b04ba1 100644 --- a/icons-react/icons-js/arrow-bottom-square.js +++ b/icons-react/icons-js/arrow-bottom-square.js @@ -6,7 +6,7 @@ function IconArrowBottomSquare({ 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>; + 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" /><path d="M12 7v14" /><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 index 0fa5d92e..d50a609a 100644 --- a/icons-react/icons-js/arrow-bottom-tail.js +++ b/icons-react/icons-js/arrow-bottom-tail.js @@ -6,7 +6,7 @@ function IconArrowBottomTail({ 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>; + 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" /><path d="M12 6v15" /><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 index 1fde1b12..5f2fc38c 100644 --- a/icons-react/icons-js/arrow-left-bar.js +++ b/icons-react/icons-js/arrow-left-bar.js @@ -6,7 +6,7 @@ function IconArrowLeftBar({ 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>; + 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" /><path d="M21 12h-18" /><path d="M6 9l-3 3l3 3" /><path d="M21 9v6" /></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 12c0e0bf..81f19c0b 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" /><line x1={17} y1={12} x2={3} y2={12} /><path d="M6 9l-3 3l3 3" /><circle cx={19} cy={12} r={2} /></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" /><path d="M17 12h-14" /><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 index cdf1ac00..a8c81e29 100644 --- a/icons-react/icons-js/arrow-left-square.js +++ b/icons-react/icons-js/arrow-left-square.js @@ -6,7 +6,7 @@ function IconArrowLeftSquare({ 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>; + 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" /><path d="M17 12h-14" /><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 index 0823b8e4..42dedfb7 100644 --- a/icons-react/icons-js/arrow-left-tail.js +++ b/icons-react/icons-js/arrow-left-tail.js @@ -6,7 +6,7 @@ function IconArrowLeftTail({ 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>; + 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" /><path d="M18 12h-15" /><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-right-bar.js b/icons-react/icons-js/arrow-right-bar.js index 36995f27..b79023e2 100644 --- a/icons-react/icons-js/arrow-right-bar.js +++ b/icons-react/icons-js/arrow-right-bar.js @@ -6,7 +6,7 @@ function IconArrowRightBar({ 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>; + 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" /><path d="M3 12h18" /><path d="M3 9v6" /></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 dc8523b0..84eedec8 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" /><path d="M18 15l3 -3l-3 -3" /><circle cx={5} cy={12} r={2} /><line x1={7} y1={12} x2={21} y2={12} /></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} /><path d="M7 12h14" /></svg>; } export default IconArrowRightCircle;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-left-down.js b/icons-react/icons-js/arrows-left-down.js new file mode 100644 index 00000000..4d02a751 --- /dev/null +++ b/icons-react/icons-js/arrows-left-down.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsLeftDown({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-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 3l-4 4l4 4" /><path d="M3 7h11a3 3 0 0 1 3 3v11" /><path d="M13 17l4 4l4 -4" /></svg>; +} + +export default IconArrowsLeftDown;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-right-down.js b/icons-react/icons-js/arrows-right-down.js new file mode 100644 index 00000000..99d3424a --- /dev/null +++ b/icons-react/icons-js/arrows-right-down.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsRightDown({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-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="M3 17l4 4l4 -4" /><path d="M7 21v-11a3 3 0 0 1 3 -3h11" /><path d="M17 11l4 -4l-4 -4" /></svg>; +} + +export default IconArrowsRightDown;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-up-left.js b/icons-react/icons-js/arrows-up-left.js new file mode 100644 index 00000000..c02c80b6 --- /dev/null +++ b/icons-react/icons-js/arrows-up-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsUpLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-up-left" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M21 7l-4 -4l-4 4" /><path d="M17 3v11a3 3 0 0 1 -3 3h-11" /><path d="M7 13l-4 4l4 4" /></svg>; +} + +export default IconArrowsUpLeft;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-up-right.js b/icons-react/icons-js/arrows-up-right.js new file mode 100644 index 00000000..2bb37eef --- /dev/null +++ b/icons-react/icons-js/arrows-up-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsUpRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-up-right" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M17 21l4 -4l-4 -4" /><path d="M21 17h-11a3 3 0 0 1 -3 -3v-11" /><path d="M11 7l-4 -4l-4 4" /></svg>; +} + +export default IconArrowsUpRight;
\ No newline at end of file diff --git a/icons-react/icons-js/ball-american-football.js b/icons-react/icons-js/ball-american-football.js new file mode 100644 index 00000000..45e7cdb5 --- /dev/null +++ b/icons-react/icons-js/ball-american-football.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBallAmericanFootball({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-ball-american-football" width={size} height={size} 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={15} y1={9} x2={9} y2={15} /><line x1={10} y1={12} x2={12} y2={14} /><line x1={12} y1={10} x2={14} y2={12} /><path d="M8 21a5 5 0 0 0 -5 -5" /><path d="M16 3c-7.18 0 -13 5.82 -13 13a5 5 0 0 0 5 5c7.18 0 13 -5.82 13 -13a5 5 0 0 0 -5 -5" /><path d="M16 3a5 5 0 0 0 5 5" /></svg>; +} + +export default IconBallAmericanFootball;
\ No newline at end of file diff --git a/icons-react/icons-js/ball-football-off.js b/icons-react/icons-js/ball-football-off.js new file mode 100644 index 00000000..e3afb9ea --- /dev/null +++ b/icons-react/icons-js/ball-football-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBallFootballOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-ball-football-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M20.041 16.046a9 9 0 0 0 -12.084 -12.09m-2.323 1.683a9 9 0 0 0 12.726 12.73" /><path d="M12 7l4.755 3.455l-.566 1.743l-.98 3.014l-.209 .788h-6l-1.755 -5.545l1.86 -1.351l2.313 -1.681z" /><path d="M12 7v-4" /><line x1={15} y1={16} x2={17.5} y2={19} /><path d="M16.755 10.455l3.745 -1.455" /><path d="M9.061 16.045l-2.561 2.955" /><path d="M7.245 10.455l-3.745 -1.455" /><line x1={3} y1={3} x2={21} y2={21} /></svg>; +} + +export default IconBallFootballOff;
\ No newline at end of file diff --git a/icons-react/icons-js/ball-football.js b/icons-react/icons-js/ball-football.js new file mode 100644 index 00000000..805e807e --- /dev/null +++ b/icons-react/icons-js/ball-football.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBallFootball({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-ball-football" width={size} height={size} 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 7l4.76 3.45l-1.76 5.55h-6l-1.76 -5.55z" /><path d="M12 7v-4m3 13l2.5 3m-.74 -8.55l3.74 -1.45m-11.44 7.05l-2.56 2.95m.74 -8.55l-3.74 -1.45" /></svg>; +} + +export default IconBallFootball;
\ No newline at end of file diff --git a/icons-react/icons-js/battery-automotive.js b/icons-react/icons-js/battery-automotive.js new file mode 100644 index 00000000..70753d5d --- /dev/null +++ b/icons-react/icons-js/battery-automotive.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBatteryAutomotive({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-battery-automotive" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={3} y={6} width={18} height={14} rx={2} /><path d="M6 6v-2" /><line x1={19} y1={4} x2={19} y2={6} /><line x1={6.5} y1={13} x2={9.5} y2={13} /><line x1={14.5} y1={13} x2={17.5} y2={13} /><line x1={16} y1={11.5} x2={16} y2={14.5} /></svg>; +} + +export default IconBatteryAutomotive;
\ No newline at end of file diff --git a/icons-react/icons-js/binary.js b/icons-react/icons-js/binary.js new file mode 100644 index 00000000..07a48ed0 --- /dev/null +++ b/icons-react/icons-js/binary.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBinary({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-binary" width={size} height={size} viewBox="0 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 10v-5h-1m8 14v-5h-1" /><rect x={15} y={5} width={3} height={5} rx={0.5} /><rect x={10} y={14} width={3} height={5} rx={0.5} /><path d="M6 10h.01m-.01 9h.01" /></svg>; +} + +export default IconBinary;
\ No newline at end of file diff --git a/icons-react/icons-js/blockquote.js b/icons-react/icons-js/blockquote.js new file mode 100644 index 00000000..e02dca57 --- /dev/null +++ b/icons-react/icons-js/blockquote.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBlockquote({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-blockquote" width={size} height={size} viewBox="0 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 15h15" /><path d="M21 19h-15" /><path d="M15 11h6" /><path d="M21 7h-6" /><path d="M9 9h1a1 1 0 1 1 -1 1v-2.5a2 2 0 0 1 2 -2" /><path d="M3 9h1a1 1 0 1 1 -1 1v-2.5a2 2 0 0 1 2 -2" /></svg>; +} + +export default IconBlockquote;
\ No newline at end of file diff --git a/icons-react/icons-js/border-style.js b/icons-react/icons-js/border-style.js new file mode 100644 index 00000000..6215d344 --- /dev/null +++ b/icons-react/icons-js/border-style.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBorderStyle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-border-style" width={size} height={size} viewBox="0 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 20v-14a2 2 0 0 1 2 -2h14" /><path d="M20 8v.01" /><path d="M20 12v.01" /><path d="M20 16v.01" /><path d="M8 20v.01" /><path d="M12 20v.01" /><path d="M16 20v.01" /><path d="M20 20v.01" /></svg>; +} + +export default IconBorderStyle;
\ No newline at end of file diff --git a/icons-react/icons-js/box-margin.js b/icons-react/icons-js/box-margin.js new file mode 100644 index 00000000..109ae136 --- /dev/null +++ b/icons-react/icons-js/box-margin.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxMargin({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-box-margin" width={size} height={size} viewBox="0 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 8h8v8h-8z" /><path d="M4 4v.01" /><path d="M8 4v.01" /><path d="M12 4v.01" /><path d="M16 4v.01" /><path d="M20 4v.01" /><path d="M4 20v.01" /><path d="M8 20v.01" /><path d="M12 20v.01" /><path d="M16 20v.01" /><path d="M20 20v.01" /><path d="M20 16v.01" /><path d="M20 12v.01" /><path d="M20 8v.01" /><path d="M4 16v.01" /><path d="M4 12v.01" /><path d="M4 8v.01" /></svg>; +} + +export default IconBoxMargin;
\ No newline at end of file diff --git a/icons-react/icons-js/box-model.js b/icons-react/icons-js/box-model.js new file mode 100644 index 00000000..ce0e355d --- /dev/null +++ b/icons-react/icons-js/box-model.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxModel({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-box-model" width={size} height={size} viewBox="0 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 8h8v8h-8z" /><rect x={4} y={4} width={16} height={16} rx={2} /><path d="M16 16l3.3 3.3" /><path d="M16 8l3.3 -3.3" /><path d="M8 8l-3.3 -3.3" /><path d="M8 16l-3.3 3.3" /></svg>; +} + +export default IconBoxModel;
\ No newline at end of file diff --git a/icons-react/icons-js/box-multiple-0.js b/icons-react/icons-js/box-multiple-0.js new file mode 100644 index 00000000..223ebdbb --- /dev/null +++ b/icons-react/icons-js/box-multiple-0.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxMultiple0({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-box-multiple-0" width={size} height={size} viewBox="0 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 6a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" /><rect x={7} y={3} width={14} height={14} rx={2} /><path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" /></svg>; +} + +export default IconBoxMultiple0;
\ No newline at end of file diff --git a/icons-react/icons-js/box-multiple-1.js b/icons-react/icons-js/box-multiple-1.js new file mode 100644 index 00000000..71068926 --- /dev/null +++ b/icons-react/icons-js/box-multiple-1.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxMultiple1({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-box-multiple-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" /><rect x={7} y={3} width={14} height={14} rx={2} /><path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" /><path d="M14 14v-8l-2 2" /></svg>; +} + +export default IconBoxMultiple1;
\ No newline at end of file diff --git a/icons-react/icons-js/box-multiple-2.js b/icons-react/icons-js/box-multiple-2.js new file mode 100644 index 00000000..34cfb89e --- /dev/null +++ b/icons-react/icons-js/box-multiple-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxMultiple2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-box-multiple-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" /><rect x={7} y={3} width={14} height={14} rx={2} /><path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" /><path d="M12 8a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001" /></svg>; +} + +export default IconBoxMultiple2;
\ No newline at end of file diff --git a/icons-react/icons-js/box-multiple-3.js b/icons-react/icons-js/box-multiple-3.js new file mode 100644 index 00000000..cacc7369 --- /dev/null +++ b/icons-react/icons-js/box-multiple-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxMultiple3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-box-multiple-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" /><rect x={7} y={3} width={14} height={14} rx={2} /><path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" /><path d="M14 10a2 2 0 1 0 -2 -2" /><path d="M12 12a2 2 0 1 0 2 -2" /></svg>; +} + +export default IconBoxMultiple3;
\ No newline at end of file diff --git a/icons-react/icons-js/box-multiple-4.js b/icons-react/icons-js/box-multiple-4.js new file mode 100644 index 00000000..071f5c71 --- /dev/null +++ b/icons-react/icons-js/box-multiple-4.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxMultiple4({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-box-multiple-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" /><rect x={7} y={3} width={14} height={14} rx={2} /><path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" /><path d="M15 14v-8l-4 6h5" /></svg>; +} + +export default IconBoxMultiple4;
\ No newline at end of file diff --git a/icons-react/icons-js/box-multiple-5.js b/icons-react/icons-js/box-multiple-5.js new file mode 100644 index 00000000..7c813f59 --- /dev/null +++ b/icons-react/icons-js/box-multiple-5.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxMultiple5({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-box-multiple-5" width={size} height={size} 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={7} y={3} width={14} height={14} rx={2} /><path d="M12 14h2a2 2 0 1 0 0 -4h-2v-4h4" /><path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" /></svg>; +} + +export default IconBoxMultiple5;
\ No newline at end of file diff --git a/icons-react/icons-js/box-multiple-6.js b/icons-react/icons-js/box-multiple-6.js new file mode 100644 index 00000000..10c4a280 --- /dev/null +++ b/icons-react/icons-js/box-multiple-6.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxMultiple6({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-box-multiple-6" width={size} height={size} 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={7} y={3} width={14} height={14} rx={2} /><circle cx={14} cy={12} r={2} /><path d="M16 8a2 2 0 1 0 -4 0v4" /><path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" /></svg>; +} + +export default IconBoxMultiple6;
\ No newline at end of file diff --git a/icons-react/icons-js/box-multiple-7.js b/icons-react/icons-js/box-multiple-7.js new file mode 100644 index 00000000..17b863a6 --- /dev/null +++ b/icons-react/icons-js/box-multiple-7.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxMultiple7({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-box-multiple-7" width={size} height={size} 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={7} y={3} width={14} height={14} rx={2} /><path d="M12 6h4l-2 8" /><path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" /></svg>; +} + +export default IconBoxMultiple7;
\ No newline at end of file diff --git a/icons-react/icons-js/box-multiple-8.js b/icons-react/icons-js/box-multiple-8.js new file mode 100644 index 00000000..6a5a4bc8 --- /dev/null +++ b/icons-react/icons-js/box-multiple-8.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxMultiple8({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-box-multiple-8" width={size} height={size} 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={7} y={3} width={14} height={14} rx={2} /><circle cx={14} cy={8} r={2} /><circle cx={14} cy={12} r={2} /><path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" /></svg>; +} + +export default IconBoxMultiple8;
\ No newline at end of file diff --git a/icons-react/icons-js/box-multiple-9.js b/icons-react/icons-js/box-multiple-9.js new file mode 100644 index 00000000..7ea441a7 --- /dev/null +++ b/icons-react/icons-js/box-multiple-9.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxMultiple9({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-box-multiple-9" width={size} height={size} 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={7} y={3} width={14} height={14} rx={2} /><circle cx={14} cy={8} r={2} /><path d="M12 12a2 2 0 1 0 4 0v-4" /><path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" /></svg>; +} + +export default IconBoxMultiple9;
\ No newline at end of file diff --git a/icons-react/icons-js/box-multiple.js b/icons-react/icons-js/box-multiple.js new file mode 100644 index 00000000..84a379c3 --- /dev/null +++ b/icons-react/icons-js/box-multiple.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxMultiple({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-box-multiple" width={size} height={size} 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={7} y={3} width={14} height={14} rx={2} /><path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" /></svg>; +} + +export default IconBoxMultiple;
\ No newline at end of file diff --git a/icons-react/icons-js/box-padding.js b/icons-react/icons-js/box-padding.js new file mode 100644 index 00000000..6ace481b --- /dev/null +++ b/icons-react/icons-js/box-padding.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxPadding({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-box-padding" width={size} height={size} 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 16v.01" /><path d="M8 12v.01" /><path d="M8 8v.01" /><path d="M16 16v.01" /><path d="M16 12v.01" /><path d="M16 8v.01" /><path d="M12 8v.01" /><path d="M12 16v.01" /></svg>; +} + +export default IconBoxPadding;
\ No newline at end of file diff --git a/icons-react/icons-js/brightness-2.js b/icons-react/icons-js/brightness-2.js new file mode 100644 index 00000000..f0843b6a --- /dev/null +++ b/icons-react/icons-js/brightness-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrightness2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brightness-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" /><circle cx={12} cy={12} r={3} /><path d="M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5z" /></svg>; +} + +export default IconBrightness2;
\ No newline at end of file diff --git a/icons-react/icons-js/brightness-half.js b/icons-react/icons-js/brightness-half.js new file mode 100644 index 00000000..da9bf878 --- /dev/null +++ b/icons-react/icons-js/brightness-half.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrightnessHalf({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brightness-half" width={size} height={size} viewBox="0 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 9a3 3 0 0 0 0 6v-6z" /><path d="M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5z" /></svg>; +} + +export default IconBrightnessHalf;
\ No newline at end of file diff --git a/icons-react/icons-js/building-cottage.js b/icons-react/icons-js/building-cottage.js new file mode 100644 index 00000000..61104797 --- /dev/null +++ b/icons-react/icons-js/building-cottage.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBuildingCottage({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-building-cottage" width={size} height={size} 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={21} x2={21} y2={21} /><path d="M4 21v-11l2.5 -4.5l5.5 -2.5l5.5 2.5l2.5 4.5v11" /><circle cx={12} cy={9} r={2} /><path d="M9 21v-5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v5" /></svg>; +} + +export default IconBuildingCottage;
\ No newline at end of file diff --git a/icons-react/icons-js/building-factory.js b/icons-react/icons-js/building-factory.js new file mode 100644 index 00000000..797c063d --- /dev/null +++ b/icons-react/icons-js/building-factory.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBuildingFactory({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-building-factory" width={size} height={size} viewBox="0 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 21c1.147 -4.02 1.983 -8.027 2 -12h6c.017 3.973 .853 7.98 2 12" /><path d="M12.5 13h4.5c.025 2.612 .894 5.296 2 8" /><path d="M9 5a2.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 1" /><line x1={3} y1={21} x2={22} y2={21} /></svg>; +} + +export default IconBuildingFactory;
\ No newline at end of file diff --git a/icons-react/icons-js/bulldozer.js b/icons-react/icons-js/bulldozer.js new file mode 100644 index 00000000..6ca8a98c --- /dev/null +++ b/icons-react/icons-js/bulldozer.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBulldozer({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-bulldozer" width={size} height={size} 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} /><path d="M18 13v6h3" /><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" /><line x1={18} y1={17} x2={15} y2={17} /></svg>; +} + +export default IconBulldozer;
\ No newline at end of file diff --git a/icons-react/icons-js/businessplan.js b/icons-react/icons-js/businessplan.js new file mode 100644 index 00000000..635faf4e --- /dev/null +++ b/icons-react/icons-js/businessplan.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBusinessplan({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-businessplan" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><ellipse cx={16} cy={6} rx={5} ry={3} /><path d="M11 6v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4" /><path d="M11 10v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4" /><path d="M11 14v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4" /><path d="M7 9h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" /><path d="M5 15v1m0 -8v1" /></svg>; +} + +export default IconBusinessplan;
\ No newline at end of file diff --git a/icons-react/icons-js/calendar-off.js b/icons-react/icons-js/calendar-off.js new file mode 100644 index 00000000..14f090e2 --- /dev/null +++ b/icons-react/icons-js/calendar-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCalendarOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-calendar-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.823 19.824a2 2 0 0 1 -1.823 1.176h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 1.175 -1.823m3.825 -.177h9a2 2 0 0 1 2 2v9" /><line x1={16} y1={3} x2={16} y2={7} /><line x1={8} y1={3} x2={8} y2={4} /><path d="M4 11h7m4 0h5" /><line x1={11} y1={15} x2={12} y2={15} /><line x1={12} y1={15} x2={12} y2={18} /><line x1={3} y1={3} x2={21} y2={21} /></svg>; +} + +export default IconCalendarOff;
\ No newline at end of file diff --git a/icons-react/icons-js/calendar-stats.js b/icons-react/icons-js/calendar-stats.js new file mode 100644 index 00000000..c2eefbed --- /dev/null +++ b/icons-react/icons-js/calendar-stats.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCalendarStats({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-calendar-stats" width={size} height={size} viewBox="0 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.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" /><path d="M18 14v4h4" /><circle cx={18} cy={18} r={4} /><path d="M15 3v4" /><path d="M7 3v4" /><path d="M3 11h16" /></svg>; +} + +export default IconCalendarStats;
\ No newline at end of file diff --git a/icons-react/icons-js/calendar-time.js b/icons-react/icons-js/calendar-time.js new file mode 100644 index 00000000..483072de --- /dev/null +++ b/icons-react/icons-js/calendar-time.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCalendarTime({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-calendar-time" width={size} height={size} viewBox="0 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.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" /><circle cx={18} cy={18} r={4} /><path d="M15 3v4" /><path d="M7 3v4" /><path d="M3 11h16" /><path d="M18 16.496v1.504l1 1" /></svg>; +} + +export default IconCalendarTime;
\ No newline at end of file diff --git a/icons-react/icons-js/camera-rotate.js b/icons-react/icons-js/camera-rotate.js new file mode 100644 index 00000000..fa0fd007 --- /dev/null +++ b/icons-react/icons-js/camera-rotate.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCameraRotate({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-camera-rotate" width={size} height={size} viewBox="0 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 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" /><path d="M11.245 15.904a3 3 0 0 0 3.755 -2.904m-2.25 -2.905a3 3 0 0 0 -3.75 2.905" /><path d="M14 13h2v2" /><path d="M10 13h-2v-2" /></svg>; +} + +export default IconCameraRotate;
\ No newline at end of file diff --git a/icons-react/icons-js/camera-selfie.js b/icons-react/icons-js/camera-selfie.js new file mode 100644 index 00000000..d33662a4 --- /dev/null +++ b/icons-react/icons-js/camera-selfie.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCameraSelfie({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-camera-selfie" width={size} height={size} viewBox="0 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 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" /><path d="M9.5 15a3.5 3.5 0 0 0 5 0" /><line x1={15} y1={11} x2={15.01} y2={11} /><line x1={9} y1={11} x2={9.01} y2={11} /></svg>; +} + +export default IconCameraSelfie;
\ No newline at end of file diff --git a/icons-react/icons-js/cash-banknote-off.js b/icons-react/icons-js/cash-banknote-off.js new file mode 100644 index 00000000..515cfdc3 --- /dev/null +++ b/icons-react/icons-js/cash-banknote-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCashBanknoteOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-cash-banknote-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M9.88 9.878a3 3 0 1 0 4.242 4.243m.58 -3.425a3.012 3.012 0 0 0 -1.412 -1.405" /><path d="M10 6h9a2 2 0 0 1 2 2v8c0 .294 -.064 .574 -.178 .825m-2.822 1.175h-13a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1" /><line x1={18} y1={12} x2={18.01} y2={12} /><line x1={6} y1={12} x2={6.01} y2={12} /><line x1={3} y1={3} x2={21} y2={21} /></svg>; +} + +export default IconCashBanknoteOff;
\ No newline at end of file diff --git a/icons-react/icons-js/cash-banknote.js b/icons-react/icons-js/cash-banknote.js new file mode 100644 index 00000000..a288fcb4 --- /dev/null +++ b/icons-react/icons-js/cash-banknote.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCashBanknote({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-cash-banknote" width={size} height={size} 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={3} /><rect x={3} y={6} width={18} height={12} rx={2} /><line x1={18} y1={12} x2={18.01} y2={12} /><line x1={6} y1={12} x2={6.01} y2={12} /></svg>; +} + +export default IconCashBanknote;
\ No newline at end of file diff --git a/icons-react/icons-js/charging-pile.js b/icons-react/icons-js/charging-pile.js new file mode 100644 index 00000000..254659a4 --- /dev/null +++ b/icons-react/icons-js/charging-pile.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChargingPile({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-charging-pile" width={size} height={size} 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={7} x2={17} y2={8} /><path d="M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3" /><path d="M4 20v-14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14" /><path d="M9 11.5l-1.5 2.5h3l-1.5 2.5" /><line x1={3} y1={20} x2={15} y2={20} /><line x1={4} y1={8} x2={14} y2={8} /></svg>; +} + +export default IconChargingPile;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-arcs-3.js b/icons-react/icons-js/chart-arcs-3.js new file mode 100644 index 00000000..d868a822 --- /dev/null +++ b/icons-react/icons-js/chart-arcs-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChartArcs3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-chart-arcs-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" /><circle cx={12} cy={12} r={1} /><path d="M7 12a5 5 0 1 0 5 -5" /><path d="M6.29 18.957a9 9 0 1 0 5.71 -15.957" /></svg>; +} + +export default IconChartArcs3;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-arcs.js b/icons-react/icons-js/chart-arcs.js new file mode 100644 index 00000000..efd651e6 --- /dev/null +++ b/icons-react/icons-js/chart-arcs.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChartArcs({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-chart-arcs" width={size} height={size} 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={1} /><path d="M16.924 11.132a5 5 0 1 0 -4.056 5.792" /><path d="M3 12a9 9 0 1 0 9 -9" /></svg>; +} + +export default IconChartArcs;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-arrows-vertical.js b/icons-react/icons-js/chart-arrows-vertical.js new file mode 100644 index 00000000..ba8cb1e3 --- /dev/null +++ b/icons-react/icons-js/chart-arrows-vertical.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChartArrowsVertical({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-chart-arrows-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 21v-14" /><path d="M9 15l3 -3l3 3" /><path d="M15 10l3 -3l3 3" /><line x1={3} y1={21} x2={21} y2={21} /><line x1={12} y1={21} x2={12} y2={12} /><path d="M3 6l3 -3l3 3" /><path d="M6 21v-18" /></svg>; +} + +export default IconChartArrowsVertical;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-arrows.js b/icons-react/icons-js/chart-arrows.js new file mode 100644 index 00000000..1b7b9b1b --- /dev/null +++ b/icons-react/icons-js/chart-arrows.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChartArrows({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-chart-arrows" width={size} height={size} 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={18} x2={17} y2={18} /><path d="M9 9l3 3l-3 3" /><path d="M14 15l3 3l-3 3" /><line x1={3} y1={3} x2={3} y2={21} /><line x1={3} y1={12} x2={12} y2={12} /><path d="M18 3l3 3l-3 3" /><line x1={3} y1={6} x2={21} y2={6} /></svg>; +} + +export default IconChartArrows;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-circles.js b/icons-react/icons-js/chart-circles.js new file mode 100644 index 00000000..10614eac --- /dev/null +++ b/icons-react/icons-js/chart-circles.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChartCircles({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-chart-circles" width={size} height={size} 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.5} cy={9.5} r={5.5} /><circle cx={14.5} cy={14.5} r={5.5} /></svg>; +} + +export default IconChartCircles;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-donut-2.js b/icons-react/icons-js/chart-donut-2.js new file mode 100644 index 00000000..c5340cfe --- /dev/null +++ b/icons-react/icons-js/chart-donut-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChartDonut2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-chart-donut-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="M12 3v5m4 4h5" /><circle cx={12} cy={12} r={4} /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconChartDonut2;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-donut-3.js b/icons-react/icons-js/chart-donut-3.js new file mode 100644 index 00000000..46d3ba5e --- /dev/null +++ b/icons-react/icons-js/chart-donut-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChartDonut3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-chart-donut-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="M12 3v5m4 4h5" /><path d="M8.929 14.582l-3.429 2.918" /><circle cx={12} cy={12} r={4} /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconChartDonut3;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-donut-4.js b/icons-react/icons-js/chart-donut-4.js new file mode 100644 index 00000000..5b71fde9 --- /dev/null +++ b/icons-react/icons-js/chart-donut-4.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChartDonut4({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-chart-donut-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="M8.848 14.667l-3.348 2.833" /><path d="M12 3v5m4 4h5" /><circle cx={12} cy={12} r={9} /><path d="M14.219 15.328l2.781 4.172" /><circle cx={12} cy={12} r={4} /></svg>; +} + +export default IconChartDonut4;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-dots.js b/icons-react/icons-js/chart-dots.js new file mode 100644 index 00000000..ff377fb6 --- /dev/null +++ b/icons-react/icons-js/chart-dots.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChartDots({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-chart-dots" width={size} height={size} viewBox="0 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 3v18h18" /><circle cx={9} cy={9} r={2} /><circle cx={19} cy={7} r={2} /><circle cx={14} cy={15} r={2} /><line x1={10.16} y1={10.62} x2={12.5} y2={13.5} /><path d="M15.088 13.328l2.837 -4.586" /></svg>; +} + +export default IconChartDots;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-infographic.js b/icons-react/icons-js/chart-infographic.js new file mode 100644 index 00000000..5aafd79f --- /dev/null +++ b/icons-react/icons-js/chart-infographic.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChartInfographic({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-chart-infographic" width={size} height={size} 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={7} r={4} /><path d="M7 3v4h4" /><line x1={9} y1={17} x2={9} y2={21} /><line x1={17} y1={14} x2={17} y2={21} /><line x1={13} y1={13} x2={13} y2={21} /><line x1={21} y1={12} x2={21} y2={21} /></svg>; +} + +export default IconChartInfographic;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-pie-2.js b/icons-react/icons-js/chart-pie-2.js new file mode 100644 index 00000000..6ab3920e --- /dev/null +++ b/icons-react/icons-js/chart-pie-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChartPie2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-chart-pie-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="M12 3v9h9" /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconChartPie2;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-pie-3.js b/icons-react/icons-js/chart-pie-3.js new file mode 100644 index 00000000..5bd3b358 --- /dev/null +++ b/icons-react/icons-js/chart-pie-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChartPie3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-chart-pie-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="M12 12l-6.5 5.5" /><path d="M12 3v9h9" /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconChartPie3;
\ No newline at end of file diff --git a/icons-react/icons-js/chart-pie-4.js b/icons-react/icons-js/chart-pie-4.js new file mode 100644 index 00000000..85e869c8 --- /dev/null +++ b/icons-react/icons-js/chart-pie-4.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChartPie4({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-chart-pie-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="M12 12l-6.5 5.5" /><path d="M12 3v9h9" /><circle cx={12} cy={12} r={9} /><path d="M12 12l5 7.5" /></svg>; +} + +export default IconChartPie4;
\ No newline at end of file diff --git a/icons-react/icons-js/circle-0.js b/icons-react/icons-js/circle-0.js new file mode 100644 index 00000000..bb4f1739 --- /dev/null +++ b/icons-react/icons-js/circle-0.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircle0({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-circle-0" width={size} height={size} viewBox="0 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 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconCircle0;
\ No newline at end of file diff --git a/icons-react/icons-js/circle-1.js b/icons-react/icons-js/circle-1.js new file mode 100644 index 00000000..f730c64f --- /dev/null +++ b/icons-react/icons-js/circle-1.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircle1({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-circle-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="M12 16v-8l-2 2" /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconCircle1;
\ No newline at end of file diff --git a/icons-react/icons-js/circle-2.js b/icons-react/icons-js/circle-2.js new file mode 100644 index 00000000..77a1526d --- /dev/null +++ b/icons-react/icons-js/circle-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircle2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-circle-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001" /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconCircle2;
\ No newline at end of file diff --git a/icons-react/icons-js/circle-3.js b/icons-react/icons-js/circle-3.js new file mode 100644 index 00000000..287ff98a --- /dev/null +++ b/icons-react/icons-js/circle-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircle3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-circle-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="M12 12a2 2 0 1 0 -2 -2" /><path d="M10 14a2 2 0 1 0 2 -2" /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconCircle3;
\ No newline at end of file diff --git a/icons-react/icons-js/circle-4.js b/icons-react/icons-js/circle-4.js new file mode 100644 index 00000000..402317a8 --- /dev/null +++ b/icons-react/icons-js/circle-4.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircle4({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-circle-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="M13 16v-8l-4 6h5" /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconCircle4;
\ No newline at end of file diff --git a/icons-react/icons-js/circle-5.js b/icons-react/icons-js/circle-5.js new file mode 100644 index 00000000..7f34d8e8 --- /dev/null +++ b/icons-react/icons-js/circle-5.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircle5({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-circle-5" width={size} height={size} viewBox="0 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 16h2a2 2 0 1 0 0 -4h-2v-4h4" /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconCircle5;
\ No newline at end of file diff --git a/icons-react/icons-js/circle-6.js b/icons-react/icons-js/circle-6.js new file mode 100644 index 00000000..5a39b669 --- /dev/null +++ b/icons-react/icons-js/circle-6.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircle6({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-circle-6" width={size} height={size} 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={14} r={2} /><path d="M14 10a2 2 0 1 0 -4 0v4" /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconCircle6;
\ No newline at end of file diff --git a/icons-react/icons-js/circle-7.js b/icons-react/icons-js/circle-7.js new file mode 100644 index 00000000..6d4ae5a8 --- /dev/null +++ b/icons-react/icons-js/circle-7.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircle7({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-circle-7" width={size} height={size} viewBox="0 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 8h4l-2 8" /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconCircle7;
\ No newline at end of file diff --git a/icons-react/icons-js/circle-8.js b/icons-react/icons-js/circle-8.js new file mode 100644 index 00000000..47d49bb1 --- /dev/null +++ b/icons-react/icons-js/circle-8.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircle8({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-circle-8" width={size} height={size} 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={10} r={2} /><circle cx={12} cy={14} r={2} /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconCircle8;
\ No newline at end of file diff --git a/icons-react/icons-js/circle-9.js b/icons-react/icons-js/circle-9.js new file mode 100644 index 00000000..cf94fdac --- /dev/null +++ b/icons-react/icons-js/circle-9.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircle9({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-circle-9" width={size} height={size} 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={10} r={2} /><path d="M10 14a2 2 0 1 0 4 0v-4" /><circle cx={12} cy={12} r={9} /></svg>; +} + +export default IconCircle9;
\ No newline at end of file diff --git a/icons-react/icons-js/circle-half-vertical.js b/icons-react/icons-js/circle-half-vertical.js new file mode 100644 index 00000000..07fc6377 --- /dev/null +++ b/icons-react/icons-js/circle-half-vertical.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircleHalfVertical({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-circle-half-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" /><circle cx={12} cy={12} r={9} /><path d="M3 12h18" /></svg>; +} + +export default IconCircleHalfVertical;
\ No newline at end of file diff --git a/icons-react/icons-js/circle-half.js b/icons-react/icons-js/circle-half.js new file mode 100644 index 00000000..04fb6da1 --- /dev/null +++ b/icons-react/icons-js/circle-half.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircleHalf({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-circle-half" width={size} height={size} 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 3v18" /></svg>; +} + +export default IconCircleHalf;
\ No newline at end of file diff --git a/icons-react/icons-js/circle-off.js b/icons-react/icons-js/circle-off.js new file mode 100644 index 00000000..bf3b2a92 --- /dev/null +++ b/icons-react/icons-js/circle-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircleOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-circle-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" /><path d="M3 3l18 18" /></svg>; +} + +export default IconCircleOff;
\ No newline at end of file diff --git a/icons-react/icons-js/clear-all.js b/icons-react/icons-js/clear-all.js new file mode 100644 index 00000000..0de1838a --- /dev/null +++ b/icons-react/icons-js/clear-all.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClearAll({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-clear-all" width={size} height={size} viewBox="0 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 6h12" /><path d="M6 12h12" /><path d="M4 18h12" /></svg>; +} + +export default IconClearAll;
\ No newline at end of file diff --git a/icons-react/icons-js/code-minus.js b/icons-react/icons-js/code-minus.js new file mode 100644 index 00000000..aab646ba --- /dev/null +++ b/icons-react/icons-js/code-minus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCodeMinus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-code-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="M9 12h6" /><path d="M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2" /><path d="M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2" /></svg>; +} + +export default IconCodeMinus;
\ No newline at end of file diff --git a/icons-react/icons-js/code-plus.js b/icons-react/icons-js/code-plus.js new file mode 100644 index 00000000..bab4be68 --- /dev/null +++ b/icons-react/icons-js/code-plus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCodePlus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-code-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="M9 12h6" /><path d="M12 9v6" /><path d="M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2" /><path d="M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2" /></svg>; +} + +export default IconCodePlus;
\ No newline at end of file diff --git a/icons-react/icons-js/color-picker.js b/icons-react/icons-js/color-picker.js index ae4e178c..299cb58a 100644 --- a/icons-react/icons-js/color-picker.js +++ b/icons-react/icons-js/color-picker.js @@ -6,7 +6,7 @@ function IconColorPicker({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-color-picker" width={size} height={size} 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={11} y1={7} x2={17} y2={13} /><path d="M5 19v-4l9.7 -9.7a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-9.7 9.7h-4" /></svg>; + return <svg className="icon icon-tabler icon-tabler-color-picker" width={size} height={size} viewBox="0 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 7l6 6" /><path d="M4 16l11.7 -11.7a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-11.7 11.7h-4v-4z" /></svg>; } export default IconColorPicker;
\ No newline at end of file diff --git a/icons-react/icons-js/column-insert-left.js b/icons-react/icons-js/column-insert-left.js new file mode 100644 index 00000000..81dc88d0 --- /dev/null +++ b/icons-react/icons-js/column-insert-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconColumnInsertLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-column-insert-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="M14 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z" /><line x1={5} y1={12} x2={9} y2={12} /><line x1={7} y1={10} x2={7} y2={14} /></svg>; +} + +export default IconColumnInsertLeft;
\ No newline at end of file diff --git a/icons-react/icons-js/column-insert-right.js b/icons-react/icons-js/column-insert-right.js new file mode 100644 index 00000000..02740abf --- /dev/null +++ b/icons-react/icons-js/column-insert-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconColumnInsertRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-column-insert-right" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z" /><line x1={15} y1={12} x2={19} y2={12} /><line x1={17} y1={10} x2={17} y2={14} /></svg>; +} + +export default IconColumnInsertRight;
\ No newline at end of file diff --git a/icons-react/icons-js/confetti.js b/icons-react/icons-js/confetti.js new file mode 100644 index 00000000..b25b6a75 --- /dev/null +++ b/icons-react/icons-js/confetti.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconConfetti({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-confetti" width={size} height={size} viewBox="0 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 5h2" /><path d="M5 4v2" /><path d="M11.5 4l-.5 2" /><path d="M18 5h2" /><path d="M19 4v2" /><path d="M15 9l-1 1" /><path d="M18 13l2 -.5" /><path d="M18 19h2" /><path d="M19 18v2" /><path d="M14 16.518l-6.518 -6.518l-4.39 9.58a1.003 1.003 0 0 0 1.329 1.329l9.579 -4.39z" /></svg>; +} + +export default IconConfetti;
\ No newline at end of file diff --git a/icons-react/icons-js/container.js b/icons-react/icons-js/container.js new file mode 100644 index 00000000..25ec7a91 --- /dev/null +++ b/icons-react/icons-js/container.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconContainer({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-container" width={size} height={size} viewBox="0 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 4v.01" /><path d="M20 20v.01" /><path d="M20 16v.01" /><path d="M20 12v.01" /><path d="M20 8v.01" /><rect x={8} y={4} width={8} height={16} rx={1} /><path d="M4 4v.01" /><path d="M4 20v.01" /><path d="M4 16v.01" /><path d="M4 12v.01" /><path d="M4 8v.01" /></svg>; +} + +export default IconContainer;
\ No newline at end of file diff --git a/icons-react/icons-js/corner-down-left-double.js b/icons-react/icons-js/corner-down-left-double.js new file mode 100644 index 00000000..a8794b71 --- /dev/null +++ b/icons-react/icons-js/corner-down-left-double.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCornerDownLeftDouble({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-corner-down-left-double" width={size} height={size} viewBox="0 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 5v6a3 3 0 0 1 -3 3h-7" /><path d="M13 10l-4 4l4 4m-5 -8l-4 4l4 4" /></svg>; +} + +export default IconCornerDownLeftDouble;
\ No newline at end of file diff --git a/icons-react/icons-js/corner-down-right-double.js b/icons-react/icons-js/corner-down-right-double.js new file mode 100644 index 00000000..de56fc10 --- /dev/null +++ b/icons-react/icons-js/corner-down-right-double.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCornerDownRightDouble({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-corner-down-right-double" width={size} height={size} viewBox="0 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 5v6a3 3 0 0 0 3 3h7" /><path d="M10 10l4 4l-4 4m5 -8l4 4l-4 4" /></svg>; +} + +export default IconCornerDownRightDouble;
\ No newline at end of file diff --git a/icons-react/icons-js/corner-left-down-double.js b/icons-react/icons-js/corner-left-down-double.js new file mode 100644 index 00000000..ce3b0d66 --- /dev/null +++ b/icons-react/icons-js/corner-left-down-double.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCornerLeftDownDouble({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-corner-left-down-double" width={size} height={size} viewBox="0 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 4h-6a3 3 0 0 0 -3 3v7" /><path d="M13 10l-4 4l-4 -4m8 5l-4 4l-4 -4" /></svg>; +} + +export default IconCornerLeftDownDouble;
\ No newline at end of file diff --git a/icons-react/icons-js/corner-left-up-double.js b/icons-react/icons-js/corner-left-up-double.js new file mode 100644 index 00000000..432c7f66 --- /dev/null +++ b/icons-react/icons-js/corner-left-up-double.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCornerLeftUpDouble({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-corner-left-up-double" width={size} height={size} viewBox="0 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 19h-6a3 3 0 0 1 -3 -3v-7" /><path d="M13 13l-4 -4l-4 4m8 -5l-4 -4l-4 4" /></svg>; +} + +export default IconCornerLeftUpDouble;
\ No newline at end of file diff --git a/icons-react/icons-js/corner-right-down-double.js b/icons-react/icons-js/corner-right-down-double.js new file mode 100644 index 00000000..57f2f96d --- /dev/null +++ b/icons-react/icons-js/corner-right-down-double.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCornerRightDownDouble({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-corner-right-down-double" width={size} height={size} viewBox="0 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 4h6a3 3 0 0 1 3 3v7" /><path d="M10 10l4 4l4 -4m-8 5l4 4l4 -4" /></svg>; +} + +export default IconCornerRightDownDouble;
\ No newline at end of file diff --git a/icons-react/icons-js/corner-right-up-double.js b/icons-react/icons-js/corner-right-up-double.js new file mode 100644 index 00000000..53335126 --- /dev/null +++ b/icons-react/icons-js/corner-right-up-double.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCornerRightUpDouble({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-corner-right-up-double" width={size} height={size} viewBox="0 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 19h6a3 3 0 0 0 3 -3v-7" /><path d="M10 13l4 -4l4 4m-8 -5l4 -4l4 4" /></svg>; +} + +export default IconCornerRightUpDouble;
\ No newline at end of file diff --git a/icons-react/icons-js/corner-up-left-double.js b/icons-react/icons-js/corner-up-left-double.js new file mode 100644 index 00000000..bde61216 --- /dev/null +++ b/icons-react/icons-js/corner-up-left-double.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCornerUpLeftDouble({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-corner-up-left-double" width={size} height={size} viewBox="0 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 18v-6a3 3 0 0 0 -3 -3h-7" /><path d="M13 13l-4 -4l4 -4m-5 8l-4 -4l4 -4" /></svg>; +} + +export default IconCornerUpLeftDouble;
\ No newline at end of file diff --git a/icons-react/icons-js/corner-up-right-double.js b/icons-react/icons-js/corner-up-right-double.js new file mode 100644 index 00000000..1d8f27b8 --- /dev/null +++ b/icons-react/icons-js/corner-up-right-double.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCornerUpRightDouble({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-corner-up-right-double" width={size} height={size} viewBox="0 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-6a3 3 0 0 1 3 -3h7" /><path d="M10 13l4 -4l-4 -4m5 8l4 -4l-4 -4" /></svg>; +} + +export default IconCornerUpRightDouble;
\ No newline at end of file diff --git a/icons-react/icons-js/crown-off.js b/icons-react/icons-js/crown-off.js new file mode 100644 index 00000000..52cddf66 --- /dev/null +++ b/icons-react/icons-js/crown-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCrownOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-crown-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M18 18h-13l-1.865 -9.327a0.25 .25 0 0 1 .4 -.244l4.465 3.571l1.6 -2.4m1.596 -2.394l.804 -1.206l4 6l4.464 -3.571a0.25 .25 0 0 1 .401 .244l-1.363 6.818" /><line x1={3} y1={3} x2={21} y2={21} /></svg>; +} + +export default IconCrownOff;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-bahraini.js b/icons-react/icons-js/currency-bahraini.js new file mode 100644 index 00000000..d2e30355 --- /dev/null +++ b/icons-react/icons-js/currency-bahraini.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyBahraini({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-bahraini" width={size} height={size} viewBox="0 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 10v1a4 4 0 0 0 4 4h2a2 2 0 0 0 2 -2v-3" /><path d="M7 19.01v-.01" /><path d="M14 15.01v-.01" /><path d="M17 15h2.004a2 2 0 0 0 1.649 -3.131l-2.653 -3.869" /></svg>; +} + +export default IconCurrencyBahraini;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-bath.js b/icons-react/icons-js/currency-bath.js new file mode 100644 index 00000000..3839dc82 --- /dev/null +++ b/icons-react/icons-js/currency-bath.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyBath({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-bath" width={size} height={size} viewBox="0 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 6h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143" /><path d="M8 12h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143" /><path d="M8 6v12" /><path d="M11 4v2" /><path d="M11 18v2" /></svg>; +} + +export default IconCurrencyBath;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-cent.js b/icons-react/icons-js/currency-cent.js new file mode 100644 index 00000000..4ea2b8dc --- /dev/null +++ b/icons-react/icons-js/currency-cent.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyCent({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-cent" width={size} height={size} viewBox="0 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.007 7.54a5.965 5.965 0 0 0 -4.008 -1.54a5.996 5.996 0 0 0 -5.992 6c0 3.314 2.682 6 5.992 6a5.965 5.965 0 0 0 4.004 -1.536" /><path d="M12 20v-2" /><path d="M12 6v-2" /></svg>; +} + +export default IconCurrencyCent;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-dinar.js b/icons-react/icons-js/currency-dinar.js new file mode 100644 index 00000000..27c520df --- /dev/null +++ b/icons-react/icons-js/currency-dinar.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyDinar({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-dinar" width={size} height={size} viewBox="0 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 20.01v-.01" /><path d="M6 13l2.386 -.9a1 1 0 0 0 -.095 -1.902l-1.514 -.404a1 1 0 0 1 -.102 -1.9l2.325 -.894" /><path d="M3 14v1a3 3 0 0 0 3 3h4.161a3 3 0 0 0 2.983 -3.32l-1.144 -10.68" /><path d="M16 17l1 1h2.004a2 2 0 0 0 1.649 -3.131l-2.653 -3.869" /></svg>; +} + +export default IconCurrencyDinar;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-dirham.js b/icons-react/icons-js/currency-dirham.js new file mode 100644 index 00000000..1eb7734f --- /dev/null +++ b/icons-react/icons-js/currency-dirham.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyDirham({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-dirham" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8.5 19h-3.5" /><path d="M8.599 16.479a1.5 1.5 0 1 0 -1.099 2.521" /><path d="M7 4v9" /><path d="M15 13h1.888a1.5 1.5 0 0 0 1.296 -2.256l-2.184 -3.744" /><path d="M11 13.01v-.01" /></svg>; +} + +export default IconCurrencyDirham;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-dollar-australian.js b/icons-react/icons-js/currency-dollar-australian.js new file mode 100644 index 00000000..d3025aa9 --- /dev/null +++ b/icons-react/icons-js/currency-dollar-australian.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyDollarAustralian({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-dollar-australian" width={size} height={size} viewBox="0 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 18l3.279 -11.476a0.75 .75 0 0 1 1.442 0l3.279 11.476" /><path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" /><path d="M17 20v-2" /><path d="M18 6v-2" /><path d="M4.5 14h5" /></svg>; +} + +export default IconCurrencyDollarAustralian;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-dollar-canadian.js b/icons-react/icons-js/currency-dollar-canadian.js new file mode 100644 index 00000000..7265a430 --- /dev/null +++ b/icons-react/icons-js/currency-dollar-canadian.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyDollarCanadian({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-dollar-canadian" width={size} height={size} viewBox="0 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 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" /><path d="M10 18h-1a6 6 0 1 1 0 -12h1" /><path d="M17 20v-2" /><path d="M18 6v-2" /></svg>; +} + +export default IconCurrencyDollarCanadian;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-dollar-singapore.js b/icons-react/icons-js/currency-dollar-singapore.js new file mode 100644 index 00000000..27380d46 --- /dev/null +++ b/icons-react/icons-js/currency-dollar-singapore.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyDollarSingapore({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-dollar-singapore" width={size} height={size} viewBox="0 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 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" /><path d="M10 6h-4a3 3 0 1 0 0 6h1a3 3 0 0 1 0 6h-4" /><path d="M17 20v-2" /><path d="M18 6v-2" /></svg>; +} + +export default IconCurrencyDollarSingapore;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-ethereum.js b/icons-react/icons-js/currency-ethereum.js new file mode 100644 index 00000000..3d93da82 --- /dev/null +++ b/icons-react/icons-js/currency-ethereum.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyEthereum({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-ethereum" width={size} height={size} viewBox="0 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 12l6 -9l6 9l-6 9z" /><path d="M6 12l6 -3l6 3l-6 2z" /></svg>; +} + +export default IconCurrencyEthereum;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-forint.js b/icons-react/icons-js/currency-forint.js new file mode 100644 index 00000000..94123fef --- /dev/null +++ b/icons-react/icons-js/currency-forint.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyForint({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-forint" width={size} height={size} viewBox="0 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 4h-4a3 3 0 0 0 -3 3v12" /><path d="M10 11h-6" /><path d="M16 4v13a2 2 0 0 0 2 2h2" /><path d="M19 9h-5" /></svg>; +} + +export default IconCurrencyForint;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-frank.js b/icons-react/icons-js/currency-frank.js new file mode 100644 index 00000000..c2ba9305 --- /dev/null +++ b/icons-react/icons-js/currency-frank.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyFrank({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-frank" width={size} height={size} viewBox="0 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 5h-6a2 2 0 0 0 -2 2v12" /><path d="M7 15h4" /><path d="M9 11h7" /></svg>; +} + +export default IconCurrencyFrank;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-krone-czech.js b/icons-react/icons-js/currency-krone-czech.js new file mode 100644 index 00000000..291a67a1 --- /dev/null +++ b/icons-react/icons-js/currency-krone-czech.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyKroneCzech({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-krone-czech" width={size} height={size} viewBox="0 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 6v12" /><path d="M5 12c3.5 0 6 -3 6 -6" /><path d="M5 12c3.5 0 6 3 6 6" /><path d="M19 6l-2 2l-2 -2" /><path d="M19 12h-2a3 3 0 0 0 0 6h2" /></svg>; +} + +export default IconCurrencyKroneCzech;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-krone-danish.js b/icons-react/icons-js/currency-krone-danish.js new file mode 100644 index 00000000..33f85442 --- /dev/null +++ b/icons-react/icons-js/currency-krone-danish.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyKroneDanish({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-krone-danish" width={size} height={size} viewBox="0 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 6v12" /><path d="M5 12c3.5 0 6 -3 6 -6" /><path d="M5 12c3.5 0 6 3 6 6" /><path d="M15 10v8" /><path d="M19 10a4 4 0 0 0 -4 4" /><path d="M20 18.01v-.01" /></svg>; +} + +export default IconCurrencyKroneDanish;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-krone-swedish.js b/icons-react/icons-js/currency-krone-swedish.js new file mode 100644 index 00000000..15fe02f9 --- /dev/null +++ b/icons-react/icons-js/currency-krone-swedish.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyKroneSwedish({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-krone-swedish" width={size} height={size} viewBox="0 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 6v12" /><path d="M5 12c3.5 0 6 -3 6 -6" /><path d="M5 12c3.5 0 6 3 6 6" /><path d="M15 10v8" /><path d="M19 10a4 4 0 0 0 -4 4" /></svg>; +} + +export default IconCurrencyKroneSwedish;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-leu.js b/icons-react/icons-js/currency-leu.js new file mode 100644 index 00000000..9369f8ca --- /dev/null +++ b/icons-react/icons-js/currency-leu.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyLeu({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-leu" width={size} height={size} viewBox="0 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 18h-7a3 3 0 0 1 -3 -3v-10" /></svg>; +} + +export default IconCurrencyLeu;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-lira.js b/icons-react/icons-js/currency-lira.js new file mode 100644 index 00000000..90900624 --- /dev/null +++ b/icons-react/icons-js/currency-lira.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyLira({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-lira" width={size} height={size} viewBox="0 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 5v15a7 7 0 0 0 7 -7" /><path d="M6 15l8 -4" /><path d="M14 7l-8 4" /></svg>; +} + +export default IconCurrencyLira;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-litecoin.js b/icons-react/icons-js/currency-litecoin.js new file mode 100644 index 00000000..b4ec3601 --- /dev/null +++ b/icons-react/icons-js/currency-litecoin.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyLitecoin({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-litecoin" width={size} height={size} viewBox="0 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 19h-8.194a2 2 0 0 1 -1.98 -2.283l1.674 -11.717" /><path d="M14 9l-9 4" /></svg>; +} + +export default IconCurrencyLitecoin;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-naira.js b/icons-react/icons-js/currency-naira.js new file mode 100644 index 00000000..e1596bc8 --- /dev/null +++ b/icons-react/icons-js/currency-naira.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyNaira({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-naira" width={size} height={size} viewBox="0 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 18v-10.948a1.05 1.05 0 0 1 1.968 -.51l6.064 10.916a1.05 1.05 0 0 0 1.968 -.51v-10.948" /><path d="M5 10h14" /><path d="M5 14h14" /></svg>; +} + +export default IconCurrencyNaira;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-real.js b/icons-react/icons-js/currency-real.js new file mode 100644 index 00000000..cd036d2c --- /dev/null +++ b/icons-react/icons-js/currency-real.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyReal({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-real" width={size} height={size} viewBox="0 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 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" /><path d="M4 18v-12h3a3 3 0 1 1 0 6h-3c5.5 0 5 4 6 6" /><path d="M18 6v-2" /><path d="M17 20v-2" /></svg>; +} + +export default IconCurrencyReal;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-renminbi.js b/icons-react/icons-js/currency-renminbi.js new file mode 100644 index 00000000..13da7c66 --- /dev/null +++ b/icons-react/icons-js/currency-renminbi.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyRenminbi({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-renminbi" width={size} height={size} viewBox="0 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 9v8a2 2 0 1 0 4 0" /><path d="M19 9h-14" /><path d="M19 5h-14" /><path d="M9 9v4c0 2.5 -.667 4 -2 6" /></svg>; +} + +export default IconCurrencyRenminbi;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-ripple.js b/icons-react/icons-js/currency-ripple.js new file mode 100644 index 00000000..50aeb8d9 --- /dev/null +++ b/icons-react/icons-js/currency-ripple.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyRipple({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-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" /><circle cx={7} cy={12} r={3} /><circle cx={17} cy={7} r={3} /><circle cx={17} cy={17} r={3} /><path d="M10 12h3l2 -2.5" /><path d="M15 14.5l-2 -2.5" /></svg>; +} + +export default IconCurrencyRipple;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-riyal.js b/icons-react/icons-js/currency-riyal.js new file mode 100644 index 00000000..a3d6f330 --- /dev/null +++ b/icons-react/icons-js/currency-riyal.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyRiyal({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-riyal" width={size} height={size} viewBox="0 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 9v2a2 2 0 1 1 -4 0v-1v1a2 2 0 1 1 -4 0v-1v4a2 2 0 1 1 -4 0v-2" /><path d="M18 12.01v-.01" /><path d="M22 10v1a5 5 0 0 1 -5 5" /></svg>; +} + +export default IconCurrencyRiyal;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-rubel.js b/icons-react/icons-js/currency-rubel.js new file mode 100644 index 00000000..941d8314 --- /dev/null +++ b/icons-react/icons-js/currency-rubel.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyRubel({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-rubel" width={size} height={size} viewBox="0 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 19v-14h6a3 3 0 0 1 0 6h-8" /><path d="M14 15h-8" /></svg>; +} + +export default IconCurrencyRubel;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-rupee.js b/icons-react/icons-js/currency-rupee.js index f5618cc4..7688e633 100644 --- a/icons-react/icons-js/currency-rupee.js +++ b/icons-react/icons-js/currency-rupee.js @@ -6,7 +6,7 @@ function IconCurrencyRupee({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-currency-rupee" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M18 6h-11h3a4 4 0 0 1 0 8h-3l6 6" /><line x1={7} y1={10} x2={18} y2={10} /></svg>; + return <svg className="icon icon-tabler icon-tabler-currency-rupee" width={size} height={size} viewBox="0 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 5h-11h3a4 4 0 0 1 0 8h-3l6 6" /><line x1={7} y1={9} x2={18} y2={9} /></svg>; } export default IconCurrencyRupee;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-shekel.js b/icons-react/icons-js/currency-shekel.js new file mode 100644 index 00000000..76011d7e --- /dev/null +++ b/icons-react/icons-js/currency-shekel.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyShekel({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-shekel" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 18v-12h4a4 4 0 0 1 4 4v4" /><path d="M18 6v12h-4a4 4 0 0 1 -4 -4v-4" /></svg>; +} + +export default IconCurrencyShekel;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-taka.js b/icons-react/icons-js/currency-taka.js new file mode 100644 index 00000000..a32dd379 --- /dev/null +++ b/icons-react/icons-js/currency-taka.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyTaka({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-taka" width={size} height={size} 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={16.5} cy={15.5} r={1} /><path d="M7 7a2 2 0 1 1 4 0v9a3 3 0 0 0 6 0v-.5" /><path d="M8 11h6" /></svg>; +} + +export default IconCurrencyTaka;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-tugrik.js b/icons-react/icons-js/currency-tugrik.js new file mode 100644 index 00000000..9908cc2e --- /dev/null +++ b/icons-react/icons-js/currency-tugrik.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyTugrik({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-tugrik" width={size} height={size} viewBox="0 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 6h10" /><path d="M12 6v13" /><path d="M8 17l8 -3" /><path d="M16 10l-8 3" /></svg>; +} + +export default IconCurrencyTugrik;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-won.js b/icons-react/icons-js/currency-won.js new file mode 100644 index 00000000..3a3f20dd --- /dev/null +++ b/icons-react/icons-js/currency-won.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyWon({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-won" width={size} height={size} viewBox="0 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 6l3.245 11.358a0.85 .85 0 0 0 1.624 .035l3.131 -9.393l3.131 9.393a0.85 .85 0 0 0 1.624 -.035l3.245 -11.358" /><path d="M21 10h-18" /><path d="M21 14h-18" /></svg>; +} + +export default IconCurrencyWon;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-zloty.js b/icons-react/icons-js/currency-zloty.js new file mode 100644 index 00000000..66436286 --- /dev/null +++ b/icons-react/icons-js/currency-zloty.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyZloty({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-currency-zloty" width={size} height={size} viewBox="0 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 18h-7l7 -7h-7" /><path d="M17 18v-13" /><path d="M14 14.5l6 -3.5" /></svg>; +} + +export default IconCurrencyZloty;
\ No newline at end of file diff --git a/icons-react/icons-js/cursor-text.js b/icons-react/icons-js/cursor-text.js new file mode 100644 index 00000000..01559c47 --- /dev/null +++ b/icons-react/icons-js/cursor-text.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCursorText({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-cursor-text" width={size} height={size} viewBox="0 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 12h4" /><path d="M9 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3" /><path d="M15 4a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3" /></svg>; +} + +export default IconCursorText;
\ No newline at end of file diff --git a/icons-react/icons-js/database-export.js b/icons-react/icons-js/database-export.js new file mode 100644 index 00000000..1b298ca4 --- /dev/null +++ b/icons-react/icons-js/database-export.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDatabaseExport({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-database-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" /><ellipse cx={12} cy={6} rx={8} ry={3} /><path d="M4 6v6c0 1.657 3.582 3 8 3a19.84 19.84 0 0 0 3.302 -.267m4.698 -2.733v-6" /><path d="M4 12v6c0 1.599 3.335 2.905 7.538 2.995m8.462 -6.995v-2m-6 7h7m-3 -3l3 3l-3 3" /></svg>; +} + +export default IconDatabaseExport;
\ No newline at end of file diff --git a/icons-react/icons-js/database-import.js b/icons-react/icons-js/database-import.js new file mode 100644 index 00000000..d07e5fcb --- /dev/null +++ b/icons-react/icons-js/database-import.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDatabaseImport({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-database-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" /><ellipse cx={12} cy={6} rx={8} ry={3} /><path d="M4 6v8m5.009 .783c.924 .14 1.933 .217 2.991 .217c4.418 0 8 -1.343 8 -3v-6" /><path d="M11.252 20.987c.246 .009 .496 .013 .748 .013c4.418 0 8 -1.343 8 -3v-6m-18 7h7m-3 -3l3 3l-3 3" /></svg>; +} + +export default IconDatabaseImport;
\ No newline at end of file diff --git a/icons-react/icons-js/database-off.js b/icons-react/icons-js/database-off.js new file mode 100644 index 00000000..a2676f5e --- /dev/null +++ b/icons-react/icons-js/database-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDatabaseOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-database-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12.983 8.978c3.955 -.182 7.017 -1.446 7.017 -2.978c0 -1.657 -3.582 -3 -8 -3c-1.661 0 -3.204 .19 -4.483 .515m-2.783 1.228c-.471 .382 -.734 .808 -.734 1.257c0 1.22 1.944 2.271 4.734 2.74" /><path d="M4 6v6c0 1.657 3.582 3 8 3c.986 0 1.93 -.067 2.802 -.19m3.187 -.82c1.251 -.53 2.011 -1.228 2.011 -1.99v-6" /><path d="M4 12v6c0 1.657 3.582 3 8 3c3.217 0 5.991 -.712 7.261 -1.74m.739 -3.26v-4" /><line x1={3} y1={3} x2={21} y2={21} /></svg>; +} + +export default IconDatabaseOff;
\ No newline at end of file diff --git a/icons-react/icons-js/details.js b/icons-react/icons-js/details.js new file mode 100644 index 00000000..f12ab656 --- /dev/null +++ b/icons-react/icons-js/details.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDetails({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-details" width={size} height={size} viewBox="0 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 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75" /><path d="M12 3v16" /></svg>; +} + +export default IconDetails;
\ No newline at end of file diff --git a/icons-react/icons-js/device-analytics.js b/icons-react/icons-js/device-analytics.js new file mode 100644 index 00000000..726da909 --- /dev/null +++ b/icons-react/icons-js/device-analytics.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceAnalytics({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-device-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={3} y={4} width={18} height={12} rx={1} /><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="M8 12l3 -3l2 2l3 -3" /></svg>; +} + +export default IconDeviceAnalytics;
\ No newline at end of file diff --git a/icons-react/icons-js/device-audio-tape.js b/icons-react/icons-js/device-audio-tape.js new file mode 100644 index 00000000..37ac9ab9 --- /dev/null +++ b/icons-react/icons-js/device-audio-tape.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceAudioTape({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-device-audio-tape" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={3} y={5} width={18} height={14} rx={2} /><path d="M3 17l4 -3h10l4 3" /><circle cx={7.5} cy={9.5} r={0.5} fill="currentColor" /><circle cx={16.5} cy={9.5} r={0.5} fill="currentColor" /></svg>; +} + +export default IconDeviceAudioTape;
\ No newline at end of file diff --git a/icons-react/icons-js/device-cctv.js b/icons-react/icons-js/device-cctv.js new file mode 100644 index 00000000..db110e25 --- /dev/null +++ b/icons-react/icons-js/device-cctv.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceCctv({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-device-cctv" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={3} y={3} width={18} height={4} rx={1} /><circle cx={12} cy={14} r={4} /><path d="M19 7v7a7 7 0 0 1 -14 0v-7" /><line x1={12} y1={14} x2={12.01} y2={14} /></svg>; +} + +export default IconDeviceCctv;
\ No newline at end of file diff --git a/icons-react/icons-js/device-computer-camera-off.js b/icons-react/icons-js/device-computer-camera-off.js new file mode 100644 index 00000000..c9f21e33 --- /dev/null +++ b/icons-react/icons-js/device-computer-camera-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceComputerCameraOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-device-computer-camera-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6.15 6.153a7 7 0 0 0 9.696 9.696m2.003 -2.001a7 7 0 0 0 -9.699 -9.695" /><path d="M9.13 9.122a3 3 0 0 0 3.743 3.749m2.001 -2.009a3 3 0 0 0 -3.737 -3.736" /><path d="M8 16l-2.091 3.486a1 1 0 0 0 .857 1.514h10.468a1 1 0 0 0 .857 -1.514l-2.091 -3.486" /><line x1={3} y1={3} x2={21} y2={21} /></svg>; +} + +export default IconDeviceComputerCameraOff;
\ No newline at end of file diff --git a/icons-react/icons-js/device-computer-camera.js b/icons-react/icons-js/device-computer-camera.js new file mode 100644 index 00000000..2e03eb0f --- /dev/null +++ b/icons-react/icons-js/device-computer-camera.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceComputerCamera({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-device-computer-camera" width={size} height={size} 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={10} r={7} /><circle cx={12} cy={10} r={3} /><path d="M8 16l-2.091 3.486a1 1 0 0 0 .857 1.514h10.468a1 1 0 0 0 .857 -1.514l-2.091 -3.486" /></svg>; +} + +export default IconDeviceComputerCamera;
\ No newline at end of file diff --git a/icons-react/icons-js/device-desktop-analytics.js b/icons-react/icons-js/device-desktop-analytics.js new file mode 100644 index 00000000..b977f1e9 --- /dev/null +++ b/icons-react/icons-js/device-desktop-analytics.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceDesktopAnalytics({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-device-desktop-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={3} y={4} width={18} height={12} rx={1} /><path d="M7 20h10" /><path d="M9 16v4" /><path d="M15 16v4" /><path d="M9 12v-4" /><path d="M12 12v-1" /><path d="M15 12v-2" /><path d="M12 12v-1" /></svg>; +} + +export default IconDeviceDesktopAnalytics;
\ No newline at end of file diff --git a/icons-react/icons-js/device-desktop-off.js b/icons-react/icons-js/device-desktop-off.js new file mode 100644 index 00000000..d1659e21 --- /dev/null +++ b/icons-react/icons-js/device-desktop-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceDesktopOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-device-desktop-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 4h12a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1m-4 0h-12a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1" /><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} /><line x1={3} y1={3} x2={21} y2={21} /></svg>; +} + +export default IconDeviceDesktopOff;
\ No newline at end of file diff --git a/icons-react/icons-js/device-mobile-message.js b/icons-react/icons-js/device-mobile-message.js new file mode 100644 index 00000000..16052885 --- /dev/null +++ b/icons-react/icons-js/device-mobile-message.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceMobileMessage({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-device-mobile-message" width={size} height={size} viewBox="0 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 3h10v8h-3l-4 2v-2h-3z" /><path d="M15 16v4a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1h2" /><path d="M10 18v.01" /></svg>; +} + +export default IconDeviceMobileMessage;
\ No newline at end of file diff --git a/icons-react/icons-js/devices-pc.js b/icons-react/icons-js/devices-pc.js new file mode 100644 index 00000000..56c4a9a8 --- /dev/null +++ b/icons-react/icons-js/devices-pc.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDevicesPc({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-devices-pc" width={size} height={size} viewBox="0 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 5h6v14h-6z" /><path d="M12 9h10v7h-10z" /><path d="M14 19h6" /><path d="M17 16v3" /><path d="M6 13v.01" /><path d="M6 16v.01" /></svg>; +} + +export default IconDevicesPc;
\ No newline at end of file diff --git a/icons-react/icons-js/dimensions.js b/icons-react/icons-js/dimensions.js new file mode 100644 index 00000000..d5945062 --- /dev/null +++ b/icons-react/icons-js/dimensions.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDimensions({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-dimensions" width={size} height={size} viewBox="0 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 5h11" /><path d="M12 7l2 -2l-2 -2" /><path d="M5 3l-2 2l2 2" /><path d="M19 10v11" /><path d="M17 19l2 2l2 -2" /><path d="M21 12l-2 -2l-2 2" /><rect x={3} y={10} width={11} height={11} rx={2} /></svg>; +} + +export default IconDimensions;
\ No newline at end of file diff --git a/icons-react/icons-js/discount-2.js b/icons-react/icons-js/discount-2.js new file mode 100644 index 00000000..2a0c8404 --- /dev/null +++ b/icons-react/icons-js/discount-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDiscount2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-discount-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" /><line x1={9} y1={15} x2={15} y2={9} /><circle cx={9.5} cy={9.5} r={0.5} fill="currentColor" /><circle cx={14.5} cy={14.5} r={0.5} fill="currentColor" /><path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7a2.2 2.2 0 0 0 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1a2.2 2.2 0 0 0 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" /></svg>; +} + +export default IconDiscount2;
\ No newline at end of file diff --git a/icons-react/icons-js/discount.js b/icons-react/icons-js/discount.js index ee614d6c..c9a34ac6 100644 --- a/icons-react/icons-js/discount.js +++ b/icons-react/icons-js/discount.js @@ -6,7 +6,7 @@ function IconDiscount({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-discount" width={size} height={size} 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={15} x2={15} y2={9} /><circle cx={9.5} cy={9.5} r={0.5} fill="currentColor" /><circle cx={14.5} cy={14.5} r={0.5} fill="currentColor" /><path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7a2.2 2.2 0 0 0 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1a2.2 2.2 0 0 0 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" /></svg>; + return <svg className="icon icon-tabler icon-tabler-discount" width={size} height={size} 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={15} x2={15} y2={9} /><circle cx={9.5} cy={9.5} r={0.5} fill="currentColor" /><circle cx={14.5} cy={14.5} r={0.5} fill="currentColor" /><circle cx={12} cy={12} r={9} /></svg>; } export default IconDiscount;
\ No newline at end of file diff --git a/icons-react/icons-js/dna.js b/icons-react/icons-js/dna.js new file mode 100644 index 00000000..45468478 --- /dev/null +++ b/icons-react/icons-js/dna.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDna({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-dna" width={size} height={size} 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 transform="rotate(-45 12 12)" cx={12} cy={12} r={4} /><path d="M9.172 20.485a4 4 0 1 0 -5.657 -5.657" /><path d="M14.828 3.515a4 4 0 1 0 5.657 5.657" /></svg>; +} + +export default IconDna;
\ No newline at end of file diff --git a/icons-react/icons-js/drone-off.js b/icons-react/icons-js/drone-off.js new file mode 100644 index 00000000..9d3c817e --- /dev/null +++ b/icons-react/icons-js/drone-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDroneOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-drone-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14 14h-4v-4" /><path d="M10 10l-3.5 -3.5" /><path d="M9.957 5.95a3.503 3.503 0 0 0 -2.917 -2.91m-3.02 .989a3.5 3.5 0 0 0 1.98 5.936" /><path d="M14 10l3.5 -3.5" /><path d="M18 9.965a3.5 3.5 0 1 0 -3.966 -3.965" /><line x1={14} y1={14} x2={17.5} y2={17.5} /><path d="M14.035 18a3.5 3.5 0 0 0 5.936 1.98m.987 -3.026a3.503 3.503 0 0 0 -2.918 -2.913" /><line x1={10} y1={14} x2={6.5} y2={17.5} /><path d="M6 14.035a3.5 3.5 0 1 0 3.966 3.965" /><line x1={3} y1={3} x2={21} y2={21} /></svg>; +} + +export default IconDroneOff;
\ No newline at end of file diff --git a/icons-react/icons-js/droplet-filled-2.js b/icons-react/icons-js/droplet-filled-2.js new file mode 100644 index 00000000..8d4f08fe --- /dev/null +++ b/icons-react/icons-js/droplet-filled-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDropletFilled2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-droplet-filled-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.8 11a6 6 0 1 0 10.396 0l-5.197 -8l-5.2 8z" /><path d="M6 14h12" /><path d="M7.305 17.695l3.695 -3.695" /><path d="M10.26 19.74l5.74 -5.74l-5.74 5.74z" /></svg>; +} + +export default IconDropletFilled2;
\ No newline at end of file diff --git a/icons-react/icons-js/droplet-filled.js b/icons-react/icons-js/droplet-filled.js new file mode 100644 index 00000000..dc0dd960 --- /dev/null +++ b/icons-react/icons-js/droplet-filled.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDropletFilled({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-droplet-filled" width={size} height={size} viewBox="0 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.8 11a6 6 0 1 0 10.396 0l-5.197 -8l-5.2 8z" /><path d="M12 3v17" /><path d="M12 12l3.544 -3.544" /><path d="M12 17.3l5.558 -5.558" /></svg>; +} + +export default IconDropletFilled;
\ No newline at end of file diff --git a/icons-react/icons-js/droplet-half-2.js b/icons-react/icons-js/droplet-half-2.js new file mode 100644 index 00000000..10a7b472 --- /dev/null +++ b/icons-react/icons-js/droplet-half-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDropletHalf2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-droplet-half-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.8 11a6 6 0 1 0 10.396 0l-5.197 -8l-5.2 8z" /><path d="M6 14h12" /></svg>; +} + +export default IconDropletHalf2;
\ No newline at end of file diff --git a/icons-react/icons-js/droplet-half.js b/icons-react/icons-js/droplet-half.js new file mode 100644 index 00000000..c7b46210 --- /dev/null +++ b/icons-react/icons-js/droplet-half.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDropletHalf({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-droplet-half" width={size} height={size} viewBox="0 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.8 11a6 6 0 1 0 10.396 0l-5.197 -8l-5.2 8z" /><path d="M12 3v17" /></svg>; +} + +export default IconDropletHalf;
\ No newline at end of file diff --git a/icons-react/icons-js/droplet-off.js b/icons-react/icons-js/droplet-off.js new file mode 100644 index 00000000..cb715839 --- /dev/null +++ b/icons-react/icons-js/droplet-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDropletOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-droplet-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8.454 8.458l-1.653 2.545a6 6 0 0 0 10.32 6.123" /><path d="M18 14a5.971 5.971 0 0 0 -.803 -3l-5.197 -8l-1.968 3.03" /><path d="M3 3l18 18" /></svg>; +} + +export default IconDropletOff;
\ No newline at end of file diff --git a/icons-react/icons-js/droplet.js b/icons-react/icons-js/droplet.js index bd17e1d2..9051f538 100644 --- a/icons-react/icons-js/droplet.js +++ b/icons-react/icons-js/droplet.js @@ -6,7 +6,7 @@ function IconDroplet({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-droplet" width={size} height={size} viewBox="0 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 3l5 5a7 7 0 1 1 -10 0l5 -5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-droplet" width={size} height={size} viewBox="0 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.8 11a6 6 0 1 0 10.396 0l-5.197 -8l-5.2 8z" /></svg>; } export default IconDroplet;
\ No newline at end of file diff --git a/icons-react/icons-js/ear-off.js b/icons-react/icons-js/ear-off.js new file mode 100644 index 00000000..1f14e7de --- /dev/null +++ b/icons-react/icons-js/ear-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEarOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-ear-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 10c0 -1.146 .277 -2.245 .78 -3.219m1.792 -2.208a7 7 0 0 1 10.428 9.027a10 10 0 0 1 -.633 .762m-2.045 1.96a8 8 0 0 0 -1.322 2.278a4.5 4.5 0 0 1 -6.8 1.4" /><path d="M11.42 7.414a3 3 0 0 1 4.131 4.13" /><line x1={3} y1={3} x2={21} y2={21} /></svg>; +} + +export default IconEarOff;
\ No newline at end of file diff --git a/icons-react/icons-js/edit-circle.js b/icons-react/icons-js/edit-circle.js new file mode 100644 index 00000000..8c1f2ae2 --- /dev/null +++ b/icons-react/icons-js/edit-circle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEditCircle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-edit-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="M12 15l8.385 -8.415a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3z" /><path d="M16 5l3 3" /><path d="M9 7.07a7.002 7.002 0 0 0 1 13.93a7.002 7.002 0 0 0 6.929 -5.999" /></svg>; +} + +export default IconEditCircle;
\ No newline at end of file diff --git a/icons-react/icons-js/equal-not.js b/icons-react/icons-js/equal-not.js new file mode 100644 index 00000000..9cdb84af --- /dev/null +++ b/icons-react/icons-js/equal-not.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEqualNot({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-equal-not" width={size} height={size} viewBox="0 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 9h14m-14 6h14m0 -10l-14 14" /></svg>; +} + +export default IconEqualNot;
\ No newline at end of file diff --git a/icons-react/icons-js/equal.js b/icons-react/icons-js/equal.js new file mode 100644 index 00000000..68fc623d --- /dev/null +++ b/icons-react/icons-js/equal.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEqual({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-equal" width={size} height={size} viewBox="0 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 9h14m-14 6h14" /></svg>; +} + +export default IconEqual;
\ No newline at end of file diff --git a/icons-react/icons-js/eye-check.js b/icons-react/icons-js/eye-check.js new file mode 100644 index 00000000..3f04b9ea --- /dev/null +++ b/icons-react/icons-js/eye-check.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEyeCheck({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-eye-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" /><circle cx={12} cy={12} r={2} /><path d="M12 19c-4 0 -7.333 -2.333 -10 -7c2.667 -4.667 6 -7 10 -7s7.333 2.333 10 7c-.42 .736 -.858 1.414 -1.311 2.033" /><path d="M15 19l2 2l4 -4" /></svg>; +} + +export default IconEyeCheck;
\ No newline at end of file diff --git a/icons-react/icons-js/eyeglass-2.js b/icons-react/icons-js/eyeglass-2.js new file mode 100644 index 00000000..97238a8b --- /dev/null +++ b/icons-react/icons-js/eyeglass-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEyeglass2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-eyeglass-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="M8 4h-2l-3 10v2.5" /><path d="M16 4h2l3 10v2.5" /><line x1={10} y1={16} x2={14} y2={16} /><circle cx={17.5} cy={16.5} r={3.5} /><circle cx={6.5} cy={16.5} r={3.5} /></svg>; +} + +export default IconEyeglass2;
\ No newline at end of file diff --git a/icons-react/icons-js/eyeglass.js b/icons-react/icons-js/eyeglass.js new file mode 100644 index 00000000..5d25daa7 --- /dev/null +++ b/icons-react/icons-js/eyeglass.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEyeglass({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-eyeglass" width={size} height={size} viewBox="0 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 4h-2l-3 10" /><path d="M16 4h2l3 10" /><line x1={10} y1={16} x2={14} y2={16} /><path d="M21 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" /><path d="M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" /></svg>; +} + +export default IconEyeglass;
\ No newline at end of file diff --git a/icons-react/icons-js/feather.js b/icons-react/icons-js/feather.js new file mode 100644 index 00000000..1f0a1232 --- /dev/null +++ b/icons-react/icons-js/feather.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFeather({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-feather" width={size} height={size} viewBox="0 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 20l10 -10m0 -5v5h5m-9 -1v5h5m-9 -1v5h5m-5 -5l4 -4l4 -4" /><path d="M19 10c.638 -.636 1 -1.515 1 -2.486a3.515 3.515 0 0 0 -3.517 -3.514c-.97 0 -1.847 .367 -2.483 1m-3 13l4 -4l4 -4" /></svg>; +} + +export default IconFeather;
\ No newline at end of file diff --git a/icons-react/icons-js/flag-2.js b/icons-react/icons-js/flag-2.js new file mode 100644 index 00000000..6830bf12 --- /dev/null +++ b/icons-react/icons-js/flag-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFlag2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-flag-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="M5 14h14v-9h-14v16" /></svg>; +} + +export default IconFlag2;
\ No newline at end of file diff --git a/icons-react/icons-js/flag-3.js b/icons-react/icons-js/flag-3.js new file mode 100644 index 00000000..7b0d9765 --- /dev/null +++ b/icons-react/icons-js/flag-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFlag3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-flag-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="M5 14h14l-4.5 -4.5l4.5 -4.5h-14v16" /></svg>; +} + +export default IconFlag3;
\ No newline at end of file diff --git a/icons-react/icons-js/flame.js b/icons-react/icons-js/flame.js index 0fab7659..af2a8ccb 100644 --- a/icons-react/icons-js/flame.js +++ b/icons-react/icons-js/flame.js @@ -6,7 +6,7 @@ function IconFlame({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-flame" width={size} height={size} viewBox="0 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 -2.96 0 -7 -1 -8c0 3.038 -1.762 4.383 -2.989 5.642c-1.226 1.26 -2.011 2.598 -2.011 4.358a6 6 0 1 0 12 0c0 -1.532 -.77 -2.94 -1.714 -4c-1.786 3 -3.077 3 -4.286 2z" /></svg>; + return <svg className="icon icon-tabler icon-tabler-flame" width={size} height={size} viewBox="0 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 -2.96 0 -7 -1 -8c0 3.038 -1.773 4.741 -3 6c-1.226 1.26 -2 3.24 -2 5a6 6 0 1 0 12 0c0 -1.532 -1.056 -3.94 -2 -5c-1.786 3 -2.791 3 -4 2z" /></svg>; } export default IconFlame;
\ No newline at end of file diff --git a/icons-react/icons-js/flare.js b/icons-react/icons-js/flare.js new file mode 100644 index 00000000..b4285dce --- /dev/null +++ b/icons-react/icons-js/flare.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFlare({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-flare" width={size} height={size} 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="M3 12h4m5 -9v4m5 5h4m-9 5v4m-4.5 -13.5l1 1m8 -1l-1 1m0 7l1 1m-8 -1l-1 1" /></svg>; +} + +export default IconFlare;
\ No newline at end of file diff --git a/icons-react/icons-js/forms.js b/icons-react/icons-js/forms.js new file mode 100644 index 00000000..8c6d628e --- /dev/null +++ b/icons-react/icons-js/forms.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconForms({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-forms" width={size} height={size} viewBox="0 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 3a3 3 0 0 0 -3 3v12a3 3 0 0 0 3 3" /><path d="M6 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3" /><path d="M13 7h7a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-7" /><path d="M5 7h-1a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h1" /><path d="M17 12h.01" /><path d="M13 12h.01" /></svg>; +} + +export default IconForms;
\ No newline at end of file diff --git a/icons-react/icons-js/gas-station.js b/icons-react/icons-js/gas-station.js index 9e36768e..1e9da977 100644 --- a/icons-react/icons-js/gas-station.js +++ b/icons-react/icons-js/gas-station.js @@ -6,7 +6,7 @@ function IconGasStation({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-gas-station" width={size} height={size} viewBox="0 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 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3" /><line x1={4} y1={19} x2={14} y2={19} /><line x1={5} y1={11} x2={13} y2={11} /><path d="M5 19v-12a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v12" /><path d="M17 7v1a1 1 0 0 0 1 1h1" /></svg>; + return <svg className="icon icon-tabler icon-tabler-gas-station" width={size} height={size} viewBox="0 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 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3" /><path d="M4 20v-14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14" /><line x1={3} y1={20} x2={15} y2={20} /><path d="M18 7v1a1 1 0 0 0 1 1h1" /><line x1={4} y1={11} x2={14} y2={11} /></svg>; } export default IconGasStation;
\ No newline at end of file diff --git a/icons-react/icons-js/geometry.js b/icons-react/icons-js/geometry.js new file mode 100644 index 00000000..0138256e --- /dev/null +++ b/icons-react/icons-js/geometry.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGeometry({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-geometry" width={size} height={size} viewBox="0 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 21l4 -12m2 0l1.48 4.439m.949 2.847l1.571 4.714" /><circle cx={12} cy={7} r={2} /><path d="M4 12c1.526 2.955 4.588 5 8 5c3.41 0 6.473 -2.048 8 -5" /><path d="M12 5v-2" /></svg>; +} + +export default IconGeometry;
\ No newline at end of file diff --git a/icons-react/icons-js/glass-full.js b/icons-react/icons-js/glass-full.js index 32a3e843..8512d40a 100644 --- a/icons-react/icons-js/glass-full.js +++ b/icons-react/icons-js/glass-full.js @@ -6,7 +6,7 @@ function IconGlassFull({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-glass-full" width={size} height={size} 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={16} y2={21} /><line x1={12} y1={15} x2={12} y2={21} /><path d="M16 4l1 6a5 5 0 0 1 -10 0l1 -6z" /><path d="M7 10a4 4 0 0 1 5 0a4 4 0 0 0 5 0" /></svg>; + return <svg className="icon icon-tabler icon-tabler-glass-full" width={size} height={size} 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={16} y2={21} /><line x1={12} y1={15} x2={12} y2={21} /><path d="M17 3l1 7c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -7h10z" /><path d="M6 10a5.001 5.001 0 0 1 6 0a5.001 5.001 0 0 0 6 0" /></svg>; } export default IconGlassFull;
\ No newline at end of file diff --git a/icons-react/icons-js/glass-off.js b/icons-react/icons-js/glass-off.js new file mode 100644 index 00000000..bf3a5d72 --- /dev/null +++ b/icons-react/icons-js/glass-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGlassOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-glass-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={8} y1={21} x2={16} y2={21} /><line x1={12} y1={15} x2={12} y2={21} /><path d="M7 3h10l1 7a4.511 4.511 0 0 1 -1.053 2.94m-2.386 1.625a7.48 7.48 0 0 1 -2.561 .435c-3.314 0 -6 -1.988 -6 -5l.5 -3.495" /><line x1={3} y1={3} x2={21} y2={21} /></svg>; +} + +export default IconGlassOff;
\ No newline at end of file diff --git a/icons-react/icons-js/glass.js b/icons-react/icons-js/glass.js index 1965f201..3c645d1f 100644 --- a/icons-react/icons-js/glass.js +++ b/icons-react/icons-js/glass.js @@ -6,7 +6,7 @@ function IconGlass({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-glass" width={size} height={size} 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={16} y2={21} /><line x1={12} y1={15} x2={12} y2={21} /><path d="M16 4l1 6a5 5 0 0 1 -10 0l1 -6z" /></svg>; + return <svg className="icon icon-tabler icon-tabler-glass" width={size} height={size} 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={16} y2={21} /><line x1={12} y1={15} x2={12} y2={21} /><path d="M17 3l1 7c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -7h10z" /></svg>; } export default IconGlass;
\ No newline at end of file diff --git a/icons-react/icons-js/grain.js b/icons-react/icons-js/grain.js new file mode 100644 index 00000000..a9e21733 --- /dev/null +++ b/icons-react/icons-js/grain.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGrain({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-grain" width={size} height={size} 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.5} cy={9.5} r={1} /><circle cx={9.5} cy={4.5} r={1} /><circle cx={9.5} cy={14.5} r={1} /><circle cx={4.5} cy={19.5} r={1} /><circle cx={14.5} cy={9.5} r={1} /><circle cx={19.5} cy={4.5} r={1} /><circle cx={14.5} cy={19.5} r={1} /><circle cx={19.5} cy={14.5} r={1} /></svg>; +} + +export default IconGrain;
\ No newline at end of file diff --git a/icons-react/icons-js/growth.js b/icons-react/icons-js/growth.js new file mode 100644 index 00000000..45f24ebd --- /dev/null +++ b/icons-react/icons-js/growth.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGrowth({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-growth" width={size} height={size} viewBox="0 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.5 15a4.5 4.5 0 0 0 -4.5 4.5m4.5 -8.5a4.5 4.5 0 0 0 -4.5 4.5m4.5 -8.5a4.5 4.5 0 0 0 -4.5 4.5m-4 3.5c2.21 0 4 2.015 4 4.5m-4 -8.5c2.21 0 4 2.015 4 4.5m-4 -8.5c2.21 0 4 2.015 4 4.5m0 -7.5v6" /></svg>; +} + +export default IconGrowth;
\ No newline at end of file diff --git a/icons-react/icons-js/h-1.js b/icons-react/icons-js/h-1.js index 5f327fef..7218a42e 100644 --- a/icons-react/icons-js/h-1.js +++ b/icons-react/icons-js/h-1.js @@ -6,7 +6,7 @@ function IconH1({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-h-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" /><line x1={3} y1={5} x2={3} y2={19} /><line x1={3} y1={12} x2={12} y2={12} /><line x1={12} y1={5} x2={12} y2={19} /><path d="M20 19v-10l-3 3" /></svg>; + return <svg className="icon icon-tabler icon-tabler-h-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="M19 18v-8l-2 2" /><path d="M4 6v12" /><path d="M12 6v12" /><path d="M11 18h2" /><path d="M3 18h2" /><path d="M4 12h8" /><path d="M3 6h2" /><path d="M11 6h2" /></svg>; } export default IconH1;
\ No newline at end of file diff --git a/icons-react/icons-js/h-2.js b/icons-react/icons-js/h-2.js index b1ee34aa..9b0fb63e 100644 --- a/icons-react/icons-js/h-2.js +++ b/icons-react/icons-js/h-2.js @@ -6,7 +6,7 @@ function IconH2({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-h-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" /><line x1={3} y1={5} x2={3} y2={19} /><line x1={3} y1={12} x2={12} y2={12} /><line x1={12} y1={5} x2={12} y2={19} /><path d="M21 19h-5l4.47 -5.96a2.5 2.5 0 1 0 -4.47 -1.54" /></svg>; + return <svg className="icon icon-tabler icon-tabler-h-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="M17 12a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001" /><path d="M4 6v12" /><path d="M12 6v12" /><path d="M11 18h2" /><path d="M3 18h2" /><path d="M4 12h8" /><path d="M3 6h2" /><path d="M11 6h2" /></svg>; } export default IconH2;
\ No newline at end of file diff --git a/icons-react/icons-js/h-3.js b/icons-react/icons-js/h-3.js index f8a43474..d2de3412 100644 --- a/icons-react/icons-js/h-3.js +++ b/icons-react/icons-js/h-3.js @@ -6,7 +6,7 @@ function IconH3({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-h-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" /><line x1={3} y1={5} x2={3} y2={19} /><line x1={3} y1={12} x2={12} y2={12} /><line x1={12} y1={5} x2={12} y2={19} /><path d="M16 11.5a2.5 2.5 0 1 1 2.5 2.5a2.5 2.5 0 1 1 -2.5 2.5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-h-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="M19 14a2 2 0 1 0 -2 -2" /><path d="M17 16a2 2 0 1 0 2 -2" /><path d="M4 6v12" /><path d="M12 6v12" /><path d="M11 18h2" /><path d="M3 18h2" /><path d="M4 12h8" /><path d="M3 6h2" /><path d="M11 6h2" /></svg>; } export default IconH3;
\ No newline at end of file diff --git a/icons-react/icons-js/h-4.js b/icons-react/icons-js/h-4.js index 53bb8587..a9b700c6 100644 --- a/icons-react/icons-js/h-4.js +++ b/icons-react/icons-js/h-4.js @@ -6,7 +6,7 @@ function IconH4({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-h-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" /><line x1={3} y1={5} x2={3} y2={19} /><line x1={3} y1={12} x2={12} y2={12} /><line x1={12} y1={5} x2={12} y2={19} /><path d="M20 19v-10l-5 8h7" /></svg>; + return <svg className="icon icon-tabler icon-tabler-h-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="M20 18v-8l-4 6h5" /><path d="M4 6v12" /><path d="M12 6v12" /><path d="M11 18h2" /><path d="M3 18h2" /><path d="M4 12h8" /><path d="M3 6h2" /><path d="M11 6h2" /></svg>; } export default IconH4;
\ No newline at end of file diff --git a/icons-react/icons-js/h-5.js b/icons-react/icons-js/h-5.js index cdc7c78d..55f8f523 100644 --- a/icons-react/icons-js/h-5.js +++ b/icons-react/icons-js/h-5.js @@ -6,7 +6,7 @@ function IconH5({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-h-5" width={size} height={size} 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={5} x2={3} y2={19} /><line x1={3} y1={12} x2={12} y2={12} /><line x1={12} y1={5} x2={12} y2={19} /><path d="M16 18.27a3 3 0 1 0 0 -4.537l0 -4.733h5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-h-5" width={size} height={size} viewBox="0 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 18h2a2 2 0 1 0 0 -4h-2v-4h4" /><path d="M4 6v12" /><path d="M12 6v12" /><path d="M11 18h2" /><path d="M3 18h2" /><path d="M4 12h8" /><path d="M3 6h2" /><path d="M11 6h2" /></svg>; } export default IconH5;
\ No newline at end of file diff --git a/icons-react/icons-js/h-6.js b/icons-react/icons-js/h-6.js index cb7bf5ab..f7829f40 100644 --- a/icons-react/icons-js/h-6.js +++ b/icons-react/icons-js/h-6.js @@ -6,7 +6,7 @@ function IconH6({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-h-6" width={size} height={size} 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={5} x2={3} y2={19} /><line x1={3} y1={12} x2={12} y2={12} /><line x1={12} y1={5} x2={12} y2={19} /><circle cx={18.5} cy={16.5} r={2.5} /><line x1={20} y1={9} x2={16.5} y2={15} /></svg>; + return <svg className="icon icon-tabler icon-tabler-h-6" width={size} height={size} 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 transform="rotate(180 19 16)" cx={19} cy={16} r={2} /><path d="M21 12a2 2 0 1 0 -4 0v4" /><path d="M4 6v12" /><path d="M12 6v12" /><path d="M11 18h2" /><path d="M3 18h2" /><path d="M4 12h8" /><path d="M3 6h2" /><path d="M11 6h2" /></svg>; } export default IconH6;
\ No newline at end of file diff --git a/icons-react/icons-js/hand-finger.js b/icons-react/icons-js/hand-finger.js new file mode 100644 index 00000000..6dab9f4b --- /dev/null +++ b/icons-react/icons-js/hand-finger.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHandFinger({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-hand-finger" width={size} height={size} viewBox="0 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 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" /><path d="M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5" /><path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" /><path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" /></svg>; +} + +export default IconHandFinger;
\ No newline at end of file diff --git a/icons-react/icons-js/hand-little-finger.js b/icons-react/icons-js/hand-little-finger.js new file mode 100644 index 00000000..2ea48fcb --- /dev/null +++ b/icons-react/icons-js/hand-little-finger.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHandLittleFinger({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-hand-little-finger" width={size} height={size} viewBox="0 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 13v-2.5a1.5 1.5 0 0 1 3 0v1.5" /><path d="M11 11.5v-1a1.5 1.5 0 0 1 3 0v1.5" /><path d="M17 12v-5.5a1.5 1.5 0 0 1 3 0v9.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" /><path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" /></svg>; +} + +export default IconHandLittleFinger;
\ No newline at end of file diff --git a/icons-react/icons-js/hand-middle-finger.js b/icons-react/icons-js/hand-middle-finger.js index bec99353..49458c6b 100644 --- a/icons-react/icons-js/hand-middle-finger.js +++ b/icons-react/icons-js/hand-middle-finger.js @@ -6,7 +6,7 @@ function IconHandMiddleFinger({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-hand-middle-finger" width={size} height={size} viewBox="0 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 13.5v-4a1.5 1.5 0 0 1 3 0v2.5m0 -2.5v-6a1.5 1.5 0 0 1 3 0v8.5m0 -2.5a1.5 1.5 0 0 1 3 0v2.5m0 -1.5a1.5 1.5 0 0 1 3 0v5.5a6 6 0 0 1 -6 6h-2a7 6 0 0 1 -5 -3l-2.7 -5.25a1.4 1.4 0 0 1 2.75 -2l.9 1.75" /></svg>; + return <svg className="icon icon-tabler icon-tabler-hand-middle-finger" width={size} height={size} viewBox="0 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 13v-2.5a1.5 1.5 0 0 1 3 0v1.5" /><path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" /><path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" /><path d="M11 11.5v-8a1.5 1.5 0 1 1 3 0v8.5" /></svg>; } export default IconHandMiddleFinger;
\ No newline at end of file diff --git a/icons-react/icons-js/hand-ring-finger.js b/icons-react/icons-js/hand-ring-finger.js new file mode 100644 index 00000000..cab11bbd --- /dev/null +++ b/icons-react/icons-js/hand-ring-finger.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHandRingFinger({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-hand-ring-finger" width={size} height={size} viewBox="0 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 13v-2.5a1.5 1.5 0 0 1 3 0v1.5" /><path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" /><path d="M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5" /><path d="M14 12v-6.5a1.5 1.5 0 0 1 3 0v6.5" /></svg>; +} + +export default IconHandRingFinger;
\ No newline at end of file diff --git a/icons-react/icons-js/hand-rock.js b/icons-react/icons-js/hand-rock.js new file mode 100644 index 00000000..664a0645 --- /dev/null +++ b/icons-react/icons-js/hand-rock.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHandRock({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-hand-rock" width={size} height={size} viewBox="0 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 11.5v-1a1.5 1.5 0 0 1 3 0v1.5" /><path d="M17 12v-6.5a1.5 1.5 0 0 1 3 0v10.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" /><path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" /><path d="M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" /></svg>; +} + +export default IconHandRock;
\ No newline at end of file diff --git a/icons-react/icons-js/hand-stop.js b/icons-react/icons-js/hand-stop.js index e2246be6..da66e2b4 100644 --- a/icons-react/icons-js/hand-stop.js +++ b/icons-react/icons-js/hand-stop.js @@ -6,7 +6,7 @@ function IconHandStop({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-hand-stop" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 13.5v-8a1.5 1.5 0 0 1 3 0v6.5m0 -6.5v-2a1.5 1.5 0 0 1 3 0v8.5m0 -6.5a1.5 1.5 0 0 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2a7 6 0 0 1 -5 -3l-2.7 -5.25a1.4 1.4 0 0 1 2.75 -2l.9 1.75" /></svg>; + return <svg className="icon icon-tabler icon-tabler-hand-stop" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 13v-7.5a1.5 1.5 0 0 1 3 0v6.5" /><path d="M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5" /><path d="M14 5.5a1.5 1.5 0 0 1 3 0v6.5" /><path d="M17 7.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" /></svg>; } export default IconHandStop;
\ No newline at end of file diff --git a/icons-react/icons-js/hand-three-fingers.js b/icons-react/icons-js/hand-three-fingers.js new file mode 100644 index 00000000..8985ee07 --- /dev/null +++ b/icons-react/icons-js/hand-three-fingers.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHandThreeFingers({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-hand-three-fingers" width={size} height={size} viewBox="0 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 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" /><path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" /><path d="M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5" /><path d="M14 5.5a1.5 1.5 0 0 1 3 0v6.5" /></svg>; +} + +export default IconHandThreeFingers;
\ No newline at end of file diff --git a/icons-react/icons-js/hand-two-fingers.js b/icons-react/icons-js/hand-two-fingers.js new file mode 100644 index 00000000..6c0c69e9 --- /dev/null +++ b/icons-react/icons-js/hand-two-fingers.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHandTwoFingers({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-hand-two-fingers" width={size} height={size} viewBox="0 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 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" /><path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" /><path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" /><path d="M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5" /></svg>; +} + +export default IconHandTwoFingers;
\ No newline at end of file diff --git a/icons-react/icons-js/hanger.js b/icons-react/icons-js/hanger.js new file mode 100644 index 00000000..28a9e714 --- /dev/null +++ b/icons-react/icons-js/hanger.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHanger({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-hanger" width={size} height={size} viewBox="0 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 7a3 3 0 1 0 -3 3v2m0 0l-8.624 5.488a0.82 .82 0 0 0 .44 1.512h16.368a0.82 .82 0 0 0 .44 -1.512l-8.624 -5.488z" /></svg>; +} + +export default IconHanger;
\ No newline at end of file diff --git a/icons-react/icons-js/heading.js b/icons-react/icons-js/heading.js new file mode 100644 index 00000000..0c043bb6 --- /dev/null +++ b/icons-react/icons-js/heading.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHeading({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-heading" width={size} height={size} viewBox="0 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 12h10" /><path d="M7 4v16" /><path d="M17 4v16" /><path d="M15 20h4" /><path d="M15 4h4" /><path d="M5 20h4" /><path d="M5 4h4" /></svg>; +} + +export default IconHeading;
\ No newline at end of file diff --git a/icons-react/icons-js/hexagon-off.js b/icons-react/icons-js/hexagon-off.js new file mode 100644 index 00000000..8bc2748a --- /dev/null +++ b/icons-react/icons-js/hexagon-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHexagonOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-hexagon-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8.693 4.69l2.336 -1.39a2.056 2.056 0 0 1 2 0l6 3.573h-.029a2 2 0 0 1 1 1.747v6.536c0 .246 -.045 .485 -.13 .707m-2.16 1.847l-4.739 3.027a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l1.154 -.687" /><path d="M3 3l18 18" /></svg>; +} + +export default IconHexagonOff;
\ No newline at end of file diff --git a/icons-react/icons-js/hierarchy-2.js b/icons-react/icons-js/hierarchy-2.js new file mode 100644 index 00000000..9b6636bf --- /dev/null +++ b/icons-react/icons-js/hierarchy-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHierarchy2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-hierarchy-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 3h4v4h-4z" /><path d="M3 17h4v4h-4z" /><path d="M17 17h4v4h-4z" /><path d="M7 17l5 -4l5 4" /><line x1={12} y1={7} x2={12} y2={13} /></svg>; +} + +export default IconHierarchy2;
\ No newline at end of file diff --git a/icons-react/icons-js/hierarchy.js b/icons-react/icons-js/hierarchy.js new file mode 100644 index 00000000..0239d325 --- /dev/null +++ b/icons-react/icons-js/hierarchy.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHierarchy({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-hierarchy" width={size} height={size} 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} /><circle cx={5} cy={19} r={2} /><circle cx={19} cy={19} r={2} /><path d="M6.5 17.5l5.5 -4.5l5.5 4.5" /><line x1={12} y1={7} x2={12} y2={13} /></svg>; +} + +export default IconHierarchy;
\ No newline at end of file diff --git a/icons-react/icons-js/ice-cream-2.js b/icons-react/icons-js/ice-cream-2.js new file mode 100644 index 00000000..183e6323 --- /dev/null +++ b/icons-react/icons-js/ice-cream-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconIceCream2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-ice-cream-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="M17.657 11.004a6 6 0 1 0 -11.315 -.002" /><path d="M6.342 11l5.658 11l5.657 -10.996z" /></svg>; +} + +export default IconIceCream2;
\ No newline at end of file diff --git a/icons-react/icons-js/ice-cream.js b/icons-react/icons-js/ice-cream.js index cf475ac5..e6aa7fcb 100644 --- a/icons-react/icons-js/ice-cream.js +++ b/icons-react/icons-js/ice-cream.js @@ -6,7 +6,7 @@ function IconIceCream({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-ice-cream" width={size} height={size} 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={4} y1={20} x2={8} y2={16} /><line x1={5} y1={13} x2={11} y2={19} /><path d="M11 19l7 -7a4 4 0 0 0 -6 -6l-7 7" /></svg>; + return <svg className="icon icon-tabler icon-tabler-ice-cream" width={size} height={size} viewBox="0 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.5v-4.5" /><path d="M8 17h8v-10a4 4 0 1 0 -8 0v10z" /><path d="M8 10.5l8 -3.5" /><path d="M8 14.5l8 -3.5" /></svg>; } export default IconIceCream;
\ No newline at end of file diff --git a/icons-react/icons-js/keyboard-off.js b/icons-react/icons-js/keyboard-off.js new file mode 100644 index 00000000..9ff8e7a7 --- /dev/null +++ b/icons-react/icons-js/keyboard-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconKeyboardOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-keyboard-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M18 18h-14a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2m4 0h10a2 2 0 0 1 2 2v8c0 .554 -.226 1.056 -.59 1.418" /><line x1={6} y1={10} x2={6} y2={10.01} /><line x1={10} y1={10} x2={10} y2={10.01} /><line x1={14} y1={10} x2={14} y2={10.01} /><line x1={18} y1={10} x2={18} y2={10.01} /><line x1={6} y1={14} x2={6} y2={14.01} /><line x1={18} y1={14} x2={18} y2={14.01} /><line x1={10} y1={14} x2={14} y2={14} /><line x1={3} y1={3} x2={21} y2={21} /></svg>; +} + +export default IconKeyboardOff;
\ No newline at end of file diff --git a/icons-react/icons-js/layers-linked.js b/icons-react/icons-js/layers-linked.js new file mode 100644 index 00000000..8badffde --- /dev/null +++ b/icons-react/icons-js/layers-linked.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLayersLinked({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-layers-linked" width={size} height={size} viewBox="0 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.268a2 2 0 0 1 1 1.732v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h3" /><path d="M5.003 15.734a2 2 0 0 1 -1.003 -1.734v-8a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-3" /></svg>; +} + +export default IconLayersLinked;
\ 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 index ba0cadb3..60fe3505 100644 --- a/icons-react/icons-js/layout-grid-add.js +++ b/icons-react/icons-js/layout-grid-add.js @@ -6,7 +6,7 @@ function IconLayoutGridAdd({ 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} /><path d="M14 17h6" /><path d="M17 14v6" /></svg>; + 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} /><path d="M14 17h6m-3 -3v6" /></svg>; } export default IconLayoutGridAdd;
\ No newline at end of file diff --git a/icons-react/icons-js/letter-case-lower.js b/icons-react/icons-js/letter-case-lower.js new file mode 100644 index 00000000..d00372a2 --- /dev/null +++ b/icons-react/icons-js/letter-case-lower.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLetterCaseLower({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-letter-case-lower" width={size} height={size} 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={6.5} cy={15.5} r={3.5} /><path d="M10 12v7" /><circle cx={17.5} cy={15.5} r={3.5} /><path d="M21 12v7" /></svg>; +} + +export default IconLetterCaseLower;
\ No newline at end of file diff --git a/icons-react/icons-js/letter-case-toggle.js b/icons-react/icons-js/letter-case-toggle.js new file mode 100644 index 00000000..724a128f --- /dev/null +++ b/icons-react/icons-js/letter-case-toggle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLetterCaseToggle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-letter-case-toggle" width={size} height={size} 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={6.5} cy={15.5} r={3.5} /><path d="M14 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" /><path d="M14 13h7" /><path d="M10 12v7" /></svg>; +} + +export default IconLetterCaseToggle;
\ No newline at end of file diff --git a/icons-react/icons-js/letter-case-upper.js b/icons-react/icons-js/letter-case-upper.js new file mode 100644 index 00000000..2b370c31 --- /dev/null +++ b/icons-react/icons-js/letter-case-upper.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLetterCaseUpper({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-letter-case-upper" width={size} height={size} viewBox="0 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 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" /><path d="M3 13h7" /><path d="M14 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" /><path d="M14 13h7" /></svg>; +} + +export default IconLetterCaseUpper;
\ No newline at end of file diff --git a/icons-react/icons-js/letter-case.js b/icons-react/icons-js/letter-case.js new file mode 100644 index 00000000..7089edc4 --- /dev/null +++ b/icons-react/icons-js/letter-case.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLetterCase({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-letter-case" width={size} height={size} 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={17.5} cy={15.5} r={3.5} /><path d="M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" /><path d="M3 13h7" /><path d="M21 12v7" /></svg>; +} + +export default IconLetterCase;
\ No newline at end of file diff --git a/icons-react/icons-js/letter-spacing.js b/icons-react/icons-js/letter-spacing.js new file mode 100644 index 00000000..c752dfcd --- /dev/null +++ b/icons-react/icons-js/letter-spacing.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLetterSpacing({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-letter-spacing" width={size} height={size} viewBox="0 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 12v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" /><path d="M13 4l3 8l3 -8" /><path d="M5 18h14" /><path d="M17 20l2 -2l-2 -2" /><path d="M7 16l-2 2l2 2" /></svg>; +} + +export default IconLetterSpacing;
\ No newline at end of file diff --git a/icons-react/icons-js/line-dashed.js b/icons-react/icons-js/line-dashed.js new file mode 100644 index 00000000..67c77fe4 --- /dev/null +++ b/icons-react/icons-js/line-dashed.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLineDashed({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-line-dashed" width={size} height={size} viewBox="0 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 12h2" /><path d="M17 12h2" /><path d="M11 12h2" /></svg>; +} + +export default IconLineDashed;
\ No newline at end of file diff --git a/icons-react/icons-js/line-dotted.js b/icons-react/icons-js/line-dotted.js new file mode 100644 index 00000000..0663b651 --- /dev/null +++ b/icons-react/icons-js/line-dotted.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLineDotted({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-line-dotted" width={size} height={size} viewBox="0 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.01" /><path d="M8 12v.01" /><path d="M12 12v.01" /><path d="M16 12v.01" /><path d="M20 12v.01" /></svg>; +} + +export default IconLineDotted;
\ No newline at end of file diff --git a/icons-react/icons-js/list-search.js b/icons-react/icons-js/list-search.js new file mode 100644 index 00000000..4ac80fa0 --- /dev/null +++ b/icons-react/icons-js/list-search.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconListSearch({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-list-search" width={size} height={size} 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={15} cy={15} r={4} /><path d="M18.5 18.5l2.5 2.5" /><path d="M4 6h16" /><path d="M4 12h4" /><path d="M4 18h4" /></svg>; +} + +export default IconListSearch;
\ No newline at end of file diff --git a/icons-react/icons-js/lock-access.js b/icons-react/icons-js/lock-access.js new file mode 100644 index 00000000..f33961ba --- /dev/null +++ b/icons-react/icons-js/lock-access.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLockAccess({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-lock-access" width={size} height={size} viewBox="0 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 8v-2a2 2 0 0 1 2 -2h2" /><path d="M4 16v2a2 2 0 0 0 2 2h2" /><path d="M16 4h2a2 2 0 0 1 2 2v2" /><path d="M16 20h2a2 2 0 0 0 2 -2v-2" /><rect x={8} y={11} width={8} height={5} rx={1} /><path d="M10 11v-2a2 2 0 1 1 4 0v2" /></svg>; +} + +export default IconLockAccess;
\ No newline at end of file diff --git a/icons-react/icons-js/macro.js b/icons-react/icons-js/macro.js new file mode 100644 index 00000000..88f07bd7 --- /dev/null +++ b/icons-react/icons-js/macro.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMacro({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-macro" width={size} height={size} viewBox="0 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 15a6 6 0 1 0 12 0" /><path d="M18 15a6 6 0 0 0 -6 6" /><path d="M12 21a6 6 0 0 0 -6 -6" /><path d="M12 21v-10" /><path d="M12 11a5 5 0 0 1 -5 -5v-3l3 2l2 -2l2 2l3 -2v3a5 5 0 0 1 -5 5z" /></svg>; +} + +export default IconMacro;
\ No newline at end of file diff --git a/icons-react/icons-js/mail-forward.js b/icons-react/icons-js/mail-forward.js new file mode 100644 index 00000000..bcad0113 --- /dev/null +++ b/icons-react/icons-js/mail-forward.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMailForward({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-mail-forward" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 18h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5" /><path d="M3 6l9 6l9 -6" /><path d="M15 18h6" /><path d="M18 15l3 3l-3 3" /></svg>; +} + +export default IconMailForward;
\ No newline at end of file diff --git a/icons-react/icons-js/mailbox.js b/icons-react/icons-js/mailbox.js new file mode 100644 index 00000000..24aa81a9 --- /dev/null +++ b/icons-react/icons-js/mailbox.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMailbox({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-mailbox" width={size} height={size} viewBox="0 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 21v-6.5a3.5 3.5 0 0 0 -7 0v6.5h18v-6a4 4 0 0 0 -4 -4h-10.5" /><path d="M12 11v-8h4l2 2l-2 2h-4" /><path d="M6 15h1" /></svg>; +} + +export default IconMailbox;
\ No newline at end of file diff --git a/icons-react/icons-js/marquee-2.js b/icons-react/icons-js/marquee-2.js new file mode 100644 index 00000000..35e4abb7 --- /dev/null +++ b/icons-react/icons-js/marquee-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMarquee2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-marquee-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="M4 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2" /></svg>; +} + +export default IconMarquee2;
\ No newline at end of file diff --git a/icons-react/icons-js/mask-off.js b/icons-react/icons-js/mask-off.js new file mode 100644 index 00000000..1a359a7d --- /dev/null +++ b/icons-react/icons-js/mask-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMaskOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-mask-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19.42 19.41a2 2 0 0 1 -1.42 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.055 .588 -1.417m3.412 -.583h10a2 2 0 0 1 2 2v10" /><path d="M9.885 9.872a3 3 0 1 0 4.245 4.24m.582 -3.396a3.012 3.012 0 0 0 -1.438 -1.433" /><path d="M3 3l18 18" /></svg>; +} + +export default IconMaskOff;
\ No newline at end of file diff --git a/icons-react/icons-js/mask.js b/icons-react/icons-js/mask.js new file mode 100644 index 00000000..46dd076a --- /dev/null +++ b/icons-react/icons-js/mask.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMask({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-mask" width={size} height={size} 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={3} /><rect x={4} y={4} width={16} height={16} rx={2} /></svg>; +} + +export default IconMask;
\ No newline at end of file diff --git a/icons-react/icons-js/massage.js b/icons-react/icons-js/massage.js new file mode 100644 index 00000000..746c0cec --- /dev/null +++ b/icons-react/icons-js/massage.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMassage({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-massage" width={size} height={size} 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={1} /><circle cx={9} cy={5} r={1} /><path d="M4 22l4 -2v-3h12" /><path d="M11 20h9" /><path d="M8 14l3 -2l1 -4c3 1 3 4 3 6" /></svg>; +} + +export default IconMassage;
\ No newline at end of file diff --git a/icons-react/icons-js/math-function.js b/icons-react/icons-js/math-function.js new file mode 100644 index 00000000..86ceb080 --- /dev/null +++ b/icons-react/icons-js/math-function.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMathFunction({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-math-function" width={size} height={size} viewBox="0 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 10h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1" /><path d="M13 17c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5" /><path d="M3 19c0 1.5 .5 2 2 2s2 -4 3 -9s1.5 -9 3 -9s2 .5 2 2" /><line x1={5} y1={12} x2={11} y2={12} /></svg>; +} + +export default IconMathFunction;
\ No newline at end of file diff --git a/icons-react/icons-js/math-symbols.js b/icons-react/icons-js/math-symbols.js new file mode 100644 index 00000000..dbc7a856 --- /dev/null +++ b/icons-react/icons-js/math-symbols.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMathSymbols({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-math-symbols" width={size} height={size} 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={12} x2={21} y2={12} /><line x1={12} y1={3} x2={12} y2={21} /><line x1={16.5} y1={4.5} x2={19.5} y2={7.5} /><line x1={19.5} y1={4.5} x2={16.5} y2={7.5} /><line x1={6} y1={4} x2={6} y2={8} /><line x1={4} y1={6} x2={8} y2={6} /><line x1={18} y1={16} x2={18.01} y2={16} /><line x1={18} y1={20} x2={18.01} y2={20} /><line x1={4} y1={18} x2={8} y2={18} /></svg>; +} + +export default IconMathSymbols;
\ No newline at end of file diff --git a/icons-react/icons-js/minus-vertical.js b/icons-react/icons-js/minus-vertical.js new file mode 100644 index 00000000..9036e400 --- /dev/null +++ b/icons-react/icons-js/minus-vertical.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMinusVertical({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-minus-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="M12 5v14" /></svg>; +} + +export default IconMinusVertical;
\ No newline at end of file diff --git a/icons-react/icons-js/mood-empty.js b/icons-react/icons-js/mood-empty.js new file mode 100644 index 00000000..1b66e13a --- /dev/null +++ b/icons-react/icons-js/mood-empty.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodEmpty({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-mood-empty" width={size} height={size} 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={9} y1={10} x2={9.01} y2={10} /><line x1={15} y1={10} x2={15.01} y2={10} /><line x1={9} y1={15} x2={15} y2={15} /></svg>; +} + +export default IconMoodEmpty;
\ No newline at end of file diff --git a/icons-react/icons-js/mood-neutral.js b/icons-react/icons-js/mood-neutral.js index e8fb685e..d166c980 100644 --- a/icons-react/icons-js/mood-neutral.js +++ b/icons-react/icons-js/mood-neutral.js @@ -6,7 +6,7 @@ function IconMoodNeutral({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-mood-neutral" width={size} height={size} 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={9} y1={10} x2={9.01} y2={10} /><line x1={15} y1={10} x2={15.01} y2={10} /><line x1={9} y1={15} x2={15} y2={15} /></svg>; + return <svg className="icon icon-tabler icon-tabler-mood-neutral" width={size} height={size} 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={9} y1={10} x2={9.01} y2={10} /><line x1={15} y1={10} x2={15.01} y2={10} /></svg>; } export default IconMoodNeutral;
\ No newline at end of file diff --git a/icons-react/icons-js/motorbike.js b/icons-react/icons-js/motorbike.js new file mode 100644 index 00000000..7217193a --- /dev/null +++ b/icons-react/icons-js/motorbike.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMotorbike({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-motorbike" width={size} height={size} 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={5} cy={16} r={3} /><circle cx={19} cy={16} r={3} /><path d="M7.5 14h5l4 -4h-10.5m1.5 4l4 -4" /><path d="M13 6h2l1.5 3l2 4" /></svg>; +} + +export default IconMotorbike;
\ No newline at end of file diff --git a/icons-react/icons-js/mouse.js b/icons-react/icons-js/mouse.js index 06f25503..18472abf 100644 --- a/icons-react/icons-js/mouse.js +++ b/icons-react/icons-js/mouse.js @@ -6,7 +6,7 @@ function IconMouse({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-mouse" width={size} height={size} 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={7} y={4} width={10} height={16} rx={4} /><line x1={12} y1={8} x2={12} y2={11} /></svg>; + return <svg className="icon icon-tabler icon-tabler-mouse" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={6} y={3} width={12} height={18} rx={4} /><line x1={12} y1={7} x2={12} y2={11} /></svg>; } export default IconMouse;
\ No newline at end of file diff --git a/icons-react/icons-js/mug.js b/icons-react/icons-js/mug.js index 7c397292..9d965ff9 100644 --- a/icons-react/icons-js/mug.js +++ b/icons-react/icons-js/mug.js @@ -6,7 +6,7 @@ function IconMug({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-mug" width={size} height={size} viewBox="0 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 6h10a1 1 0 0 1 1 1v8a4 4 0 0 1 -4 4h-4a4 4 0 0 1 -4 -4v-8a1 1 0 0 1 1 -1" /><path d="M16 9h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2" /></svg>; + return <svg className="icon icon-tabler icon-tabler-mug" width={size} height={size} viewBox="0 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.083 5h10.834a1.08 1.08 0 0 1 1.083 1.077v8.615c0 2.38 -1.94 4.308 -4.333 4.308h-4.334c-2.393 0 -4.333 -1.929 -4.333 -4.308v-8.615a1.08 1.08 0 0 1 1.083 -1.077" /><path d="M16 8h2.5c1.38 0 2.5 1.045 2.5 2.333v2.334c0 1.288 -1.12 2.333 -2.5 2.333h-2.5" /></svg>; } export default IconMug;
\ No newline at end of file diff --git a/icons-react/icons-js/nfc.js b/icons-react/icons-js/nfc.js new file mode 100644 index 00000000..2dc12cd6 --- /dev/null +++ b/icons-react/icons-js/nfc.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNfc({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-nfc" width={size} height={size} viewBox="0 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 20a3 3 0 0 1 -3 -3v-11l5 5" /><path d="M13 4a3 3 0 0 1 3 3v11l-5 -5" /><rect x={4} y={4} width={16} height={16} rx={3} /></svg>; +} + +export default IconNfc;
\ No newline at end of file diff --git a/icons-react/icons-js/octagon-off.js b/icons-react/icons-js/octagon-off.js new file mode 100644 index 00000000..c8d3372e --- /dev/null +++ b/icons-react/icons-js/octagon-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconOctagonOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-octagon-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M7.647 3.653l.353 -.353c.2 -.2 .4 -.3 .7 -.3h6.6c.3 0 .5 .1 .7 .3l4.7 4.7c.2 .2 .3 .4 .3 .7v6.6c0 .3 -.1 .5 -.3 .7l-.35 .35m-1.997 1.997l-2.353 2.353c-.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 -.7l2.35 -2.35" /><path d="M3 3l18 18" /></svg>; +} + +export default IconOctagonOff;
\ No newline at end of file diff --git a/icons-react/icons-js/old.js b/icons-react/icons-js/old.js new file mode 100644 index 00000000..f2d4a880 --- /dev/null +++ b/icons-react/icons-js/old.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconOld({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-old" width={size} height={size} viewBox="0 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 21l-1 -4l-2 -3v-6" /><path d="M5 14l-1 -3l4 -3l3 2l3 .5" /><circle cx={8} cy={4} r={1} /><path d="M7 17l-2 4" /><path d="M16 21v-8.5a1.5 1.5 0 0 1 3 0v.5" /></svg>; +} + +export default IconOld;
\ No newline at end of file diff --git a/icons-react/icons-js/olympics.js b/icons-react/icons-js/olympics.js new file mode 100644 index 00000000..a48e4cb5 --- /dev/null +++ b/icons-react/icons-js/olympics.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconOlympics({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-olympics" width={size} height={size} 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={6} cy={9} r={3} /><circle cx={18} cy={9} r={3} /><circle cx={12} cy={9} r={3} /><circle cx={9} cy={15} r={3} /><circle cx={15} cy={15} r={3} /></svg>; +} + +export default IconOlympics;
\ No newline at end of file diff --git a/icons-react/icons-js/overline.js b/icons-react/icons-js/overline.js new file mode 100644 index 00000000..0cb76037 --- /dev/null +++ b/icons-react/icons-js/overline.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconOverline({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-overline" width={size} height={size} viewBox="0 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 9v5a5 5 0 0 0 10 0v-5" /><path d="M5 5h14" /></svg>; +} + +export default IconOverline;
\ No newline at end of file diff --git a/icons-react/icons-js/pacman.js b/icons-react/icons-js/pacman.js new file mode 100644 index 00000000..f117819b --- /dev/null +++ b/icons-react/icons-js/pacman.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPacman({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-pacman" width={size} height={size} viewBox="0 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.636 5.636a9 9 0 0 1 13.397 .747l-5.619 5.617l5.619 5.617a9 9 0 1 1 -13.397 -11.981z" /><circle cx={11.5} cy={7.5} r={1} fill="currentColor" /></svg>; +} + +export default IconPacman;
\ No newline at end of file diff --git a/icons-react/icons-js/perspective.js b/icons-react/icons-js/perspective.js new file mode 100644 index 00000000..98c62f9d --- /dev/null +++ b/icons-react/icons-js/perspective.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPerspective({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-perspective" width={size} height={size} viewBox="0 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.141 4.163l12 1.714a1 1 0 0 1 .859 .99v10.266a1 1 0 0 1 -.859 .99l-12 1.714a1 1 0 0 1 -1.141 -.99v-13.694a1 1 0 0 1 1.141 -.99z" /></svg>; +} + +export default IconPerspective;
\ No newline at end of file diff --git a/icons-react/icons-js/physotherapist.js b/icons-react/icons-js/physotherapist.js new file mode 100644 index 00000000..f504a87e --- /dev/null +++ b/icons-react/icons-js/physotherapist.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPhysotherapist({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-physotherapist" width={size} height={size} viewBox="0 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 15l-1 -3l4 -2l4 1h3.5" /><circle cx={4} cy={19} r={1} /><circle cx={12} cy={6} r={1} /><path d="M12 17v-7" /><path d="M8 20h7l1 -4l4 -2" /><path d="M18 20h3" /></svg>; +} + +export default IconPhysotherapist;
\ No newline at end of file diff --git a/icons-react/icons-js/play-card.js b/icons-react/icons-js/play-card.js new file mode 100644 index 00000000..a2d2a80e --- /dev/null +++ b/icons-react/icons-js/play-card.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPlayCard({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-play-card" width={size} height={size} 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 transform="rotate(90 12 12)" x={3} y={5} width={18} height={14} rx={2} /><line x1={8} y1={6} x2={8.01} y2={6} /><line x1={16} y1={18} x2={16.01} y2={18} /><path d="M12 16l-3 -4l3 -4l3 4z" /></svg>; +} + +export default IconPlayCard;
\ No newline at end of file diff --git a/icons-react/icons-js/playlist.js b/icons-react/icons-js/playlist.js new file mode 100644 index 00000000..1e07518d --- /dev/null +++ b/icons-react/icons-js/playlist.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPlaylist({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-playlist" width={size} height={size} 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={14} cy={17} r={3} /><path d="M17 17v-13h4" /><path d="M13 5h-10" /><line x1={3} y1={9} x2={13} y2={9} /><path d="M9 13h-6" /></svg>; +} + +export default IconPlaylist;
\ No newline at end of file diff --git a/icons-react/icons-js/pokeball.js b/icons-react/icons-js/pokeball.js new file mode 100644 index 00000000..cd4a8fc2 --- /dev/null +++ b/icons-react/icons-js/pokeball.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPokeball({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-pokeball" width={size} height={size} 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={9} r={9} transform="translate(3 3)" /><circle cx={12} cy={12} r={3} /><path d="M3 12h6m6 0h6" /></svg>; +} + +export default IconPokeball;
\ No newline at end of file diff --git a/icons-react/icons-js/polaroid.js b/icons-react/icons-js/polaroid.js new file mode 100644 index 00000000..ce743f26 --- /dev/null +++ b/icons-react/icons-js/polaroid.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPolaroid({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-polaroid" width={size} height={size} 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} /><line x1={4} y1={16} x2={20} y2={16} /><path d="M4 12l3 -3c.928 -.893 2.072 -.893 3 0l4 4" /><path d="M13 12l2 -2c.928 -.893 2.072 -.893 3 0l2 2" /><line x1={14} y1={7} x2={14.01} y2={7} /></svg>; +} + +export default IconPolaroid;
\ No newline at end of file diff --git a/icons-react/icons-js/presentation-analytics.js b/icons-react/icons-js/presentation-analytics.js new file mode 100644 index 00000000..4092a0d1 --- /dev/null +++ b/icons-react/icons-js/presentation-analytics.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPresentationAnalytics({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-presentation-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="M9 12v-4" /><path d="M15 12v-2" /><path d="M12 12v-1" /><path d="M3 4h18" /><path d="M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-10" /><path d="M12 16v4" /><path d="M9 20h6" /></svg>; +} + +export default IconPresentationAnalytics;
\ No newline at end of file diff --git a/icons-react/icons-js/propeller.js b/icons-react/icons-js/propeller.js new file mode 100644 index 00000000..801133c4 --- /dev/null +++ b/icons-react/icons-js/propeller.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPropeller({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-propeller" width={size} height={size} 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={3} /><path d="M14.167 10.5c.722 -1.538 1.156 -3.043 1.303 -4.514c.22 -1.63 -.762 -2.986 -3.47 -2.986s-3.69 1.357 -3.47 2.986c.147 1.471 .581 2.976 1.303 4.514" /><path d="M13.169 16.751c.97 1.395 2.057 2.523 3.257 3.386c1.3 1.006 2.967 .833 4.321 -1.512c1.354 -2.345 .67 -3.874 -.85 -4.498c-1.348 -.608 -2.868 -.985 -4.562 -1.128" /><path d="M8.664 12.999c-1.693 .143 -3.213 .52 -4.56 1.128c-1.522 .623 -2.206 2.153 -.852 4.498s3.02 2.517 4.321 1.512c1.2 -.863 2.287 -1.991 3.258 -3.386" /></svg>; +} + +export default IconPropeller;
\ No newline at end of file diff --git a/icons-react/icons-js/pyramid.js b/icons-react/icons-js/pyramid.js new file mode 100644 index 00000000..a8b66024 --- /dev/null +++ b/icons-react/icons-js/pyramid.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPyramid({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-pyramid" width={size} height={size} viewBox="0 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 17l9 4l9 -4l-9 -14z" /><path d="M12 3v18" /></svg>; +} + +export default IconPyramid;
\ No newline at end of file diff --git a/icons-react/icons-js/radius-bottom-left.js b/icons-react/icons-js/radius-bottom-left.js new file mode 100644 index 00000000..d9879e04 --- /dev/null +++ b/icons-react/icons-js/radius-bottom-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRadiusBottomLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-radius-bottom-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="M19 19h-6a8 8 0 0 1 -8 -8v-6" /></svg>; +} + +export default IconRadiusBottomLeft;
\ No newline at end of file diff --git a/icons-react/icons-js/radius-bottom-right.js b/icons-react/icons-js/radius-bottom-right.js new file mode 100644 index 00000000..3daa7d21 --- /dev/null +++ b/icons-react/icons-js/radius-bottom-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRadiusBottomRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-radius-bottom-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="M19 5v6a8 8 0 0 1 -8 8h-6" /></svg>; +} + +export default IconRadiusBottomRight;
\ No newline at end of file diff --git a/icons-react/icons-js/radius-top-left.js b/icons-react/icons-js/radius-top-left.js new file mode 100644 index 00000000..c85c3ca4 --- /dev/null +++ b/icons-react/icons-js/radius-top-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRadiusTopLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-radius-top-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="M5 19v-6a8 8 0 0 1 8 -8h6" /></svg>; +} + +export default IconRadiusTopLeft;
\ No newline at end of file diff --git a/icons-react/icons-js/radius-top-right.js b/icons-react/icons-js/radius-top-right.js new file mode 100644 index 00000000..bd0c3363 --- /dev/null +++ b/icons-react/icons-js/radius-top-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRadiusTopRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-radius-top-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="M5 5h6a8 8 0 0 1 8 8v6" /></svg>; +} + +export default IconRadiusTopRight;
\ No newline at end of file diff --git a/icons-react/icons-js/recharging.js b/icons-react/icons-js/recharging.js new file mode 100644 index 00000000..f097dfe4 --- /dev/null +++ b/icons-react/icons-js/recharging.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRecharging({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-recharging" width={size} height={size} viewBox="0 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.038 4.5a9 9 0 0 0 -2.495 2.47" /><path d="M3.186 10.209a9 9 0 0 0 0 3.508" /><path d="M4.5 16.962a9 9 0 0 0 2.47 2.495" /><path d="M10.209 20.814a9 9 0 0 0 3.5 0" /><path d="M16.962 19.5a9 9 0 0 0 2.495 -2.47" /><path d="M20.814 13.791a9 9 0 0 0 0 -3.508" /><path d="M19.5 7.038a9 9 0 0 0 -2.47 -2.495" /><path d="M13.791 3.186a9 9 0 0 0 -3.508 -.02" /><path d="M12 8l-2 4h4l-2 4" /><path d="M12 21a9 9 0 0 0 0 -18" /></svg>; +} + +export default IconRecharging;
\ No newline at end of file diff --git a/icons-react/icons-js/report-analytics.js b/icons-react/icons-js/report-analytics.js new file mode 100644 index 00000000..937119bb --- /dev/null +++ b/icons-react/icons-js/report-analytics.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReportAnalytics({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-report-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="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 17v-5" /><path d="M12 17v-1" /><path d="M15 17v-3" /></svg>; +} + +export default IconReportAnalytics;
\ No newline at end of file diff --git a/icons-react/icons-js/report-medical.js b/icons-react/icons-js/report-medical.js new file mode 100644 index 00000000..8dd4210f --- /dev/null +++ b/icons-react/icons-js/report-medical.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReportMedical({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-report-medical" width={size} height={size} viewBox="0 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} /><line x1={10} y1={14} x2={14} y2={14} /><line x1={12} y1={12} x2={12} y2={16} /></svg>; +} + +export default IconReportMedical;
\ No newline at end of file diff --git a/icons-react/icons-js/report-money.js b/icons-react/icons-js/report-money.js new file mode 100644 index 00000000..3c2619d5 --- /dev/null +++ b/icons-react/icons-js/report-money.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReportMoney({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-report-money" width={size} height={size} viewBox="0 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="M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" /><path d="M12 17v1m0 -8v1" /></svg>; +} + +export default IconReportMoney;
\ No newline at end of file diff --git a/icons-react/icons-js/report.js b/icons-react/icons-js/report.js new file mode 100644 index 00000000..38722cc3 --- /dev/null +++ b/icons-react/icons-js/report.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReport({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-report" width={size} height={size} viewBox="0 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 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697" /><path d="M18 14v4h4" /><path d="M18 11v-4a2 2 0 0 0 -2 -2h-2" /><rect x={8} y={3} width={6} height={4} rx={2} /><circle cx={18} cy={18} r={4} /><path d="M8 11h4" /><path d="M8 15h3" /></svg>; +} + +export default IconReport;
\ No newline at end of file diff --git a/icons-react/icons-js/resize.js b/icons-react/icons-js/resize.js new file mode 100644 index 00000000..6ea27f8d --- /dev/null +++ b/icons-react/icons-js/resize.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconResize({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-resize" width={size} height={size} viewBox="0 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 11v8a1 1 0 0 0 1 1h8m-9 -14v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1" /><path d="M4 12h7a1 1 0 0 1 1 1v7" /></svg>; +} + +export default IconResize;
\ No newline at end of file diff --git a/icons-react/icons-js/row-insert-bottom.js b/icons-react/icons-js/row-insert-bottom.js new file mode 100644 index 00000000..3b9418c0 --- /dev/null +++ b/icons-react/icons-js/row-insert-bottom.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRowInsertBottom({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-row-insert-bottom" width={size} height={size} viewBox="0 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 6v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1z" /><line x1={12} y1={15} x2={12} y2={19} /><line x1={14} y1={17} x2={10} y2={17} /></svg>; +} + +export default IconRowInsertBottom;
\ No newline at end of file diff --git a/icons-react/icons-js/row-insert-top.js b/icons-react/icons-js/row-insert-top.js new file mode 100644 index 00000000..64e50cb0 --- /dev/null +++ b/icons-react/icons-js/row-insert-top.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRowInsertTop({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-row-insert-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="M4 18v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" /><path d="M12 9v-4" /><line x1={10} y1={7} x2={14} y2={7} /></svg>; +} + +export default IconRowInsertTop;
\ No newline at end of file diff --git a/icons-react/icons-js/ruler-2.js b/icons-react/icons-js/ruler-2.js new file mode 100644 index 00000000..84b653bd --- /dev/null +++ b/icons-react/icons-js/ruler-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRuler2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-ruler-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="M17 3l4 4l-14 14l-4 -4z" /><path d="M16 7l-1.5 -1.5" /><path d="M13 10l-1.5 -1.5" /><path d="M10 13l-1.5 -1.5" /><path d="M7 16l-1.5 -1.5" /></svg>; +} + +export default IconRuler2;
\ No newline at end of file diff --git a/icons-react/icons-js/satellite.js b/icons-react/icons-js/satellite.js new file mode 100644 index 00000000..7d1cfd3b --- /dev/null +++ b/icons-react/icons-js/satellite.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSatellite({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-satellite" width={size} height={size} viewBox="0 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.707 6.293l2.586 -2.586a1 1 0 0 1 1.414 0l5.586 5.586a1 1 0 0 1 0 1.414l-2.586 2.586a1 1 0 0 1 -1.414 0l-5.586 -5.586a1 1 0 0 1 0 -1.414z" /><path d="M6 10l-3 3l3 3l3 -3" /><path d="M10 6l3 -3l3 3l-3 3" /><line x1={12} y1={12} x2={13.5} y2={13.5} /><path d="M14.5 17a2.5 2.5 0 0 0 2.5 -2.5" /><path d="M15 21a6 6 0 0 0 6 -6" /></svg>; +} + +export default IconSatellite;
\ No newline at end of file diff --git a/icons-react/icons-js/scale.js b/icons-react/icons-js/scale.js index d9c77e73..b018e5d6 100644 --- a/icons-react/icons-js/scale.js +++ b/icons-react/icons-js/scale.js @@ -6,7 +6,7 @@ function IconScale({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-scale" width={size} height={size} 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} /><line x1={9} y1={21} x2={15} y2={21} /><polyline points="3 6 6 7 12 5 18 7 21 6" /><path d="M6 7l-3 9a5 5 0 0 0 6 0l-3 -9" /><path d="M18 7l-3 9a5 5 0 0 0 6 0l-3 -9" /></svg>; + return <svg className="icon icon-tabler icon-tabler-scale" width={size} height={size} 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={20} x2={17} y2={20} /><path d="M6 6l6 -1l6 1" /><line x1={12} y1={3} x2={12} y2={20} /><path d="M9 12l-3 -6l-3 6a3 3 0 0 0 6 0" /><path d="M21 12l-3 -6l-3 6a3 3 0 0 0 6 0" /></svg>; } export default IconScale;
\ No newline at end of file diff --git a/icons-react/icons-js/scuba-mask.js b/icons-react/icons-js/scuba-mask.js new file mode 100644 index 00000000..2a201d5b --- /dev/null +++ b/icons-react/icons-js/scuba-mask.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconScubaMask({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-scuba-mask" width={size} height={size} viewBox="0 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 7h12a1 1 0 0 1 1 1v4.5a2.5 2.5 0 0 1 -2.5 2.5h-.5a2 2 0 0 1 -2 -2a2 2 0 1 0 -4 0a2 2 0 0 1 -2 2h-.5a2.5 2.5 0 0 1 -2.5 -2.5v-4.5a1 1 0 0 1 1 -1z" /><path d="M10 17a2 2 0 0 0 2 2h3.5a5.5 5.5 0 0 0 5.5 -5.5v-9.5" /></svg>; +} + +export default IconScubaMask;
\ No newline at end of file diff --git a/icons-react/icons-js/section.js b/icons-react/icons-js/section.js new file mode 100644 index 00000000..6eb485f7 --- /dev/null +++ b/icons-react/icons-js/section.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSection({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-section" width={size} height={size} viewBox="0 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.01" /><path d="M4 20h.01" /><path d="M8 20h.01" /><path d="M12 20h.01" /><path d="M16 20h.01" /><path d="M20 4h.01" /><path d="M4 4h.01" /><path d="M8 4h.01" /><path d="M12 4h.01" /><path d="M16 4l0 0" /><rect x={4} y={8} width={16} height={8} rx={1} /></svg>; +} + +export default IconSection;
\ No newline at end of file diff --git a/icons-react/icons-js/settings-automation.js b/icons-react/icons-js/settings-automation.js new file mode 100644 index 00000000..74b5a702 --- /dev/null +++ b/icons-react/icons-js/settings-automation.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSettingsAutomation({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-settings-automation" width={size} height={size} viewBox="0 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.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z" /><path d="M10 9v6l5 -3z" /></svg>; +} + +export default IconSettingsAutomation;
\ No newline at end of file diff --git a/icons-react/icons-js/shadow-off.js b/icons-react/icons-js/shadow-off.js new file mode 100644 index 00000000..da05dbc5 --- /dev/null +++ b/icons-react/icons-js/shadow-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconShadowOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-shadow-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5.634 5.638a9 9 0 0 0 12.728 12.727m1.68 -2.32a9 9 0 0 0 -12.086 -12.088" /><path d="M16 12h2" /><path d="M13 15h2" /><path d="M13 18h1" /><path d="M13 9h4" /><path d="M13 6h1" /><path d="M3 3l18 18" /></svg>; +} + +export default IconShadowOff;
\ No newline at end of file diff --git a/icons-react/icons-js/shadow.js b/icons-react/icons-js/shadow.js new file mode 100644 index 00000000..92c24f54 --- /dev/null +++ b/icons-react/icons-js/shadow.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconShadow({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-shadow" width={size} height={size} 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="M13 12h5" /><path d="M13 15h4" /><path d="M13 18h1" /><path d="M13 9h4" /><path d="M13 6h1" /></svg>; +} + +export default IconShadow;
\ No newline at end of file diff --git a/icons-react/icons-js/shape-2.js b/icons-react/icons-js/shape-2.js new file mode 100644 index 00000000..6395f78b --- /dev/null +++ b/icons-react/icons-js/shape-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconShape2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-shape-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" /><circle cx={5} cy={5} r={2} /><circle cx={19} cy={19} r={2} /><circle cx={19} cy={5} r={2} /><circle cx={5} cy={19} r={2} /><path d="M6.5 17.5l11 -11m-12.5 .5v10m14 -10v10" /></svg>; +} + +export default IconShape2;
\ No newline at end of file diff --git a/icons-react/icons-js/shape-3.js b/icons-react/icons-js/shape-3.js new file mode 100644 index 00000000..0baaa681 --- /dev/null +++ b/icons-react/icons-js/shape-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconShape3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-shape-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" /><circle cx={5} cy={5} r={2} /><circle cx={19} cy={19} r={2} /><circle cx={19} cy={5} r={2} /><circle cx={5} cy={19} r={2} /><path d="M7 5h10m-12 2v10m14 -10v10" /></svg>; +} + +export default IconShape3;
\ No newline at end of file diff --git a/icons-react/icons-js/shopping-cart-discount.js b/icons-react/icons-js/shopping-cart-discount.js new file mode 100644 index 00000000..2b245963 --- /dev/null +++ b/icons-react/icons-js/shopping-cart-discount.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconShoppingCartDiscount({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-shopping-cart-discount" width={size} height={size} 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={6} cy={19} r={2} /><circle cx={17} cy={19} r={2} /><path d="M17 17h-11v-14h-2" /><path d="M20 6l-1 7h-13" /><path d="M10 10l6 -6" /><circle cx={10.5} cy={4.5} r={0.5} /><circle cx={15.5} cy={9.5} r={0.5} /></svg>; +} + +export default IconShoppingCartDiscount;
\ No newline at end of file diff --git a/icons-react/icons-js/shopping-cart-off.js b/icons-react/icons-js/shopping-cart-off.js new file mode 100644 index 00000000..95f493bd --- /dev/null +++ b/icons-react/icons-js/shopping-cart-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconShoppingCartOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-shopping-cart-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" /><circle cx={6} cy={19} r={2} /><path d="M17 17a2 2 0 1 0 2 2" /><path d="M17 17h-11v-11" /><path d="M9.239 5.231l10.761 .769l-1 7h-2m-4 0h-7" /><path d="M3 3l18 18" /></svg>; +} + +export default IconShoppingCartOff;
\ No newline at end of file diff --git a/icons-react/icons-js/shopping-cart-plus.js b/icons-react/icons-js/shopping-cart-plus.js new file mode 100644 index 00000000..df8ab68a --- /dev/null +++ b/icons-react/icons-js/shopping-cart-plus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconShoppingCartPlus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-shopping-cart-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" /><circle cx={6} cy={19} r={2} /><circle cx={17} cy={19} r={2} /><path d="M17 17h-11v-14h-2" /><path d="M6 5l6.005 .429m7.138 6.573l-.143 .998h-13" /><path d="M15 6h6m-3 -3v6" /></svg>; +} + +export default IconShoppingCartPlus;
\ No newline at end of file diff --git a/icons-react/icons-js/shopping-cart-x.js b/icons-react/icons-js/shopping-cart-x.js new file mode 100644 index 00000000..e1cb482d --- /dev/null +++ b/icons-react/icons-js/shopping-cart-x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconShoppingCartX({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-shopping-cart-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" /><circle cx={6} cy={19} r={2} /><circle cx={17} cy={19} r={2} /><path d="M17 17h-11v-14h-2" /><path d="M6 5l7.999 .571m5.43 4.43l-.429 2.999h-13" /><path d="M17 3l4 4" /><path d="M21 3l-4 4" /></svg>; +} + +export default IconShoppingCartX;
\ No newline at end of file diff --git a/icons-react/icons-js/shopping-cart.js b/icons-react/icons-js/shopping-cart.js index c871eb59..134fb9d0 100644 --- a/icons-react/icons-js/shopping-cart.js +++ b/icons-react/icons-js/shopping-cart.js @@ -6,7 +6,7 @@ function IconShoppingCart({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-shopping-cart" width={size} height={size} 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={19} r={2} /><circle cx={17} cy={19} r={2} /><path d="M3 3h2l2 12a3 3 0 0 0 3 2h7a3 3 0 0 0 3 -2l1 -7h-15.2" /></svg>; + return <svg className="icon icon-tabler icon-tabler-shopping-cart" width={size} height={size} 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={6} cy={19} r={2} /><circle cx={17} cy={19} r={2} /><path d="M17 17h-11v-14h-2" /><path d="M6 5l14 1l-1 7h-13" /></svg>; } export default IconShoppingCart;
\ No newline at end of file diff --git a/icons-react/icons-js/shredder.js b/icons-react/icons-js/shredder.js new file mode 100644 index 00000000..a4b96ae0 --- /dev/null +++ b/icons-react/icons-js/shredder.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconShredder({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-shredder" width={size} height={size} 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={10} width={16} height={5} rx={1} /><path d="M17 10v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4m5 5v5m4 -5v2m-8 -2v3" /></svg>; +} + +export default IconShredder;
\ No newline at end of file diff --git a/icons-react/icons-js/signature.js b/icons-react/icons-js/signature.js new file mode 100644 index 00000000..f744c961 --- /dev/null +++ b/icons-react/icons-js/signature.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSignature({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-signature" width={size} height={size} viewBox="0 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 17c3.333 -3.333 5 -6 5 -8c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 4.877 2.5 6c1.5 2 2.5 2.5 3.5 1l2 -3c.333 2.667 1.333 4 3 4c.53 0 2.639 -2 3 -2c.517 0 1.517 .667 3 2" /></svg>; +} + +export default IconSignature;
\ No newline at end of file diff --git a/icons-react/icons-js/sock.js b/icons-react/icons-js/sock.js new file mode 100644 index 00000000..152a9d6f --- /dev/null +++ b/icons-react/icons-js/sock.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSock({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-sock" width={size} height={size} viewBox="0 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 3v6l4.798 5.142a4 4 0 0 1 -5.441 5.86l-6.736 -6.41a2 2 0 0 1 -.621 -1.451v-9.141h8z" /><path d="M7.895 15.768c.708 -.721 1.105 -1.677 1.105 -2.768a4 4 0 0 0 -4 -4" /></svg>; +} + +export default IconSock;
\ No newline at end of file diff --git a/icons-react/icons-js/sort-ascending-2.js b/icons-react/icons-js/sort-ascending-2.js new file mode 100644 index 00000000..c9328f89 --- /dev/null +++ b/icons-react/icons-js/sort-ascending-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSortAscending2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-sort-ascending-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="M14 9l3 -3l3 3" /><rect x={5} y={5} width={5} height={5} rx={0.5} /><rect x={5} y={14} width={5} height={5} rx={0.5} /><path d="M17 6v12" /></svg>; +} + +export default IconSortAscending2;
\ No newline at end of file diff --git a/icons-react/icons-js/sort-descending-2.js b/icons-react/icons-js/sort-descending-2.js new file mode 100644 index 00000000..e3ae13ed --- /dev/null +++ b/icons-react/icons-js/sort-descending-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSortDescending2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-sort-descending-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" /><rect x={5} y={5} width={5} height={5} rx={0.5} /><rect x={5} y={14} width={5} height={5} rx={0.5} /><path d="M14 15l3 3l3 -3" /><path d="M17 18v-12" /></svg>; +} + +export default IconSortDescending2;
\ No newline at end of file diff --git a/icons-react/icons-js/sport-billard.js b/icons-react/icons-js/sport-billard.js new file mode 100644 index 00000000..42089dea --- /dev/null +++ b/icons-react/icons-js/sport-billard.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSportBillard({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-sport-billard" width={size} height={size} 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={10} r={2} /><circle cx={12} cy={14} r={2} /><circle cx={12} cy={12} r={8} /></svg>; +} + +export default IconSportBillard;
\ No newline at end of file diff --git a/icons-react/icons-js/square-0.js b/icons-react/icons-js/square-0.js new file mode 100644 index 00000000..8797fe9a --- /dev/null +++ b/icons-react/icons-js/square-0.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquare0({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-0" width={size} height={size} viewBox="0 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 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" /><rect x={4} y={4} width={16} height={16} rx={2} /></svg>; +} + +export default IconSquare0;
\ No newline at end of file diff --git a/icons-react/icons-js/square-1.js b/icons-react/icons-js/square-1.js new file mode 100644 index 00000000..07277ff8 --- /dev/null +++ b/icons-react/icons-js/square-1.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquare1({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-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="M12 16v-8l-2 2" /><rect x={4} y={4} width={16} height={16} rx={2} /></svg>; +} + +export default IconSquare1;
\ No newline at end of file diff --git a/icons-react/icons-js/square-2.js b/icons-react/icons-js/square-2.js new file mode 100644 index 00000000..2faf36c5 --- /dev/null +++ b/icons-react/icons-js/square-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquare2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-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 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001" /><rect x={4} y={4} width={16} height={16} rx={2} /></svg>; +} + +export default IconSquare2;
\ No newline at end of file diff --git a/icons-react/icons-js/square-3.js b/icons-react/icons-js/square-3.js new file mode 100644 index 00000000..13002ca1 --- /dev/null +++ b/icons-react/icons-js/square-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquare3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-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="M12 12a2 2 0 1 0 -2 -2" /><path d="M10 14a2 2 0 1 0 2 -2" /><rect x={4} y={4} width={16} height={16} rx={2} /></svg>; +} + +export default IconSquare3;
\ No newline at end of file diff --git a/icons-react/icons-js/square-4.js b/icons-react/icons-js/square-4.js new file mode 100644 index 00000000..38895a74 --- /dev/null +++ b/icons-react/icons-js/square-4.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquare4({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-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="M13 16v-8l-4 6h5" /><rect x={4} y={4} width={16} height={16} rx={2} /></svg>; +} + +export default IconSquare4;
\ No newline at end of file diff --git a/icons-react/icons-js/square-5.js b/icons-react/icons-js/square-5.js new file mode 100644 index 00000000..700aa000 --- /dev/null +++ b/icons-react/icons-js/square-5.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquare5({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-5" width={size} height={size} viewBox="0 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 16h2a2 2 0 1 0 0 -4h-2v-4h4" /><rect x={4} y={4} width={16} height={16} rx={2} /></svg>; +} + +export default IconSquare5;
\ No newline at end of file diff --git a/icons-react/icons-js/square-6.js b/icons-react/icons-js/square-6.js new file mode 100644 index 00000000..8b49337a --- /dev/null +++ b/icons-react/icons-js/square-6.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquare6({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-6" width={size} height={size} 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 transform="rotate(180 12 14)" cx={12} cy={14} r={2} /><path d="M14 10a2 2 0 1 0 -4 0v4" /><rect x={4} y={4} width={16} height={16} rx={2} /></svg>; +} + +export default IconSquare6;
\ No newline at end of file diff --git a/icons-react/icons-js/square-7.js b/icons-react/icons-js/square-7.js new file mode 100644 index 00000000..b2cdacca --- /dev/null +++ b/icons-react/icons-js/square-7.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquare7({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-7" width={size} height={size} viewBox="0 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 8h4l-2 8" /><rect x={4} y={4} width={16} height={16} rx={2} /></svg>; +} + +export default IconSquare7;
\ No newline at end of file diff --git a/icons-react/icons-js/square-8.js b/icons-react/icons-js/square-8.js new file mode 100644 index 00000000..57e37dbf --- /dev/null +++ b/icons-react/icons-js/square-8.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquare8({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-8" width={size} height={size} 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={10} r={2} /><circle cx={12} cy={14} r={2} /><rect x={4} y={4} width={16} height={16} rx={2} /></svg>; +} + +export default IconSquare8;
\ No newline at end of file diff --git a/icons-react/icons-js/square-9.js b/icons-react/icons-js/square-9.js new file mode 100644 index 00000000..bfbbf49f --- /dev/null +++ b/icons-react/icons-js/square-9.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquare9({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-9" width={size} height={size} 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={10} r={2} /><path d="M10 14a2 2 0 1 0 4 0v-4" /><rect x={4} y={4} width={16} height={16} rx={2} /></svg>; +} + +export default IconSquare9;
\ No newline at end of file diff --git a/icons-react/icons-js/square-off.js b/icons-react/icons-js/square-off.js new file mode 100644 index 00000000..6890301a --- /dev/null +++ b/icons-react/icons-js/square-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquareOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 4h10a2 2 0 0 1 2 2v10m-.584 3.412a1.994 1.994 0 0 1 -1.416 .588h-12a2 2 0 0 1 -2 -2v-12c0 -.552 .224 -1.052 .586 -1.414" /><path d="M3 3l18 18" /></svg>; +} + +export default IconSquareOff;
\ No newline at end of file diff --git a/icons-react/icons-js/square-root-2.js b/icons-react/icons-js/square-root-2.js new file mode 100644 index 00000000..a5eeb5a0 --- /dev/null +++ b/icons-react/icons-js/square-root-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquareRoot2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-root-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="M13 12h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1" /><path d="M12 19c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5" /><path d="M3 12h1l3 8l3 -16h10" /></svg>; +} + +export default IconSquareRoot2;
\ No newline at end of file diff --git a/icons-react/icons-js/square-root.js b/icons-react/icons-js/square-root.js new file mode 100644 index 00000000..fce8537a --- /dev/null +++ b/icons-react/icons-js/square-root.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquareRoot({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-root" width={size} height={size} viewBox="0 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 12h2l4 8l4 -16h8" /></svg>; +} + +export default IconSquareRoot;
\ No newline at end of file diff --git a/icons-react/icons-js/square-rotated-off.js b/icons-react/icons-js/square-rotated-off.js new file mode 100644 index 00000000..abd96c03 --- /dev/null +++ b/icons-react/icons-js/square-rotated-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquareRotatedOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-rotated-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M16.964 16.952l-3.462 3.461c-.782 .783 -2.222 .783 -3.004 0l-6.911 -6.91c-.783 -.783 -.783 -2.223 0 -3.005l3.455 -3.456m2.003 -2.003l1.453 -1.452c.782 -.783 2.222 -.783 3.004 0l6.911 6.91c.783 .783 .783 2.223 0 3.005l-1.448 1.45" /><path d="M3 3l18 18" /></svg>; +} + +export default IconSquareRotatedOff;
\ No newline at end of file diff --git a/icons-react/icons-js/square-toggle-horizontal.js b/icons-react/icons-js/square-toggle-horizontal.js new file mode 100644 index 00000000..9ed31272 --- /dev/null +++ b/icons-react/icons-js/square-toggle-horizontal.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquareToggleHorizontal({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-toggle-horizontal" width={size} height={size} viewBox="0 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 12h-20" /><path d="M4 14v-8a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" /><path d="M18 20a2 2 0 0 0 2 -2" /><path d="M4 18a2 2 0 0 0 2 2" /><line x1={14} y1={20} x2={10} y2={20} /></svg>; +} + +export default IconSquareToggleHorizontal;
\ No newline at end of file diff --git a/icons-react/icons-js/square-toggle.js b/icons-react/icons-js/square-toggle.js new file mode 100644 index 00000000..73b98545 --- /dev/null +++ b/icons-react/icons-js/square-toggle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquareToggle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-square-toggle" width={size} height={size} 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={2} x2={12} y2={22} /><path d="M14 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8" /><path d="M20 6a2 2 0 0 0 -2 -2" /><path d="M18 20a2 2 0 0 0 2 -2" /><line x1={20} y1={10} x2={20} y2={14} /></svg>; +} + +export default IconSquareToggle;
\ No newline at end of file diff --git a/icons-react/icons-js/squares-diagonal.js b/icons-react/icons-js/squares-diagonal.js new file mode 100644 index 00000000..6d02dc76 --- /dev/null +++ b/icons-react/icons-js/squares-diagonal.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquaresDiagonal({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-squares-diagonal" width={size} height={size} 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={8} y={8} width={12} height={12} rx={2} /><path d="M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" /><path d="M8.586 19.414l10.827 -10.827" /></svg>; +} + +export default IconSquaresDiagonal;
\ No newline at end of file diff --git a/icons-react/icons-js/squares-filled.js b/icons-react/icons-js/squares-filled.js new file mode 100644 index 00000000..c197e839 --- /dev/null +++ b/icons-react/icons-js/squares-filled.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSquaresFilled({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-squares-filled" width={size} height={size} 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={8} y={8} width={12} height={12} rx={2} /><path d="M8 14.5l6.492 -6.492" /><path d="M13.496 20.004l6.504 -6.504l-6.504 6.504z" /><path d="M8.586 19.414l10.827 -10.827" /><path d="M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" /></svg>; +} + +export default IconSquaresFilled;
\ No newline at end of file diff --git a/icons-react/icons-js/stack-2.js b/icons-react/icons-js/stack-2.js new file mode 100644 index 00000000..fcc71508 --- /dev/null +++ b/icons-react/icons-js/stack-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconStack2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-stack-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="M12 6l-8 4l8 4l8 -4l-8 -4" /><path d="M4 14l8 4l8 -4" /></svg>; +} + +export default IconStack2;
\ No newline at end of file diff --git a/icons-react/icons-js/strikethrough.js b/icons-react/icons-js/strikethrough.js index 6e5a5387..8c28dfd6 100644 --- a/icons-react/icons-js/strikethrough.js +++ b/icons-react/icons-js/strikethrough.js @@ -6,7 +6,7 @@ function IconStrikethrough({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-strikethrough" width={size} height={size} 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={5} y1={12} x2={19} y2={12} /><path d="M16 6.5a4 2 0 0 0 -4 -1.5h-1a3.5 3.5 0 0 0 0 7" /><path d="M16.5 16a3.5 3.5 0 0 1 -3.5 3h-1.5a4 2 0 0 1 -4 -1.5" /></svg>; + return <svg className="icon icon-tabler icon-tabler-strikethrough" width={size} height={size} viewBox="0 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 5v9a5 5 0 0 0 10 0v-9" /><path d="M4 12h16" /></svg>; } export default IconStrikethrough;
\ No newline at end of file diff --git a/icons-react/icons-js/table-export.js b/icons-react/icons-js/table-export.js new file mode 100644 index 00000000..78d3cb55 --- /dev/null +++ b/icons-react/icons-js/table-export.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTableExport({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-table-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="M11.5 20h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7.5m-16 -3.5h16m-10 -6v16m4 -1h7m-3 -3l3 3l-3 3" /></svg>; +} + +export default IconTableExport;
\ No newline at end of file diff --git a/icons-react/icons-js/table-import.js b/icons-react/icons-js/table-import.js new file mode 100644 index 00000000..b7028d67 --- /dev/null +++ b/icons-react/icons-js/table-import.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTableImport({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-table-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="M4 13.5v-7.5a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6m-8 -10h16m-10 -6v11.5m-8 3.5h7m-3 -3l3 3l-3 3" /></svg>; +} + +export default IconTableImport;
\ No newline at end of file diff --git a/icons-react/icons-js/table-off.js b/icons-react/icons-js/table-off.js new file mode 100644 index 00000000..40aa3014 --- /dev/null +++ b/icons-react/icons-js/table-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTableOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-table-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 4h10a2 2 0 0 1 2 2v10m-.588 3.417c-.362 .36 -.86 .583 -1.412 .583h-12a2 2 0 0 1 -2 -2v-12c0 -.552 .224 -1.053 .586 -1.414" /><path d="M4 10h6m4 0h6" /><path d="M10 4v2m0 4v10" /><line x1={3} y1={3} x2={21} y2={21} /></svg>; +} + +export default IconTableOff;
\ No newline at end of file diff --git a/icons-react/icons-js/tent.js b/icons-react/icons-js/tent.js new file mode 100644 index 00000000..3b8a3967 --- /dev/null +++ b/icons-react/icons-js/tent.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTent({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-tent" width={size} height={size} viewBox="0 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 14l4 6h6l-9 -16l-9 16h6l4 -6" /></svg>; +} + +export default IconTent;
\ No newline at end of file diff --git a/icons-react/icons-js/text-direction-ltr.js b/icons-react/icons-js/text-direction-ltr.js new file mode 100644 index 00000000..93d5428b --- /dev/null +++ b/icons-react/icons-js/text-direction-ltr.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTextDirectionLtr({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-text-direction-ltr" width={size} height={size} viewBox="0 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 19h14" /><path d="M17 21l2 -2l-2 -2" /><path d="M16 4h-6.5a3.5 3.5 0 0 0 0 7h.5" /><path d="M14 15v-11" /><path d="M10 15v-11" /></svg>; +} + +export default IconTextDirectionLtr;
\ No newline at end of file diff --git a/icons-react/icons-js/text-direction-rtl.js b/icons-react/icons-js/text-direction-rtl.js new file mode 100644 index 00000000..fc4cb045 --- /dev/null +++ b/icons-react/icons-js/text-direction-rtl.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTextDirectionRtl({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-text-direction-rtl" width={size} height={size} viewBox="0 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 4h-6.5a3.5 3.5 0 0 0 0 7h.5" /><path d="M14 15v-11" /><path d="M10 15v-11" /><path d="M5 19h14" /><path d="M7 21l-2 -2l2 -2" /></svg>; +} + +export default IconTextDirectionRtl;
\ No newline at end of file diff --git a/icons-react/icons-js/tilt-shift.js b/icons-react/icons-js/tilt-shift.js new file mode 100644 index 00000000..bba6844b --- /dev/null +++ b/icons-react/icons-js/tilt-shift.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTiltShift({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-tilt-shift" width={size} height={size} viewBox="0 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.56 3.69a9 9 0 0 0 -2.92 1.95" /><path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" /><path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" /><path d="M8.56 20.31a9 9 0 0 0 3.44 .69" /><path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" /><path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" /><path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" /><path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" /><circle cx={12} cy={12} r={2} /></svg>; +} + +export default IconTiltShift;
\ No newline at end of file diff --git a/icons-react/icons-js/tools-kitchen-2.js b/icons-react/icons-js/tools-kitchen-2.js new file mode 100644 index 00000000..c30fb30b --- /dev/null +++ b/icons-react/icons-js/tools-kitchen-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconToolsKitchen2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-tools-kitchen-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 3v12h-5c-.023 -3.681 .184 -7.406 5 -12zm0 12v6h-1v-3m-10 -14v17m-3 -17v3a3 3 0 1 0 6 0v-3" /></svg>; +} + +export default IconToolsKitchen2;
\ No newline at end of file diff --git a/icons-react/icons-js/tournament.js b/icons-react/icons-js/tournament.js index 566caa4e..99e75545 100644 --- a/icons-react/icons-js/tournament.js +++ b/icons-react/icons-js/tournament.js @@ -6,7 +6,7 @@ function IconTournament({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-tournament" width={size} height={size} viewBox="0 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 6h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" /><path d="M5 14h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" /><path d="M9 8h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4" /><line x1={14} y1={12} x2={19} y2={12} /></svg>; + return <svg className="icon icon-tabler icon-tabler-tournament" width={size} height={size} viewBox="0 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 4h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4" /><path d="M5 14h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4" /><path d="M10 7h4a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-4" /><line x1={15} y1={12} x2={20} y2={12} /></svg>; } export default IconTournament;
\ No newline at end of file diff --git a/icons-react/icons-js/track.js b/icons-react/icons-js/track.js new file mode 100644 index 00000000..5e814830 --- /dev/null +++ b/icons-react/icons-js/track.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTrack({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-track" width={size} height={size} viewBox="0 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 15l11 -11m5 5l-11 11m-4 -8l7 7m-3.5 -10.5l7 7m-3.5 -10.5l7 7" /></svg>; +} + +export default IconTrack;
\ No newline at end of file diff --git a/icons-react/icons-js/tree.js b/icons-react/icons-js/tree.js new file mode 100644 index 00000000..d784ffd5 --- /dev/null +++ b/icons-react/icons-js/tree.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTree({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-tree" width={size} height={size} viewBox="0 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 13l-2 -2" /><path d="M12 12l2 -2" /><path d="M12 21v-13" /><path d="M9.824 15.995a3 3 0 0 1 -2.743 -3.69a2.998 2.998 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a2.997 2.997 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h.001h-4z" /></svg>; +} + +export default IconTree;
\ No newline at end of file diff --git a/icons-react/icons-js/trees.js b/icons-react/icons-js/trees.js index b42280f6..495019ab 100644 --- a/icons-react/icons-js/trees.js +++ b/icons-react/icons-js/trees.js @@ -6,7 +6,7 @@ function IconTrees({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-trees" width={size} height={size} 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={3} width={8} height={14} rx={4} /><rect x={12} y={7} width={8} height={10} rx={3} /><line x1={8} y1={21} x2={8} y2={13} /><line x1={16} y1={21} x2={16} y2={14} /></svg>; + return <svg className="icon icon-tabler icon-tabler-trees" width={size} height={size} viewBox="0 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 5l3 3l-2 1l4 4l-3 1l4 4h-9" /><line x1={15} y1={21} x2={15} y2={18} /><path d="M8 13l-2 -2" /><path d="M8 12l2 -2" /><path d="M8 21v-13" /><path d="M5.824 15.995a3 3 0 0 1 -2.743 -3.69a2.998 2.998 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a2.997 2.997 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h.001h-4z" /></svg>; } export default IconTrees;
\ No newline at end of file diff --git a/icons-react/icons-js/triangle-off.js b/icons-react/icons-js/triangle-off.js new file mode 100644 index 00000000..8f722170 --- /dev/null +++ b/icons-react/icons-js/triangle-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTriangleOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-triangle-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5 19h14m1.986 -2.014a2 2 0 0 0 -.146 -.736l-7.1 -12.25a2 2 0 0 0 -3.5 0l-.825 1.424m-1.467 2.53l-4.808 8.296a2 2 0 0 0 1.75 2.75" /><path d="M3 3l18 18" /></svg>; +} + +export default IconTriangleOff;
\ No newline at end of file diff --git a/icons-react/icons-js/truck-off.js b/icons-react/icons-js/truck-off.js new file mode 100644 index 00000000..f31ba8e7 --- /dev/null +++ b/icons-react/icons-js/truck-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTruckOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-truck-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" /><circle cx={7} cy={17} r={2} /><path d="M15.585 15.586a2 2 0 0 0 2.826 2.831" /><path d="M5 17h-2v-11a1 1 0 0 1 1 -1h1m3.96 0h4.04v4m0 4v4m-4 0h6m6 0v-6h-6m-2 -5h5l3 5" /><line x1={3} y1={3} x2={21} y2={21} /></svg>; +} + +export default IconTruckOff;
\ No newline at end of file diff --git a/icons-react/icons-js/underline.js b/icons-react/icons-js/underline.js index 15e6a25a..1660e599 100644 --- a/icons-react/icons-js/underline.js +++ b/icons-react/icons-js/underline.js @@ -6,7 +6,7 @@ function IconUnderline({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-underline" width={size} height={size} 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={6} y1={20} x2={18} y2={20} /><path d="M8 5v6a4 4 0 0 0 8 0v-6" /></svg>; + return <svg className="icon icon-tabler icon-tabler-underline" width={size} height={size} viewBox="0 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 5v5a5 5 0 0 0 10 0v-5" /><path d="M5 19h14" /></svg>; } export default IconUnderline;
\ No newline at end of file diff --git a/icons-react/icons-js/vaccine.js b/icons-react/icons-js/vaccine.js new file mode 100644 index 00000000..a26e7f87 --- /dev/null +++ b/icons-react/icons-js/vaccine.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconVaccine({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-vaccine" width={size} height={size} viewBox="0 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 3l4 4" /><path d="M19 5l-4.5 4.5" /><path d="M11.5 6.5l6 6" /><path d="M16.5 11.5l-6.5 6.5h-4v-4l6.5 -6.5" /><path d="M7.5 12.5l1.5 1.5" /><path d="M10.5 9.5l1.5 1.5" /><path d="M3 21l3 -3" /></svg>; +} + +export default IconVaccine;
\ No newline at end of file diff --git a/icons-react/icons-js/variable.js b/icons-react/icons-js/variable.js new file mode 100644 index 00000000..b140cb34 --- /dev/null +++ b/icons-react/icons-js/variable.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconVariable({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-variable" width={size} height={size} viewBox="0 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 4c-2.5 5 -2.5 10 0 16m14 -16c2.5 5 2.5 10 0 16m-10 -11h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1" /><path d="M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5" /></svg>; +} + +export default IconVariable;
\ No newline at end of file diff --git a/icons-react/icons-js/window.js b/icons-react/icons-js/window.js new file mode 100644 index 00000000..512228cd --- /dev/null +++ b/icons-react/icons-js/window.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWindow({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-window" width={size} height={size} viewBox="0 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-3.866 0 -7 3.272 -7 7v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-10c0 -3.728 -3.134 -7 -7 -7z" /><line x1={5} y1={13} x2={19} y2={13} /><line x1={12} y1={3} x2={12} y2={21} /></svg>; +} + +export default IconWindow;
\ No newline at end of file diff --git a/icons-react/icons-js/writing-sign.js b/icons-react/icons-js/writing-sign.js new file mode 100644 index 00000000..e74ad796 --- /dev/null +++ b/icons-react/icons-js/writing-sign.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWritingSign({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-writing-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="M3 19c3.333 -2 5 -4 5 -6c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 2.877 2.5 4c1.5 2 2.5 2.5 3.5 1c.667 -1 1.167 -1.833 1.5 -2.5c1 2.333 2.333 3.5 4 3.5h2.5" /><path d="M20 17v-12c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v12l2 2l2 -2z" /><path d="M16 7h4" /></svg>; +} + +export default IconWritingSign;
\ No newline at end of file diff --git a/icons-react/icons-js/writing.js b/icons-react/icons-js/writing.js new file mode 100644 index 00000000..932d9f5f --- /dev/null +++ b/icons-react/icons-js/writing.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWriting({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-writing" width={size} height={size} viewBox="0 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 17v-12c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v12l2 2l2 -2z" /><path d="M16 7h4" /><path d="M18 19h-13a2 2 0 1 1 0 -4h4a2 2 0 1 0 0 -4h-3" /></svg>; +} + +export default IconWriting;
\ No newline at end of file diff --git a/icons-react/icons-js/zoom-check.js b/icons-react/icons-js/zoom-check.js new file mode 100644 index 00000000..dab6278c --- /dev/null +++ b/icons-react/icons-js/zoom-check.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconZoomCheck({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-zoom-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" /><circle cx={10} cy={10} r={7} /><path d="M21 21l-6 -6" /><path d="M7 10l2 2l4 -4" /></svg>; +} + +export default IconZoomCheck;
\ No newline at end of file diff --git a/icons-react/icons-js/zoom-money.js b/icons-react/icons-js/zoom-money.js new file mode 100644 index 00000000..5129e23c --- /dev/null +++ b/icons-react/icons-js/zoom-money.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconZoomMoney({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-zoom-money" width={size} height={size} 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" /><path d="M12 7h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" /><path d="M10 13v1m0 -8v1" /></svg>; +} + +export default IconZoomMoney;
\ No newline at end of file |