aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-07-09 17:39:44 +0200
committercodecalm <codecalm@gmail.com>2022-07-09 17:39:44 +0200
commit6678c10014de83e7052669f2bb4d5ae5529fd736 (patch)
treec7f33133f3360126c5f4872ed6de01a2217e8168 /icons-react/icons-js
parent18 new icons: `ampersand`, `arrow-guide`, `arrow-roundabout-left`, `arrow-rou... (diff)
downloadtabler-icons-6678c10014de83e7052669f2bb4d5ae5529fd736.tar.xz
Release 1.73.0v1.73.0
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/ampersand.js12
-rw-r--r--icons-react/icons-js/arrow-guide.js12
-rw-r--r--icons-react/icons-js/arrow-roundabout-left.js12
-rw-r--r--icons-react/icons-js/arrow-roundabout-right.js12
-rw-r--r--icons-react/icons-js/arrows-move-horizontal.js12
-rw-r--r--icons-react/icons-js/arrows-move-vertical.js12
-rw-r--r--icons-react/icons-js/arrows-move.js12
-rw-r--r--icons-react/icons-js/brand-amazon.js12
-rw-r--r--icons-react/icons-js/brand-appgallery.js12
-rw-r--r--icons-react/icons-js/brand-google-one.js12
-rw-r--r--icons-react/icons-js/device-camera-phone.js12
-rw-r--r--icons-react/icons-js/stack-pop.js12
-rw-r--r--icons-react/icons-js/stack-push.js12
-rw-r--r--icons-react/icons-js/sun-high.js12
-rw-r--r--icons-react/icons-js/sun-low.js12
-rw-r--r--icons-react/icons-js/sun-wind.js12
-rw-r--r--icons-react/icons-js/sunglasses.js12
-rw-r--r--icons-react/icons-js/sunset-2.js12
18 files changed, 216 insertions, 0 deletions
diff --git a/icons-react/icons-js/ampersand.js b/icons-react/icons-js/ampersand.js
new file mode 100644
index 00000000..3c5a0db0
--- /dev/null
+++ b/icons-react/icons-js/ampersand.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAmpersand({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-ampersand" width={size} height={size} viewBox="0 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 20l-10.403 -10.972a2.948 2.948 0 0 1 0 -4.165a2.94 2.94 0 0 1 4.161 0a2.948 2.948 0 0 1 0 4.165l-4.68 4.687a3.685 3.685 0 0 0 0 5.207a3.675 3.675 0 0 0 5.2 0l5.722 -5.922" /></svg>;
+}
+
+export default IconAmpersand; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-guide.js b/icons-react/icons-js/arrow-guide.js
new file mode 100644
index 00000000..2cc45e8e
--- /dev/null
+++ b/icons-react/icons-js/arrow-guide.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowGuide({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrow-guide" width={size} height={size} 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={19} r={2} /><path d="M7 19h3a2 2 0 0 0 2 -2v-8a2 2 0 0 1 2 -2h7" /><path d="M18 4l3 3l-3 3" /></svg>;
+}
+
+export default IconArrowGuide; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-roundabout-left.js b/icons-react/icons-js/arrow-roundabout-left.js
new file mode 100644
index 00000000..8061a8f3
--- /dev/null
+++ b/icons-react/icons-js/arrow-roundabout-left.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowRoundaboutLeft({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrow-roundabout-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="M3 9h8a5 5 0 1 1 5 5v7" /><path d="M7 5l-4 4l4 4" /></svg>;
+}
+
+export default IconArrowRoundaboutLeft; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-roundabout-right.js b/icons-react/icons-js/arrow-roundabout-right.js
new file mode 100644
index 00000000..40322634
--- /dev/null
+++ b/icons-react/icons-js/arrow-roundabout-right.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowRoundaboutRight({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrow-roundabout-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="M21 9h-8a5 5 0 1 0 -5 5v7" /><path d="M17 5l4 4l-4 4" /></svg>;
+}
+
+export default IconArrowRoundaboutRight; \ No newline at end of file
diff --git a/icons-react/icons-js/arrows-move-horizontal.js b/icons-react/icons-js/arrows-move-horizontal.js
new file mode 100644
index 00000000..70e1b1ac
--- /dev/null
+++ b/icons-react/icons-js/arrows-move-horizontal.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowsMoveHorizontal({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-move-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="M18 9l3 3l-3 3" /><path d="M15 12h6" /><path d="M6 9l-3 3l3 3" /><path d="M3 12h6" /></svg>;
+}
+
+export default IconArrowsMoveHorizontal; \ No newline at end of file
diff --git a/icons-react/icons-js/arrows-move-vertical.js b/icons-react/icons-js/arrows-move-vertical.js
new file mode 100644
index 00000000..a24fd8c2
--- /dev/null
+++ b/icons-react/icons-js/arrows-move-vertical.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowsMoveVertical({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-move-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="M9 18l3 3l3 -3" /><path d="M12 15v6" /><path d="M15 6l-3 -3l-3 3" /><path d="M12 3v6" /></svg>;
+}
+
+export default IconArrowsMoveVertical; \ No newline at end of file
diff --git a/icons-react/icons-js/arrows-move.js b/icons-react/icons-js/arrows-move.js
new file mode 100644
index 00000000..f5926458
--- /dev/null
+++ b/icons-react/icons-js/arrows-move.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowsMove({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-move" width={size} height={size} viewBox="0 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 9l3 3l-3 3" /><path d="M15 12h6" /><path d="M6 9l-3 3l3 3" /><path d="M3 12h6" /><path d="M9 18l3 3l3 -3" /><path d="M12 15v6" /><path d="M15 6l-3 -3l-3 3" /><path d="M12 3v6" /></svg>;
+}
+
+export default IconArrowsMove; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-amazon.js b/icons-react/icons-js/brand-amazon.js
new file mode 100644
index 00000000..a14ea62f
--- /dev/null
+++ b/icons-react/icons-js/brand-amazon.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandAmazon({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-amazon" width={size} height={size} viewBox="0 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 6c.5 -2 2 -3 4.089 -3c2.441 .08 3.93 1.557 3.911 3.667v5.5c0 .903 1.04 1.833 2 1.833" /><path d="M15 8.13c-14.133 -1.558 -6.545 11.61 0 2.82" /><path d="M19.877 22l2.123 -4l-4 -1" /><path d="M22 18.01c-3.05 1.966 -6.493 2.996 -9.993 2.99c-3.507 .006 -6.953 -1.027 -10.007 -3" /></svg>;
+}
+
+export default IconBrandAmazon; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-appgallery.js b/icons-react/icons-js/brand-appgallery.js
new file mode 100644
index 00000000..9390984a
--- /dev/null
+++ b/icons-react/icons-js/brand-appgallery.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandAppgallery({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-appgallery" width={size} height={size} 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={4} /><path d="M9 8a3 3 0 0 0 6 0" /></svg>;
+}
+
+export default IconBrandAppgallery; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-google-one.js b/icons-react/icons-js/brand-google-one.js
new file mode 100644
index 00000000..55baf641
--- /dev/null
+++ b/icons-react/icons-js/brand-google-one.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandGoogleOne({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-google-one" width={size} height={size} viewBox="0 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 4.998v13.982a1.998 1.998 0 0 0 3.995 0v-13.982a1.998 1.998 0 1 0 -3.995 0z" /><path d="M6.63 8.407a2.125 2.125 0 0 0 -.074 2.944c.77 .834 2.051 .869 2.862 .077l4.95 -4.834c.812 -.792 .846 -2.11 .076 -2.945a1.984 1.984 0 0 0 -2.861 -.077l-4.953 4.835z" /></svg>;
+}
+
+export default IconBrandGoogleOne; \ No newline at end of file
diff --git a/icons-react/icons-js/device-camera-phone.js b/icons-react/icons-js/device-camera-phone.js
new file mode 100644
index 00000000..7524b1d8
--- /dev/null
+++ b/icons-react/icons-js/device-camera-phone.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDeviceCameraPhone({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-device-camera-phone" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={18.5} cy={8.5} r={2.5} /><path d="M13 7h-8a2 2 0 0 0 -2 2v7a2 2 0 0 0 2 2h13a2 2 0 0 0 2 -2v-2" /><path d="M17 15v-1" /></svg>;
+}
+
+export default IconDeviceCameraPhone; \ No newline at end of file
diff --git a/icons-react/icons-js/stack-pop.js b/icons-react/icons-js/stack-pop.js
new file mode 100644
index 00000000..80c358b4
--- /dev/null
+++ b/icons-react/icons-js/stack-pop.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconStackPop({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-stack-pop" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M7 9.5l-3 1.5l8 4l8 -4l-2.999 -1.5" /><path d="M4 15l8 4l8 -4" /><path d="M12 11v-7" /><path d="M9 7l3 -3l3 3" /></svg>;
+}
+
+export default IconStackPop; \ No newline at end of file
diff --git a/icons-react/icons-js/stack-push.js b/icons-react/icons-js/stack-push.js
new file mode 100644
index 00000000..fa2bea20
--- /dev/null
+++ b/icons-react/icons-js/stack-push.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconStackPush({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-stack-push" width={size} height={size} viewBox="0 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 10l-2 1l8 4l8 -4l-2 -1" /><path d="M4 15l8 4l8 -4" /><path d="M12 4v7" /><path d="M15 8l-3 3l-3 -3" /></svg>;
+}
+
+export default IconStackPush; \ No newline at end of file
diff --git a/icons-react/icons-js/sun-high.js b/icons-react/icons-js/sun-high.js
new file mode 100644
index 00000000..a9c5db5b
--- /dev/null
+++ b/icons-react/icons-js/sun-high.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSunHigh({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sun-high" width={size} height={size} viewBox="0 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.828 14.828a4 4 0 1 0 -5.656 -5.656a4 4 0 0 0 5.656 5.656z" /><path d="M6.343 17.657l-1.414 1.414" /><path d="M6.343 6.343l-1.414 -1.414" /><path d="M17.657 6.343l1.414 -1.414" /><path d="M17.657 17.657l1.414 1.414" /><path d="M4 12h-2" /><path d="M12 4v-2" /><path d="M20 12h2" /><path d="M12 20v2" /></svg>;
+}
+
+export default IconSunHigh; \ No newline at end of file
diff --git a/icons-react/icons-js/sun-low.js b/icons-react/icons-js/sun-low.js
new file mode 100644
index 00000000..69619e43
--- /dev/null
+++ b/icons-react/icons-js/sun-low.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSunLow({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sun-low" width={size} height={size} 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={4} /><path d="M4 12h.01" /><path d="M12 4v.01" /><path d="M20 12h.01" /><path d="M12 20v.01" /><path d="M6.31 6.31l-.01 -.01" /><path d="M17.71 6.31l-.01 -.01" /><path d="M17.7 17.7l.01 .01" /><path d="M6.3 17.7l.01 .01" /></svg>;
+}
+
+export default IconSunLow; \ No newline at end of file
diff --git a/icons-react/icons-js/sun-wind.js b/icons-react/icons-js/sun-wind.js
new file mode 100644
index 00000000..0f0ed16d
--- /dev/null
+++ b/icons-react/icons-js/sun-wind.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSunWind({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sun-wind" width={size} height={size} viewBox="0 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.468 10.005a4 4 0 1 0 -5.466 5.46" /><path d="M2 12h1" /><path d="M11 3v1" /><path d="M11 20v1" /><path d="M4.6 5.6l.7 .7" /><path d="M17.4 5.6l-.7 .7" /><path d="M5.3 17.7l-.7 .7" /><path d="M15 13h5a2 2 0 1 0 0 -4" /><path d="M12 16h5.714l.253 -.004a2.004 2.004 0 0 1 2.033 2.004a2 2 0 0 1 -2 2h-.286" /></svg>;
+}
+
+export default IconSunWind; \ No newline at end of file
diff --git a/icons-react/icons-js/sunglasses.js b/icons-react/icons-js/sunglasses.js
new file mode 100644
index 00000000..10ba1918
--- /dev/null
+++ b/icons-react/icons-js/sunglasses.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSunglasses({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sunglasses" width={size} height={size} viewBox="0 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" /><path d="M10 16h4" /><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" /><path d="M4 14l4.5 4.5" /><path d="M15 14l4.5 4.5" /></svg>;
+}
+
+export default IconSunglasses; \ No newline at end of file
diff --git a/icons-react/icons-js/sunset-2.js b/icons-react/icons-js/sunset-2.js
new file mode 100644
index 00000000..36238e64
--- /dev/null
+++ b/icons-react/icons-js/sunset-2.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSunset2({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sunset-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M3 13h1" /><path d="M20 13h1" /><path d="M5.6 6.6l.7 .7" /><path d="M18.4 6.6l-.7 .7" /><path d="M8 13a4 4 0 1 1 8 0" /><path d="M3 17h18" /><path d="M7 20h5" /><path d="M16 20h1" /><path d="M12 5v-1" /></svg>;
+}
+
+export default IconSunset2; \ No newline at end of file