Browse Source

aria-hidden true on decorative svg

Sine Jespersen 3 months ago
parent
commit
0313ac0166
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/components/icons/Cog6.svelte

+ 1 - 0
src/lib/components/icons/Cog6.svelte

@@ -8,6 +8,7 @@
 	fill="none"
 	viewBox="0 0 24 24"
 	stroke-width={strokeWidth}
+	aria-hidden="true"
 	stroke="currentColor"
 	class={className}
 >