Vjacheslav Trushkin
Vjacheslav Trushkin
Thanks! So I need to release new package for Svelte 4... on it.
Try `@iconify/svelte@next`, which should install version `4.0.0-beta.2` Seems to work correctly in my tests with latest Svelte 4. I'm in process of doing more tests, but most likely will finish...
That's a bug. Icon is there, but it is marked as hidden, which means it was removed at some point from icon set. Icones shows hidden icons. Iconify website doesn't,...
This has been fixed in new version of website a while ago. New Figma plugin uses same code as website, so fixed in Figma plugin too. Not published yet on...
Try installing `@iconify/svelte@next`
Should be fixed in `4.0.0-beta.3`
It no longer exists because it is not needed. Svelte uses .svelte file, that .js file was compiled for very old version of Svelte. Correct usage is to import `@iconify/svelte`,...
Completely forgot about Svelte component. New version has been published as beta for almost half a year now. Just published it as stable version `4.0.0`. No changes since version `4.0.0-beta.3`....
Sorry about that. Looks like I've published using `npm` instead of `pnpm` by accident. Re-published as 4.0.1
I'll test it. However, I recommend using `iconify-icon` package for Vitepress, not `@iconify/vue`. It works very well with SSR, currently being used on new website for Iconify, which uses Vitepress:...