import * as React from 'react'; export interface Merge-232Props extends React.SVGProps { ariaLabel?: string } export default function Merge-232({ ariaLabel, ...props }: Merge-232Props) { return ( ); }