aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-10-06 02:32:05 +0200
committercodecalm <codecalm@gmail.com>2020-10-06 02:32:05 +0200
commitfebba823e93fe89154b50e3e48051dcca50c1a95 (patch)
treebecbbb54cb2f48808595e50cf61ba324f7327e23 /icons-react/icons-js
parentsymbols categories (diff)
downloadtabler-icons-febba823e93fe89154b50e3e48051dcca50c1a95.tar.xz
Release 1.33.0v1.33.0
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/brand-twitter.js2
-rw-r--r--icons-react/icons-js/cardboards.js5
-rw-r--r--icons-react/icons-js/ce.js5
-rw-r--r--icons-react/icons-js/certificate.js5
-rw-r--r--icons-react/icons-js/chart-radar.js5
-rw-r--r--icons-react/icons-js/christmas-tree.js5
-rw-r--r--icons-react/icons-js/drone.js5
-rw-r--r--icons-react/icons-js/gps.js5
-rw-r--r--icons-react/icons-js/manual-gearbox.js5
-rw-r--r--icons-react/icons-js/parachute.js5
-rw-r--r--icons-react/icons-js/pennant.js5
-rw-r--r--icons-react/icons-js/plant-2.js5
-rw-r--r--icons-react/icons-js/relation-many-to-many.js5
-rw-r--r--icons-react/icons-js/relation-one-to-many.js5
-rw-r--r--icons-react/icons-js/relation-one-to-one.js5
-rw-r--r--icons-react/icons-js/ripple.js5
-rw-r--r--icons-react/icons-js/sthetoscope.js5
-rw-r--r--icons-react/icons-js/view-360.js5
-rw-r--r--icons-react/icons-js/windmill.js5
19 files changed, 91 insertions, 1 deletions
diff --git a/icons-react/icons-js/brand-twitter.js b/icons-react/icons-js/brand-twitter.js
index 7e3a0dd8..41d7df0e 100644
--- a/icons-react/icons-js/brand-twitter.js
+++ b/icons-react/icons-js/brand-twitter.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconBrandTwitter = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-twitter" 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="M22 4.01c-1 .49-1.98.689-3 .99-1.121-1.265-2.783-1.335-4.38-.737S11.977 6.323 12 8v1c-3.245.083-6.135-1.395-8-4 0 0-4.182 7.433 4 11-1.872 1.247-3.739 2.088-6 2 3.308 1.803 6.913 2.423 10.034 1.517 3.58-1.04 6.522-3.723 7.651-7.742a13.84 13.84 0 0 0 .497 -3.753C20.18 7.773 21.692 5.25 22 4.009z" /></svg>;
+const IconBrandTwitter = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-twitter" 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="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z" /></svg>;
export default IconBrandTwitter; \ No newline at end of file
diff --git a/icons-react/icons-js/cardboards.js b/icons-react/icons-js/cardboards.js
new file mode 100644
index 00000000..251173b8
--- /dev/null
+++ b/icons-react/icons-js/cardboards.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconCardboards = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cardboards" 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 7v8.5a2.5 2.5 0 0 0 2.5 2.5h1.06a3 3 0 0 0 2.34 -1.13l1.54 -1.92a2 2 0 0 1 3.12 0l1.54 1.92a3 3 0 0 0 2.34 1.13h1.06a2.5 2.5 0 0 0 2.5 -2.5v-8.5a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2z" /><circle cx={8} cy={11} r={1} /><circle cx={16} cy={11} r={1} /></svg>;
+
+export default IconCardboards; \ No newline at end of file
diff --git a/icons-react/icons-js/ce.js b/icons-react/icons-js/ce.js
new file mode 100644
index 00000000..eefa2b6e
--- /dev/null
+++ b/icons-react/icons-js/ce.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconCe = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-ce" 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 4a8 8 0 1 0 0 16" /><path d="M20 4a8 8 0 1 0 0 16" /><line x1={12} y1={12} x2={20} y2={12} /></svg>;
+
+export default IconCe; \ No newline at end of file
diff --git a/icons-react/icons-js/certificate.js b/icons-react/icons-js/certificate.js
new file mode 100644
index 00000000..e0f870f6
--- /dev/null
+++ b/icons-react/icons-js/certificate.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconCertificate = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-certificate" 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={15} cy={15} r={3} /><path d="M13 17.5v4.5l2 -1.5l2 1.5v-4.5" /><path d="M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -1 1.73" /><line x1={6} y1={9} x2={18} y2={9} /><line x1={6} y1={12} x2={9} y2={12} /><line x1={6} y1={15} x2={8} y2={15} /></svg>;
+
+export default IconCertificate; \ No newline at end of file
diff --git a/icons-react/icons-js/chart-radar.js b/icons-react/icons-js/chart-radar.js
new file mode 100644
index 00000000..31b4af0a
--- /dev/null
+++ b/icons-react/icons-js/chart-radar.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconChartRadar = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chart-radar" 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 3l9.5 7l-3.5 11h-12l-3.5 -11z" /><path d="M12 7.5l5.5 4l-2.5 5.5h-6.5l-2 -5.5z" /><path d="M2.5 10l9.5 3 9.5-3" /><path d="M12 3v10l6 8" /><path d="M6 21l6-8" /></svg>;
+
+export default IconChartRadar; \ No newline at end of file
diff --git a/icons-react/icons-js/christmas-tree.js b/icons-react/icons-js/christmas-tree.js
new file mode 100644
index 00000000..e9bf5cfe
--- /dev/null
+++ b/icons-react/icons-js/christmas-tree.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconChristmasTree = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-christmas-tree" 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 3l4 4l-2 1l4 4l-3 1l4 4h-14l4 -4l-3 -1l4 -4l-2 -1z" /><path d="M14 17v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-3" /></svg>;
+
+export default IconChristmasTree; \ No newline at end of file
diff --git a/icons-react/icons-js/drone.js b/icons-react/icons-js/drone.js
new file mode 100644
index 00000000..05dd2d79
--- /dev/null
+++ b/icons-react/icons-js/drone.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconDrone = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-drone" 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 10h4v4h-4z" /><line x1={10} y1={10} x2={6.5} y2={6.5} /><path d="M9.96 6a3.5 3.5 0 1 0 -3.96 3.96" /><path d="M14 10l3.5-3.5" /><path d="M18 9.96a3.5 3.5 0 1 0 -3.96 -3.96" /><line x1={14} y1={14} x2={17.5} y2={17.5} /><path d="M14.04 18a3.5 3.5 0 1 0 3.96 -3.96" /><line x1={10} y1={14} x2={6.5} y2={17.5} /><path d="M6 14.04a3.5 3.5 0 1 0 3.96 3.96" /></svg>;
+
+export default IconDrone; \ No newline at end of file
diff --git a/icons-react/icons-js/gps.js b/icons-react/icons-js/gps.js
new file mode 100644
index 00000000..611e8624
--- /dev/null
+++ b/icons-react/icons-js/gps.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconGps = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-gps" 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={8} /><path d="M12 8l-3 7.5 3-1.5 3 1.5z" /></svg>;
+
+export default IconGps; \ No newline at end of file
diff --git a/icons-react/icons-js/manual-gearbox.js b/icons-react/icons-js/manual-gearbox.js
new file mode 100644
index 00000000..a6efff23
--- /dev/null
+++ b/icons-react/icons-js/manual-gearbox.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconManualGearbox = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-manual-gearbox" 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={5} cy={6} r={2} /><circle cx={12} cy={6} r={2} /><circle cx={19} cy={6} r={2} /><circle cx={5} cy={18} r={2} /><circle cx={12} cy={18} r={2} /><line x1={5} y1={8} x2={5} y2={16} /><line x1={12} y1={8} x2={12} y2={16} /><path d="M19 8v2a2 2 0 0 1 -2 2h-12" /></svg>;
+
+export default IconManualGearbox; \ No newline at end of file
diff --git a/icons-react/icons-js/parachute.js b/icons-react/icons-js/parachute.js
new file mode 100644
index 00000000..6fe0498c
--- /dev/null
+++ b/icons-react/icons-js/parachute.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconParachute = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-parachute" 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="M22 12a10 10 0 1 0 -20 0" /><path d="M22 12c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3c0 -1.66 -1.57 -3 -3.5 -3s-3.5 1.34 -3.5 3c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3" /><path d="M2 12l10 10l-3.5 -10" /><path d="M15.5 12l-3.5 10l10 -10" /></svg>;
+
+export default IconParachute; \ No newline at end of file
diff --git a/icons-react/icons-js/pennant.js b/icons-react/icons-js/pennant.js
new file mode 100644
index 00000000..e9e3d13c
--- /dev/null
+++ b/icons-react/icons-js/pennant.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPennant = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-pennant" 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" /><line x1={8} y1={21} x2={12} y2={21} /><line x1={10} y1={21} x2={10} y2={3} /><path d="M10 4l9 4-9 4" /></svg>;
+
+export default IconPennant; \ No newline at end of file
diff --git a/icons-react/icons-js/plant-2.js b/icons-react/icons-js/plant-2.js
new file mode 100644
index 00000000..17f22198
--- /dev/null
+++ b/icons-react/icons-js/plant-2.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPlant2 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-plant-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="M2 9a10 10 0 1 0 20 0" /><path d="M12 19a10 10 0 0 1 10 -10" /><path d="M2 9a10 10 0 0 1 10 10" /><path d="M12 4a9.7 9.7 0 0 1 2.99 7.5" /><path d="M9.01 11.5a9.7 9.7 0 0 1 2.99 -7.5" /></svg>;
+
+export default IconPlant2; \ No newline at end of file
diff --git a/icons-react/icons-js/relation-many-to-many.js b/icons-react/icons-js/relation-many-to-many.js
new file mode 100644
index 00000000..fe24f635
--- /dev/null
+++ b/icons-react/icons-js/relation-many-to-many.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconRelationManyToMany = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-relation-many-to-many" 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={5} width={18} height={14} rx={2} /><path d="M15 14v-4l3 4v-4" /><path d="M6 14v-4l3 4v-4" /><line x1={12} y1={10.5} x2={12} y2={10.51} /><line x1={12} y1={13.5} x2={12} y2={13.51} /></svg>;
+
+export default IconRelationManyToMany; \ No newline at end of file
diff --git a/icons-react/icons-js/relation-one-to-many.js b/icons-react/icons-js/relation-one-to-many.js
new file mode 100644
index 00000000..5dba76cf
--- /dev/null
+++ b/icons-react/icons-js/relation-one-to-many.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconRelationOneToMany = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-relation-one-to-many" 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={5} width={18} height={14} rx={2} /><path d="M7 10h1v4" /><path d="M14 14v-4l3 4v-4" /><line x1={11} y1={10.5} x2={11} y2={10.51} /><line x1={11} y1={13.5} x2={11} y2={13.51} /></svg>;
+
+export default IconRelationOneToMany; \ No newline at end of file
diff --git a/icons-react/icons-js/relation-one-to-one.js b/icons-react/icons-js/relation-one-to-one.js
new file mode 100644
index 00000000..d57e1836
--- /dev/null
+++ b/icons-react/icons-js/relation-one-to-one.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconRelationOneToOne = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-relation-one-to-one" 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={5} width={18} height={14} rx={2} /><path d="M8 10h1v4" /><path d="M15 10h1v4" /><line x1={12} y1={10.5} x2={12} y2={10.51} /><line x1={12} y1={13.5} x2={12} y2={13.51} /></svg>;
+
+export default IconRelationOneToOne; \ No newline at end of file
diff --git a/icons-react/icons-js/ripple.js b/icons-react/icons-js/ripple.js
new file mode 100644
index 00000000..4bfa3f39
--- /dev/null
+++ b/icons-react/icons-js/ripple.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconRipple = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-ripple" 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 7c3-2 6-2 9 0s6 2 9 0" /><path d="M3 17c3-2 6-2 9 0s6 2 9 0" /><path d="M3 12c3-2 6-2 9 0s6 2 9 0" /></svg>;
+
+export default IconRipple; \ No newline at end of file
diff --git a/icons-react/icons-js/sthetoscope.js b/icons-react/icons-js/sthetoscope.js
new file mode 100644
index 00000000..2f4ef80d
--- /dev/null
+++ b/icons-react/icons-js/sthetoscope.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconSthetoscope = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-sthetoscope" 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 4h-1a2 2 0 0 0 -2 2v3.5h0a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1h0" /><path d="M8 15a6 6 0 1 0 12 0v-3" /><path d="M11 3v2" /><path d="M6 3v2" /><circle cx={20} cy={10} r={2} /></svg>;
+
+export default IconSthetoscope; \ No newline at end of file
diff --git a/icons-react/icons-js/view-360.js b/icons-react/icons-js/view-360.js
new file mode 100644
index 00000000..ce314b5d
--- /dev/null
+++ b/icons-react/icons-js/view-360.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconView360 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-view-360" 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} /><ellipse cx={12} cy={12} rx={4} ry={9} /><ellipse cx={12} cy={12} rx={4} ry={9} transform="rotate(90 12 12)" /></svg>;
+
+export default IconView360; \ No newline at end of file
diff --git a/icons-react/icons-js/windmill.js b/icons-react/icons-js/windmill.js
new file mode 100644
index 00000000..73f91264
--- /dev/null
+++ b/icons-react/icons-js/windmill.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconWindmill = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-windmill" 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 12c2.76 0 5-2.01 5-4.5S14.76 3 12 3v9z" /><path d="M12 12c0 2.76 2.01 5 4.5 5s4.5-2.24 4.5-5h-9z" /><path d="M12 12c-2.76 0-5 2.01-5 4.5S9.24 21 12 21v-9z" /><path d="M12 12c0-2.76-2.01-5-4.5-5S3 9.24 3 12h9z" /></svg>;
+
+export default IconWindmill; \ No newline at end of file