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