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