From fbbc22312bd135f2b23375d9745ee75761756cf7 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 12 Aug 2022 15:01:12 +0200 Subject: Release 1.82.0 --- icons-react/icons-js/brand-webflow.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/brand-webflow.js (limited to 'icons-react/icons-js/brand-webflow.js') diff --git a/icons-react/icons-js/brand-webflow.js b/icons-react/icons-js/brand-webflow.js new file mode 100644 index 00000000..6c1201f6 --- /dev/null +++ b/icons-react/icons-js/brand-webflow.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandWebflow({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandWebflow; \ No newline at end of file -- cgit v1.2.1