From d82841119820b4814169a8fa42a88f166f406a6f Mon Sep 17 00:00:00 2001 From: Michal Wolny Date: Tue, 6 Oct 2020 19:28:20 +0200 Subject: [dev-icons-react-bundling] change svgr template to enable babel transformation, add babel with react and env, add rollup for commonJS, UMD and ESM, add gulp and npm tasks for building react, add peer react and react-dom dependencies, add needed deps, updated npm package files, updated readme --- icons-react/icons-js/arrow-narrow-down.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'icons-react/icons-js/arrow-narrow-down.js') diff --git a/icons-react/icons-js/arrow-narrow-down.js b/icons-react/icons-js/arrow-narrow-down.js index 85cf994b..9bd393d9 100644 --- a/icons-react/icons-js/arrow-narrow-down.js +++ b/icons-react/icons-js/arrow-narrow-down.js @@ -1,5 +1,12 @@ import * as React from "react"; -const IconArrowNarrowDown = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +function IconArrowNarrowDown({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} export default IconArrowNarrowDown; \ No newline at end of file -- cgit v1.2.1