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