aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-reddit.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/brand-reddit.js')
-rw-r--r--icons-react/icons-js/brand-reddit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/brand-reddit.js b/icons-react/icons-js/brand-reddit.js
index 3ecb0f5..c7308eb 100644
--- a/icons-react/icons-js/brand-reddit.js
+++ b/icons-react/icons-js/brand-reddit.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconBrandReddit = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-reddit" 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 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c-.001 3.59 -4.03 6.5 -9.001 6.5c-4.875 0 -8.845 -2.8 -8.996 -6.294l-.004 -.206h0a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z" /><path d="M12 8l1-5 6 1" /><circle cx={19} cy={4} r={1} /><circle cx={9} cy={13} r={0.5} fill="currentColor" /><circle cx={15} cy={13} r={0.5} fill="currentColor" /><path d="M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5" /></svg>;
+const IconBrandReddit = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-reddit" 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 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206h0a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z" /><path d="M12 8l1-5 6 1" /><circle cx={19} cy={4} r={1} /><circle cx={9} cy={13} r={0.5} fill="currentColor" /><circle cx={15} cy={13} r={0.5} fill="currentColor" /><path d="M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5" /></svg>;
export default IconBrandReddit; \ No newline at end of file