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

https://github.com/ryu-man/svelte-fui-icons

Icons set for Svelte Fluent UI
https://github.com/ryu-man/svelte-fui-icons

Last synced: over 1 year ago
JSON representation

Icons set for Svelte Fluent UI

Awesome Lists containing this project

README

          

# Svelte Fluent UI Icons

This library is a collection of Fluent UI icons for Svelte framework.

## Install

```bash
// npm
npm i @svelte-fui/icons @svelte-fui/core

// pnpm
pnpm i @svelte-fui/icons @svelte-fui/core
```
## Usage

```html

import { Icon } from '@svelte-fui/core'
import { CheckmarkRegular } from '@svelte-fui/icons'

```