diff --git a/icons-styled-components/template/icon.tsx.tpl b/icons-styled-components/template/icon.tsx.tpl index 6344f84..aac58ec 100644 --- a/icons-styled-components/template/icon.tsx.tpl +++ b/icons-styled-components/template/icon.tsx.tpl @@ -5,7 +5,7 @@ const {{ styledname }} = styled.i` {{{ css }}} ` -export const {{ name }} = React.forwardRef, HTMLElement>>((props, ref) => { +export const {{ name }} = React.forwardRef, HTMLElement>>((props, ref) => { return ( <> <{{ styledname }} {...props} ref={ref} />