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/brand-airbnb.js5
-rw-r--r--icons-react/icons-js/brand-apple-arcade.js5
-rw-r--r--icons-react/icons-js/brand-codesandbox.js5
-rw-r--r--icons-react/icons-js/brand-css3.js5
-rw-r--r--icons-react/icons-js/brand-html5.js5
-rw-r--r--icons-react/icons-js/brand-kotlin.js5
-rw-r--r--icons-react/icons-js/brand-soundcloud.js5
-rw-r--r--icons-react/icons-js/brand-steam.js5
-rw-r--r--icons-react/icons-js/brand-tidal.js5
-rw-r--r--icons-react/icons-js/brand-tinder.js5
-rw-r--r--icons-react/icons-js/brand-vk.js5
-rw-r--r--icons-react/icons-js/brand-yahoo.js5
12 files changed, 60 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-airbnb.js b/icons-react/icons-js/brand-airbnb.js
new file mode 100644
index 0000000..79ad446
--- /dev/null
+++ b/icons-react/icons-js/brand-airbnb.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandAirbnb = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-airbnb" 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 10c-2 0 -3 1 -3 3c0 1.5 1.494 3.535 3 5.5c1 1 1.5 1.5 2.5 2s2.5 1 4.5 -.5s1.5 -3.5 .5 -6s-2.333 -5.5 -5 -9.5c-.834 -1 -1.5 -1.5 -2.503 -1.5c-1 0 -1.623 .45 -2.497 1.5c-2.667 4 -4 7 -5 9.5s-1.5 4.5 .5 6s3.5 1 4.5 .5s1.5 -1 2.5 -2c1.506 -1.965 3 -4 3 -5.5c0 -2 -1 -3 -3 -3z" /></svg>;
+
+export default IconBrandAirbnb; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-apple-arcade.js b/icons-react/icons-js/brand-apple-arcade.js
new file mode 100644
index 0000000..1f3e51e
--- /dev/null
+++ b/icons-react/icons-js/brand-apple-arcade.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandAppleArcade = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-apple-arcade" 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="M20 12.5v4.75a0.734 .734 0 0 1 -.055 .325a0.704 .704 0 0 1 -.348 .366l-5.462 2.58a4.998 4.998 0 0 1 -4.27 0l-5.462 -2.58a0.705 .705 0 0 1 -.401 -.691l-.002 -4.75" /><path d="M4.431 12.216l5.634 -2.332a5.065 5.065 0 0 1 3.87 0l5.634 2.332a0.692 .692 0 0 1 .028 1.269l-5.462 2.543a5.064 5.064 0 0 1 -4.27 0l-5.462 -2.543a0.691 .691 0 0 1 .028 -1.27z" /><line x1={12} y1={7} x2={12} y2={13} /></svg>;
+
+export default IconBrandAppleArcade; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-codesandbox.js b/icons-react/icons-js/brand-codesandbox.js
new file mode 100644
index 0000000..7b744bf
--- /dev/null
+++ b/icons-react/icons-js/brand-codesandbox.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandCodesandbox = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-codesandbox" 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 7.5v9l-4 2.25l-4 2.25l-4 -2.25l-4 -2.25v-9l4 -2.25l4 -2.25l4 2.25z" /><path d="M12 12l4 -2.25l4 -2.25" /><line x1={12} y1={12} x2={12} y2={21} /><path d="M12 12l-4 -2.25l-4 -2.25" /><path d="M20 12l-4 2v4.75" /><path d="M4 12l4 2l0 4.75" /><path d="M8 5.25l4 2.25l4 -2.25" /></svg>;
+
+export default IconBrandCodesandbox; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-css3.js b/icons-react/icons-js/brand-css3.js
new file mode 100644
index 0000000..e96860c
--- /dev/null
+++ b/icons-react/icons-js/brand-css3.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandCss3 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-css3" 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 4l-2 14.5l-6 2l-6 -2l-2 -14.5z" /><path d="M8.5 8h7l-4.5 4h4l-.5 3.5l-2.5 .75l-2.5 -.75l-.1 -.5" /></svg>;
+
+export default IconBrandCss3; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-html5.js b/icons-react/icons-js/brand-html5.js
new file mode 100644
index 0000000..c13603e
--- /dev/null
+++ b/icons-react/icons-js/brand-html5.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandHtml5 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-html5" 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 4l-2 14.5l-6 2l-6 -2l-2 -14.5z" /><path d="M15.5 8h-7l.5 4h6l-.5 3.5l-2.5 .75l-2.5 -.75l-.1 -.5" /></svg>;
+
+export default IconBrandHtml5; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-kotlin.js b/icons-react/icons-js/brand-kotlin.js
new file mode 100644
index 0000000..c23cacf
--- /dev/null
+++ b/icons-react/icons-js/brand-kotlin.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandKotlin = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-kotlin" 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 20h-16v-16h16" /><line x1={4} y1={20} x2={20} y2={4} /><path d="M4 12l8-8" /><line x1={12} y1={12} x2={20} y2={20} /></svg>;
+
+export default IconBrandKotlin; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-soundcloud.js b/icons-react/icons-js/brand-soundcloud.js
new file mode 100644
index 0000000..d441e1c
--- /dev/null
+++ b/icons-react/icons-js/brand-soundcloud.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandSoundcloud = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-soundcloud" 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="M17 11h1c1.38 0 3 1.274 3 3c0 1.657 -1.5 3 -3 3l-6 0v-10c3 0 4.5 1.5 5 4z" /><line x1={9} y1={8} x2={9} y2={17} /><line x1={6} y1={17} x2={6} y2={10} /><line x1={3} y1={16} x2={3} y2={14} /></svg>;
+
+export default IconBrandSoundcloud; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-steam.js b/icons-react/icons-js/brand-steam.js
new file mode 100644
index 0000000..94be9a2
--- /dev/null
+++ b/icons-react/icons-js/brand-steam.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandSteam = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-steam" 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.5 5a4.5 4.5 0 1 1 -.653 8.953l-4.347 3.009l0 .038a3 3 0 0 1 -2.824 2.995l-.176 .005a3.001 3.001 0 0 1 -2.94 -2.402l-2.56 -1.098v-3.5l3.51 1.755a2.989 2.989 0 0 1 2.834 -.635l2.727 -3.818a4.5 4.5 0 0 1 4.429 -5.302z" /><circle fill="currentColor" cx={16.5} cy={9.5} r={1} /></svg>;
+
+export default IconBrandSteam; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-tidal.js b/icons-react/icons-js/brand-tidal.js
new file mode 100644
index 0000000..c3ee01f
--- /dev/null
+++ b/icons-react/icons-js/brand-tidal.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandTidal = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-tidal" 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 7l-2.5 2.5l2.5 2.5l2.5 -2.5z" /><path d="M12 14l-2.5 2.5l2.5 2.5l2.5 -2.5z" /><path d="M19 7l-2.5 2.5l2.5 2.5l2.5 -2.5z" /><path d="M5 7l-2.5 2.5l2.5 2.5l2.5 -2.5z" /></svg>;
+
+export default IconBrandTidal; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-tinder.js b/icons-react/icons-js/brand-tinder.js
new file mode 100644
index 0000000..896b7d0
--- /dev/null
+++ b/icons-react/icons-js/brand-tinder.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandTinder = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-tinder" 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.918 8.174c2.56 4.982 .501 11.656 -5.38 12.626c-7.702 1.687 -12.84 -7.716 -7.054 -13.229c.309 -.305 1.161 -1.095 1.516 -1.349c0 .528 .27 3.475 1 3.167c3 0 4 -4.222 3.587 -7.389c2.7 1.411 4.987 3.376 6.331 6.174z" /></svg>;
+
+export default IconBrandTinder; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-vk.js b/icons-react/icons-js/brand-vk.js
new file mode 100644
index 0000000..22fee54
--- /dev/null
+++ b/icons-react/icons-js/brand-vk.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandVk = (size = 24, color = "currentColor", stroke = 2, ...props) => <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>;
+
+export default IconBrandVk; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-yahoo.js b/icons-react/icons-js/brand-yahoo.js
new file mode 100644
index 0000000..a2243c3
--- /dev/null
+++ b/icons-react/icons-js/brand-yahoo.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandYahoo = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-yahoo" 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={3} y1={6} x2={8} y2={6} /><line x1={7} y1={18} x2={14} y2={18} /><path d="M4.5 6l5.5 7v5" /><path d="M10 13l6-5" /><line x1={12.5} y1={8} x2={17.5} y2={8} /><line x1={20} y1={11} x2={20} y2={15} /><line x1={20} y1={18} x2={20} y2={18.01} /></svg>;
+
+export default IconBrandYahoo; \ No newline at end of file