I have this simple svg: ```svg <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <circle cx="12" cy="12.0006" r="9.05303" stroke="#303A4D" stroke-width="1.89394"/> </svg> ``` File:  after running it through fantasticon it ends up like this:  Where it actually should not be filled and look like that:  Any idea what I'm doing wrong here?