aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-vimeo.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/brand-vimeo.js')
-rw-r--r--icons-react/icons-js/brand-vimeo.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-vimeo.js b/icons-react/icons-js/brand-vimeo.js
new file mode 100644
index 0000000..dde1481
--- /dev/null
+++ b/icons-react/icons-js/brand-vimeo.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconBrandVimeo = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-vimeo" 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 8.5l1 1s1.5 -1.102 2 -.5c.509 .609 1.863 7.65 2.5 9c.556 1.184 1.978 2.89 4 1.5c2 -1.5 7.5 -5.5 8.5 -11.5c.444 -2.661 -1 -4 -2.5 -4c-2 0 -4.047 1.202 -4.5 4c2.05 -1.254 2.551 1.003 1.5 3c-1.052 2.005 -2 3 -2.5 3c-.49 0 -.924 -1.165 -1.5 -3.5c-.59 -2.42 -.5 -6.5 -3 -6.5s-5.5 4.5 -5.5 4.5z" /></svg>;
+
+export default IconBrandVimeo; \ No newline at end of file