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