@ajentik/doo-iconik-astro
v1.0.0
Published
Astro component for doo-iconik hand-drawn icons
Downloads
50
Maintainers
Readme
@ajentik/doo-iconik-astro
Astro component library: 595 hand-drawn doodle-style SVG icons for Astro 3/4.
Part of doo-iconik.
Install
npm i @ajentik/doo-iconik-astroUsage
---
import { DooIconik } from '@ajentik/doo-iconik-astro';
---
<DooIconik name="heart" size="lg" />
<DooIconik name="star" size="md" spin />
<DooIconik name="arrow-right" flipHorizontal />Props
All components accept: name, size, spin, pulse, bounce, flipHorizontal, flipVertical, variant, animation.
See the main documentation for full prop details.
License
MIT
