From 8513dcac6c76e3d8cf08b41ab12c1b24df8bf29e Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 3 Nov 2021 22:01:48 +0100 Subject: Release 1.42.0 --- icons-react/icons-js/multiplier-2x.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/multiplier-2x.js (limited to 'icons-react/icons-js/multiplier-2x.js') diff --git a/icons-react/icons-js/multiplier-2x.js b/icons-react/icons-js/multiplier-2x.js new file mode 100644 index 00000000..0c0b870b --- /dev/null +++ b/icons-react/icons-js/multiplier-2x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMultiplier2x({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMultiplier2x; \ No newline at end of file -- cgit v1.2.1