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