aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-soundcloud.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/brand-soundcloud.js')
-rw-r--r--icons-react/icons-js/brand-soundcloud.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-soundcloud.js b/icons-react/icons-js/brand-soundcloud.js
new file mode 100644
index 0000000..d441e1c
--- /dev/null
+++ b/icons-react/icons-js/brand-soundcloud.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandSoundcloud = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-soundcloud" 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="M17 11h1c1.38 0 3 1.274 3 3c0 1.657 -1.5 3 -3 3l-6 0v-10c3 0 4.5 1.5 5 4z" /><line x1={9} y1={8} x2={9} y2={17} /><line x1={6} y1={17} x2={6} y2={10} /><line x1={3} y1={16} x2={3} y2={14} /></svg>;
+
+export default IconBrandSoundcloud; \ No newline at end of file