aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-zwift.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-06-21 11:31:51 +0200
committercodecalm <codecalm@gmail.com>2022-06-21 11:31:51 +0200
commit755f3e43384dc8bcef0484f83ad5cc99b9e49286 (patch)
tree3dc4bebe4c4e1d0f37400f9531e82ce7a4868919 /icons-react/icons-js/brand-zwift.js
parent18 new icons: `brand-amongus`, `brand-badoo`, `brand-bandcamp`, `brand-beats`... (diff)
downloadtabler-icons-755f3e43384dc8bcef0484f83ad5cc99b9e49286.tar.xz
Release 1.71.0v1.71.0
Diffstat (limited to 'icons-react/icons-js/brand-zwift.js')
-rw-r--r--icons-react/icons-js/brand-zwift.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-zwift.js b/icons-react/icons-js/brand-zwift.js
new file mode 100644
index 00000000..a22ffe84
--- /dev/null
+++ b/icons-react/icons-js/brand-zwift.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandZwift({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-zwift" 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="M5.5 4c-1.465 0 -2.5 1.101 -2.5 2.5s1.035 2.5 2.5 2.5h2.5l-4.637 7.19a2.434 2.434 0 0 0 -.011 2.538c.473 .787 1.35 1.272 2.3 1.272h10.848c1.465 0 2.5 -1.101 2.5 -2.5s-1.035 -2.5 -2.5 -2.5h-2.5l7 -11h-15.5z" /></svg>;
+}
+
+export default IconBrandZwift; \ No newline at end of file