Problem
icon-sprite should match Lucide React's default accessibility behavior: icons should include aria-hidden="true" by default unless the user explicitly overrides it.
Expected behavior
By default, rendered icons should include:
Users should still be able to override this behavior by passing their own accessibility props, for example when an icon is meant to be exposed to assistive technology.
Why
This keeps the package aligned with Lucide React defaults and prevents decorative icons from being announced by screen readers unless intentionally configured otherwise.
Problem
icon-spriteshould match Lucide React's default accessibility behavior: icons should includearia-hidden="true"by default unless the user explicitly overrides it.Expected behavior
By default, rendered icons should include:
Users should still be able to override this behavior by passing their own accessibility props, for example when an icon is meant to be exposed to assistive technology.
Why
This keeps the package aligned with Lucide React defaults and prevents decorative icons from being announced by screen readers unless intentionally configured otherwise.