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