STATUS: still messy because auto generate from svg list
© Iconsax official website github page | This repository is inspired by iconsax-react
npm i -D iconsax-svelte
# or
yarn add -D iconsax-svelte
<script>
import { Add } from 'iconsax-svelte';
</script>
<Add size="25" color="#fff" variant="Bold" />
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 |