@sidekickicons/svelte
Version:
Svelte package that combines [Heroicons](https://github.com/tailwindlabs/heroicons) and [Sidekickicons](https://github.com/ndri/sidekickicons).
8 lines (7 loc) • 320 B
TypeScript
import type { ClassValue } from 'svelte/elements';
interface Props {
class?: ClassValue;
}
declare const ArrowRightStartOnRectangleIcon: import("svelte").Component<Props, {}, "">;
type ArrowRightStartOnRectangleIcon = ReturnType<typeof ArrowRightStartOnRectangleIcon>;
export default ArrowRightStartOnRectangleIcon;