Skip to content

Commit

Permalink
fix(icons): update tsx template
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Mar 28, 2023
1 parent 319a7c6 commit dcceb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/icons/scripts/utils/componentize.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const ${componentName} = ({title, fill = '${fill}', stroke = '${stroke}',
.join(' ')}
{...{ ...(title && {'data-title': title}), fill, stroke, ...props}}
>
\${title === undefined ? undefined : <title>{title}</title>}
{title === undefined ? undefined : <title>{title}</title>}
${stringify(children)}
</svg>
)
Expand Down

0 comments on commit dcceb6d

Please sign in to comment.