import type {Props} from '@/types' export function ForkIcon(props: Props) { return ( ) }