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