yarn add -D svelte-feather
or NPM
npm install --save-dev svelte-feather
<script>
import { ActivityIcon, GitHubIcon } from 'svelte-feather';
</script>
<ActivityIcon />
<GitHubIcon />
<!-- Or using as custom elements -->
<activity-icon />
<github-icon />