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