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