UNPKG

@dfinity/gix-components

Version:
8 lines (7 loc) 218 B
/// <reference types="svelte" /> interface Props { size?: string | number; } declare const IconCopy: import("svelte").Component<Props, {}, "">; type IconCopy = ReturnType<typeof IconCopy>; export default IconCopy;