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