From 755f3e43384dc8bcef0484f83ad5cc99b9e49286 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 21 Jun 2022 11:31:51 +0200 Subject: Release 1.71.0 --- icons-react/icons-js/brand-zwift.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/brand-zwift.js (limited to 'icons-react/icons-js/brand-zwift.js') 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 ; +} + +export default IconBrandZwift; \ No newline at end of file -- cgit v1.2.1