UNPKG

@dfinity/gix-components

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