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
- Host: GitHub
- URL: https://github.com/ryu-man/svelte-fui-icons
- Owner: ryu-man
- Created: 2023-05-22T20:20:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T21:57:40.000Z (about 3 years ago)
- Last Synced: 2025-03-10T23:11:21.804Z (over 1 year ago)
- Language: Svelte
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```