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