aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-surfshark.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/brand-surfshark.js')
-rw-r--r--icons-react/icons-js/brand-surfshark.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-surfshark.js b/icons-react/icons-js/brand-surfshark.js
new file mode 100644
index 00000000..a331e22f
--- /dev/null
+++ b/icons-react/icons-js/brand-surfshark.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandSurfshark({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-surfshark" 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="M19.954 9.447c-.237 -6.217 0 -6.217 -5.996 -6.425c-5.774 -.208 -6.824 1.002 -7.91 5.382c-2.884 11.816 -3.845 14.716 4.792 11.198c9.392 -3.831 9.297 -5.382 9.114 -10.155z" /><path d="M8 16h.452c1.943 .007 3.526 -1.461 3.543 -3.286v-2.428c.018 -1.828 1.607 -3.298 3.553 -3.286h.452" /></svg>;
+}
+
+export default IconBrandSurfshark; \ No newline at end of file