Svelte Package for Lucide Icons
$ npm install svelte-lucide-icons # or using yarn
<script>
import { Activity, Camera } from 'svelte-lucide-icons'
// or
import Bookmark from 'svelte-lucide-icons/icons/Bookmark.svelte'
</script>
<Activity fill="#ff00ff" />
<Camera size={48}/>
<Bookmark stroke="#ff0000"/>