From 109f037f98722a0d1d3427993dd609af15fc6b42 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 22 Jul 2022 11:00:32 +0200 Subject: Release 1.77.0 --- icons-react/icons-js/circuit-switch-open.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/circuit-switch-open.js (limited to 'icons-react/icons-js/circuit-switch-open.js') diff --git a/icons-react/icons-js/circuit-switch-open.js b/icons-react/icons-js/circuit-switch-open.js new file mode 100644 index 00000000..c66f606c --- /dev/null +++ b/icons-react/icons-js/circuit-switch-open.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCircuitSwitchOpen({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCircuitSwitchOpen; \ No newline at end of file -- cgit v1.2.1