import type { ComponentProps } from 'react'; export function Yarn(props: ComponentProps<'svg'>) { return ( ); }