UNPKG

@dfinity/gix-components

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