UNPKG

flowbite-svelte-icons

Version:
18 lines (17 loc) 478 B
import type { Props } from './types'; /** * [Go to docs](https://flowbite-svelte-icons.codewithshin.com/) * ## Props * @prop size * @prop width * @prop height * @prop color = ctx.color || 'currentColor' * @prop title * @prop desc * @prop class: className * @prop ariaLabel * @prop ...restProps */ declare const FileCopyAltSolid: import("svelte").Component<Props, {}, "">; type FileCopyAltSolid = ReturnType<typeof FileCopyAltSolid>; export default FileCopyAltSolid;