WIP: Element Rating - XML declarations for inline SVGs are invalid

/bricks/assets/svg/frontend/star.svg

Hi, This icon probably contains old tags that Firefox considers invalid.

<?xml version="1.0" encoding="UTF-8"?>

Hi,
Thanks so much for your report!

In principle <?xml version="1.0" encoding="UTF-8"?> is a valid XML declaration and is commonly used. However, it depends on how the SVG is used.

:white_check_mark: Valid in standalone SVG files
:x: Invalid in inline SVG in HTML documents

Accordingly, we should remove the declaration for inline SVGs.

Best regards,
timmse