aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-01-18 17:47:52 +0100
committercodecalm <codecalm@gmail.com>2022-01-18 17:47:52 +0100
commit207c62c8d927b1f67414c82f31ff6ece7d6e5a6b (patch)
treeb7334d306bb3bafd16918eee83ed674cd39dffb8 /icons-react/icons-js
parent5 new icons: `api-app`, `api`, `brand-lastfm`, `brand-tripadvisor`, `plug-con... (diff)
downloadtabler-icons-207c62c8d927b1f67414c82f31ff6ece7d6e5a6b.tar.xz
Release 1.53.0v1.53.0
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/api-app.js12
-rw-r--r--icons-react/icons-js/api.js12
-rw-r--r--icons-react/icons-js/arrows-cross.js12
-rw-r--r--icons-react/icons-js/arrows-shuffle-2.js12
-rw-r--r--icons-react/icons-js/arrows-shuffle.js12
-rw-r--r--icons-react/icons-js/brand-lastfm.js12
-rw-r--r--icons-react/icons-js/brand-tripadvisor.js12
-rw-r--r--icons-react/icons-js/c-sharp.js12
-rw-r--r--icons-react/icons-js/layout-sidebar-left-collapse.js12
-rw-r--r--icons-react/icons-js/layout-sidebar-left-expand.js12
-rw-r--r--icons-react/icons-js/layout-sidebar-right-collapse.js12
-rw-r--r--icons-react/icons-js/layout-sidebar-right-expand.js12
-rw-r--r--icons-react/icons-js/playlist-add.js12
-rw-r--r--icons-react/icons-js/playlist-x.js12
-rw-r--r--icons-react/icons-js/plug-connected.js12
-rw-r--r--icons-react/icons-js/plug.js2
-rw-r--r--icons-react/icons-js/robot.js12
-rw-r--r--icons-react/icons-js/usb.js12
-rw-r--r--icons-react/icons-js/vinyl.js12
19 files changed, 217 insertions, 1 deletions
diff --git a/icons-react/icons-js/api-app.js b/icons-react/icons-js/api-app.js
new file mode 100644
index 00000000..c66fd2fa
--- /dev/null
+++ b/icons-react/icons-js/api-app.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconApiApp({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-api-app" 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 15h-6.5a2.5 2.5 0 1 1 0 -5h.5" /><path d="M15 12v6.5a2.5 2.5 0 1 1 -5 0v-.5" /><path d="M12 9h6.5a2.5 2.5 0 1 1 0 5h-.5" /><path d="M9 12v-6.5a2.5 2.5 0 0 1 5 0v.5" /></svg>;
+}
+
+export default IconApiApp; \ No newline at end of file
diff --git a/icons-react/icons-js/api.js b/icons-react/icons-js/api.js
new file mode 100644
index 00000000..8110618e
--- /dev/null
+++ b/icons-react/icons-js/api.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconApi({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-api" 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 13h5" /><path d="M12 16v-8h3a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-3" /><path d="M20 8v8" /><path d="M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5" /></svg>;
+}
+
+export default IconApi; \ No newline at end of file
diff --git a/icons-react/icons-js/arrows-cross.js b/icons-react/icons-js/arrows-cross.js
new file mode 100644
index 00000000..ff80df35
--- /dev/null
+++ b/icons-react/icons-js/arrows-cross.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowsCross({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-cross" 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 4h4v4" /><path d="M15 9l5 -5" /><path d="M4 20l5 -5" /><path d="M16 20h4v-4" /><path d="M4 4l16 16" /></svg>;
+}
+
+export default IconArrowsCross; \ No newline at end of file
diff --git a/icons-react/icons-js/arrows-shuffle-2.js b/icons-react/icons-js/arrows-shuffle-2.js
new file mode 100644
index 00000000..94936ba1
--- /dev/null
+++ b/icons-react/icons-js/arrows-shuffle-2.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowsShuffle2({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-shuffle-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="M18 4l3 3l-3 3" /><path d="M18 20l3 -3l-3 -3" /><path d="M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5" /><path d="M3 17h3a5 5 0 0 0 5 -5a5 5 0 0 1 5 -5h5" /></svg>;
+}
+
+export default IconArrowsShuffle2; \ No newline at end of file
diff --git a/icons-react/icons-js/arrows-shuffle.js b/icons-react/icons-js/arrows-shuffle.js
new file mode 100644
index 00000000..4a1a2a0a
--- /dev/null
+++ b/icons-react/icons-js/arrows-shuffle.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowsShuffle({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-shuffle" 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 4l3 3l-3 3" /><path d="M18 20l3 -3l-3 -3" /><path d="M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5" /><path d="M21 7h-5a4.978 4.978 0 0 0 -2.998 .998m-4.002 8.003a4.984 4.984 0 0 1 -3 .999h-3" /></svg>;
+}
+
+export default IconArrowsShuffle; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-lastfm.js b/icons-react/icons-js/brand-lastfm.js
new file mode 100644
index 00000000..9387dceb
--- /dev/null
+++ b/icons-react/icons-js/brand-lastfm.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandLastfm({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-lastfm" 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 8c-.83 -1 -1.388 -1 -2 -1c-.612 0 -2 .271 -2 2s1.384 2.233 3 3c1.616 .767 2.125 1.812 2 3s-1 2 -3 2s-3 -1 -3.5 -2s-1.585 -4.78 -2.497 -5.997a5 5 0 1 0 -1.003 6.997" /></svg>;
+}
+
+export default IconBrandLastfm; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-tripadvisor.js b/icons-react/icons-js/brand-tripadvisor.js
new file mode 100644
index 00000000..ff17fd19
--- /dev/null
+++ b/icons-react/icons-js/brand-tripadvisor.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandTripadvisor({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-tripadvisor" 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={6.5} cy={13.5} r={1.5} /><circle cx={17.5} cy={13.5} r={1.5} /><path d="M17.5 9a4.5 4.5 0 1 0 3.5 1.671l1 -1.671h-4.5z" /><path d="M6.5 9a4.5 4.5 0 1 1 -3.5 1.671l-1 -1.671h4.5z" /><path d="M10.5 15.5l1.5 2l1.5 -2" /><path d="M9 6.75c2 -.667 4 -.667 6 0" /></svg>;
+}
+
+export default IconBrandTripadvisor; \ No newline at end of file
diff --git a/icons-react/icons-js/c-sharp.js b/icons-react/icons-js/c-sharp.js
new file mode 100644
index 00000000..3348a56a
--- /dev/null
+++ b/icons-react/icons-js/c-sharp.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCSharp({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-c-sharp" 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 9a3 3 0 0 0 -3 -3h-.5a3.5 3.5 0 0 0 -3.5 3.5v5a3.5 3.5 0 0 0 3.5 3.5h.5a3 3 0 0 0 3 -3" /><path d="M16 7l-1 10" /><path d="M20 7l-1 10" /><path d="M14 10h7.5" /><path d="M21 14h-7.5" /></svg>;
+}
+
+export default IconCSharp; \ No newline at end of file
diff --git a/icons-react/icons-js/layout-sidebar-left-collapse.js b/icons-react/icons-js/layout-sidebar-left-collapse.js
new file mode 100644
index 00000000..c94dff61
--- /dev/null
+++ b/icons-react/icons-js/layout-sidebar-left-collapse.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconLayoutSidebarLeftCollapse({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-layout-sidebar-left-collapse" 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={2} /><path d="M9 4v16" /><path d="M15 10l-2 2l2 2" /></svg>;
+}
+
+export default IconLayoutSidebarLeftCollapse; \ No newline at end of file
diff --git a/icons-react/icons-js/layout-sidebar-left-expand.js b/icons-react/icons-js/layout-sidebar-left-expand.js
new file mode 100644
index 00000000..e5e52518
--- /dev/null
+++ b/icons-react/icons-js/layout-sidebar-left-expand.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconLayoutSidebarLeftExpand({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-layout-sidebar-left-expand" 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={2} /><path d="M9 4v16" /><path d="M14 10l2 2l-2 2" /></svg>;
+}
+
+export default IconLayoutSidebarLeftExpand; \ No newline at end of file
diff --git a/icons-react/icons-js/layout-sidebar-right-collapse.js b/icons-react/icons-js/layout-sidebar-right-collapse.js
new file mode 100644
index 00000000..e7963c7b
--- /dev/null
+++ b/icons-react/icons-js/layout-sidebar-right-collapse.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconLayoutSidebarRightCollapse({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-layout-sidebar-right-collapse" 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={2} /><path d="M15 4v16" /><path d="M9 10l2 2l-2 2" /></svg>;
+}
+
+export default IconLayoutSidebarRightCollapse; \ No newline at end of file
diff --git a/icons-react/icons-js/layout-sidebar-right-expand.js b/icons-react/icons-js/layout-sidebar-right-expand.js
new file mode 100644
index 00000000..cca3ce9f
--- /dev/null
+++ b/icons-react/icons-js/layout-sidebar-right-expand.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconLayoutSidebarRightExpand({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-layout-sidebar-right-expand" 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={2} /><path d="M15 4v16" /><path d="M10 10l-2 2l2 2" /></svg>;
+}
+
+export default IconLayoutSidebarRightExpand; \ No newline at end of file
diff --git a/icons-react/icons-js/playlist-add.js b/icons-react/icons-js/playlist-add.js
new file mode 100644
index 00000000..c7a95ddc
--- /dev/null
+++ b/icons-react/icons-js/playlist-add.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconPlaylistAdd({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-playlist-add" 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 8h-14" /><path d="M5 12h9" /><path d="M11 16h-6" /><path d="M15 16h6" /><path d="M18 13v6" /></svg>;
+}
+
+export default IconPlaylistAdd; \ No newline at end of file
diff --git a/icons-react/icons-js/playlist-x.js b/icons-react/icons-js/playlist-x.js
new file mode 100644
index 00000000..2f20ef9f
--- /dev/null
+++ b/icons-react/icons-js/playlist-x.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconPlaylistX({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-playlist-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="M19 8h-14" /><path d="M5 12h7" /><path d="M12 16h-7" /><path d="M16 14l4 4" /><path d="M20 14l-4 4" /></svg>;
+}
+
+export default IconPlaylistX; \ No newline at end of file
diff --git a/icons-react/icons-js/plug-connected.js b/icons-react/icons-js/plug-connected.js
new file mode 100644
index 00000000..2515fe3b
--- /dev/null
+++ b/icons-react/icons-js/plug-connected.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconPlugConnected({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-plug-connected" 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 12l5 5l-1.5 1.5a3.536 3.536 0 1 1 -5 -5l1.5 -1.5z" /><path d="M17 12l-5 -5l1.5 -1.5a3.536 3.536 0 1 1 5 5l-1.5 1.5z" /><path d="M3 21l2.5 -2.5" /><path d="M18.5 5.5l2.5 -2.5" /><path d="M10 11l-2 2" /><path d="M13 14l-2 2" /></svg>;
+}
+
+export default IconPlugConnected; \ No newline at end of file
diff --git a/icons-react/icons-js/plug.js b/icons-react/icons-js/plug.js
index b4fe7466..8f1d9547 100644
--- a/icons-react/icons-js/plug.js
+++ b/icons-react/icons-js/plug.js
@@ -6,7 +6,7 @@ function IconPlug({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-plug" 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 7h10v6a3 3 0 0 1 -3 3h-4a3 3 0 0 1 -3 -3v-6" /><line x1={9} y1={3} x2={9} y2={7} /><line x1={15} y1={3} x2={15} y2={7} /><path d="M12 16v2a2 2 0 0 0 2 2h3" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-plug" 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 6l8 8l-2 2a5.657 5.657 0 1 1 -8 -8l2 -2z" /><path d="M4 20l4 -4" /><path d="M15 4l-3.5 3.5" /><path d="M20 9l-3.5 3.5" /></svg>;
}
export default IconPlug; \ No newline at end of file
diff --git a/icons-react/icons-js/robot.js b/icons-react/icons-js/robot.js
new file mode 100644
index 00000000..823e2ccf
--- /dev/null
+++ b/icons-react/icons-js/robot.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconRobot({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-robot" 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 7h10a2 2 0 0 1 2 2v1l1 1v3l-1 1v3a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-3l-1 -1v-3l1 -1v-1a2 2 0 0 1 2 -2z" /><path d="M10 16h4" /><circle cx={8.5} cy={11.5} r={1} /><circle cx={15.5} cy={11.5} r={1} /><path d="M9 7l-1 -4" /><path d="M15 7l1 -4" /></svg>;
+}
+
+export default IconRobot; \ No newline at end of file
diff --git a/icons-react/icons-js/usb.js b/icons-react/icons-js/usb.js
new file mode 100644
index 00000000..fdea6ff3
--- /dev/null
+++ b/icons-react/icons-js/usb.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconUsb({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-usb" 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={19} r={2} /><path d="M12 17v-11" /><path d="M7 10v3l5 3" /><path d="M12 14.5l5 -2v-2.5" /><path d="M16 10h2v-2h-2z" /><circle cx={7} cy={9} r={1} /><path d="M10 5.5h4l-2 -2.5z" /></svg>;
+}
+
+export default IconUsb; \ No newline at end of file
diff --git a/icons-react/icons-js/vinyl.js b/icons-react/icons-js/vinyl.js
new file mode 100644
index 00000000..e6131a08
--- /dev/null
+++ b/icons-react/icons-js/vinyl.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconVinyl({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-vinyl" 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.004 3.937a9 9 0 1 0 4.996 8.063" /><circle cx={12} cy={12} r={1} /><circle cx={20} cy={4} r={1} /><path d="M20 4l-3.5 10l-2.5 2" /></svg>;
+}
+
+export default IconVinyl; \ No newline at end of file