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