The SVG used to present the cookie icon is presented as a nameless graphic, as the element has not been marked as decorative.
As this graphic is used for decoration, specify aria-hidden=true on either the SVG element itself (line 198 in index.ts), or the span element that is the parent element to this svg (line 219 in index.ts)
The SVG used to present the cookie icon is presented as a nameless graphic, as the element has not been marked as decorative.
As this graphic is used for decoration, specify
aria-hidden=trueon either the SVG element itself (line 198 in index.ts), or thespanelement that is the parent element to this svg (line 219 in index.ts)