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