JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 26
  • Score
    100M100P100Q64295F
  • License ISC

Lucide icon as Svelte components

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

npm version GitHub Workflow Status

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"/>