UNPKG

@dfinity/gix-components

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