aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-22 00:50:49 +0200
committercodecalm <codecalm@gmail.com>2020-09-22 00:50:49 +0200
commitaad06d59f49d06b023a597fdbbd18fb6649077f4 (patch)
tree79eb95b2c7b83d9956e26d8248b4f90a3405ad77 /icons-react/icons-js
parent`folder-off` icon (diff)
downloadtabler-icons-aad06d59f49d06b023a597fdbbd18fb6649077f4.tar.xz
Release 1.24.0v1.24.0
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/ball-tennis.js2
-rw-r--r--icons-react/icons-js/bell-ringing.js5
-rw-r--r--icons-react/icons-js/bookmarks.js5
-rw-r--r--icons-react/icons-js/chevron-down-left.js5
-rw-r--r--icons-react/icons-js/chevron-down-right.js5
-rw-r--r--icons-react/icons-js/chevron-up-left.js5
-rw-r--r--icons-react/icons-js/chevron-up-right.js5
-rw-r--r--icons-react/icons-js/chevrons-down-left.js5
-rw-r--r--icons-react/icons-js/chevrons-down-right.js5
-rw-r--r--icons-react/icons-js/chevrons-up-left.js5
-rw-r--r--icons-react/icons-js/chevrons-up-right.js5
-rw-r--r--icons-react/icons-js/compass.js2
-rw-r--r--icons-react/icons-js/credit-card-off.js5
-rw-r--r--icons-react/icons-js/crown.js5
-rw-r--r--icons-react/icons-js/float-none.js5
-rw-r--r--icons-react/icons-js/folder-off.js5
-rw-r--r--icons-react/icons-js/hand-off.js5
-rw-r--r--icons-react/icons-js/microphone-off.js5
-rw-r--r--icons-react/icons-js/screen-share-off.js5
-rw-r--r--icons-react/icons-js/screen-share.js5
-rw-r--r--icons-react/icons-js/star-half.js5
21 files changed, 97 insertions, 2 deletions
diff --git a/icons-react/icons-js/ball-tennis.js b/icons-react/icons-js/ball-tennis.js
index 73482f0..5ea072e 100644
--- a/icons-react/icons-js/ball-tennis.js
+++ b/icons-react/icons-js/ball-tennis.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconBallTennis = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-ball-tennis" width={size} height={size} 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="M6 5.3a9 9 0 0 1 0 13.4" /><path d="M6 5.3a9 9 0 0 1 0 13.4" transform="rotate(180 12 12)" /></svg>;
+const IconBallTennis = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-ball-tennis" width={size} height={size} 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="M6 5.3a9 9 0 0 1 0 13.4" /><path d="M18 5.3a9 9 0 0 0 0 13.4" /></svg>;
export default IconBallTennis; \ No newline at end of file
diff --git a/icons-react/icons-js/bell-ringing.js b/icons-react/icons-js/bell-ringing.js
new file mode 100644
index 0000000..7b32f7c
--- /dev/null
+++ b/icons-react/icons-js/bell-ringing.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBellRinging = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-bell-ringing" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /><path d="M21 6.727a11.05 11.05 0 0 0 -2.794 -3.727" /><path d="M3 6.727a11.05 11.05 0 0 1 2.792 -3.727" /></svg>;
+
+export default IconBellRinging; \ No newline at end of file
diff --git a/icons-react/icons-js/bookmarks.js b/icons-react/icons-js/bookmarks.js
new file mode 100644
index 0000000..ca7444b
--- /dev/null
+++ b/icons-react/icons-js/bookmarks.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBookmarks = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-bookmarks" width={size} height={size} viewBox="0 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 7a2 2 0 0 1 2 2v12l-5 -3l-5 3v-12a2 2 0 0 1 2 -2h6z" /><path d="M9.265 4a2 2 0 0 1 1.735 -1h6a2 2 0 0 1 2 2v12l-1 -.6" /></svg>;
+
+export default IconBookmarks; \ No newline at end of file
diff --git a/icons-react/icons-js/chevron-down-left.js b/icons-react/icons-js/chevron-down-left.js
new file mode 100644
index 0000000..5a97d4a
--- /dev/null
+++ b/icons-react/icons-js/chevron-down-left.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconChevronDownLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevron-down-left" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 8v8h8" /></svg>;
+
+export default IconChevronDownLeft; \ No newline at end of file
diff --git a/icons-react/icons-js/chevron-down-right.js b/icons-react/icons-js/chevron-down-right.js
new file mode 100644
index 0000000..d8c9f57
--- /dev/null
+++ b/icons-react/icons-js/chevron-down-right.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconChevronDownRight = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevron-down-right" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M16 8v8h-8" /></svg>;
+
+export default IconChevronDownRight; \ No newline at end of file
diff --git a/icons-react/icons-js/chevron-up-left.js b/icons-react/icons-js/chevron-up-left.js
new file mode 100644
index 0000000..e86c582
--- /dev/null
+++ b/icons-react/icons-js/chevron-up-left.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconChevronUpLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevron-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="M8 16v-8h8" /></svg>;
+
+export default IconChevronUpLeft; \ No newline at end of file
diff --git a/icons-react/icons-js/chevron-up-right.js b/icons-react/icons-js/chevron-up-right.js
new file mode 100644
index 0000000..e19f0e2
--- /dev/null
+++ b/icons-react/icons-js/chevron-up-right.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconChevronUpRight = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevron-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="M8 8h8v8" /></svg>;
+
+export default IconChevronUpRight; \ No newline at end of file
diff --git a/icons-react/icons-js/chevrons-down-left.js b/icons-react/icons-js/chevrons-down-left.js
new file mode 100644
index 0000000..af52ba9
--- /dev/null
+++ b/icons-react/icons-js/chevrons-down-left.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconChevronsDownLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevrons-down-left" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M11 5v8h8" /><path d="M7 9v8h8" /></svg>;
+
+export default IconChevronsDownLeft; \ No newline at end of file
diff --git a/icons-react/icons-js/chevrons-down-right.js b/icons-react/icons-js/chevrons-down-right.js
new file mode 100644
index 0000000..afeb2be
--- /dev/null
+++ b/icons-react/icons-js/chevrons-down-right.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconChevronsDownRight = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevrons-down-right" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13 5v8h-8" /><path d="M17 9v8h-8" /></svg>;
+
+export default IconChevronsDownRight; \ No newline at end of file
diff --git a/icons-react/icons-js/chevrons-up-left.js b/icons-react/icons-js/chevrons-up-left.js
new file mode 100644
index 0000000..9e6047c
--- /dev/null
+++ b/icons-react/icons-js/chevrons-up-left.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconChevronsUpLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevrons-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="M7 15v-8h8" /><path d="M11 19v-8h8" /></svg>;
+
+export default IconChevronsUpLeft; \ No newline at end of file
diff --git a/icons-react/icons-js/chevrons-up-right.js b/icons-react/icons-js/chevrons-up-right.js
new file mode 100644
index 0000000..58019ab
--- /dev/null
+++ b/icons-react/icons-js/chevrons-up-right.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconChevronsUpRight = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevrons-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="M9 7h8v8" /><path d="M5 11h8v8" /></svg>;
+
+export default IconChevronsUpRight; \ No newline at end of file
diff --git a/icons-react/icons-js/compass.js b/icons-react/icons-js/compass.js
index af6ab07..6e9a2d7 100644
--- a/icons-react/icons-js/compass.js
+++ b/icons-react/icons-js/compass.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconCompass = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-compass" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><polyline points="8 16 10 10 16 8 14 14 8 16" /><circle cx={12} cy={12} r={9} /></svg>;
+const IconCompass = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-compass" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><polyline points="8 16 10 10 16 8 14 14 8 16" /><circle cx={12} cy={12} r={9} /><line x1={12} y1={3} x2={12} y2={5} /><line x1={12} y1={19} x2={12} y2={21} /><line x1={3} y1={12} x2={5} y2={12} /><line x1={19} y1={12} x2={21} y2={12} /></svg>;
export default IconCompass; \ No newline at end of file
diff --git a/icons-react/icons-js/credit-card-off.js b/icons-react/icons-js/credit-card-off.js
new file mode 100644
index 0000000..dab5bcd
--- /dev/null
+++ b/icons-react/icons-js/credit-card-off.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconCreditCardOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-credit-card-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.128.87 1" /><path d="M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87" /><line x1={3} y1={11} x2={11} y2={11} /><line x1={15} y1={11} x2={21} y2={11} /><line x1={7} y1={15} x2={7.01} y2={15} /><line x1={11} y1={15} x2={13} y2={15} /></svg>;
+
+export default IconCreditCardOff; \ No newline at end of file
diff --git a/icons-react/icons-js/crown.js b/icons-react/icons-js/crown.js
new file mode 100644
index 0000000..0b874ef
--- /dev/null
+++ b/icons-react/icons-js/crown.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconCrown = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-crown" width={size} height={size} viewBox="0 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 6l4 6l5 -4l-2 10h-14l-2 -10l5 4z" /></svg>;
+
+export default IconCrown; \ No newline at end of file
diff --git a/icons-react/icons-js/float-none.js b/icons-react/icons-js/float-none.js
new file mode 100644
index 0000000..413a18b
--- /dev/null
+++ b/icons-react/icons-js/float-none.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconFloatNone = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-float-none" width={size} height={size} 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 width={6} height={6} x={4} y={5} rx={1} /><line x1={4} y1={15} x2={20} y2={15} /><line x1={4} y1={19} x2={20} y2={19} /></svg>;
+
+export default IconFloatNone; \ No newline at end of file
diff --git a/icons-react/icons-js/folder-off.js b/icons-react/icons-js/folder-off.js
new file mode 100644
index 0000000..251908e
--- /dev/null
+++ b/icons-react/icons-js/folder-off.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconFolderOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-folder-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M19 19h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 1.172 -1.821m3.828 -.179h1l3 3h7a2 2 0 0 1 2 2v8" /></svg>;
+
+export default IconFolderOff; \ No newline at end of file
diff --git a/icons-react/icons-js/hand-off.js b/icons-react/icons-js/hand-off.js
new file mode 100644
index 0000000..5cf704b
--- /dev/null
+++ b/icons-react/icons-js/hand-off.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconHandOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-hand-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M8 13.5v-5.5m.44 -3.562a1.5 1.5 0 0 1 2.56 1.062v1.5m0 4.008v.992m0 -6.5v-2a1.5 1.5 0 1 1 3 0v6.5m0 -4.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-2c-2.114 -.292 -3.956 -1.397 -5 -3l-2.7 -5.25a1.7 1.7 0 0 1 2.75 -2l.9 1.75" /></svg>;
+
+export default IconHandOff; \ No newline at end of file
diff --git a/icons-react/icons-js/microphone-off.js b/icons-react/icons-js/microphone-off.js
new file mode 100644
index 0000000..9cade5d
--- /dev/null
+++ b/icons-react/icons-js/microphone-off.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconMicrophoneOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-microphone-off" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M9 5a3 3 0 0 1 6 0v5a3 3 0 0 1 -.13 .874m-2 2a3 3 0 0 1 -3.87 -2.872v-1" /><path d="M5 10a7 7 0 0 0 10.846 5.85m2.002 -2a6.967 6.967 0 0 0 1.152 -3.85" /><line x1={8} y1={21} x2={16} y2={21} /><line x1={12} y1={17} x2={12} y2={21} /></svg>;
+
+export default IconMicrophoneOff; \ No newline at end of file
diff --git a/icons-react/icons-js/screen-share-off.js b/icons-react/icons-js/screen-share-off.js
new file mode 100644
index 0000000..c595fef
--- /dev/null
+++ b/icons-react/icons-js/screen-share-off.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconScreenShareOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-screen-share-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="M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" /><line x1={7} y1={20} x2={17} y2={20} /><line x1={9} y1={16} x2={9} y2={20} /><line x1={15} y1={16} x2={15} y2={20} /><path d="M17 8l4 -4m-4 0l4 4" /></svg>;
+
+export default IconScreenShareOff; \ No newline at end of file
diff --git a/icons-react/icons-js/screen-share.js b/icons-react/icons-js/screen-share.js
new file mode 100644
index 0000000..6772508
--- /dev/null
+++ b/icons-react/icons-js/screen-share.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconScreenShare = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-screen-share" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" /><line x1={7} y1={20} x2={17} y2={20} /><line x1={9} y1={16} x2={9} y2={20} /><line x1={15} y1={16} x2={15} y2={20} /><path d="M17 4h4v4" /><path d="M16 9l5-5" /></svg>;
+
+export default IconScreenShare; \ No newline at end of file
diff --git a/icons-react/icons-js/star-half.js b/icons-react/icons-js/star-half.js
new file mode 100644
index 0000000..71a0b74
--- /dev/null
+++ b/icons-react/icons-js/star-half.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconStarHalf = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-star-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 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253z" /></svg>;
+
+export default IconStarHalf; \ No newline at end of file