[BUG] radio-fill.svg is broken
Closed this issue · 1 comments
cyberalien commented
Describe the bug
Newly added icon radio-fill.svg
contains 2 shapes: one with black color, one with white color.
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z" fill="black"/>
<path d="M8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12Z" fill="white"/>
</svg>
I suspect it supposed to be wrapped in a mask.
artcoholic commented
@cyberalien Thank you for catching this. This has been fixed on the latest update.