aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-discord.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/brand-discord.js')
-rw-r--r--icons-react/icons-js/brand-discord.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-discord.js b/icons-react/icons-js/brand-discord.js
new file mode 100644
index 0000000..41c7350
--- /dev/null
+++ b/icons-react/icons-js/brand-discord.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandDiscord = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-discord" 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" /><circle cx={9} cy={12} r={1} /><circle cx={15} cy={12} r={1} /><path d="M7.5 7.5c3.5-1 5.5-1 9 0" /><path d="M7 16.5c3.5 1 6.5 1 10 0" /><path d="M15.5 17c0 1 1.5 3 2 3 1.5 0 2.833-1.667 3.5-3 .667-1.667.5-5.833-1.5-11.5C18.043 4.485 16.528 4.16 15 4l-1 2.5" /><path d="M8.5 17c0 1-1.356 3-1.832 3-1.429 0-2.698-1.667-3.333-3-.635-1.667-.476-5.833 1.428-11.5C6.151 4.485 7.545 4.16 9 4l1 2.5" /></svg>;
+
+export default IconBrandDiscord; \ No newline at end of file