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/3d-rotate.js12
-rw-r--r--icons-react/icons-js/address-book.js12
-rw-r--r--icons-react/icons-js/album.js12
-rw-r--r--icons-react/icons-js/augmented-reality.js12
-rw-r--r--icons-react/icons-js/baseline.js12
-rw-r--r--icons-react/icons-js/dental.js12
-rw-r--r--icons-react/icons-js/device-nintendo.js12
-rw-r--r--icons-react/icons-js/error-404.js12
-rw-r--r--icons-react/icons-js/file-description.js12
-rw-r--r--icons-react/icons-js/file-settings.js12
-rw-r--r--icons-react/icons-js/focus-centered.js12
-rw-r--r--icons-react/icons-js/gizmo.js12
-rw-r--r--icons-react/icons-js/layout-dashboard.js12
-rw-r--r--icons-react/icons-js/oval-vertical.js12
-rw-r--r--icons-react/icons-js/oval.js12
-rw-r--r--icons-react/icons-js/paper-bag.js12
-rw-r--r--icons-react/icons-js/sword.js12
-rw-r--r--icons-react/icons-js/timeline.js12
18 files changed, 216 insertions, 0 deletions
diff --git a/icons-react/icons-js/3d-rotate.js b/icons-react/icons-js/3d-rotate.js
new file mode 100644
index 00000000..7068f288
--- /dev/null
+++ b/icons-react/icons-js/3d-rotate.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function Icon3dRotate({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-3d-rotate" 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 15.5l4 -2.5" /><path d="M3 13l4 2.5v4.5l4 -2.5v-4.5l-4 -2.5z" /><path d="M3 13v4.5l4 2.5" /><path d="M11 4a7 7 0 0 1 7 7v4l-3 -3" /><path d="M21 12l-3 3" /></svg>;
+}
+
+export default Icon3dRotate; \ No newline at end of file
diff --git a/icons-react/icons-js/address-book.js b/icons-react/icons-js/address-book.js
new file mode 100644
index 00000000..f7ba862f
--- /dev/null
+++ b/icons-react/icons-js/address-book.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAddressBook({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-address-book" 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 6v12a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2z" /><path d="M10 16h6" /><circle cx={13} cy={11} r={2} /><path d="M4 8h3" /><path d="M4 12h3" /><path d="M4 16h3" /></svg>;
+}
+
+export default IconAddressBook; \ No newline at end of file
diff --git a/icons-react/icons-js/album.js b/icons-react/icons-js/album.js
new file mode 100644
index 00000000..098453b0
--- /dev/null
+++ b/icons-react/icons-js/album.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAlbum({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-album" 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="M12 4v7l2 -2l2 2v-7" /></svg>;
+}
+
+export default IconAlbum; \ No newline at end of file
diff --git a/icons-react/icons-js/augmented-reality.js b/icons-react/icons-js/augmented-reality.js
new file mode 100644
index 00000000..5533507b
--- /dev/null
+++ b/icons-react/icons-js/augmented-reality.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAugmentedReality({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-augmented-reality" 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 8v-2a2 2 0 0 1 2 -2h2" /><path d="M4 16v2a2 2 0 0 0 2 2h2" /><path d="M16 4h2a2 2 0 0 1 2 2v2" /><path d="M16 20h2a2 2 0 0 0 2 -2v-2" /><path d="M12 12.5l4 -2.5" /><path d="M8 10l4 2.5v4.5l4 -2.5v-4.5l-4 -2.5z" /><path d="M8 10v4.5l4 2.5" /></svg>;
+}
+
+export default IconAugmentedReality; \ No newline at end of file
diff --git a/icons-react/icons-js/baseline.js b/icons-react/icons-js/baseline.js
new file mode 100644
index 00000000..41859814
--- /dev/null
+++ b/icons-react/icons-js/baseline.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBaseline({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-baseline" 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 20h16" /><path d="M8 16v-8a4 4 0 1 1 8 0v8" /><path d="M8 10h8" /></svg>;
+}
+
+export default IconBaseline; \ No newline at end of file
diff --git a/icons-react/icons-js/dental.js b/icons-react/icons-js/dental.js
new file mode 100644
index 00000000..c618e2e8
--- /dev/null
+++ b/icons-react/icons-js/dental.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDental({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-dental" 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 5.5c-1.074 -.586 -2.583 -1.5 -4 -1.5c-2.1 -.001 -4 1.247 -4 5c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 .004 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 1.994 .993 2.567 .237c1.615 -2.127 2.671 -5.637 2.671 -10.537c0 -3.74 -1.908 -4.994 -4 -5c-1.423 -.004 -2.92 .911 -4 1.5z" /><path d="M12 5.5l3 1.5" /></svg>;
+}
+
+export default IconDental; \ No newline at end of file
diff --git a/icons-react/icons-js/device-nintendo.js b/icons-react/icons-js/device-nintendo.js
new file mode 100644
index 00000000..5a9a6839
--- /dev/null
+++ b/icons-react/icons-js/device-nintendo.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDeviceNintendo({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-device-nintendo" 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 20v-16h-3a4 4 0 0 0 -4 4v8a4 4 0 0 0 4 4h3z" /><path d="M14 20v-16h3a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-3z" /><circle cx={17.5} cy={15.5} r={1} fill="currentColor" /><circle cx={6.5} cy={8.5} r={1} fill="currentColor" /></svg>;
+}
+
+export default IconDeviceNintendo; \ No newline at end of file
diff --git a/icons-react/icons-js/error-404.js b/icons-react/icons-js/error-404.js
new file mode 100644
index 00000000..8dc9c818
--- /dev/null
+++ b/icons-react/icons-js/error-404.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconError404({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-error-404" 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 7v4a1 1 0 0 0 1 1h3" /><path d="M7 7v10" /><path d="M10 8v8a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1z" /><path d="M17 7v4a1 1 0 0 0 1 1h3" /><path d="M21 7v10" /></svg>;
+}
+
+export default IconError404; \ No newline at end of file
diff --git a/icons-react/icons-js/file-description.js b/icons-react/icons-js/file-description.js
new file mode 100644
index 00000000..55ac9ee9
--- /dev/null
+++ b/icons-react/icons-js/file-description.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconFileDescription({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-file-description" 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 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><path d="M9 17h6" /><path d="M9 13h6" /></svg>;
+}
+
+export default IconFileDescription; \ No newline at end of file
diff --git a/icons-react/icons-js/file-settings.js b/icons-react/icons-js/file-settings.js
new file mode 100644
index 00000000..a9de6792
--- /dev/null
+++ b/icons-react/icons-js/file-settings.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconFileSettings({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-file-settings" 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={14} r={2} /><path d="M12 10.5v1.5" /><path d="M12 16v1.5" /><path d="M15.031 12.25l-1.299 .75" /><path d="M10.268 15l-1.3 .75" /><path d="M15 15.803l-1.285 -.773" /><path d="M10.285 12.97l-1.285 -.773" /><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /></svg>;
+}
+
+export default IconFileSettings; \ No newline at end of file
diff --git a/icons-react/icons-js/focus-centered.js b/icons-react/icons-js/focus-centered.js
new file mode 100644
index 00000000..b2c33481
--- /dev/null
+++ b/icons-react/icons-js/focus-centered.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconFocusCentered({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-focus-centered" 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={1} /><path d="M4 8v-2a2 2 0 0 1 2 -2h2" /><path d="M4 16v2a2 2 0 0 0 2 2h2" /><path d="M16 4h2a2 2 0 0 1 2 2v2" /><path d="M16 20h2a2 2 0 0 0 2 -2v-2" /></svg>;
+}
+
+export default IconFocusCentered; \ No newline at end of file
diff --git a/icons-react/icons-js/gizmo.js b/icons-react/icons-js/gizmo.js
new file mode 100644
index 00000000..f53f87c5
--- /dev/null
+++ b/icons-react/icons-js/gizmo.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGizmo({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gizmo" 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 19l-8 -5.5l-8 5.5" /><path d="M12 4v9.5" /><circle cx={12} cy={4} r={1} /><circle cx={4} cy={19} r={1} /><circle cx={20} cy={19} r={1} /></svg>;
+}
+
+export default IconGizmo; \ No newline at end of file
diff --git a/icons-react/icons-js/layout-dashboard.js b/icons-react/icons-js/layout-dashboard.js
new file mode 100644
index 00000000..48ff1d36
--- /dev/null
+++ b/icons-react/icons-js/layout-dashboard.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconLayoutDashboard({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-layout-dashboard" 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 4h6v8h-6z" /><path d="M4 16h6v4h-6z" /><path d="M14 12h6v8h-6z" /><path d="M14 4h6v4h-6z" /></svg>;
+}
+
+export default IconLayoutDashboard; \ No newline at end of file
diff --git a/icons-react/icons-js/oval-vertical.js b/icons-react/icons-js/oval-vertical.js
new file mode 100644
index 00000000..05915bf5
--- /dev/null
+++ b/icons-react/icons-js/oval-vertical.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconOvalVertical({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-oval-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" /><ellipse transform="matrix(0 -1 -1 0 24 24)" cx={12} cy={12} rx={6} ry={9} /></svg>;
+}
+
+export default IconOvalVertical; \ No newline at end of file
diff --git a/icons-react/icons-js/oval.js b/icons-react/icons-js/oval.js
new file mode 100644
index 00000000..671884a2
--- /dev/null
+++ b/icons-react/icons-js/oval.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconOval({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-oval" 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" /><ellipse cx={12} cy={12} rx={6} ry={9} /></svg>;
+}
+
+export default IconOval; \ No newline at end of file
diff --git a/icons-react/icons-js/paper-bag.js b/icons-react/icons-js/paper-bag.js
new file mode 100644
index 00000000..ea4d3d8f
--- /dev/null
+++ b/icons-react/icons-js/paper-bag.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconPaperBag({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-paper-bag" 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 3h8a2 2 0 0 1 2 2v1.82a5 5 0 0 0 .528 2.236l.944 1.888a5 5 0 0 1 .528 2.236v5.82a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-5.82a5 5 0 0 1 .528 -2.236l1.472 -2.944v-3a2 2 0 0 1 2 -2z" /><circle cx={14} cy={15} r={2} /><path d="M6 21a2 2 0 0 0 2 -2v-5.82a5 5 0 0 0 -.528 -2.236l-1.472 -2.944" /><path d="M11 7h2" /></svg>;
+}
+
+export default IconPaperBag; \ No newline at end of file
diff --git a/icons-react/icons-js/sword.js b/icons-react/icons-js/sword.js
new file mode 100644
index 00000000..a20827fa
--- /dev/null
+++ b/icons-react/icons-js/sword.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconSword({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sword" 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 4v5l-9 7l-4 4l-3 -3l4 -4l7 -9z" /><path d="M6.5 11.5l6 6" /></svg>;
+}
+
+export default IconSword; \ No newline at end of file
diff --git a/icons-react/icons-js/timeline.js b/icons-react/icons-js/timeline.js
new file mode 100644
index 00000000..1ddeed7d
--- /dev/null
+++ b/icons-react/icons-js/timeline.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTimeline({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-timeline" 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 16l6 -7l5 5l5 -6" /><circle cx={15} cy={14} r={1} /><circle cx={10} cy={9} r={1} /><circle cx={4} cy={16} r={1} /><circle cx={20} cy={8} r={1} /></svg>;
+}
+
+export default IconTimeline; \ No newline at end of file