Downloading and using the library throws out error relating to line 1999 in index.js.
Error when evaluating SSR module /node_modules/svelte-unicons/src/index.js: failed to import "./icons/UilSnowflake.svelte" |- Error: Failed to load url ./icons/UilSnowflake.svelte (resolved id: ./icons/UilSnowflake.svelte) in /node_modules/svelte-unicons/src/index.js. Does the file exist?
This happens when using any icons, without ever touching the snowflake icon. I suspect it might be related to a duplicate export for UilSnowflake, if you delete line 1999 but keep line 1997 the problem goes away.
Downloading and using the library throws out error relating to line 1999 in index.js.
Error when evaluating SSR module /node_modules/svelte-unicons/src/index.js: failed to import "./icons/UilSnowflake.svelte" |- Error: Failed to load url ./icons/UilSnowflake.svelte (resolved id: ./icons/UilSnowflake.svelte) in /node_modules/svelte-unicons/src/index.js. Does the file exist?This happens when using any icons, without ever touching the snowflake icon. I suspect it might be related to a duplicate export for UilSnowflake, if you delete line 1999 but keep line 1997 the problem goes away.