From 5235090dae2d37af873376e736aab39bc773bd5b Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 13 Dec 2021 13:01:51 +0100 Subject: Release 1.48.0 --- icons-react/icons-js/sofa.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/sofa.js (limited to 'icons-react/icons-js/sofa.js') diff --git a/icons-react/icons-js/sofa.js b/icons-react/icons-js/sofa.js new file mode 100644 index 00000000..feeabb93 --- /dev/null +++ b/icons-react/icons-js/sofa.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSofa({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSofa; \ No newline at end of file -- cgit v1.2.1