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