aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-08-11 12:30:41 +0200
committercodecalm <codecalm@gmail.com>2022-08-11 12:30:41 +0200
commitb83de256dc115bc9f84537c19430d5987b5194ed (patch)
treeddca429580876aeb168d08187fa7a91a8cf0d089 /icons-react/icons-js
parent18 new icons: `arrow-move-down`, `arrow-move-left`, `arrow-move-right`, `arro... (diff)
downloadtabler-icons-b83de256dc115bc9f84537c19430d5987b5194ed.tar.xz
Release 1.81.0v1.81.0
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/arrow-move-down.js12
-rw-r--r--icons-react/icons-js/arrow-move-left.js12
-rw-r--r--icons-react/icons-js/arrow-move-right.js12
-rw-r--r--icons-react/icons-js/arrow-move-up.js12
-rw-r--r--icons-react/icons-js/coin-bitcoin.js12
-rw-r--r--icons-react/icons-js/coin-euro.js12
-rw-r--r--icons-react/icons-js/coin-pound.js12
-rw-r--r--icons-react/icons-js/coin-rupee.js12
-rw-r--r--icons-react/icons-js/coin-yen.js12
-rw-r--r--icons-react/icons-js/coin-yuan.js12
-rw-r--r--icons-react/icons-js/coin.js2
-rw-r--r--icons-react/icons-js/location-broken.js12
-rw-r--r--icons-react/icons-js/mood-look-left.js12
-rw-r--r--icons-react/icons-js/mood-look-right.js12
-rw-r--r--icons-react/icons-js/mood-sing.js12
-rw-r--r--icons-react/icons-js/navigation.js12
-rw-r--r--icons-react/icons-js/packages.js12
-rw-r--r--icons-react/icons-js/tower-off.js12
-rw-r--r--icons-react/icons-js/tower.js12
19 files changed, 217 insertions, 1 deletions
diff --git a/icons-react/icons-js/arrow-move-down.js b/icons-react/icons-js/arrow-move-down.js
new file mode 100644
index 00000000..6d884c53
--- /dev/null
+++ b/icons-react/icons-js/arrow-move-down.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowMoveDown({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrow-move-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="M12 11v10" /><path d="M9 18l3 3l3 -3" /><circle cx={12} cy={5} r={2} /></svg>;
+}
+
+export default IconArrowMoveDown; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-move-left.js b/icons-react/icons-js/arrow-move-left.js
new file mode 100644
index 00000000..c69ed964
--- /dev/null
+++ b/icons-react/icons-js/arrow-move-left.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowMoveLeft({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrow-move-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="M13 12h-10" /><path d="M6 15l-3 -3l3 -3" /><path d="M17 12a2 2 0 1 1 4 0a2 2 0 0 1 -4 0z" /></svg>;
+}
+
+export default IconArrowMoveLeft; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-move-right.js b/icons-react/icons-js/arrow-move-right.js
new file mode 100644
index 00000000..e7a7f3e2
--- /dev/null
+++ b/icons-react/icons-js/arrow-move-right.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowMoveRight({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrow-move-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="M11 12h10" /><path d="M18 9l3 3l-3 3" /><path d="M7 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z" /></svg>;
+}
+
+export default IconArrowMoveRight; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-move-up.js b/icons-react/icons-js/arrow-move-up.js
new file mode 100644
index 00000000..0a37cb0a
--- /dev/null
+++ b/icons-react/icons-js/arrow-move-up.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowMoveUp({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrow-move-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="M12 13v-10" /><path d="M9 6l3 -3l3 3" /><path d="M12 17a2 2 0 1 1 0 4a2 2 0 0 1 0 -4z" /></svg>;
+}
+
+export default IconArrowMoveUp; \ No newline at end of file
diff --git a/icons-react/icons-js/coin-bitcoin.js b/icons-react/icons-js/coin-bitcoin.js
new file mode 100644
index 00000000..09e8f82e
--- /dev/null
+++ b/icons-react/icons-js/coin-bitcoin.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCoinBitcoin({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-coin-bitcoin" width={size} height={size} 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="M9 8h4.09c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2h-4.09" /><path d="M10 12h4" /><path d="M10 7v10v-9" /><path d="M13 7v1" /><path d="M13 16v1" /></svg>;
+}
+
+export default IconCoinBitcoin; \ No newline at end of file
diff --git a/icons-react/icons-js/coin-euro.js b/icons-react/icons-js/coin-euro.js
new file mode 100644
index 00000000..186f8cfa
--- /dev/null
+++ b/icons-react/icons-js/coin-euro.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCoinEuro({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-coin-euro" width={size} height={size} 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="M14.401 8c-.669 -.628 -1.5 -1 -2.401 -1c-2.21 0 -4 2.239 -4 5s1.79 5 4 5c.9 0 1.731 -.372 2.4 -1" /><path d="M7 10.5h4" /><path d="M7 13.5h4" /></svg>;
+}
+
+export default IconCoinEuro; \ No newline at end of file
diff --git a/icons-react/icons-js/coin-pound.js b/icons-react/icons-js/coin-pound.js
new file mode 100644
index 00000000..e3b0b4dc
--- /dev/null
+++ b/icons-react/icons-js/coin-pound.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCoinPound({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-coin-pound" width={size} height={size} 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="M15 9a2 2 0 1 0 -4 0v5a2 2 0 0 1 -2 2h6" /><path d="M9 12h4" /></svg>;
+}
+
+export default IconCoinPound; \ No newline at end of file
diff --git a/icons-react/icons-js/coin-rupee.js b/icons-react/icons-js/coin-rupee.js
new file mode 100644
index 00000000..173529af
--- /dev/null
+++ b/icons-react/icons-js/coin-rupee.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCoinRupee({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-coin-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" /><circle cx={12} cy={12} r={9} /><path d="M15 8h-6h1a3 3 0 0 1 0 6h-1l3 3" /><path d="M9 11h6" /></svg>;
+}
+
+export default IconCoinRupee; \ No newline at end of file
diff --git a/icons-react/icons-js/coin-yen.js b/icons-react/icons-js/coin-yen.js
new file mode 100644
index 00000000..4b689f26
--- /dev/null
+++ b/icons-react/icons-js/coin-yen.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCoinYen({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-coin-yen" width={size} height={size} 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="M9 12h6" /><path d="M9 15h6" /><path d="M9 8l3 4.5" /><path d="M15 8l-3 4.5v4.5" /></svg>;
+}
+
+export default IconCoinYen; \ No newline at end of file
diff --git a/icons-react/icons-js/coin-yuan.js b/icons-react/icons-js/coin-yuan.js
new file mode 100644
index 00000000..cc8d1b42
--- /dev/null
+++ b/icons-react/icons-js/coin-yuan.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCoinYuan({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-coin-yuan" width={size} height={size} 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="M9 13h6" /><path d="M9 8l3 4.5" /><path d="M15 8l-3 4.5v4.5" /></svg>;
+}
+
+export default IconCoinYuan; \ No newline at end of file
diff --git a/icons-react/icons-js/coin.js b/icons-react/icons-js/coin.js
index fc7114ba..1898c4d2 100644
--- a/icons-react/icons-js/coin.js
+++ b/icons-react/icons-js/coin.js
@@ -6,7 +6,7 @@ function IconCoin({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-coin" width={size} height={size} 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="M14.8 9a2 2 0 0 0 -1.8 -1h-2a2 2 0 0 0 0 4h2a2 2 0 0 1 0 4h-2a2 2 0 0 1 -1.8 -1" /><path d="M12 6v2m0 8v2" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-coin" width={size} height={size} 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="M14.8 9a2 2 0 0 0 -1.8 -1h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1 -1.8 -1" /><path d="M12 7v10" /></svg>;
}
export default IconCoin; \ No newline at end of file
diff --git a/icons-react/icons-js/location-broken.js b/icons-react/icons-js/location-broken.js
new file mode 100644
index 00000000..1407f0bd
--- /dev/null
+++ b/icons-react/icons-js/location-broken.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconLocationBroken({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-location-broken" width={size} height={size} viewBox="0 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 20l-3 -6l-7 -3.5a0.55 .55 0 0 1 0 -1l18 -6.5c-1.698 4.703 -3.05 8.37 -4 11" /><path d="M16 17l4 4m0 -4l-4 4" /></svg>;
+}
+
+export default IconLocationBroken; \ No newline at end of file
diff --git a/icons-react/icons-js/mood-look-left.js b/icons-react/icons-js/mood-look-left.js
new file mode 100644
index 00000000..579c2233
--- /dev/null
+++ b/icons-react/icons-js/mood-look-left.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMoodLookLeft({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-mood-look-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" /><circle cx={12} cy={12} r={9} /><path d="M9 9h.01" /><path d="M4 15h4" /></svg>;
+}
+
+export default IconMoodLookLeft; \ No newline at end of file
diff --git a/icons-react/icons-js/mood-look-right.js b/icons-react/icons-js/mood-look-right.js
new file mode 100644
index 00000000..f47ad2fa
--- /dev/null
+++ b/icons-react/icons-js/mood-look-right.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMoodLookRight({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-mood-look-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" /><circle transform="matrix(-1 0 0 1 24 0)" cx={12} cy={12} r={9} /><path d="M15 9h-.01" /><path d="M20 15h-4" /></svg>;
+}
+
+export default IconMoodLookRight; \ No newline at end of file
diff --git a/icons-react/icons-js/mood-sing.js b/icons-react/icons-js/mood-sing.js
new file mode 100644
index 00000000..47fbd0b5
--- /dev/null
+++ b/icons-react/icons-js/mood-sing.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMoodSing({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-mood-sing" width={size} height={size} 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="M9 9h.01" /><path d="M15 9h.01" /><circle cx={15} cy={15} r={2} /></svg>;
+}
+
+export default IconMoodSing; \ No newline at end of file
diff --git a/icons-react/icons-js/navigation.js b/icons-react/icons-js/navigation.js
new file mode 100644
index 00000000..73c11a48
--- /dev/null
+++ b/icons-react/icons-js/navigation.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconNavigation({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-navigation" width={size} height={size} viewBox="0 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 18.5l7.265 2.463a0.535 .535 0 0 0 .57 -.116a0.548 .548 0 0 0 .134 -.572l-7.969 -17.275l-7.97 17.275a0.547 .547 0 0 0 .135 .572a0.535 .535 0 0 0 .57 .116l7.265 -2.463" /></svg>;
+}
+
+export default IconNavigation; \ No newline at end of file
diff --git a/icons-react/icons-js/packages.js b/icons-react/icons-js/packages.js
new file mode 100644
index 00000000..b3f85a2a
--- /dev/null
+++ b/icons-react/icons-js/packages.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconPackages({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-packages" width={size} height={size} 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={2} y={13} width={8} height={8} rx={2} /><path d="M6 13v3" /><rect x={8} y={3} width={8} height={8} rx={2} /><path d="M12 3v3" /><rect x={14} y={13} width={8} height={8} rx={2} /><path d="M18 13v3" /></svg>;
+}
+
+export default IconPackages; \ No newline at end of file
diff --git a/icons-react/icons-js/tower-off.js b/icons-react/icons-js/tower-off.js
new file mode 100644
index 00000000..5cbc5283
--- /dev/null
+++ b/icons-react/icons-js/tower-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTowerOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-tower-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="M10 6v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v4.394a2 2 0 0 1 -.336 1.11l-1.328 1.992a2 2 0 0 0 -.336 1.11v1.394m0 4v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-7.394a2 2 0 0 0 -.336 -1.11l-1.328 -1.992a2 2 0 0 1 -.336 -1.11v-4.394" /><path d="M10 21v-5a2 2 0 1 1 4 0v5" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconTowerOff; \ No newline at end of file
diff --git a/icons-react/icons-js/tower.js b/icons-react/icons-js/tower.js
new file mode 100644
index 00000000..84ff5ccb
--- /dev/null
+++ b/icons-react/icons-js/tower.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTower({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-tower" width={size} height={size} viewBox="0 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 3h1a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v4.394a2 2 0 0 1 -.336 1.11l-1.328 1.992a2 2 0 0 0 -.336 1.11v7.394a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-7.394a2 2 0 0 0 -.336 -1.11l-1.328 -1.992a2 2 0 0 1 -.336 -1.11v-4.394a1 1 0 0 1 1 -1z" /><path d="M10 21v-5a2 2 0 1 1 4 0v5" /></svg>;
+}
+
+export default IconTower; \ No newline at end of file