Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/load1n9/icons.church

iconify for fresh, and react, preact, vue, svelte using deno
https://github.com/load1n9/icons.church

fresh preact react remix svelte vue

Last synced: 3 days ago
JSON representation

iconify for fresh, and react, preact, vue, svelte using deno

Awesome Lists containing this project

README

        

# Icons.church

[![License](https://img.shields.io/github/license/load1n9/icons.church)](https://github.com/deno-windowing/gluten/blob/master/LICENSE)
[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/load1n9)

Use over 200k icons from [Iconify](https://icon-sets.iconify.design/) in your
Deno projects.

## Usage

### Basic example

```tsx
import CheckIcon from "https://icons.church/lucide/badge-check";

export default function MyComponent() {
return ;
}
```

### Animated spinner

```tsx
import SpinnerIcon from "https://icons.church/svg-spinners/3-dots-rotate";

export default function LoadingPage() {
return (




);
}
```

Find more icons at [Iconify](https://icon-sets.iconify.design/).

[![Made with Fresh](https://fresh.deno.dev/fresh-badge-dark.svg)](https://fresh.deno.dev)