Alternative solution
First you have to install the icons package
npm install --save svelte-icons
then you have to import each icon separately
Example
<script>
import MdShoppingCart from 'svelte-icons/md/MdShoppingCart.svelte'
<MdShoppingCart/>
</script>
For more icons enter this link
https://svelte-icons.vercel.app/
Choose a library, and click on the icon to get the import code
then use it as a tag
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…