@heroicons-animated/svelte
v1.2.0
Published
Animated Heroicons for Svelte, built with CSS animations
Maintainers
Readme
@heroicons-animated/svelte
Beautifully animated Heroicons for Svelte, built with CSS animations.
Installation
npm install @heroicons-animated/svelte
# or
pnpm add @heroicons-animated/svelteUsage
<script>
import { BeakerIcon } from '@heroicons-animated/svelte'
</script>
<BeakerIcon class="size-6" />Tree-shakable Imports
Import individual icons to reduce bundle size:
<script>
import BeakerIcon from '@heroicons-animated/svelte/beaker'
</script>Requirements
- Svelte 5.0+
Documentation
Visit heroicons-animated.com for the full documentation and icon gallery.
License
MIT
