From e73228c7f9356a9b8783f0b883c5a1c0c316adbc Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 23 Mar 2022 19:21:14 +0100 Subject: Release 1.58.0 --- icons-react/icons-js/windsock.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/windsock.js (limited to 'icons-react/icons-js/windsock.js') diff --git a/icons-react/icons-js/windsock.js b/icons-react/icons-js/windsock.js new file mode 100644 index 00000000..f2b4d9d9 --- /dev/null +++ b/icons-react/icons-js/windsock.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWindsock({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconWindsock; \ No newline at end of file -- cgit v1.2.1