add aria-hidden to svg, as this is decorative and only cause confusion for users with assistive tech

This commit is contained in:
Sine Jespersen 2025-06-10 13:59:27 +02:00
parent 9c1c11cad0
commit c9820d65a6

View File

@ -7,6 +7,7 @@
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
aria-hidden="true"
stroke-width={strokeWidth}
stroke="currentColor"
class={className}