@untitled-theme/icons-solid
Version:
Untitled UI icons for Solid
9 lines (8 loc) • 644 B
TypeScript
import { ComponentProps } from 'solid-js';
interface ChevronRightDoubleIconProps extends ComponentProps<'svg'> {
}
/**
* 
*/
export default function ChevronRightDoubleIcon(props: ChevronRightDoubleIconProps): import("solid-js").JSX.Element;
export {};