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