aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-grindr.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-06-21 11:31:51 +0200
committercodecalm <codecalm@gmail.com>2022-06-21 11:31:51 +0200
commit755f3e43384dc8bcef0484f83ad5cc99b9e49286 (patch)
tree3dc4bebe4c4e1d0f37400f9531e82ce7a4868919 /icons-react/icons-js/brand-grindr.js
parent18 new icons: `brand-amongus`, `brand-badoo`, `brand-bandcamp`, `brand-beats`... (diff)
downloadtabler-icons-755f3e43384dc8bcef0484f83ad5cc99b9e49286.tar.xz
Release 1.71.0v1.71.0
Diffstat (limited to 'icons-react/icons-js/brand-grindr.js')
-rw-r--r--icons-react/icons-js/brand-grindr.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-grindr.js b/icons-react/icons-js/brand-grindr.js
new file mode 100644
index 00000000..57e8374f
--- /dev/null
+++ b/icons-react/icons-js/brand-grindr.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandGrindr({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-grindr" 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 13.282c0 .492 .784 1.718 2.102 1.718c1.318 0 2.898 -.966 2.898 -2.062c0 -.817 -.932 -.938 -1.409 -.938c-.228 0 -3.591 .111 -3.591 1.282z" /><path d="M12 21c-2.984 0 -6.471 -2.721 -6.63 -2.982c-2.13 -3.49 -2.37 -13.703 -2.37 -13.703l1.446 -1.315c2.499 .39 5.023 .617 7.554 .68a58.626 58.626 0 0 0 7.554 -.68l1.446 1.315s-.24 10.213 -2.37 13.704c-.16 .26 -3.646 2.981 -6.63 2.981z" /><path d="M11 13.282c0 .492 -.784 1.718 -2.102 1.718c-1.318 0 -2.898 -.966 -2.898 -2.062c0 -.817 .932 -.938 1.409 -.938c.228 0 3.591 .111 3.591 1.282z" /></svg>;
+}
+
+export default IconBrandGrindr; \ No newline at end of file