Skip to content

Commit

Permalink
Modify script to use import name.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser authored Aug 17, 2021
1 parent 4b7ecc8 commit 897fdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/icons-react/scripts/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const <%= svgIdentifier %> = (
<%= svgIdentifier %>.displayName = '<%= svgIdentifier %>';
const Comp: ForwardRefComponentBase<AntdIconProps> = React.forwardRef<HTMLSpanElement, AntdIconProps>(<%= svgIdentifier %>);
const Comp: ForwardRefBaseComponent<AntdIconProps> = React.forwardRef<HTMLSpanElement, AntdIconProps>(<%= svgIdentifier %>);
export default Comp;
`.trim());

Expand Down

0 comments on commit 897fdb8

Please sign in to comment.