aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-tinder.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/brand-tinder.js')
-rw-r--r--icons-react/icons-js/brand-tinder.js5
1 files changed, 5 insertions, 0 deletions
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