When using in Svelte, I get a type error. ``` <SvgIcon type="mdi" path={mdiCloseCircle} /> ^^^^ Type 'string' is not assignable to type 'null | undefined'. ``` I also tried the web component version of this library. Same issue there.