diff --git a/icon-sprite/src/_shared.tsx b/icon-sprite/src/_shared.tsx index f3afbc74..f6049b3f 100644 --- a/icon-sprite/src/_shared.tsx +++ b/icon-sprite/src/_shared.tsx @@ -23,6 +23,7 @@ export type IconProps = React.SVGProps & { export function renderUse(id: string, path: string, { size, width, height, style, strokeWidth, ...rest }: IconProps) { return (