From 56795ece3c93aaef7dd01640d9888b57745b4691 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 29 Nov 2021 01:44:33 +0100 Subject: Release 1.46.0 --- icons-react/icons-js/world-upload.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/world-upload.js (limited to 'icons-react/icons-js/world-upload.js') diff --git a/icons-react/icons-js/world-upload.js b/icons-react/icons-js/world-upload.js new file mode 100644 index 00000000..b373271f --- /dev/null +++ b/icons-react/icons-js/world-upload.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWorldUpload({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconWorldUpload; \ No newline at end of file -- cgit v1.2.1