yarn add --dev svelte-feather-icons
or use NPM
npm install --save-dev svelte-feather-icons
<script>
// Only import what you need!
import { AirplayIcon, AtSignIcon, ... } from 'svelte-feather-icons'
</script>
<AirplayIcon size="24" />
<AtSignIcon size="1.5x" />
See all icons and usage here: https://feathericons.com/
This package is completely based on vue-feather-icons