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