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