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