aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2021-11-15 12:42:21 +0100
committercodecalm <codecalm@gmail.com>2021-11-15 12:42:21 +0100
commit1f3395bfffc6a4f8ec041993515ad1afb8e9c635 (patch)
tree444f7b6575138caf43d6e39d5c817133be832131 /icons-react/icons-js
parent18 new icons: `axis-x`, `axis-y`, `backpack`, `bath`, `brand-mastercard`, `br... (diff)
downloadtabler-icons-1f3395bfffc6a4f8ec041993515ad1afb8e9c635.tar.xz
Release 1.43.0v1.43.0
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/axis-x.js12
-rw-r--r--icons-react/icons-js/axis-y.js12
-rw-r--r--icons-react/icons-js/backpack.js12
-rw-r--r--icons-react/icons-js/bath.js12
-rw-r--r--icons-react/icons-js/brand-mastercard.js12
-rw-r--r--icons-react/icons-js/brand-stack-ofverflow.js12
-rw-r--r--icons-react/icons-js/currency-dogecoin.js12
-rw-r--r--icons-react/icons-js/door-enter.js12
-rw-r--r--icons-react/icons-js/door-exit.js12
-rw-r--r--icons-react/icons-js/door.js12
-rw-r--r--icons-react/icons-js/hand-click.js12
-rw-r--r--icons-react/icons-js/hand-move.js12
-rw-r--r--icons-react/icons-js/lock-square.js12
-rw-r--r--icons-react/icons-js/pig.js12
-rw-r--r--icons-react/icons-js/scale-outline.js12
-rw-r--r--icons-react/icons-js/spacing-horizontal.js12
-rw-r--r--icons-react/icons-js/spacing-vertical.js12
-rw-r--r--icons-react/icons-js/wallpaper.js12
18 files changed, 216 insertions, 0 deletions
diff --git a/icons-react/icons-js/axis-x.js b/icons-react/icons-js/axis-x.js
new file mode 100644
index 00000000..972df5e1
--- /dev/null
+++ b/icons-react/icons-js/axis-x.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAxisX({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-axis-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="M4 13v.01" /><path d="M4 9v.01" /><path d="M4 5v.01" /><path d="M17 20l3 -3l-3 -3" /><path d="M4 17h16" /></svg>;
+}
+
+export default IconAxisX; \ No newline at end of file
diff --git a/icons-react/icons-js/axis-y.js b/icons-react/icons-js/axis-y.js
new file mode 100644
index 00000000..7354fb58
--- /dev/null
+++ b/icons-react/icons-js/axis-y.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAxisY({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-axis-y" width={size} height={size} viewBox="0 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 20h-.01" /><path d="M15 20h-.01" /><path d="M19 20h-.01" /><path d="M4 7l3 -3l3 3" /><path d="M7 20v-16" /></svg>;
+}
+
+export default IconAxisY; \ No newline at end of file
diff --git a/icons-react/icons-js/backpack.js b/icons-react/icons-js/backpack.js
new file mode 100644
index 00000000..da56dc29
--- /dev/null
+++ b/icons-react/icons-js/backpack.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBackpack({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-backpack" width={size} height={size} viewBox="0 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 7h2a6 6 0 0 1 6 6v6a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-6a6 6 0 0 1 6 -6z" /><path d="M10 7v-1a2 2 0 1 1 4 0v1" /><path d="M10 15h4" /></svg>;
+}
+
+export default IconBackpack; \ No newline at end of file
diff --git a/icons-react/icons-js/bath.js b/icons-react/icons-js/bath.js
new file mode 100644
index 00000000..2ec0dab4
--- /dev/null
+++ b/icons-react/icons-js/bath.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBath({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-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="M4 12h16a1 1 0 0 1 1 1v3a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4v-3a1 1 0 0 1 1 -1z" /><path d="M6 12v-7a2 2 0 0 1 2 -2h3v2.25" /><path d="M4 21l1 -1.5" /><path d="M20 21l-1 -1.5" /></svg>;
+}
+
+export default IconBath; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-mastercard.js b/icons-react/icons-js/brand-mastercard.js
new file mode 100644
index 00000000..29b4e172
--- /dev/null
+++ b/icons-react/icons-js/brand-mastercard.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandMastercard({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-brand-mastercard" width={size} height={size} 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={12} r={3} /><path d="M12.001 9.765a3 3 0 1 0 0 4.47" /><rect x={3} y={5} width={18} height={14} rx={2} /></svg>;
+}
+
+export default IconBrandMastercard; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-stack-ofverflow.js b/icons-react/icons-js/brand-stack-ofverflow.js
new file mode 100644
index 00000000..1c50b4bd
--- /dev/null
+++ b/icons-react/icons-js/brand-stack-ofverflow.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandStackOfverflow({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-brand-stack-ofverflow" width={size} height={size} viewBox="0 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 17v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-1" /><path d="M8 16h8" /><path d="M8.322 12.582l7.956 .836" /><path d="M8.787 9.168l7.826 1.664" /><path d="M10.096 5.764l7.608 2.472" /></svg>;
+}
+
+export default IconBrandStackOfverflow; \ No newline at end of file
diff --git a/icons-react/icons-js/currency-dogecoin.js b/icons-react/icons-js/currency-dogecoin.js
new file mode 100644
index 00000000..5b2f2648
--- /dev/null
+++ b/icons-react/icons-js/currency-dogecoin.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCurrencyDogecoin({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-currency-dogecoin" width={size} height={size} viewBox="0 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 12h6" /><path d="M8 5v14" /><path d="M5 19h7a7 7 0 0 0 0 -14h-7" /></svg>;
+}
+
+export default IconCurrencyDogecoin; \ No newline at end of file
diff --git a/icons-react/icons-js/door-enter.js b/icons-react/icons-js/door-enter.js
new file mode 100644
index 00000000..dc3d59b9
--- /dev/null
+++ b/icons-react/icons-js/door-enter.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDoorEnter({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-door-enter" width={size} height={size} viewBox="0 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 12v.01" /><path d="M3 21h18" /><path d="M5 21v-16a2 2 0 0 1 2 -2h6m4 10.5v7.5" /><path d="M21 7h-7m3 -3l-3 3l3 3" /></svg>;
+}
+
+export default IconDoorEnter; \ No newline at end of file
diff --git a/icons-react/icons-js/door-exit.js b/icons-react/icons-js/door-exit.js
new file mode 100644
index 00000000..3820a317
--- /dev/null
+++ b/icons-react/icons-js/door-exit.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDoorExit({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-door-exit" width={size} height={size} viewBox="0 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 12v.01" /><path d="M3 21h18" /><path d="M5 21v-16a2 2 0 0 1 2 -2h7.5m2.5 10.5v7.5" /><path d="M14 7h7m-3 -3l3 3l-3 3" /></svg>;
+}
+
+export default IconDoorExit; \ No newline at end of file
diff --git a/icons-react/icons-js/door.js b/icons-react/icons-js/door.js
new file mode 100644
index 00000000..e9dd24da
--- /dev/null
+++ b/icons-react/icons-js/door.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDoor({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-door" width={size} height={size} viewBox="0 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 12v.01" /><path d="M3 21h18" /><path d="M6 21v-16a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v16" /></svg>;
+}
+
+export default IconDoor; \ No newline at end of file
diff --git a/icons-react/icons-js/hand-click.js b/icons-react/icons-js/hand-click.js
new file mode 100644
index 00000000..6722978b
--- /dev/null
+++ b/icons-react/icons-js/hand-click.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconHandClick({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-hand-click" width={size} height={size} viewBox="0 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 0 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.7l-.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="M5 3l-1 -1" /><path d="M4 7h-1" /><path d="M14 3l1 -1" /><path d="M15 6h1" /></svg>;
+}
+
+export default IconHandClick; \ No newline at end of file
diff --git a/icons-react/icons-js/hand-move.js b/icons-react/icons-js/hand-move.js
new file mode 100644
index 00000000..29d35f1c
--- /dev/null
+++ b/icons-react/icons-js/hand-move.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconHandMove({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-hand-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="M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" /><path d="M11 11.5v-2a1.5 1.5 0 0 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.7l-.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="M2.541 5.594a13.487 13.487 0 0 1 2.46 -1.427" /><path d="M14.001 3.458c1.32 .354 2.558 .902 3.685 1.612" /></svg>;
+}
+
+export default IconHandMove; \ No newline at end of file
diff --git a/icons-react/icons-js/lock-square.js b/icons-react/icons-js/lock-square.js
new file mode 100644
index 00000000..265856b1
--- /dev/null
+++ b/icons-react/icons-js/lock-square.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconLockSquare({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-lock-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" /><rect x={8} y={11} width={8} height={5} rx={1} /><path d="M10 11v-2a2 2 0 1 1 4 0v2" /><rect x={4} y={4} width={16} height={16} rx={2} /></svg>;
+}
+
+export default IconLockSquare; \ No newline at end of file
diff --git a/icons-react/icons-js/pig.js b/icons-react/icons-js/pig.js
new file mode 100644
index 00000000..b8075250
--- /dev/null
+++ b/icons-react/icons-js/pig.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconPig({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-pig" width={size} height={size} viewBox="0 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 11v.01" /><path d="M16 3l.001 3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342a6.008 6.008 0 0 1 -1.658 2.473v2.027a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l.001 -.027a6 6 0 0 1 3.999 -10.473h2.5l4.5 -3z" /></svg>;
+}
+
+export default IconPig; \ No newline at end of file
diff --git a/icons-react/icons-js/scale-outline.js b/icons-react/icons-js/scale-outline.js
new file mode 100644
index 00000000..b631fb8a
--- /dev/null
+++ b/icons-react/icons-js/scale-outline.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconScaleOutline({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-scale-outline" width={size} height={size} 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={18} rx={4} /><path d="M12 7c1.956 0 3.724 .802 4.994 2.095l-2.956 2.904a3 3 0 0 0 -2.038 -.799a3 3 0 0 0 -2.038 .798l-2.956 -2.903a6.979 6.979 0 0 1 4.994 -2.095z" /></svg>;
+}
+
+export default IconScaleOutline; \ No newline at end of file
diff --git a/icons-react/icons-js/spacing-horizontal.js b/icons-react/icons-js/spacing-horizontal.js
new file mode 100644
index 00000000..579588ad
--- /dev/null
+++ b/icons-react/icons-js/spacing-horizontal.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSpacingHorizontal({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-spacing-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="M20 20h-2a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h2" /><path d="M4 20h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" /><path d="M12 8v8" /></svg>;
+}
+
+export default IconSpacingHorizontal; \ No newline at end of file
diff --git a/icons-react/icons-js/spacing-vertical.js b/icons-react/icons-js/spacing-vertical.js
new file mode 100644
index 00000000..8f7c92f1
--- /dev/null
+++ b/icons-react/icons-js/spacing-vertical.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSpacingVertical({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-spacing-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="M4 20v-2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2" /><path d="M4 4v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" /><path d="M16 12h-8" /></svg>;
+}
+
+export default IconSpacingVertical; \ No newline at end of file
diff --git a/icons-react/icons-js/wallpaper.js b/icons-react/icons-js/wallpaper.js
new file mode 100644
index 00000000..d3260521
--- /dev/null
+++ b/icons-react/icons-js/wallpaper.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconWallpaper({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-wallpaper" width={size} height={size} viewBox="0 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 6h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-12" /><circle cx={6} cy={18} r={2} /><path d="M8 18v-12a2 2 0 1 0 -4 0v12" /></svg>;
+}
+
+export default IconWallpaper; \ No newline at end of file