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