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