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