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/battery-eco.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/battery-eco.js (limited to 'icons-react/icons-js/battery-eco.js') diff --git a/icons-react/icons-js/battery-eco.js b/icons-react/icons-js/battery-eco.js new file mode 100644 index 00000000..b7e7a8f3 --- /dev/null +++ b/icons-react/icons-js/battery-eco.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBatteryEco({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBatteryEco; \ No newline at end of file -- cgit v1.2.1