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