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