iconsax-svelte
v0.0.1-alpha.11
Published
Iconsax Svelte Supports
Readme
STATUS: still messy because auto generate from svg list
Iconsax Svelte
![]()
© Iconsax official website github page | This repository is inspired by iconsax-react
Preview
Installation on Dev Dependency
npm i -D iconsax-svelte
# or
yarn add -D iconsax-svelteBasic usage
<script>
import { Add } from 'iconsax-svelte';
</script>
<Add size="25" color="#fff" variant="Bold" />Properties
| Prop | Type | Default | Note |
| --------- | --------------------------------------------------- | -------- | ---------------------- |
| color | string | #fff | css color |
| size | number string | 24px | size={24} or size="24" |
| variant | Linear Outline TwoTone Bulk Broken Bold | Linear | icons styles |
