feat: support rename conversation (#1056)
This commit is contained in:
@@ -64,6 +64,8 @@ const Icon = React.forwardRef<React.MutableRefObject<SVGElement>, Omit<IconBaseP
|
||||
ref,
|
||||
) => <IconBase {...props} ref={ref} data={data as IconData} />)
|
||||
|
||||
Icon.displayName = '<%= svgName %>'
|
||||
|
||||
export default Icon
|
||||
`.trim())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user