aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/arrows-transfer-down.js12
-rw-r--r--icons-react/icons-js/arrows-transfer-up.js12
-rw-r--r--icons-react/icons-js/box-align-bottom-left.js12
-rw-r--r--icons-react/icons-js/box-align-bottom-right.js12
-rw-r--r--icons-react/icons-js/box-align-top-left.js12
-rw-r--r--icons-react/icons-js/box-align-top-right.js12
-rw-r--r--icons-react/icons-js/brand-webflow.js12
-rw-r--r--icons-react/icons-js/brand-wordpress.js12
-rw-r--r--icons-react/icons-js/bus-stop.js12
-rw-r--r--icons-react/icons-js/chair-director.js12
-rw-r--r--icons-react/icons-js/egg-cracked.js12
-rw-r--r--icons-react/icons-js/script-minus.js12
-rw-r--r--icons-react/icons-js/script-plus.js12
-rw-r--r--icons-react/icons-js/script-x.js12
-rw-r--r--icons-react/icons-js/script.js12
-rw-r--r--icons-react/icons-js/stretching.js12
-rw-r--r--icons-react/icons-js/text-color.js12
-rw-r--r--icons-react/icons-js/tooltip.js12
18 files changed, 216 insertions, 0 deletions
diff --git a/icons-react/icons-js/arrows-transfer-down.js b/icons-react/icons-js/arrows-transfer-down.js
new file mode 100644
index 00000000..377ddf5a
--- /dev/null
+++ b/icons-react/icons-js/arrows-transfer-down.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowsTransferDown({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-transfer-down" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M17 3v6" /><path d="M10 18l-3 3l-3 -3" /><path d="M7 21v-18" /><path d="M20 6l-3 -3l-3 3" /><path d="M17 21v-2" /><path d="M17 15v-2" /></svg>;
+}
+
+export default IconArrowsTransferDown; \ No newline at end of file
diff --git a/icons-react/icons-js/arrows-transfer-up.js b/icons-react/icons-js/arrows-transfer-up.js
new file mode 100644
index 00000000..bcc78cc4
--- /dev/null
+++ b/icons-react/icons-js/arrows-transfer-up.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowsTransferUp({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-transfer-up" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M7 21v-6" /><path d="M20 6l-3 -3l-3 3" /><path d="M17 3v18" /><path d="M10 18l-3 3l-3 -3" /><path d="M7 3v2" /><path d="M7 9v2" /></svg>;
+}
+
+export default IconArrowsTransferUp; \ No newline at end of file
diff --git a/icons-react/icons-js/box-align-bottom-left.js b/icons-react/icons-js/box-align-bottom-left.js
new file mode 100644
index 00000000..b16ea189
--- /dev/null
+++ b/icons-react/icons-js/box-align-bottom-left.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBoxAlignBottomLeft({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-box-align-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="M5 13h5a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1z" /><path d="M4 9v.01" /><path d="M4 4v.01" /><path d="M9 4v.01" /><path d="M15 4v.01" /><path d="M15 20v.01" /><path d="M20 4v.01" /><path d="M20 9v.01" /><path d="M20 15v.01" /><path d="M20 20v.01" /></svg>;
+}
+
+export default IconBoxAlignBottomLeft; \ No newline at end of file
diff --git a/icons-react/icons-js/box-align-bottom-right.js b/icons-react/icons-js/box-align-bottom-right.js
new file mode 100644
index 00000000..661ab577
--- /dev/null
+++ b/icons-react/icons-js/box-align-bottom-right.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBoxAlignBottomRight({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-box-align-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 13h-5a1 1 0 0 0 -1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1 -1v-5a1 1 0 0 0 -1 -1z" /><path d="M20 9v.01" /><path d="M20 4v.01" /><path d="M15 4v.01" /><path d="M9 4v.01" /><path d="M9 20v.01" /><path d="M4 4v.01" /><path d="M4 9v.01" /><path d="M4 15v.01" /><path d="M4 20v.01" /></svg>;
+}
+
+export default IconBoxAlignBottomRight; \ No newline at end of file
diff --git a/icons-react/icons-js/box-align-top-left.js b/icons-react/icons-js/box-align-top-left.js
new file mode 100644
index 00000000..0f3655ff
--- /dev/null
+++ b/icons-react/icons-js/box-align-top-left.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBoxAlignTopLeft({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-box-align-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="M11.005 5.005v5a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1z" /><path d="M15.005 4.005h-.01" /><path d="M20.005 4.005h-.01" /><path d="M20.005 9.005h-.01" /><path d="M20.005 15.005h-.01" /><path d="M4.005 15.005h-.01" /><path d="M20.005 20.005h-.01" /><path d="M15.005 20.005h-.01" /><path d="M9.005 20.005h-.01" /><path d="M4.005 20.005h-.01" /></svg>;
+}
+
+export default IconBoxAlignTopLeft; \ No newline at end of file
diff --git a/icons-react/icons-js/box-align-top-right.js b/icons-react/icons-js/box-align-top-right.js
new file mode 100644
index 00000000..bccda0dc
--- /dev/null
+++ b/icons-react/icons-js/box-align-top-right.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBoxAlignTopRight({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-box-align-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="M19 11.01h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1z" /><path d="M20 15.01v-.01" /><path d="M20 20.01v-.01" /><path d="M15 20.01v-.01" /><path d="M9 20.01v-.01" /><path d="M9 4.01v-.01" /><path d="M4 20.01v-.01" /><path d="M4 15.01v-.01" /><path d="M4 9.01v-.01" /><path d="M4 4.01v-.01" /></svg>;
+}
+
+export default IconBoxAlignTopRight; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-webflow.js b/icons-react/icons-js/brand-webflow.js
new file mode 100644
index 00000000..6c1201f6
--- /dev/null
+++ b/icons-react/icons-js/brand-webflow.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandWebflow({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-webflow" width={size} height={size} viewBox="0 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 10s-1.376 3.606 -1.5 4c-.046 -.4 -1.5 -8 -1.5 -8c-2.627 0 -3.766 1.562 -4.5 3.5c0 0 -1.843 4.593 -2 5c-.013 -.368 -.5 -4.5 -.5 -4.5c-.15 -2.371 -2.211 -3.98 -4 -3.98l2 12.98c2.745 -.013 4.72 -1.562 5.5 -3.5c0 0 1.44 -4.3 1.5 -4.5c.013 .18 1 8 1 8c2.758 0 4.694 -1.626 5.5 -3.5l3.5 -9.5c-2.732 -.006 -4.253 2.055 -5 4z" /></svg>;
+}
+
+export default IconBrandWebflow; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-wordpress.js b/icons-react/icons-js/brand-wordpress.js
new file mode 100644
index 00000000..200fe599
--- /dev/null
+++ b/icons-react/icons-js/brand-wordpress.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandWordpress({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-wordpress" width={size} height={size} viewBox="0 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.5 6h5.5" /><path d="M2 6h5" /><path d="M10.5 6l6 13l4.5 -9" /><path d="M13.5 6l4.5 9.5" /><path d="M2.5 6l6 13l4 -8.5" /><path d="M5.5 6l4.5 9.5" /><path d="M21 10c.236 -.739 1 -1.91 1 -3.5c0 -2.492 -1.034 -3.5 -2.5 -3.5c-1.197 0 -1.5 1.137 -1.5 2c0 2.562 3 2.882 3 5z" /></svg>;
+}
+
+export default IconBrandWordpress; \ No newline at end of file
diff --git a/icons-react/icons-js/bus-stop.js b/icons-react/icons-js/bus-stop.js
new file mode 100644
index 00000000..aa42d492
--- /dev/null
+++ b/icons-react/icons-js/bus-stop.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBusStop({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bus-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" /><rect x={3} y={3} width={4} height={6} rx={1} /><circle cx={18} cy={17} r={2} /><path d="M10 5h7c2.761 0 5 3.134 5 7v5h-2" /><path d="M16 17h-8" /><path d="M16 5l1.5 7h4.5" /><path d="M9.5 10h7.5" /><path d="M12 5v5" /><path d="M5 9v11" /></svg>;
+}
+
+export default IconBusStop; \ No newline at end of file
diff --git a/icons-react/icons-js/chair-director.js b/icons-react/icons-js/chair-director.js
new file mode 100644
index 00000000..fe67b5e5
--- /dev/null
+++ b/icons-react/icons-js/chair-director.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconChairDirector({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-chair-director" width={size} height={size} viewBox="0 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 21l12 -9" /><path d="M6 12l12 9" /><path d="M5 12h14" /><path d="M6 3v9" /><path d="M18 3v9" /><path d="M6 8h12" /><path d="M6 5h12" /></svg>;
+}
+
+export default IconChairDirector; \ No newline at end of file
diff --git a/icons-react/icons-js/egg-cracked.js b/icons-react/icons-js/egg-cracked.js
new file mode 100644
index 00000000..51bde7d4
--- /dev/null
+++ b/icons-react/icons-js/egg-cracked.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconEggCracked({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-egg-cracked" width={size} height={size} viewBox="0 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.514 14.639c0 3.513 2.904 6.361 6.486 6.361s6.486 -2.848 6.486 -6.361a12.574 12.574 0 0 0 -3.243 -9.012a4.025 4.025 0 0 0 -3.243 -1.627a4.025 4.025 0 0 0 -3.243 1.627a12.574 12.574 0 0 0 -3.243 9.012" /><path d="M12 5l-1 3l3 2.5l-2 3.5" /></svg>;
+}
+
+export default IconEggCracked; \ No newline at end of file
diff --git a/icons-react/icons-js/script-minus.js b/icons-react/icons-js/script-minus.js
new file mode 100644
index 00000000..2538f33d
--- /dev/null
+++ b/icons-react/icons-js/script-minus.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconScriptMinus({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-script-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="M17 19h4" /><path d="M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -2v-9a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" /></svg>;
+}
+
+export default IconScriptMinus; \ No newline at end of file
diff --git a/icons-react/icons-js/script-plus.js b/icons-react/icons-js/script-plus.js
new file mode 100644
index 00000000..085ac297
--- /dev/null
+++ b/icons-react/icons-js/script-plus.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconScriptPlus({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-script-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="M17 19h4" /><path d="M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -3v-8a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" /><path d="M19 17v4" /></svg>;
+}
+
+export default IconScriptPlus; \ No newline at end of file
diff --git a/icons-react/icons-js/script-x.js b/icons-react/icons-js/script-x.js
new file mode 100644
index 00000000..c099dacd
--- /dev/null
+++ b/icons-react/icons-js/script-x.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconScriptX({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-script-x" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -3v-8a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" /><path d="M17 17l4 4m0 -4l-4 4" /></svg>;
+}
+
+export default IconScriptX; \ No newline at end of file
diff --git a/icons-react/icons-js/script.js b/icons-react/icons-js/script.js
new file mode 100644
index 00000000..770d9883
--- /dev/null
+++ b/icons-react/icons-js/script.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconScript({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-script" width={size} height={size} viewBox="0 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 20h-11a3 3 0 0 1 0 -6h11a3 3 0 0 0 0 6h1a3 3 0 0 0 3 -3v-11a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" /></svg>;
+}
+
+export default IconScript; \ No newline at end of file
diff --git a/icons-react/icons-js/stretching.js b/icons-react/icons-js/stretching.js
new file mode 100644
index 00000000..c25a3381
--- /dev/null
+++ b/icons-react/icons-js/stretching.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconStretching({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-stretching" width={size} height={size} 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} cy={5} r={1} /><path d="M5 20l5 -.5l1 -2" /><path d="M18 20v-5h-5.5l2.5 -6.5l-5.5 1l1.5 2" /></svg>;
+}
+
+export default IconStretching; \ No newline at end of file
diff --git a/icons-react/icons-js/text-color.js b/icons-react/icons-js/text-color.js
new file mode 100644
index 00000000..9526040f
--- /dev/null
+++ b/icons-react/icons-js/text-color.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTextColor({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-text-color" width={size} height={size} viewBox="0 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 15v-7a3 3 0 0 1 6 0v7" /><path d="M9 11h6" /><path d="M5 19h14" /></svg>;
+}
+
+export default IconTextColor; \ No newline at end of file
diff --git a/icons-react/icons-js/tooltip.js b/icons-react/icons-js/tooltip.js
new file mode 100644
index 00000000..603410b6
--- /dev/null
+++ b/icons-react/icons-js/tooltip.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTooltip({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-tooltip" width={size} height={size} 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={18} r={2} /><path d="M12 13l-1.707 -1.707a1 1 0 0 0 -.707 -.293h-2.586a2 2 0 0 1 -2 -2v-3a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2.586a1 1 0 0 0 -.707 .293l-1.707 1.707z" /></svg>;
+}
+
+export default IconTooltip; \ No newline at end of file