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