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