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