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