svelte-animated-icons
Version:
A collection of animated SVG icons for Svelte with customizable draw transitions, events, and accessibility features. Each icon supports hover/click animations, customizable colors, sizes, and stroke widths.
6 lines (5 loc) • 347 B
TypeScript
export { default as BeakerCustom } from './BeakerCustom.svelte';
export { default as ArrowDownCustom } from './ArrowDownCustom.svelte';
export { default as ArrowLeftCustom } from './ArrowLeftCustom.svelte';
export { default as ArrowUpCustom } from './ArrowUpCustom.svelte';
export { default as ArrowRightCustom } from './ArrowRightCustom.svelte';