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