Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/siarie/svelte-lucide-icons
- Owner: siarie
- Created: 2021-10-06T01:51:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T07:52:51.000Z (over 2 years ago)
- Last Synced: 2024-12-19T18:28:51.088Z (about 1 month ago)
- Topics: icons, lucide-icon, showcase, svelte, svelte-component, svg
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/svelte-lucide-icons
- Size: 32.2 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'```