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