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