aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-04-12 00:11:08 +0200
committercodecalm <codecalm@gmail.com>2022-04-12 00:11:08 +0200
commit0300fec5e92d49652133659252e978c58773ce7a (patch)
tree2665a4739b20dc7e4adefb15d44deb12390815b9 /icons-react/icons-js
parentremove failed icon (diff)
downloadtabler-icons-0300fec5e92d49652133659252e978c58773ce7a.tar.xz
Release 1.64.0v1.64.0
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/activity-heartbeat.js12
-rw-r--r--icons-react/icons-js/antenna-bars-off.js2
-rw-r--r--icons-react/icons-js/brand-adobe.js12
-rw-r--r--icons-react/icons-js/brand-nextjs.js12
-rw-r--r--icons-react/icons-js/brand-nuxt.js12
-rw-r--r--icons-react/icons-js/brand-svelte.js12
-rw-r--r--icons-react/icons-js/brand-vk.js2
-rw-r--r--icons-react/icons-js/brand-vue.js12
-rw-r--r--icons-react/icons-js/gender-agender.js12
-rw-r--r--icons-react/icons-js/gender-androgyne.js12
-rw-r--r--icons-react/icons-js/gender-bigender.js12
-rw-r--r--icons-react/icons-js/gender-demiboy.js12
-rw-r--r--icons-react/icons-js/gender-demigirl.js12
-rw-r--r--icons-react/icons-js/gender-epicene.js12
-rw-r--r--icons-react/icons-js/gender-female.js12
-rw-r--r--icons-react/icons-js/gender-femme.js12
-rw-r--r--icons-react/icons-js/gender-genderfluid.js12
-rw-r--r--icons-react/icons-js/gender-genderless.js12
-rw-r--r--icons-react/icons-js/gender-genderqueer.js12
-rw-r--r--icons-react/icons-js/gender-hermaphrodite.js12
-rw-r--r--icons-react/icons-js/gender-intergender.js12
-rw-r--r--icons-react/icons-js/gender-male.js12
-rw-r--r--icons-react/icons-js/gender-neutrois.js12
-rw-r--r--icons-react/icons-js/gender-third.js12
-rw-r--r--icons-react/icons-js/gender-transgender.js12
-rw-r--r--icons-react/icons-js/gender-trasvesti.js12
-rw-r--r--icons-react/icons-js/heart-handshake.js12
-rw-r--r--icons-react/icons-js/math-avg.js12
-rw-r--r--icons-react/icons-js/math-max.js12
-rw-r--r--icons-react/icons-js/math-min.js12
30 files changed, 338 insertions, 2 deletions
diff --git a/icons-react/icons-js/activity-heartbeat.js b/icons-react/icons-js/activity-heartbeat.js
new file mode 100644
index 00000000..2fc4822b
--- /dev/null
+++ b/icons-react/icons-js/activity-heartbeat.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconActivityHeartbeat({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-activity-heartbeat" 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 12h4.5l1.5 -6l4 12l2 -9l1.5 3h4.5" /></svg>;
+}
+
+export default IconActivityHeartbeat; \ No newline at end of file
diff --git a/icons-react/icons-js/antenna-bars-off.js b/icons-react/icons-js/antenna-bars-off.js
index ff510a3c..5d46cf9b 100644
--- a/icons-react/icons-js/antenna-bars-off.js
+++ b/icons-react/icons-js/antenna-bars-off.js
@@ -6,7 +6,7 @@ function IconAntennaBarsOff({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-antenna-bars-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="M6 18v-3" /><path d="M10 18v-6" /><path d="M14 18v-4" /><path d="M18 14v-8" /><path d="M3 3l18 18" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-antenna-bars-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="M6 18v-3" /><path d="M10 18v-6" /><path d="M14 18v-4" /><path d="M14 10v-1" /><path d="M18 14v-8" /><path d="M3 3l18 18" /></svg>;
}
export default IconAntennaBarsOff; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-adobe.js b/icons-react/icons-js/brand-adobe.js
new file mode 100644
index 00000000..911cea1d
--- /dev/null
+++ b/icons-react/icons-js/brand-adobe.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandAdobe({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-adobe" 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.893 4.514l7.977 13.994a0.993 .993 0 0 1 -.394 1.365a1.04 1.04 0 0 1 -.5 .127h-3.476l-4.5 -8l-2.5 4h1.5l2 4h-8.977c-.565 0 -1.023 -.45 -1.023 -1.003c0 -.171 .045 -.34 .13 -.49l7.977 -13.993a1.034 1.034 0 0 1 1.786 0z" /></svg>;
+}
+
+export default IconBrandAdobe; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-nextjs.js b/icons-react/icons-js/brand-nextjs.js
new file mode 100644
index 00000000..c7025236
--- /dev/null
+++ b/icons-react/icons-js/brand-nextjs.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandNextjs({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-nextjs" 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 15v-6l7.745 10.65a9 9 0 1 1 2.255 -1.993" /><path d="M15 12v-3" /></svg>;
+}
+
+export default IconBrandNextjs; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-nuxt.js b/icons-react/icons-js/brand-nuxt.js
new file mode 100644
index 00000000..548b57ae
--- /dev/null
+++ b/icons-react/icons-js/brand-nuxt.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandNuxt({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-nuxt" 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.146 8.583l-1.3 -2.09a1.046 1.046 0 0 0 -1.786 .017l-5.91 9.908a1.046 1.046 0 0 0 .897 1.582h3.913" /><path d="M20.043 18c.743 0 1.201 -.843 .82 -1.505l-4.044 -7.013a0.936 .936 0 0 0 -1.638 0l-4.043 7.013c-.382 .662 .076 1.505 .819 1.505h8.086z" /></svg>;
+}
+
+export default IconBrandNuxt; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-svelte.js b/icons-react/icons-js/brand-svelte.js
new file mode 100644
index 00000000..8cd5d92a
--- /dev/null
+++ b/icons-react/icons-js/brand-svelte.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandSvelte({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-svelte" 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="M15 8l-5 3l.821 -.495c1.86 -1.15 4.412 -.49 5.574 1.352a3.91 3.91 0 0 1 -1.264 5.42l-5.053 3.126c-1.86 1.151 -4.312 .591 -5.474 -1.251a3.91 3.91 0 0 1 1.263 -5.42l.26 -.16" /><path d="M8 17l5 -3l-.822 .496c-1.86 1.151 -4.411 .491 -5.574 -1.351a3.91 3.91 0 0 1 1.264 -5.42l5.054 -3.127c1.86 -1.15 4.311 -.59 5.474 1.252a3.91 3.91 0 0 1 -1.264 5.42l-.26 .16" /></svg>;
+}
+
+export default IconBrandSvelte; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-vk.js b/icons-react/icons-js/brand-vk.js
index 0fb6ced4..24abb3f3 100644
--- a/icons-react/icons-js/brand-vk.js
+++ b/icons-react/icons-js/brand-vk.js
@@ -6,7 +6,7 @@ function IconBrandVk({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-vk" 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 6h2v12c-4.5 -1 -8 -6.5 -9 -12" /><path d="M20 6c-1 2 -3 5 -5 6h-3" /><path d="M20 18c-1 -2 -3 -5 -5 -6" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-vk" 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 19h-4a8 8 0 0 1 -8 -8v-5h4v5a4 4 0 0 0 4 4h0v-9h4v4.5l.03 -.004a4.531 4.531 0 0 0 3.97 -4.496h4l-.342 1.711a6.858 6.858 0 0 1 -3.658 4.789h0a5.34 5.34 0 0 1 3.566 4.111l.434 2.389h0h-4a4.531 4.531 0 0 0 -3.97 -4.496v4.5z" /></svg>;
}
export default IconBrandVk; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-vue.js b/icons-react/icons-js/brand-vue.js
new file mode 100644
index 00000000..3ac72597
--- /dev/null
+++ b/icons-react/icons-js/brand-vue.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandVue({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-vue" 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.5 5l-6.5 10l-6.5 -10" /><path d="M15 5l-3 4.5l-3 -4.5h-7l10 16l10 -16z" /></svg>;
+}
+
+export default IconBrandVue; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-agender.js b/icons-react/icons-js/gender-agender.js
new file mode 100644
index 00000000..fd26d7e6
--- /dev/null
+++ b/icons-react/icons-js/gender-agender.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderAgender({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-agender" 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={6} /><path d="M7 12h11" /></svg>;
+}
+
+export default IconGenderAgender; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-androgyne.js b/icons-react/icons-js/gender-androgyne.js
new file mode 100644
index 00000000..da38012c
--- /dev/null
+++ b/icons-react/icons-js/gender-androgyne.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderAndrogyne({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-androgyne" 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 11l6 -6" /><circle cx={9} cy={15} r={5} /><path d="M19 9v-4h-4" /><path d="M16.5 10.5l-3 -3" /></svg>;
+}
+
+export default IconGenderAndrogyne; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-bigender.js b/icons-react/icons-js/gender-bigender.js
new file mode 100644
index 00000000..61006925
--- /dev/null
+++ b/icons-react/icons-js/gender-bigender.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderBigender({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-bigender" 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={11} cy={11} r={4} /><path d="M19 3l-5 5" /><path d="M15 3h4v4" /><path d="M11 16v6" /><path d="M8 19h6" /></svg>;
+}
+
+export default IconGenderBigender; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-demiboy.js b/icons-react/icons-js/gender-demiboy.js
new file mode 100644
index 00000000..b294b640
--- /dev/null
+++ b/icons-react/icons-js/gender-demiboy.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderDemiboy({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-demiboy" 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={10} cy={14} r={5} /><path d="M19 5l-5.4 5.4" /><path d="M19 5h-5" /></svg>;
+}
+
+export default IconGenderDemiboy; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-demigirl.js b/icons-react/icons-js/gender-demigirl.js
new file mode 100644
index 00000000..0146c115
--- /dev/null
+++ b/icons-react/icons-js/gender-demigirl.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderDemigirl({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-demigirl" 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={9} r={5} /><path d="M12 14v7" /><path d="M9 18h3" /></svg>;
+}
+
+export default IconGenderDemigirl; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-epicene.js b/icons-react/icons-js/gender-epicene.js
new file mode 100644
index 00000000..e17f2d5c
--- /dev/null
+++ b/icons-react/icons-js/gender-epicene.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderEpicene({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-epicene" 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="rotate(-45 12 12)" cx={12} cy={12} r={5} /><path d="M15.536 15.535l5.464 -5.535" /><path d="M3 14l5.464 -5.535" /><path d="M12 12h.01" /></svg>;
+}
+
+export default IconGenderEpicene; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-female.js b/icons-react/icons-js/gender-female.js
new file mode 100644
index 00000000..f0f6bb21
--- /dev/null
+++ b/icons-react/icons-js/gender-female.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderFemale({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-female" 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={9} r={5} /><path d="M12 14v7" /><path d="M9 18h6" /></svg>;
+}
+
+export default IconGenderFemale; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-femme.js b/icons-react/icons-js/gender-femme.js
new file mode 100644
index 00000000..2d1d0dbd
--- /dev/null
+++ b/icons-react/icons-js/gender-femme.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderFemme({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-femme" 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={9} r={5} /><path d="M12 14v7" /><path d="M7 18h10" /></svg>;
+}
+
+export default IconGenderFemme; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-genderfluid.js b/icons-react/icons-js/gender-genderfluid.js
new file mode 100644
index 00000000..523670df
--- /dev/null
+++ b/icons-react/icons-js/gender-genderfluid.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderGenderfluid({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-genderfluid" 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" /><g transform="rotate(30 -2.778 22.523)"><circle cx={4.759} cy={6.021} r={4} /><path d="M8.758 6.02v-6" /><path d="M.758 12.02v-6" /></g><path d="M12 12h.01" /><path d="M9 9l-6 -6" /><path d="M5.5 8.5l3 -3" /><path d="M21 21l-6 -6" /><path d="M17 20l3 -3" /><path d="M3 7v-4h4" /></svg>;
+}
+
+export default IconGenderGenderfluid; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-genderless.js b/icons-react/icons-js/gender-genderless.js
new file mode 100644
index 00000000..ab39c4a7
--- /dev/null
+++ b/icons-react/icons-js/gender-genderless.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderGenderless({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-genderless" 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 0 30)" cx={12} cy={15} r={5} /><path d="M12 10v-7" /><path d="M7 15h10" /></svg>;
+}
+
+export default IconGenderGenderless; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-genderqueer.js b/icons-react/icons-js/gender-genderqueer.js
new file mode 100644
index 00000000..b7952c24
--- /dev/null
+++ b/icons-react/icons-js/gender-genderqueer.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderGenderqueer({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-genderqueer" 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 0 32)" cx={12} cy={16} r={5} /><path d="M12 11v-8" /><path d="M14.5 4.5l-5 3" /><path d="M9.5 4.5l5 3" /></svg>;
+}
+
+export default IconGenderGenderqueer; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-hermaphrodite.js b/icons-react/icons-js/gender-hermaphrodite.js
new file mode 100644
index 00000000..46988b2d
--- /dev/null
+++ b/icons-react/icons-js/gender-hermaphrodite.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderHermaphrodite({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-hermaphrodite" 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 14v7" /><path d="M9 18h6" /><circle transform="matrix(1 0 0 -1 0 20)" cx={12} cy={10} r={4} /><path d="M15 3a3 3 0 0 1 -6 0" /></svg>;
+}
+
+export default IconGenderHermaphrodite; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-intergender.js b/icons-react/icons-js/gender-intergender.js
new file mode 100644
index 00000000..33873e95
--- /dev/null
+++ b/icons-react/icons-js/gender-intergender.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderIntergender({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-intergender" 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.5 11.5l6.5 6.5v-4" /><path d="M11.5 13.5l6.5 6.5" /><circle transform="matrix(1 0 0 -1 0 18)" cx={9} cy={9} r={5} /><path d="M14 20l2 -2" /></svg>;
+}
+
+export default IconGenderIntergender; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-male.js b/icons-react/icons-js/gender-male.js
new file mode 100644
index 00000000..9964fef7
--- /dev/null
+++ b/icons-react/icons-js/gender-male.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderMale({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-male" 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={10} cy={14} r={5} /><path d="M19 5l-5.4 5.4" /><path d="M19 5h-5" /><path d="M19 5v5" /></svg>;
+}
+
+export default IconGenderMale; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-neutrois.js b/icons-react/icons-js/gender-neutrois.js
new file mode 100644
index 00000000..f49782d3
--- /dev/null
+++ b/icons-react/icons-js/gender-neutrois.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderNeutrois({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-neutrois" 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 0 30)" cx={12} cy={15} r={5} /><path d="M12 10v-7" /></svg>;
+}
+
+export default IconGenderNeutrois; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-third.js b/icons-react/icons-js/gender-third.js
new file mode 100644
index 00000000..73ea0fcb
--- /dev/null
+++ b/icons-react/icons-js/gender-third.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderThird({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-third" 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="rotate(90 16 12)" cx={16} cy={12} r={5} /><path d="M11 12h-3" /><path d="M8 12l-5 -4v8z" /></svg>;
+}
+
+export default IconGenderThird; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-transgender.js b/icons-react/icons-js/gender-transgender.js
new file mode 100644
index 00000000..35593e67
--- /dev/null
+++ b/icons-react/icons-js/gender-transgender.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderTransgender({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-transgender" 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={4} /><path d="M15 9l6 -6" /><path d="M21 7v-4h-4" /><path d="M9 9l-6 -6" /><path d="M3 7v-4h4" /><path d="M5.5 8.5l3 -3" /><path d="M12 16v5" /><path d="M9.5 19h5" /></svg>;
+}
+
+export default IconGenderTransgender; \ No newline at end of file
diff --git a/icons-react/icons-js/gender-trasvesti.js b/icons-react/icons-js/gender-trasvesti.js
new file mode 100644
index 00000000..c0019fb8
--- /dev/null
+++ b/icons-react/icons-js/gender-trasvesti.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconGenderTrasvesti({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-trasvesti" 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="M15 20a5 5 0 1 1 0 -10a5 5 0 0 1 0 10z" /><path d="M6 6l5.4 5.4" /><path d="M4 8l4 -4" /></svg>;
+}
+
+export default IconGenderTrasvesti; \ No newline at end of file
diff --git a/icons-react/icons-js/heart-handshake.js b/icons-react/icons-js/heart-handshake.js
new file mode 100644
index 00000000..d0e84249
--- /dev/null
+++ b/icons-react/icons-js/heart-handshake.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconHeartHandshake({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-heart-handshake" 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.5 13.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /><path d="M12 7l-3.293 3.293a1 1 0 0 0 0 1.414l.543 .543c.69 .69 1.81 .69 2.5 0l1 -1a3.182 3.182 0 0 1 4.5 0l2.25 2.25" /><path d="M12.5 16.5l2 2" /><path d="M15 14l2 2" /></svg>;
+}
+
+export default IconHeartHandshake; \ No newline at end of file
diff --git a/icons-react/icons-js/math-avg.js b/icons-react/icons-js/math-avg.js
new file mode 100644
index 00000000..d93a148c
--- /dev/null
+++ b/icons-react/icons-js/math-avg.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMathAvg({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-math-avg" 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 21l18 -18" /><circle cx={12} cy={12} r={8} /></svg>;
+}
+
+export default IconMathAvg; \ No newline at end of file
diff --git a/icons-react/icons-js/math-max.js b/icons-react/icons-js/math-max.js
new file mode 100644
index 00000000..61d176fa
--- /dev/null
+++ b/icons-react/icons-js/math-max.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMathMax({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-math-max" 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} r={2} /><path d="M3 20c0 -8.75 4 -14 7 -14.5m4 0c3 .5 7 5.75 7 14.5" /></svg>;
+}
+
+export default IconMathMax; \ No newline at end of file
diff --git a/icons-react/icons-js/math-min.js b/icons-react/icons-js/math-min.js
new file mode 100644
index 00000000..57ba8292
--- /dev/null
+++ b/icons-react/icons-js/math-min.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMathMin({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-math-min" 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 0 38)" cx={12} cy={19} r={2} /><path d="M3 4c0 8.75 4 14 7 14.5m4 0c3 -.5 7 -5.75 7 -14.5" /></svg>;
+}
+
+export default IconMathMin; \ No newline at end of file