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