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