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