From 8549d55ca1100e7a2a56d63707b57b9b07169744 Mon Sep 17 00:00:00 2001 From: avilacarlosdev Date: Sat, 9 May 2026 19:36:51 -0400 Subject: [PATCH] fix: default icons to aria-hidden --- icon-sprite/src/_shared.tsx | 1 + icon-sprite/tests/run-all-tests.js | 5 +++ .../tests/test-accessibility-props.test.js | 32 +++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 icon-sprite/tests/test-accessibility-props.test.js 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 (