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