svelte-lucide-icons

Svelte Lucide Icons

Lucide Icons as Svelte Component

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

Top categories

Loading Svelte Themes