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