UNPKG

@dfinity/gix-components

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