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