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