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