diff --git a/icon-sprite/src/_shared.tsx b/icon-sprite/src/_shared.tsx index f3afbc74..0d49cd62 100644 --- a/icon-sprite/src/_shared.tsx +++ b/icon-sprite/src/_shared.tsx @@ -20,10 +20,10 @@ export type IconProps = React.SVGProps & { }; // Ultra-minimal renderUse - all logic in one place -export function renderUse(id: string, path: string, { size, width, height, style, strokeWidth, ...rest }: IconProps) { - return ( +export function renderUse(id: string, path: string, { size, width, height, style, strokeWidth, "aria-hidden": ariaHidden, ...rest }: IconProps) { return (