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