UNPKG

@sidekickicons/svelte

Version:

Svelte package that combines [Heroicons](https://github.com/tailwindlabs/heroicons) and [Sidekickicons](https://github.com/ndri/sidekickicons).

8 lines (7 loc) 244 B
import type { ClassValue } from 'svelte/elements'; interface Props { class?: ClassValue; } declare const Dots2X2Icon: import("svelte").Component<Props, {}, "">; type Dots2X2Icon = ReturnType<typeof Dots2X2Icon>; export default Dots2X2Icon;