aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-08-08 15:57:51 +0200
committercodecalm <codecalm@gmail.com>2022-08-08 15:57:51 +0200
commit4cf7c264e89d3bd48ff3f81cc114a90c5e00cb34 (patch)
treea69485e00fb0769036e585bbe1ac4fe571399ef0 /icons-react/icons-js
parent18 new icons: `arrows-diff`, `brand-google-fit`, `brand-xbox`, `clipboard-cop... (diff)
downloadtabler-icons-4cf7c264e89d3bd48ff3f81cc114a90c5e00cb34.tar.xz
Release 1.79.0v1.79.0
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/arrows-diff.js12
-rw-r--r--icons-react/icons-js/brand-google-fit.js12
-rw-r--r--icons-react/icons-js/brand-xbox.js12
-rw-r--r--icons-react/icons-js/clipboard-copy.js12
-rw-r--r--icons-react/icons-js/currency-yuan.js12
-rw-r--r--icons-react/icons-js/empathize.js12
-rw-r--r--icons-react/icons-js/exposure-0.js12
-rw-r--r--icons-react/icons-js/exposure-minus-1.js12
-rw-r--r--icons-react/icons-js/exposure-minus-2.js12
-rw-r--r--icons-react/icons-js/exposure-plus-1.js12
-rw-r--r--icons-react/icons-js/exposure-plus-2.js12
-rw-r--r--icons-react/icons-js/file-orientation.js12
-rw-r--r--icons-react/icons-js/input-search.js12
-rw-r--r--icons-react/icons-js/mickey.js12
-rw-r--r--icons-react/icons-js/text-orientation.js12
-rw-r--r--icons-react/icons-js/text-plus.js12
-rw-r--r--icons-react/icons-js/text-spellcheck.js12
-rw-r--r--icons-react/icons-js/zoom-replace.js12
18 files changed, 216 insertions, 0 deletions
diff --git a/icons-react/icons-js/arrows-diff.js b/icons-react/icons-js/arrows-diff.js
new file mode 100644
index 00000000..a4130038
--- /dev/null
+++ b/icons-react/icons-js/arrows-diff.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowsDiff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-diff" 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 16h10" /><path d="M11 16l4 4" /><path d="M11 16l4 -4" /><path d="M13 8h-10" /><path d="M13 8l-4 4" /><path d="M13 8l-4 -4" /></svg>;
+}
+
+export default IconArrowsDiff; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-google-fit.js b/icons-react/icons-js/brand-google-fit.js
new file mode 100644
index 00000000..2989439f
--- /dev/null
+++ b/icons-react/icons-js/brand-google-fit.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandGoogleFit({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-google-fit" 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 9.314l-2.343 -2.344a3.314 3.314 0 0 0 -4.686 4.686l2.343 2.344l4.686 4.686l7.03 -7.03a3.314 3.314 0 0 0 -4.687 -4.685l-7.03 7.029" /></svg>;
+}
+
+export default IconBrandGoogleFit; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-xbox.js b/icons-react/icons-js/brand-xbox.js
new file mode 100644
index 00000000..46bb1d45
--- /dev/null
+++ b/icons-react/icons-js/brand-xbox.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandXbox({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-xbox" 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="M6.5 5c7.72 2.266 10.037 7.597 12.5 12.5" /><path d="M17.5 5c-7.72 2.266 -10.037 7.597 -12.5 12.5" /></svg>;
+}
+
+export default IconBrandXbox; \ No newline at end of file
diff --git a/icons-react/icons-js/clipboard-copy.js b/icons-react/icons-js/clipboard-copy.js
new file mode 100644
index 00000000..fb65f540
--- /dev/null
+++ b/icons-react/icons-js/clipboard-copy.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconClipboardCopy({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-clipboard-copy" 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="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h3m9 -9v-5a2 2 0 0 0 -2 -2h-2" /><path d="M13 17v-1a1 1 0 0 1 1 -1h1m3 0h1a1 1 0 0 1 1 1v1m0 3v1a1 1 0 0 1 -1 1h-1m-3 0h-1a1 1 0 0 1 -1 -1v-1" /><rect x={9} y={3} width={6} height={4} rx={2} /></svg>;
+}
+
+export default IconClipboardCopy; \ No newline at end of file
diff --git a/icons-react/icons-js/currency-yuan.js b/icons-react/icons-js/currency-yuan.js
new file mode 100644
index 00000000..a5b1d894
--- /dev/null
+++ b/icons-react/icons-js/currency-yuan.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCurrencyYuan({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-currency-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" /><path d="M12 19v-7l-5 -7" /><path d="M17 5l-5 7" /><path d="M8 13h8" /></svg>;
+}
+
+export default IconCurrencyYuan; \ No newline at end of file
diff --git a/icons-react/icons-js/empathize.js b/icons-react/icons-js/empathize.js
new file mode 100644
index 00000000..4a3b2cb1
--- /dev/null
+++ b/icons-react/icons-js/empathize.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconEmpathize({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-empathize" 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={5.5} r={2.5} /><path d="M12 21.368l5.095 -5.096a3.088 3.088 0 1 0 -4.367 -4.367l-.728 .727l-.728 -.727a3.088 3.088 0 1 0 -4.367 4.367l5.095 5.096z" /></svg>;
+}
+
+export default IconEmpathize; \ No newline at end of file
diff --git a/icons-react/icons-js/exposure-0.js b/icons-react/icons-js/exposure-0.js
new file mode 100644
index 00000000..b915de97
--- /dev/null
+++ b/icons-react/icons-js/exposure-0.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconExposure0({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-exposure-0" 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 19a4 4 0 0 0 4 -4v-6a4 4 0 1 0 -8 0v6a4 4 0 0 0 4 4z" /></svg>;
+}
+
+export default IconExposure0; \ No newline at end of file
diff --git a/icons-react/icons-js/exposure-minus-1.js b/icons-react/icons-js/exposure-minus-1.js
new file mode 100644
index 00000000..c06fb82c
--- /dev/null
+++ b/icons-react/icons-js/exposure-minus-1.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconExposureMinus1({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-exposure-minus-1" 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 12h6" /><path d="M18 19v-14l-4 4" /></svg>;
+}
+
+export default IconExposureMinus1; \ No newline at end of file
diff --git a/icons-react/icons-js/exposure-minus-2.js b/icons-react/icons-js/exposure-minus-2.js
new file mode 100644
index 00000000..290b4315
--- /dev/null
+++ b/icons-react/icons-js/exposure-minus-2.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconExposureMinus2({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-exposure-minus-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="M12 9a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 7.185h8" /><path d="M3 12h6" /></svg>;
+}
+
+export default IconExposureMinus2; \ No newline at end of file
diff --git a/icons-react/icons-js/exposure-plus-1.js b/icons-react/icons-js/exposure-plus-1.js
new file mode 100644
index 00000000..2e51db5a
--- /dev/null
+++ b/icons-react/icons-js/exposure-plus-1.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconExposurePlus1({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-exposure-plus-1" 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 12h6" /><path d="M6 9v6" /><path d="M18 19v-14l-4 4" /></svg>;
+}
+
+export default IconExposurePlus1; \ No newline at end of file
diff --git a/icons-react/icons-js/exposure-plus-2.js b/icons-react/icons-js/exposure-plus-2.js
new file mode 100644
index 00000000..c538dda5
--- /dev/null
+++ b/icons-react/icons-js/exposure-plus-2.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconExposurePlus2({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-exposure-plus-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="M12 9a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 7.185h8" /><path d="M3 12h6" /><path d="M6 9v6" /></svg>;
+}
+
+export default IconExposurePlus2; \ No newline at end of file
diff --git a/icons-react/icons-js/file-orientation.js b/icons-react/icons-js/file-orientation.js
new file mode 100644
index 00000000..553826f8
--- /dev/null
+++ b/icons-react/icons-js/file-orientation.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconFileOrientation({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-file-orientation" 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="M10 21h-3a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v2" /><path d="M13 20h5a2 2 0 0 0 2 -2v-5" /><path d="M15 22l-2 -2l2 -2" /><path d="M18 15l2 -2l2 2" /></svg>;
+}
+
+export default IconFileOrientation; \ No newline at end of file
diff --git a/icons-react/icons-js/input-search.js b/icons-react/icons-js/input-search.js
new file mode 100644
index 00000000..76e82f67
--- /dev/null
+++ b/icons-react/icons-js/input-search.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconInputSearch({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-input-search" 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 11v-3a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5" /><circle cx={15.5} cy={15.5} r={2.5} /><path d="M17.5 17.5l2.5 2.5" /></svg>;
+}
+
+export default IconInputSearch; \ No newline at end of file
diff --git a/icons-react/icons-js/mickey.js b/icons-react/icons-js/mickey.js
new file mode 100644
index 00000000..1ab8c8f9
--- /dev/null
+++ b/icons-react/icons-js/mickey.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMickey({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-mickey" 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.5 3a3.5 3.5 0 0 1 3.25 4.8a7.017 7.017 0 0 0 -2.424 2.1a3.5 3.5 0 1 1 -.826 -6.9z" /><path d="M18.5 3a3.5 3.5 0 1 1 -.826 6.902a7.013 7.013 0 0 0 -2.424 -2.103a3.5 3.5 0 0 1 3.25 -4.799z" /><circle cx={12} cy={14} r={7} /></svg>;
+}
+
+export default IconMickey; \ No newline at end of file
diff --git a/icons-react/icons-js/text-orientation.js b/icons-react/icons-js/text-orientation.js
new file mode 100644
index 00000000..6829d8ef
--- /dev/null
+++ b/icons-react/icons-js/text-orientation.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTextOrientation({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-text-orientation" 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="M9 15l-5 -5c-1.367 -1.367 -1.367 -3.633 0 -5s3.633 -1.367 5 0l5 5" /><path d="M5.5 11.5l5 -5" /><path d="M21 12l-9 9" /><path d="M21 12v4" /><path d="M21 12h-4" /></svg>;
+}
+
+export default IconTextOrientation; \ No newline at end of file
diff --git a/icons-react/icons-js/text-plus.js b/icons-react/icons-js/text-plus.js
new file mode 100644
index 00000000..df94eb4c
--- /dev/null
+++ b/icons-react/icons-js/text-plus.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTextPlus({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-text-plus" 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 10h-14" /><path d="M5 6h14" /><path d="M14 14h-9" /><path d="M5 18h6" /><path d="M18 15v6" /><path d="M15 18h6" /></svg>;
+}
+
+export default IconTextPlus; \ No newline at end of file
diff --git a/icons-react/icons-js/text-spellcheck.js b/icons-react/icons-js/text-spellcheck.js
new file mode 100644
index 00000000..70fcf7cb
--- /dev/null
+++ b/icons-react/icons-js/text-spellcheck.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconTextSpellcheck({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-text-spellcheck" 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 15v-7.5a3.5 3.5 0 0 1 7 0v7.5" /><path d="M5 10h7" /><path d="M10 18l3 3l7 -7" /></svg>;
+}
+
+export default IconTextSpellcheck; \ No newline at end of file
diff --git a/icons-react/icons-js/zoom-replace.js b/icons-react/icons-js/zoom-replace.js
new file mode 100644
index 00000000..976fce04
--- /dev/null
+++ b/icons-react/icons-js/zoom-replace.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconZoomReplace({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-zoom-replace" 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="M21 21l-6 -6" /><path d="M3.291 8.003a7 7 0 0 1 5.077 -4.806a7.021 7.021 0 0 1 8.242 4.403" /><path d="M17 4v4h-4" /><path d="M16.705 12.005a7 7 0 0 1 -5.074 4.798a7.021 7.021 0 0 1 -8.241 -4.403" /><path d="M3 16v-4h4" /></svg>;
+}
+
+export default IconZoomReplace; \ No newline at end of file