@ajentik/doo-iconik-qwik
v1.0.0
Published
Qwik component for doo-iconik hand-drawn icons
Maintainers
Readme
@ajentik/doo-iconik-qwik
Qwik component library: 595 hand-drawn doodle-style SVG icons for Qwik.
Part of doo-iconik.
Install
npm i @ajentik/doo-iconik-qwikUsage
import { component$ } from '@builder.io/qwik';
import { DooIconik } from '@ajentik/doo-iconik-qwik';
export default component$(() => {
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
