SVG fill is getting applied to all elements

There is an issue with svg icon where the last fill property is applied to all elements

<svg id="e6In4CXUJBb1" xmlns="<http://www.w3.org/2000/svg>" viewBox="0 0 32 64" fill="none">
<ellipse rx="16" ry="16" transform="translate(16 16)" stroke="#000"/>
<ellipse rx="16" ry="16" transform="translate(16 48)" stroke="#000" fill="#000"/>
</svg>

image.png

image.png

Hey @mighty_donkey. Could you please send me the SVG file?

fill-issue.svg

Thanks!