aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-disqus.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-11-13 22:11:22 +0100
committercodecalm <codecalm@gmail.com>2020-11-13 22:11:22 +0100
commit061e99b8965fadf6eb390a5b1ca137004badf8c2 (patch)
tree8b65f023a51f103cf0745a203fd039b1a40682cb /icons-react/icons-js/brand-disqus.js
parenticons version fixes (diff)
downloadtabler-icons-061e99b8965fadf6eb390a5b1ca137004badf8c2.tar.xz
Release 1.36.0v1.36.0
Diffstat (limited to 'icons-react/icons-js/brand-disqus.js')
-rw-r--r--icons-react/icons-js/brand-disqus.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-disqus.js b/icons-react/icons-js/brand-disqus.js
new file mode 100644
index 00000000..f63f7133
--- /dev/null
+++ b/icons-react/icons-js/brand-disqus.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandDisqus({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-brand-disqus" 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.847 21c-2.259 0 -4.323 -.667 -5.919 -2h-3.928l1.708 -3.266c-.545 -1.174 -.759 -2.446 -.758 -3.734c0 -4.97 3.84 -9 8.898 -9c5.052 0 9.152 4.03 9.152 9c0 4.972 -4.098 9 -9.153 9z" /><path d="M11.485 15h-1.485v-6h1.485c2.112 0 3.515 .823 3.515 2.981v.035c0 2.18 -1.403 2.984 -3.515 2.984z" /></svg>;
+}
+
+export default IconBrandDisqus; \ No newline at end of file