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