aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-twitter.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/brand-twitter.js')
-rw-r--r--icons-react/icons-js/brand-twitter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/brand-twitter.js b/icons-react/icons-js/brand-twitter.js
index 641a3b6..7e3a0dd 100644
--- a/icons-react/icons-js/brand-twitter.js
+++ b/icons-react/icons-js/brand-twitter.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconBrandTwitter = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-twitter" 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 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0" /></svg>;
+const IconBrandTwitter = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-twitter" 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="M22 4.01c-1 .49-1.98.689-3 .99-1.121-1.265-2.783-1.335-4.38-.737S11.977 6.323 12 8v1c-3.245.083-6.135-1.395-8-4 0 0-4.182 7.433 4 11-1.872 1.247-3.739 2.088-6 2 3.308 1.803 6.913 2.423 10.034 1.517 3.58-1.04 6.522-3.723 7.651-7.742a13.84 13.84 0 0 0 .497 -3.753C20.18 7.773 21.692 5.25 22 4.009z" /></svg>;
export default IconBrandTwitter; \ No newline at end of file