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