UNPKG

flowbite-svelte-icons

Version:
17 lines (16 loc) 617 B
import type { OutlineProps } from './types'; /** * [Go to docs](https://flowbite-svelte-icons.codewithshin.com/) * ## Props * @prop size = ctx.size || 'md' * @prop color = ctx.color || 'currentColor' * @prop title * @prop strokeWidth = ctx.strokeWidth || '2' * @prop desc * @prop class: className * @prop ariaLabel = 'arrow up right from square outline' * @prop ...restProps */ declare const ArrowUpRightFromSquareOutline: import("svelte").Component<OutlineProps, {}, "">; type ArrowUpRightFromSquareOutline = ReturnType<typeof ArrowUpRightFromSquareOutline>; export default ArrowUpRightFromSquareOutline;