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