From b424d6ca30dc3c2e2c67e025032ad4c59a777b65 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 30 Mar 2026 16:04:14 +0800 Subject: [PATCH] fix(icons): add aria-hidden attribute to all icon components for accessibility(#485) --- packages/streamdown/lib/icons.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/streamdown/lib/icons.tsx b/packages/streamdown/lib/icons.tsx index cecda5f0..89536f7c 100644 --- a/packages/streamdown/lib/icons.tsx +++ b/packages/streamdown/lib/icons.tsx @@ -5,6 +5,7 @@ type IconProps = SVGProps; export const CheckIcon = (props: IconProps) => (