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