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