import type { SVGProps } from 'react'; export function ArrowsMerge(props: SVGProps) { return ( ); }