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