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