Package Exports
- svelte-lucide-icons
- svelte-lucide-icons/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (svelte-lucide-icons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
svelte-lucide-icons
Svelte Package for Lucide Icons
Installation
$ npm install svelte-lucide-icons # or using yarn
Usage
<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"/>