Skip to content

mashanz/iconsax-svelte

Repository files navigation

STATUS: still messy because auto generate from svg list

Iconsax Svelte

iconsax-svelte

© Iconsax official website github page | This repository is inspired by iconsax-react

Preview

Iconsax Svelte Demo

Installation on Dev Dependency

npm i -D iconsax-svelte
# or
yarn add -D iconsax-svelte

Basic 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

License

MIT