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

https://github.com/bluefrog130/svelte-heroicons


https://github.com/bluefrog130/svelte-heroicons

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Svelte Heroicons

Simply [Heroicons](https://github.com/tailwindlabs/heroicons) exported as svelte components.

No wrappers, no custom styling, no added complexities.

# Usage

```bash
npm install @bluefrog/svelte-heroicons
```

```svelte

import { ArrowLeft } from '@bluefrog/svelte-heroicons/solid';




```