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