Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siarie/svelte-lucide-icons

Lucide Icons as Svelte Component
https://github.com/siarie/svelte-lucide-icons

icons lucide-icon showcase svelte svelte-component svg

Last synced: about 1 month ago
JSON representation

Lucide Icons as Svelte Component

Awesome Lists containing this project

README

        

# svelte-lucide-icons

[![npm version](https://badge.fury.io/js/svelte-lucide-icons.svg)](https://badge.fury.io/js/svelte-lucide-icons)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/siarie/svelte-lucide-icons/Publish%20Package)

Svelte Package for [Lucide Icons][lucide-icons]

[lucide-icons]: https://github.com/lucide-icons/lucide

# Installation

``` bash
$ npm install svelte-lucide-icons # or using yarn
```

# Usage

```html

import { Activity, Camera } from 'svelte-lucide-icons'
// or
import Bookmark from 'svelte-lucide-icons/icons/Bookmark.svelte'

```