[go: up one dir, main page]

Skip to content

siarie/svelte-lucide-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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